@charset "UTF-8";
/* css Products [threeway-cw] */

@import url("../content.css");
@import url("../fullscreen-overlay.css");
@import url("../animate.min.css");
@import url("all_accordion.css");
@import url("all_use.css");

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#mc-contents {
	padding-top: 0;
}

#main-cont-title {
	padding-top: 112px;
	position: absolute;
	top: 0;
	//border-bottom: 1px solid rgba(255, 255, 255, .36);
	border-bottom: none;
}

#main-cont-title h2 {
	//color: #fff;
}

#contents-navi-fs > a {
	//background-color: transparent;
	//border: 1px solid rgba(255, 255, 255, .75);
	//-moz-border-radius: 4px;
	//-webkit-border-radius: 4px;
	//border-radius: 4px;
}

#contents-navi-fs > a:before {
	//color: rgba(255, 255, 255, .75);
}

#contents-navi-fs > a:hover:before {
	color:#fff;
}

#contents-navi-fs > a:hover {
	//background-color: rgba(255, 255, 255, .3);
	//border: 1px solid rgba(255, 255, 255, 0);
}

hr {
	max-width: 1240px;
	margin: 0 auto;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	width: 100%;
	margin: 0;
	padding-top: 198px; /* 112px + 46px + 40px */
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#mainbanner h2 {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner p {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner .bnr_main {
	padding: 0;
	margin: 0;
	margin-top: -148px;
	width: 100%;
	height: auto;
	text-align: center;
}

#mainbanner .bnr_main img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Section 002 */
/*---------------------------------------------------- */
#sect002 {
	margin: 0;
	padding: 0;
}

#sect002 .waku_topics {
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#sect002 .waku_topics .photo_topic {
	margin: 0;
	padding: 0;
}

#sect002 .waku_topics .photo_topic img {
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: bottom;
}

#sect002 .waku_topics .topic {
	margin: 0;
	padding: 0;
}

#sect002 .waku_topics .topic .detail {
	margin: 0 auto;
	height: auto;
	
	background-color: rgba(255, 255, 255, .75);
	-moz-box-shadow: 0 0 3px #fff, 0 0 5px #fff;
	box-shadow: 0 0 3px #fff, 0 0 5px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#sect002 .topic h3 {
	font-size: 197%;
	line-height: 1.6;
	margin: 0 0 1.7em;
	padding: 0;
}

#sect002 .topic ul {
	margin: 0 0 3em;
	padding: 0;
}

#sect002 .topic ul > li {
	margin: 0 0 1.7em;
	padding: 0;
	position: relative;
}

#sect002 .topic ul h4 {
	font-size: 138.5%;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .3em;
	padding: 0 0 0 20px;
	position: relative;
}

#sect002 .topic ul > li h4:before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #c99b6a;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}

#sect002 .topic ul p {
	font-size: 116%;
	margin: 0 0 0 1.5em;
	padding: 0;
}

#sect002 .topic ul > li > ol {
	counter-reset: my-counter;
	list-style: none;
	margin: .7em 0 0 1.5em;
	padding: 0;
}

#sect002 .topic ul > li > ol li {
	font-size: 123.1%;
	margin: 0 0 .7em;
	padding: 0 0 0 22px;
	position: relative;
}

#sect002 .topic ul > li > ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #fff;
	line-height: 19px;
	text-align: center;
	width: 18px;
	height: 18px;
	background-color: #01a2a0;
	display: block;
	float: left;
	border-radius: 50%;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
}

#sect002 .topic ul > li:last-child, #sect002 .topic ul > li > ol li:last-child {
	margin-bottom: 0;
}

#sect002 .topic p {
	//font-size: 167%;
	margin: 0;
	padding: 0;
}

#sect002 .ingredient {
	background-color: rgba(247, 254, 254, .85);
	border: 1px solid #e6e8eb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
#main-cont-title h2 {
	font-size: 21px;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner .bnr_main {
	margin-top: -88px;
}

/*---------------------------------------------------- */
/* Section 002 */
/*---------------------------------------------------- */
#sect002 {
	padding-top: 70px;
	padding-bottom: 0;
}

#sect002 .waku_topics {
	width: 98%;
	max-width: 1200px;
	overflow: hidden;
}

#sect002 .waku_topics .photo_topic {
	width: 20%;
	display: inline;
	float: right;
}

#sect002 .waku_topics .topic {
	width: 75%;
	display: inline;
	float: left;
}

#sect002 .waku_topics .topic .detail {
	padding: 20px;
}

	
}


/* Minimum width 959px and Tablet */
@media all and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
#main-cont-title {
	padding: 0;
	margin: 0 0 0 2%;
	width: 96%;
	top: 15px;
}

#main-cont-title h2 {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	padding-top: 86px; /* 46px + 40px */
}

#mainbanner h2 {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner p {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner .bnr_main {
	padding: 0;
	margin: 0;
	margin-top: -10px;
	width: 100%;
	height: auto;
	text-align: center;
}

/*---------------------------------------------------- */
/* Section 002 */
/*---------------------------------------------------- */
#sect002 {
	padding-top: 50px;
	padding-bottom: 0;
}

#sect002 .waku_topics {
	width: 94%;
	overflow: hidden;
}

#sect002 .waku_topics .photo_topic {
	width: 26%;
	display: inline;
	float: right;
}

#sect002 .waku_topics .topic {
	width: 70%;
	display: inline;
	float: left;
}

#sect002 .waku_topics .topic .detail {
	padding: 18px;
	margin-bottom: 1.5em;
	background-color: rgba(255, 255, 255, 0);
	-moz-box-shadow: none;
	box-shadow: none;
}

#sect002 .topic h3 {
	font-size: 20px;
}

#sect002 .topic ul h4 {
	font-size: 16px;
	padding: 0 0 0 19px;
}

#sect002 .topic ul > li h4:before {
	width: 15px;
	height: 15px;
}

#sect002 .topic ul p {
	font-size: 13px;
}

#sect002 .topic ul > li > ol li {
	font-size: 15px;
	padding: 0 0 0 20px;
}

#sect002 .topic ul > li > ol li:before {
	line-height: 17px;
	width: 16px;
	height: 16px;
	font-size: 11px;
}

#sect002 .ingredient p {
	font-size: 11px;
}


}


/* SP */
@media all and (max-width: 568px) {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
#main-cont-title {
	padding: 0;
	margin: 0 0 0 2%;
	width: 96%;
	top: 15px;
}

#main-cont-title h2 {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Mainbanner */
/*---------------------------------------------------- */
#mainbanner {
	padding-top: 86px; /* 46px + 40px */
}

#mainbanner h2 {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner p {
	padding: 0;
	margin: 0;
	display: none;
}

#mainbanner .bnr_main {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	width: 100%;
	height: auto;
	text-align: center;
}

/*---------------------------------------------------- */
/* Section 002 */
/*---------------------------------------------------- */
#sect002 {
	padding-top: 30px;
	padding-bottom: 0;
}

#sect002 .waku_topics {
	width: 94%;
}

#sect002 .waku_topics .photo_topic {
	padding: 0;
	margin: 0 auto;
	width: 40%;
	display: block;
}

#sect002 .waku_topics .topic {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	display: block;
}

#sect002 .waku_topics .topic .detail {
	padding: 15px;
	margin-bottom: 1.5em;
	background-color: rgba(255, 255, 255, 0);
	-moz-box-shadow: none;
	box-shadow: none;
}

#sect002 .topic h3 {
	font-size: 16px;
	margin: 0 0 1.7em;
	text-align: center;
}

#sect002 .topic ul h4 {
	font-size: 15px;
	line-height: 1.4;
	padding: 0 0 0 18px;
}

#sect002 .topic ul > li h4:before {
	width: 14px;
	height: 14px;
	top: 3px;
}

#sect002 .topic ul p {
	font-size: 13px;
	line-height: 1.4;
}

#sect002 .topic ul > li > ol {
	margin: .7em 0 0 1.2em;
}

#sect002 .topic ul > li > ol li {
	font-size: 13px;
	padding: 0 0 0 21px;
}

#sect002 .topic ul > li > ol li:before {
	line-height: 16px;
	width: 15px;
	height: 15px;
	font-size: 10px;
}

#sect002 .topic p {
	font-size: 12px;
}

#sect002 .ingredient p {
	font-size: 10px;
}



}