
/*=================
PC
==================*/

body {
	min-width: 100%;
	background-color: #B50005;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#wrap{
	background-image:url(../img/bg-pc.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width: 100%;
	height: 100vh;
	padding-top: 15px;
	background-attachment: fixed;
}
h1{
	width:800px;
	height: auto;
	border-radius:5px;
	background-color: #fff;
	margin: 0 auto 15px;
	text-align: center;
	padding:6px 0;
	font-size:1.2em;
	line-height:1.3em;
}
#mv{
	width:900px;
	margin:0 auto;
}
#mv .L_box{
	width:280px;
	float: left;
	position:relative;
}
#mv .R_box{
	width:280px;
	float: right;
	position:relative;
}
#mv .L_box img{
	width:280px;
	height:auto;
	display:block;
	position:absolute;
	top:-590px;
	left:0;
}
#mv .R_box img{
	width:280px;
	height:auto;
	display:block;
	position:absolute;
	top:-590px;
	right:0;
}
#top-btn{
	width:800px;
	margin:0 auto 100px;
	background-color: none;
}
#top-btn h2{
	width:800px;
	background-color:#fff;
	margin:0 auto 25px;
	background-color: none;
	padding:5px 0;
	font-size:20px;
	text-align:center;
	border-radius: 6px;
	color:#ea6305;

}
#top-btn ul li{
	width:385px;
	float: left;
	margin-right:30px;
}
#top-btn ul li:last-child{
	margin-right:0;
}
#top-btn div{
	margin-bottom: 15px;
}
#top-btn div img{
	border-radius: 10px;
}
.sub-btn{
	width:800px;
	margin:0 auto 100px;
	background-color: none;
	overflow:hidden;
}
.sub-btn h2{
	width:800px;
	background-color:#ea6305;
	margin:0 auto 25px;
	background-color: none;
	padding:5px 0;
	font-size:20px;
	text-align:center;
	border-radius: 6px;
	color:#fff;
}
.sub-btn div{
	margin-bottom: 15px;
}
.sub-btn ul{
	padding-bottom: 15px;
}
.sub-btn div img{
	border-radius: 10px;
}
.sub-btn ul li{
	width:385px;
	float: left;
	margin-right:30px;
}
.sub-btn ul li:last-child{
	margin-right:0;
}


footer{
	background-color: #009844;
	width:100%;
	padding:15px 0;
	text-align:center;
}
small{
	font-size: 12px;
	color:#fff;
}

/*=================
sp
==================*/
@media screen and (max-width: 450px) {

body {
	min-width: 100%;
	background-color: #B50005;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#wrap{
	background-image:url(../img/bg-sp.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width: 100%;
	height: 140vh;
	padding-top: 15px;
	background-attachment: fixed;
}
h1{
	width:95%;
	height: auto;
	border-radius:5px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding:6px 0;
	font-size:0.6em;
}
#mv{
	width:100%;
	margin:0 auto;
}

#mv .L_box{
	width:100%;
	float: none;
	position:static;
}
#mv .R_box{
	width:100%;
	float: none;
	position:static;
	margin-bottom:3vh;
}
#mv .L_box img{
	width:80%;
	height:auto;
	display:block;
	position:static;
	top:0;
	left:0;
	margin: 0 auto 1vh;
}
#mv .R_box img{
	width:80%;
	height:auto;
	display:block;
	position:static;
	top:0;
	right:0;
	margin:0 auto;
}

#top-btn{
	width:90%;
	margin:0 auto 3vh;
}
#top-btn h2{
	width:100%;
	background-color:#fff;
	margin:0 auto 1vh;
	background-color: none;
	padding:5px 0;
	font-size:20px;
	text-align:center;
	border-radius: 6px;
	color:#ea6305;

}
#top-btn div{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom:20px;
}
#top-btn ul li{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom:20px;
}
#top-btn ul li:last-child{
	margin-right:0;
}

.sub-btn{
	width:90%;
	margin:0 auto 3vh;
}
.sub-btn h2{
	width:100%;
	background-color:#ea6305;
	margin:0 auto 1vh;
	background-color: none;
	padding:5px 0;
	font-size:20px;
	text-align:center;
	border-radius: 6px;
	color:#fff;
}
.sub-btn div,.sub-btn ul{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom:20px;
}
.sub-btn ul{
	padding-bottom:20px;
}
.sub-btn ul li{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom:20px;
}
.sub-btn ul li:last-child{
	margin-right:0;
}

footer{
	background-color: #009844;
	width:100%;
	padding:15px 0;
	text-align:center;
}
small{
	font-size: 12px;
	color:#fff;
}

}
/*sp end*/

/*=================
共通
==================*/
.cl ::after{
	clear:both;
	display:block;
	content:"";
}