@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------- */
/* Font */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ---------------------------------------------------------------------------------------------------- */
/* Base */
body { 
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size:100%; 
    line-height:1.35em; 
    color:#606060; 
}

.cf:after,
.container:after {
	content: "";
	display: table;
	clear: both;
}
.cf::after,
.container::after {
	content: "";
	display: table;
	clear: both;
}
.cf .left {
	float: left;
}
.cf .right {
	float: right;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
.mt0 {margin-top: 0% !important;}
.mt1 {margin-top: 1% !important;}
.mt2 {margin-top: 2% !important;}
.mt3 {margin-top: 3% !important;}
.mt4 {margin-top: 4% !important;}
.mt5 {margin-top: 5% !important;}
.mt8 {margin-top: 8% !important;}
.mt10 {margin-top: 10% !important;}
.mt15 {margin-top: 15% !important;}
.mt17 {margin-top: 17% !important;}
.pr3 {padding-right: 3% !important;}
.pt8 {padding-top: 8% !important;}
ul li{
	list-style-type: none;
}
.bold{
	font-weight:bold;
}
.text_center{
     text-align: center;
}
.text_right{
     text-align: right;
}
.marker{
    background: linear-gradient(transparent 70%, #ffff66 70%);
}
.links{
    text-decoration: underline;
    color: #0d5ec1;    
}
.em_02{
    font-size: 125%;
}
.em_03{
    font-size: 135%;
}
.em_04{
    font-size: 145%;
	line-height: 1.5;
}
.green{
	color:#0e863c;
}
.blue{
    color: #1690b5;
}
.orange{
	color:#f16236;
}
.red{
    color: #ec0f42;
}
.small{
	font-size: 86%;
}
.smaller{
    font-size: 75%;
}
.common{
    line-height: 1.6;
	font-size:80%;
}
.cover_img{
    padding: 0 1em;
}
.more_btn{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.more_btn a{
    text-decoration: none;
    display: block;
    padding: 1em;
    border-radius: 10px;
    background-color: deeppink;
    color: #fff;
}
/*ページ下部バナー*/
#bottom_banner{
	clear:both;
	position: fixed;
	bottom: .2em;
}
#bottom_banner img{
    width: 95%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Layout */
.cv{
	position: relative;
}
.cv .h02{
	position: absolute;
    top:73%;
    /*left: 5.5%;*/
	left: 0;
}
/*cover*/
.cover{
    line-height: 1.6;
    padding: 4em 1em 1em;
}
.conts_cover{
    line-height: 1.6;
    padding: 2em 1em 1em;
}
/*notes*/
.notes{
    line-height: 1.5;
    padding: 0.8em 1em;
}
/*voice*/
.voice{
	padding: 0 1em;
	line-height: 1.7;
	font-size:90%;
}
.voice li{
	margin:2.5em 0 0;
}
.voice li:first-child{
	margin:1em 0 0;
}
.voice li .thumbs{
	float:left;
	width: 35%;
	padding: 0 .8em 0 0;
}
.voice li:nth-child(even) .thumbs{
	float:right;
    padding: 0 0 0 .5em;
}
.voice li h4{
	font-weight:bold;
	color:#0c863c;
	margin:0 0 .5em;
}
.voice li h4 span{
	font-size:80%;
	font-weight:normal;
}
.voice li p{
	color:#5d3804;
}
.voice li::after {
	content: '※個人の感想であり効果・効能を示すものではありません。';	
	text-align: right;
	font-size: 85%;
	display: block;
	color: #5d3804;
	padding: .5em 0 0;
}
/*box*/
.box dt.left{
    width: 50%;
    margin: 0 4% 1% 0;
}
.box dt.right{
    width: 50%;
    margin: 0 0 1% 4%;
}
.box dd{
    margin: 0 0 .3em;
}
/*detail_table*/
.detail_table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.4;        
     border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.detail_table th{
    padding: 2% 0;
    font-weight: normal;
    display: block;
    text-align: center;
    background-color: #f0f0f0;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;  
}
.detail_table td{
    padding: 3%;
    display: block;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;    
}
/*qa acdn*/
.qa{
	font-size: 90%;
}
.qa h2{
	margin: 0 0 15px;
	text-align: center;
	font-size: 130%;
}
.qa h2 span{
	color: #178c45;
	font-weight: bold;
	font-size: 150%;
}
.qa h2 span.red{
	color: #e44752;
}
.acdn li{
	margin: .8em 0 0;
}
.acdn li h3{
    padding: 1em 2em 1em 2em;
    background: #fff url(../img/icon_plus.svg) no-repeat 96% center;
    background-size: 5%;
	text-indent: -1.5em;
    border: 1px solid #016788;
    color: #016788; 
}
.acdn li h3:before{
    content: "" ;
    display: inline-block;
    width: 25px;
    height: 25px;    
    background-image: url(../img/icon_q.gif) ;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}
.acdn li h3.active {
    background-image: url(../img/icon_minus.svg);
}
.acdn li .acdn-child {
	padding: .5em 1.5em .5em 1.5em;
    background-color: #f2fafd;
    border-bottom: 1px solid #016788;
    border-left: 1px solid #016788;
    border-right: 1px solid #016788;        
}
.acdn li .acdn-child:before{
    content: "" ;
    display: inline-block;
    width: 25px;
    height: 25px;    
    background-image: url(../img/icon_a.gif) ;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}
.copyright {
	text-align: center;
	color: #444;
	line-height: 2;
	margin-bottom: 5%;
	text-transform: uppercase;
}
/*remind*/
.remind .unit{
	border: 1px solid #0c8537;
	padding: 2em 1em;
}
.remind .column_02 li{
	margin:2.5em 0 0;
}
.remind .column_02 li:first-child{
	margin:1.5em 0 0;
}
.remind .column_02 li .thumbs{
	float:left;
	width: 45%;
	padding: 0 .8em 0 0;
}
.remind .column_02 li:nth-child(even) .thumbs{
	float:right;
    padding: 0 0 0 .5em;
}
.remind .column_02 li h3{
	font-weight:bold;
	color:#0c863c;
	margin:0 0 .5em;
}
.remind .column_02 li p{
	color:#5d3804;
}

/*law_info*/
.law_info{
    text-align: center;
    margin: 1.5em 0 0;
   font-size: 85%;
}
.law_info li{
	display: inline-block;
}
.law_info li:after{
	content: "｜";
	padding:0 1em;
}
.law_info li:last-child:after{
	content: "";
	padding:0;
}
.law_info li a{
	color:#333;
    text-decoration: underline;
}
/*footer_unit*/
.footer_unit{
	padding:5% 4%;
}
.footer_unit .unit{
	padding:1em;
}
.footer_unit .heading{
	font-size: 195%;
	margin: 0 0 8%;
	text-align: center;
    font-family: serif;
    font-weight: bold;
}
.footer_unit .sns_unit{
	font-size: 100%;
	line-height: 1.4;
	padding-top: 5%
}
.footer_unit .tel a,.footer_unit .mail a{
	color: #2d6aa7;
}
.footer_unit .unit .logo{
	width: 40%;
	margin: 8% auto 2%;
	text-align: center;	
}
.footer_cover{
    padding: 4em 1em 8em;
}