@charset "UTF-8";

/* header */
h1 {
    color: #000;
    font-size: 50px;
    margin-top: 50px !important;
}

.circle {
    padding: 60px 0 88px;
}

.circle .title{
    max-width:978px !important;
}

.circle p {
    color: #000;
    font-size: 18px;
    line-height: 1.55;
    margin: 24px auto;
}

/*iphone*/
input[type="text"],
input[type="submit"],
input[type="email"] {
    appearance: none;
    -webkit-appearance: none;
}

/* テーブル */
.input-wrap {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    padding: 0 57px 50px 54px;
    margin: 0 auto;
    max-width: 960px;
    width: 85%;
}

.one-people th{
    display: grid;
    grid-template-columns: 40px 162px;
}

.two th{
    display: grid;
    grid-template-columns: 212px;
}

.input-wrap .inner-table{
    background: #FFFEEE;
    padding: 20px;
    margin: 30px 0
}

.input-wrap.two {
    background: #FFFEEE;
    margin-bottom: 60px;
}

.input-wrap.two .inner-table{
    background: #fff;
}

.input-wrap h2 {
    background: #92CDDA;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 14px;
    text-align: center;
    margin-bottom: 58px;
}

.input-wrap.two h2 {
    background: #C8C86F;
}

table {
    width: 100%;
}

tr {
    display: flex;
    justify-content: left;
    gap: 40px;
}

th {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    min-width: 212px;
    letter-spacing: 0;
}

th.mb20{
    grid-template-columns: 16px 1fr;
}

th span.s {
    font-size: 14px;
    font-weight: 400;
}

td {
    box-sizing: border-box;
    display: block;
    margin-bottom: 30px;
    max-width: 595px;
}

td span.kome {
    display: block;
    font-size: 14px;
    padding-left: 1em;
    position: relative;
    letter-spacing: 0;
    margin-top: 8px;
}

td span.kome::before {
    content: "※";
    position: absolute;
    left: 0;
}

tr:last-child td {
    margin-bottom: 0;
}

.birth {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.birth input[type="text"] {
    padding: 10px;
    max-width: 88px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 18px;
    resize: vertical;
    width: 100%;
    max-width: 595px;
}

input:focus,
textarea:focus {
    border: 1px solid #ea5514 !important;
    outline: none;
}

input::placeholder {
    color: #C2C2C2;
}

/* ラジオボタン */


.radio>span:first-child {
    margin-right: 17px;
}

.radio label,
.participation label {
    background: #E7F7FB;
    border-radius: 5px;
    padding: 6px 13px 6px 13px;
    position: relative;
}

.radio label:has(input:checked),
.participation label:has(input:checked) {
    background: #036EB8;
    color: #fff;
}

.radio input[type=radio] {
    display: none;
}

.radio label::before ,
.participation label::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    background: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
}

.radio label::after ,
.participation label::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 13px;
    background: #ea5514;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0;
}

.radio label:has(input:checked)::after {
    opacity: 1;
}





.participation input{
    accent-color: #ea5514;
    inline-size: 16px;
    block-size: 16px;
    top: 2px;
    position: relative;
}

.participation label{
    margin-right: 30px;
    font-size: 16px;
}

.radio input{
    accent-color: #ea5514;
    inline-size: 16px;
    block-size: 16px;
    top: 2px;
    position: relative;
}

.radio label{
    font-size: 16px;
}

.radio>span {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}

/* チェックボックス 打ち消し */
.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

input[type="checkbox"] {
    display: none;
}

/* チェックボックス 参加動機*/
.motive {
    margin-bottom: 36px;
}

.motive>span {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}

.motive>span:last-child {
    margin-bottom: 0;
}

.motive>span label,
.radio>span label{
    background: #E7F7FB;
    border-radius: 5px;
    display: block;
    padding: 6px 10px 6px 36px;
    position: relative;
    letter-spacing: 0;
}

.motive>span label:has(input:checked) {
    background: #036EB8;
    color: #fff;
}

.motive>span label::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 10px;
    background: #fff;
    border: 1px solid #C2C2C2;
    width: 15px;
    height: 15px;
}

.motive>span label:has(input:checked)::after {
    width: 6px;
    height: 11px;
    transform: translateY(-50%) rotate(45deg);
    top: 16px;
    left: 18px;
    border: none;
    border-right: 3px solid #ea5514;
    border-bottom: 3px solid #ea5514;
    content: '';
    display: block;
    position: absolute;
    transition: .1s;
}

/* チェックボックス 市町村 */
.cities {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 36px;
}

.cities>span {
    display: inline-block;
}

.cities>span label {
    background: #E7F7FB;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px 5px 36px;
    position: relative;
    letter-spacing: 0;
    width: 140px;
}

.cities>span label:has(input:checked) {
    background: #036EB8;
    color: #fff;
}

.cities>span label::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 10px;
    background: #fff;
    border: 1px solid #C2C2C2;
    width: 15px;
    height: 15px;
}

.cities>span label:has(input:checked)::after {
    width: 6px;
    height: 11px;
    transform: translateY(-50%) rotate(45deg);
    top: 16px;
    left: 18px;
    border: none;
    border-right: 3px solid #ea5514;
    border-bottom: 3px solid #ea5514;
    content: '';
    display: block;
    position: absolute;
    transition: .1s;
}

/* 住所 */
table input.input-short {
    box-sizing: border-box;
    padding: 10px 16px;
    margin-bottom: 18px;
    width: 121px;
}

#autozip {
    display: none !important;
}

/* 必須ラベル */
.required {
    background: #ea5514;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 8px;
}

.any {
    background: #B9B9B9;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 1px 8px;
}

/* 二人目の参加者 */
p.two {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    position: relative;
    margin: 43px auto 75px;
    max-width: 85%;
}

p.two::after {
    content: "";
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
    width: 42px;
    height: 21px;
}

/* 同意 */
.consent {
    text-align: center;
}

.consent p {
    font-size: 14px;
}

.consent .check {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    padding: 5px 5px 5px 10px;
    position: relative;
    text-align: left;
    margin: 0 auto 9px;
    max-width: 340px;
}

.consent .check:has(input:checked) {
    background: #036EB8;
    color: #fff;
}

.consent .check .mwform-checkbox-field {
    position: relative;
    padding-left: 35px;
}

.consent .check .mwform-checkbox-field label::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 5px;
    background: #fff;
    border: 1px solid #C2C2C2;
    width: 15px;
    height: 15px;
}

.consent .check .mwform-checkbox-field label:has(input:checked)::after {
    width: 6px;
    height: 11px;
    transform: translateY(-50%) rotate(45deg);
    top: 11px;
    left: 16px;
    border: none;
    border-right: 3px solid #ea5514;
    border-bottom: 3px solid #ea5514;
    content: '';
    display: block;
    position: absolute;
    transition: .1s;
}

/* 入力確認ボタン */
.supplement {
    font-size: 16px;
    text-align: center;
    margin-bottom: 90px;
}

.btn-submits {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 41px auto 64px;
}

.form-btn,
.fix {
    display: inline-block;
    position: relative;
}

.form-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    background: url(../images/arrow-w.svg) no-repeat;
    width: 10px;
    height: 11px;
}

.form-btn:has(.btn-submit:hover)::after {
    background: url(../images/arrow-o.svg) no-repeat;
    top: calc(50% + 8px);
}

.btn-submit {
    background: #ea5514;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 8px 4px 0 rgba(180, 223, 236, .5);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 37px 18px 26px;
    transition: .3s;
}

.btn-submit:hover {
    background: #fff;
    border: 1px solid #ea5514;
    box-shadow: none;
    color: #ea5514;
    transform: translateY(8px);
}

.supplement {
    text-align: center;
    margin: 0 auto 90px;
    max-width: 85%;
    width: 960px;
}

.supplement p {
    font-size: 16px;
    display: inline-block;
    text-align: left;
    line-height: 1.75;
    padding-left: 1em;
    position: relative;
}

.supplement p::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

/* 確認画面 */
.mw_wp_form_confirm td span.kome {
    display: none;
}

.mw_wp_form_confirm .btn-submits {
    gap: 37px;
}

.fix::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background: url(../images/arrow-w.svg) no-repeat;
    width: 10px;
    height: 11px;
}

.fix:has(.btn-back:hover)::after {
    transform: translateY(-50%);
    background: url(../images/arrow-g.svg) no-repeat;
}

.btn-back {
    background: #888;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 15px 11px 33px;
    transition: .3s;
}

.btn-back:hover {
    background: #fff;
    color: #888;
}

/* 完了画面 */
.completed-img {
    margin-top: 24px !important;
}

.completed-wrap {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    padding: 43px 85px 50px;
    margin: 0 auto;
    max-width: 960px;
    width: 85%;
}

.completed-wrap h2 {
    font-size: 30px;
}

.completed-wrap>p {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 45px;
}

.completed-wrap h3 {
    font-size: 16px;
    position: relative;
    margin: 68px auto 4px;
}

.completed-wrap h3::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -31px;
    background: #000;
    width: 1px;
    height: 28px;
}

.completed-wrap div p {
    font-size: 14px;
}

.completed-wrap div .tel {
    color: #ea5514;
    font-size: 24px;
    font-weight: 500;
}

.completed-wrap div .tel span {
    font-size: 14px;
}

.completed-wrap .completed-list {
    background: #F4FAFD;
    border-radius: 10px;
    text-align: left;
    padding: 25px 27px 38px;
    margin-top: 30px;
}

.completed-wrap .completed-list p {
    font-size: 16px;
    line-height: 1.75;
}

.completed-wrap .completed-list ul {
    list-style-type: none;
    margin-top: 13px;
}

.completed-wrap .completed-list li {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 1.3em;
    position: relative;
}

.completed-wrap .completed-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #036EB8;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.return {
    text-align: center;
}

.completed-btn {
    margin: 43px auto 90px;
}

.mb20{
    margin-bottom: 20px;
    gap: 0;
}

.mt20{
    margin-top: 20px;
}

.mb20::before {
    content: "※";
}

/* sp size */
@media screen and (max-width: 767px) {

    /* フォントのリサイズ */
    h1 {
        margin-top: 0 !important;
    }
    th,
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
        font-size: 14px;
    }

    td span.kome {
        font-size: 12px;
        width: 98%;
    }

    .input-wrap h2 {
        font-size: 20px;
        margin-bottom: 18px;
        padding: 10px;
    }
    .one-people th{
        grid-template-columns: 32px 1fr;
    }
    .two th{
        grid-template-columns: 1fr;
    }
    p.two {
        font-size: 16px;
        text-align: left;
        margin: 24px auto 48px;
    }

    p.two::after {
        bottom: -24px;
    }

    .supplement {
        font-size: 14px;
    }

    h1 {
        font-size: 25px;
    }

    .circle p {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        width: 85%;
    }

    .supplement {
        margin: 0 auto 58px;
    }

    .supplement p {
        font-size: 14px;
        line-height: 1.57;
    }

    .mwform-checkbox-field-text,
    .mwform-radio-field-text {
        font-size: 14px;
    }

    .birth input[type="text"] {
        max-width: 66px;
    }

    .consent .check {
        margin-bottom: 10px;
    }

    .consent p {
        font-size: 12px;
    }

    .required,
    .any {
        font-size: 10px;
        padding: 1px 6px;
    }

    /* レイアウトの変更 */
    .input-wrap {
        padding: 0 12px 24px;
    }

    tr {
        flex-flow: column;
        gap: 9px;
    }

    th.mb20{
        grid-template-columns: 14px 1fr;
    }

    .birth {
        gap: 4px;
    }

    .circle {
        padding: 0 0 36px;
    }

    .circle > img:last-child {
        width: 85%;
        min-width: auto;
    }

    .input-wrap.two {
        margin-bottom: 41px;
    }

    /*.radio label {
        padding: 3px 23px 3px 29px;
    }

    .radio label::before {
        left: 9px;
        top: 8px;
    }

    .radio label::after {
        left: 12px;
        top: 11px;
    }
    */

    .participation input{
        inline-size: 16px;
        block-size: 16px;
    }

    /* 入力確認ボタン */

    .btn-submits {
        flex-flow: column;
        gap: 15px;
        margin: 28px auto 45px;
    }

    .btn-submit {
        box-sizing: border-box;
        font-size: 16px;
        padding: 16px 37px 16px 26px;
        min-width: 227px;
    }

    /* 完了画面 */
    .completed-wrap {
        padding: 26px 12px 34px;
    }

    .completed-wrap p {
        font-size: 14px;
        line-height: 1.57;
    }

    .completed-wrap>p {
        margin-top: 22px;
    }

    .completed-wrap h2 {
        font-size: 18px;
    }

    .completed-wrap h3 {
        font-size: 14px;
    }

    .completed-wrap div .tel {
        font-size: 24px;
    }

    .completed-wrap .completed-list {
        padding: 20px 17px 25px;
    }

    .completed-btn {
        margin: 22px auto 60px;
    }
    .mt20{
        margin-top: 0px;
    }

}