@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

body{
display: flex;
flex-flow: column;
min-height: 100vh;
margin:0;
padding:0;
font-family: 'Noto Sans JP', sans-serif;
font-size:16px;
color:#000000;
line-height:170%;
letter-spacing:0.1em;
}
header{
padding:20px 0;
}
header h1{
font-weight:400;
line-height:160%;
text-align:center;
}
header > p{
font-size:11px;
}
article h2{
font-weight:400;
line-height:160%;
text-align:center;
}
#apply div{
background:#f8f7f5;
margin-bottom:20px;
}
#apply header{
padding:0 0 10px;
text-align:center;
}
#apply h3{
border-bottom:2px solid #000;
margin:30px 0 10px;
}
#apply p{
margin:0 0 10px;
}
#apply aside{
margin: 15px 0 0;
}
#apply label{
margin-right:15px;
}
#apply dt,#apply dd{
margin:0;
}
#apply dt{
font-weight:500;
}
#apply dd{
margin-bottom:10px;
}
#apply input[type="radio"]{
margin-right:5px;
}
#apply input[type="text"]{
box-sizing:border-box;
padding:5px;
}
#apply button{
display:block;
margin:50px auto;
background:#e83820;
color:#ffffff;
border:0;
border-radius:5px;
}
#apply span{
display:block;
color:#0000ff;
font-size:13px;
font-weight:500;
background:#ffff00;
}

footer {
border-top:2px solid #000;
padding:20px 0 40px;
}

a {
color:#000;
}

.red{
color:#e83820;
font-weight:500;
}




/*
   PC -----------------------------------
 */
@media screen and (min-width: 429px){

.sp{
display:none;
}

header h1{
font-size:30px;
}
#mv{
width:800px;
margin:0 auto 50px;
overflow:hidden;
}
#mv img{
width:385px;
}
#mv > img:nth-child(1){
float:left;
}
#mv > img:nth-child(2){
float:right;
}
article{
width:800px;
margin:0 auto 50px;
}
#info{

}
#info h2{
font-size:25px;
padding:0 0 15px;
border-bottom:2px solid #000;
}
#info h3{
font-size:25px;
font-weight:500;
text-align:center;
line-height:160%;
}
#info p{
margin:6px 0;
}
#apply{
width:840px;
}
#apply div{
padding:20px 20px;
}
#apply h2{
font-size:22px;
margin-bottom:15px;
}
#apply input[type="text"]{
width:80%;
}
#apply form > p{
margin:0 20px;
}
#apply button{
padding:20px 50px;
font-size:25px;
font-weight:500;
}
footer{
width:800px;
margin:0 auto;
}
footer small{
font-size:16px;
}
#apply #formWrap{
padding:30px;
}
#apply #formWrap dl{
width:700px;
margin:50px auto;
display:flex;
flex-wrap:wrap;
}
#apply #formWrap dt{
width:30%;
}
#apply #formWrap dd{
width:70%;
}
#apply #formWrap button{
display:inline-block;
padding:15px 40px;
margin:20px 10px 30px;
}
#apply #formWrap button[type="button"]{
background:#999;
padding:15px 20px;
}


} /* END:PC */

/*
   MOBILE -----------------------------------
 */
@media screen and (max-width:428px){

body{
font-size:13px;
}
header h1{
font-size:14px;
font-weight:500;
}
#mv{
padding:0 20px;
}
#info{
width:100%;
box-sizing:border-box;
padding:0 20px;
}
#mv img{
width:100%;
margin-bottom:20px;
}
#info{
margin-bottom:20px;
}
#info h2{
font-size:18px;
font-weight:500;
padding:0 0 15px;
border-bottom:2px solid #000;
}
#info h3{
font-size:15px;
font-weight:500;
text-align:center;
line-height:160%;
}

#info p{
margin:6px 0;
}
#apply div{
padding:20px 20px;
}
#apply h2{
font-size:15px;
font-weight:500;
margin:0 0 10px;
}
#apply aside{
font-size:14px;
}
#apply label{
font-size:17px;
}
#apply dt{
font-size:15px;
}
#apply input[type="text"]{
width:100%;
font-size:15px;
}
#apply form > p{
margin:0 20px;
}
#apply button{
padding:20px 0;
font-size:18px;
font-weight:500;
width:300px;
}
footer{
margin:0 20px;
}
footer small{
font-size:13px;
}
#apply #formWrap dl{
padding:20px 20px;
}
#apply #formWrap dd{
margin-bottom:20px;
}
#apply #formWrap button{
display:inline-block;
padding:15px 40px;
margin:10px 10px 10px;
}
#apply #formWrap button[type="button"]{
background:#999;
padding:15px 20px;
}



}
