@charset "utf-8";

.cont h1 {
	background-image: url(../images/title.png);
}

article > img {
	margin-bottom: 20px;
}

article > p {
	margin-bottom: 20px;
}

article > p:last-of-type {
	margin-bottom: 0px;
}

p.stage {
	font-weight: bold;
	font-size: 24px;
	border-bottom: 4px solid #f3c052;
	display: inline;
	padding-bottom: 5px;
}

article dl {
	width: 100%;
	background-color: #f2f6fe;
	overflow: hidden;
	margin-top: 20px;
}

article dl dt {
	background-color: #1c3f96;
	width: 160px;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	float: left;
}

article dl dt span {
	font-size: 24px;
}

article dl dd {
	width: 540px;
	float: right;
	text-align: center;
	display: block;
	padding-top: 22px;
	color: #1c3f96;
	font-weight: bold;
	font-size: 16px;
}

p.caution {
	padding: 20px 20px 20px 160px;
}

#flow > img {
	width: 100%;
}

.before_after {
	background-color: #f2f6fe;
	margin-top: 30px;
	width: 100%;
	padding: 40px;
	overflow: hidden;
	position: relative;
}

.before_after p {
	text-align: center;
	font-size: 24px;
	color: #1c3f96;
	font-weight: bold;
	margin-bottom: 20px;
}

.before_after > ul > li:first-of-type img {
	float: left;
}

.before_after > ul > li:last-of-type img {
	float: right;
}

.before_after:after {
	content: '';
	width: 45px;
	height: 51px;
	display: block;
	position: absolute;
	top: 190px;
	left: 330px;
	background: url(../images/asbesto/arrow.png) center center no-repeat;
}

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

.cont h1 {
	background-image: url(../images/title_sp.png);
	background-size: 74.4%;
}
	
article > img {
	width: 100%;
}

p.stage {
	font-size: 20px;
}

article dl dt {
	padding: 0px;
	font-size: 14px;
	width: 20%;
}

article dl dt span {
	font-size: 24px;
}

article dl dd {
	width: 80%;
	padding: 6px 10px 6px 20px;
	text-align: left;
}

p.caution {
	padding: 20px 20px 20px 20%;
}

.before_after > ul > li:first-of-type img {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.before_after > ul > li:last-of-type img {
	float: none;
	width: 100%;
}

.before_after:after {
	width: 20px;
	height: 20px;
	top: 360px;
	left: 50%;
	margin-left: -10px;
	background: url(../images/asbesto/arrow_sp.png) center center no-repeat;
	background-size: 100%;
}
	
}
