.contactus-anc {
    display: flex;
    justify-content: center;
}
.contactus-anc-btn {
    position: relative;
    display: block;
    background-color: #fff;
    width: 240px;
    height: 100%;
    margin: 0 10px;
    padding: 5px 40px 24px 30px;
    border-radius: 16px;
    border: 2px solid #F5D200;
    font-size: 18px;
    font-weight: bold;
    color: #333 !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 1.4em;
}
.contactus-anc-btn-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 32px;
    height: 100%;
    background: url(/common_v10/images/icn-member.svg) no-repeat 0px center/contain;
    background-size: 32px;
}
.contactus-anc-btn-text {
    width: 100%;
}
.contactus-anc-btn::after {
    content: '';
    background: url(/common_v10/images/icn-bullet-black.svg) no-repeat center center/contain;
    position: absolute;
    width: 9px;
    height: 16px;
    display: inline-block;
    bottom: 0;
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
}
.contactus-anc-btn__new {
    border: 2px solid #e93817;
    padding-top: 15px;
}
.contactus-anc-btn__new .contactus-anc-btn-inner {
    background-image: url(/common_v10/images/icn-think-black.svg);
}

@media screen and (max-width: 767px) {
    .contactus-anc {
        justify-content: space-between;
    }
    .contactus-anc li {
        width: calc(50% - 10px);
    }
    .contactus-anc-btn {
        width: 100%;
        max-width: 240px;
        margin: 0;
        padding: 5px 8px 20px 5px;
        font-size: 16px;
    }
    .contactus-anc-btn::after {
        background: url(/common_v10/images/icn-bullet-black.svg) no-repeat center center/contain;
        width: 8px;
        height: 13px;
    }
    .contactus-anc-btn-inner {
        background-size: 24px;
        padding-left: 24px;
    }
    .contactus-anc-btn__new {
        margin-left: auto;
        padding-top: 15px;
    }
}
.btn-white-dark.btn-blank.btn-icon::after {
    background-image: url(/common_v10/images/icn-link-blank-black.svg);
    width: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "";
    display: inline-block;
    height: 16px;
    margin: auto;
}
.btn-icon.btn-icon__arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 16px;
    margin: auto;
    background: url(/common_v10/images/icn-bullet-black.svg) no-repeat center center/contain;
}

.contctus-service-more .box-card {
    position: relative;
}
.contctus-service-more .box-body {
    padding: 16px;
    padding-right: 28px;
}
@media screen and (max-width: 767px) {
    .contctus-service-more .box-body {
        padding: 12px;
        min-height: 60px;
        padding-right: 28px;
    } 
}
.contctus-service-more .box-card::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: solid 3px #e93817;
    border-bottom: solid 3px #e93817;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 14px;
}

.add-member-qabox .box-card {
    position: relative;
}
.add-member-qabox .box-card::after {
    position: relative;
    background-image: url(/common_v10/images/icn-link-blank-black.svg);
    width: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    content: "";
    display: inline-block;
    height: 16px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .add-member-qabox .box-card::after {
    top: 16px;
    margin: 0 0;
    }
}
.add-member-qabox .box-card .adjust-lh {
    line-height: 40px;
}
@media screen and (max-width: 767px) {
    .add-member-qabox .box-card .adjust-lh {
        line-height: 1.5;
        padding-top: 8px;
    }
}

@media screen and (max-width: 375px) {
    h1 {
        font-size: 27px;
    }
}

.add-starter-btn.icn-starter.btn-starterinq.bd-primary,
.add-member-btn.icn-member.btn-memberinq.bd-primary {
    border-color: #D9161B;
}
.add-starter-btn.icn-starter.btn-starterinq.bd-jcom {
    border-color: #e93817;
}


/* クリックの際 */
button[type="button"]:focus.add-starter-btn {
    outline: #D9161B auto 3px;
}
/* タブキー移動のみ */
button[type="button"]:focus-visible.add-starter-btn {
    outline: -webkit-focus-ring-color auto 1px;
}
/* クリックの際 */
button[type="button"]:focus.btn-memberinq {
    outline: #939393 auto 3px;
}
/* タブキー移動のみ */
button[type="button"]:focus-visible.btn-memberinq {
    outline: -webkit-focus-ring-color auto 1px;
}

/* 多言語CVボタン */
.lang_only_other .icn-member.btn-memberinq {
    background: #ffffff url(/common_v10/images/icn-member.svg) no-repeat 20px center;
    background-size: 32px 32px;
    border-color: #939393;
}
.lang_only_en .icn-member.btn-memberinq {
    background: #ffffff url(/common_v10/images/icn-member.svg) no-repeat 20px center;
    background-size: 32px 32px;
    border-color: #939393;
}

.btn-phone {
    min-height: auto;
    padding: 6px 12px 6px 12px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
@media screen and (max-width: 899px) {
    .btn-phone {
        line-height: 1.2;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .btn-phone {
        line-height: 1.1;
    }
}
@media screen and (min-width: 768px) {
    .btn-phone[href^="tel"] {
        pointer-events: none;
    }
}
.btn-phone .phone-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
}
@media screen and (max-width: 899px) {
    .btn-phone .phone-body {
        display: inline-block;
        min-height: auto;
        padding-left: 28px;
        background: url(/common_v10/images/icn-phone-black.svg) no-repeat left center/22px auto;
    }
}
.btn-phone .phone-body .phone-txt-1 {
    font-size: 12px;
}
@media screen and (min-width: 900px) {
    .btn-phone .phone-body .phone-txt-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 24px;
        padding-left: 28px;
        background: url(/common_v10/images/icn-phone-black.svg) no-repeat left center/24px auto;
        margin-right: 8px;
    }
}
.btn-phone .phone-body .phone-txt-2 {
    font-size: 20px;
}
@media screen and (max-width: 999px) {
    .btn-phone .phone-body .phone-txt-2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .btn-phone .phone-body .phone-txt-2 {
        font-size: 15px;
    }
}
.phone-times {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: -10px;
}
@media screen and (max-width: 899px) {
    .phone-times {
      font-size: 10px;
      margin-top: -5px;
    }
}

.anchor-link {
    position: relative;
    padding-left: 30px;
}

.anchor-link::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 25px;
    height: 25px;
    padding: 3px;
    border-radius: 50px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: auto 17px;
    background-position: center;
}

.anchor-entry::before {
    background-color: #D9161B;
    background-image: url(/common_v10/images/icn-think-white.svg);
}

.anchor-member::before {
    background-color: #F5D200;
    background-image: url(/common_v10/images/icn-member.svg);
}

@media screen and (max-width: 767px) {
    .add-starter-btn-adj.icn-starter.line-single {
        padding: 5px 22px;
        border-radius: 10px;
    }

    .add-starter-btn-adj.icn-starter {
        background-size: 22px 22px;
        background-position: 8px center;
    }


    .add-starter-btn-adj::after {
        right: 15px;
    }

    .add-starter-btn.icn-starter.btn-starterinq {
        background-size: 22px 22px;
        background-position: 8px center;
    }
}

@media screen and (max-width: 767px) {
    .row-sp {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}