@charset "UTF-8";

/* -----------------------------------
 INDEX
----------------------------------- */
.index-wrap-header {

}
.index-header {

}
.index-header-main {

}

.index-02 .section-body,
.index-03 .section-body,
.index-04 .section-body,
.index-05 .section-body {
	background: #fff;
	border-top: 2px solid #F05C27;
	padding: 30px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.index-02 .section-body-sub,
.index-03 .section-body-sub,
.index-04 .section-body-sub,
.index-05 .section-body-sub {
	margin: 0 40px;
}

.index-02 h2,
.index-03 h2,
.index-04 h2,
.index-05 h2 {
	position: relative;
	padding-top: 5px;
	background: url("../img/i-01.png") right top no-repeat;
	margin-bottom: 25px;
}
.index-02 h2:after,
.index-03 h2:after,
.index-04 h2:after,
.index-05 h2:after {
	display: block;
	position: absolute;
	content: "";
	height: 5px;

	background: #ccc;
	background: linear-gradient(to right, #f9c793 50%, transparent 50%, transparent 100%);
	background-size: 10px 5px;

	bottom: -8px;
	left: -8px;
	right: 0;
}

/* 02 */
.index-02-p {
	float: left;
	max-width: 600px;
	font-weight: 700;
	color: #888;
}
.index-02-img1 {
	float: right;
}

.section-body-sub h2 {
	border-left: 9px solid #f69221;
	line-height: 40px;
	padding-left: 10px;
	color: #844901;
	font-size: 28px;
	font-weight: 700;
}

.index-02 .section-body-sub:after {
	content: "";
	clear: both;
	display: block;
}


/* 04 */
.index-04 li {
	border-bottom: 2px dotted #e1e1e1;
	font-size: 0.88em;
	padding: 8px 4px;
}
.index-04 li:after {
	content: "";
	clear: both;
	display: block;
}
.index-04 .date {
	display: block;
	color: #F05C27;
	float: left
}
.index-04 .text {
	display: block;
	margin-left: 8em;
}

/* 05 */
.index-05 .section-body-sub:after {
	content: "";
	clear: both;
	display: block;
}
.index-05 table {
	border-collapse: collapse;
	font-size: 0.88em;
	width: 430px;
	line-height: 1.5;
	float: left;
}
.index-05 table th,
.index-05 table td {
	border-bottom: 2px solid #E5E5E5;
	padding: .5em;
}
.index-05 table th {
	color: #ED5A48;
}
.index-05 .gmap {
	float: right;
}

/* -----------------------------------
 MEDIA QUERIES
----------------------------------- */
/* tablet(768px) */
@media screen and (max-width: 1020px) {


	.index-02 .section-body-sub,
	.index-03 .section-body-sub,
	.index-04 .section-body-sub,
	.index-05 .section-body-sub {
		margin-left: 20px;
		margin-right: 20px;
	}

	.index-02 p {
		max-width: 450px;
	}

	.index-05 table {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 95%;
		margin-bottom: 20px;
	}
	.index-05 .gmap {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}


}
@media screen and (max-width: 760px) {
	.section-body-sub h2 {
		font-size: 22px;
	}
}
/* sp landscape (480px) */
@media screen and (max-width: 750px) {

	.index-02 p br {
		display: none;
	}


}

/* sp landscape (320px) */
@media screen and (max-width: 479px) {

	.index-03 h2 {
		background: none;
	}

	.index-04 .date {
		float: none;
		display: block;
	}
	.index-04 .text {
		margin-left: 1em;
	}

	.index-05 table,
	.index-05 tbody,
	.index-05 thead,
	.index-05 tr,
	.index-05 th,
	.index-05 td {
		display: block;
		text-align: left;
	}
	.index-05 table {
		max-width: 100%;
	}


	.index-05 table th {
		border-bottom: none;
		padding-bottom: 0;
	}
	.index-05 table td {
		padding-left: 1em;
	}


}

/* END OF FILE */