/*メインビジュアル*/
#mainVisual .mainVisualBg{
	background-image:url('../img/health_support/mainVisual.png');
}
#mainVisual .mainVisualBg #copyText p{
	width: 400px;
}

/*健康サポート事業*/
#healthSupport{
	width: 90%;
	max-width: 1000px;
	margin: 120px auto 0;
	position: relative;
}
#healthSupport .cntTitle{
	text-align: center;
	margin: 0 auto 60px;
	padding-top: 40px;
}
#healthSupport .cntTitle h1{
	color: #2a7976;
	font-size: 3rem;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
#healthSupport .cntTitle h2{
	font-size: 1.3rem;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 30px;
}
/*選択*/
#healthSupport .selectBox{
	width: 90%;
	max-width: 800px;
	margin: 60px auto;
}
#healthSupport .selectBox .healthService{
	width: 32%;
	margin-right: 1%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
#healthSupport .selectBox .healthService:last-child{
	margin-right: 0;
}
#healthSupport .selectBox .selectTitle{
	width: 100%;
	padding: 5px 0 15px;
	background-color: #fff;
	position: relative;
	border-radius: 3px;
	margin-bottom: 20px;
}
#healthSupport .selectBox .selectTitle p:after{
	content:'▼';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2px;
	font-size: 1rem;
}
#healthSupport .selectBox .healthService01 .selectTitle{
	border: 2px solid #f08c1e;
}
#healthSupport .selectBox .healthService01 .selectTitle p{
	color: #f08c1e;
	font-weight: bold;
}
#healthSupport .selectBox .healthService02 .selectTitle{
	border: 2px solid #22ae73;
}
#healthSupport .selectBox .healthService02 .selectTitle p{
	color: #22ae73;
	font-weight: bold;
}
#healthSupport .selectBox .healthService03 .selectTitle{
	border: 2px solid #f8b62c;
}
#healthSupport .selectBox .healthService03 .selectTitle p{
	color: #f8b62c;
	font-weight: bold;
}
#healthSupport .selectBox .selectImg{
	position: relative;
}
#healthSupport .selectBox .selectImg:before{
	content:'';
	width: 220px;
	height: 220px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: #fff;
	border-radius: 50%;
	margin-top: 20px;
	z-index: -1;
}

/*サービス*/
#healthSupport .cntBox{
	padding-top: 60px;
}
#healthSupport .cntBox .cnt{
	border-radius: 10px;
	background-color: #fff;
	padding:5%;
}
#healthSupport .serviceTitle{
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 35px;
	position: relative;
}
#healthSupport .serviceTitle:before{
	content: '';
	width: 300px;
	height: 35px;
	background-color: #fff;
	position: absolute;
	top:-30px;
	border-radius: 10px 10px 0 0 ;
	left: 0;
	right: 0;
	margin: auto;
}
#healthSupport .serviceTitle p{
	color: #fff;
	width: 200px;
	font-size: 1.3rem;
	border-radius: 3px;
	margin: -50px auto 15px;
	position: relative;
}
#healthSupport .serviceTitle p:before{
	content:'';
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 25px;
	height: 15px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
#healthSupport .serviceTitle p:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 10%;
	border: 5px solid transparent;
}
#healthSupport .serviceTitle h3{
	font-size: 2.3rem;
	letter-spacing: 3px;
}
#healthSupport .serviceTitle:after{
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
}
#healthSupport .cntDiscImg {
	width: 37%;
	margin-top: 5px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
	vertical-align: top;
	border-radius: 6px;
}
#healthSupport .cntDiscText {
	width: 60%;
	margin-left: 2%;
	display: inline-block;
}
#healthSupport .cntDiscText h4{
	font-size: 2.8rem;
	line-height: 40px;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
#healthSupport .cntDiscText p{
	line-height: 28px;
	font-size: 1.5rem;
}
#healthSupport .seviceCntBox h5{
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 3px;
	margin: 60px auto;
	border-radius: 5px;
	position: relative;
	background: url('../img/health_support/health_support_bg.jpg') center/cover no-repeat;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(50,50,50,.2);
	overflow: hidden;
	z-index: 10;
}
#healthSupport .seviceCntBox h5:before{
	content:'';
	width: 100%;
	height: 80px;
	left: 0;
	right: 0;
	z-index: -1;
	margin: auto;
	position: absolute;
}
#healthSupport .seviceCntBox h6{
	font-size: 2.3rem;
    line-height: 40px;
    margin-bottom: 40px;
    letter-spacing: 3px;
    padding-left: 100px;
    position: relative;
}
#healthSupport .seviceCntBox h6:before{
	font-size: 7rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 77px;
}
#healthSupport .seviceCntBox h6.number01:before{
	content:'01';
}
#healthSupport .seviceCntBox h6.number02:before{
	content:'02';
}
#healthSupport .seviceCntBox > div,#healthSupport .seviceCntBox > div > div{
	margin-bottom: 50px;
}
#healthSupport .seviceCntText{
	width: 65%;
	display: inline-block;
}
#healthSupport .seviceCntText p{
	font-size: 1.5rem;
	line-height: 28px;
}
#healthSupport .seviceCntImg{
	width: 30%;
	height: 200px;
	border-radius: 5px;
	/*background-color: #ccc;*/
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	vertical-align: top;
}
#healthSupport .cntLeft{
	margin-right: 2%;
}
#healthSupport .priceBox{
	margin-top: 170px;
	width: 100%;
	background-color: #f9f8f4;
	padding: 70px 0 30px;
	position: relative;
}
#healthSupport .priceBox:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url('../img/health_support/priceIcon.png') center/55% no-repeat;
    box-shadow: 1px 1px 2px #bbb;
    border-radius: 35px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
#healthSupport .priceBox:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 45px;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 8;
    box-shadow: -1px 1px 0 #fefefe;
}
#healthSupport .priceBox > span{
	width: 1px;
	height: 100px;
	background-color: #333;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -145px;
	z-index: 100;
}
#healthSupport .priceBox .h7{
	font-size: 2.2rem;
	letter-spacing: 4px;
	color: #1c1c1c!important;
}
#healthSupport .priceBox .priceCnt{
	width: 90%;
	max-width: 800px;
	height: 100px;
	margin: 30px auto;
	background-color: #fff;
}
#healthSupport .priceBox .program{
	width: 50%;
	height: 100%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#healthSupport .priceBox .price{
	width: 49%;
	height: 100%;
	float: right;
}
#healthSupport .priceBox .price p{
	font-size: 2.6rem;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 35px;
}
#healthSupport .priceBox .price p span,#healthSupport .priceBox .price p strong{
	font-size: 1.6rem;
}
#healthSupport .priceBox .price p strong{
	line-height: 1.1;
	display: block;
}
#healthSupport .priceBox .serviceTitle{
	position: static;
	padding: 0;
	margin: 0;
}
#healthSupport .priceBox .serviceTitle:after{
	display: none;
}
#healthSupport .priceBox .serviceTitle p{
	margin: 20px auto 10px;
	font-size: 1.2rem;
}
#healthSupport .priceBox .serviceTitle h3{
	font-size: 1.8rem;
}
#healthSupport .priceBox .serviceTitle:before{
	display: none;
}
#healthSupport .priceBox .serviceTitle p:before{
	width: 20px;
	height: 12px;
	top: -15px;
}
#healthSupport .priceBox > p{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

/*個別スタイル*/
/*01.温熱免疫アッププログラム*/
#healthService01 .serviceTitle p,#healthService01 .priceBox:before{
	background-color: #ed8026;
}
#healthService01 .serviceTitle h3 span,#healthService01 .cntDiscText h4,#healthService01 .seviceCntBox h6{
	color: #e05f41;
}
#healthService01 .serviceTitle p:before{
	background-image: url('../img/health_support/service01_titleDeco.png');
}
#healthService01 .serviceTitle p:after {
	border-top: 7px solid #ed8026;
}
#healthService01 .serviceTitle:after{
	background-color: #ed8026;
}
#healthService01 .cntDiscImg {
	height: 370px;
	background-image: url('../img/health_support/healthService01.png');
}
#healthService01 .seviceCntBox h5:before{
	background: -moz-linear-gradient(left, rgba(234,90,36,0.65) 0%, rgba(240,140,30,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(234,90,36,0.65) 0%,rgba(240,140,30,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(234,90,36,0.65) 0%,rgba(240,140,30,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ea5a24', endColorstr='#a6f08c1e',GradientType=1 ); /* IE6-9 */
}
#healthSupport .seviceCnt01_1 .seviceCntImg{
	height: 160px;
	background-image: url('../img/health_support/seviceCnt01_1.png');
}
#healthSupport .seviceCnt01_2 .seviceCntImg{
	height: 250px;
	background-image: url('../img/health_support/seviceCnt01_2.png');
}
#healthSupport .seviceCnt01_1 .subCnt{
	border-radius: 5px;
	border: 1px solid #333;
	position: relative;
	padding: 5% 2% 2%;
}
#healthSupport .seviceCnt01_1 .subCnt > p{
	text-align: center;
	width: 90%;
	position: absolute;
	top:-15px;
	background-color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 2px;
}
#healthSupport .seviceCnt01_1 .subCnt .infrared{
	width: 49%;
	display: inline-block;
}

#healthSupport .seviceCnt01_1 .subCnt .infrared01{
	border-right: 1px solid #888;
}
#healthSupport .seviceCnt01_1 .subCnt .infrared div{
    width: 80%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
#healthSupport .seviceCnt01_1 .subCnt .infrared p{
	color: #fff;
	text-align: center;
	line-height: 40px;
	background-color: #ed8026;
	width: 90%;
	margin: 20px auto;
	border-radius: 5px;
}
#healthSupport .seviceCnt01_2 .priceBox .priceCnt{
    border: 1px solid #ed8026;
}
#healthSupport .seviceCnt01_2 .priceBox .price{
    background-color: #ed8026;
}
#healthSupport .seviceCnt01_2 .priceBox > p{
	color: #ed8026;
}

/*02.温熱免疫アップルーム*/
#healthService02 .serviceTitle p,#healthService02 .serviceTitle:after,#healthSupport .seviceCnt02_2 .priceBox .price,#healthService02 .priceBox:before{
	background-color: #22ae73;
}
#healthService02 .serviceTitle h3 span,#healthService02 .cntDiscText h4,#healthService02 .seviceCntBox h6{
	color: #129e63;
}
#healthService02 .serviceTitle p:before{
	background-image: url('../img/health_support/service02_titleDeco.png');
}
#healthService02 .serviceTitle p:after {
	border-top: 7px solid #22ae73;
}
#healthService02 .seviceCntBox h5:before {
    background: -moz-linear-gradient(left,  rgba(0,162,150,0.65) 0%, rgba(34,174,115,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,162,150,0.65) 0%,rgba(34,174,115,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,162,150,0.65) 0%,rgba(34,174,115,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a600a296', endColorstr='#a622ae73',GradientType=1 ); /* IE6-9 */
}
#healthSupport .seviceCnt02_2 .priceBox .priceCnt{
	border: 1px solid #22ae73;
}
#healthService02 .cntDiscImg {
    height: 250px;
    background-image: url(../img/health_support/healthService02.png);
}
#healthService02 .seviceCnt02_1 .seviceCntImg{
	height: 210px;
	background-image: url('../img/health_support/seviceCnt02_1.png');
}
#healthService02 .seviceCnt02_1 .seviceCntText .disc{
	padding: 10px 20px;
	margin-top: 10px;
	background-color: rgba(77,144,141,.15);
}
#healthService02 .seviceCnt02_1 .seviceCntText .disc p{
	line-height: 24px;
	font-size: 1.4rem;
	color: #2a7976;
}
#healthService02 .seviceCntBox h6{
	line-height: 80px;
}
#healthService02 .seviceCnt02_2 .room{
	width: 33%;
	float: left;
	vertical-align: top;
}
#healthService02 .seviceCnt02_2 .room .roomImg{
	width: 90%;
	margin: 0 auto 10px;
	height: 180px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	border-radius: 5px;
}
#healthService02 .seviceCnt02_2 .room01 .roomImg{
	background-image: url('../img/health_support/room01.png');
}
#healthService02 .seviceCnt02_2 .room02 .roomImg{
	background-image: url('../img/health_support/room02.png');
}
#healthService02 .seviceCnt02_2 .room03 .roomImg{
	background-image: url('../img/health_support/room03.png');
}
#healthService02 .seviceCnt02_2 .room .roomText{
	padding: 3% 5%;
	border-bottom-left-radius: 30px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 135px;
}
#healthService02 .seviceCnt02_2 .room .roomText p{
	font-size: 1.3rem;
	line-height: 26px;
}
#healthService02 .priceBox p.caution{
	min-width: 0;
	margin: 0 auto;
	font-size: 1.1rem;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: normal;
	padding: 10px;
	text-align: right;
}
#healthService02 .priceBox .price p.caution{
	text-align: center;
}
#healthService02 .priceBox .commentBox{
	margin: 20px auto;
	width: 80%;
}
#healthService02 .priceBox .commentBox .roomIllust{
	width: 20%;
	height: 150px;
	margin-right: 5%;
	background: url('../img/health_support/roomIllust.png')center/100% no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#healthService02 .priceBox .commentBox .roomComment{
	width: 68%;
	display: inline-block;
	background-color: #fff;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 10px;
	padding: 20px 3%; 
	vertical-align: middle;
	position: relative;
}
#healthService02 .priceBox .commentBox .roomComment:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right: 40px solid #fff;
}
#healthService02 .priceBox .commentBox .roomComment p{
	font-size: 1.3rem;
	line-height: 25px;
}
#healthService02 .priceBox .conditions{
	width: 80%;
	padding:2% 5%;
	background-color: rgba(137,184,181,.15);
	margin: 0 auto;
}
#healthService02 .priceBox .conditions .h8{
	font-size: 1.7rem;
	color: #129e63;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #129e63;
	letter-spacing: 2px;
	font-weight: bold;
}
#healthService02 .priceBox .conditions li{
	font-size: 1.5rem;
	color: #129e63;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 25px;
	letter-spacing: 1px;
}
#healthService02 .priceBox .webLink{
	text-align: center;
	margin: 50px auto 0;
	position: relative;
}
#healthService02 .priceBox .webLink:before{
	font-family: "Font Awesome 5 Free";
  	content: "\f309";
  	color: #129e63;
  	font-weight: 600;
  	font-size: 3rem;
  	position: absolute;
  	right: 0;
  	left: 0;
  	margin: auto;
  	top: -40px;
}
#healthService02 .priceBox .webLink p,#healthService02 .priceBox .webLink a{
	font-size: 1.8rem;
	color: #129e63;
	position: relative;
	letter-spacing: 2px;
}
#healthService02 .priceBox .webLink a{
	font-weight: bold;
	margin: 0 5px;
}
#healthService02 .priceBox .webLink a:before{
	content:'';
	position: absolute;
	background: #129e63;
	width: 0;
	height: 2px;
	border-width: 0;
	transition: all .3s ease;
	bottom: -5px;
}
#healthService02 .priceBox .webLink a:hover:before{
	transition: all .3s ease;
	width: 100%;
}

/*03.24時間安心サポート*/
#healthService03 .serviceTitle:after,#healthService03  .priceBox .price,#healthService03 .priceBox:before{
	background-color: #f8b62c;
}
#healthService03 .serviceTitle h3 span,#healthService03 .cntDiscText h4{
	color: #efa21b;
}
#healthService03 .serviceTitle p:before,#healthService03 .serviceTitle p:after{
	display: none;
}
#healthService03 .serviceTitle p{
	width: 100%;
    margin: -70px auto 15px;
}
#healthService03 .serviceTitle:before{
	top: -10px;
}
#healthService03 .serviceTitle{
	padding-bottom: 1px;
}
#healthService03 .cntDiscText,#healthService03 .cntDiscImg{
	width: 100%;
	display: block;
	text-align: center;
}
#healthService03 .cntDiscText h4{
	font-size: 2.2rem;
	letter-spacing: 2px;
}
#healthService03 .cntDiscImg{
	width: 90%;
	margin: 30px auto -10px;
}
#healthService03 .cntDiscImg img{
	vertical-align: baseline;
	width: 90%;
	max-width: 500px;
}
#healthService03 .seviceCntBox h5{
	margin-top: 0;
}
#healthService03 .seviceCntBox h5:before{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f08c1e+0,ea5a24+100&0.65+0,0.65+100 */
	background: -moz-linear-gradient(left,  rgba(240,140,30,0.65) 0%, rgba(234,90,36,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(240,140,30,0.65) 0%,rgba(234,90,36,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(240,140,30,0.65) 0%,rgba(234,90,36,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f08c1e', endColorstr='#a6ea5a24',GradientType=1 ); /* IE6-9 */
}
#healthService03 .seviceCntBox{
	width: 90%;
	margin: 0 auto;
}
#healthService03 .seviceCntBox .seviceCnt03{
	width: 47%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ea5514;
	box-sizing: border-box;
	border-radius: 5px;
}
#healthService03 .seviceCntBox .seviceCnt03:nth-child(odd) {
	margin-right: 5%;
}
#healthService03 .seviceCntBox .seviceCnt03 .subNumber{
	position: relative;
	text-align: center;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background:#fff;
	top: -30px;
	border-radius: 30px;
}
#healthService03 .seviceCntBox .seviceCnt03 .subNumber span{
	width: 35px;
	height: 35px;
	background-color: #ea5514;
	display: inline-block;
	color: #fff;
	line-height: 34px;
	font-size: 2rem;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#healthService03 .seviceCntBox .seviceCnt03 .seviceCntIcon{
	text-align: center;
	margin: -20px auto 5px;
}
#healthService03 .seviceCntBox h6{
	margin: 0 0 10px;
	padding-left: 0;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
#healthService03 .seviceCntBox .seviceCnt03 p{
	font-size: 1.4rem;
	color: 494949;
	line-height: 25px;
	padding: 5px 20px;
	height: 100px;
}
#healthService03 .priceBox .priceCnt{
	border: 1px solid #f8b62c;
}
#healthService03 .priceBox .program p{
	line-height: 100px;
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 3px;
	color: #efa21b;
}

@media screen and (min-width:900px){

}
/*TAB*/
@media screen and (max-width:899px){
	/*健康サポート事業*/
	#healthSupport{
		margin: 30px auto;
	}
	/*リンクボタン*/
	#healthSupport .selectBox{
		width: 100%;
	}

	/*温熱免疫アッププログラム*/
	#healthSupport .cntBox .cnt {
		padding: 8% 5%;
	}
	#healthSupport .cntDiscText h4{
		font-size: 2.5rem;
		letter-spacing: 2px;
	}
	#healthSupport .seviceCntBox h6{
		font-size: 2.2rem;
		letter-spacing: 2px;
	}
	#healthSupport .seviceCnt01_1 .subCnt{
		padding: 7% 2% 2%;
	}
	#healthSupport .seviceCnt01_1 .subCnt .infrared p{
		width: 95%;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#healthSupport .seviceCnt01_1 .subCnt .infrared div{
		width: 90%;
	}
	#healthSupport .seviceCnt01_1 .seviceCntImg{
		height: 120px;
	}

	/*温熱免疫アップルーム*/
	#healthService02 .seviceCnt02_1 .seviceCntText .disc p{
		font-size: 1.3rem;d
	}
	#healthService02 .seviceCnt02_1 .seviceCntImg{
		height: 120px;
	}
	#healthService02 .seviceCnt02_2 .room .roomImg{
		height: 140px;
	}
	#healthService02 .seviceCnt02_2 .room .roomText{
		height: 160px;
	}
	#healthService02 .priceBox .price p{
	/*	margin-top: 30px;*/
	}
	#healthService02 .priceBox p.caution{
		line-height: 15px;
		margin-top: 0;
	}

	/*24時間安心サポート*/
	#healthService03 .seviceCntBox .seviceCnt03{
		width: 100%;
	}
	#healthService03 .seviceCntBox .seviceCnt03:nth-child(odd){
		margin-right: 0;
	}
	
}	
/*SP*/
@media screen and (max-width:480px){
	/*メインビジュアル*/
	#mainVisual .mainVisualBg{
		background-position: 15% center;
	}
	#mainVisual .mainVisualBg #copyText p{
		width: 340px;
	}
		
	/*健康サポート*/
	#healthSupport{
		width: 100%;
		margin: 0 auto;
	}
	#healthSupport .cntTitle{
		width: 90%;
		margin: 0 auto 30px;
	}
	/*リンクボタン*/
	#healthSupport .selectBox{
		width: 90%;
		margin: 30px auto 0;
	}
	#healthSupport .selectBox .healthService{
		width: 90%;
		margin: 0 auto 30px;
		display: block;
	}
	#healthSupport .selectBox .healthService:last-child{
		margin: 0 auto;
	}
	
	
	/*全体*/
	#healthSupport .cntBox .cnt{
		padding: 15% 5% 3%;
		margin-bottom: 20px;
	}
	#healthSupport .cntDiscImg{
		width: 100%;
		display: block;
		height: 160px;
	}
	#healthSupport .cntDiscText{
		width: 100%;
		display: block;
		margin-left: 0;
	}
	#healthSupport .cntDiscText h4{
		font-size: 2.24rem;
		letter-spacing: 2px;
		line-height: 35px;
		text-align: center;
	}
	#healthSupport .seviceCntBox h5{
		margin: 30px auto;
		font-size: 2rem;
		letter-spacing: 2px;
	}
	#healthSupport .seviceCntBox h6{
		font-size: 1.9rem;
		letter-spacing: 1px;
		line-height: 30px;
		padding-left: 0;
		z-index: 1;
		position: relative;
		margin-bottom: 20px;
	}
	#healthSupport .seviceCntBox h6:before{
		z-index: 0;
		opacity: .1;
		top:-20px;
		right: -3%;
		left: auto;
		font-size: 10rem;
	}
	#healthSupport .seviceCntImg{
		width: 100%;
		height: 150px;
		margin-bottom: 20px;
	}
	#healthSupport .seviceCntText{
		width: 100%;
		display: block;
	}
	#healthSupport .priceBox .h7{
		font-size: 2rem;
		letter-spacing: 1px;
		margin: 0 auto;
		text-align: center;
		line-height: 35px;
	}
	#healthSupport .priceBox .priceCnt{
		height: auto;
	}
	#healthSupport .priceBox .program{
		width: 100%;
		display: block;
		padding: 0 0 15px;
	}
	#healthSupport .priceBox .price{
		width: 100%;
		padding: 25px 0;
		display: block;
		float: none;
	}
	#healthSupport .priceBox .price p{
		margin-top: 0;
		font-weight: bold;
	}
	#healthSupport .priceBox > p{
		text-align: left;
		width: 90%;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 25px;
		margin: 0 auto;
	}

	/*温熱免疫アッププログラム*/
	#healthService01 .cntDiscImg{
		background-position: center 90%;
		margin-bottom: 20px;
	}
	#healthSupport .seviceCnt01_1 .seviceCntImg{
		width: 100%;
		height: 150px;
	}
	#healthSupport .seviceCnt01_1 .subCnt{
		padding-top: 20%;
	}
	#healthSupport .seviceCnt01_1 .subCnt .infrared{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	#healthSupport .seviceCnt01_1 .subCnt .infrared01{
		border-right:none;
		display: block;
		border-bottom: 1px solid #888;
	}
	#healthSupport .seviceCnt01_1 .subCnt > p{
		top:-25px;
		width: 80%;
	}
	#healthSupport .seviceCntImg{
		width: 300px;
		height: 220px;
		margin: 0 auto 10px;
	}

	/*温熱免疫アップルーム*/
	#healthService02 .cntDiscImg{
		background-position: center 30%;
		margin-bottom: 20px;
	}
	#healthService02 .seviceCnt02_1 .seviceCntImg{
		width: 100%;
	}
	#healthService02 .seviceCnt02_2 .room{
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
	#healthService02 .seviceCnt02_2 .room .roomImg{
		height: 200px;
	}
	#healthService02 .seviceCnt02_2 .room .roomText{
		height: auto;
	}
	#healthService02 .seviceCnt02_2 .room .roomText{
	    border-bottom-left-radius: 20px;
	}
	#healthService02 .priceBox .commentBox{
		width: 85%;
		margin: 0 auto;
	}
	#healthService02 .priceBox .commentBox .roomComment{
		width: 95%;
		display: block;
	}
	#healthService02 .priceBox .commentBox .roomComment:before{
		display: none;
	}
	#healthService02 .priceBox .commentBox .roomComment:after{
		content:'';
		position: absolute;
		left: 50%;
		bottom:-30px;
		margin-left: -12px;
		border: 12px solid transparent;
		border-top: 30px solid #fff;
	}
	#healthService02 .priceBox .commentBox .roomIllust{
		width: 140px;
		height: 140px;
		margin-left:30%;
		margin-top: 20px;
	}
	#healthService02 .priceBox .conditions{
		padding: 5%;
	}
	#healthService02 .priceBox .conditions li{
		font-size: 1.3rem;
		margin-left: 15px;
	}
	#healthService02 .priceBox p.caution{
		text-align: left;
	}
	#healthService02 .priceBox .webLink p{
		font-size: 2rem;
		line-height: 40px;
		letter-spacing: 2px;
	}
	#healthService02 .priceBox .webLink a{
		font-size: 2rem;
		border: 2px solid #129e63;
		padding: 2% 3%;
	}
	#healthService02 .priceBox .webLink a:before {
	 	display: none;
	}
	#healthService02 .priceBox .webLink a:before:hover{
		display: none;
	}
	#healthService02 .priceBox .price p.caution{
		margin-top: 5px;
	}
	#healthService02 .priceBox .price{
		padding: 25px 0 15px;
	}

	/*24時間安心サポート*/
	#healthService03 .cntDiscImg{
		height: auto;
		margin-bottom: 10px;
	}
	#healthService03 .cntDiscImg img{
		width: 300px;
	}
	#healthSupport .cntDiscText p{
		text-align: left;
	}
	#healthService03 .seviceCntBox{
		width: 100%;
	}
	#healthService03 .seviceCntBox h6{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#healthService03 .seviceCntBox .seviceCnt03 p{
		height: auto;
		margin-bottom: 15px;
	}
	#healthService03 .priceBox .program{
		padding-bottom: 0;
	}
	#healthService03 .priceBox .program p{
		font-size: 2rem;
		line-height: 80px;
	}
	
}