@charset "UTF-8";
/******TOP_renewal2025.07******/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
a img:hover {
    opacity: 0.9;
}
header.top_renewal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    overflow: hidden;
}
header.top_renewal.fix-menu {
    height: 85px;
}
header.top_renewal.fix-menu nav {
    margin-right: 40px;
}
header.top_renewal.fix-menu h1 {
    width: 35% !important;
}
header.top_renewal .logo_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header.top_renewal .logo_box h1 {
    width: 45%;
    text-align: left;
    margin: 20px 15px;
}
header.top_renewal .logo_box h1 img {
    min-width: 170px;
}
header.top_renewal .logo_box p {
    color: #62C3CC;
    font-weight: bold;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.2;
}
header.top_renewal .no_area .tel {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    position: absolute;
    top: 0;
    right: 180px;
}
header.top_renewal .no_area .tel dl {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    color: #404040;
    font-size: 23px;
    margin: 0 20px 0 0;
}
header.top_renewal .no_area .tel dl dt {
    line-height: 1;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    letter-spacing: -0.1pt;
}
header.top_renewal .no_area .tel dl span {
    font-size: 12px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}
header.top_renewal .no_area .tel p {
    font-size: 12px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #404040;
    line-height: 1.3;
}
header.top_renewal .no_area .tel p span {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    letter-spacing: -0.1pt;
    font-size: 18px;
}
header.top_renewal .information {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
header.top_renewal .information li {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #404040;
    margin-left: 4vw;
    white-space: nowrap;
}
header.top_renewal .information li a {
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
    text-decoration: none;
}
header.top_renewal .information li a:hover {
    color: #489CA4 !important;
}
header.top_renewal .information li a::after {
    background-color: #62C3CC;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
header.top_renewal .information li a:hover::after {
    width: 100%;
}
header.top_renewal .contact_btn {
    width: 150px;
    height: 100px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
header.top_renewal .contact_btn a {
    background: #489CA4 url("https://www.dible.jp/wp-content/themes/dible/images/renewal/mail_icon.png") no-repeat center 25px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 25px 0 0;
    white-space: nowrap;
}
.accordion .accordion-menu a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 30px 45px 30px 20px;
    color: #444;
    border-bottom: 1px solid #ccc;
}
.accordion .accordion-menu a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #62C3CC;
    border-right: solid 3px #62C3CC;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
.accordion .accordion-topmenu {
    font-family: "Noto Sans JP", sans-serif;
    background: #489CA4;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 30px 45px 30px 20px;
    display: flex;
}
.accordion .accordion-topmenu:before {
    content: "";
    background: url("https://www.dible.jp/wp-content/themes/dible/images/renewal/footer_icon1.png") no-repeat center left;
    width: 27px;
    height: 27px;
    display: block;
    background-size: contain;
}
.accordion .accordion-topmenu a {
    border: none;
    color: #fff;
    display: block;
    padding: 0 0 0 15px;
}
.accordion .accordion-topmenu a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
}
.accordion .accordion-bottommenu {
    border: 2px solid #489CA4;
    margin: 20px;
    font-size: 17px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
}
.accordion .accordion-bottommenu a {
    color: #489CA4;
    border-bottom: none;
}
.accordion-content {
    display: none;
}
.accordion-content ol li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
.accordion-header {
    background-color: #FFF;
    padding: 30px 45px 30px 20px;
    margin: 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.accordion-header span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #444;
}
.accordion-header::before, .accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 25px;
    bottom: 0;
    width: 15px;
    height: 3px;
    margin: auto;
    background: #62C3CC;
}
.accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}
.accordion-header.active::after {
    transform: rotate(0deg);
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.footer_renewal {
    border-top: 8px solid #62C3CC;
    padding-top: 30px;
    clear: both !important;
    font-family: "Noto Sans JP", sans-serif !important;
}
.footer_renewal .inner {
    width: 100%;
    max-width: 1500px !important;
    padding: 0 30px;
}
.footer_renewal .footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer_renewal .button_left p {
    border-radius: 5px;
    font-size: 16px;
    padding: 0;
    display: flex;
    align-items: center;
}
.footer_renewal .button_left p a {
    display: flex;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 20px 45px;
}
.footer_renewal .button_left p a:before {
    content: "";
    background: url("https://www.dible.jp/wp-content/themes/dible/images/renewal/footer_icon1.png") no-repeat center left;
    background-size: contain;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    margin-right: 10px;
    display: inline-block;
}
.footer_renewal .button_left p a:after {
    display: none;
}
.footer_renewal .button_left p:before {
    display: none;
}
.footer_renewal .button_left p:hover {
    background-color: #62C3CC;
    transition: 0.5s;
}
.footer_renewal .button_left p:hover a {
    color: #fff;
}
.footer_renewal .button_right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}
.footer_renewal .button_right p {
    border: 3px solid #ccc;
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 65px;
}
.footer_renewal .button_right p:hover {
    background-color: #eee;
    transition: 0.5s;
}
.footer_renewal .button_right p a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.footer_renewal .button_right p:nth-child(1) {
    font-size: 16px;
}
.footer_renewal .button_right p:nth-child(1):before {
    content: "";
    background: url("https://www.dible.jp/wp-content/themes/dible/images/renewal/footer_icon2.png") no-repeat center left;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    margin: 0 5px;
}
.footer_renewal .button_right p:nth-child(2) {
    font-family: Rubik, Meiryo, sans-serif;
    text-align: left;
}
.footer_renewal .button_right p:nth-child(2) a {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}
.footer_renewal .button_right p:nth-child(2):before {
    content: "";
    background: url("https://www.dible.jp/wp-content/themes/dible/images/renewal/footer_icon3.png") no-repeat center left;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    margin: 0 5px;
}
.footer_renewal .button_right p:nth-child(2) span {
    color: #62C3CC;
    font-size: 22px;
}
.footer_renewal .footer_main div {
    margin-top: 30px;
}
.footer_renewal .footer_main h2 {
    position: relative;
    padding: 10px 0;
    border-bottom: 4px solid #E7E7E7;
    font-size: 17px;
}
.footer_renewal .footer_main h2:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 200px;
    height: 4px;
    content: '';
    background: #62C3CC;
}
.footer_renewal .footer_main h2:after {
    content: "";
    color: #62C3CC;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.footer_renewal .footer_main .car_life, .footer_renewal .footer_main .company {
    flex-basis: 47%;
}
.footer_renewal .footer_main .car_life .footer_flex, .footer_renewal .footer_main .company .footer_flex {
    padding: 20px;
}
.footer_renewal .footer_main .car_life .footer_flex li, .footer_renewal .footer_main .company .footer_flex li {
    width: calc(100% / 2);
    font-size: 16px !important;
    line-height: 1.2;
    margin: 10px 0;
    text-indent: -1em;
    padding: 0 10px 0 1em;
}
.footer_renewal .footer_main .car_life .footer_flex li:before, .footer_renewal .footer_main .company .footer_flex li:before {
    content: "▶";
    margin-right: 1em;
    color: #62C3CC;
    font-size: 8px;
}
.footer_renewal .footer_main .car_life h2:after {
    content: "ABOUT CAR LIFE";
}
.footer_renewal .footer_main .company h2:after {
    content: "ABOUT COMPANY";
}
.footer_renewal .footer_main .stores_infomation h2:after {
    content: "ALL STORES INFORMATION";
}
.footer_renewal .footer_main .link h2:after {
    content: "LINK";
}
.footer_renewal .stores_infomation {
    padding-bottom: 20px;
}
.footer_renewal .stores_infomation .stores {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1em;
}
.footer_renewal .stores_infomation .stores dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: 1 1 18%;
    box-sizing: border-box;
}
.footer_renewal .stores_infomation .stores dl dt h3 {
    margin: 15px 0 5px;
    font-size: 16px;
    font-weight: 600;
}
.footer_renewal .stores_infomation .stores dl dt p {
    font-size: 14px;
    font-weight: 400;
}
.footer_renewal .stores_infomation .stores dl dd {
    width: 100%;
}
.footer_renewal .stores_infomation .stores .buttan_02 {
    width: 100%;
    font-size: 13px;
    white-space: nowrap;
}
.footer_renewal .link {
}
.footer_renewal .link .link_in {
    margin-top: 15px !important;
}
.footer_renewal .link .link_slider {
    padding: 0;
    margin: 0;
}
.footer_renewal .link .link_slider .link_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
}
.footer_renewal .link .link_slider .link_img img {
    max-width: 100%;
    max-height: 100%;
    min-width: 220px;
    min-height: 60px;
    object-fit: cover;
    display: block;
    border: 1px solid #ccc;
}
.footer_renewal .link .slick-track {
    margin-top: 0 !important;
}
.footer_renewal .link .slick-list {
    margin-top: 15px !important;
}
.footer_renewal .link .slide-arrow {
    background-color: #fff;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}
.footer_renewal .link .prev-arrow {
    border-bottom: 10px solid #fff;
    border-left: 0;
    border-right: 10px solid #999;
    border-top: 10px solid #fff;
    left: -25px;
}
.footer_renewal .link .next-arrow {
    border-bottom: 10px solid #fff;
    border-left: 10px solid #999;
    border-right: 0;
    border-top: 10px solid #fff;
    right: -25px;
}
.footer_renewal .link button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
}
.footer_renewal .footer_address {
    background: #EEEEEE;
    padding: 30px 0 20px;
    margin: 15px 0 0;
}
.footer_renewal .footer_address .footer_flex {
    align-items: center;
}
.footer_renewal .footer_address .footer_flex .sns a {
    margin: 0 3px;
}
.footer_renewal .footer_address .gmap {
    position: absolute;
    top: -10px;
    padding: 0 0 0 10px;
    width: 150px;
}
.footer_renewal .footer_address .gmap a {
    text-align: center;
    font-size: 13px;
}
.footer_renewal .footer_address .gmap a:before {
    background: url("https://www.dible.jp/wp-content/themes/dible/images/renewal/footer_googlemap.png") no-repeat bottom 0 right 5px;
    width: 35px;
    height: 25px;
    margin-left: -20px;
}
.footer_renewal .footer_address .gmap a:hover {
    background: #eee;
    text-decoration: none;
    color: #333;
}
.footer_renewal .footer_address address p {
    position: relative;
    line-height: 1.3;
    margin: 10px 0;
    font-size: 14px;
}
.footer_renewal small {
    background: #414141;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    padding: 15px 0;
}
.buttan_02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    width: 200px;
    margin: auto;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    border: 2px solid #111;
    background: #111;
    color: #fff !important;
    transition: 0.5s;
    margin: 15px 0 0;
}
.buttan_02:hover {
    color: #111 !important;
    background: #fff;
}
.gmap {
    width: 175px;
    margin: 10px auto 0;
}
.gmap a {
    background: #fff;
    border: 1px solid #999;
    border-radius: 100px;
    display: block;
    padding: 0 0 10px;
}
.gmap a:before {
    content: "";
    background: url("https://www.dible.jp/wp-content/themes/dible/images/renewal/footer_googlemap.png") no-repeat bottom 0 right 10px;
    width: 35px;
    height: 25px;
    display: inline-block;
    background-size: auto;
}
.buttan_ytb {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    width: 100%;
    border: 1px solid #111;
    background: #fff url("https://www.dible.jp/wp-content/themes/dible/images/renewal/footer_shop_youtube.jpg") no-repeat center center;
    background-size: 35%;
    height: 40px;
    color: #fff !important;
    transition: 0.5s;
    margin: 5px 0 0;
}
 .top_renewal_sp_nav {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
    border: none;
}
.top_renewal_sp_nav .head_icon {
    display: flex;
    position: absolute;
    top: 7px;
    right: 60px;
}
.top_renewal_sp_nav .head_icon li {
    width: 38px;
    margin: 0 4px;
}
@media screen and (min-width: 1000px) {
    .top_renewal_sp_nav .head_icon {
        display: none;
    }
}
.top_renewal_sp_nav .spmenu {
    background: #fff;
    height: 80vh;
    top: 50px;
    overflow-y: scroll;
}
.top_renewal_sp_nav .spmenu ol li a {
    color: #444;
    border-bottom: none;
    border-bottom: 1px solid #ccc;
    padding: 15px 15px 15px 25px;
    background: #f5f5f5;
}
.top_renewal_sp_nav .spmenu address {
    background: #EEE;
    padding: 25px 10px;
}
.top_renewal_sp_nav .spmenu address p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}
.top_renewal_sp_nav .spmenu address p .footer_logo {
    width: 110px;
    margin-bottom: 5px;
}
.top_renewal_sp_nav .spmenu address p .footer_sns {
    width: 30px;
    margin: 10px 5px 0;
}

@media screen and (max-width: 1500px) {
    .top_renewal.fix-menu ul li {
        margin-left: 2vw;
    }
    .link_slider .link_img img {
        min-width: 100% !important;
        min-height: 100% !important;
    }
}
@media screen and (max-width: 1200px) {
    header.top_renewal .logo_box p, header.top_renewal .no_area .tel p span, header.top_renewal .contact_btn {
        font-size: 14px;
    }
    header.top_renewal .information li {
        font-size: 14px;
        margin-left: 2vw;
    }
    header.top_renewal .no_area .tel dl {
        font-size: 18px;
    }
    header.top_renewal .no_area .tel dd img {
        width: 25px;
    }
    .top_renewal.fix-menu .logo_box p {
        font-size: 13px;
    }
    .top_renewal.fix-menu .logo_box h1 img {
        min-width: 150px;
    }
    .top_renewal.fix-menu ul li {
        margin-left: 1vw;
    }
    .banner_area .banner_content div p {
        font-size: 12px;
    }
    .footer_renewal .stores_infomation .stores {
        justify-content: flex-start;
    }
    .footer_renewal .stores_infomation .stores dl {
        flex: 0 0 32%;
    }
}
@media screen and (max-width: 1000px) {
    header.top_renewal {
        display: none;
    }
    .footer_renewal .stores_infomation .stores dl img {
        width: revert-layer !important;
    }
    .footer_renewal .link .prev-arrow {
        left: -5px;
        border-bottom: 8px solid #fff;
        border-right: 8px solid #999;
        border-top: 8px solid #fff;
    }
    .footer_renewal .link .next-arrow {
        right: -5px;
        border-bottom: 8px solid #fff;
        border-left: 8px solid #999;
        border-top: 8px solid #fff;
    }
    .footer_renewal .footer_address .footer_flex {
        display: block;
    }
    .footer_renewal .footer_address .footer_flex address img {
        max-width: 150px;
    }
    .footer_renewal .footer_address .footer_flex .sns a img {
        max-width: 30px;
    }
}
@media screen and (max-width: 900px) {
    .footer_renewal .button_right {
        display: none;
    }
    .footer_renewal .footer_main .footer_flex li {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .footer_renewal .button_left {
        flex-basis: 100%;
    }
    .footer_renewal .button_left p a {
        justify-content: center;
    }
    .footer_renewal .footer_main .car_life, .footer_renewal .footer_main .company {
        flex-basis: 100%;
    }
    .footer_renewal .footer_main .car_life .footer_flex, .footer_renewal .footer_main .company .footer_flex {
        padding: 10px 5px;
    }
    .footer_renewal .footer_main .car_life .footer_flex li, .footer_renewal .footer_main .company .footer_flex li {
        position: relative;
        padding: 0;
        margin: 0;
        text-indent: 0;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 55px;
    }
    .footer_renewal .footer_main .car_life .footer_flex li:nth-child(even), .footer_renewal .footer_main .company .footer_flex li:nth-child(even) {
        border-right: 0px !important;
    }
    .footer_renewal .footer_main .car_life .footer_flex li:before, .footer_renewal .footer_main .company .footer_flex li:before {
        right: 0;
        position: absolute;
        top: 24px;
    }
    .footer_renewal .footer_main .car_life .footer_flex li a, .footer_renewal .footer_main .company .footer_flex li a {
        padding: 0 2em 0 15px;
        width: 100%;
        height: 100%;
        display: block flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 15px;
    }
    .footer_renewal .footer_main h2::after {
        font-size: 10px;
    }
    .footer_renewal .stores_infomation .stores dl {
        flex: 0 0 47%;
        margin: 0 0 10px;
    }
    .footer_renewal .stores_infomation .stores .buttan_02 {
        white-space: break-spaces;
        font-size: 10px;
        height: 33px;
    }
    .footer_renewal .stores_infomation .stores .buttan_02 span {
        display: none;
    }
    .footer_renewal .stores_infomation .stores dl dt h3 {
        font-size: 14px;
        margin: 10px 0 5px;
    }
    .footer_renewal .stores_infomation .stores dl dt p {
        font-size: 11px;
    }
    .buttan_ytb {
        background-size: 25%;
        height: 33px;
    }
    .footer_renewal .stores_infomation .stores .buttan_02 {
        margin: 10px 0 0;
    }
    .footer_renewal .stores_infomation {
        padding-bottom: 0;
    }
    .footer_renewal .footer_address .footer_flex address img {
        max-width: 100px;
    }
    .footer_renewal .footer_address .footer_flex address {
        text-align: center;
    }
    .footer_renewal .footer_address address p {
        font-size: 12px;
    }
    .footer_renewal .footer_address .gmap {
        position: relative;
        top: 0;
        padding: 0 0 0 10px;
        width: 150px;
        display: block;
    }
    .footer_renewal .footer_address .sns {
        text-align: center;
    }
}
@media screen and (max-width: 550px) {
    .buttan_ytb {
        background-size: 40%;
        height: 33px;
    }
}
