@charset "UTF-8";
/* CSS Document */

/*タブレット用スタイル*/
@media (min-width: 768px) and (max-width: 959px) {
html{
    overflow-x: hidden;
}
.body{
	font-size: 16px;
}
.container{
	width:768px;
	margin:0 auto;
	position:relative;
}
section{
	padding-top:50px;
	padding-bottom:50px;
}
.contents{
	margin-top:40px;
}
.br_sp{
	display:none;
}
.br_pc{
	display:block;
}
.mv_pc{
    display: none;
}
.mv_tab{
    display: block;
}

/*mv*/
.top_line{
    background: url(../img/top_line.png);
    height: 54px;
}
.hl01_c{
    background: #fbf7ec;
}
.hl01_in{
    width: 768px;
    margin: 0 auto;
}
.hl01_c_img img{
    margin-top: -40px;
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.hl01_bg{
    position: absolute;
    right: -60px;
    top: 1px;
    top: -2px;
    z-index: 0;
    width: 70%;
    
}
.hl01_bg img{
    max-width: 100%;
}
.hl02{
    background: #fdf6e4;
    padding-bottom: 50px;
}
.hl02_img{
    margin-top: -30px;
}
.hl02_b{
    margin-top: -20px;
}
.hl03{
    background: url(../img/bg_pt07.png);
}
.hl03_img{
    margin-top: -60px;
    margin-left: -50px;
}
.hl03_d_img{
    margin-top: -60px;
    margin-left: -50px;
}

/*CTA*/
.cta_box{
    padding: 25px;
    background: #f3f3f3;
}
.cta_in{
    padding: 30px;
    background: #fff;
    border: 5px solid #f47958;
    border-top: 62px solid #f47958;
    position: relative;
}
.cta_img{
    margin-top: -115px;
}
.cta_txt{
    font-size: 16px;
    padding: 20px 30px;
}

/*sec01*/
.rmd{
    padding: 30px 0;
}
.rmd dt{
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #381b15;
}
.rmd dt span{
    font-size: 70%;
}

/*sec02*/
.list01{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 0.65em;
    position: relative;
    z-index: 1;
}
.list01 li{
    padding-left:0.65em;
    text-indent:-0.65em;
    margin-bottom: 20px;
}
.bg_bother{
    position: absolute;
    z-index: 0;
    top: -60px;
    right: -100px;
    margin-left: -15px;
    margin-right: -15px;
}
.factor{
    margin-top: 160px;
}
.bg_pregnant{
    background: url(../img/sec02_04.png) no-repeat right top;
}

/*sec03*/
.nutrition{
    color: #72522c;
}
.nutrition dt{
    margin-bottom: 20px;
}

/*sec04*/

.formulation dt{
    margin-bottom: 20px;
}
.white_box{
    padding: 50px;
    border-radius: 15px;
    background: #fff;
}
.onm_line{
    margin-top: 30px;
    margin-bottom: 30px;
}

/*sec05*/
.clear_box{
    background: rgba(255,255,255,.5);
    border-radius: 15px;
    padding: 50px;
}

/*sec06*/
.bg_gmp{
    background: url(../img/sec06_03.png) no-repeat right top;
}

/*sec09*/
.table-cell{
    display: table-cell;
}
.qa{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #626262;
}
.qa dt{
    margin-bottom: 30px;
}
.icon{
    vertical-align: middle;
    padding: 10px;
    width: 50px;
    height: 50px;
    background: #ff8a00;
}
.icon02{
    vertical-align: middle;
    padding: 10px;
    width: 50px;
    height: 50px;
    background: #c6c6c5;
}
.qa_tit{
    font-weight: bold;
    vertical-align: middle;
    color: #ff8a00;
    padding-left: 20px;
    line-height: 1.4;
    font-size: 26px;
}
.qa_txt{
    vertical-align: top;
    padding-left: 20px;
    line-height: 1.4;
}

footer{
    padding: 70px 0;
    text-align: center;
    font-size: 14px;
}
footer a{
    color: #381b15;
}
.copy{
    font-size: 12px;
}

}
/*タブレット用スタイルend*/