@charset "utf-8";

/*---------reset---------*/
* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:middle;
    background:transparent;
    text-decoration: none;
    color:#191919;
}

img{
    backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6,p{
    letter-spacing: 1px;
}

p{
    line-height: 30px;
}

main{
    overflow: hidden;
}


header{
	background: #ffffff;
	height: 95px;
}


/*---------style---------*/

.sp{
    display: none;
}

.tb{
    display: none;
}

.pc{
    display: block;
}

.logo{
    position: absolute;
    z-index: 99;
    margin: 20px;
}

#form{
  background: #3F98B7;
  padding: 80px 0;
}

.form_wrap{
	display: block;
    width: 100%;
    color: #272727;
}

.form_box_wrap{
	overflow:hidden;
	max-width: 960px;
	margin: 0px auto 0px auto;
    padding: 50px 90px;
	background: #ffffff;
}

.form-h2{
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
}

.form_box{
	border-spacing: 0 40px;
	margin:0 auto;
	text-align: left;
}

dl{
    margin: 45px 20px;
}

dt{
	float: left;
	margin: 10px;
	width: 30%;
	margin-right: 55px;
}

dt p{
	text-align: left;
    font-weight: 500;
}

dd{
	text-align: left;
	font-size: 12px;
	font-weight: 400;
}

.hoken_p{
	text-align: left;
	font-size: 15px;
	font-weight: 300;
    display: inline-block;
    margin-left: 10px;
}

.required{
    margin-right: 14px;
    background: #3F98B7;
    color: #fff;
    padding: 1px 4px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
}

.optional{
	margin-right: 14px;
	background:#FAC63F ;
	color: #fff;
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
}

.textField {
	width: 60%;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
    border: solid;
    border-color: transparent;
    background: #f5f5f5;
    border-radius: 5px;
}

.old,.prefectures {
    height: 45px;
    font-size: 13px;
    font-weight: 300;
    width: 20%;
    border-color: transparent;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 5px;
}

.old_box ::after {
	content: "歳" ;
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 5px;
}

.remarks{
    height: 215px;
}

.subm_btn{
    text-align: center;
    margin-top: 40px;
}

.subm_btn input {
    -webkit-appearance: none;
    background: #FAC63F;
    border: 1px solid #FFFFFF;
    width: fit-content;
    padding: 10px 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 17px;
}

.day_p{
    margin-left: 48px;
}

.day_span{
    margin-left: -48px;
}

.day_input01{
    margin-bottom: 30px;
}

.day_input02{
    width: 60%;
    margin: 0 1.2% 0 auto;
}

.day_input01:before{
    content: "第1希望";
    display: block;
}

.day_input02:before{
    content: "第2希望";
    display: block;
    text-align: left;
    width: 60%;
}

.day_input02 input{
    width: 100%;
}

.form-item_remarks .textField{
    padding: 10px 17px;
}

a{
    color:#87CEEB;
  text-decoration: none;
}


footer{
    background: #303030;
    color: #ffffff;

}

footer p{
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-weight: 300;

}


@media (max-width: 895px){

	.form_box_wrap{
		padding: 30px 17px 45px 17px;
		margin: 25px;
		overflow: hidden;
	}

	.textField {
		width: 92%;
	}

	dt {
		width: 100%;
    }
    
    .old,.prefectures {
        width: 60%;
    }

    .day_input02{
        width: 92%;
        margin: unset;
    }


}

/* tb */

@media (max-width: 768px){

    .pc{
        display: none;
    }

    .sp{
        display: none;
    }

    .tb{
        display: block;
    }

}


/* sp */

@media (max-width: 480px){

    .pc{
        display: none;
    }

    .tb{
        display: none;
    }

    .sp{
        display: block;
    }

    dl {
        margin: 25px 0px 25px 10px;
    }
}
