@charset "utf-8";



/* eradication_unit
-----------------------------------*/
#eradication_unit{
	width: 100%;
}


#eradication_unit > .intro{
	margin-top: 124px;
	padding-bottom: 130px;
	position: relative;
}
#eradication_unit > .intro:before{
	content: '';
	width: 100%;
	background: url("../../common/img/bg_ptn_02.gif") repeat center 0;
	display: block;
	position: absolute;
	left: 0;
	top: 240px;
	bottom: 0;
	z-index: -1;
}
#eradication_unit > .intro h3{
	text-align: center;
}
#eradication_unit > .intro .message{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 37px auto 0;
}
#eradication_unit > .intro .message .text{
	width: 590px;
}
#eradication_unit > .intro .message .text p{
	font-size: 116%;
}
#eradication_unit > .intro .message .text p + p{
	margin-top: 10px;
}
#eradication_unit > .intro .message .btn{
	width: 330px;
	display: flex;
	justify-content: space-between;
	margin: 20px 20px 0 0;
}
#eradication_unit > .intro .message .btn li{
	list-style: none;
	width: 150px;
}
#eradication_unit > .intro .message .btn a{
	height: 150px;
	border-radius: 50%;
	display: block;
	position: relative;
}
#eradication_unit > .intro .message .btn a:before{
	content: '';
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	transition: all 0.2s ease;
}
#eradication_unit > .intro .message .btn img{
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 9px;
	transition: all 0.2s ease;
}
#eradication_unit > .intro .message .btn a:hover:before{
	opacity: 0;
}
#eradication_unit > .intro .message .btn a:hover img{
	transform: translateY(4px);
}
#eradication_unit > .intro .message .btn .general a{
	background-color: #bf0a46;
}
#eradication_unit > .intro .message .btn .business a{
	background-color: #004099;
}
#eradication_unit > .intro .defective{
	width: 1000px;
	background-color: #fff;
	border: 1px solid #999;
	box-shadow: 0 0 0 6px #e6e6e6 inset;
	box-sizing: border-box;
	margin: 85px auto 0;
	padding: 64px 59px 49px;
	position: relative;
}
#eradication_unit > .intro .defective:before{
	content: '';
	width: 334px;
	height: 176px;
	background: url("../img/ico_eradication_01.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: 630px;
	top: -85px;
}
#eradication_unit > .intro .defective h4{
	position: absolute;
	left: 39px;
	top: -21px;
}
#eradication_unit > .intro .defective p{
	font-size: 116%;
	width: 505px;
}
#eradication_unit > .intro .defective ul{
	display: flex;
	margin-top: 20px;
}
#eradication_unit > .intro .defective li{
	font-size: 131%;
	font-weight: bold;
	list-style: none;
	padding-left: 1.2em;
	position: relative;
}
#eradication_unit > .intro .defective li:before{
	content: '●';
	color: #11a6a6;
	position: absolute;
	left: 0;
	top: 0;
}
#eradication_unit > .intro .defective li + li{
	margin-left: 2em;
}


#eradication_unit > .service h3{
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#eradication_unit > .service h3:before, 
#eradication_unit > .service h3:after{
	content: '';
	display: block;
	position: absolute;
}
#eradication_unit > .service h3:before{
	width: 100%;
	height: 10px;
	left: 0;
	top: 0;
	opacity: .7;
}
#eradication_unit > .service h3:after{
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#eradication_unit > .service h3 img{
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 160px;
}
#eradication_unit > .service .point{
	text-align: center;
	margin-top: 85px;
}
#eradication_unit > .service .fee{
	width: 1000px;
	background-color: #fff;
	border: 1px solid #999;
	box-shadow: 0 0 0 6px #e6e6e6 inset;
	box-sizing: border-box;
	margin: 85px auto 0;
	padding: 59px 59px 44px;
	position: relative;
}
#eradication_unit > .service .fee h4{
	position: absolute;
	left: 39px;
	top: -21px;
}
#eradication_unit > .service .fee .inner{
	display: flex;
}
#eradication_unit > .service .fee .col{
	width: 50%;
}
#eradication_unit > .service .fee .item + .item{
	margin-top: 22px;
}
#eradication_unit > .service .fee .item h5{
	font-size: 123.1%;
	font-weight: bold;
	background: -webkit-linear-gradient(left, #e5e5e5 0%, #fff 100%);
	background: linear-gradient(to right, #e5e5e5 0%, #fff 100%);
	padding-left: 17px;
	padding-right: 17px;
}
#eradication_unit > .service .fee .item p{
	margin-left: 20px;
	padding-right: 20px;
}
#eradication_unit > .service .inquiry{
	margin-top: -150px;
	padding-top: 216px;
	padding-bottom: 130px;
	position: relative;
}
#eradication_unit > .service .inquiry:before{
	content: '';
	width: 100%;
	background: url("../../common/img/bg_ptn_02.gif") repeat center 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
#eradication_unit > .service .inquiry .text{
	font-size: 116%;
	text-align: center;
}
#eradication_unit > .service .inquiry .btn{
	text-align: center;
	margin-top: 60px;
}
#eradication_unit > .service .inquiry .btn a{
	transition: all 0.2s ease;
}
#eradication_unit > .service .inquiry .btn a:hover{
	opacity: .7;
}
#eradication_unit > .service.general h3{
	background-image: url("../img/bg_eradication_01.jpg");
}
#eradication_unit > .service.general h3:before{
	background-color: #bf0a46;
}
#eradication_unit > .service.general h3:after{
	width: 211px;
	height: 96px;
	background-image: url("../img/ico_eradication_02.png");
	bottom: -39px;
}
#eradication_unit > .service.general .fee .item h5{
	padding-top: 8px;
	padding-bottom: 3px;
}
#eradication_unit > .service.general .fee .item h5 span{
	font-size: 150%;
}
#eradication_unit > .service.general .fee .item p{
	margin-top: 15px;
}
#eradication_unit > .service.business h3{
	background-image: url("../img/bg_eradication_02.jpg");
}
#eradication_unit > .service.business h3:before{
	background-color: #004099;
}
#eradication_unit > .service.business h3:after{
	width: 230px;
	height: 129px;
	background-image: url("../img/ico_eradication_03.png");
	bottom: -34px;
}
#eradication_unit > .service.business .fee .item h5{
	padding-top: 16px;
	padding-bottom: 9px;
}
#eradication_unit > .service.business .fee .item p{
	font-size: 116%;
	margin-top: 15px;
}
#eradication_unit > .service.business .fee .item p span{
	font-size: 150%;
	font-weight: bold;
	margin-right: 2px;
}
#eradication_unit > .service.business .fee .item p.free{
	font-size: 100%;
	margin-top: 0;
}
#eradication_unit > .service.business .fee .note{
	border-top: 1px solid #ccc;
	margin-top: 25px;
	padding-top: 13px;
}