@charset "UTF-8";


#thanks {}
#thanks h2 {
font-size: 2vw;
line-height: 1.8;
font-weight: 700;
color: #003abc;
margin: 0 0 20px;
}
#thanks h3 {
font-size: 1vw;
line-height: 1.8;
font-weight: 700;
color: #333;
padding: 1.5em 0 0;
margin: 0 0 20px;
}
#thanks .txt {
font-size: 1vw;
line-height: 1.8;
margin: 0 0 40px;
display: inline-block;
text-align: center;
}
#thanks dl {
font-size: 1vw;
line-height:1.8;

margin: 1.5em 0 0;
padding: 1.5em 0 0;
border-top :1px solid #ccc;
}
#thanks dt {
font-size: 110%;
font-weight: 700;
}
#thanks dd a {
color: #000;
}
#thanks dd a:hover {
text-decoration: none;
}


@media screen and (max-width: 1060px) {

}
@media screen and (max-width: 767px) {
#thanks {}
#thanks h2 {
font-size: 4vw;
line-height: 1.8;
font-weight: 700;
color: #003abc;
margin: 0 0 5%;
}
#thanks h3 {
font-size: 3vw;
line-height: 1.8;
font-weight: 700;
color: #333;
padding: 1.5em 0 0;
margin: 0 5% 5%;
}
#thanks .txt {
font-size: 3vw;
line-height: 1.8;
margin: 0 auto 5%;
width: 90%;
display: block;
text-align: center;
}
#thanks dl {
width: 90%;
font-size: 3vw;
line-height:1.8;

margin: 1.5em auto 0;
padding: 1.5em 0 0;
border-top :1px solid #ccc;
}
#thanks dt {
font-size: 110%;
font-weight: 700;
}
#thanks dd a {
color: #000;
}
#thanks dd a:hover {
text-decoration: none;
}
}



.contact_back {width: 60%;margin:0 auto 10%;box-shadow: 0 0 40px rgba(1,174,186,0.5);
border-radius: 80px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
position: relative;
background: #fff;
}
.contact_back form {padding: 10%;}
@media screen and (max-width: 1060px) {

}
@media screen and (max-width: 767px) {
.contact_back {width: 80%;margin:0 auto 10%;box-shadow: 0 0 40px rgba(1,174,186,0.5);
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
position: relative;
}
.contact_back form {padding: 10%;}

}





#input table,
#confirm table {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #495056;
margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
#input table,
#confirm table {

margin: 0 0 5%;
}
}
#input th,
#input td,
#confirm th,
#confirm td {
padding: 20px 0;
box-sizing: border-box;
font-size: 1.2vw;
vertical-align: top;
border-bottom: 1px solid #495056;
}
@media screen and (max-width: 767px) {
#input th,
#input td,
#confirm th,
#confirm td {
padding: 10px 0;
display: block;
}

#input th,
#confirm th {
display: block;border-bottom:none;
}


}
#input th,
#confirm th {
position: relative;
text-align: left;
white-space: nowrap;
line-height: 42px;
}

#input th span,
#confirm th span{
font-size: 1.2vw;line-height: 1.4; display: block;
}

@media screen and (max-width: 767px) {
#input th,
#confirm th {
font-size: 3.2vw;
padding-bottom: 0;
font-weight: bold;
}
#input th span,
#confirm th span{
font-size: 2.6vw;line-height: 1.4; display: block;
}
}
.must::after {
position: absolute;
right: 0;
top: 50%;
content: "必須";
display: block;
width: 50px;
margin-top: -12px;
border-radius: 4px;
background: #004080;
color: #fff;
font-size: 14px;
line-height: 24px;
text-align: center;
}
@media screen and (max-width: 767px) {
.must::after {
position: static;
display: inline-block;
margin-left: 10px;
font-size: 3vw;
line-height: 1.6;
}
}
#input td,
#confirm td{
padding-left: 40px;
text-align: left;
line-height: 42px;
}
#input td span ,
#confirm td span {font-size: 10px;line-height: 1.4; display: block;}
@media screen and (max-width: 767px) {
#input td,
#confirm td{
padding-top: 0;
padding-left: 0;
font-size: 3.2vw;
}
#input td span ,
#confirm td span {font-size: 2.4vw;line-height: 1.4; display: block;}
}
#input input {
outline: none;
}
#input input.ml{
margin-left: 15px;
}
#input input.mr{
margin-right: 15px;
}
#input input.mb{
margin-bottom: 10px;
}
#input input[type="text"],
#input input[type="password"],
#input textarea,
#input input[type="button"] {
padding: 8px 14px;
border: 1px solid #ccc;
background: #fff;
border-radius: 6px;
line-height: 1;
font-size: 18px;
box-sizing: border-box;
margin: 2px;
}
@media screen and (max-width: 767px) {
#input input[type="text"],
#input input[type="password"],
#input textarea,
#input input[type="button"] {
padding: 10px;
border: 1px solid #ccc;
background: #fff;
border-radius: 6px;
line-height: 1;
font-size: 14px;
box-sizing: border-box;
-webkit-appearance: none;
}
}
#input textarea {
height: 210px;
}
#input input[type="button"] {
cursor: pointer;
}
#input input.short[type="text"] {
width: 145px;
}
#input input.time[type="text"] {
width: 3em;
}
#input input.middle[type="text"] {
width: 340px;
}
@media screen and (max-width: 767px) {
#input input.short[type="text"] {
width: 40%;
}
#input input.middle[type="text"] {
width: 70%;
}
}
#input input.long[type="text"],
#input textarea {
width: 99%;
}


.selectbox {
width:auto;
margin:1em auto;
position:relative;
display: inline;
}
select{
-webkit-appearance:none;
appearance:none;
width:auto;
padding:0.5em 3em 0.5em 1em;
box-sizing:border-box;
font-size:1em;
border:#ccc 1px solid;
border-radius:0;
background:#fff;border-radius: 6px;
}
.selectbox::after{
content:"";
display:block;
width:10px;
height:10px;

border-bottom:#333 2px solid;
border-right:#333 2px solid;

position: absolute;
top: 15%;
right: 15%;
transform:rotate(45deg) translateY(-15%);
-webkit- transform:rotate(45deg) translateY(-15%);


}



#input input[type="text"]:hover,
#input input[type="password"]:hover {
border: 1px solid #999;
}
#input input[type="text"]:focus,
#input input[type="password"]:focus {
background-color: #ffc;
border: 1px solid #999;
}
.radio_wrap,
.checkbox_wrap{
display: inline-block;
margin: 0 15px 0 0;
vertical-align: middle;
font-size: 18px;
line-height: 42px;
}
.checkbox_wrap{
margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
.radio_wrap,
.checkbox_wrap{
display: inline-block;
margin: 0 2% 0 0;
font-size: 3.2vw;
line-height: 28px;
}
.checkbox_wrap + br{
display: none;
}
}

.radio_wrap input,
.checkbox_wrap input{
display: none;
}
.radio_wrap label,
.checkbox_wrap label{
position: relative;
display: block;
padding: 0 0 0 38px;
cursor: pointer
}
.radio_wrap label:before,
.checkbox_wrap label:before{
position: absolute;
left: 0;
display: inline-block;
content: "";
box-sizing: border-box;
}
.radio_wrap label:before{
top: 7px;
width: 28px;
height: 28px;
border: 1px solid #e5e5e5;
border-radius: 14px;
background: #f0f0f0;
}
.checkbox_wrap label:before{
top: 6px;
width: 30px;
height: 30px;
border: 2px solid #ccc;
border-radius: 3px;
}

.radio_wrap label:after,
.checkbox_wrap label:after{
position: absolute;
display: inline-block;
content: "";
box-sizing: border-box;
opacity: 0;
transition: 0.2s ease;
}
.radio_wrap label:after{
left: 6px;
top: 13px;
width: 16px;
height: 16px;
border-radius: 8px;
background: #30b7ed;
}
.checkbox_wrap label:after{
left: 3px;
top: 6px;
width: 28px;
height: 18px;
border-left: 6px solid #30b7ed;
border-bottom: 6px solid #30b7ed;
box-sizing: border-box;
transform: rotate(-45deg)
}

.radio_wrap input:checked + label:after,
.checkbox_wrap input:checked + label:after{
opacity: 1;
}

.contact_privacy{
max-width: 640px;
margin: 50px auto;
text-align: center;
}
.contact_privacy b{
display: block;
font-size: 18px;
}
.contact_privacy_inner{
height: 260px;
margin: 20px 0;
padding: 20px;
border: 1px solid #ccc;
overflow: auto;
box-sizing: border-box;
font-size: 14px;
}


.privacy {text-align: left;}
.privacy p {font-size: 0.8vw;line-height: 1.6;margin: 0 0 5%;}
.privacy dl {margin: 0 0 2.5%;}
.privacy dl dt {font-size: 0.8vw;line-height: 1.6;}
.privacy dl dd {font-size:0.8vw;line-height: 1.6;}
.privacy dl dd ul {margin: 0 0 0 20px;list-style: disc;}
.privacy dl dd ul li {font-size: 0.8vw;line-height: 1.6;}

@media screen and (max-width: 767px) {





.radio_wrap input,
.checkbox_wrap input{
display: none;
}
.radio_wrap label,
.checkbox_wrap label{
position: relative;
display: block;
padding: 0 0 0 38px;
cursor: pointer
}
.radio_wrap label:before,
.checkbox_wrap label:before{
position: absolute;
left: 0;
display: inline-block;
content: "";
box-sizing: border-box;
}
.radio_wrap label:before{
top: 0;
width: 28px;
height: 28px;
border: 1px solid #e5e5e5;
border-radius: 14px;
background: #f0f0f0;
}
.checkbox_wrap label:before{
top:0;
width: 30px;
height: 30px;
border: 2px solid #ccc;
border-radius: 3px;
}

.radio_wrap label:after,
.checkbox_wrap label:after{
position: absolute;
display: inline-block;
content: "";
box-sizing: border-box;
opacity: 0;
transition: 0.2s ease;
}
.radio_wrap label:after{
left: 6px;
top: 6px;
width: 16px;
height: 16px;
border-radius: 8px;
background: #30b7ed;
}
.checkbox_wrap label:after{
left: 3px;
top: 0;
width: 28px;
height: 18px;
border-left: 6px solid #30b7ed;
border-bottom: 6px solid #30b7ed;
box-sizing: border-box;
transform: rotate(-45deg)
}

.radio_wrap input:checked + label:after,
.checkbox_wrap input:checked + label:after{
opacity: 1;
}

.contact_privacy{
max-width: 640px;
margin: 10% auto;
text-align: center;
}
.contact_privacy b{
display: block;
font-size: 3vw;
}
.contact_privacy_inner{
height: 260px;
margin: 20px 0;
padding: 20px;
border: 1px solid #ccc;
overflow: auto;
box-sizing: border-box;
font-size: 14px;
}

.privacy {text-align: left;}
.privacy p {font-size: 2.6vw;line-height: 1.6;margin: 0 0 5%;}
.privacy dl {margin: 0 0 2.5%;}
.privacy dl dt {font-size: 2.6vw;line-height: 1.6;}
.privacy dl dd {font-size:2.6vw;line-height: 1.6;}
.privacy dl dd ul {margin: 0 0 0 20px;list-style: disc;}
.privacy dl dd ul li {font-size:2.6vw;line-height: 1.6;}


.contact_privacy_inner + .checkbox_wrap{
display: inline-block;
}








}


.submit button {
position: relative;
font-size: 18px;
line-height: 48px;
text-align: center;
text-decoration: none;
color: #fff;
display: block;
background-color: #043B7B;
width: 240px;
margin: 0 auto;
border: none;
border-radius: 0;
cursor: pointer;
transition: 0.4s ease;
}

.submit button:hover {
opacity: 0.8;
}
a.btn{
margin: 0;
}









.submit{
position: relative;
display: inline-block;
margin:0 auto;
}

.kakunin {margin: 50px 0 0;}


input#submit {text-align: center;
color: #ffffff;
font-size: 20px;
line-height: 76px;font-weight: 700;
height: 76px;
width: 300px;
background-color: #2f3c45;
padding:0;
text-decoration: none;display: inline-block;vertical-align: bottom;
border-radius: 100vh;
-webkit-border-radius: 100vh;
-moz-border-radius: 100vh;
border: none;
cursor: pointer;
}
input#submit:hover {background-color: #1b2831; text-decoration: none;}





@media screen and (max-width: 767px) {
.submit{
position: relative;
display: block;
margin:0 auto;
}

.kakunin {margin: 50px 0 0;}
input#submit {
color: #ffffff;
font-size: 18px;
line-height: 50px;font-weight: 700;
height: 50px;
width: 100%;
background-color: #2f3c45;
padding:0;
text-decoration: none;display: inline-block;vertical-align: bottom;
border-radius: 100vh;
-webkit-border-radius:100vh;
-moz-border-radius: 100vh;
border: none;
cursor: pointer;
-webkit-appearance: none;
}

}

