@charset "UTF-8";


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


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

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

.copy span{
	color:#ff6200;
	font-weight: bold;
}

.q_list{
	font-size: 0;
	letter-spacing: normal;
	border: 1px solid #ff6200;
	padding: 20px;

}

.q_list li{
	margin-bottom: 10px;
	overflow: hidden;
	margin-right:8%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.q_list li span{
    color: #fff;
    background: #ff6200;
	height:20px;
	width: 20px;
	font-size: 14px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 10px;
	border-radius: 100%;
}

.q_list li:last-child{
	margin-right: 0;
}


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

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







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


@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){

	
	

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

	.q_list{
		
		width:calc( 100% - 40px );
	}
	
	.q_list li{
		width:100%;
		margin-bottom: 20px;
	}
	
	/*==============================
			ココが違う
	==============================*/
	
	.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;
	}
	
	.title.bl {
		font-size: 6vw;
	}
	
	
	/*==============================
			メニュー
	==============================*/
	
	.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%;
	}
	
}

