*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body{
    font-family: Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
    background: #ffffff;
    width: 100%;
    min-height: 100%;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,span,tr,td,li,h1,h2,h3,a,select,input,textarea{
    color: #111;
    font-family: Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
    font-weight: 400;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2,.copyright{
    font-family: 'volte-bold';
}
a{
    cursor: pointer;
    text-decoration: none;
}
a:hover{
	opacity: 0.8;
}

#wrap{
    min-height: 100%;
    width: 100%;
}

#loading{
    display: none;
}
#loading_icon{ 
}
img.logo{
    width: 900px;
    height: 72px;
    margin: 0 auto;
    display: block;
}

.main{
    width: 900px;
    height: 361px;
    margin: 0 auto;
    background-color: #12c9b6;
    background-image: url(../img/main_image.png);
    background-repeat: no-repeat;
    background-size: 356px;
    background-position: right top;
    overflow: hidden;
}
.main .limit_text{
    display:inline-block;
    padding: 8px 12px;
    background-color: #fff;
    border:  1px solid #636363;
    border-radius: 5px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    margin: 60px 0px 24px 50px;
}
.main h2{
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #636363;
    padding: 8px 12px;
    line-height: 14px;
    display: inline-block;
    margin: 60px 0px 24px 15px;
}
.main h1{
	color: #fff;
    font-size: 30px;
    line-height: 44px;
    display: block;
    margin: 0px 0px 34px 50px;
    font-weight: bold;
}
.main a{
    font-size: 16px;
    color: #fff;
    background-color: #f99970;
    line-height: 44px;
    width: 150px;
    height: 44px;
    display: block;
    margin: 0px 0px 0px 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 22px;
    box-shadow: 0px 6px 0px 0px rgb(0 0 0 / 10%);
}

.lead{
    width: 900px;
    margin: 0 auto;
}
.lead p{
    margin: 30px auto;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}
.lead p.sp{
	display: none;
}
.lead p.notice{
    display: block;
    padding: 5px 10px;
    border: 1px solid #12c9b6;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}
.app_img{
	width: 900px;
	background-color: #B9E0D9;
	padding: 20px 40px;
	margin: auto;
}
.app_img img{
	width: 100%;
}
.info{
    width: 900px;
    margin: 0 auto;
    overflow: hidden; 
}
.info img{
    width: 100%;
}
.footer{
    width: 100%;
    min-width: 900px;
    height: 88px;
    background: #362f50;
    overflow: hidden;
}
#form{
    width: 900px;
    padding: 40px 20px;
    margin: 0 auto;
    overflow: hidden; 
}
.footer .isms{
        text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    margin: 20px auto 0;
    display: block;
}
.footer .copyright{
    text-align: center;
    font-size: 14px;
    color: #ccc;
    height: 14px;
    margin: 27px auto;
}

.contect{
	background-color: #E7EAEC;
	padding: 20px;
	width: 900px;
}
	.contect h3{
		font-size: 15px;
		font-weight: bold;
	}
	.contect p{
		font-size: 12px;
		margin-top: 10px;
	}
	.contect a{
		font-size: 12px;
	    color: #fff;
	    background-color: #59beae;
	    line-height: 34px;
	    width: 150px;
	    height: 34px;
	    display: block;
	    margin-top: 10px;
	    font-weight: bold;
	    text-align: center;
	    border-radius: 17px;
	    box-shadow: 0px 6px 0px 0px rgb(0 0 0 / 10%);
	}


/*========================================================

SP

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

.main{
    width: 768px;
    height: 338px;
    background-size: 326px;
}
.main a{
    font-size: 18px;
    line-height: 54px;
    width: 200px;
    height: 54px;
    border-radius: 27px;
    box-shadow: 0px 6px 0px 0px rgb(0 0 0 / 10%);
}


#contents{
	width: 768px;
}

.lead{
    width: 100%;
    padding: 0px 20px;
}
.lead p{
    display: none;
    font-size: 14px;
    line-height: 26px;
}
.lead p.sp{
	text-align: left;
	display: block;
}
.app_img{
	width: 768px;
	padding: 20px;
}
.info{
    width: 768px;
}
.footer{
    min-width: 768px;
    height: 66px;
}
#form{
    width: 100%;
    padding: 40px 20px;
}
.contect{
	width: 768px;
}

}
