* {
	box-sizing: border-box;
	vertical-align: bottom
}

html {
	font-size: 62.5%
}

body {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.7;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt" 1
}

.pc {
	display: block
}

.sp {
	display: none
}

.u {
	text-decoration: underline;
}

.b {
	font-weight: 700
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}

.img_right {
	float: right;
	padding: 0 0 2rem 2rem;
}

.img_left {
	float: left;
	padding: 0 2rem 2rem 0;
}

.top {
	margin-top: 2rem;
}

main {
	margin: 0 auto;
	overflow: hidden;
}

section {
	padding: 7rem 0;
	margin: 0 auto;
}

.sec_inner {
	width: 960px;
	margin: 0 auto;
}

/* ======================================================
head
====================================================== */
header {
	background-image: url("../img/bg_2.jpg");
	background-position: center center;
	background-size: cover;
}

.head_inner {
	padding: 5rem 0;
	width: 960px;
	margin: 0 auto;
	z-index: 1;
}

.head_inner h1 {
	font-size: 3rem;
	letter-spacing: 0.2em;
	color: #fff;
}

.head_ttl {
	width: 100%;
	padding-top: 400px;
}

.head_ttl h2 {
	color: #FFFFFF;
	font-size: 6rem;
	letter-spacing: 10px;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.head_ttl p {
	color: #FFFFFF;
	line-height: 1;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
}


/* ======================================================
overview
====================================================== */
#overview {
	background-color: #F5F5F5;
}

#overview .sec_inner {
	background: #fff;
	padding: 5rem 7rem;
}

/* -----------table -------- */
table,
td,
th {
	border-collapse: collapse;
	width: 100%;
}

td,
th {
	padding: 2rem;
}

th {
	background: #f0e6cc;
}

.even {
	background: #fbf8f0;
}

.odd {
	background: #fefcf9;
}

.overview {
	background-color: #F5F5F5;
	text-align: center;
	color: #004633;
	letter-spacing: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	width: 32%;
}

tr {
	border-bottom: 1px dashed #dbdbdb;
	line-height: 1.7;
}

.content {
	width: 100%;
	font-size: 1.5rem;
}

tr:last-child {
	border: none;
}

/* -----------table -------- */

/* ======================================================
footer
====================================================== */
footer {
	background: #004633;
}

.footer_txt p {
	text-align: center;
	padding: 2rem 0;
	font-size: 1.2rem;
	color: #fff;
}




/* transition: background 0.3s, border-radius 0.3s, opacity 0.3s;} */
/* ======================================================
for SMARTPHONE
====================================================== */
@media screen and (max-width:480px) {
	body {
		font-size: 4.8vw
	}

	.pc {
		display: none
	}

	.sp {
		display: block
	}

	.head_inner {
		padding: 5vw;
	}

	.head_inner h1 {
		font-size: 4vw;
	}

	.head_ttl {
		padding-top: 40vw;
	}

	.head_ttl h2 {
		font-size: 8vw;
		letter-spacing: 0.1em;
	}

	.head_ttl p {
		font-size: 4vw;
	}

	#overview {
		padding: 10vw 5%;
	}

	#overview .sec_inner {
		width: 100%;
		padding: 5%;
	}

	td {
		padding: 3%;
	}

	.overview {
		letter-spacing: 0;
	}

	.content {
		font-size: 3.5vw;
	}
}