/* reset
-------------------------------------------------------------------------- */
input[type='color'], input[type='submit'], input[type='button'] {
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    border: none;
    cursor: pointer;
}

input[type='submit']::-webkit-search-decoration, input[type='button']::-webkit-search-decoration {
    display: none;
}

input[type='submit']::focus, input[type='button']::focus {
    outline-offset: -2px;
}

select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-weight: 300;
}

option {
    font-weight: 300;
}

button, input[type='submit'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-align: left !important;
    background: inherit;
    font-size: 14px;
    border: 0;
    background: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
}

table {
    vertical-align: middle;
}

table th, table td {
    font-weight: 400;
    font-size: 16px;
    color: #8b8b8b;
    padding: 10px 0;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    table th, table td {
        width: 100%;
        display: block;
    }
}

table tr:nth-last-child(2) th, table tr:nth-last-child(2) td {
    vertical-align: top;
}

table th {
    text-align: left;
    padding-right: 5px;
    width: 200px;
}

@media screen and (max-width: 767px) {
    table th {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .table ul.yoko2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .table ul.yoko2 li div {
        max-width: 130px;
    }
}

@media screen and (min-width: 1024px) {
    .area_input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.area_input input[type='number'].qtWidth, .area_input input[type='alphabet'].qtWidth, .area_input input[type='text'].qtWidth {
    width: 80%;
}

/* headLine
-------------------------------------------------------------------------- */
.headLine {
    font-weight: normal;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
    .headLine {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

.headLine img {
    width: 30px;
    margin-bottom: -5px;
    margin-right: 10px;
}

/* honeypot
-------------------------------------------------------------------------- */
.hypt {
    display: none !important;
}

/* error
-------------------------------------------------------------------------- */
.errMsg {
    color: #df0f0d;
}

.errList {
    width: 95%;
    display: block;
    line-height: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #df0f0d;
    list-style: disc;
    list-style-position: inside;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .errList {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*
-------------------------------------------------------------------------- */
.req, .opt {
    font-size: 12px;
    color: #df0f0d !important;
    padding: 2px 10px 2px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .req, .opt {
        margin-left: 0;
        margin-top: 5px;
    }
}

td .req, .opt {
    margin-left: 0;
    padding: 2px 10px 2px 0;
}

/*
-------------------------------------------------------------------------- */
.req_pcmail, .opt {
    font-size: .82em;
    margin-left: 0;
    color: #df0f0d !important;
    padding: 2px 10px 5px 0;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .req_pcmail, .opt {
        margin-left: 0;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1023px) {
    .req_pcmail, .opt {
        display: block;
    }
}

/* form
-------------------------------------------------------------------------- */
.area_input input[type='number'].qtWidth, .area_input input[type='alphabet'].qtWidth, .area_input input[type='text'].qtWidth {
    width: 80%;
}

input, button, textarea, select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: 'Spartan', 'Noto Sans JP', sans-serif;
    color: #8b8b8b;
}

.conftext {
    font-size: 14px;
    font-weight: 300;
}

input[type='email'], input[type='tel'], input[type='number'], input[type='text'], input[type='alphabet'], input[type='password'], textarea {
    -webkit-box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
            box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
    background: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    width: 100%;
    text-align: left !important;
    padding: 10px !important;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
}

@media screen and (min-width: 1024px) {
    input[type='email'].qtWidth, input[type='tel'].qtWidth, input[type='number'].qtWidth, input[type='text'].qtWidth, input[type='alphabet'].qtWidth, input[type='password'].qtWidth, textarea.qtWidth {
        width: 45%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    input[type='email'].qtWidth, input[type='tel'].qtWidth, input[type='number'].qtWidth, input[type='text'].qtWidth, input[type='alphabet'].qtWidth, input[type='password'].qtWidth, textarea.qtWidth {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    input[type='email'].qtWidth, input[type='tel'].qtWidth, input[type='number'].qtWidth, input[type='text'].qtWidth, input[type='alphabet'].qtWidth, input[type='password'].qtWidth, textarea.qtWidth {
        width: 85%;
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    input[type='email'], input[type='tel'], input[type='number'], input[type='text'], input[type='alphabet'], input[type='password'], textarea {
        width: 99%;
    }
}

input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='text']:focus, input[type='alphabet']:focus, input[type='password']:focus, textarea:focus {
    border: 0 !important;
    -webkit-box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
            box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
}

/* select
-------------------------------------------------------------------------- */
.cp_ipselect {
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .cp_ipselect {
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .cp_ipselect {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .cp_ipselect {
        width: 80%;
    }
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: .01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

@media screen and (min-width: 1024px) {
    .cp_ipselect.Area {
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .cp_ipselect.Area {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .cp_ipselect.Area {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .cp_ipselect.Lain {
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .cp_ipselect.Lain {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .cp_ipselect.Lain {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .cp_ipselect.Lain__sub {
        width: 220px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .cp_ipselect.Lain__sub {
        width: 140px;
    }
}

@media screen and (max-width: 767px) {
    .cp_ipselect.Lain__sub {
        width: 80%;
    }
}

.cp_ipselect.cp_sl01 {
    position: relative;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
            box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
    border: 0 !important;
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: .9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
    margin: auto;
}

.cp_ipselect.cp_sl01 select {
    padding: 8px 20px 8px 8px;
}

/*
-------------------------------------------------------------------------- */
.radio_sp, .checkbox_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .radio_sp, .checkbox_sp {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .radio_sp.radio_reply, .checkbox_sp.radio_reply {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.radio_sp li, .checkbox_sp li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
}

@media screen and (max-width: 1023px) {
    .radio_sp li, .checkbox_sp li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .radio_sp li, .checkbox_sp li {
        text-align: left;
        -ms-flex-preferred-size: 80%;
        flex-basis: 95%;
        max-width: 95%;
    }
}

.radio_sp li label, .checkbox_sp li label {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
            box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
    border: 0;
    border-radius: 5px;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
}

@media screen and (max-width: 1023px) {
    .radio_sp li label, .checkbox_sp li label {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .radio_sp li label :hover, .checkbox_sp li label :hover {
        border: 0 !important;
        -webkit-box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
                box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
    }
}

.radio_sp .l1 li, .checkbox_sp .l1 li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1023px) {
    .radio_sp .l1 li, .checkbox_sp .l1 li {
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
        max-width: 80%;
    }
}

.radio_sp input, .checkbox_sp input {
    display: none;
}

.radio_sp input:checked + label, .checkbox_sp input:checked + label {
    border: 0 !important;
    -webkit-box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
            box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
}

.radio_sp input + label {
    padding-left: 30px;
    position: relative;
}

.radio_sp input + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
    width: 17px;
    height: 17px;
    -webkit-box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
            box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
    border: 0 !important;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    border-radius: 50%;
    background: #fff;
}

.radio_sp input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    width: 11px;
    height: 11px;
    background: #8b8b8b;
    border-radius: 50%;
}

.checkbox_sp input + label {
    padding-left: 30px;
    position: relative;
}

.checkbox_sp input + label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 7px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
            box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
    border: 0;
    border-radius: 2px;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
}

.radio_sp input:checked + label::before, .checkbox_sp input:checked + label::before {
    -webkit-box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
            box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
}

.checkbox_sp input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    width: 8px;
    height: 12px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-bottom: 3px solid #888;
    border-right: 3px solid #888;
}

/* atten
-------------------------------------------------------------------------- */
.c_atten img {
    width: 100%;
}

.c_atten ul {
    text-align: left;
}

.c_atten ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.c_atten ul li:first-child {
    max-width: 60px;
}

@media screen and (max-width: 1023px) {
    .c_atten ul li:first-child {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .c_atten ul li:first-child img {
        width: 60px;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }
}

.c_atten ul li:nth-child(2) {
    width: 90%;
    margin-left: 10px;
}

.c_atten ul li:nth-child(2) .color {
    color: #1f286f;
}

@media screen and (max-width: 1023px) {
    .c_atten ul li:nth-child(2) {
        max-width: 100%;
        line-height: 1.5;
    }
}

.atten_ad {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 23px !important;
}

/* btn
-------------------------------------------------------------------------- */
.btnFormList a {
    text-decoration: none;
}

.btnFormList, .btnConfList {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.btnFormList2 a {
    text-decoration: none;
}

.btnFormList2, .btnConfList2 {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.btnSubmit {
    display: block;
    border-radius: 10px !important;
    padding: 15px 0 !important;
    width: 200px;
    text-decoration: none;
    color: #fff;
    margin: 0 15px;
    background: #1f286f !important;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    -webkit-box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
            box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
}

.btnSubmit:hover {
    -webkit-box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(0, 0, 0, .7), inset -6px -6px 10px #3c469a;
            box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(0, 0, 0, .7), inset -6px -6px 10px #3c469a;
    opacity: 1;
}

.btnSubmit.en {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}

.btnSubmit.back {
    background: #fff !important;
    color: #909090;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    -webkit-box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
            box-shadow: 6px 6px 10px rgba(200, 200, 200, .7), -6px -6px 10px white, inset 6px 6px 10px transparent, inset -6px -6px 10px transparent;
}

.btnSubmit.back:hover {
    -webkit-box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
            box-shadow: 6px 6px 10px transparent, -6px -6px 10px transparent, inset 6px 6px 10px rgba(200, 200, 200, .7), inset -6px -6px 10px white;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .btnFormList2 li:nth-child(2) .btnSubmit, .btnConfList2 li:nth-child(2) .btnSubmit, .btnFormList li:nth-child(2) .btnSubmit, .btnConfList li:nth-child(2) .btnSubmit {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .btnSubmit {
        /* margin-bottom: 100px; */
    }
}

.btnSubmit a {
    color: #fff;
    text-decoration: none;
}

.btnSubmit.syusei {
    background: #ddd;
    color: #555;
}

.btnSubmit.syusei a {
    color: #555;
    text-decoration: none;
}

/* conf
-------------------------------------------------------------------------- */
.page_disc {
    width: 1080px;
    max-width: 90vw;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 40px auto 20px;
    text-align: center;
    padding: 0 5px;
    color: red;
}

@media screen and (max-width: 767px) {
    .page_disc {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

/* datepicker
-------------------------------------------------------------------------- */
.datepicker {
    width: 280px !important;
    max-width: 280px;
    margin-right: 25px;
}

@media screen and (max-width: 750px) {
    .datepicker {
        width: 100% !important;
        max-width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .table ul.rway {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .table ul.rway li:first-child {
        display: block;
        width: 100%;
    }
    .table ul.rway li:first-child div {
        width: 97%;
        max-width: 100%;
    }
    .table ul.rway li div {
        max-width: 170px;
    }
}

@media screen and (max-width: 767px) {
    .table ul.rway2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .table ul.rway2 li {
        display: inline-block;
    }
    .table ul.rway2 li div {
        max-width: 120px;
    }
}

/* formbtn
   ----------------------------------------------------------------- */
.formbtn {
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
    line-height: 1.3;
    background: #f8f1e3;
    text-decoration: none;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formbtn .c-link__arrow {
    font-size: 40px;
    font-size: 4rem;
}

@media screen and (max-width: 767px) {
    .formbtn {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 1023px) {
    .formbtn {
        display: inherit;
    }
    .formbtn br {
        display: none;
    }
}

.btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}

.thanks__block-01 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .thanks__block-01 {
        text-align: center;
    }
}

.thanks__block-01 img {
    width: 9.33333vw;
}

@media screen and (max-width: 1023px) {
    .thanks__block-01 img {
        width: 22.66667vw;
    }
}

@media screen and (max-width: 767px) {
    .thanks__block-01 img {
        width: 33.33333vw;
    }
}

@media screen and (min-width: 1024px) {
    .thanks__block-02 {
        text-align: center;
    }
}

.thanks__block-02 h4 {
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
    .thanks__block-02 h4 {
        text-align: center;
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px) {
    .thanks__block-02 h4 {
        font-size: 52px;
        font-size: 6.93vw;
    }
}
