@charset "utf-8";
h1 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: absolute;
	top: 61%;
	left: 2%;
	line-height: 32px;
	font-size: 46px;
	color: #878787;
	text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
	margin-left: 0.7rem;
	text-align: center;
}

.title span {
	font-size: 18px;
}

.mv img {
	margin-top: 110px;
	margin-bottom: 150px;
	width: 100%;
}

.feature{
	display:block;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:150px;
}
h3 {
	text-align:center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: 70px;
	font-size:30px;
}

.feature p{
	width:100%;
	line-height:30px;

}


.table{
	display:block;
	width:100%;
}

.nara-table {
	margin:0 auto;
	table-layout: fixed;
	width:75%;
	height:800px;
}

/* ヘッダー */
.nara-table thead th {
	background:#0fdeb6;
	font-weight: bold;
	color:#fff;
}

/* ボディ項目・フッター項目 */
.nara-table tbody th {
	background:#fff;
}

/* ボディデータ・フッターデータ */
.nara-table tbody td{
	text-align:center;
}


.nara-table tr:nth-child(2n) th, 
.nara-table tr:nth-child(2n) td {
	background: #FBFBF6;
}
.hv{
	display:block;
	width:100%;
}
.hv img {
	width:70%;
}
.content1,.content2,.content3{
	text-align:center;
	position:relative;
}

.content1 h3,.content2 h3,.content3 h3{
	margin-top:200px;
}

.content1 p,.content2 p,.content3 p{
	position:absolute;
}
.content1 p,.content2 p,.content3 p{
	width: 100%;
	top: 48%;
	left: 1%;
	font-weight: bold;
	font-size: 1.7vw;
}

.content2 p,.content3 p{
	text-align:left;
	top: 49%;
	left: 32%;
}
footer{
	margin-top:180px;
}
/*----------------------レスポンシブ------------------------------------*/
@media screen and (max-width: 640px){
h1 {
    top: 19%;
    left: 52%;
    font-size: 36px;
}
.content1 p, .content2 p, .content3 p {
    top: 60%;
	text-align: center;
	left:auto;
}

.content2 p, .content3 p {
    top: 63%;
}
.content1 p{
	width:50%;
	left:25%;
}

}