@charset "utf-8";

html {
		font-family: "Noto Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
    background: #ccc;
}
.inner {
    max-width: 1200px;
    width: 100%;
}
body {
    background: #fff;
    color: #000;
    min-width: auto;
    width: 750px;
    margin: 0 auto;
}

.marker {
		background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);
}
.yellow {
    color: #ffff00;
}
.red {
    color: #fc4761;
}




#top header {
		background:#389ee3;
}
#top header .inner p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 0.3em;
}

.page header {
    padding: 1em;
}

.mv {

}
.mv_bloc {
    position: relative;
}
.mv_bloc figure {

}
.mv_bloc p {
    background: #000;
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.top_sec01 {
    padding: 1em;
}
.main_title {

}
.main_title h1 {

}
.main_title h1 .sub {
    font-size: 24px;
    line-height: 1.4em;
    display: block;
    margin-bottom: 0.5em;
    font-weight: 900;
}
.main_title h1 .main {
    font-size: 48px;
    line-height: 1.2em;
    color: #389ee3;
    font-weight: 900;
    display: block;
}

.limited_bloc {
    margin-top: 1em;
}
.limited_bloc p {
    background: #389ee3;
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
}
.limited_bloc p .text {
    font-size: 33px;
    line-height: 1.2em;
    display: block;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.limited_bloc p .mini {
    font-size: 24px;
    line-height: 1.2em;
}
.limited_bloc ol {

}
.limited_bloc ol li {
    font-size: 24px;
    line-height: 1.2em;
    position: relative;
    text-align: left;
    padding-left: 1em;
}
.limited_bloc ol li .num {
    position: absolute;
    top: 0;
    left: 0;
}

.top_sec02 {
    padding: 1em;
}
.top_sec02 h2 {
		margin-bottom:1em;
}
.top_sec02 ol {

}
.top_sec02 ol li {
    font-size: 24px;
    line-height: 1.2em;
    position: relative;
    text-align: left;
    padding-left: 1em;
}
.top_sec02 ol li .num {
    position: absolute;
    top: 0;
    left: 0;
}

.btn_section {
    padding: 1em;
}
.btn_section ul {

}
.btn_section ul li {

}
.btn_section ul li + li {
		margin-top:1em;
}

footer {
    background: #e5e5e5;
    color: #000;
    padding: 1em 0 0;
}
footer .foot_text {

}
footer .foot_text p {
    font-size: 18px;
    line-height: 1.4em;
}
footer .copy {
    padding: 10px 0;
}
footer .copy small {
    font-size: 16px;
    line-height: 1;
    display: block;
}


.question_bloc {
    padding: 2em 1em;
    background: #fff;
}
.question_title {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2em;
}
.question_title .num {

}
.question_title h2 {
    margin-left: 1em;
    text-align: left;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 900;
    flex: 1 0 0%;
}

.question_item {


}

.question_item label {
		background: #fff;
    width: 100%;
    display: block;
    border: solid 1px #d0d2d2;
    border-radius: 6px;
    padding: 0.7em 1em 0.5em;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
}
.question_item label:hover {
		background: rgba(56, 158, 227, 0.2);
}
.question_item label + label{
		margin-top:1em;
}
.radio-input {
    display: none;
}
.radio-parts {
    display: block;
    padding-left: 42px;
    position: relative;
    line-height: 1.2em;
    font-size: 28px;
    font-weight: 700;
}
.radio-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
    border-radius: 50%;
}
.radio-input:checked + .radio-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #389ee3;
    border-radius: 50%;
}



.question_button {
    margin-top: 2em;
}
.question_button ul {
		align-items: center;
    justify-content: center;

}
.question_button ul li {
    padding: 0 0.5em;
    box-sizing: border-box;
    width: 50%;
}
.question_button ul li + li {

}
.question_button button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.question_05_bloc {
    background: #fff;
}
.question_05_image {

}
.question_05_image img + img {
    margin-top: 1em;
}
.question_05_bloc dl {
    padding: 1em;
    margin: 0;
}
.question_05_bloc dl dt {
    font-size: 36px;
    font-weight: 900;
    text-align: left;
}
.question_05_bloc dl dd {
    margin: 0;
    font-size: 28px;
    line-height: 1.4em;
    text-align: left;
}




.question_07_bloc {
    background: #fff;
}
.question_07_image {

}


.regist_message {
		background: #389ee3;
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
}
.regist_message p {
		font-size: 30px;
    line-height: 1.2em;
    display: block;
    font-weight: 900;
}




#Contact {
    padding: 1em 1em 2em;
    background: #fff;
}
#Contact h2 {
    font-size: 2em;
    margin-bottom: 1em;
}




.attention_bloc {
    margin-bottom: 2em;
}
.attention_bloc h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.attention_bloc p {
    text-align: left;
}
#Contact .contact_bloc {
		margin-bottom:2em;
}
#Contact .contact_bloc dl {
    margin: 0;
    align-items: center;
}
#Contact .contact_bloc dl + dl {
		margin-top:1em;
}
#Contact .contact_bloc dl:nth-child(odd) {

}
#Contact .contact_bloc dl:last-child {

}
#Contact .contact_bloc dl dt {
    width: 100%;
    text-align: left;
    position: relative;
    align-items: center;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
}

#Contact .contact_bloc dl dt.required {

}
#Contact .contact_bloc dl dt.required:after {
    content: "必須";
    display: inline-block;
    background: #ff9000;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    padding: 10px 10px;
}

#Contact .contact_bloc dl dd {
    margin: 0;
    width: 100%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    font-size: 20px;;
}

#Contact .contact_bloc dl dd + dd {
		margin-top:0.5em;
}

#Contact .contact_bloc .dl_bloc {
	
}
#Contact .contact_bloc .btn_bloc {
    margin-top: 4em;
}
#Contact .btn_bloc input[type="submit"] {
    color: #fff;
    text-decoration: none;
    width: 420px;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 0 #b10a11;
    background: #f83e37;
    border: none;
    font-size: 20px;
}
#Contact .btn_bloc input[type="submit"]:hover {
    box-shadow: none;
    transform: translate3d(0, 6px, 0);
    background: rgba(253, 42, 0, 0.8);
}



.contact_name {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
		width: 100%;
    background: #eeeeee;
}
.contact_kana {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
		width: 100%;
    background: #eeeeee;
}
.contact_age {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
		width: 100%;
    background: #eeeeee;
}
.contact_mail {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
		width: 100%;
    background: #eeeeee;
}
.contact_tel {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
		width: 100%;
    background: #eeeeee;
}
.contact_zip {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
		width: 100%;
    background: #eeeeee;
}
.contact_address {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
		width: 100%;
    background: #eeeeee;
}
.contact_desc {
		width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #b5b5b5;
}


.contact_time {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
		width: 40%;
    background: #eeeeee;
}

.contact_sex {
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #b5b5b5;
}
.contact_pref {
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #b5b5b5;
}

.btn_bloc {

}
.btn_bloc ul {

}
.btn_bloc ul li {

}
.btn_bloc ul li + li {
    margin-top: 1em;
}
.btn_bloc button {
		border: none;
    margin: 0;
    padding: 0;
    background: none;
}

#Contact.confirm .contact_bloc dl {
		border-bottom: solid 1px #c7c7c6;
}
#Contact.confirm .contact_bloc dl dd {
    font-size: 28px;
    color: #a0a0a0;
}

.line_btn {
    padding: 2em 0;
}

.focus_text {
    background: #E93429;
    color: #fff;
    margin: 0 1em;
    padding: 1em;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
}
.focus_text a {
    display: block;
    color: #E93429;
    background: #fff;
    text-decoration: none;
    margin-top: 0.5em;
    padding: 0.4em;
    font-size: 42px;
    border-radius: 10px;
}


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

body {
		-webkit-text-size-adjust: none;	
}












