@charset "utf-8";

body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
img, source {
    width: auto;
    max-width: 100%;
    height: auto;
}
h2{
    font-weight: normal;
    margin-bottom: 15px;
}
.sp_rpg{
    display: none;
}
.fs_s{
    font-size: 0.8em;
}
.fs_m{
    font-size: 2rem;
}
.fs_l{
    font-size: 3.2rem;
}
.red1 {
    color: #e41000;
}
.ylw1{
    color: #fff600;
}
.marker_y{
    vertical-align: baseline;
    background: linear-gradient(transparent 60%, #fff600 0%);
}
.center{
    text-align: center;
}
.flex{
    display: flex;
    justify-content: center;
}
.btm03{
    margin-bottom: 3em;
}
.radius{
    border-radius: 4px;
}
.shadow{
    box-shadow: 0 2px 5px rgba(0,0,0,0.16) !important;
}
footer li {
    padding: 0 1em;
}
.fv h1{
    padding-top: 0.3em;
    background:linear-gradient(135deg, #fff7b6 0%, #fffef3 40%, #fffff9 60%, #fefff3 80%, #fffba7 100%);
}
#row-h1 {
    position: relative;
}
#row-h1> picture {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*------------------------------------------ 理由　------------------------------------------*/

.reason_sec{
    background-color: #e6f2ff;
    padding: 30px 0;
}
.box_reason {
    display: block;
    background: #fff;
    border: 3px solid #004098;
    max-width: 895px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16) !important;
}
.box_reason .box-title {
    font-size: 2.5em;
    background: #004098;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.reason_txt{
    padding: 0.5em 0 0.8em;
    font-size: 1.5rem;
}
.reason_inner{
    padding: 0 30px 20px;
}
.con-flex {
    text-align: center;
    margin: 1em auto 0;
}
.con-flex img{
    display: block;
    margin-inline: auto;
}

@media (max-width: 768px) {
    .reason_txt {
        padding: 0.5em;
    }
    .box_reason .box-title {
        font-size: 1.8em;
        line-height: 1.4;
        padding: 3px 0 6px;
    }
    .reason_inner{
        padding: 0 15px 15px;
    }
}
/*------------------------------------------ 理由　END ------------------------------------------*/

/*------------------------------------------ 強み　START ------------------------------------------*/
.tsuyomi_sec{
    background-color: #fff;
    padding: 30px 0;
}
.tsuyomi_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 7%;
}
dl.ribbon-wrapper {
    max-width: 43%;
    background: #ffffff;
}
.ribbon {
    position: relative;
    box-sizing: border-box;
    padding: 3px 7px 7px;
    margin: 0 0 0 -4%;
    width: 108%;
    font-size: 24px;
    color: white;
    background: #004098;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
}
.ribbon::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 13px #001d48;
}
.ribbon::after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-left: solid 13px #001d48;
}
.tsuyomi_ttl{
    text-align: center;
    margin-bottom: 30px;
}
.tsuyomi {
    max-width: calc(100% - 20px);
    width: 900px;
    margin: 0 auto;
}
.tsuyomi dd{
    margin: 0 15px 15px;
    line-height: 1.6;
}
.tsuyomi img{
    width: 90%;
    margin-bottom: 0.5em;
}
.tsuyomi p{
    text-align: left;
    font-size: 1.5rem;
}
@media (min-width: 769px) {
    .tsuyomi_sec{
        background: url("/lp/tpoint/campaign2/img/sec_3.png") no-repeat 100% 100%;
        background-position: 115% 100%;
        background-size: 55%;
        background-color: rgb(255 255 255 / 35%);
        background-blend-mode: lighten;
    }
}
@media (max-width: 768px) {
    .tsuyomi_flex {
        flex-direction: column;
        align-items: center;
    }
    dl.ribbon-wrapper {
        max-width: 90%;
    }
}
@media (max-width: 450px){
    .ribbon{
        font-size: 17px;
    }
}
/*------------------------------------------ 強み　END ------------------------------------------*/

/*------------------------------------------ 廃車の流れ　START ------------------------------------------*/

.flow_sec{
    background-color: #e6f2ff;
    padding-top: 30px;
}
.flow {
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16) !important;
}
.flow-inline{
    display: inline-block;
    width: 24.5%;
    vertical-align: top;

}
.flow-inline-txt {
    width: 91%;
    margin: 4px auto 0 19px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #eee;
    border-radius: 3px;
    font-size: 0.75em;
    line-height: 1.4;
}
.flow_ttl{
    font-size: 1.2em;
    font-weight: 600;
    padding: 1rem 1.5rem;
    letter-spacing: 0.1rem;
    color: #fff;
    background-color: #004098;
}
.flow_txt {
    padding: 0 10px;
    margin-bottom: 2em;
}
.anshin{
    display: flex;
    justify-content: center;
    align-items: center;
}
.anshin_div{
    background-color: #fff;
    border: solid 3px #444;
    padding: 15px 20px;
    height: auto;
    box-sizing: border-box;
}
.anshin_txt{
    font-size: 1.8rem;
    margin-top: 0.5em;
}
.anshin_txt-fs{
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    .flow{
        width: 94%;
        padding: 15px;
    }
    .flow-inline {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    .flow-inline img,
    .flow-inline source {
        width: 98%;
    }
    .flow-inline-txt {
        width: 90%;
        margin: 4px auto 25px 9%;
        padding: 3px 7px;
        font-size: 0.8em;
    }
    .anshin{
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .anshin picture {
        text-align: center;
        width: 34%;
    }
    .anshin_div{
        width: 96%;
    }
}

/*------------------------------------------ キャンペーン概要 START ------------------------------------------*/
.campaign_block{
    background-color: #fff;
    padding: 1em 2em;
    margin: 0 auto;
    max-width: 1000px;
}
.campaign_block th,td {
    padding: 10px;
}

.campaign_block table {
    border: solid 1px #004098;
    font-size:0.8em;
    border-collapse:  collapse;
}
.campaign_block th {
    border-bottom: solid 1px #fff;
    width:  20%;
    background-color: #004098;
    color: #fff;
    vertical-align: middle;

}
.campaign_block td{
    border: solid 1px #004098;
}
.campaign_block ul,
.campaign_block ol {
    list-style: revert;
}
.campaign_block ul li,
.campaign_block ol li{
    margin-left: 2em;
}
.campaign_block ul li.dod_none{
    list-style: none;
    margin-left: 0;
    font-weight: bold;
}
.campaign{
    background-color: #fff;
    max-width: 100%;
    padding: 30px 0;
}
@media (max-width: 768px) {
    .campaign_block {
        padding: 0.5em;
    }

    .campaign_block th, td {
        display: block;
    }

    .campaign_block th {
        width: 100%;
        padding: 5px 0;
        border-bottom: none;
    }

    .campaign {
        min-height: 244px;
    }
}
/*------------------------------------------ キャンペーン概要 END ------------------------------------------*/


/*------------------------------------------------ タブレットスマホサイズ ------------------------------------------------*/
@media (max-width: 768px) {
    #row-h1 {
        overflow: scroll;
        padding-bottom: 0.5em;
    }
    .flex {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 450px){
    .pc_rpg{
        display: none;
    }
    .sp_rpg{
        display: block;
    }
    .anshin_ttl{
        text-align: center;
    }
}

/*------------------------------------------　フォーム　------------------------------------------------- */
#layer {
    display: none; /* 編集しないで下さい */
    position: fixed; /* 編集しないで下さい */
    width: 100%; /* 編集しないで下さい */
    height: 100%; /* 編集しないで下さい */
    top: 0; /* 編集しないで下さい */
    left: 0; /* 編集しないで下さい */
    z-index: 990; /* 編集しないで下さい */
    background-color: #000;
    opacity: 0.6;
}
#layer_carbox {
    display: none; /* 編集しないで下さい */
    z-index: 991; /* 編集しないで下さい */
    position: fixed; /* 編集しないで下さい */
    width: 100%;
    background-color: #fff;
    font-weight: 600;
    max-width: 890px;
    padding: 1% 1.5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    box-sizing: border-box;
    border: 1px solid #999;
    font-size: 1em;
}
@media screen and (min-width: 769px) {
    #layer_carbox {
        margin: 5% auto 4%;
    }
}
@media screen and (max-width: 768px) {
    #layer_carbox {
        margin: auto;
    }
}
#close-btn {
    text-align: right;
    font-size: 1.5em;
    position: relative;
}
@media screen and (max-width: 768px) {
    #close-btn {
        padding: 3%;
    }
}
#dummyBox {
    position: absolute;
    left: 0;
    opacity: 0;
}
#tab_list {
    display: table;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #tab_list {
        font-weight: normal;
    }
}
#tab_list li {
    display: table-cell;
    padding: 0;
    float: left;
    position: relative;
    width: 25%;
    margin-bottom: 20px;
    font-size: 1em;
    color: #666;
    font-weight: bold;
    background: #efefef;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.7em;
}
#tab_list li .tab_list_head {
    background: #e8e8e8;
    font-size: 0.75em;
    color: #afafaf;
}
#tab_list li.tab_active[data-type=maker],
#tab_list li.tab_active[data-type=car],
#tab_list li.tab_active[data-type=model_year],
#tab_list li.tab_active[data-type=mileage] {
    color: #fff;
    background: #ec0000;
}
#tab_list li.tab_active[data-type=maker] .tab_list_head,
#tab_list li.tab_active[data-type=car] .tab_list_head,
#tab_list li.tab_active[data-type=model_year] .tab_list_head,
#tab_list li.tab_active[data-type=mileage] .tab_list_head {
    background: #ffdede;
    color: #a80000;
}
#tab_list li.tab_active::after {
    content: "▼";
    position: absolute;
    color: #00a856;
    bottom: -1em;
    left: 0;
    right: 0;
}
#tab_list li.tab_active[data-type=maker]::after,
#tab_list li.tab_active[data-type=car]::after,
#tab_list li.tab_active[data-type=model_year]::after,
#tab_list li.tab_active[data-type=mileage]::after {
    color: #ec0000;
}
#tab_list li.disable {
    color: #999;
}
#tab_list .tab_list_head {
    display: block;
}
.tab_box {
    display: none; /* 編集しないで下さい */
}
.tab_box p {
    font-size: 1em;
    font-weight: bold;
    padding: 12px;
    line-height: inherit;
    background: #efefef;
}
.tab_box ul {
    margin-bottom: 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.tab_box li {
    line-height: 1.4;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    color: #0067a7;
}
@media screen and (min-width: 769px) {
    .tab_box li {
        width: 25%;
        padding: 8px;
        font-size: 0.95em;
    }
}
@media screen and (max-width: 768px) {
    .tab_box li {
        font-size: 1em;
        letter-spacing: 0.05em;
        width: 50%;
        padding: 10px;
    }
}
.tab_box li:hover {
    text-decoration: none;
    background: #f1faff;
}
#form_box input:not([class=submit_btn]).target_item {
    border: 2px solid #f12;
    animation-name: borderFlashing;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
@keyframes borderFlashing {
    0% {
        box-shadow: 0 0 0 0 #f12, 0 0 0 0 #fff, 0 0 0 1px #f12;
    }
    100% {
        box-shadow: 0 0 0 0 #f12, 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 5px rgba(100, 164, 134, 0);
    }
}
.req_on,
.req_off {
    font-size: 10px;
    margin-right: 5px;
    padding: 0 4px;
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: 500;
    border-radius: 2px;
    line-height: initial;
}
.req_on {
    background: #e00000;
}
.req_off {
    background: #ADADAD;
}
.submit_btn_box input {
    appearance: none;
}
.submit_btn_box input[type=button] {
    appearance: none;
}
#next_msg {
    display: none;
    text-align: left;
    padding: 0 2% 10px;
    line-height: 1.3;
    font-size: 0.8em;
    margin-top: 10px;
}
.submit_btn_box input {
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2em;
    border-radius: 7px;
    text-align: center;
    display: block;
    background-color: #f0290f;
    border: none;
    border-bottom: 4px solid #a30c0c;
}
@media screen and (min-width: 769px) {
    .submit_btn_box input {
        cursor: pointer;
        width: 400px;
        padding: 15px 0;
        font-size: 1.5em;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .submit_btn_box input {
        width: 90%;
        padding: 15px 0;
        font-size: 20px;
        margin: 10px auto 20px;
    }
}
.submit_btn_box input:hover {
    opacity: 0.8;
}

.submit_btn_box {
    text-align: center;
}
.ssl_information_footer_form {
    text-align: left;
    width: 97%;
    margin: 0 auto;
    padding-top: 3px;
}
.ssl_information_ttl {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.ssl_information_ttl::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url("/lp/tpoint/campaign2/img/ssl_icon.png") center left/contain no-repeat;
    vertical-align: middle;
}
.ssl_information_txt {
    font-size: 11.5px;
    line-height: 1.5;
}
#loading_img {
    display: none; /* 編集しないで下さい */
    width: 10%;
}
@media screen and (min-width: 769px) {
    #loading_img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    #loading_img {
        margin: 15px auto 0;
    }
}
.form-agreement {
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 10px;
}
.err_msg {
    color: #f00;
    font-size: 0.8em;
}
@media screen and (max-width: 768px) {
    .err_msg {
        padding: 2% 0 0;
        text-align: center;
    }
}
#form_box label {
    font-weight: 700;
}
.ssl_information_footer_form {
    border-top: 1px solid #ACACAC;
}
.submit_btn_box input {
    letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
    .submit_btn_box input {
        font-size: 30px;
    }
}
.form_title {
    margin-bottom: 5px;
    font-size: 1em;
}
.form_title label {
    position: relative;
}

form.contact_form dd input,
form.contact_form dd select {
    border: 1px solid #999;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    #car_area,
    #user_area {
        padding: 0 15px 15px;
    }
}
@media screen and (max-width: 768px) {
    #form_box {
        font-size: 1em;
        padding-bottom: 18px;
    }
}
@media screen and (max-width: 768px) {
    #form_box input:not(#name):not(#phone_number):not(.submit_btn),
    #form_box select {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #form_box input:not([class=submit_btn]),
    #form_box select {
        width: 100%;
        height: 50px;
        padding: 3px 0.5em;
        border-radius: 3px;
        font-size: 16px;
        appearance: none;
    }
}
#form_box input[name=as_maker],
#form_box input[name=as_model_year],
#form_box input[name=as_mileage],
#form_box input[name=name],
#form_box input[name=phone_number],
#form_box input[name=zip_code],
#form_box input[name=email],
#form_box select[name=pref_id] {
    background-color: #ffffc9;
}
.ssl_information_footer_form {
    width: 90%;
    margin: 0 auto 15px;
}
#visual-box.city-visual-box {
    background-color: #fffef9;
    padding-bottom: 30px;
    position: relative;
}
.form_appeal {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    background-color: #004098;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.form_recommend{
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.form_recommend_red{
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}

@media screen and (max-width: 768px) {
    .form_appeal {
        font-size: 24px;
    }
    .form_recommend{
        margin: 15px;
        font-size: 17px;
    }
    .form_recommend_red{
        margin: 15px;
        font-size: 15px;
    }
}
#form-outer {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}
@media screen and (min-width: 769px) {
    #form-outer {
        margin-top: 20px;
    }
}

@media screen and (min-width: 769px) {
    form.contact_form {
        width: 90%;
        margin: 20px auto 30px;
    }
}
.form_about_ttl {
    background-color: #f0f0f0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .form_about_ttl {
        margin: 20px 0;
    }
}
#car_area dl dt,
#user_area dl dt {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.form_area input[name=as_maker],
.form_area input[name=as_model_year],
.form_area input[name=as_mileage],
.form_area input[name=name],
.form_area input[name=phone_number],
.form_area select[name=pref_id] {
    font-size: 16px;
}
@media screen and (min-width: 769px) {
    .form_area input[name=as_maker],
    .form_area input[name=as_model_year],
    .form_area input[name=as_mileage],
    .form_area input[name=name],
    .form_area input[name=phone_number],
    .form_area input[name=zip_code],
    .form_area input[name=email],
    .form_area select[name=pref_id] {
        width: 100%;
        padding: 12px 0 12px 10px;
        cursor: pointer;
    }
}
@media screen and (min-width: 769px) {
    #form_box .form-left,
    #form_box .form-right {
        display: inline-block;
        width: 43%;
        text-align: center;
        vertical-align: top;
        padding: 0 3% 30px;
    }
}