@charset "UTF-8";

/*lead_box
---------------------------------------------------------*/
.lead_box{
	padding-bottom: 160px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lead_box{
	padding-bottom: 14%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lead_box{
	padding-bottom: 16%;
}	
}



/*box1
---------------------------------------------------------*/
.box1 .bg{
	position: relative;
	z-index: 1;
}
.box1 .bg::before{
	position: absolute;
	content: "";
	background: url("../images/medical/whitening/grd_bg@2x.jpg") no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
.box1 .rel1{
	position: relative;
	z-index: 1;
}
.box1 .rel1::before{
	position: absolute;
	content: "";
	background: url("../images/medical/whitening/abs_bg1@2x.png") no-repeat right top;
	background-size: 100% auto;
	max-width: 705px;
	width: 50.4vw;
	height: 763px;
	right: 0;
	top:0;
	z-index: -1;
}
.box1 .rel2{
	position: relative;
	padding: 0 0 110px;
}
.box1 .rel2::before{
	position: absolute;
	content: "";
	background: url("../images/medical/whitening/abs_bg2@2x.png") no-repeat left top;
	background-size: 100% auto;
	max-width: 595px;
	width: 42.5vw;
	height: 502px;
	left: 0;
	top:-100px;
	z-index: -1;
}
.box1 .copy{
	max-width: 738px;
	width:52.7143vw;
	display: inline-block;
	margin-top: -55px;
	margin-bottom: 30px;
}
.box1 .txt{
	max-width: 734px;
	width:61.2vw;
}
.box1 .flot_box{
	max-width: 1030px;
	width: 73.6vw;
	margin: 50px 0 50px auto;
}
.box1 .flot_box .img_l{
	float: left;
	max-width: 239px;
	width: 23.1%;
}
.box1 .flot_box .txt_r{
	float: right;
	max-width: 768px;
	width: 74.6%;
}
.box1 .flot_box .txt_r dt{
	font-size: min(200%,3.2vw);
	letter-spacing: 0.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0.8em 0 0.6em;
}
.box1 .flot_box .txt_r dt span{
	color: #239094;
}
.box1 .check_box {
	border: solid 5px #6AC589;
	padding: 25px 40px;
	background: #fff;
}
.box1 .check_box h4 {
	color: #C57066;
	font-size: min(134%,2.52vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 0.8em;
}
.box1 .check_box > div{
	display: flex;
	justify-content: center;
}
.box1 .check_box ul:first-child{
	margin-right: 2.5em;
}
.box1 .check_box li {
	font-size: min(120%,2.25vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 2.0em;
	background: url(../images/medical/check.png) no-repeat left -0.15em;
	background-size: 1.278em auto;
	padding-left: 2.2em;
	margin-bottom: 0.55;
}
.box1 .check_box .txt_strong {
	max-width: 980px;
	margin: 0.6em auto 0;
	background: #C97062;
	padding: 0.5em 0 0.6em;
	border-radius: 2em;
	text-align: center;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.box1 .rel2::before{
	top:-7vw;
}
.box1 .copy{
	margin-top: -3.93vw;
	margin-bottom: 2.143vw;
}
.box1 .flot_box{
	margin: 3.6vw 0 3.6vw auto;
}
.box1 .flot_box .txt_r dt{
	letter-spacing: 0.15em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .rel2{
	padding: 0 0 11%;
}
.box1 .check_box {
	padding: 2.5% 4%;
}
.box1 .check_box h4 {
	letter-spacing: .15em;
}
.box1 .check_box > div{
	justify-content: flex-start;
    flex-wrap: wrap;
}
.box1 .check_box ul:first-child{
	margin-right: 2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .bg::before{
	background-image: url("../images/medical/whitening/grd_bg_sp@2x.jpg");
}
.box1 .rel1::before{
	max-width: 58.3vw;
	width: 58.3vw;
	height: 63.1vw;
}
.box1 .rel2{
	padding: 0 0 13%;
}
.box1 .rel2::before{
	max-width: 58.54vw;
	width: 58.54vw;
	height:49.5vw;
	top:-10vw;
}
.box1 .copy{
	max-width: 700px;
	width:93.34vw;
	margin-left: -3.34vw;
	margin-top: -5.3vw;
	margin-bottom: 0.6em;
}
.box1 .txt{
	font-size: 100%;
	line-height: 1.8em;
	max-width: 100%;
	width:100%;
}
.box1 .flot_box{
	max-width: 100%;
	width: 100%;
	margin: 8vw 0;
}
.box1 .flot_box .img_l{
	float: none;
	width: 38vw;
	margin: 0 0 8vw auto;
}
.box1 .flot_box .txt_r{
	float: none;
	max-width: 100%;
	width: 100%;
}
.box1 .flot_box .txt_r dt{
	font-size: 140%;
	letter-spacing: 0.1em;
	margin: 0 0 0.6em;
}
.box1 .flot_box .txt_r dd{
	font-size: 100%;
	line-height: 1.8em;
}
.box1 .check_box {
	padding: 5%;
}
.box1 .check_box h4 {
	font-size: 120%;
	letter-spacing: .05em;
}
.box1 .check_box > div{
	display: block;
}
.box1 .check_box ul:first-child{
	margin-right: 0;
}
.box1 .check_box li {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-top: 0.5em;
}
.box1 .check_box ul:first-child li:first-child{
	margin-top: 0;
}
.box1 .check_box .txt_strong {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .05em;
}
}



/*box2
---------------------------------------------------------*/
.box2 .bg{
	position: relative;
	z-index: 1;
	padding-bottom: 120px;
}
.box2 .bg::before{
	position: absolute;
	content: "";
	background: #dff0f0;
	width: 100%;
	height: calc(100% - 90px);
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: -1;
}
.box2 .chance{
	max-width: 870px;
	width: 67vw;
	margin: 0 auto 30px;
}
.box2 .chance_list{
	display: flex;
	justify-content: space-between;
}
.box2 .chance_list > li{
	max-width: 635px;
	width: 49%;
	background-color: #fff;
	padding:60px 2.5% 65px;
	box-sizing: border-box;
}
.box2 .chance_list > li .inbox{
	max-width: 536px;
	margin: 0 auto;
}
.box2 .chance_list > li .tit{
	font-size: min(154%,1.8vw);
	letter-spacing: 0.15em;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.box2 .chance_list > li .tit p{
	margin-bottom: 1em;
}
.box2 .chance_list > li .tit p span{
	position: relative;
}
.box2 .chance_list > li .tit p span::before{
	position: absolute;
	content: "";
	background: #5f4c3e;
	width: 1px;
	height: 1.9em;
	left: -1.6em;
	top:-0.35em;
	transform: rotate(-35deg); 
}
.box2 .chance_list > li .tit p span::after{
	position: absolute;
	content: "";
	background: #5f4c3e;
	width: 1px;
	height: 1.9em;
	right: -1.6em;
	top:-0.35em;
	transform: rotate(35deg); 
}
.box2 .chance_list > li .tit h4{
	font-size: 174%;
	letter-spacing: 0.15em;
	line-height: 1.3em;
}
.box2 .chance_list > li .img{
	max-width: 535px;
	margin: 0 auto 30px;
	text-align: center;
}
.box2 .chance_list > li .before_after{
	display: flex;
	justify-content: space-between;
}
.box2 .chance_list > li .before_after li{
	max-width: 248px;
	width: 48%;
}
.box2 .chance_list > li .before_after li div{
	max-width: 248px;
	margin: 0 auto;
	text-align: center;
}
.box2 .chance_list > li .before_after li dt{
	font-size: min(120%,2vw);
	letter-spacing: 0.06em;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
	padding: 0.6em 0 0.5em;
	border: 1px solid #5f4c3d;
	margin: 1em 0 0.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.box2 .bg::before{
	height: calc(100% - 7vw)
}
.box2 .chance{
	margin: 0 auto 2.3vw;
}
.box2 .chance_list > li{
	padding:4.7vw 2.5% 5vw;
}
.box2 .chance_list > li .img{
	margin: 0 auto 2.3vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .bg{
	padding-bottom: 12%;
}
.box2 .chance_list > li .tit{
	font-size: min(154%,2vw);
	letter-spacing: 0.1em;
	margin-bottom: 4%;
}
.box2 .chance_list > li .tit h4{
	font-size: 164%;
	letter-spacing: 0.1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .bg{
	padding-bottom: 14%;
}
.box2 .bg::before{
	height: calc(100% - 9vw);
}
.box2 .chance{
	width: 100%;
	margin: 0 auto 5%;
}
.box2 .chance_list{
	display: block;
}
.box2 .chance_list > li{
	max-width: 100%;
	width: 100%;
	padding:7% 5% 8%;
	margin-top: 5%;
}
.box2 .chance_list > li:first-child{
	margin-top: 0;
}
.box2 .chance_list > li .inbox{
	max-width: 100%;
}
.box2 .chance_list > li .tit{
	font-size: 105%;
	letter-spacing: 0.05em;
	margin-bottom: 6%;
}
.box2 .chance_list > li .tit p{
	margin-bottom: 0.8em;
}
.box2 .chance_list > li .tit h4{
	font-size: 154%;
	letter-spacing: 0.05em;
}
.box2 .chance_list > li .img{
	margin: 0 auto 5%;
}
.box2 .chance_list > li .before_after li{
	max-width: 48%;
}
.box2 .chance_list > li .before_after li dt{
	font-size:100%;
	letter-spacing: 0.05em;
}
}



/*box3
---------------------------------------------------------*/
.box3 .bg{
	background: #f9f6f2;
	padding: 120px 0;
}
.box3 .tit{
	font-size: min(200%,3.2vw);
	letter-spacing: 0.2em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.box3 .tit::before{
	position: absolute;
	content: "";
	background: url("../images/medical/whitening/sodan_abs_l@2x.png") no-repeat left top;
	background-size: 100% auto;
	width: 5.34em;
	height: 5.34em;
	right: calc(50% + 4.4em);
	top:0;
	z-index: -1;
}
.box3 .tit::after{
	position: absolute;
	content: "";
	background: url("../images/medical/whitening/sodan_abs_r@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 5.34em;
	height: 5.34em;
	left: calc(50% + 4.4em);
	top:0;
}
.box3 .tit p{
	font-size: 77%;
	letter-spacing: 0.2em;
	line-height: 1em;
	color: #fff;
	background-color: #68c589;
	padding: 0.3em;
	box-sizing: border-box;
	border-radius: 0.8em;
	max-width: 8.35em;
	margin: 0 auto 0.8em;
}
.box3 .tit span{
	font-size: 183%;
	letter-spacing: 0.2em;
	line-height: 1em;
	display: block;
	margin-top: 0.2em;
}
.box3 .txt{
	text-align: center;
	margin-bottom: 30px;
}
.box3 .contact{
	background-color: #f0eae2;
	padding: 30px 8%;
	box-sizing: border-box;
	max-width: 970px;
	margin: 0 auto 50px;
	border-radius: 65px;
}
.box3 .contact ul{
	max-width: 670px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box3 .contact ul li:first-child{
	max-width: 385px;
	width: 57.5%;
}
.box3 .contact ul li:last-child{
	max-width: 253px;
	width: 37.8%;
}
.box3 .apotool dt{
	font-size:min(154%,2.4vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0.8em 0;
	background-color: #68c589;
}
.box3 .apotool dd{
	background-color: #c5ede0;
	padding: 30px 2.5%;
}
.box3 .apotool dd .inbox{
	background-color: #fff;
	padding: 29px 2.5% 13px;
}
.box3 .apotool dd .inbox div{
	max-width: 870px;
	margin: 0 auto!important;
}
.box3 .apotool dd iframe{
	border: none;
	height: 188px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .bg{
	padding: 12% 0;
}
.box3 .tit{
	margin-bottom: 5%;
}
.box3 .txt{
	margin-bottom: 3%;
}
.box3 .contact{
	padding: 3vw 8%;
	margin-bottom: 5%;
	border-radius: 7.3vw;
}
.box3 .apotool dt{
	letter-spacing: 0.1em;
}
.box3 .apotool dd{
	padding: 3%;
}
.box3 .apotool dd .inbox{
	padding: 2.9% 2% 1.3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .bg{
	padding: 14% 0;
}
.box3 .tit{
	font-size: 130%;
	margin-bottom: 7%;
}
.box3 .tit::before{
	right: calc(50% + 3.5em);
}
.box3 .tit::after{
	left: calc(50% + 3.8em);
}
.box3 .txt{
	text-align: left;
	margin-bottom: 5%;
}
.box3 .contact{
	padding: 6% 7%;
	max-width: 100%;
	margin-bottom: 7%;
	border-radius: 7.3vw;
}
.box3 .contact ul{
	max-width:100%;
	display: block;
}
.box3 .contact ul li:first-child{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.box3 .contact ul li:last-child{
	width: 66%;
	margin: 5% auto 0;
	text-align: center;
}
.box3 .apotool dt{
	font-size:124%;
	letter-spacing: 0.05em;
	padding: 0.5em 0
}
.box3 .apotool dd{
	padding: 1%;
}
.box3 .apotool dd .inbox{
	padding: 0;
}
.box3 .apotool dd .inbox{
	background-color: #fff;
	padding: 2% 0 0;
}
.box3 .apotool dd .inbox div{
	max-width: 100%;
}
.box3 .apotool dd iframe{
	border: none;
	height: 200px;
}
	.box3 .w1200.sp_100{
		width: 100%;
		padding: 0;
	}
}



/*box4
---------------------------------------------------------*/
.box4 .bg{
	padding: 120px 0; 
}
.box4 .tit{
	max-width: 584px;
	width: 60%;
	margin: 0 auto 80px;
}
.box4 .bar_green {
  font-size: min(180%,2.8vw);
}
.box4 .med_style1 > dt{
	font-size: min(154%,2.4vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 2.0em;
	background: url(../images/medical/icon.png) no-repeat left center;
	background-size: 0.21em auto;
	padding-left: 0.8em;
	margin-bottom: 0.6em;
}
.box4 .flow_box{
	padding: 60px 4%;
}
.box4 #home .flow_box{
	background-color: rgba(197,237,224,0.5);
}
.box4 #office .flow_box{
	background-color: rgba(197,232,237,0.5);
}
.box4 .flow_box .inbox{
	max-width: 864px;
	margin: 0 auto;
}
.box4 .flow_box .flow_box_tit{
	font-size: min(134%,2.3vw);
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 45px;
}
.box4 .flow_box ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	line-height: 1.6em;
}
.box4 .flow_box ul li:nth-child(odd){
	max-width: 190px;
	width: 22%;
}
.box4 .flow_box ul li:nth-child(odd) .img{
	max-width: 162px;
	width: 85.45%;
	margin: 0 auto 0.8em;
}
.box4 .flow_box ul li.arrow{
	max-width: 20px;
	width: 2.32%;
	margin-top: 71px;
}
.box4 .price_bnr{
	margin-top: 0;
}
.box4 .mainte_product{
	background: #f2f5e6;
	padding: 90px 4%;
}
.box4 .mainte_product .inbox{
	max-width: 1200px;
	margin: 0 auto;
}
.box4 .mainte_product .mainte_product_tit{
	font-size: min(200%,3.2vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
	margin-bottom: 80px;
	position: relative;
}
.box4 .mainte_product .mainte_product_tit::before{
	position: absolute;
	content: "";
	background: #568300;
	width: 50%;
	height: 5px;
	left: 0;
	bottom: 0;
}
.box4 .mainte_product .mainte_product_tit::after{
	position: absolute;
	content: "";
	background: #94b701;
	width: 50%;
	height: 5px;
	right: 0;
	bottom: 0;
}
.box4 .mainte_product .mainte_product_tit dt span{
	color: #94b701;
}
.box4 .mainte_product .mainte_product_tit dd{
	font-size: 77%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	margin-top: 0.4em;
}
.box4 .mainte_product ul{
	display: flex;
	justify-content: space-between;
	max-width: 970px;
	margin: 0 auto;
}
.box4 .mainte_product ul li{
	max-width: 460px;
	width: 48.5%;
}
.box4 .mainte_product ul li .img{
	max-width: 460px;
	margin: 0 auto 45px;
	text-align: center;
}
.box4 .mainte_product ul li .txt > dt{
	font-size: min(154%,2.4vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #5f4c3d;
}
.box4 .mainte_product ul li .txt > dt p{
	font-size: 70%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding:  0.4em 0;
	background-color: #b7a201;
	max-width: 100%;
	width: 10.8125em;
	border-radius: 0.5em;
	margin-bottom: 1em;
}
.box4 .mainte_product ul li .txt > dt dl{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
.box4 .mainte_product ul li .txt > dt dl dt{
	text-align: left;
}
.box4 .mainte_product ul li .txt > dt dl dd{
	text-align: right
}
.box4 .mainte_product ul li .txt > dt dl dd small{
	font-size: 74%;
	letter-spacing: 0;
	line-height: 1em;
}
.box4 .mainte_product ul li .txt > dd .zei{
	margin-top: 0.8em;
}
.box4 .therapy{
	background-color: #f9f6f2;
	padding: 35px 3.5%;
	margin-top: 30px;
}
.box4 .therapy dl{
	max-width: 654px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box4 .therapy dl dt{
	width: 6.94em;
	height: 6.94em;
	background-color: #94b701;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 3.47em;
}
.box4 .therapy dl dt p{
	font-size: 134%;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	margin-right: -0.2em;
}
.box4 .therapy dl dd{
	width: calc(96% - 6.94em);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 996px) {
.box4 .flow_box ul li.arrow{
	margin-top: 7.1vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box4 .bg{
	padding: 12% 0; 
}
.box4 .tit{
	margin: 0 auto 8%;
}
.box4 .med_style1 > dt{
	letter-spacing: .15em;
	line-height: 1.8em;
}
.box4 .flow_box{
	padding: 6% 4%;
}
.box4 .flow_box .flow_box_tit{
	letter-spacing: 0.15em;
	margin-bottom: 4.5%;
}
.box4 .mainte_product{
	padding: 8% 4%;
}
.box4 .mainte_product .mainte_product_tit{
	letter-spacing: 0.1em;
	padding-bottom: 5%;
	margin-bottom: 8%;
}
.box4 .mainte_product .mainte_product_tit dd{
	letter-spacing: 0.1em;
}
.box4 .mainte_product ul li{
	max-width: 460px;
	width: 48.5%;
}
.box4 .mainte_product ul li .img{
	margin: 0 auto 4.5%;
}
.box4 .mainte_product ul li .txt > dt{
	letter-spacing: 0.1em;
}
.box4 .therapy{
	padding: 3% 3.5%;
	width: 59%;
}
.box4 .therapy dl dt{
	width: 6.24em;
	height: 6.24em;
	border-radius: 3.12em;
}
.box4 .therapy dl dt p{
	font-size: 120%;
}
.box4 .therapy dl dd{
	width: calc(96% - 6.24em);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box4 .bg{
	padding: 14% 0; 
}
.box4 .tit{
	width: 80%;
	margin: 0 auto 10%;
}
.box4 .bar_green {
  font-size:135%;
}
.box4 .med_style1 > dt{
	font-size:124%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
.box4 .flow_box{
	padding: 8%;
}
.box4 .flow_box .inbox{
	max-width: 100%;
	margin: 0 
}
.box4 .flow_box .flow_box_tit{
	font-size: 114%;
	letter-spacing: 0.1em;
	margin-bottom: 6%;
}
.box4 .flow_box ul{
	display: block;
}
.box4 .flow_box ul li:nth-child(odd){
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
.box4 .flow_box ul li:nth-child(odd) .img{
	width: 40%;
	margin: 0;
}
.box4 .flow_box ul li:nth-child(odd) .txt{
	width: 54%;
}
.box4 .flow_box ul li.arrow{
	width: 5%;
	margin: 2% auto;
}
.box4 .flow_box ul li.arrow img{
	transform:rotate(90deg);
}
.box4 .mainte_product{
	padding: 8% 5% 9%;
}
.box4 .mainte_product .mainte_product_tit{
	font-size: 140%;
	letter-spacing: 0.05em;
	padding-bottom: 7%;
	margin-bottom: 9%;
}
.box4 .mainte_product .mainte_product_tit dd{
	letter-spacing: 0.05em;
	margin-top: 0.2em;
}
.box4 .mainte_product ul{
	display: block;
}
.box4 .mainte_product ul li{
	max-width: 100%;
	width: 100%;
	margin-top: 9%;
}
.box4 .mainte_product ul li:first-child{
	margin-top: 0;
}
.box4 .mainte_product ul li .img{
	width: 80%;
	margin: 0 auto 6.5%;
}
.box4 .mainte_product ul li .txt > dt{
	font-size:124%;
	letter-spacing: 0.05em;
	padding-bottom: 0.6em;
	margin-bottom: 0.8em;
}
.box4 .mainte_product ul li .txt > dt p{
	margin-bottom: 0.8em;
}
.box4 .mainte_product ul li .txt > dd .zei{
	margin-top: 0.5em;
}
.box4 .therapy{
	padding: 0;
	margin-top: 5%;
	
}
.box4 .therapy dl{
	max-width: 100%;
	margin: 0;
	display: block;
}
.box4 .therapy dl dt{
	width: 100%;
	height: 100%;
	background-color: #94b701;
    display: block;
	padding: 0.6em 0;
	border-radius: 0;
}
.box4 .therapy dl dt p{
	font-size: 114%;
	letter-spacing: 0.1em;
	margin-right: -0.1em;
}
.box4 .therapy dl dd{
	width: 100%;
	padding:4% 5% 5%;
	box-sizing: border-box;
}
}



/*box5
---------------------------------------------------------*/
.box5 .bg{
	background-color: #F7F4EF;
	padding: 100px 0;
}
.box5 .white_box .in_box ul{
	max-width: 1200px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box5 .bg{
	padding: 10% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box5 .bg{
	padding: 12% 0;
}
}