@charset "UTF-8";

/* 初期設定 */
html{
    font-size: 100%;
}
body{
    color: #24292e;
    font-family: sans-serif;
}

input{
    width: 500px;
    height: 20px;
}
select{
    height: 25px;
}



/*======class===== */

.wrapper{
    /* 最大幅 */
    max-width: 1080px;
    /* 外余白 */
    margin: 0 auto 50px auto;
    /* フォントサイズ */
    font-size: 20px;
    /* 内余白 */
    padding: 0 4%;
}

.mainvisual{
    height: 100px;
    max-width: 100%;
    min-height: 0%;
    /*margin-left:50px;*/ 
    margin-bottom: 300px;
}

.mainvisual img{
    width: 100%;
}

.mainvisual2{
    height: 100px;
    /*background-color: #1f1f98;*/
    background-color: #8c7fdf;
    color: rgb(240, 242, 255);
    margin-bottom: 100px;
}

.form-title{
    text-align: center;
    line-height: 100px;
}

.ex{
    margin-bottom: 60px;
}

/*.kyoutyou {*/
/*    background-color: cornflowerblue ;*/
/*}*/

.member-block{
    margin-bottom: 50px;
}

.member{
    font-size: 20px;
	font-weight: bold;
    border-bottom: 1.5px solid #000000;
	margin-top: 50px;
}

.age{
    width: 50px;
}

.blood{
    width: 50px;
}

.emergency{
    padding: 10px 0 30px 0;
    margin-bottom: -30px;
    border-top: dashed #000000; 
}

.submember{
    padding: 10px 0 30px 0;
    margin-bottom: -30px;
    border-top: dashed #000000; 
}

#mail{
    margin-top: 30px;
}

.footervisual{
    max-width: 100%;
    height: auto;
    min-height: 0%;
}

/* レスポンシブ設定　400pxスマホ画面 */
@media screen and (max-width: 540px){

 input{
    width: 65%;
    height: 10px;
}

select {
/*    font-size: 5px;    */
    }
    
/*======class===== */

.wrapper{
    /* 最大幅 */
    max-width: 90%;
    /* 外余白 */
    margin: 0 auto 30px auto;
    /* フォントサイズ */
    font-size: 60%;
    /* 内余白 */
    padding: 0 4%;
}

.mainvisual{
    font-size: 80%;
    height: 60px;
    margin-bottom: 20%;
}
    
.mainvisual2{
    font-size: 80%;
    height: 40px;
    background-color: #8c7fdf;
    /*background-color: #a998df;*/
    color: rgb(240, 242, 255);
    margin-bottom: 5px;
}

.form-title{
    text-align: center;
    line-height: 40px;
}
.ex{
    margin-bottom: 30px;
}



.member-block{
    margin-bottom: 50px;
}


.member{
    font-size: 20px;
    border-bottom: 1.5px solid  #000000;
}

.age{
    width: 50px;
}

.blood{
    width: 50px;
}

#mail{
    margin-top: 30px;
}      

.emergency{
    padding: 10px 0 30px 0;
    margin-bottom: -30px;
    border-top: dashed #000000; 
}
    
.submember{
    padding: 10px 0 20px 0;
    border-top: dashed #000000;
}
    
.footervisual{
    max-width: 100%;
    height: auto;
    min-height: 0%;
}

