@charset "UTF-8";


/*==============================
		titleimg
==============================*/

.titleimg{
	background: url(./img/titleimg.png) center / cover no-repeat;
}



/*==============================
		サービス内容
==============================*/

.service h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
	padding: 5px;
}


.service_wrap{
	font-size: 0;
	letter-spacing: normal;
	margin-bottom: 60px;
}

.service_wrap >div{
	display: inline-block;
	vertical-align: top;
}

.service_wrap .mr{
	margin-right: 5%;
}

.service_wrap .img{
	width:40%;
}

.service_wrap .sp_only{
	display: none;
}

.service_wrap .txt{
	width:55%;
	font-size: 16px;
}

.service_wrap .txt dl dt{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	color:#0075bf;
}

.service_wrap .txt dl dd{
	line-height: 2.5;
}

.service_wrap .txt dl dd span {
    background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
    background: -o-linear-gradient(transparent 60%, #ffff66 60%);
    background: linear-gradient(transparent 60%, #ffff66 60%);
}


/*==============================
		対応エリア
==============================*/

.area .img{
	max-width: 800px;
	margin: auto;
}


/*==============================
	不用品回収の対象になる物
==============================*/

.object_wrap {
    background: #f6f6f6;
    padding: 60px 4%;
}

.object_wrap ul li{
	width: calc(30% - 1px);
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.object_wrap ul li:nth-child(2){
	border-left: 1px dotted #0075bf;
	border-right: 1px dotted #0075bf;
	margin: 0 2.5%;
	padding: 0 2.5%;
}


.object_wrap ul li dl dt{
	color:#0075bf;
	margin-bottom: 20px;
	text-align: center;
}


.object_wrap ul li dl dt p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
	font-weight: bold;
}

.object_wrap ul li dl dt .icon{
	display: inline-block;
    vertical-align: middle;
	height: 40px;
	width:auto;
	margin-right: 10px;
}


.object_wrap ul li dl dd{
	font-size: 16px;
}


/*==============================
		小ブラウザ設定
==============================*/


@media (max-width: 1280px){

}

/*==============================
		tab設定
==============================*/


@media (max-width: 1080px){

/*==============================
		サービス内容
==============================*/
	
	.service_wrap .txt dl dd{
		line-height: 1.5;
	}

}

/*==============================
		SP設定
==============================*/


@media (max-width: 768px){

	
	
	/*==============================
			サービス内容
	==============================*/

	.service h3{
		font-size: 22px;
	}

	
	.service_wrap .mr{
		margin-right: 0;
	}

	.service_wrap .img{
		width:100%;
		margin-bottom: 10px;
	}

	.service_wrap .sp_only{
		display: block;
	}
	
	.service_wrap .tab_pc_only{
		display: none;
	}

	.service_wrap .txt{
		width:100%;
	}
	
	.service_wrap .txt dl dt {
		font-size: 18px;
	}

	/*==============================
		不用品回収の対象になる物
	==============================*/

	.object_wrap {
		background: #f6f6f6;
		padding: 60px 4%;
	}

	.object_wrap ul li{
		width: 100%;
	}

	.object_wrap ul li:nth-child(2){
		border-left: none;
		border-right: none;
		border-top: 1px dotted #0075bf;
		border-bottom: 1px dotted #0075bf;
		margin: 30px auto;
		padding: 30px 0;
	}


	
}

