.stepList {
    margin: 0 0 80px;
    position: relative;
}

.stepList::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #AEAEAE;
    left: 0px;
    bottom: -35px;
}

.stepList ul {
    text-align: center;
    font-size: 0;
}

.stepList li {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 10px;
    margin: 0 8px;
    width: 30%;
    max-width: 193px;
    background: #fff;
    color: #333333;
    border: 1px solid #39B04A;
    font-size: 15px;
    font-weight: 500;
}

.stepList li.active {
    background: #39B04A;
    color: #fff;
}

.subTit {
    text-align: center;
}

.contactForm .sign {
    position: absolute;
    left: 0px;
    top: 14px;
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.contactForm .sign.any {
    background: #AEAEAE;
}

.contactForm .sign.must {
    background: #ec2028;
}

.contactForm .sign.any:before {
    content: "任 意";
}

.contactForm .sign.must:before {
    content: "必 須";
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"] {
    padding: 0 20px;
    height: 50px;
    background: #fff;
    font-size: 17px;
    width: 100%;
    border-radius: 5px;
}

.contactForm .bor {
    border: 1px solid #949494;
}

.contactForm .full {
    width: 100%;
}

.contactForm .half,
.contactForm input.half {
    width: 50%;
}

.contactForm .small {
    width: 138px;
}

.checkboxStyle label {
    display: flex;
    vertical-align: top;
    margin-right: 30px;
    font-size: 16px;
}

.contactForm select {
    padding: 0 45px 0 20px;
    height: 50px;
    background: #fff url(../images/index/bg-select.svg) no-repeat center right 24px;
    border-radius: 10px;
    background-size: 20px 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 0 -8px;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(48, 136, 150, 0.35);
    color: #333333;
}

textarea {
    resize: none;
    padding: 10px 20px;
    height: 240px;
    background: #fff;
    font-size: 17px;
    width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    position: relative;
    margin-right: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    width: 18px;
    height: 18px;
    background: #006AC3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    content: "";
}

html body #contactForm .input-error {
    background-color: #fff6c7;
}

.case {
    margin: 6px 0;
    font-size: 1.4rem;
    color: #575757;
}

.contactForm .confirm {
    margin: 6px 0;
    font-size: 14px;
}

.contactForm .note {
    margin: 6px 0;
}

.contactForm .element li {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
    font-size: 20px;
}

.contactForm .element select {
    font-size: 17px;
}

.contactForm .policy {
    overflow-y: scroll;
    padding: 12px 18px;
    height: 135px;
    border: 1px solid #575757;
}

.contactForm .policy p {
    margin-bottom: 20px;
    line-height: 1.33;
}

.contactForm .policy .cate {
    font-weight: bold;
}

.contactForm .argee {
    display: block;
    padding: 13px;
    background: #fff;
}

.btnTeams input {
    margin: 5px;
    width: 270px;
    height: 87px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 25px;
}

.btnTeams .submit {
    background: url(../image/common/ico_link_white.png) no-repeat 95% center #006AC3;
    border-color: #006AC3;
    color: #fff;
}

.btnTeams .submit:hover {
    background: url(../image/common/ico_link.png) no-repeat 95% center #fff;
    color: #006AC3;
}

.btnTeams .edit {
    background: #eee;
    border-color: #eee;
}

.btnTeams .edit:hover {
    opacity: 0.7;
}

.contactAccess {
    padding: 45px 0;
}

.contactAccess .box {
    padding: 5px 30px 20px;
    border: 1px solid #006AC3;
    border-radius: 16px;
}

.contactAccess .tit {
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #006AC3;
    text-align: center;
    font-size: 17px;
}

.contactAccess .txt {
    padding: 0 25px;
    line-height: 1.75;
    font-size: 15px;
}

.errorMessage {
    color: #ec2028;
}

.btnTeams {
    display: flex;
    justify-content: center;
    margin: 50px auto 25px;
}

.btnTeams input.btn,
.btnTeams button.btn {
    position: relative;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

.btnTeams input.btn:hover,
.btnTeams button.btn:hover {
    opacity: 0.6;
}

.btnTeams .one-btn {
    position: relative;
}

table.cf-er {
    max-width: 650px;
    width: 100%;
    margin: auto;
}

table.cf-er th {
    width: 210px;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}

table.cf-er .msg {
    color: red;
}

a.condition {
    text-decoration: underline;
    color: #39B04A;
}


/*--------*/


/* body .btnTeams .one-btn input {
    margin: 0 auto;
    min-height: 87px;
    width: 100%;
    background-image: url(../images/index/bg-btn-2.png);
    border-radius: 10px;
    color: #fff;
    font-size: 2.3rem;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
    box-shadow: 0px 0px 3px 0px rgb(112 112 112 / 45%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    transition: all 0.5s;
} */


/* body .btnTeams .one-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/index/icon-right-white.svg);
    width: 60px;
    height: 14px;
    background-repeat: no-repeat;
    right: 65px;
    transition: all .5s;
} */

body .btnTeams .one-btn.back-btn input {
    border: 1px solid #4D4D4D;
    color: #231815;
    background-image: url(../images/index/icon-right-black.svg);
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-position: center right 20px;
}

body.page-contact-main .btnTeams .one-btn {
    width: 315px;
}

body:not(.page-contact-main) .btnTeams .one-btn {
    margin: 0;
    width: 386px;
    position: relative;
}

body .btnTeams .one-btn.back-btn input {
    background-color: white;
    border: 1px solid #4D4D4D;
    color: black;
}

body:not(.page-contact-main) .btnTeams .one-btn:after {
    right: 20px;
}

body:not(.page-contact-main) .btnTeams.thanks-btn .one-btn {
    width: 386px;
}

body:not(.page-contact-main) .btnTeams .one-btn.thanks-btn:after {
    left: unset;
    right: 20px;
}

.access-title {
    border-bottom: 1px solid #AEAEAE;
}

.thanks-btn a.btn-green {
    width: 330px;
    height: 80px;
    background-color: #00A63C;
    color: white;
}

.thanks-btn a.btn-green:after {
    background-image: url(../images/index/icon-arrow-right.png);
}

.thanks-btn a.btn-green:hover {
    opacity: 0.6;
}

.form-item {
    display: flex;
    max-width: 950px;
    margin: auto;
    margin-bottom: 45px;
}

.form-item.form-has-case {
    margin-bottom: 30px;
}

.form-item .left {
    width: 265px;
    padding-left: 65px;
    position: relative;
    font-weight: 500;
    padding-top: 15px;
    color: #353535;
    font-size: 1.6rem;
}

.form-item .right {
    width: calc(100% - 265px);
}

input[type="checkbox"] {
    border-radius: 50%;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    border-radius: 50%;
}

.submit-btn .one-btn {
    text-align: center;
    margin-top: 60px;
}

.submit-btn input,
.btn-style-1 {
    cursor: pointer;
    font-size: 2rem;
    margin: auto;
    background-color: #39B04A;
    background-image: url(../images/index/icon-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 10px 20px;
    letter-spacing: 0.1rem;
    transition: background-image 0.3s ease-in-out;
    border: none !important;
    border-radius: 10px;
    width: 100%;
    max-width: 270px;
    height: 87px;
    color: #fff !important;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    box-shadow: 0 0 8px 0 rgba(112, 108, 98, 0.25);
}

.checkboxStyle label {
    margin-right: 0;
}

a.btn.btn-thanks {
    width: 330px;
    height: 80px;
    font-size: 17px;
    letter-spacing: 0.1em;
    background-color: #39B04A;
    margin: auto;
    color: #fff;
    background-image: url(../images/contact/arrow-right.svg);
    background-size: 40px;
    background-position: center right 30px;
    background-repeat: no-repeat;
}

.sub-title-small {
    font-size: 16px;
    color: #000;
}

.tel-table {
    max-width: 415px;
    min-height: 135px;
    width: 100%;
    border: 2px solid #000;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 1.7rem;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 10px 0;
    line-height: 1.7;
    font-weight: 500;
}

.tel-table .number-tel {
    color: #006837;
    line-height: 1;
    margin: 0 0 15px;
}

.tel-table .number-tel a {
    color: #006837;
}

.tel-table .title-tel-table {
    margin: 0 0 10px;
    padding-left: 80px;
}

.privacy-inner {
    font-size: 16px;
}

.privacy-inner .title {
    color: #333333;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 0 22px;
    border-bottom: 1px solid #AEAEAE;
    font-size: 18px;
}

.privacy-inner .des-1 {
    line-height: 1.56;
}

.privacy-inner .des-2 {
    font-size: 15px;
    line-height: 1.9;
}

.contact {
    background: #fff;
}

.anchor {
    background: #fff;
    padding: 0 0 30px;
}

.box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tel-table .des-3 {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.tel-table .des-2 {
    letter-spacing: 0.15em;
}

a.btn.btn-inquiry-form {
    max-width: 350px;
    height: 75px;
    width: 100%;
    background: #01479D;
    margin: 0 auto;
    color: #fff;
    padding: 0 60px 0 80px;
    position: relative;
    transition: 0.5s;
}

a.btn.btn-inquiry-form:before {
    width: 34px;
    height: 25px;
    background-image: url(../images/contact/icon-mail-contact.svg);
    left: 34px;
    pointer-events: none;
    background-size: 100% 100%;
}

a.btn.btn-inquiry-form:after {
    width: 19px;
    height: 12px;
    background: url(../images/contact/icon-down.svg);
    right: 40px;
    pointer-events: none;
    background-size: 100% 100%;
}

.page-header-top-bg {
    background-image: url(../images/contact/bg-page-contact.jpg);
}

.about-text .title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #afafaf;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
}

.anchor {
    background: #f4f4f4;
}


/* .mail .des-1 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
} */

.about-text {
    background: #fff;
}

.about-text .title-main {
    margin-bottom: 60px;
}

.about-text .title-main:before {
    content: "";
    width: 1000px;
    background: #000;
    height: 1px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.mail a.btn.btn-custom-1.btn-page-1:before {
    display: none;
}


/*MOBILE*/

@media(max-width:767px) {
    .stepList ul {
        display: flex;
        width: 100%;
        display: flex;
        column-gap: 8px;
    }
    .stepList {
        margin-bottom: 30px;
    }
    .stepList::after {
        bottom: -25px;
    }
    .stepList li {
        padding: 6px 0 6px 20px;
        margin: 0;
        width: 33.3333%;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
    }
    .stepList li {
        text-align: left;
    }
    .form-item.form-has-case {
        margin-bottom: 0;
    }
    th {
        padding: 7px 40px 7px 10px;
        font-size: 14px;
    }
    .contactForm .sign {
        font-size: 1.3rem;
        padding: 2px 4px;
        border-radius: 4px;
        top: 50%;
        transform: translateY(-50%);
    }
    td {
        padding: 10px;
    }
    .contactForm input[type="text"],
    .contactForm input[type="email"],
    .contactForm input[type="tel"] {
        height: 30px;
    }
    .contactForm .case {
        font-size: 13px;
    }
    .contactForm .confirm {
        font-size: 13px;
    }
    .komoku .wpcf7-list-item {
        display: block;
        margin-bottom: 10px;
    }
    .contactForm textarea {
        height: 150px;
    }
    .checkboxStyle span.condition label {
        margin-right: 0;
        font-size: 13px;
    }
    table.cf-er th {
        width: 120px;
        padding-right: 10px;
    }
    body:not(.contact-page) .btnTeams {
        flex-wrap: wrap;
    }
    body:not(.contact-page) .btnTeams .one-btn {
        margin-bottom: 10px;
    }
    #mailform a.btn-black-2 {
        width: 100%;
        height: 50px;
    }
    body:not(.contact-page) .btnTeams.thanks-btn .one-btn {
        width: 200px;
    }
    .text-mb-left {
        text-align: left;
    }
    .btnTeams {
        margin-top: 35px;
    }
    body .btnTeams .one-btn input {
        font-family: 'Noto Sans JP', sans-serif;
        background-size: 24px !important;
        background-position: center right 15px;
        margin: 20px auto 0;
        height: 58px !important;
        width: 183px !important;
        font-size: 1.4rem;
    }
    body.page-contact-main .btnTeams .one-btn {
        width: 230px;
    }
    body .btnTeams .one-btn:after {
        width: 23px;
        height: 6px;
        right: 15px;
    }
    .thanks-btn a.btn-green {
        width: 240px;
        height: 60px;
    }
    .form-item {
        flex-wrap: wrap;
        padding-top: 0;
        margin-bottom: 0px;
        padding: 10px 15px;
    }
    .form-item>.left {
        padding-top: 0;
        padding-left: 45px;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
    }
    .form-item>.left,
    .form-item .right {
        width: 100%;
    }
    .case {
        font-size: 10px;
    }
    .contactForm .half,
    .contactForm input.half {
        width: 100%;
    }
    .submit-btn .one-btn {
        margin-top: 30px;
    }
    .submit-btn input,
    .btn-style-1 {
        width: 177px;
        height: 57px;
        font-size: 1.4rem;
        background-size: 7px 13px;
        background-position: center right 10px;
    }
    .access-title {
        text-align: center;
        font-weight: 500;
        position: relative;
    }
    .access-title.active::after {
        background-image: url(../images/index/icon-toggle-close.svg);
    }
    .contactForm select {
        height: 30px;
        background-size: 13px 11px;
        border-radius: 5px;
        padding: 0 25px 0 10px;
    }
    .title-trouble::after {
        bottom: -15px;
    }
    .sub-title-small {
        font-size: 1.4rem;
    }
    .tel-table {
        margin: 30px auto 0;
        font-size: 1.4rem;
        height: 105px;
    }
    .contact .container {
        padding: 0 27px;
    }
    .tel-table .number-tel {
        font-size: 2.4rem;
        margin: 0 0 13px;
    }
    .tel-table .title-tel-table {
        margin: 0 0 7px;
    }
    .mail .title-type-2 {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .mail .sub-title-small {
        padding: 0 30px;
    }
    .privacy-inner .des-1 {
        font-size: 1.4rem;
        line-height: 1.7;
        color: #4D4D4D;
    }
    .privacy-inner .title {
        margin: 0 0 15px;
        padding: 0 0 10px;
        font-size: 1.4rem;
    }
    .privacy-inner .des-2 {
        font-size: 1.2rem;
    }
    .page-header-top-bg {
        background-image: url(../images/contact/bg-page-contact-sm.jpg);
    }
    .contact-inner {
        padding: 18px 0 0;
    }
    .box-title {
        flex-direction: column;
        align-items: flex-start;
    }
    .sub-title-small {
        padding: 0 30px;
        letter-spacing: 0;
        line-height: 1.6;
    }
    .tel-table {
        flex-direction: column;
        height: auto;
        min-height: 100px;
        width: calc(100% - 30px);
        padding: 10px 0 10px;
    }
    .tel-table>div {
        width: 100%;
    }
    .tel-table:before {
        top: calc(50% + 13px);
        transform: translate(-50%, -50%);
        height: 1px;
        width: calc(100% - 37px);
    }
    a.btn.btn-inquiry-form {
        width: calc(100% - 37px);
        height: 55px;
        margin: auto;
    }
    .tel-table .title-tel-table {
        text-align: right;
        padding: 0 55px 0 0;
    }
    a.btn.btn-inquiry-form {
        padding: 0 40px 0 50px;
        font-size: 1.4rem;
    }
    a.btn.btn-inquiry-form:before {
        width: 25px;
        height: 18px;
        left: 16px;
    }
    a.btn.btn-inquiry-form:after {
        width: 13px;
        height: 8px;
        right: 16px;
    }
    .about-text .title-main {
        margin: 0 auto 40px;
    }
    .about-text .title-main:before {
        width: calc(100vw - 30px);
        bottom: -20px;
    }
    /* .about-text .des-1 {
        padding: 20px 15px 0;
    } */
    /* .about-text .des-2-2 {
        padding: 0 15px;
        font-size: 1.3rem;
        line-height: 1.4;
    } */
    .checkboxStyle label {
        display: inline-block;
    }
    .about-text .title {
        font-size: 1.4rem;
    }
}

.thanks-btn a.btn.btn-custom-1 {
    width: 386px;
}

.thanks-btn a.btn.btn-custom-1:after {
    right: 35px;
}

.thanks-btn a.btn.btn-custom-1:hover:after {
    right: 15px;
}