html{
	scroll-behavior: smooth;
}
/*#startguide{
	margin:0 0 0 0;
	padding:0;
	width:100%;
}*/
.main-box{
	position: relative;
	margin-bottom:40px;
}
.main-v{
	width:100%;
	position: relative;
	z-index:0;
}
.main-btn{
	position: absolute;
	bottom:4%;
	left:4%;
	z-index:1;
	list-style-type: none;
	margin:0;
	padding:0;
	width:72%;

}
.main-btn li{
	text-align: center;
	margin:0 0 0 0;
	width:100%;
}
.main-btn li img{
	width:100%;
}
.headline{
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
}
.headline2{
	position: relative;
	text-align: center;
	margin-bottom:34px;
	/*height:6em;*/
}
h2{
	color:#350844;
	font-family: "september-n", sans-serif;font-weight: 100;font-style: normal;
	font-size:22px;
	display: inline-block;
	margin:auto 10px;
}
/*.headline2 h2{
	padding-top:2em;
}*/
.img1{
	width:10%;
	margin-right:5px;
}
.img2{
	width:10%;
}
.img4{
	width:20%;
	position: absolute;
	top:0;
	right:4%;
	z-index:2;
}
.img5{
	width:18%;
}

.startguide-p{
	font-size:15px;
	text-align: center;
	margin:0 0 20px 0;
}
.startguide-p2{
	font-size:15px;
	text-align: center;
	margin:0 0 20px 0;
	padding-top:14px;
}
.btn-area{
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 auto 20px auto;
	padding:0;
	width:100%;
	
}
.btn-area li{
	background: url("../img/btn.png") no-repeat center center;
	color:#441717;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size:14px;
	font-family: "Arial", "メイリオ";
	width:100%;
	height:auto;
	margin-bottom:20px;
	min-height: 70px;
	text-align: center;
}
.btn-area li a{ 
	color:#441717;
	text-decoration: none;
/*	height:auto;
	align-items: center;
	display: flex;
	justify-content: center;
	width:100%;*/
	
}
.s-txt{
	font-size:12px;
}
.b-txt{
	display: none;
}
.banner-box{
	margin:-10px auto 50px auto;
	text-align: center;
}
.banner-box img{
	border:#660000 dashed 1px;
	width:90%;
}
.banner-box p{
	font-size:15px;
}
/* ------------------------------------------------------------ */
@media screen and (max-width: 620px) {
.b-txt{
	display: block;
}
	
}	
/* ------------------------------------------------------------ */
@media screen and (max-width: 520px) {
.headline2 h2{
	margin:auto;
}	
.img4{
	width:22%;
	position: absolute;
	top:0;
	right:0;
	z-index:2;
}
	
}	
/* ------------------------------------------------------------ */
@media screen and (max-width: 480px) {
.headline2{
	height:5em;
}

.headline2 h2{
	padding-top:1.5em;
}	
}	
/* ------------------------------------------------------------ */
@media screen and (max-width: 412px) {
.img1{
	width:14%;
	margin-right:5px;
}
.img2{
	width:14%;
}
.img4{
	width:30%;
	position: absolute;
	top:0;
	right:4%;
	z-index:2;
}

}
/* ------------------------------------------------------------ */
@media screen and (max-width: 360px) {
.btn-area li{
	background: url("../img/btn2.png") no-repeat center center;
	width:100%;
	min-height: 60px;
}
.s-txt{
	font-size:11px;
}	
}
/* ------------------------------------------------------------ */
@media screen and (max-width: 343px) {
.btn-area li{
	background: url("../img/btn3.png") no-repeat center center;
	width:100%;
	min-height: 60px;
}
.s-txt{
	font-size:10px;
}	
}






