@charset "UTF-8";


/*==============================
		mainimg
==============================*/

.mainimg{
	background:url("/img/home/mainimg.jpg") center / cover no-repeat;
	height: 35vw;
	position: relative;
}

.mainimg img{
	height: 90%;
	max-height: 450px;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

.title.bl{
	font-size: 40px;
}



/*==============================
		ココが違う
==============================*/

.wrong .wrong_wrap ul li{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 5%;
	font-size: 14px;
}

.wrong .wrong_wrap ul li:last-child{
	margin-right: 0;
}

.wrong .wrong_wrap ul li .wrong_title{
	background: #0075bf;
	padding: 10px 0;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#fff;
	margin-bottom: 20px;
	position: relative;
}

.wrong .wrong_wrap ul li .wrong_title span{
	font-weight: bold;
	color:#ffff00;
}


.wrong .wrong_wrap ul li .wrong_title:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0075bf transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: auto;
	display: block;
}

.wrong .wrong_wrap ul li img{
	margin-bottom: 10px;
}


/*==============================
		比較
==============================*/


.compare table{
	text-align: center;
}

.compare table tr th,
.compare table tr td{
	padding:15px 10px;
	vertical-align: middle;
}

.compare table tr th.sss,
.compare table tr td.sss{
	background: #0075bf;
	color:#ffff00;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.compare table tr th{
	background: #e0eef7;
	color:#0075bf;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.compare table tr td{
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}


.compare table .name th{
	color:#333;
	background: #c7c7c7;
	text-align: center;
	border-right: 1px solid #fff;
}

.compare table .name th:first-child{
	background: #fff;
}


/*==============================
		お得なポイント
==============================*/


.point .point_wrap ul li{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 5%;
	font-size: 14px;
}

.point .point_wrap ul li:last-child{
	margin-right: 0;
}

.point .point_wrap ul li .badge{
	height: 260px;
	background: url("/img/home/point_back.png") center / contain no-repeat;
	position: relative;
	margin-bottom: 20px;
}

.point .point_wrap ul li .badge p{
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
}



/*==============================
		メニュー
==============================*/

.menu{
	background: #f6f6f6;
	padding: 60px 0;
}

.menu ul li{
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-right: 5%;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5%;
}

.menu ul li:nth-child(3n){
	margin-right: 0;
}

.menu ul li a{
	display: block;
	height: 20vw;
	max-height: 260px;
	border-radius: 6px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 6px 8px rgba(0,0,0,0.1);
	position: relative;
}

.menu ul li.service a{
	background-image: url("/img/home/menu_01.jpg");
}

.menu ul li.price a{
	background-image: url("/img/home/menu_02.jpg");
}

.menu ul li.flow a{
	background-image: url("/img/home/menu_03.jpg");
}

.menu ul li.faq a{
	background-image: url("/img/home/menu_04.jpg");
}

.menu ul li.estimate a{
	background-image: url("/img/home/menu_05.jpg");
}

.menu ul li.company a{
	background-image: url("/img/home/menu_06.jpg");
}

.menu ul li a:hover{
	box-shadow: 0px 8px 10px rgba(0,0,0,0.1);	
}


.menu ul li a p{
	color:#fff;
	background: rgba(0,117,191,0.8);
	border-radius: 30px;
	padding: 10px;
	width: 60%;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}



/*==============================
		ニュース&最新事例
==============================*/

.news_works > div{
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	font-size: 14px;
}

.news{
	margin-right: 5%;
}

.news_works li{
	border-bottom: 1px solid #ccc;
}

.news_works li:first-child{
	border-top: 1px solid #ccc;
}

.news_works li a{
	display:block;
	padding: 20px 10px;
	font-size: 0;
	letter-spacing: normal;
	position: relative;
}

.news_works li a:after{
	content: "";
    display: block;
    position: absolute;
	right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translate(0,-50%);
	top:50%;
}

.news_works li a:hover{
	background: #f2f2f2;
}

.news_works li  p{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.news_works li .date{
	margin-right: 30px;
}



/*==============================
		ニュース
==============================*/

.news .news_wrap li a .date{
	width: 10%;
}

.news .news_wrap li a .txt{
	width: 80%;
}


/*==============================
		最新事例
==============================*/

.works .works_wrap li{
	padding: 3px;
}

.works .works_wrap li img{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin-right: 10px;
}

.works .works_wrap li p{
	width: 70%;
	vertical-align: middle;
}

.works .works_wrap li p span{
	display: block;
	margin-bottom: 5px;
}



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

.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){
	
	.title.bl {
		font-size: 4vw;
	}
	
	/*==============================
			ココが違う
	==============================*/

	.wrong .wrong_wrap ul li .wrong_title{
		font-size: 16px;
	}
	
	
	/*==============================
			比較
	==============================*/
	.compare table tr td{
		width:20%;
	}
	
	.compare table tr th{
		width:15%;
	}
	
	.compare table tr th.sss,
	.compare table tr td.sss{
		width:45%;
	}
	
	/*==============================
			ポイント
	==============================*/
	.point .point_wrap ul li .badge p {
    	font-size: 4vw;
	}
	
	
	
	/*==============================
			ニュース
	==============================*/

	.news .news_wrap li a .date{
		display: block;
	}
	
	.news .news_wrap li a .txt{
		width:90%;
	}
	

	

}

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


@media (max-width: 768px){

	
	.title.bl {
		font-size: 6vw;
	}
	
	/*==============================
			mainimg
	==============================*/

	.mainimg {
		background: url(/img/home/mainimg_sp.jpg) center right / cover no-repeat;
		height: 60vw;
		max-height: 210px;
	}
	
	.mainimg img {
		height: auto;
		max-height: 210px;
		width: auto;
		top: 50px;
		transform: inherit;
	}

	/*==============================
			ココが違う
	==============================*/
	
	.wrong .wrong_wrap ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	/*==============================
			比較
	==============================*/
	
	.compare table{
		display:none;
	}
	
	.compare .sp_table h3{
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.compare .sp_table dl{
		margin-bottom: 30px;
		border: 1px solid #e0eef7;
	}
	
	.compare .sp_table dl dt{
	    background: #e0eef7;
   		color: #0075bf;
		font-weight: bold;
		padding: 10px;
	}
	
	.compare .sp_table dl dd{
		padding: 20px;
	}
	
	.compare .sp_table dl.sss{
		border: 1px solid #0075bf;
	}
	
	
	.compare .sp_table dl.sss dd{
		background: #0075bf;
		color: #ffff00;
		font-weight: bold;
	}
	
	/*==============================
			ポイント
	==============================*/
	.point .point_wrap ul li{
		width: 100%;
    	margin-right: 0;
		margin-bottom: 30px;
	}
	
	.point .point_wrap ul li .badge {
    	height: 160px;
	}
	
	.point .point_wrap ul li .badge p {
		font-size: 8vw;
	}
	
	
	/*==============================
			メニュー
	==============================*/
	
	.menu {
		padding: 20px 0;
	}
	
	.menu ul li {
		width: 47.5%;
		margin-right: 5%;
	}

	.menu ul li:nth-child(3n) {
		margin-right: 5%;	
	}
	
	.menu ul li:nth-child(2n) {
		margin-right: 0;
	}
	
	.menu ul li a {
    	height: 40vw;
	}
	
	.menu ul li a p {
		font-size: 12px;
		width: 70%;
	}
	
	

	/*==============================
			ニュース&最新事例
	==============================*/
	.news_works > div {
		width: 100%;
	}	
	
	/*==============================
			お知らせ
	==============================*/
	
	.news{
		margin-right: 0;
		margin-bottom: 60px;
	}
	    
	.news .news_wrap li a .date {
		margin-right: 10px;
	}
	
	.news .news_wrap li a p {
		font-size: 12px;
	}
	
	
	
	/*==============================
			最新事例
	==============================*/
	
	.works .works_wrap li a img {
		display: block;
		width: 40%;
		margin: 0 auto 20px;
	}
	
	.works .works_wrap li a p{
		width:90%;
	}
	
	/*==============================
		不用品回収の対象になる物
	==============================*/

	.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;
	}


	
}

