footer {
	margin: 0px auto 30px;
}
/* ------------------------------------ */
#page_mv {
	background: url(../images/support_coating/mv.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
.coating01 {
	width: 100%;
	display: table;
	height: 350px;
	margin-bottom: 50px;
}
.coating01 dt,
.coating01 dd {
	display: table-cell;
	vertical-align: middle;
}
.coating01 dt {
	width: 35%;
	background-color: #F8F8F8;
	text-align: center;
	color: #14398F;
}
.coating01 dt strong {
	display: block;
	text-align: center;
	font-size: 140%;
	letter-spacing: 2px;
}
.coating01 dd {
	width: 65%;
	background: url(../images/support_coating/ph01.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
.coating02 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 60px;
	overflow: hidden;
}
.coating02 .ph {
	float: right;
	width: 37%;
}
.coating02 .txt {
	width: 58%;
}
/* ------------------------------------ */
.coating03 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 60px;
}
.coating03 .zu {
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
}
.coating03 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.coating03 li {
	float: left;
	width: 46%;
	margin-right: 8%;
	margin-bottom: 30px;
	padding-left: 20px;
}
.coating03 li:nth-child(2n) {
	margin-right: 0;
}
.coating03 li:nth-child(1) {
	border-left: #CF4793 6px solid;
}
.coating03 li:nth-child(2) {
	border-left: #F3A21E 6px solid;
}
.coating03 li:nth-child(3) {
	border-left: #CAD449 6px solid;
}
.coating03 li:nth-child(4) {
	border-left: #83C1AB 6px solid;
}
.coating03 li:nth-child(5) {
	border-left: #1AACBF 6px solid;
}
.coating03 li:nth-child(6) {
	border-left: #835BA2 6px solid;
}
.coating03 li p {
}
.coating03 li p img {
	display: block;
	width: 40px;
}
.coating03 li p strong {
	display: block;
	font-size: 130%;
	font-weight: 400;
}
.coating03 li:nth-child(1) p strong {
	color: #CF4793;
}
.coating03 li:nth-child(2) p strong {
	color: #F3A21E;
}
.coating03 li:nth-child(3) p strong {
	color: #8FC345;
}
.coating03 li:nth-child(4) p strong {
	color: #83C1AB;
}
.coating03 li:nth-child(5) p strong {
	color: #1AACBF;
}
.coating03 li:nth-child(6) p strong {
	color: #835BA2;
}
/* ------------------------------------ */
.coating04 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 60px;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table td, table th {
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 150%;
}
table th {
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}
table th.th_style1 {
	background-color: #DCE1EE;
	color: #14398F;
}
table td {
	font-size: 90%;
}
table td.td_style1 {
	background-color: #F8F8F6;
	font-size: 100%;
	width: 140px;
}
table td.td_style2 {
	background-color: #FBFBE5;
}
/* ------------------------------------ */
.coating05 {
	max-width: 850px;
	width: 90%;
	margin: 0px auto 60px;
}




@media screen and (max-width: 930px) {
	/* ------------------------------------ */
	.coating01 {
		height: 250px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}





@media screen and (max-width: 768px) {
	/* ------------------------------------ */
	.coating01 {
		height: 150px;
	}
	/* ------------------------------------ */
	.coating02 .ph {
		width: 35%;
		margin-left: 20px;
		margin-bottom: 5px;
	}
	.coating02 .txt {
		width: 100%;
	}
	/* ------------------------------------ */
	.coating03 li {
		width: 47%;
		margin-right: 6%;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}




@media screen and (max-width: 540px) {
	/* ------------------------------------ */
	.coating01 {
		height: 130px;
	}
	.coating01 dt {
		width: 45%;
		line-height: 160%;
		font-size: 90%;
		font-weight: 400;
	}
	.coating01 dd {
		width: 55%;
	}
	/* ------------------------------------ */
	.coating02 .ph {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.coating02 .txt {
		width: 100%;
	}
	/* ------------------------------------ */
	.coating03 li,
	.coating03 li:nth-child(2n) {
		float: none;
		width: 100%;
		margin-right: 0;
		padding: 0 15px 15px 15px;
		border-bottom: #ccc 1px solid;
		border-right: #ccc 1px solid;
		margin-bottom: 10px;
	}
	/* ------------------------------------ */
	.coating04 {
		overflow-x:scroll;
	}
	table {
		border-collapse: collapse;
		width: 540px;
	}
	table th.th_style1 {
		width: 37%;
	}
	table td.td_style1 {
		width: 26%;
	}
}