*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

body {
    font-family: "Noto Sans JP", sans-serif;
}
main {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

img {
    width: 100%;
    height: 100%;
}

.inner {
    padding-left: 20px;
    padding-right: 20px;
}

.cta_box {
    padding-top: 84px;
}
.form_box {
    padding-bottom: 89px;
}
.form_ttl {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.form_control {
    margin-bottom: 54px;
}
.form_control:last-child {
    margin-bottom: 0;
}
.form_control>label {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 26px;
    font-weight: bold;
    padding: 28px 40px;
    margin-bottom: 19px;
    background-color: #eeeeee;
}
.form_control>label>span {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    background-color: #a80023;
    padding: 5px 8px;
    margin-left: 62px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.form_control:nth-child(2)>label>span {
    margin-left: 17px;
}
.input_txt {
    width: 100%;
    height: 72px;
    font-size: 20px;
    border: 1px solid #a0a0a0;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.radio_box {
    margin-top: 30px;
}
.radio {
    display: flex;
    align-items: center;
}
.radio:first-child {
    margin-bottom: 20px;
}
.radio>input {
    margin-top: 0;
    margin-right: 24px;
}
.radio>label {
    font-size: 24px;
}
.checkbox {
    display: flex;
    align-items: center;
}
.checkbox>input {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 24px;
}
.checkbox>label {
    font-size: 24px;
}
.cta_btn {
    border: none;
    background: none;
    margin-top: 83px;
}
.stripe_box {
    text-align: center;
}

.form_link {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-top: 60px;
}

@media only screen and (max-width: 750px) {
    .inner {
        padding-left: 2.67vw;
        padding-right: 2.67vw;
    }
    
    .cta_box {
        padding-top: 11.2vw;
    }
    .form_box {
        padding-bottom: 11.87vw;
    }
    .form_ttl {
        margin-bottom: 9.34vw;
    }
    .form_control {
        margin-bottom: 7.2vw;
    }
    .form_control:last-child {
        margin-bottom: 0;
    }
    .form_control>label {
        display: flex;
        align-items: center;
        width: auto;
        font-size: 3.47vw;
        padding: 3.74vw 5.34vw;
        margin-bottom: 2.54vw;
        background-color: #eeeeee;
    }
    .form_control>label>span {
        display: inline-block;
        font-size: 2.54vw;
        color: #fff;
        background-color: #a80023;
        padding: 0.67vw 1.07vw;
        margin-left: 8.27vw;
        border-radius: 1.07vw;
        -webkit-border-radius: 1.07vw;
        -moz-border-radius: 1.07vw;
        -ms-border-radius: 1.07vw;
        -o-border-radius: 1.07vw;
    }
    .form_control:nth-child(2)>label>span {
        margin-left: 2.27vw;
    }
    .input_txt {
        width: 100%;
        height: 9.6vw;
        font-size: 2.67vw;
        border: 1px solid #a0a0a0;
        padding: 2.67vw 4vw;
        margin-bottom: 2.67vw;
    }
    .radio_box {
        margin-top: 4vw;
    }
    .radio {
        display: flex;
        align-items: center;
    }
    .radio:first-child {
        margin-bottom: 3vw;
    }
    .radio>input {
        margin-top: 0;
        margin-right: 3.2vw;
    }
    .radio>label {
        font-size: 3.2vw;
    }
    .checkbox {
        display: flex;
        align-items: center;
    }
    .checkbox>input {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 3.2vw;
    }
    .checkbox>label {
        font-size: 3.2vw;
    }
    .cta_btn {
        border: none;
        background: none;
        margin-top: 11.07vw;
    }

    .form_link {
        display: block;
        text-align: center;
        font-size: 4vw;
        margin-top: 8vw;
    }
}