@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 #b89f16;
    background: #fff;
    text-align: justify;
    color: #3e3307;
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_area p,
.main_area dl,
.main_area dt,
.main_area dd,
.main_area h2,
.main_area h3,
.main_area h4,
.main_area h5 {
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_area p{
    font-size: 12px;
    line-height: 200%;
}

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

/* ------------------------------------------- */
/* main img */
/* ------------------------------------------- */
.main-img{
	font-size: 0;
}

/* ------------------------------------------- */
/* lead */
/* ------------------------------------------- */
.lead{
    padding: 20px 30px 18px;
    background: #ebd8c9;
}
.lead .lead-title{
    font-weight: bold;
    font-size: 13px;
    color: #3e3307;
    margin: 0 0 10px;
    padding: 0;
    line-height: 170%;
}
.lead p{
    margin: 0;
    padding: 0;
    line-height: 190%;
}

/* ------------------------------------------- */
/* contents grid */
/* ------------------------------------------- */
.contents {
    padding: 6px 30px 0;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns:675px 250px ;
    grid-template-areas:
        "areaA areaB"
        "areaC areaC";
}
.contents p {
    margin: 0;
    padding-bottom: 0.6em;
}

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

/* ------------------------------------------- */
/* content */
/* ------------------------------------------- */
.content{
    padding: 0 0 30px;
}
.content:last-of-type {
    padding-bottom: 0;
}
.inner {
    width: 100%;
    margin: 0 auto;
}

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

/* セクション内画像は中央寄せ */
.main .content .image {
    text-align: center;
    margin: 10px 0 18px;
}

.main .content .note {
    font-size: 11px;
    line-height: 170%;
}

/* c-02 サブセクション（1〜3をまとめたクリーム色ボックス） */
.main .content .sub-box {
    background: #fcf1df;
    padding: 22px 24px;
    margin-top: 20px;
}
.main .content .sub {
    margin-top: 24px;
}
.main .content .sub:first-child {
    margin-top: 0;
}
.main .content .sub h3 {
    text-align: center;
    margin-bottom: 12px;
}

/* 上付きTM表記 */
.main_area sup {
    font-size: 60%;
    vertical-align: super;
    line-height: 0;
}

/* c-05 DualRedox® Technology 見出し */
.main .content .dualredox-head {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px;
}

/* c-05 photo08：右寄せでテキストを回り込み */
.main .content .image.photo08 {
    float: right;
    text-align: right;
    margin: 0 0 12px 20px;
}
.c-05 .inner::after {
    content: "";
    display: block;
    clear: both;
}

/* c-03 全身へのアプローチ：写真を左寄せで回り込み */
.main .content.c-03 .image {
    float: left;
    text-align: left;
    margin: 4px 22px 8px 0;
}
.c-03 .inner::after {
    content: "";
    display: block;
    clear: both;
}

/* ------------------------------------------- */
/* interview */
/* ------------------------------------------- */
.interview {
    grid-area: areaC;
    background: #3e3307;
    color: #3e3307;
    padding: 10px;
    margin: 20px 30px 0;
}
.interview h3 {
    text-align: left;
    margin-bottom: 10px;
}
.interview .inner {
    width: auto;
    background: #fdfbf0;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}
.interview .inner .speaker {
    text-align: right;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0;
    font-size: 12px;
}
.interview .inner h4 {
    margin-top: 0;
    margin-bottom: 18px;
    text-align: left;
}
.interview .inner p {
    line-height: 190%;
}
.interview .inner .support-list {
    list-style: none;
    margin: 0 0 0.6em;
    padding: 0 0 0 1em;
    font-size: 12px;
    line-height: 190%;
}
.interview .inner .support-list li {
    margin: 0;
}
.interview .inner .support-list .check {
    color: #c00;
    font-weight: bold;
    margin-right: 0.4em;
}

/* ------------------------------------------- */
/* inquiry */
/* ------------------------------------------- */
.inquiry{
    margin: 30px 0;
    text-align: left;
}
.inquiry .inner{
    border: 1px solid #b89f16;
    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: #3e3307;
}
.inquiry .inner h3 {
    margin: 0;
    line-height: 130%;
}
.inquiry .inner p {
    line-height: 130%;
}

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