@charset "utf-8";

/* Contents
 * ****************************
 * campaign ONLY
 * ****************************
 */

.eye_catch {
	height: 510px;
	background: #fff;
}

.eye_catch_mask {
	background: none;
}
.top-border {
	position: absolute;
	top: 45%;
	width: 100%;
	height: 180px;
	z-index: 1;
	background-color: rgba(230, 230, 230, 0.5);
	margin: 0 -140px;
}
.ttl {
	z-index: 2;
}
.eye_catch .table-cell {
	position: relative!important;
}
.eye_catch .txt-1 p.ttl {
    position: absolute;
	top: 45%;
	font-size: 2.5rem!important;
}
.exemption-detail {
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	margin-top: 80px;
}
.exemption-schedule {
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
}
.section_3 {
	background: #fff;
}
.section_3 p.list {
	font-size: 1.2rem;
}
.section_3 p.list:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 40px;/*画像の幅*/
	height: 40px;/*画像の高さ*/
	background-image: url("/dokushuzemi/ec/fe/img/checkbox.png");
	background-size: contain;
	vertical-align: middle;
}

table {
	margin-bottom: 2rem;
}

table th, table td {
	display: table-cell!important;
	color: #4d4d4d;
	border: solid 1px #4d4d4d;
	padding: 20px 10px;
}

table th {
	background: #e8d01f;
	font-weight: bold;
}

@media screen and (max-width: 1060px){
	.eye_catch {
		height: 335px;
	}
	.top-border {
		top: 38%;
		height: 111px;
		margin: 0;
	}
	.eye_catch .txt-1 {
		top: 172px!important;
		padding: 0!important;
	}
	.eye_catch .txt-1 p.ttl {
		font-size: 2rem!important;
	}
	.eye_catch .table-cell.w40 {
		background-image: url(/dokushuzemi/ec/fe/img/top-image.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	.eye_catch .table-cell {
		height: 335px;
	}
	.eye_catch .table-cell.hayawari {
		display: none;
	}
	.eye_catch .txt-1 p.ttl {
		top: 293%;
	}
}