@charset "utf-8";

/*========================================

          下層ページ用css

=======================================*/



/*========================================
共通
=======================================*/

.lower-contents {
	width: 940px;
	margin: 0px auto;
	padding: 80px 0px 120px;
}
.lower-contents h1 {
	font: 500 60px/1 "Cormorant Garamond", 'Noto Serif JP';
	color: #123370;
	text-align: center;
	margin-bottom: 60px;
}

/* PDFアイコン */
.fa-file-pdf {
	color: #F03;
}




/*========================================
Q&A
=======================================*/

#faq-contents {
}

#faq-contents dl {
}
#faq-contents dl dt,
#faq-contents dl dd {
	padding-left: 1em;
	text-indent: -1em;
}
#faq-contents dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #123370;
}
#faq-contents dl dd {
	margin-bottom: 50px;
}
#faq-contents dl dd:last-child {
	margin-bottom: 0px;
}

#faq-contents dl dd i {
	display: inline;
}

/*========================================
カタログダウンロード
=======================================*/

#dl-contents {
}

#dl-contents ul.list-download {
	position: relative;
	margin-left: -20px;
}
#dl-contents ul.list-download li {
	margin: 0px 0px 50px 20px;
	float: left;
	width: 300px;
}
#dl-contents ul.list-download li:first-child {
}
#dl-contents ul.list-download li span {
	display: block;
}
#dl-contents ul.list-download li span.thum {
	outline: 1px solid #ccc;
	outline-offset: -1px;
	margin-bottom: 10px;
}
#dl-contents ul.list-download li span.link {
	text-align: center;
}
#dl-contents ul.list-download li span img {
	line-height: 1;
}
#dl-contents ul.list-download li i {
	color: #F03;
}




/*========================================
Salon Membership
=======================================*/

#salon-mem-contents {
}
#salon-mem-contents .caution {
	font-size: 0.8em;
}
#salon-mem-contents iframe {
	height: 800px !important;
}



/*========================================
Zoom Seminar Membership
=======================================*/

#zoom-form-contents {
}
#zoom-form-contents .caution {
	font-size: 0.8em;
}
#zoom-form-contents iframe {
	height: 1500px !important;
}



/*========================================
商品詳細
=======================================*/

#fs_ProductDetails .btn-salon-mem {
	margin-top: 10px;
	margin-bottom: 10px;
}
#fs_ProductDetails .btn-salon-mem a {
	display: block;
	color: #FFF;
	text-align: center;
	background: rgba(30,75,126, 1);
	border: 1px solid #000066;
	cursor: pointer;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	padding: 0.8em 1.6em 0.6em;
	box-shadow: 0 0 2px #b2b2b2;
	transition: .3s;
	margin: 0px auto;
}
#fs_ProductDetails .btn-salon-mem a:hover {
	opacity: 0.7;
}

#fs_ProductDetails .concentration_report {
	margin: 10px 0px;
}


/*========================================
マイページ
=======================================*/

/* ダウンロードボタン */
#fs_MyPageTop .btn-download {
	width: 64%;
	margin-top: -80px;
}
#fs_MyPageTop .btn-download p {
	margin: 0;
	padding: 0;
}
#fs_MyPageTop .btn-download p a {
	display: block;
	box-shadow: 0 0 2px #b2b2b2;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #3c3c3c;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 20px 20px 25px;
	font-size: 19px;
}
#fs_MyPageTop .btn-download p a i {
	color: #7d8790;
	margin-right: 15px;
	position: relative;
	top: 4px;
}




/*===================================================================================================================*/



@media screen and (max-width: 896px) { /* SmartPhone Display - width:640px under - */



/*========================================
共通
=======================================*/

.lower-contents {
	width: 100%;
	margin: 0px auto;
	padding: 0px 10px 60px;
}
.lower-contents h1 {
	font: 500 60px/1 "Cormorant Garamond", 'Noto Serif JP';
	color: #123370;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 50px;
}




/*========================================
Q&A
=======================================*/

#faq-contents {
}

#faq-contents dl {
}
#faq-contents dl dt,
#faq-contents dl dd {
	padding-left: 1em;
	text-indent: -1em;
}
#faq-contents dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #123370;
}
#faq-contents dl dd {
	margin-bottom: 50px;
}
#faq-contents dl dd:last-child {
	margin-bottom: 0px;
}



/*========================================
カタログダウンロード
=======================================*/

#dl-contents {
}

#dl-contents h1 {
	font: 500 40px/1 "Cormorant Garamond", 'Noto Serif JP';
}

#dl-contents ul.list-download {
	position: relative;
	margin-left: 0px;
}
#dl-contents ul.list-download li {
	margin: 0px auto 50px;
	float: none;
	width: 300px;
}
#dl-contents ul.list-download li:first-child {
}
#dl-contents ul.list-download li span {
	display: block;
}
#dl-contents ul.list-download li span.thum {
	outline: 1px solid #ccc;
	outline-offset: -1px;
	margin-bottom: 10px;
}
#dl-contents ul.list-download li span.link {
	text-align: center;
}
#dl-contents ul.list-download li i {
	color: #F03;
}



/*========================================
カタログダウンロードについて
=======================================*/

#info_dl-contents h1 {
	font: 500 40px/1 "Cormorant Garamond", 'Noto Serif JP';
}



/*========================================
お問い合わせ
=======================================*/

#contact-contents {
}

#contact-contents iframe {
	height: 1050px !important;
}



/*========================================
Salon Membership
=======================================*/

#salon-mem-contents {
}
#salon-mem-contents .caution {
	font-size: 0.8em;
}
#salon-mem-contents iframe {
	height: 1500px !important;
}



/*========================================
Zoom Seminar Membership
=======================================*/

#zoom-form-contents {
}
#zoom-form-contents .caution {
	font-size: 0.8em;
}
#zoom-form-contents iframe {
	height: 2000px !important;
}



/*========================================
商品詳細
=======================================*/

#fs_ProductDetails .btn-salon-mem {
	margin-top: 10px;
	margin-bottom: 10px;
}
#fs_ProductDetails .btn-salon-mem a {
	display: block;
	color: #FFF;
	text-align: center;
	background: rgba(30,75,126, 1);
	border: 1px solid #000066;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1.2;
	text-decoration: none;
	padding: 0.8em 0em 0.6em;
	box-shadow: 0 0 2px #b2b2b2;
	transition: .3s;
	margin: 0px auto;
	width: 240px;
}
#fs_ProductDetails .btn-salon-mem a:hover {
	opacity: 0.7;
}



/*========================================
マイページ
=======================================*/

/* ダウンロードボタン */
#fs_MyPageTop .btn-download {
	width: 100%;
	margin-top: -80px;
	margin-bottom: 30px;
}
#fs_MyPageTop .btn-download p {
	margin: 0;
	padding: 0;
}
#fs_MyPageTop .btn-download p a {
	display: block;
	box-shadow: 0 0 2px #b2b2b2;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #3c3c3c;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 20px 20px 25px;
	font-size: 19px;
}
#fs_MyPageTop .btn-download p a i {
	color: #7d8790;
	margin-right: 15px;
	position: relative;
	top: 4px;
}


/*-------------------- max-width:640px --------------------*/}
