/* MKTOスタイリング */
.mktoForm .mktoLabel {
    display: flex !important;
    color: #000 !important;
    font-weight: 500 !important;
    gap: 1.0rem !important;
    font-size: min(1.40625vw, 18px) !important;
}

.mktoForm .mktoLabel .mktoAsterix {
    color: var(--brand-heading-color) !important;
}

.mktoForm {
    padding: 0 1rem !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="url"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.mktoForm .mktoFormRow {
    display: flex !important;
    flex-direction: row !important;
    margin-top: 4.5rem !important;
    gap: 2rem !important;
    /* justify-content: center !important; */
}
.mktoFormRow:has(input[name="all_accept_pp"]) {
    margin-top: 3rem !important;
}
.mktoForm .mktoFormCol {
    width: 100% !important;
}
.mktoErrorMsg {
  font-size: min(1.1184210526vw, 17px) !important;
  color: var(--brand-heading-color) !important;
  margin-top: min(0.6578947368vw, 10px) !important;
  display: inline-block !important;
}
.mktoForm span {
    font-size: 1.5rem !important;
    line-height: 170% !important;
}
.mktoForm a {
    color: var(--brand-heading-color);
    font-size: 1.5rem !important;
    text-decoration: underline !important;
}
.mktoForm span strong span {
    display: flex !important;
    color: #000 !important;
    font-weight: 500 !important;
    gap: 1.0rem !important;
    font-size: min(1.40625vw, 18px) !important;
    line-height: 0;
}
.mktoForm #all_accept_pp{
  all: revert !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 .5em 0 0 !important;
  vertical-align: middle !important;
}

.mktoForm .mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField {
    align-items: baseline !important;
    gap: 1.0rem !important;
}

.mktoForm .mktoButton {
    background-color: #dc4642;
    font-size: min(1.9736842105vw, 30px);
    color: #fff;
    font-weight: 800;
    display: grid;
    place-content: center;
    min-height: min(5.2631578947vw, 80px);
    position: relative;
    margin: 0 auto 0;

    border-radius: min(1.3157894737vw, 20px);
    overflow: hidden;
    box-shadow: 0 min(0.526315789vw, 8px) 0 #a2262f;
    margin-bottom: min(0.5263157895vw, 8px);
    position: relative;
    transition: 0.3s all;
    width: min(30.7894736842vw, 468px);
    border-color: transparent;
}

.mktoForm > div:nth-child(7) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > p:nth-child(1) {
    margin-bottom: 2.0rem !important;
}

@media screen and (max-width: 769px) {
    .mktoForm .mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField  {
        text-align: center !important;
    }
    .mktoForm .mktoLabel,
    .mktoForm span strong span {
        font-size: min(4.40625vw, 18px) !important;
    }

    .mktoForm input[type="text"],
    .mktoForm input[type="email"],
    .mktoForm input[type="tel"],
    .mktoForm input[type="number"],
    .mktoForm input[type="url"],
    .mktoForm input[type="date"],
    .mktoForm select.mktoField,
    .mktoForm textarea.mktoField {
        width: 95% !important;
        font-size: 14px !important;
    }

    .mktoForm .mktoFormRow {
        flex-direction: column !important;
    }
    .mktoForm .mktoFormRow:not(:first-of-type) {
        margin-top: 1.5rem !important;
    }
    .mktoForm .mktoFormRow:has(input[name="all_accept_pp"]) {
        margin-top: 1.0rem !important;
    }

    #mktoForm_2362 > div:nth-child(7) > div.mktoFormCol > div.mktoFieldWrap > div.mktoHtmlText.mktoHasWidth > span {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.0rem !important;
    }
    #Lblall_accept_pp {
        margin-bottom: 0 !important;
    }
    #mktoForm_2362 > div:nth-child(8) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap.mktoRequiredField {
        align-items: center !important;
    }

    .mktoForm .mktoButton {
        font-size: 14px !important;
        width: 80% !important;
        padding: 15px 80px !important;
    }
    
}