@charset "utf-8";

body{
	background: #F0F6F8;
    font-family: source-han-sans-japanese, sans-serif;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
}

.main-contents{
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
}
.mv img{
	width: 100%;
}
.sub-ttl{
	background: #2CABED;
	padding: 24px 5%;
	width: 100%;
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
}
.sub-ttl span{
	color: #FFD833;
}
.sub-contents{
	box-sizing: border-box;
	padding: 5%;
}
.attentin-list{
	border-radius: 16px;
	border: 1px solid #707070;
	padding: 16px;
	margin-bottom: 32px;
}
.attentin-list ul{
	list-style-type: disc;
	padding-left: 24px;
	line-height: 2.5;
}
.sub-contents p{
	text-align: center;
	line-height: 2;
	margin-bottom: 24px;
}
.sub-contents p a{
	color: #2CABED;
}
#mail_form dl{
	background: #F0FAFF;
    border-radius: 24px;
    margin: 24px 24px 0;
    border: none;
    display: block;
    padding: 32px;
}
#mail_form dl dt,
#mail_form dl dd{
	width: 100%;
}
#mail_form dl dt{
	padding: 36px 24px 36px 96px;
    box-sizing: border-box;
    font-size: 28px;
	line-height: 1.6;
	font-weight: 500;
            position: relative;
}
#mail_form dl dd{
	font-size: 20px;
	font-weight: 600;
}
.text-center{
	text-align: center;
}
#mail_form dl.form-discription{
	display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  -webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
	  align-items: flex-start;
	justify-content: space-between;
}
#mail_form dl.form-discription dt{
	width: 40%;
	padding: 16px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}
#mail_form dl.form-discription dd{
	width: 60%;
	margin-bottom: 24px;
}
.q1:before{
    content: '';
    background: url(../images/q1.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q2:before{
    content: '';
    background: url(../images/q2.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q3:before{
    content: '';
    background: url(../images/q3.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q4:before{
    content: '';
    background: url(../images/q4.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q5:before{
    content: '';
    background: url(../images/q5.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q6:before{
    content: '';
    background: url(../images/q6.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q7:before{
    content: '';
    background: url(../images/q7.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q8:before{
    content: '';
    background: url(../images/q8.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q9:before{
    content: '';
    background: url(../images/q9.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q10:before{
    content: '';
    background: url(../images/q10.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q11:before{
    content: '';
    background: url(../images/q11.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
.q12:before{
    content: '';
    background: url(../images/q12.svg);
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}
@media screen and ( max-width: 750px ) {
    body{
        font-size: 16px;
    }
	img{
		max-width: 100%;
	}
        form#mail_form input[type="button"]{
            min-width: 10px;
        }
        .sub-ttl{
            font-size: 24px;
        }
        .attentin-list ul {
            line-height: 1.8;
        }
        #mail_form dl {
            background: #F0FAFF;
            border-radius: 24px;
            margin: 5% 5% 0 5%;
            border: none;
            display: block;
            padding: 10% 5%;
            box-sizing: border-box;
            width: 95%;
        }
        #mail_form dl dt{
            font-size: 24px;
        }
        .q1:before,
        .q2:before,
        .q3:before,
        .q4:before,
        .q5:before,
        .q6:before,
        .q7:before,
        .q8:before,
        .q9:before,
        .q10:before,
        .q11:before,
        .q12:before{
                top: 36px;
        }
        #mail_form dl p img{
            width: 160px;
        }
        #mail_form dl p img.jpg{
            width: 85%;
        }
        #mail_form dl p img.img-s{
            width: 90px;
        }
        #mail_form dl.form-discription{
            display: block;
        }
        #mail_form dl.form-discription dt,
        #mail_form dl.form-discription dd{
            width: 100%;
        }
        form#mail_form input[type="button"] {
            font-size: 24px;
            width: 100%;
        }
}