.article-header-full-width__thumbnail.lazyloaded {
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-header__txt {
    text-align: center;
}
.article-header__txt h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.article-header__txt h1::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 100px;
}
.article-header__txt p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
p.contact-head__txt {
    font-size: 14px;
}
.contact-tel {
    border: 2px solid #333;
    border-left: 0;
    border-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 45px 0 35px;
    padding: 25px 0;
}
.contact-tel__left {
    border-right: 2px solid #333;    
    margin-right: 25px;
    padding-right: 25px;
    width: 45%;
}
.contact-tel__right {
    width: calc(55% - 25px);
}
.contact-tel__left a {
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 54px;
}
.contact-tel__left a::before {
    background: url("<?php echo shortcode_templateurl(); ?>/images/icon-tel.svg") no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: inline-block;
    height: 39px;
    margin-right: 15px;
    width: 39px;
}
.contact-tel__txt {
    font-size: 18px;
}
.contact-tel__txt:not(:last-child) {
    margin: 0 0 5px;
}
.contact-tel__txt span {
    background: #002172;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    padding: 3px 6px;
}
.contact-step {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 0 auto 45px;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.contact-step::before {
    background: #808080;
    content: "";
    display: inline-block;
    height: 2px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.contact-step__item {
    background: #fff;
    border: 2px solid #808080;
    color: #808080;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0 6px;
    position: relative;
    text-align: center;
    width: 22%;
    min-width: 250px;
    z-index: 1;
}
.contact-step__item.active {
    background: #002172;
    border: 2px solid #002172;
    color: #fff;
}

.contact-form__item:not(:last-child) {
    margin: 0 0 35px;
}
.contact-form__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.contact-form__item dt {
    padding-right: 105px;
    position: relative;
    width: 35%;
}
.contact-form__item dt::after {
    background: #ccc;
    content: "任意";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 24px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 5px;
    text-align: center;
    width: 80px;
}
.contact-form__item dt.required::after {
    background: #002172;
    color: #fff;
    content: "必須";
}
.contact-form__item dt label {
    font-size: 18px;
    font-weight: 600;
}
.contact-form__item dd {
    width: 65%;
}
.contact-form__item dd input,
.contact-form__item dd textarea,
.contact-form__item dd select {
    font-size: 16px;
    height: auto;
    padding: 10px;
}
.contact-form__item dd select {
    background: url("<?php echo shortcode_templateurl(); ?>/images/icon-triangel.svg") no-repeat;
    background-size: 18px 12px;
    background-position: right 12px center;
}
.contact-form__policy {
    margin: 45px 0 0;
}
.form-policy__text {
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
    margin: 0 0 45px;
    padding: 50px 0;
}
.form-policy__text h3 {
    color: #002172;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 20px;
}
.form-policy__text p {
    font-size: 14px;
    line-height: 1.8em;
}
.form-policy__text p:not(:last-child) {
    margin: 0 0 20px;
}
.policy-check {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.wpcf7-spinner {
    display: none !important;
}
.contact-form__submit {
    margin: 45px 0 0;
    text-align: center;
    width: 100%;
}
.contact-form__submit p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.contact-form__submit .btn {
    background: #002172;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #002172 inset, 0 0 0 0px #002172 inset, 0 0 0 4px #fff inset;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.contact-form__submit .confirm-btn.btn {
    max-width: 385px;
}
.contact-form__submit .submit-btn.btn {
    margin: 0;
    margin-left: 20px;
    max-width: 162px;
}
.contact-form__submit .back-btn.btn {
    background: #ccc;
    box-shadow: 0 0 0 1px #ccc inset, 0 0 0 0px #ccc inset, 0 0 0 4px #fff inset;
    margin: 0;
    max-width: 162px;
}
.contact-form__submit a.back-btn.btn {
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .contact-tel__left a {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-tel {
        margin: 45px 0 35px;
        padding: 25px 30px;
    }
    .contact-tel__left {
        border-right: 0;
        border-bottom: 1px solid #333;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }
    .contact-tel__right {
        width: 100%;
    }
    .contact-tel__left a {
        font-size: 32px;
    }
}
@media screen and (max-width: 900px) {
    p.contact-head__txt {
        font-size: 14px;
    }
    .contact-tel__left a {
        font-size: 32px;
    }
    .contact-tel__left a::before {
        height: 39px;
        margin-right: 15px;
        width: 39px;
    }
    .contact-tel__txt {
        font-size: 18px;
    }
    .contact-tel__txt:not(:last-child) {
        margin: 0 0 5px;
    }
    .contact-tel__txt span {
        font-size: 14px;
        padding: 3px 6px;
    }
    .contact-step {
        justify-content: space-between;
        gap: 0;
        margin: 0 auto 35px;
        max-width: none;
    }
    .contact-step__item {
        font-size: 14px;
        padding: 8px 0 6px;
        width: 31%;
        min-width: 0;
    }
    .contact-form__item dt {
        margin: 0 0 5px;
        padding-right: 105px;
        line-height: 1.5em;
        width: 100%;
    }
    .contact-form__item dt::after {
        right: 0;
        top: 0;
    }
    .contact-form__item dt label {
        font-size: 14px;
    }
    .contact-form__item dd {
        width: 100%;
    }
    .form-policy__text h3 {
        font-size: 18px;
    }
    .policy-check {
        font-size: 16px;
    }
    .contact-form__submit .btn {
        font-size: 16px;
    }
}
@media screen and (max-width: 420px) {
    .contact-tel {
        padding: 25px;
    }
    .contact-tel__left a {
        font-size: 26px;
    }
    .contact-tel__left a::before {
        height: 30px;
        margin-right: 10px;
        width: 30px;
    }
    .contact-tel__txt {
        font-size: 16px;
    }
    .contact-tel__txt span {
        font-size: 12px;
    }
    .contact-step__item {
        font-size: 12px;
        width: 32%;
    }
}

.contact-body__ttl {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}
.contact-confirm__ttl {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}
.contact-body__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8em;
}

.confirm-forms .contact-form__item {
    border-bottom: 2px solid #ccc;
    padding: 0 0 25px;
}
.confirm-forms .contact-form__item:not(:last-child) {
    margin: 0 0 25px;
}
.confirm-forms .contact-form__item dd p {
    font-size: 16px;
    padding: 4px;
}
.confirm-forms .contact-form__item dt {
    padding-right: 0;
    padding-left: 35px;
}
.confirm-forms .contact-form__item dt::after {
    display: none;
}
.contact-forms.confirm-forms {
    border: 2px solid #ccc;
    padding: 45px;
}
@media screen and (max-width: 900px) {
    .contact-forms.confirm-forms {
        padding: 25px;
    }
    .confirm-forms .contact-form__item dt {
        padding-left: 0;
    }
    .confirm-forms .contact-form__item dt {
        width: 40%
    }
    .confirm-forms .contact-form__item dd {
        width: 60%;
    }
    .confirm-forms .contact-form__item dd p {
        font-size: 12px;
    }
    .confirm-forms .contact-form__item dt label {
        font-size: 12px;
    }
}

.hideform {
    display: none;
}