@charset "UTF-8";
/* confirm / thnakyou専用 */
section.contact
    .section--wrapper
    .contact__contents
    .items--wrapper
    .items
    .content
    select {
    appearance: none !important;
}

section.contact
    .section--wrapper
    .contact__contents
    .items--wrapper
    .items
    .content
    .items__select--wrapper:after {
    content: none !important;
}

section.contact .section--wrapper h2 {
    font-size: 70px !important;
}

@media screen and (max-width: 767px) {
    section.contact .section--wrapper h2 {
        font-size: 35px !important;
    }
}

.mw_wp_form_complete a {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 40px;
    gap: 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 120px;
    background-color: #666;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.mw_wp_form_complete a:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/nic/assets/images/business-in-japan/icon/icon__arrowLeft_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
