@import url("/css/base_new.css");/*header-footer*/

.navi_text{
	margin: -20px 0px 0px;
	padding: 0px;
	text-align: right;
}


/* ------------------------------------------- */
/* 初期化 */
/* ------------------------------------------- */
h2{
    margin-bottom: 15px;
}
.logo_area img{
    padding: 0;
}
ul li:not(:last-child) {
    margin-bottom: 8px;
}
/* ------------------------------------------- */
/* all CSS */
/* ------------------------------------------- */

.main_area{
	width: 988px;
    margin: 0 auto;
    border: 1px solid #bad7e1;
    color: #144d53;
    text-align: justify;
}
.main_area p{
    font-size: 13px;
    line-height: 200%;
    margin-bottom: 10px;
}
.contents {
    padding: 26px 30px;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns:675px 250px ;
    grid-template-areas:
        "areaA areaB"
        "areaC areaC"
        "areaD areaD";
    background-color: #d7edfd;
}

.main {
    grid-area: areaA;
    margin-right: 20px;
    color: #000;
    width: 654px;
    background-color: #fff;
}
.side {
    grid-area: areaB;
    background: #b5d1e5;
}
.inteview {
    grid-area: areaC;
    background: #f0dc88;
    padding: 10px;
    margin-top: 20px;
}
.inquiry{
    grid-area: areaD;
    margin: 30px 0 10px;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.img{
    margin: 15px 0;
    text-align: center;
}
.fl{
    float: left;
    margin: 0;
    margin-bottom: 20px;
}
.clear{
    clear: both;
}

sup{
    font-size: 8px;
}


/* ------------------------------------------- */
/* main img */
/* ------------------------------------------- */
.main-img{
	height: 390px;
}
.main-img .txt{
    padding: 8px 14px;
    position: relative;
    top: -165px;
    left: 33px;
    width: 606px;
}
.main-img .txt p{
    font-weight: bold;
    line-height: 170%;
    letter-spacing: -0.2px;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}


/* ------------------------------------------- */
/* content */
/* ------------------------------------------- */

.content{
    padding-bottom: 30px;
}
.content .inner{
   padding: 0 20px;
}
.health-list {
    list-style: none;
    background-color: #fceaef;
    padding: 20px 15px;
    margin-bottom: 10px;
    line-height: 160%;
}
.health-list li span {
    font-weight: bold;
    color: #4476d2;
}
.c-02 .inner .img,
.c-07 .inner .txt{
    margin-right: 15px;
}
.c-03 ul{
    background-color: #edfbfd;
    border: solid 6px #b2d9df;
    padding: 15px 20px;
}
.c-03 ul li span{
    color: #0098ae;
    margin-right: 4px;
}

.c-05 .how-to-take{
    list-style: none;
    padding-top: 10px;
    line-height: 160%;
}
.c-05 .how-to-take li span {
    font-weight: bold;
    color: #4476d2;
}


/* ------------------------------------------- */
/* inteview */
/* ------------------------------------------- */
.inteview h3{
    margin-bottom: 10px;
}
.inteview .inner{
    background: #ecf0f0;
    border-radius: 10px;
    padding: 25px 25px;
}
.inteview .inner .txt{
    width: 598px;
}
.inteview .inner h4{
    margin-top: 0;
    margin-bottom: 10px;
}
.inteview .inner .person{
    margin-right: 25px;
    float: left;
}
.inteview .inner p{
    line-height: 160%;
}

/* ------------------------------------------- */
/* inquiry */
/* ------------------------------------------- */
.inquiry{
    text-align: left;
}

.inquiry .inner{
    border: 1px solid #bec8b4;
    border-radius: 5px;
    width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 40px;
    justify-content: space-between;
    background-color: #fff;
}

.inquiry .inner .com-info h3{
    margin: 0;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: bold;
}

.inquiry .inner .com-info dl{
    font-size: 12px;
    margin: 0;
    line-height: 120%;
    letter-spacing: 0.5px;
}

.inquiry .inner .com-info dl dd{
    margin: 0;
}


/* ------------------------------------------- */
/* side */
/* ------------------------------------------- */
.side .content{
    margin: 15px 15px 25px;
    padding: 0;
    overflow-wrap: break-word;
}
.side .content h3{
    margin-bottom: 10px;
}
.side .content p{
    line-height: 170%;
    font-size: 12px;
}

.side .com-info .inner h3,h4{
    font-weight: bold;
}
.side .com-info .inner h3{
    margin-bottom: 10px;
}

.side .img,
.flex .img{
    margin: 0;
}
.flex .txt{
    flex: 1;
}

.side .img{
    margin-bottom: 10px;
}

.side .com-info .inner{
    background: #fff;
    margin: 10px 15px;
    padding: 20px 12px;
    line-height: 140%;
}
.side .com-info .inner .btn{
    text-align: center;
    margin-top: 15px;
}

.side .com-info .inner ul{
    padding-left: 15px;
    margin: 5px 0;
    list-style: disc;
}
.side .com-info .inner ul li{
    margin-bottom: 4px;
}
