@charset "utf-8";
.bodycoating_cnts{
    margin-top: 60px;
    padding-bottom: 160px;
}
.bodycoating_cnts .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.bodycoating_cnts .txt_box{
		width: 960px;
    padding: 0 20px;
}
.bodycoating_cnts .txt_box p{
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 1.5em;
}

/*block01*/
.bodycoating_cnts .block01{
	padding-bottom: 50px;
	border-bottom: 10px solid #172A88;
	margin-bottom: 45px;
}
.bodycoating_cnts .block01 .ttl{
	color: #fff;
	font-size: 3.5rem;
	background: #00A0C6;
	padding: 13px 0 13px 24px;
	margin: 0 0 35px;
}
.bodycoating_cnts .block01 .txt_box > p:first-child{
	font-size: 2rem;
	color: #E41B5B;
	font-weight: bold;
	margin-bottom: .5em;
}
.bodycoating_cnts .block01 .txt_box p span{
	color: #E41B5B;
	font-size: 2rem;
}
.bodycoating_cnts .block01 .ex_box{
	max-width: 900px;
	background: #000;
	padding: 14px 25px 30px;
	margin: 35px auto 50px;
}
.bodycoating_cnts .block01 .ex_box h4{
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.bodycoating_cnts .block01 .link_box{
	max-width: 900px;
	margin: 0 auto;
}
.bodycoating_cnts .block01 .link_box .box{
	display: block;
	position: relative;
	padding: 15px 0 25px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	background: #172A88;
	width: 400px;
}
.bodycoating_cnts .block01 .link_box .box span{
	font-weight: bold;
}
.bodycoating_cnts .block01 .link_box .box::before{
	content: "";
	display: inline-block;
  position: absolute;
  bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 54px;
	height: 23px;
	background: url(../img/body_coating/arw_linkbox.png) no-repeat center / 100% auto;
}

.bodycoating_cnts .block01 .link_box .box:hover{
	text-decoration: none;
}

.bodycoating_cnts .block01 .link_box a.box{
	transition: 0.4s;
}
.bodycoating_cnts .block01 .link_box a.box:hover{
	opacity: 0.7;
}


/*block02*/
.bodycoating_cnts .block02{
	padding-bottom: 55px;
	border-bottom: 3px solid #172A88;
}
.bodycoating_cnts .block02 h3{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 .8em;
}
.bodycoating_cnts .block02 .txt_box p:last-child{
	margin-top: 2.5em;
}


.bodycoating_cnts .block02 .coating_box{
	box-sizing: border-box;
	background: url(../img/body_coating/bg_coating_box.jpg) no-repeat center top;
	min-height: 620px;
	max-width: 980px;
	margin: 0 auto 50px;
	padding: 30px 20px;
}

.bodycoating_cnts .block02 .coating_box .list{
	width: 450px;
}
.bodycoating_cnts .block02 .coating_box .list h4,
.bodycoating_cnts .block02 .coating_box .list p{
	background: rgba(163,195,128,0.95);
	color: #fff;
}
.bodycoating_cnts .block02 .coating_box .list h4{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin: 0 0 30px;
}
.bodycoating_cnts .block02 .coating_box .list02 h4{
	background: rgba(206,188,59,0.8);
	border: 1px solid #000;
	height: 58px;
	line-height: 58px;
}
.bodycoating_cnts .block02 .coating_box .list p{
	font-size: 1.6rem;
	border-radius: 10px;
	padding: 0 20px;
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
}
.bodycoating_cnts .block02 .coating_box .list02 p{
	background: rgba(35,24,21,0.8);
}
.bodycoating_cnts .block02 .coating_box .list p + p{
	margin-top: 20px;
}
.bodycoating_cnts .block02 .coating_box .list p::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 20px;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/body_coating/arw_list01.png) no-repeat center / 100% auto;
}
.bodycoating_cnts .block02 .coating_box .list02 p::before{
	background: url(../img/body_coating/arw_list02.png) no-repeat center / 100% auto;
}
.bodycoating_cnts .block02 .coating_box .list p:last-child::before{
	display: none;
}
.bodycoating_cnts .block02 .comparison{
	max-width: 890px;
	margin: 0 auto;
}
.bodycoating_cnts .block02 .comparison > div{
	position: relative;
	width: 400px;
	box-sizing: border-box;
	border: 5px solid #1B1464;
	background: #1B1464;
}
.bodycoating_cnts .block02 .comparison > div img{
	display: block;
}
.bodycoating_cnts .block02 .comparison p:not(.caption){
	color: #fff;
	text-align: center;
	padding: 8px 0 11px;
	font-size: 2.1rem;
	line-height: 1;
}
.bodycoating_cnts .block02 .comparison p.caption{
	position: absolute;
	bottom: 5px;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	margin-left: 34px;
	font-weight: bold;
}


/*block03*/
.bodycoating_cnts .block03 {
	padding-bottom: 50px;
	border-bottom: 3px solid #172A88;
}
.bodycoating_cnts .block03 h3{
	font-size: 2rem;
	margin: .5em 0 1em;
	font-weight: bold;
}
.bodycoating_cnts .block03 .feature_list{
	padding: 0 5px;
	position: relative;
	margin-bottom: 75px;
}
.bodycoating_cnts .block03 .feature_list .box{
	box-sizing: border-box;
	border: 1px solid #0071BC;
	width: 230px;
	margin-right: 10px;
}
.bodycoating_cnts .block03 .feature_list .box:nth-child(4n){
	margin-right: 0;
}
.bodycoating_cnts .block03 .feature_list .box:nth-child(n+5){
	margin-top: 20px;
}
.bodycoating_cnts .block03 .feature_list .box h4{
	background: url(../img/body_coating/bg_feauture_box.png) no-repeat center top / cover;
	height: 58px;
	padding: 18px 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}
.bodycoating_cnts .block03 .feature_list .box p{
	background: #fff;
	min-height: 94px;
	padding: 4px 18px;
	margin: 0;
}
.bodycoating_cnts .block03 .feature_list .img{
	position: absolute;
	bottom: 0;
	right: 5px;
	line-height: 1;
}
.bodycoating_cnts .block03 .care .ttl{
	font-size: 2.2rem;
	font-weight: bold;
	margin-left: 65px;
	margin-bottom: 1em;
} 
.bodycoating_cnts .block03 .care .img{
	text-align: center;
	margin-bottom: 40px;
}
.bodycoating_cnts .block03 .care p:not(.ttl){
	max-width: 608px;
	margin: 0 auto;
}


/*block04*/
.bodycoating_cnts .block04{
	padding-bottom: 50px;
	border-bottom: 3px solid #172A88;
}
.bodycoating_cnts .block04 .ttl{
	font-size: 2rem;
	margin: .5em 0 1em 10px;
}
.bodycoating_cnts .block04 .txt_box p{
	margin-left: 20px;
	margin-bottom: 0;
}

/*block05*/
.bodycoating_cnts .block05{
	padding-bottom: 50px;
	border-bottom: 3px solid #172A88;
}
.bodycoating_cnts .block05 .ttl{
	font-size: 2rem;
	margin: .5em 0 1em 10px;
}
.bodycoating_cnts .block05 .recommend {
	max-width: 825px;
	margin: 0 auto;
	background: url(../img/body_coating/bg_recommend.jpg) no-repeat center top / cover;
	box-sizing: border-box;
	padding: 60px 0 35px 35px;
	min-height: 550px;
}
.bodycoating_cnts .block05 .recommend p{
	max-width: 480px;
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	margin-bottom: 45px;
	font-size: 1.6rem;
	padding: 13px 25px 14px;
}
.bodycoating_cnts .block05 .recommend p:last-child{
	margin-bottom: 0;
}


/*block06*/
.bodycoating_cnts .block06{
	padding-bottom: 70px;
	border-bottom: 10px solid #6F94CD;
}
.bodycoating_cnts .block06 .ttl{
	font-size: 2rem;
	margin: .5em 0 1em 10px;
}
.bodycoating_cnts .block06 .txt_box p{
	margin-left: 20px;
	margin-bottom: 0;
}


/*block07*/
.bodycoating_cnts .block07{
	padding-bottom: 70px;
	border-bottom: 10px solid #6F94CD;
}
.bodycoating_cnts .block07 .ttl{
	font-size: 2rem;
	margin: .5em 0 1.5em 10px;
}
.bodycoating_cnts .block07 .ttl span{
	font-weight: normal;
	font-size: 1.6rem;
}
.bodycoating_cnts .block07 table {
	width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
  border-spacing: 0;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-spacing: 0;
	box-sizing: border-box;
}
.bodycoating_cnts .block07 table th,
.bodycoating_cnts .block07 table td {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: .4em .6em;
	font-size: 1.6rem;
	box-sizing: border-box;
}
.bodycoating_cnts .block07 table th{
	font-weight: normal;
	text-align: left;
}
.bodycoating_cnts .block07 table th:nth-child(2),
.bodycoating_cnts .block07 table th:nth-child(3){
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}
.bodycoating_cnts .block07 table th:nth-child(3){
	color: #ED1C24;
	letter-spacing: -1px;
}
.bodycoating_cnts .block07 table td:nth-of-type(1){
	width: 448px; 
	letter-spacing: -0.1em;
}
.bodycoating_cnts .block07 table td:nth-of-type(2),
.bodycoating_cnts .block07 table td:nth-of-type(3) {
	width: 176px;
	text-align: right;
	padding-right: 30px;
}

/*block08*/
.bodycoating_cnts .block08 .ttl{
	font-size: 2rem;
	margin: .8em 0 1.5em 10px;
}
.bodycoating_cnts .block08 .box{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 10px;
/*	border: 2px dashed #027ABB;*/
	box-sizing: border-box;
	padding: 27px 50px;
	
	background: linear-gradient(to right, #027ABB, #027ABB 3px, transparent 3px, transparent 3px)  repeat-x top / 6px 2px,
		linear-gradient(to bottom, #027ABB, #027ABB 3px, transparent 3px, transparent 3px)  repeat-y right / 2px 6px,
		linear-gradient(to left, #027ABB, #027ABB 3px, transparent 3px, transparent 3px)  repeat-x bottom / 6px 2px,
		linear-gradient(to top, #027ABB, #027ABB 3px, transparent 3px, transparent 3px)  repeat-y left / 2px 6px;
	
}
.bodycoating_cnts .block08 .box:last-child{
	margin-bottom: 0;
}
.bodycoating_cnts .block08 .box.lines{
	padding: 11px 50px;
}
.bodycoating_cnts .block08 .box:nth-of-type(4){
	padding: 24px 50px;
}
.bodycoating_cnts .block08 .box p{
	font-size: 1.6rem;
	line-height: 2;
}

.bodycoating_cnts .block08 .box .list {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.bodycoating_cnts{
		margin-top: 12%;
    padding-bottom: 20%;
	}
	.bodycoating_cnts .inner{
		padding: 0;
	}
	.bodycoating_cnts .txt_box{
		width: 100%;
		padding: 0;
	}
	.bodycoating_cnts .txt_box p{
		font-size: 1.4rem;
		margin-bottom: 1.5em;
	}

	/*block01*/
	.bodycoating_cnts .block01{
		padding-bottom: 7.8%;
		border-bottom: 5px solid #172A88;
		margin-bottom: 7%;
	}
	.bodycoating_cnts .block01 .ttl{
		font-size: 1.8rem;
		padding: .4em .5em;
		margin: 0 0 5.4%;
	}
	.bodycoating_cnts .block01 .txt_box > p:first-child{
		font-size: 1.6rem;
	}
	.bodycoating_cnts .block01 .txt_box p span{
		font-size: 1.6rem;
	}
	.bodycoating_cnts .block01 .ex_box{
		max-width: 430px;
		padding: 20px 15px;
		margin: 5.4% auto 7.8%;
	}
	.bodycoating_cnts .block01 .ex_box h4{
		font-size: 1.8rem;
		margin: 0 0 1em 0;
	}
	.bodycoating_cnts .block01 .ex_box .img {
		display: block;
	}
	.bodycoating_cnts .block01 .ex_box .img img + img{
		margin-top: 15px;
	}

	.bodycoating_cnts .block01 .link_box .box{
		padding: 1em 0 1.2em;
		font-size: 1.4rem;
		letter-spacing: -0.05em;
		width: 49%;
	}
	.bodycoating_cnts .block01 .link_box .box::before{
		bottom: -14px;
		width: 50px;
    height: 20px;
		background: url(../img/body_coating/arw_linkbox.png) no-repeat center / 100% auto;
	}
	.bodycoating_cnts .block01 .link_box .box02{
		padding: 2em 0 1.2em;
	}

	/*block02*/
	.bodycoating_cnts .block02{
		padding-bottom: 8.6%;
		border-bottom: 2px solid #172A88;
	}
	.bodycoating_cnts .block02 h3{
		font-size: 1.6rem;
		margin: 0 0 .8em;
	}
	.bodycoating_cnts .block02 .txt_box p:last-child{
		margin-top: 2em;
	}


	.bodycoating_cnts .block02 .coating_box{
		background: none;
		min-height: initial;
		margin: 0 auto 7.8%;
		padding: 0;
	}

	.bodycoating_cnts .block02 .coating_box .list{
		background: url(../img/body_coating/bg_coating_box.jpg) no-repeat center top;
		padding: 20px 15px;
		width: 100%;
	}
	.bodycoating_cnts .block02 .coating_box .list02{
		margin-top: 6%;
	}
	.bodycoating_cnts .block02 .coating_box .list h4{
		font-size: 1.6rem;
		height: 40px;
		line-height: 40px;
		margin: 0 0 15px;
	}
	.bodycoating_cnts .block02 .coating_box .list02 h4{
		height: 45px;
		line-height: 45px;
	}
	.bodycoating_cnts .block02 .coating_box .list p{
		font-size: 1.4rem;
		border-radius: 6px;
		padding: 0 10px;
		height: 74px;
		line-height: 1.6;
	}
	.bodycoating_cnts .block02 .coating_box .list p + p{
		margin-top: 15px;
	}

	.bodycoating_cnts .block02 .comparison > div{
		width: 49%;
		border: 3px solid #1B1464;
	}
	.bodycoating_cnts .block02 .comparison p:not(.caption){
		padding: 4px 0 9px;
		font-size: 1.5rem;
	}
	.bodycoating_cnts .block02 .comparison p.caption{
		bottom: 5px;
		font-size: 1.1rem;
		width: 100%;
		margin: 0 auto;
		line-height: 1.5;
	}


	/*block03*/
	.bodycoating_cnts .block03 {
		padding-bottom: 7.8%;
		border-bottom: 3px solid #172A88;
	}
	.bodycoating_cnts .block03 h3{
		font-size: 1.6rem;
	}
	.bodycoating_cnts .block03 .feature_list{
		padding: 0 ;
		margin-bottom: 11%;
	}
	.bodycoating_cnts .block03 .feature_list .box{
		width: 49%;
		margin-right: 2%;
	}
	.bodycoating_cnts .block03 .feature_list .box:nth-child(2n){
		margin-right: 0;
	}
	.bodycoating_cnts .block03 .feature_list .box:nth-child(n+3){
		margin-top: 15px;
	}
	.bodycoating_cnts .block03 .feature_list .box h4{
		background: url(../img/body_coating/bg_feauture_box.png) no-repeat center / cover;
		height: 50px;
		font-size: 1.5rem;
		padding: 10px 0;
	}
	.bodycoating_cnts .block03 .feature_list .box p{
		min-height: 6em;
		padding: 4px 10px;
		margin: 0;
		line-height: 1.6;
	}
	.bodycoating_cnts .block03 .feature_list .img{
		width: 48%;
		height: auto;
		position: absolute;
		bottom: 0;
		right: 5px;
		text-align: center;
	}
	.bodycoating_cnts .block03 .feature_list .img img{
		max-width: 184px;
	}
	.bodycoating_cnts .block03 .care .ttl{
		font-size: 1.8rem;
		margin-left: 0;
	} 
	.bodycoating_cnts .block03 .care .img{
		margin-bottom: 6.25%;
	}
	.bodycoating_cnts .block03 .care p:not(.ttl){
		max-width: 100%;
	}


	/*block04*/
	.bodycoating_cnts .block04{
		padding-bottom: 7.8%;
		border-bottom: 3px solid #172A88;
	}
	.bodycoating_cnts .block04 .ttl{
		font-size: 1.6rem;
		margin: .5em 0 1em 0;
	}
	.bodycoating_cnts .block04 .txt_box p{
		margin-left: 1em;
		margin-bottom: 0;
	}

	/*block05*/
	.bodycoating_cnts .block05{
		padding-bottom: 7.8%;
		border-bottom: 3px solid #172A88;
	}
	.bodycoating_cnts .block05 .ttl{
		font-size: 1.6rem;
		margin: .5em 0 1em 0;
	}
	.bodycoating_cnts .block05 .recommend {
		max-width: 100%;
		background: url(../img/body_coating/bg_recommend.jpg) no-repeat right 22% top / cover;
		padding: 9.3% 3% 5.4%;
		min-height: inherit;
	}
	.bodycoating_cnts .block05 .recommend p{
		width: 70%;
		min-width: 250px;
		border-radius: 4px;
		margin: 0;
		margin-bottom: 20px;
		font-size: 1.4rem;
		padding: 10px 2%;
	}

	/*block06*/
	.bodycoating_cnts .block06{
		padding-bottom: 10.9%;
		border-bottom: 5px solid #6F94CD;
	}
	.bodycoating_cnts .block06 .ttl{
		font-size: 1.6rem;
		margin: .5em 0 1em 0;
	}
	.bodycoating_cnts .block06 .txt_box p{
		margin-left: 1em;
	}


	/*block07*/
	.bodycoating_cnts .block07{
		padding-bottom: 10.9%;
		border-bottom: 5px solid #6F94CD;
	}
	.bodycoating_cnts .block07 .ttl{
		font-size: 1.6rem;
		margin: .5em 0 1.5em 0;
	}
	.bodycoating_cnts .block07 .ttl span{
		font-size: 1.4rem;
	}
	.bodycoating_cnts .block07 table {
		width: 100%;
	}
	.bodycoating_cnts .block07 table th,
	.bodycoating_cnts .block07 table td {
		padding: .4em 0 .4em .7em;
		font-size: 1.4rem;
	}
	.bodycoating_cnts .block07 table th{
		font-weight: normal;
		text-align: left;
	}
	.bodycoating_cnts .block07 table td{
		padding: .4em .7em;
		height: 59px;
	}
	.bodycoating_cnts .block07 table td:nth-of-type(1){
/*		width: 56%; */
		width: calc(100% - 180px);
	}
	.bodycoating_cnts .block07 table td:nth-of-type(2),
	.bodycoating_cnts .block07 table td:nth-of-type(3) {
		width: 90px;
		text-align: right;
		padding-right: .4em;
	}

	/*block08*/
	.bodycoating_cnts .block08 .ttl{
		font-size: 1.6rem;
		margin: .8em 0 1.5em 0;
	}
	.bodycoating_cnts .block08 .box{
		max-width: 100%;
		padding: 15px 20px;
	}
	.bodycoating_cnts .block08 .box.lines{
		padding: 15px 20px;
	}
	.bodycoating_cnts .block08 .box:nth-of-type(4){
		padding: 15px 20px;
	}
	.bodycoating_cnts .block08 .box p{
		font-size: 1.4rem;
	}
	.bodycoating_cnts .block08 .box .list .item {
		padding-left: 2em;
		text-indent: -2em;
		font-size: 1.4rem;
	}
}




