@import url("/css/base_new.css"); /*header-footer*/

.navi_text{
	margin: -20px 0px 0px;
	padding: 0px;
	text-align: right;
}

/* ------------------------------------------- */
/* 初期化 */
/* ------------------------------------------- */
h2{
   margin: 0;
   margin-bottom: 10px;
}
h3{
    margin: 0;
    margin-bottom: 12px;
}

/* ------------------------------------------- */
/* all CSS */
/* ------------------------------------------- */
.main_area{
	width: 986px;
    margin: 0 auto;
    border: 1px solid #f8c296;
    text-align: justify;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
.main_area p{
    font-size: 13px;
    line-height: 185%;
    color: #000000;
    margin: 0;
}
.contents {
    padding: 26px 30px 0;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns:675px 250px ;
    grid-template-areas:
        "areaA areaB"
        "areaC areaC";
}
.contents p {
    padding-bottom: 0.6em;
}

.main {
    grid-area: areaA;
    margin-right: 20px;
}
.side {
    grid-area: areaB;
    background: #edf2d6;
}


/* ------------------------------------------- */
/* main img */
/* ------------------------------------------- */
.main-img{
	height: 390px;
}

.main-img .txt{
    width: 680px;
    position: relative;
    top: -155px;
    left: 54px;
}
.main-img .txt p{
    font-weight: bold;
    line-height: 140%;
    letter-spacing: -0.2px;
    color: #185e84;
    font-size: 13px;
    padding-bottom: 0.2em;
}

/* ------------------------------------------- */
/* content */
/* ------------------------------------------- */

.content{
    padding: 0 20px 30px 0;
}

.content:last-of-type {
    padding-bottom: 0;
}
.inner {
    width: 95%;
    margin: 0 auto;
}

.flex{
    display: flex;
    justify-content: space-between;
}

.main_area img {
    max-width: 100%;
    height: auto;
}

/* c-01 フェムケア市場 */
.c-01 .image {
    text-align: center;
    margin-bottom: 18px;
}
.c-01 img.photo01 {
    width: 375px;
    height: 264px;
}

/* c-02 特長 */
.c-02 .image {
    text-align: center;
    margin: 20px 0;
}
.c-02 .feature-box {
    margin: 22px 0 25px;
}
.sub-section {
    margin-top: 25px;
}

/* sub_title 見出し画像 */
.sub-section h3 {
    margin-bottom: 14px;
}

/* c-03 大豆系原料との違い */
.c-03 .image {
    text-align: center;
    margin: 20px 0;
}

/* c-04 更年期サポート */
.c-04 dt {
    font-weight: bold;
}
.c-04 dd {
    margin: 0;
}
.c-04 dl {
    line-height: 190%;
    margin: 0 0 20px 0;
    font-size: 13px;
}
.bg-green {
    background-color: #e7fcf6;
    margin-top: 15px;
    padding: 1px 0;
}
.bg-green h4{
    margin: 18px 0 0;
}
.bg-green .c-04-2 {
    padding: 0 5px 10px;
}
.bg-green .c-04-2 h4,
.bg-green .c-04-2 p,
.bg-green .c-04-2 dl {
    padding-left: 18px;
    padding-right: 18px;
}
.bg-green .c-04-2 .image {
    text-align: center;
    margin: 16px 0;
}
.bg-green .c-04-2 p {
    padding-bottom: 0.6em;
}

/* c-06 用途 */
.c-06 .image {
    text-align: center;
    margin: 18px 0;
}

/* ------------------------------------------- */
/* interview */
/* ------------------------------------------- */
.interview {
    grid-area: areaC;
    background: #ea4a5d;
    color: #b3324a;
    padding: 10px;
    margin: 20px 30px 0;
}
.interview .inner {
    width: 93%;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}
.interview .flex {
    flex-direction: row-reverse;
    align-items: flex-start;
}
.interview .flex .image {
    width: 304px;
    height: 354px;
}
.interview .flex .c-right {
    width: calc(100% - 304px - 30px);
}
.interview .flex .c-right h4 {
    margin-top: 0;
}
.interview .flex .c-right p {
    color: #185e84;
}

/* ------------------------------------------- */
/* inquiry */
/* ------------------------------------------- */
.inquiry{
    margin: 30px 0;
    text-align: left;
}
.inquiry .inner{
    border: 1px solid #f1b98a;
    border-radius: 5px;
    width: 630px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    justify-content: space-between;
    color: #185e84;
}
.inquiry .inner h3 {
    margin: 0;
    line-height: 130%;
}
.inquiry .inner p {
    line-height: 130%;
    color: #185e84;
}

/* ------------------------------------------- */
/* side */
/* ------------------------------------------- */
.side .content{
    margin: 15px;
    padding: 0;
    overflow-wrap: break-word;
    color: #185e84;
}
.side .content h3{
    margin-bottom: 1em;
}
.side .content h4{
    line-height: 170%;
    margin: 0;
}
.side .content p{
    line-height: 170%;
    font-size: 12px;
    color: #185e84;
}
.side .content .image {
    margin: 16px 0;
    text-align: center;
}
.side .com-head {
    margin-top: 50px;
}
.side .com-info .inner{
    background: #fff;
    padding: 15px 6px;
    line-height: 140%;
}
.side .com-info .inner h3{
    font-weight: bold;
    font-size: 11.6px;
    text-align: center;
}
.side .com-info .inner dl {
    padding: 0 10px;
    font-size: 12px;
}
.side .com-info .inner dl dt{
    font-weight: bold;
}
.side .com-info .inner dl dd{
    margin-left: 0px;
    line-height: 170%;
}
.side .com-info .btn {
    text-align: center;
    margin-top: 12px;
}
