@charset "UTF-8";

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

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

/*==============================
		各ボタン
==============================*/

.btn_wrap{
	font-size: 0;
	letter-spacing: normal;
}

.btn_wrap .btn_box{
    display: inline-block;
    width:30%;
    font-size: 16px;
   
}

.btn_wrap .btn_box:nth-child(2){
	 margin: 0 5%;
}

.btn_wrap .btn_box img{
	width:80%;
	margin: auto;
	display: block;
}

.btn_wrap .btn_box .btn{
	width:calc(100% - 40px);
}


.btn_wrap .btn_box .btn a{
	max-width: 100%;
	padding: 20px;
}






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


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




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


@media (max-width: 1280px){

}

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


@media (max-width: 1080px){
	

	/*==============================
				比較
	==============================*/
	.compare table tr td{
		width:20%;
	}
	
	.compare table tr th{
		width:15%;
	}
	
	.compare table tr th.sss,
	.compare table tr td.sss{
		width:45%;
	}
	

	

}

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


@media (max-width: 768px){
	

	

	/*==============================
			各ボタン
	==============================*/


	.btn_wrap .btn_box{
		width:100%;
	}

	.btn_wrap .btn_box:nth-child(2){
		 margin: 30px 0;
	}

	/*==============================
			比較
	==============================*/
	
	.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;
	}

	
}

