@charaset "UTF-8";


/********** common tyle **********/
body{
	background: #FFF;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Sans-Serif;
	font-size: 14px;
	width:100%;
}
/*.container-fluid{
	padding: 0 !important;
}*/



.wapper__area1 {
	background: #FFF;
	max-width: 820px;
	margin: 0 auto;
}


	@media all and (max-width: 375px) {
		.container-fluid{
				width:100%;
		}
	}


.header__area {
    margin: 0 auto;
    padding: 15px !important;
}
.header__logo {
    width: 170px;
	display:initial;
}
.header__logo img {
    width: 376px;
}
@media all and (max-width: 450px) {
	.header__logo img {
    	width: 320px;
	}
}

.header__logo-seibu {
    width: 120px;
	display:initial;
	float:right;
}
.header__logo-seibu img {
    width: 100%;
}
.footer__area{ 
	margin-top: 24px;
	margin-bottom: 24px;
    text-align: center;
    font-size: 11px;
    color: #8d959c;
}

h1{
	text-align: center;
    font-size: 33px;
    line-height: 1;
    font-weight: 700;
    margin-top:96px;
}

	@media all and (max-width: 450px) {
		h1{
    		font-size: 22px;
   		    margin-top:50px;
		}
	}


h2{
	/*background: linear-gradient(to right,#338edc 0,#16a0d7 33%,#02afb5 66%,#3eb164 100%);*/
	background-repeat: no-repeat;
	background-size: 100% 3px;
	background-position: bottom;
	color: #222;
	font-size: 22px;
	font-weight: 500;
	padding: 0.7rem 0;
	margin-bottom: 2rem;
	text-align: center;
}
	@media all and (max-width: 450px) {
		h2{
    		font-size: 18px;
		}
	}



h3{
	background: transparent;
	border-left: solid 5px #7db4e6;
	color: #494949;
	font-size: 16px;
	padding: 0.25em 0.5em;
}

h4{
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}

label{
	font-weight: 700;
}

input span {
	font-weight: 700;
	margin-left: 5px;
}

p.read_text{
	line-height: 1.5;
	margin: 30px auto 30px;
	width: 84%;
}
span.required{
	color: #CC0000;
}


/***ƒ{ƒ^ƒ“***/
.btnstyle{
	text-align:center;
}
.btnstyle span{
	padding:20px 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    background: #1f286f;

}

	@media all and (max-width: 375px) {
		.btnstyle span{
				width:100%;
		}
	}

.btnstyle span a{
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100%;
    padding: 15px 30px;
    border: 0;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	font-weight:bold;
	font-size:16px;
}
.btnstyle span:hover{
	/*opacity:0.5;*/
    background: rgb(88 96 165);

}