@charset "utf-8";
.header-mv{
	position: relative;
	margin: auto;
}
.header-mv img{
	width: 100%;
}
.view-ttl{
	width: 100%;
	text-align: center;
	padding: 70px 30px 20px;
}
.view-ttl h1{
	font-size: 1.6em;
	font-weight: bold;
}
.view-ttl p{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
}
.guide .grid{
	max-width: 1160px;
}
.guide .list .items{
	margin-bottom: 60px;
}

.question{
	border-radius:10px;
	background-color:#ff9999;
	color:#fff;
	padding:13px;
	text-align:center;
	margin-bottom:20px;
}
.guide .list .items h2{
	border-left: 10px solid #ff9999;
	font-size: 22px;
	font-weight: 400;
	padding-left: 10px;
}

.guide .list .items h2.g{
	border-left: 10px solid #009900;
}

.guide .list .items .contentArea div{
	background: #ffffff;
	border: 1px solid #844f28;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 25px;
	padding: 12px 15px 10px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
	position: relative;
}
.guide .list .items .contentArea div.open:after {
	content: "－";
	top: 25%;
}
.guide .list .items .detailArea{
	display: none;
}
.guide .list .items .detailArea h4{
	margin: 30px 0 10px 0;
}
.guide .list .items .detailArea h4 span{
	background: #e3e3e3;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.voice{
	background-color: #ffe0d1;
}
@media only screen and (max-width: 1300px) {
	.view-ttl{
		padding: 40px 0 20px;
	}
	.view-ttl h1{
		font-size: 1.3em;
	}
	.view-ttl p{
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 0;
	}
	.guide .list .items h2{
		font-size: 20px;
	}
	.guide .list .items .contentArea div{
		font-size: 17px;
	}
	.guide .list .items .detailArea h4 span{
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.header-mv{
		width: 100%;
		padding: 0;
	}
	.view-ttl{
		padding: 3%;
		padding: 50px 30px 20px;
	}
	.guide .list .items{
		margin-bottom: 8%;
	}
	.guide .list .items h2{
		border-left: 6px solid #ff9999;
		font-size: 4.2vw;
		padding-left: 10px;
	}
	.guide .list .items h2.g{
		border-left: 6px solid #407e21;
		font-size: 4.2vw;
		padding-left: 10px;
	}
	.guide .list .items .contentArea div{
		font-size: 3.8vw;
		margin-top: 5%;
		padding: 12px 15px 10px 15px;
	}
	.guide .list .items .detailArea h4{
		margin: 5% 0 2% 0;
	}
	.guide .list .items .detailArea h4 span{
		font-size: 3.6vw;
		padding: 8px 15px 3px 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.header-mv{
		width: 100%;
		padding: 0;
	}
	.view-ttl p{
		font-size: 16px;
	}
	.guide .list .items{
		margin-bottom: 40px;
	}
	.guide .list .items h2{
		border-left: 8px solid #407e21;
		font-size: 20px;
		padding-left: 10px;
	}
	.guide .list .items .contentArea div{
		font-size: 16px;
		margin-top: 20px;
		padding: 12px 15px 10px 15px;
	}
	.guide .list .items .contentArea div.open:after {
		top: 25%;
	}
	.guide .list .items .detailArea h4{
		margin: 20px 0 5px 0;
	}
	.guide .list .items .detailArea h4 span{
		font-size: 15px;
		padding: 10px 15px 5px 15px;
	}
}