/* Unchanged */
@charset "UTF-8";
/****************************************************************************
　health.css
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2017.09.07
   Last up date   : 2017.09.07
****************************************************************************/

.arrowBox {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}
/***********************************
    #Health	
************************************/
#Health .box {
	width: 100%;
	max-width: 1080px;
	overflow: hidden;
	padding: 0 0 30px 0;
	position: relative;
}

#Health .box hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px dotted #2F77C2;
	margin: 70px auto 40px auto;
}

#Health .box h4 {
	width: 100%;
	text-align: center;
	padding: 50px 0 0 0;
}
#Health .box h5 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}
#Health .box h6 {
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #2F77C2;
	padding-top: 30px;
	font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku GothicPro", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#Health .box h6 strong {
	font-weight: bold;
	font-size: 36px;
}
#Health .box h6 span.small {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#Health .box .imgPhoto {
	position: absolute;
	right: 0px;
	top: 20px;
}
#Health .box p {
	width: 62%;
	max-width: 680px;
	padding-right: 30px;
	margin: 0 auto;
	font-size: 16px;
}
#Health .box p.full {
	width: 70%;
	max-width: 750px;
	padding-right: 0px;
	margin: 0 auto;
	font-size: 16px;
}
#Health .box p.notes {
	width: 62%;
	max-width: 680px;
	font-size: 14px;
	padding-right: 30px;
}

#Health .block1 {
	background: #E5E3DA;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
#Health .block1 img {
	float: right;
}
#Health .block1 img.soldout, 
#Health .block2 img.soldout {
	width: 100%;
	max-width: 450px;
	position: absolute;
	bottom: 40px;
	right: 5%;
}
#Health .block1 ul.point {
	overflow: hidden;
	width: 500px;
	float: left;
}
#Health .block1 ul.point li {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #2F77C2;
	width: 230px;
	float: left;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 8px 0;
	margin-top: 20px;
}
#Health .block1 ul.point li:nth-child(odd) {
	margin-right: 20px;
}
#Health .block1 p.spec {
	width: 500px;
	float: left;
	text-align: center;
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 0;
}
#Health .block1 p.spec span.small {
	font-size: 14px;
	font-weight: normal;
}


#Health .block2 {
	background: #E6E6E6;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
#Health .block2 img {
	float: right;
}
#Health .block2 ul.point {
	overflow: hidden;
	width: 500px;
	float: left;
}
#Health .block2 ul.point li {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #2F77C2;
	float: left;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}
#Health .block2 ul.point li.half1 {
	width: 48%;
	margin-right: 4%;
}
#Health .block2 ul.point li.half2 {
	width: 48%;	
}
#Health .block2 p.spec {
	width: 500px;
	float: left;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 0;
	line-height: 1.3;
}
#Health .block2 p.spec span.small {
	font-size: 14px;
	font-weight: normal;
}





@media screen and (max-width:768px) {

.arrowBox img{
	width: 10%;
}


#Health .box {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
	position: relative;
}

#Health .box hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px dotted #2F77C2;
	margin: 40px auto 10px auto;
}

#Health .box h4 {
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}
#Health .box h4 img {
	width: 70%;
}
#Health .box h5 {
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}
#Health .box h6 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #2F77C2;
	padding-top: 10px;
	overflow: hidden;
}
#Health .box h6 strong {
	font-weight: bold;
	font-size: 36px;
}
#Health .box h6 span.small {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#Health .box img.Bottle {
	width: 100px;
	margin-right: 10px;
	float: right;
}
#Health .box p {
	width: 90%;
	max-width: 90%;
	padding-right: 0px;
	margin: 0 auto;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Health .box p.full {
	width: 90%;
	max-width: 90%;
	padding-right: 0px;
	margin: 0 auto;
	font-size: 16px;
}
#Health .box p.notes {
	width: 90%;
	max-width: 90%;
	font-size: 12px;
	padding-right: 0px;
}

#Health .block1 {
	width: 90%;
	background: #E5E3DA;
	overflow: hidden;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#Health .block1 img.soldout, 
#Health .block2 img.soldout {
	width: 90%;
	max-width: 100%;
	position: absolute;
	bottom: 70px;
	left: 5%;
}

#Health .block1 img, 
#Health .block2 img {
	float: none;
	width: 96%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#Health .block1 ul.point {
	overflow: hidden;
	width: 100%;
	float: none;
}
#Health .block1 ul.point li {
	width: 96%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #2F77C2;
	width: 46%;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 6px 4px 6px 4px;
	margin-top: 10px;
}
#Health .block1 ul.point li:nth-child(odd) {
	margin-right: 2%;
}
#Health .block1 p.spec, 
#Health .block2 p.spec {
	width: 100%;
	float: none;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0;
}
#Health .block1 p.spec span.small {
	font-size: 14px;
	font-weight: normal;
}


#Health .block2 {
	width: 90%;
	background: #E6E6E6;
	overflow: hidden;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#Health .block2 ul.point {
	overflow: hidden;
	width: 100%;
	float: none;
}
#Health .block2 ul.point li {
	width: 96%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #2F77C2;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 6px 4px 6px 4px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#Health .block2 ul.point li.half1 {
	width: 46%;
	margin-right: 2%;
}
#Health .block2 ul.point li.half2 {
	width: 46%;	
}
#Health .block2 p.spec span.small {
	font-size: 14px;
	font-weight: normal;
}



} /**** END media screen *****/