@charset "utf-8";

/*--------------------
		全体
--------------------*/
html {
    font-size: 62.5%;
    /* 10px */
}

@media screen and (max-width: 374px) {
    html {
        font-size: 2.667vw;
    }
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

.inner {
    width: calc(100% - 20px);
    max-width: 1000px;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 960px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

.sp_rpg {
    display: none;
}

@media (max-width: 450px) {
    .pc_rpg {
        display: none;
    }

    .sp_rpg {
        display: block;
    }
}

.fs_s {
    font-size: 0.8em;
}

.fs_l {
    font-size: 3.2rem;
}

.red1 {
    color: #f0290f;
}

.ylw1 {
    color: #fff600;
}

.marker_y {
    vertical-align: baseline;
    background: linear-gradient(transparent 60%, #fff600 0%);
}

.center {
    text-align: center;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    MV
_______________________________________________________*/
.mv {
    padding-top: 0.3em;
    text-align: center;
    background: linear-gradient(135deg, #ffda70 0%, #fff3d0 40%, #fffef9 60%, #fff3d0 80%, #fff7df 100%);
}

.form_block {
    background-color: #fffef9;
    padding-bottom: 30px;
}

.form_appeal {
    width: 100%;
    padding: 15px 10px;
    background-color: #f08407;
    color: #fff;
    font-size: min(30px, 6.5vw);
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.form_top_txt {
    margin-bottom: 15px;
    font-size: min(20px, 4vw);
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .form_appeal span {
        display: inline-block;
    }
}

.form_outer {
    padding: 15px 60px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 960px) {
    .form_outer {
        padding: 15px;
        margin-top: 0;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    理由
_______________________________________________________*/
.reason_sec {
    background-color: #fff3d0;
    padding: 30px 0;
}

.reason_box {
    display: block;
    background: #fff;
    border: 3px solid #f08407;
    max-width: 895px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.reason_ttl {
    margin-bottom: 15px;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    background: #f08407;
    color: #FFF;
    letter-spacing: 0.05em;
}

.reason_lead {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.reason_txt {
    padding: 0.5em 0 0.8em;
    font-size: 1.5rem;
}

.reason_inner {
    padding: 0 30px 20px;
}

.reason_img {
    display: flex;
    justify-content: center;
    margin: 1em auto;
}

.reason_img_right {
    margin-left: 0.8em;
}

@media (max-width: 960px) {
    .reason_txt {
        padding: 0.5em;
    }

    .reason_ttl {
        font-size: 1.8em;
        line-height: 1.4;
    }

    .reason_inner {
        padding: 0 15px 15px;
    }

    .reason_img {
        flex-direction: column;
        align-items: center;
    }

    .reason_img_right {
        text-align: center;
        margin: 0;
    }

    .reason_img_left img {
        width: 100%;
        margin-bottom: 10px;
    }

    .reason_img_right img {
        width: 80%;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    強み
_______________________________________________________*/
.tsuyomi_sec {
    background-color: #fff;
    padding: 30px 0;
}

.tsuyomi_item {
    width: 43%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

.tsuyomi_ribbon {
    position: relative;
    padding: 3px 7px 7px;
    margin-left: -4%;
    width: 108%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #f08407;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
}

.tsuyomi_ribbon::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 13px #cd6e00;
}

.tsuyomi_ribbon::after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 13px #cd6e00;
}

.tsuyomi_ttl {
    text-align: center;
    margin-bottom: 30px;
}

.tsuyomi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 7%;
    max-width: calc(100% - 20px);
    width: 900px;
    margin: 0 auto;
}

.tsuyomi dd {
    margin: 0 15px 15px;
    line-height: 1.6;
    text-align: center;
}

.tsuyomi img {
    width: 90%;
    margin-bottom: 0.5em;
}

.tsuyomi p {
    text-align: left;
    font-size: 15px;
}

@media (min-width: 961px) {
    .tsuyomi_sec {
        background: url("../img/sec_3.png") no-repeat 115% 100% / 55%, rgb(255 255 255 / 35%);
        background-blend-mode: lighten;
    }
}

@media (max-width: 960px) {
    .tsuyomi {
        flex-direction: column;
        align-items: center;
    }

    .tsuyomi_item {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .tsuyomi_ribbon {
        font-size: 17px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    車買取の流れ
_______________________________________________________*/
.flow_sec {
    background-color: #fff3d0;
    padding-top: 30px;
}

.flow {
    margin: 0 auto 3em;
    padding: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.flow_item {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
}

.flow_item_txt {
    width: 91%;
    margin: 4px auto 0 19px;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 3px;
    font-size: 0.75em;
    line-height: 1.4;
}

.flow_ttl {
    padding: 1rem 1.5rem;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #fff;
    background-color: #f08407;
}

.flow_txt {
    padding-inline: 10px;
    margin-bottom: 2em;
}

@media (max-width: 960px) {
    .flow {
        width: 94%;
        padding: 15px;
    }

    .flow_item {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    .flow_item img,
    .flow_item source {
        width: 98%;
    }

    .flow_item_txt {
        width: 90%;
        margin: 4px auto 25px 9%;
        padding: 3px 7px;
        font-size: 0.8em;
        color: #272727;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    ご安心ください
_______________________________________________________*/
.anshin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.anshin_div {
    background-color: #fff;
    border: solid 3px #444;
    padding: 15px 20px;
    height: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

.anshin_div p {
    font-size: 1.8rem;
    margin-top: 0.5em;
}

@media (max-width: 960px) {
    .anshin {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .anshin picture {
        width: 34%;
        text-align: center;
    }

    .anshin_div {
        width: 96%;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    キャンペーン概要
_______________________________________________________*/
.campaign_block {
    max-width: 1000px;
    padding-block: 1em;
    margin: 0 auto;
    background-color: #fff;
}

.campaign_block th,
.campaign_block td {
    padding: 10px;
}

.campaign_block table {
    font-size: 0.8em;
    border: solid 1px #ff9123;
    border-collapse: collapse;
}

.campaign_block th {
    width: 20%;
    text-align: center;
    color: #fff;
    background-color: #ff9123;
    border-bottom: solid 1px #fff;
    vertical-align: middle;
}

.campaign_block td {
    border: solid 1px #ff9123;
}

.campaign_block ul,
.campaign_block ol {
    list-style: revert;
}

.campaign_block ul li,
.campaign_block ol li {
    margin-left: 2em;
}

.campaign_block ul li.dot_none {
    list-style: none;
    margin-left: 0;
    font-weight: bold;
}

.campaign {
    padding: 30px 0;
    background-color: #fff;
    max-width: 100%;
}

@media (max-width: 960px) {
    .campaign_block {
        padding: 0.5em;
    }

    .campaign_block th,
    .campaign_block td {
        display: block;
    }

    .campaign_block th {
        width: 100%;
        padding: 5px 0;
        border-bottom: none;
    }

    .campaign {
        min-height: 244px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    ページトップへ戻る
_______________________________________________________*/
.page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 11;
}

.page_top a {
    position: relative;
    display: block;
    width: 100px;
    padding: 38px 0 22px;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #f08407;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.page_top a::before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #f08407;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.page_top a:hover {
    opacity: .8;
}

@media screen and (max-width: 960px) {
    .page_top {
        bottom: 15px;
        right: 15px;
    }

    .page_top a {
        width: 70px;
        padding: 30px 0 12px;
        font-size: 11px;
        line-height: 1;
        border-radius: 7px;
    }

    .page_top a::before {
        top: 2px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    フッター
_______________________________________________________*/
.footer {
    padding: 20px 0 10px;
    font-size: 1.4rem;
    text-align: center;
    background-color: #e5e5e5;
}

.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}

.footer li a {
    color: #333;
}

@media screen and (max-width: 960px) {
    .footer ul {
        flex-direction: column;
        gap: 5px;
    }
}