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

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
	font-size:16px;
	line-height:1.68;
}
.container{
	margin:0 auto;
	position:relative;
}
section{
	padding-top:35px;
	padding-bottom:35px;
}
.contents{
	margin-top:40px;
}
.br_sp{
	display:block;
}
.br_pc{
	display:none;
}
.mv_pc{
    display: none;
}
.mv_tab{
    display: none;
}

/*CTA*/
.cta_box{
    padding: 10px;
    background: #f3f3f3;
}
.cta_in{
    padding: 10px;
    background: #fff;
    border: 3px solid #f47958;
    border-top: 62px solid #f47958;
    position: relative;
}
.cta_img{
    margin-top: -85px;
}
.cta_txt{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*sec01*/
.rmd{
    padding: 15px 0;
    padding-bottom: 0;
}
.rmd dt{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #381b15;
    text-align: center;
}
.rmd dt span{
    font-size: 60%;
}
.sp_rumor{
    background: rgba(255,255,255,.8);
    padding: 15px;
    border-radius: 5px;
}

/*sec02*/
.list01{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    background: #eee;
    border-radius: 15px;
}
.list01 li{
    padding-left:0.65em;
    text-indent:-0.65em;
    margin-bottom: 20px;
}
.bg_bother{
}
.bg_pregnant{
    background: none;
}

/*sec03*/
.nutrition{
    color: #72522c;
}
.nutrition dt{
    margin-bottom: 20px;
}
.point_box{
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    color: #72522c;
}

/*sec04*/
.formulation{
    margin-bottom: 0;
}
.formulation dt{
    margin-bottom: 20px;
}
.white_box{
    padding: 15px;
    border-radius: 15px;
    background: #fff;
}
.onm_line{
    margin-top: 15px;
    margin-bottom: 15px;
}

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

/*sec06*/
.bg_gmp{
    background: none;
}
.gmp_logo{
    width: 15%;
    float: right;
}

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

footer{
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
}
footer a{
    color: #381b15;
}
.sp_flink{
    font-size: 12px;
    text-align: left;
}
.sp_flink li{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.copy{
    font-size: 10px;
}

/*装飾*/
.spmb0{
	margin-bottom:0!important;
}
.spmb10{
	margin-bottom:10px!important;
}
.spmb15{
	margin-bottom:15px!important;
}
.spmb20{
	margin-bottom:20px!important;
}
.spmb30{
	margin-bottom:30px!important;
}
.spmb40{
	margin-bottom:40px!important;
}
.spmt15{
    margin-top: 15px!important;
}
.spmh10{
	margin-left:10px;
	margin-right:10px;
}
.spmh15{
	margin-left:15px;
	margin-right:15px;
}
.bg-dark-gray{
	background:#aaa;
	color:#fff;
}
.spph0{
	padding-left:0;
	padding-right:0;
}
.spph15{
	padding-left:15px;
	padding-right:15px;
}
.spphplus{
    margin-left: -15px;
    margin-right: -15px;
}
.sppt0{
	padding-top:0!important;
}
.sppb0{
	padding-bottom:0!important;
}
.spmaauto{
	margin-left:auto;
	margin-right:auto;
}
.spmhplus15{
	margin-left:-15px;
	margin-right:-15px;
}
.spwd30{
	width:30%;
}
.spwd50{
	width:50%;
}
.spwd65{
	width:65%;
}
.spwd80{
	width:80%;
}
.spwd100{
	width:100%;
}
.sp-txtleft{
	text-align:left;
}
.sp-txtright{
	text-align:right;
}
.sp-btn a img:hover{
	opacity:0.7;
}
.sp-btn a img:focus{
	opacity:1;
}
.sp-btn a img:visited{
	opacity:1;
}

/*20180511*/
.bg-white-a{
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}
.sp-txt-left{
    text-align: left!important;
}
.sp-fs80{
    font-size: 16px!important;
}
.orangebox_in{
    padding: 15px;
}
.cs{
    padding: 15px;
    background: url(../img/bg_pt04.png);
}

}
/*スマホ用スタイルend*/