@charset "utf-8";

.form-notice {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}

#mainvis{
background-image: url("../img/inq/mi.png");
}

#mf1 .mf-inner{
padding: 100px 0;
}
#mf1 dl{
line-height: 1em;
display: flex;
justify-content: space-between;
}
#mf1 dl dt{
width: 260px;
padding: 20px;
background: #FBF7EF;
color: #333333;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: bold;
position: relative;
}
#mf1 dl:last-of-type dt{
align-items: flex-start;
}
#mf1 dl dt span{
line-height: 1em;
font-weight: bold;
color: #ffffff;
background: #0AADD6;
border: solid 1px transparent;
border-radius: 3px;
padding: 10px 15px;
}
#mf1 dl dd{
display: flex;
align-items: center;
flex-wrap: wrap;
width: 900px;
padding: 20px 0;
}
#mf1 input[type="text"],
#mf1 input[type="tel"],
#mf1 input[type="email"],
#mf1 textarea{
width: 100%;
padding: 15px;
border: #00A3CE solid 2px;
}
#entry input.w30{
width: 30%;
}
#mf1 input[type="radio"]{
display: none;
}
#mf1 input[type="radio"] + label{
display: flex;
align-items: center;
margin: 0 3em 0 0;
position: relative;
}
#mf1 input[type="radio"] + label:before{
content: "";
display: block;
max-width: 20px;
max-height: 20px;
width: 2.67vw;
height: 2.67vw;
border-radius: 100%;
margin: 0 0.3em 0 0;
border: #00A3CE solid 2px;
}
#mf1 input[type="radio"]:checked + label:before{
background: #00A3CE;
}
#mf1 input[type="radio"]:checked + label:after{
content: "";
max-width: 10px;
max-height: 5px;
width: 1.33vw;
height: 0.67vw;
border: #fff solid;
border-width: 0 0 4px 4px;
position: absolute;
left: 5px;
top: 50%;
transform: translate(0,-50%) rotate(-45deg);
}

#mf1 .sbtn{
margin: 50px 0 80px 0;
text-align: center;
}
#mf1 .sbtn p{
display: inline-block;
width: 420px;
margin: 0 10px;
position: relative;
}
#mf1 .sbtn p:after{
content: "";
max-width: 10px;
max-height: 10px;
width: 1.33vw;
height: 1.33vw;
border: #00A3CE solid;
border-width: 2px 2px 0 0;
position: absolute;
right: 40px;
top: 50%;
transform: translate(0,-50%) rotate(45deg);
}
#mf1 .sbtn input{
width: 100%;
border: #00A3CE solid 2px;
font-weight: bold;
padding: 20px 50px;
color: #00A3CE;
white-space: normal;
cursor: pointer;
}

#conf dl{
border-bottom: #313131 dashed 1px;
}
#conf dd{
line-height: 1.8em;
}

#done h2{
text-align: center;
font-size: 2.25em;
font-weight: 900;
margin: 0 0 30px 0;
line-height: 1.5em;
}
#done .ctext{
display: table;
margin: 0 auto 50px auto;
}
#done dl{
margin: 50px 0 0 0;
}
#done dl dd{
width: 500px;
padding: 0;
display: block;
line-height: 1.8em;
}

#done dl dt:nth-of-type(1){
margin-right: 40px;
}

#done .red{
color: #f03748;
}

#done .btn a{
display: table;
margin: 0 auto;
padding: 20px 40px;
background: #f03748;
color: #fff;
font-weight: bold;
}

#pp{
border: #ccc solid 1px;
height: 15em;
overflow: auto;
}
#pp .cbox-inner{
padding: 20px;
}
#pp h2{
text-align: center;
font-size: 1.2em;
font-weight: 900;
margin: 0 0 1em 0;
}
#pp p{
margin: 0 0 1em 0;
word-break: break-all;
}

#pp .cbox-inner h2,p{
margin-bottom: 20px;
}

#pp .cbox-inner h2{
text-align: left;
font-size: 1.3em;
color: #0AADD6;
font-weight: bold;
padding-left: 30px;
border-left: 3px solid #0AADD6;
}

#mf1 div.csrean{
width: 900px;
display: flex;
}

#mf1 div.csrean dd{
position: relative;
width: 100px;
margin-right: 50px;
}

#mf1 div.csrean dd:nth-of-type(1)::before{
position: absolute;
content: "";
height: 1px;
width: 25px;
background: #00A3CE;
top: 50%;
left: 112px;
transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
#mf1 .mf-inner{
padding: 13vw 5vw;
}
#mf1 dl{
display: block;
}
#mf1 dl:last-of-type{
font-size: 1em;
}
#mf1 dl dt{
width: auto;
padding: 3vw 2vw;
margin: 0 0 3vw 0;
}
#mf1 dl dd{
padding: 0;
width: auto;
}
#mf1 input[type="text"],
#mf1 input[type="tel"],
#mf1 input[type="email"],
#mf1 textarea{
padding: 2vw;
line-height: 1.8em;
}
#entry input.w30{
width: 70%;
}
#mf1 input[type="radio"] + label{
margin: 0 1em 0 0;
}
#mf1 input[type="radio"] + label:before{
margin: 0 0.2em 0 0;
}

#mf1 .sbtn{
margin: 5vw 0 10vw 0;
}
#mf1 .sbtn p{
max-width: 630px;
width: 84vw;
margin: 0 0 2vw 0;
}
#mf1 .sbtn p:after{
right: 3vw;
}
#mf1 .sbtn input{
font-size: 0.93em;
padding: 3vw 10vw 3vw 5vw;
}

#form dl{
margin: 0 0 10vw 0;
}

#conf dl{
border: none;
padding: 3vw 0;
}

#done h2{
font-size: 1.4em;
margin: 0 0 4vw 0;
}
#done .ctext{
width: auto;
margin: 0 auto 4vw auto;
}
#done dl{
margin: 4vw 0 0 0;
}

#done .btn a{
padding: 4vw 5vw;
}

::-webkit-scrollbar {
width: 1vw;
}
::-webkit-scrollbar-thumb {
background: #999;
}
#pp .cbox-inner{
padding: 3vw;
}
#pp h2{
font-size: 1em;
}

#done dl dt:nth-of-type(1){
margin-right: 0;
}

#mf1 div.csrean{
width: auto;
}
}

@media screen and (max-width: 640px) {
#mf1 input[type="radio"]:checked + label:after{
left: 0.6vw;
border-width: 0 0 0.63vw 0.63vw;
}
}
