body {
    font-family:
        Meiryo,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "游ゴシック体", YuGothic,
        "Helvetica Neue",
        Arial,
        sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-spacing: 0;
}

/* リセットCSSここまで */




@media (min-width: 900px) {
    body {
        background-color: #CCCCCC;
    }
}

/* ボタン */
.button_style {
    color: #ffffff;
    text-decoration: underline;
    width: 100%;
    padding: 2.6666vw;
    border-radius: 2.6666vw;
    background: rgb(87, 128, 216);
    background: linear-gradient(357deg, rgba(87, 128, 216, 1) 0%, rgba(87, 128, 216, 1) 60%, rgb(76 212 235) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 4.2666vw;
    /* 40px */
    line-height: 1.5;
    font-weight: 600;
}

.button_style.white {
    color: #5780d8;
    background: #ffffff;
    border: 0.5333vw solid #5780d8;
}

.button_style .button_style_inner {
    position: relative;
    z-index: 1;
}

.button_style .button_style_inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 2.6666vw solid white;
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    margin-right: 1.3333vw;
}

.button_style .button_style_inner.anker_link::before {
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
    border-top: 2.6666vw solid white;
    border-bottom: none;
}


.button_style.white .button_style_inner::before {
    border-left: 2.6666vw solid #5780d8;

}

@media (min-width: 900px) {



    .button_style {
        color: #ffffff;
        text-decoration: underline;
        width: 370px;
        padding: 15px;
        border-radius: 15px;
        background: rgb(87, 128, 216);
        background: linear-gradient(357deg, rgba(87, 128, 216, 1) 0%, rgba(87, 128, 216, 1) 60%, rgb(76 212 235) 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 18px;
        line-height: 1.0;
        font-weight: bold;
    }

    .button_style .button_style_inner {
        position: relative;
        z-index: 1;
    }

    .button_style .button_style_inner::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid white;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        margin-right: 10px;
    }
    .button_style .button_style_inner.anker_link::before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid white;
        border-bottom: none;
    }


}



/* ボタンここまで */

.color_red {
    color: #d6000f !important;
}

.title_h2_style {
    font-size: 5.3333vw;
    /* 40px */
    font-weight: bold;
    padding: 4vw;
    color: #fdd000;
    background-color: #d6000f;
}
.large_body_text {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
}
.normal_body_text {
    font-size: 4.2666vw;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
}

.small_body_text {
    font-size: 3.7333vw;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
}
.ss_body_text {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
}



@media (min-width: 900px) {

    .title_h2_style {
        font-size: 30px;
        text-align: center;
        padding: 20px 0;
    }
    .large_body_text {
        font-size: 24px;
    }
    .normal_body_text {
        font-size: 18px;
    }

    .small_body_text {
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        color: #000000;
    }
    .ss_body_text {
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
    }
}



/* 共通 */
.pos_relative {
    position: relative;
}

.section_padding {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
}

.section_padding_all {
    padding: 4vw !important;
}

.mg_top_sss {
    margin-top: 0.5333vw !important;
}

.mg_bottom_sss {
    margin-bottom: 0.5333vw !important;
}


.mg_top_ss {
    margin-top: 1.5vw !important;
}

.mg_bottom_ss {
    margin-bottom: 1.5vw !important;
}
.mg_bottom_ss_sp_only {
    margin-bottom: 1.5vw !important;
}

.mg_top_small {
    margin-top: 3vw !important;
}

.mg_bottom_small {
    margin-bottom: 3vw !important;
}



.mg_top_middle {
    margin-top: 8vw !important;
}

.mg_bottom_middle {
    margin-bottom: 8vw !important;
}

.mg_top_large {
    margin-top: 13.3333vw !important;
}

.mg_bottom_large {
    margin-bottom: 13.3333vw !important;
}

.pd_top_small {
    padding-top: 3vw !important;
}

.pd_bottom_small {
    padding-bottom: 3vw !important;
}

.pd_top_middle {
    padding-top: 8vw !important;
}

.pd_bottom_middle {
    padding-bottom: 8vw !important;
}

.pd_top_large {
    padding-top: 13.3333vw !important;
}

.pd_bottom_large {
    padding-bottom: 13.3333vw !important;
}

.pc_only {
    display: none !important;
}

.sp_only {
    display: block !important;
}

.border_black {
    border: 0.2666vw solid #000000;
}

.color_t_red {
    color: #d6000f;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left !important;
}

.align_center_sp {
    text-align: center;
}

.background_yellow {
    background-color: #fdd000;
}

.background_gray {
    background-color: #e6e6e6;
}

.background_red {
    background-color: #d6000f;
}

ul.list_dot li {
    margin-bottom: 0.8vw;
    list-style-type: disc;
    margin-left: 12%;
    text-align: left;
    font-size: 4.2666vw;;
}




@media (min-width: 900px) {

    .section_padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .section_padding_all {
        padding: 30px !important;
    }

    .mg_top_sss {
        margin-top: 4px !important;
    }

    .mg_bottom_sss {
        margin-bottom: 4px !important;
    }

    .mg_top_ss {
        margin-top: 8px !important;
    }

    .mg_bottom_ss {
        margin-bottom: 8px !important;
    }
    .mg_bottom_ss_sp_only {
        margin-bottom: 4px !important;
    }
    .mg_top_small {
        margin-top: 22.5px !important;
    }

    .mg_bottom_small {
        margin-bottom: 22.5px !important;
    }

    .mg_top_middle {
        margin-top: 60px !important;
    }

    .mg_bottom_middle {
        margin-bottom: 60px !important;
    }

    .mg_top_large {
        margin-top: 100px !important;
    }

    .mg_bottom_large {
        margin-bottom: 100px !important;
    }

    .pd_top_small {
        padding-top: 22.5px !important;
    }

    .pd_bottom_small {
        padding-bottom: 22.5px !important;
    }

    .pd_top_middle {
        padding-top: 60px !important;
    }

    .pd_bottom_middle {
        padding-bottom: 60px !important;
    }

    .pd_top_large {
        padding-top: 100px !important;
    }

    .pd_bottom_large {
        padding-bottom: 100px !important;
    }


    .pc_only {
        display: block !important;
    }

    .sp_only {
        display: none !important;
    }

    .pc_text_align {
        text-align: center;
    }

    .pc_speed_assessment {
        font-size: 24px;
    }

    .align_center_sp {
        text-align: left;
    }

    .border_black {
        border: 2px solid #000000;
    }

    a[href^="tel:"] {
        pointer-events: none !important;
    }

    ul.list_dot li {
        font-size: 18px;
    }

}



/* 共通ここまで */

/* header */

header {
    box-sizing: border-box;
    width: 100vw;
    position: fixed;
    background-color: #fdd000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.6666vw 2.6666vw 1.3333vw;
    z-index: 10;
}

header #header_logo {
    width: 44.6666vw;
}

header .link_element {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .link_element .lead {
    font-size: 2.4vw;
    text-align: right;
    margin-right: 1.3333vw;
}

header .link_element .link {
    width: 7.3333vw;
    height: 7.3333vw;
    background-color: #ffffff;
    border-radius: 50%;
    /* display: flex;
    justify-content: center;
    align-items: center;     */
}

header .link_element .link.tel {
    margin-right: 1.3333vw;
}

header .link_element .link a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .link_element .link img {
    width: 4.9333vw;
}

header .link_element.sp {
    display: flex;
}

header .link_element.pc {
    display: none;
}


@media (min-width: 900px) {

    .all_wrapper {
        max-width: 1000px;
        width: 1000px;
        margin: 0 auto;
        background-color: #ffffff;
    }

    header {

        width: 1000px;
        padding: 20px 20px;
    }

    header .link_element.sp {
        display: none;
    }

    header .link_element.pc {
        display: flex;
        justify-content: flex-end;
        width: auto;
        width: 100%;
    }



    header #header_logo {
        width: 300px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    header #header_logo img {
        width: 100%;
    }

    .link_element.pc .header_tel_wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 5px 15px;
        border: 2px solid #000000;
        border-radius: 10px;
        background-color: #ffffff;
        margin-right: 5px;

    }

    .header_tel_icon {
        margin-right: 10px;
    }

    .header_time_title {
        font-size: 12px;
        line-height: 1.0;
        font-weight: 600;
        color: #ffffff;
        background-color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        padding: 2px;
        margin-right: 10px;
        border-radius: 5px;
    }

    .header_time {
        font-size: 12px;
        margin-right: 10px;
    }

    .header_freedial {
        margin-right: 10px;
    }

    .header_freedial_num {
        font-size: 20px;
        font-weight: bold;
    }

    .header_mail_wrapper {
        border-radius: 10px;
        background: linear-gradient(357deg, rgba(87, 128, 216, 1) 0%, rgba(87, 128, 216, 1) 60%, rgb(76 212 235) 100%);
    }

    .header_mail_wrapper_white {
        box-sizing: border-box;
        margin: 2px;
        padding: 5px 13px;
        border-radius: 10px;
        background-color: #ffffff;
    }

    .header_mail_inner {
        display: flex;
        align-items: center;
    }

    .header_mail_icon {
        margin-right: 10px;
    }

    .header_mail_text {
        font-weight: bold;
        margin-top: 3px;
        color: #5780d8;
        text-decoration: underline;
    }

}


/* headerここまで */


.main_visual {
    padding-bottom: 2.4vw;
}

.main_visual_section {
    padding-top: 11.3333vw;
}

.main_visual_section img {
    width: 100vw;
}

@media (min-width: 900px) {

    .main_visual_section {
        padding-top: 86px;
    }

    .main_visual_section img {
        width: 100%;
    }


}




/* アンカーリンク群 */
.anker_link_wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 5.3333vw;
}

.anker_link_wrap .link {
    position: relative;
    width: 29.3333vw;
    border: 0.6666vw solid #5780d8;
    border-radius: 2.6666vw;
    background-color: #ffffff;
}

.anker_link_wrap .link .icon {
    position: absolute;
    width: 11.6vw;
    top: -5.3333vw;
    left: 50%;
    margin-left: -5.8vw;
}


.anker_link_wrap .link .element_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.anker_link_wrap .link .element_wrap .text {
    font-size: 5.3333vw;
    color: #5780d8;
    font-weight: bold;
    padding-top: 8vw;
    padding-bottom: 2vw;
}

.anker_link_wrap .link .element_wrap .under_triangle {
    position: relative;
    width: 100%;
    height: 4.8vw;
    background: rgb(87, 128, 216);
    background: linear-gradient(357deg, rgba(87, 128, 216, 1) 0%, rgba(87, 128, 216, 1) 60%, rgb(76 212 235) 100%);
    border-radius: 0 0 2.0vw 2.0vw;
}

.anker_link_wrap .link .element_wrap .under_triangle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.75vw;
    transform: translateX(-50%);
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
    border-top: 2.0vw solid white;
}



@media (min-width: 900px) {
    .anker_link_wrap {
        padding-top: 30px;
        width: 760px;
        margin: 0 auto;
        z-index: 2;
    }

    .anker_link_wrap .link {
        width: 245px;
        border: 5px solid #5780d8;
        border-radius: 20px;
        background-color: #ffffff;
    }

    .anker_link_wrap .link .icon {
        width: 50px;
        top: -27px;
        left: 50%;
        margin-left: -25px;
    }

    .anker_link_wrap .link .element_wrap .text {
        font-size: 24px;
        padding-top: 32px;
        padding-bottom: 8px;
    }

    .anker_link_wrap .link .element_wrap .under_triangle {
        position: relative;
        width: 100%;
        height: 20px;
        border-radius: 0 0 10px 10px;
    }

    .anker_link_wrap .link .element_wrap .under_triangle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -4px;
        transform: translateX(-50%);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid white;
    }
}


/* アンカーリンク群　ここまで */

/* 上部コンテンツ */
.main_background {
    position: relative;
}

.main_background::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 55px;
    width: 100%;
    background-color: #ffffff;
    z-index: 0;
}

.main_lead {
    font-size: 4.2666vw;
    line-height: 1.5;
    font-weight: bold;
}

.banner_wrapper {
    width: 80.6666vw;
    margin: 0 auto;
    cursor: pointer;
}

.banner_wrapper img {
    width: 100%;
}



.modal_content_close {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #5780d8;
    position: absolute;
    top: -3.2vw;
    right: -3.2vw;
    z-index: 21;
}

.modal_content_close::before,
.modal_content_close::after {
    content: '';
    position: absolute;
    width: 4.2666vw;
    height: 0.5333vw;
    background-color: #fff;
}

.modal_content_close::before {
    transform: rotate(45deg);
}

.modal_content_close::after {
    transform: rotate(-45deg);
}

.modal_content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.modal_inner {
    border: 0.8vw solid #fdd000;
    background-color: #ffffff;
    padding: 4vw;
    margin-left: 4vw;
    margin-right: 4vw;
    border-radius: 2.6666vw;
    position: relative;
    height: 70%;

}

.modal_body {
    padding-right: 2.4vw;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
}







@media (min-width: 900px) {
    .main_lead {
        font-size: 18px;
        text-align: center;
    }

    .banner_wrapper {
        width: 60%;
    }

    .modal_content_close {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: #5780d8;
        position: absolute;
        top: -24px;
        right: -24px;
        z-index: 21;
    }

    .modal_content_close::before,
    .modal_content_close::after {
        content: '';
        position: absolute;
        width: 32px;
        height: 4px;
        background-color: #fff;
    }

    .modal_content_close::before {
        transform: rotate(45deg);
    }

    .modal_content_close::after {
        transform: rotate(-45deg);
    }

    .modal_content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 20;
    }

    .modal_inner {
        border: 6px solid #fdd000;
        background-color: #ffffff;
        padding: 30px;
        margin-left: 30px;
        margin-right: 30px;
        border-radius: 20px;
        position: relative;
        height: 60%;
        width: 60%;
        max-width: 700px;
    }

    .modal_body {
        padding-right: 2.4vw;
        height: 100%;
        overflow-y: auto;
        overflow-x: auto;
    }


}


/* 上部コンテンツここまで */

/* PDFリンク */


.pdf_link_wrap {
    position: relative;
    height: 24vw;

}

.pdf_link_wrap a {
    display: block;
    width: 100%;
    height: 100%;
}


.pdf_link {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 2.6666vw;
    background: linear-gradient(357deg, rgba(87, 128, 216, 1) 0%, rgba(87, 128, 216, 1) 60%, rgb(76 212 235) 100%);
    padding: 0.5333vw;
    margin: 0;
    height: 24vw;
}


.pdf_link .text {
    position: relative;
    padding: 2.6666vw;
    /* 20px */
    background: #ffffff;
    border-radius: 2.6666vw;
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box;
    height: 22.6666vw;
    font-size: 4.2666vw;
    line-height: 1.5;
    font-weight: bold;
    color: #5780d8;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pdf_link .text::before {
    content: '';
    position: absolute;
    left: 4vw;
    /* 30px */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 2.6666vw solid transparent;
    border-bottom: 2.6666vw solid transparent;
    border-left: 2.6666vw solid rgb(87, 128, 216);
}

.pdf_link .text .icon_pdf {
    display: inline;
    width: 4.6666vw;
}

@media (min-width: 900px) {

    .pdf_link_wrap {
        height: 50px;

    }

    .pdf_link {
        border-radius: 20px;
        margin: 0 auto;
        height: auto;
        height: 58px;
        width: 760px;
        padding: 4px;

    }

    .pdf_link .text {
        position: relative;
        padding: 20px 0;
        background: #ffffff;
        border-radius: 15px;
        overflow: hidden;
        z-index: 2;
        box-sizing: border-box;
        height: 50px;
        font-size: 18px;

        


    }

    .pdf_link .text::before {
        content: '';
        position: initial;
        left: auto;
        top: auto;
        transform: translateY(-10%);
        margin-right: 10px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid rgb(87, 128, 216);
    }

    .pdf_link .text .icon_pdf {
        width: 22px;
    }
}




/* PDFリンクここまで */




/* ここまで */


.youtube iframe {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

@media (min-width: 900px) {
    .youtube {
        width: 90%;
        margin: 0 auto;

    }
}



/* youtubeここまで */








/* 買取サービス5つの特徴 */




/* fivefeatures */
.fivefeatures {
    background-color: #d6000f;
    text-align: center;
    padding-left: 4vw;
    padding-right: 4vw;
    font-weight: bold;
}


.fivefeatures h2 {
    font-size: 4.5vw;
    color: #ffffff;

}

.fivefeatures .title_number {
    font-size: 6.5vw;
}

.fivefeatures .fivecontents_group {
    margin: 20px auto;
    display: grid;
    gap: 10px;
}

.fivefeatures .fivecontents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: .3em .7em;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #333333;
    z-index: 2;
    background-color: #fff;
    text-align: left;
    font-size: 3.9vw;
}

.fivefeatures .fivecontents:before {
    position: absolute;
    top: -50%;
    left: 0%;
    z-index: 0;
    transform: rotate(0deg);
    width: 15.5%;
    height: 200%;
    background-color: #d6000f;
    content: '';
}

.fivefeatures .fivecontents span {
    text-align: center;
    margin-right: 1.1em;
    color: #fdd000;
    font-size: 5vw;
    z-index: 1;
    display: grid;
}

.fivefeatures .fivecontents small {
    font-size: 2.5vw;
}

.fivefeatures .arrow02 {
    margin: 0 auto;
    position: relative;
    height: 16px;
    width: 50px;
    background-color: #fff;
    margin-bottom: 35px;
}

.fivefeatures .arrow02::before {
    position: absolute;
    content: "";
    border: solid 40px transparent;
    border-left: solid 26px #fff;
    top: 2px;
    left: -8px;
    transform: rotate(90deg);
}

.fivefeatures .fivecontents_btmtxt {
    font-size: 3.9vw;
    color: #fdd000;
    text-align: left;
    display: inline-block;
    margin-top: 20px;
    line-height: 1.5;
}


@media (min-width: 900px) {





    .fivefeatures .title_number {
        font-size: 60px;
    }

    .fivefeatures .fivecontents_group {
        margin: 20px auto;
        display: grid;
        gap: 25px;
    }

    .fivefeatures .fivecontents {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding: 20px 20px;
        overflow: hidden;
        border: 6px solid #fff;
        text-align: left;
        font-size: 18px;
        font-weight: normal;
        width: 760px;
        margin: 0 auto;
        border-radius: 15px;
    }

    .fivefeatures .fivecontents:before {
        position: absolute;
        top: -50%;
        left: 0%;
        z-index: 0;
        transform: rotate(0deg);
        width: 17.5%;
        height: 200%;
        background-color: #d6000f;
        content: '';
    }

    .fivefeatures .fivecontents span {
        text-align: left;
        margin-right: 20px;
        color: #fdd000;
        font-size: 36px;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: end;
        gap: 5px;
    }

    .fivefeatures .fivecontents small {
        font-size: 18px;
        padding-bottom: 7px;
    }

    .fivefeatures .arrow02 {
        margin: 0 auto;
        position: relative;
        height: 16px;
        width: 50px;
        background-color: #fff;
        margin-bottom: 35px;
    }

    .fivefeatures .arrow02::before {
        position: absolute;
        content: "";
        border: solid 40px transparent;
        border-left: solid 26px #fff;
        top: 2px;
        left: -8px;
        transform: rotate(90deg);
    }

    .fivefeatures .fivecontents_btmtxt {
        font-size: 18px;
        color: #fdd000;
        text-align: center;
    }


    .fivefeatures h2 {
        font-size: 30px;
        color: #ffffff;

    }

    .fivefeatures .title_number {
        font-size: 60px;
    }














}













/* 買取サービス5つの特徴ここまで */






/* CTA */


.cta {
    background-color: #fdd000;
    text-align: center;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
    z-index: 0;
    font-weight: bold;
    margin-top: 0.5333vw;
    margin-bottom: 0.5333vw;

}

.cta .cta_title {
    font-size: 3.9vw;
    color: #d6000f;
    line-height: 1.5;
}

.cta .cta_group {
    margin-top: 2.6666vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta .phone {
    width: 54vw;
}

.cta .info {
    width: 35.1999vw;
}


.threemethod .phone,
.cta .info,
.cta .phone {
    padding: 1.3333vw;
    position: relative;
    background-color: #fff;
    border-radius: 2.6666vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18vw;
}

.threemethod .phone {
    height: 15vw;
}

.cta_phone_icon {
    margin: 0 1.4vw 0 3.4vw;
    width: 6.4vw;
}

.cta_mail_icon {
    margin: 0 1.4vw 0 3.4vw;
    width: 6.4vw;
}

.threemethod .phone .phone_txt,
.cta .phone .phone_txt {
    height: auto;
    display: grid;
    gap: 0;
}

.threemethod .phone .phone_top_txt,
.cta .phone .phone_top_txt {
    background-color: #5780d8;
    border-radius: 2.6666vw;
    color: #fff;
    padding: 0.5333vw 2.6666vw;
    font-size: 2.4vw;
    margin: 0 0 1.2vw 0;
}

.threemethod .phone .phone_middle_txt,
.cta .phone .phone_middle_txt {
    color: #5780d8;
    font-size: 2.4vw;
    margin: 0 0 1.2vw 0;
}

.cta .info {
    color: #5780d8;
    font-size: 3.9vw;
    text-decoration: underline;
}

.threemethod .phone .phone_bottom_txt,
.cta .phone .phone_bottom_txt {
    color: #5780d8;
    font-size: 3.9vw;
    text-decoration: underline;
}

.cta_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.threemethod .phone .cta_freedial_icon,
.cta .phone .cta_freedial_icon {
    width: 3.9vw;
    height: 3.9vw;
    margin-top: 1vw;
}

.threemethod .phone .cta_freedial_icon img,
.cta .phone .cta_freedial_icon img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}


.threemethod .phone::before,
.cta .info::before,
.cta .phone::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -0.6vw;
    bottom: -0.6vw;
    left: -0.6vw;
    right: -0.6vw;
    background: linear-gradient(172deg, #53c3d8 0%, #5780d8 100%);
    z-index: -1;
    border-radius: 2.6666vw;
}



.threemethod .phone::after,
.cta .info::after,
.cta .phone::after {
    content: '';
    display: block;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #5780d8;
    position: absolute;
    top: 50%;
    left: 2.2vw;
    transform: translateY(-50%);
}

.cta .trade_center {
    margin-bottom: 6.4vw;
}

.cta .trade_center .title {
    color: #d6000f;
    font-size: 5.3333vw;
    margin-bottom: 2.6666vw;
}

.cta .trade_center .lead {
    color: #000000;
    font-size: 5.3333vw;
    margin-bottom: 3.7333vw;
}

.cta .trade_center .logo {
    width: 30.6666vw;
    margin: 0 auto 8vw;

}

.cta .used_number {
    font-size: 3.0vw;
    margin-top: 6.4vw;
}


@media (min-width: 900px) {
    .cta {
        text-align: center;
        padding: 50px 0 58px;
        font-weight: bold;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .cta .cta_title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .cta .cta_group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 800px;
        margin: 25px auto 0;
        padding: 0;
    }

    .threemethod .phone,
    .cta .info,
    .cta .phone {
        padding: 25px 40px;
        position: relative;
        background-color: #fff;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
    }

    .cta .phone {
        width: 450px;
    }

    .cta .info {
        width: 300px;
    }

    .threemethod .phone::before,
    .cta .phone::before {
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -6px;
        background: #333333;
        border-radius: 18px;
    }

    .cta .info::before {
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -6px;
        border-radius: 18px;
    }

    .threemethod .phone::after,
    .cta .phone::after {
        display: none;
    }

    .cta_phone_icon {
        margin: 0 25px 0 0;
        width: 45px;
    }

    .threemethod .phone .phone_top_txt,
    .cta .phone .phone_top_txt {
        background-color: #333333;
        border-radius: 20px;
        color: #fff;
        padding: 6px 0;
        font-size: 18px;
        margin: 0 0 6px 0;
        width: 290px;
    }

    .threemethod .phone .phone_middle_txt,
    .cta .phone .phone_middle_txt {
        color: #333333;
        font-size: 18px;
        margin: 0 0 1.2vw 0;
        font-weight: normal;
    }


    .threemethod .phone .phone_bottom_txt,
    .cta .phone .phone_bottom_txt {
        color: #333333;
        font-size: 32px;
        text-decoration: none;
    }

    .threemethod .phone .cta_freedial_icon,
    .cta .phone .cta_freedial_icon {
        width: 34px;
        height: 34px;
        margin-top: 0;
        display: flex;
        align-items: center;
    }

    .cta .info {
        color: #5780d8;
        font-size: 30px;
        text-decoration: underline;
    }

    .cta_mail_icon {
        margin: 0 10px 0 20px;
        width: 46px;
    }

    .threemethod .phone::after,
    .cta .info::after,
    .cta .phone::after {
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #5780d8;
        top: 50%;
        left: 45px;
    }

    .cta .trade_center {
        margin-bottom: 50px;
    }

    .cta .trade_center .title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .cta .trade_center .lead {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .cta .trade_center .logo {
        width: 160px;
        margin: 0 auto 50px;

    }

    .cta .used_number {
        font-size: 12px;
        margin-top: 30px;
        margin-bottom: 0;
    }

}







/* CTAここまで */







/* 選べる3つの買取方法 */


.phone.three {
    height: 15vw;
    padding: 1.3333vw;
    position: relative;
    background-color: #fff;
    border-radius: 2.6666vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone.three .three_flex {
    margin-right: 2.4vw;
}

.phone.three .phone_txt {
    display: flex;
    align-items: center;
}

.threemethod .phone.three .phone_middle_txt {
    color: #5780d8;
    font-size: 2.4vw;
    line-height: 1.2;
    margin: 0 0 0 0;
}

.threemethod .phone.three .phone_top_txt {
    background-color: #5780d8;
    border-radius: 2.6666vw;
    color: #fff;
    padding: 0.5333vw;
    font-size: 2.4vw;
    margin: 0 0 1.0vw 0;
}

.threemethod .phone.three .cta_freedial_icon {
    width: 4.2666vw;
}

.threemethod .phone.three .phone_bottom_txt {
    font-size: 4.2666vw;
}

.threemethod .phone.three .cta_freedial_icon {
    width: 5.3333vw;
    margin-right: 1.2vw;
}


.threemethod_title {
    background-color: #d6000f;
    padding: 15px;
    font-weight: bold;
}

.threemethod_inner {
    background-color: #e6e6e6;
    font-weight: bold;
    padding-left: 4vw;
    padding-right: 4vw;
}

.threemethod_inner h3 {
    font-size: 3.9vw;
    line-height: 1.5;
}

.threemethod {
    margin: 20px 0 40px;
    display: grid;
    gap: 20px;
}

.threemethod .threemethod_box {
    margin: 0 auto;
    border: 0.8vw solid #fdd000;
    background-color: #fff;
    border-radius: 2.6666vw;
}

.threemethod .threemethod_box_inner {
    padding: 2vw 4vw 5vw;
    position: relative;
    z-index: 0;
    text-align: center;
}

.threemethod .threemethod_box span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6666vw 0;
    background-color: #fdd000;
    color: #d6000f;
    font-size: 5vw;
    line-height: 1;
    font-weight: 600;
}

.threemethod .threemethod_box span::before {
    content: "";
    display: block;
    width: 5vw;
    height: 5vw;
    margin-right: 0.8vw;
    margin-bottom: 1.0vw;
    background: url("/~/media/Images/Tol/pc/site/kaitri_renew/images/threemethod_icon01.png") center center no-repeat;
    background-size: contain;
}

.threemethod .threemethod_box .delivery::before {
    content: "";
    display: inline-block;
    width: 5vw;
    height: 5vw;
    margin-right: 0.8vw;
    background: url("/~/media/Images/Tol/pc/site/kaitri_renew/images/threemethod_icon02.png") center center no-repeat;
    background-size: contain;
}

.threemethod .threemethod_box .trip::before {
    content: "";
    display: inline-block;
    width: 5vw;
    height: 5vw;
    margin-right: 0.8vw;
    background: url("/~/media/Images/Tol/pc/site/kaitri_renew/images/threemethod_icon03.png") center center no-repeat;
    background-size: contain;
}

.threemethod .threemethod_box p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 3.9vw;
    line-height: 1.5;
}

.threemethod .threemethod_box_inner .threemethod_kv {
    margin: 20px auto;
}

.threemethod .threemethod_item_group {
    display: grid;
    gap: 3.2vw;
}

.threemethod .threemethod_item {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: stretch;
    gap: 1.4vw;
}

.threemethod .threemethod_item .number {
    background-color: #d6000f;
    border-radius: 2.6666vw;
    color: #fff;
    text-align: center;
    font-size: 3.9vw;
    flex: 0.4;
    width: 100%;
    padding: 2vw;
    position: relative;
    gap: 1vw;
}

.threemethod .threemethod_item .number::before {
    content: "";
    position: absolute;
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 50%;
    left: 47%;
    top: -2.2vw;
    background-color: #d6000f;
}

.threemethod .threemethod_item .number.list_none::before {
    content: none;
}

.threemethod .threemethod_item .number_txt {
    flex: 2.6;
    margin: auto;
}

.threemethod .threemethod_item .number_txt p {
    text-align: left;
    font-size: 3.9vw;
}

.threemethod .threemethod_item .number_txt small {
    text-align: left;
    font-size: 3.5vw;
    display: inline-block;
}

.threemethod .threemethod_item .number small {
    background-color: #fff;
    border-radius: 50%;
    color: #d6000f;
    font-size: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    margin: 0 auto 1.2vw;
}

.threemethod .button_wrapper {
    margin-top: 2.4vw;
}



.threemethod_inner_bottom .button_style a,
.threemethod .button_style a {
    position: relative;
    font-size: 3.9vw;
}

.threemethod .button_style a::before {
    content: '';
    display: block;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.threemethod_inner_bottom .button_style a::before {
    content: '';
    display: block;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #5780d8;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.threemethod_inner_bottom .button_style a::before {
    content: '';
    display: block;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #5780d8;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.threemethod_inner_bottom .button_style .detail::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    margin-left: 10px;
    background: url("/~/media/Images/Tol/pc/site/kaitri_renew/images/threemethod_icon04.png") center center no-repeat;
    background-size: contain;
    vertical-align: -1px;
}

.threemethod_inner_bottom .button_style .download::after {
    content: "";
    display: inline-block;
    width: 5vw;
    height: 5vw;
    margin-left: 10px;
    background: url("/~/media/Images/Tol/pc/site/kaitri_renew/images/threemethod_icon05.png") center center no-repeat;
    background-size: contain;
    vertical-align: -1px;
}

.threemethod .button_style_ex {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #5780d8;
    border-radius: 10px;
    text-align: center;
}

.threemethod .button_style_ex span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    background: linear-gradient(357deg, rgba(87, 128, 216, 1) 0%, rgba(102, 183, 216, 1) 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
    font-size: 3vw;
    height: 4vw;
}

.threemethod .button_style_ex span::before {
    content: none;
}

.threemethod .button_style_ex_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 5px;
    color: #5780d8;
    text-decoration: underline;
}

.threemethod .button_style_ex_txt img {
    display: inline-block;
    width: 13%;
    height: 13%;
    background-color: #5780d8;
    border-radius: 50%;
    margin: 0;
}

.threemethod .button_style_ex a {
    display: grid;
    color: #5780d8;
    font-size: 4vw;
    text-decoration: underline;
}

.threemethod .button_style_ex small {
    padding: 5px 0;
    color: #5780d8;
    font-size: 3vw;
}

.threemethod_inner_bottom h3 {
    text-align: center;
    font-size: 5.3333vw;
}

.threemethod_inner_bottom .threemethod_preparation {
    margin: 2.6666vw 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fdd000;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;
}

.threemethod_inner_bottom .threemethod_preparation p {
    font-size: 4.2666vw;
}

.threemethod_inner_bottom .threemethod_preparation img {
    width: 14.6666vw;
    height: auto;
}

.threemethod_inner_bottom .plus {
    position: relative;
    text-align: center;
    height: 14vw;
}

.threemethod_inner_bottom .plus::before,
.plus::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3.2vw;
    height: 9vw;
    background-color: #000;
}

.threemethod_inner_bottom .plus::after {
    transform: rotate(90deg);
}
.threemethod .threemethod_box p.threemethod_lead a {
    text-decoration: underline;
    color: #5780d8;
}



@media (min-width: 900px) {

    .threemethod .threemethod_box {
        margin: 0 auto;
        border: 4px solid #fdd000;
        background-color: #fff;
        border-radius: 20px;
        width: 880px;
    }

    .threemethod .threemethod_box span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        background-color: #fdd000;
        color: #d6000f;
        font-size: 24px;
        font-weight: bold;
    }

    .threemethod .threemethod_box_inner {
        padding: 50px;
    }

    .threemethod .threemethod_box span::before,
    .threemethod .threemethod_box .delivery::before,
    .threemethod .threemethod_box .trip::before {
        width: 36px;
        height: 32px;
        margin-right: 10px;
        margin-bottom: 6px;
    }

    .threemethod_main_flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-bottom: 35px;
    }

    .threemethod .threemethod_box p.threemethod_lead {
        margin: 0;
        color: #000;
        text-align: left;
        font-size: 18px;
        line-height: 1.5;
        width: 470px;
        margin-left: 30px;
    }

    .threemethod .threemethod_box_inner .threemethod_kv {
        width: 380px;
        margin: 0;
    }

    .threemethod .threemethod_item .number {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #d6000f;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        font-size: 18px;
        width: 100%;
        padding: 0;
        position: relative;
        gap: 0;
        width: 120px;
        min-height: 55px;
    }

    .threemethod .threemethod_item .number div {
        margin: 3px 0 0 0;
        padding: 0;
    }

    .threemethod .threemethod_item .number small {
        background-color: #fff;
        border-radius: 50%;
        color: #d6000f;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        line-height: 1;
        margin: 0 5px 0 0;
    }

    .threemethod .threemethod_item .number_txt p {
        text-align: left;
        font-size: 18px;
        line-height: 1.5;
        font-weight: normal;
        width: 100%;
    }

    .threemethod .threemethod_item_group {
        gap: 26px;
    }

    .threemethod .threemethod_item .number::before {
        width: 8px;
        height: 8px;
        left: 47%;
        top: -18px;
    }

    .threemethod_button_flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .threemethod .button_style_ex a {
        display: grid;
        color: #5780d8;
        font-size: 18px;
        text-decoration: underline;
    }

    .threemethod .button_style_ex {
        width: 100%;
        margin: 0 auto;
        border: 2px solid #5780d8;
        border-radius: 15px;
        text-align: center;
    }

    .threemethod .button_style_ex_txt {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        gap: 5px;
        width: 370px;
    }

    .threemethod .button_style_ex_txt img {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #5780d8;
        border-radius: 50%;
        margin: 0 5px 0 0;
    }

    .threemethod .threemethod_box span.three_under_triangle {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        background-color: #fdd000;
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        border-radius: 0 0 10px 10px;
        height: 20px;
    }

    .threemethod .threemethod_item .number_txt small {
        font-size: 12px;
        font-weight: normal;
    }

    .threemethod .threemethod_item .number_txt {
        flex: 2.6;
        margin: auto;
        text-align: left;
    }

    .threemethod_button_flex_center {
        display: flex;
        justify-content: center;
    }

    .threemethod_inner_bottom h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .threemethod_inner_bottom_flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .threemethod .button_wrapper {
        margin-top: 15px;
    }

    .threemethod_inner_bottom .threemethod_preparation p {
        font-size: 18px;
    }

    .threemethod_inner_bottom .button_style .detail::after {
        width: 18px;
        height: 18px;
        margin-left: 10px;
    }

    .threemethod_inner_bottom .button_style .download::after {
        width: 18px;
        height: 18px;
        margin-left: 10px;
    }

    .threemethod_inner_bottom .threemethod_preparation img {
        width: 81px;
        height: auto;
    }

    .threemethod_inner_bottom .threemethod_preparation {
        margin: 0;
        display: block;
        align-items: center;
        justify-content: space-evenly;
        background-color: #fdd000;
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 20px 40px;
    }

    .threemethod_inner_bottom .plus {
        position: relative;
        text-align: center;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0 15px;
    }

    .threemethod_inner_bottom .plus::before,
    .plus::after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 14px;
        height: 40px;
        background-color: #000;
        top: 0;
        left: 14px;
    }

    .threemethod_inner_bottom .plus::after {
        transform: rotate(90deg);
    }

    .button_style.white .button_style_inner::before {
        border-left: 10px solid #5780d8;
    }

    .button_style.white {
        color: #5780d8;
        background: #ffffff;
        border: 2px solid #5780d8;
    }

    .link_element.pc.threemethod_tel {
        width: 440px;
        margin: 20px auto 0;
    }

    .link_element.pc.threemethod_tel .header_tel_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 15px;
        border: 2px solid #000000;
        border-radius: 10px;
        background-color: #ffffff;
        margin-right: 5px;
    }

    .threemethod_inner h3 {
        font-size: 18px;
    }
}








/* 選べる3つの買取方法ここまで */


/* 高額買取実績 */

.tab_wrapper {
    display: flex;
    justify-content: space-between;
}

.tab_wrapper .tab {
    position: relative;
    width: 49%;
    cursor: pointer;
}

.tab_wrapper .tab .gradient_line {
    box-sizing: border-box;
    background-color: #fdd000;
    padding: 2.6666vw 0;
    font-size: 4.2666vw;
    line-height: 1.0;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.6666vw 2.6666vw 0 0;
    height: 13vw;
}

.tab_wrapper .tab.link .gradient_line {
    box-sizing: border-box;
    background: linear-gradient(357deg, rgba(87, 128, 216, 1) 0%, rgba(87, 128, 216, 1) 60%, rgb(76 212 235) 100%);
    padding: 0;
    font-size: 4.2666vw;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    justify-content: center;
    border-radius: 2.6666vw 2.6666vw 0 0;
}



.tab_wrapper .tab.link .gradient_line div {
    box-sizing: border-box;
    position: absolute;
    width: 96%;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 2;
    top: 0.8vw;
    height: 12.2vw;
    font-size: 4.2666vw;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.6666vw 2.6666vw 0 0;
}

.tab_wrapper .tab.link.record .gradient_line div::before {
    content: '';
    position: absolute;
    left: 8vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 2.6666vw solid transparent;
    border-bottom: 2.6666vw solid transparent;
    border-left: 2.6666vw solid rgb(87, 128, 216);
}

.tab_wrapper .tab.link.cd .gradient_line div::before {
    content: '';
    position: absolute;
    left: 14vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 2.6666vw solid transparent;
    border-bottom: 2.6666vw solid transparent;
    border-left: 2.6666vw solid rgb(87, 128, 216);
}

.content_warpper .tab_content {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 0.8vw solid #fdd000;
    padding: 4vw;
    display: block;
}

.content_warpper .tab_content.none {
    display: none;
}

.content_warpper .tab_content .together_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2vw;
}

.content_warpper .tab_content .together_wrapper .together_thumb_img {
    width: 40.8vw;
}

.content_warpper .tab_content .together_wrapper .together_thumb_infomation {
    width: 39.3333vw;
    word-break: break-all;
    display: flex;
    align-items: center;
}

.content_warpper .tab_content .title {
    font-size: 4.2666vw;
    line-height: 1.5;
    font-weight: 600;
}

.content_warpper .tab_content .lead {
    font-size: 3.7333vw;
    line-height: 1.5;
    font-weight: 600;
}

.content_warpper .tab_content .sub_lead {
    font-size: 2.4vw;
    line-height: 1.5;
    font-weight: normal;
}

.content_warpper .tab_content .price_icon {
    font-size: 2.0vw;
    line-height: 1.0;
    font-weight: 600;
    color: #ffffff;
    background-color: #000000;
    width: 6.8vw;
    height: 6.8vw;
    padding: 1.4vw 0.8vw 0.8vw 0.8vw;
    margin-top: 0.0vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_warpper .tab_content .price {
    margin-top: 0.8vw;
    font-size: 5.3333vw;
    line-height: 1.5;
    font-weight: 600;
    color: #d6000f;
}

.content_warpper .tab_content .one_thumb_price_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.content_warpper .tab_content .one_wrapper {
    width: 40vw;
    margin-bottom: 4vw;

}

.content_warpper .tab_content .one_wrapper_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}


@media (min-width: 900px) {



    .tab_wrapper .tab {
        position: relative;
        width: 49.5%;
        cursor: pointer;
    }

    .tab_wrapper .tab .gradient_line {
        padding: 10px 0 0 0;
        font-size: 24px;
        border-radius: 20px 20px 0 0;
        height: 50px;
    }

    .tab_wrapper .tab.link .gradient_line {
        font-size: 24px;
        border-radius: 20px 20px 0 0;
    }

    .tab_wrapper .tab.link .gradient_line div {
        width: 98%;
        top: 5px;
        height: 50px;
        font-size: 24px;
        border-radius: 15px 15px 0 0;
        height: 46px;
    }

    .tab_wrapper .tab.link.record .gradient_line div::before {
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid rgb(87, 128, 216);
    }

    .tab_wrapper .tab.link.cd .gradient_line div::before {
        left: 160px;
        top: 48%;
        transform: translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid rgb(87, 128, 216);
    }

    .tab_wrapper .tab.link.record .gradient_line div::before {
        left: 135px;
        top: 48%;
        transform: translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid rgb(87, 128, 216);
    }



    .content_warpper .tab_content {
        border: 4px solid #fdd000;
        padding: 40px 30px 0;
        margin-bottom: 60px;
    }

    .content_warpper .tab_content .together_wrapper_flex {
        display: flex;
        justify-content: space-between;
    }

    .content_warpper .tab_content .together_wrapper {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 50px;
        width: 265px;
    }

    .content_warpper .tab_content .together_wrapper .together_thumb_img {
        width: 100%;
        margin-bottom: 15px;
    }

    .content_warpper .tab_content .together_wrapper .together_thumb_infomation {
        width: 100%;
    }

    .content_warpper .tab_content .title {
        font-size: 18px;
    }

    .content_warpper .tab_content .lead {
        font-size: 16px;
    }

    .content_warpper .tab_content .sub_lead {
        font-size: 12px;
    }

    .content_warpper .tab_content .price_icon {
        font-size: 12px;
        width: 38px;
        height: 38px;
        padding: 6px;
        margin-top: 5px;
        margin-right: 10px;
    }

    .content_warpper .tab_content .price {
        margin-top: 5px;
        font-size: 24px;
        line-height: 1.5;
        font-weight: 600;
        color: #d6000f;
    }

    .content_warpper .tab_content .price_wrapper_flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .content_warpper .tab_content .one_thumb_price_wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }


    .content_warpper .tab_content .one_wrapper {
        width: 40vw;
        margin-bottom: 4vw;

    }

    .content_warpper .tab_content .one_wrapper_all {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .content_warpper .tab_content .one_thumb_img {
        margin-bottom: 10px;
    }





    .content_warpper .tab_content .one_thumb_price_wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }


    .content_warpper .tab_content .one_wrapper {
        width: 188px;
        margin-bottom: 60px;
        margin-right: 40px;
    }

    .content_warpper .tab_content .one_wrapper {
        width: 188px;
        margin-bottom: 40px;
        margin-right: 40px;
    }

    .content_warpper .tab_content .one_wrapper:nth-child(4n) {
        margin-right: 0;
    }

    .content_warpper .tab_content .one_wrapper_all {
        display: flex;
        /* justify-content: space-between; */
        justify-content: flex-start;
        flex-wrap: wrap;

    }





}



/* 高額買取実績ここまで */


/* faq */

.faq_title {
    position: relative;
    color: #000000;
    background-color: #fdd000;
    padding: 4vw 12vw 4vw 4vw;
    font-size: 4.2666vw;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
}

.faq_title::before,
.faq_title::after {
    content: "";
    position: absolute;
    background-color: #000000;
}

.faq_title::before {
    width: 4vw;
    height: 0.8vw;
    top: 50%;
    right: 2.6666vw;
    transform: translateY(-50%);
}

.faq_title::after {
    width: 0.8vw;
    height: 4vw;
    top: 50%;
    right: 4.3vw;
    transform: translateY(-50%);
}

.faq_title.show::after {
    display: none;
}

.faq_content {
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
    border: 0.8vw solid #fdd000;
    padding: 0 4vw;
    font-size: 4.2666vw;
    line-height: 1.5;
    font-weight: 600;
    transition: 0.2s all;
    height: 0px;
    margin-bottom: 0.8vw;
}

.faq_content.show {
    height: auto;
    padding: 4vw;

}

.faq_table {
    font-size: 3.2vw;
    font-weight: 600;
}

.faq_table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.faq_table th {
    padding: 0.5333vw;
    background: #cccccc;
    border: solid 0.5333vw #999999;
}

.faq_table td {
    padding: 0.5333vw;
    border: solid 0.5333vw #999999;
}

@media (min-width: 900px) {


    .faq_title {
        padding: 15px 100px 15px 30px;
        font-size: 18px;
        font-weight: bold;
    }


    .faq_title::before {
        width: 25px;
        height: 4px;
        top: 50%;
        right: 30px;
    }

    .faq_title::after {
        width: 4px;
        height: 25px;
        top: 50%;
        right: 40px;
    }

    .faq_title.show::after {
        display: none;
    }

    .faq_content {
        background-color: #ffffff;
        border-top: 0 solid #fdd000;
        border-bottom: 0 solid #fdd000;
        border-left: 4px solid #fdd000;
        border-right: 4px solid #fdd000;
        padding: 0 22px;
        font-size: 18px;
        font-weight: bold;
        transition: 0.5s all;
        height: 0px;
        margin-bottom: 4px;
    }

    .faq_content.show {
        height: auto;
        padding: 22px;
        border-top: 4px solid #fdd000;
        border-bottom: 4px solid #fdd000;
    }

    .faq_table {
        font-size: 12px;
        font-weight: normal;
    }

    .faq_table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .faq_table th {
        padding: 2px;
        background: #cccccc;
        border: solid 2px #999999;
    }

    .faq_table td {
        padding: 2px;
        border: solid 2px #999999;
    }


}


/* faqここまで */



/* 店頭買取・店舗情報 */

.shops_frame {
    border: 0.8vw solid #fdd000;
    background-color: #fff;
    border-radius: 2.6666vw;
    overflow: hidden;
}

.shops_frame .shop_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.6666vw 0;
    background-color: #fdd000;
    color: #d6000f;
    font-size: 5vw;
    line-height: 1;
    font-weight: 600;

}

.shop_content_wrapper {
    padding: 5.3333vw;

}

.shop_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5780d8;
    font-size: 5.3333vw;
    line-height: 1;
    font-weight: 600;
}

.shop_tel .shop_icon img {
    width: 6.4vw;
}

.shop_tel a {

    text-decoration: underline;

}

.shop_caption {
    font-size: 3.2vw;
}

.shop_under_button_wrapper {
    padding-left: 5.3333vw;
    padding-right: 5.3333vw;
}



.other_shops_button_wrapper {
    border: 0.8vw solid #fdd000;
    background-color: #ffffff;
    border-radius: 2.6666vw;
    overflow: hidden;
}

/* 横幅を指定するための要素 */
.google_map_wrapper {
    max-width: 100%;
    /* ここに横幅を指定 */
    height: 250px;
}

/* Google Mapを囲う要素 */
.google_map_inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 250px;
    /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.google_map_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (min-width: 900px) {



    .shops_frame {
        border: 4px solid #fdd000;
        border-radius: 20px;
        width: 880px;
        margin: 0 auto 60px;
    }

    .shops_frame .shop_title {
        padding: 15px 0;
        font-size: 24px;
        font-weight: bold;

    }

    .shop_content_wrapper {
        padding: 60px 50px;

    }

    .shop_photo {
        margin-right: 25px;
    }

    .shop_content_wrapper_pc {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .shop_photo {
        width: 380px;
    }

    .shop_tel {
        justify-content: flex-start;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .shop_tel .shop_icon img {
        width: 24px;
    }

    .shop_tel a {
        text-decoration: none;
    }

    .shop_caption {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .shop_under_button_wrapper {
        padding: 18px;
    }

    .shop_under_button_wrapper {
        width: 370px;
        margin: 0 auto;
    }

    .other_shops_button_wrapper {
        border: 4px solid #fdd000;
        background-color: #ffffff;
        border-radius: 2.6666vw;
        overflow: hidden;
        width: 880px;
        margin: 0 auto;
    }

    .other_shops_button_wrapper_pc {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .other_shops_button_wrapper_pc .button_wrapper:nth-of-type(2n + 1) {
        margin-right: 50px;

    }

    .other_shops_caption {
        font-weight: normal;
        text-align: center;
        margin-top: 30px;
    }
}




/* 店頭買取・店舗情報ここまで */






/* フッター */


footer {
    font-size: 2.6666vw;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;

}

@media (min-width: 900px) {
    footer {
        font-size: 14px;
        font-weight: bold;
    }
}

/* フッターここまで */