@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　再生事業共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.floatRight img{
    height: 100%;
    width: 100%;
}
.flex_box{
	display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.flex_box p{
    text-align: center;
    padding-top: 5px!important;
}
.text-content .disc_style .disc_style_li{
    position: relative;
    padding-left: 15px!important;
    font-size: 16px!important;
    margin-top: 10px !important;
}
.text-content .disc_style .disc_style_li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00a7ac;
    position: absolute;
    left: 0; 
    top: 10px;
}
.sp_only{
    display: none;
}
sup{
    font-size: 70%!important;
}
@media screen and (max-width: 767px){
    #contents .contentsPadding h3.textHeader {
        margin-left: 0!important;
    }
    .flex_box{
        display: block;
        justify-content: center;
    }
    #contents #contentsMain {
        padding: 0 15px !important;
    }
    #contents .contentsPadding {
        padding: 0!important;
    }
    #contents h2.textHeader {
        margin: 0px 0px 10px;
    }
    .pc_only{
    display: none;
    }
    .sp_only{
        display: block;
    }
    .flex_box .textSmall{
        margin-bottom: 20px!important;
    }
    .flex_box .textSmall:last-of-type{
        margin-bottom: 0!important;
    }
    .text-content .disc_style .disc_style_li::before {
    top: 3px;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　コベルコ建機の再生事業
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#r_product .floatLeft .flex_box {
    justify-content: space-around;
}
#r_product .floatLeft .flex_box img:first-of-type{
    max-height: 200px;
    width: auto;
}
#r_product .floatLeft .flex_box img:last-of-type{
    height: auto;
    max-width: 200px;
}
@media screen and (max-width: 767px){
    #r_product .flex_box{
        display: flex;
        justify-content: space-around;
        margin-bottom: 40px!important;
    }
    #r_product .floatLeft .flex_box img:first-of-type{
    max-height: 150px;
    width: auto;
    }
    #r_product .floatLeft .flex_box img:last-of-type{
        height: auto;
        max-width: 150px;
    }   
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　再生品とは？
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* @media screen and (max-width: 767px){
    #w_product .flex_box .textSmall{
        margin-bottom: 20px!important;
    }
    #w_product .flex_box .textSmall:last-of-type{
        margin-bottom: 0!important;
    }
} */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　再生品の3つの魅力
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#charm{
    margin-bottom: 60px!important;
}
.slider-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #EBEBEB;
    padding: 20px 35px!important;
}
.slider-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}
.nav-link {
    text-align: center;
    text-decoration: none!important;
    padding: 10px 6px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #00A7AC;
    transition: background-color 0.3s, color 0.3s;
    width: 30%;
}
.nav-link.active {
    background-color: #00A7AC; 
    color: #fff!important;
    border-right: 1px solid #00A7AC; 
}
.nav-link:hover:not(.active) {
    background-color: #e6fafa; 
    color: var(--dark-gray);
    opacity: 1;
}    
.slider-content-wrapper {
    position: relative;
    overflow: hidden; 
    padding: 20px 0;
    background-color: #EBEBEB; 
    }
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out; 
    width: 300%; 
}
.slide {
    width: calc(100% / 3); 
    flex-shrink: 0;
    padding: 0 40px; 
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 24px 48px!important;
    margin-top: 20px!important;
}
.slide .text-content div{
    color: #00ADB0;
    font-weight: bold;
    font-size: 24px!important;
    display: flex;
}
.slide .text-content p{
    margin-top: 16px!important;
}
.slide .text-content .slide03_txt .kome{
    margin-top: 16px!important;
}
.slide .text-content strong span{
    font-size: 18px!important;
}
.slide .text-content .kome{
    font-size: 14px!important;
    display: flex;
}
.slide .text-content .kome::before{
    content: "※";
}
.slide .image-placeholder{
    margin-left: 40px!important;
}
.slide .text-content div span{
    background-color: #00a0b0;
    display: flex;
    height: 36px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0px 12px;
    margin-right: 16px;
}
.slider-container-inner {
    position: relative; 
}
.prev-arrow, .next-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.prev-arrow {
    left: -20px
}
.next-arrow {
    right: -20px;
}
@media screen and (max-width: 767px){
    #charm{
        margin-bottom: 40px!important;
    }
    .slider-container {
        padding: 24px 20px !important;
    }
    .slider-nav {
        gap: 10px;
    }
    .nav-link {
        width: 43%; 
    }
    .slide {
        display: block;
        padding: 24px 24px 12px 24px !important; 
    }
    .slide .text-content p {
        margin-bottom: 0 !important; 
    }
    .slider-text{
        margin: 10px 0 0 0!important;
    }
    .slide .text-content {
        margin-bottom: 0 !important; 
    }
    .slide .image-placeholder {
        margin-left: 0!important;
        margin-top: 10px !important; 
    }
    .slide .image-placeholder img {
        width: 100%;
        height: auto;
    }
    .slide .text-content div {
        font-size: 20px !important;
    }
    .slide .text-content .slide02 {
        font-size: 17px !important;
    }
    .slide .text-content div span {
        height: 28px;
        font-size: 14px;
        padding: 0px 9px;
        margin-right: 6px;
    }
    .slide .text-content strong span {
        font-size: 16px !important;
    }
    .prev-arrow, .next-arrow {
        width: 32px;
        height: 42px;
    }
    .prev-arrow {
        left: -18px
    }
    .next-arrow {
        right: -18px;
    }
    #charm .disc_style .disc_style_li{
        font-size: 14px !important;
        margin-top: 0!important;
    }
    .slide .image01{
        margin-top: 20px!important;
    }
    .slide .image03{
        margin-top: 10px!important;
    }
    .slide.text-content.slide01.slider-text{
        margin-top: 35px!important; 
    }
    .slide.text-content.slide02.slider-text{
        margin-top: 5px !important; 
    }
    .slide .text-content .slide03_txt,
    .slide .text-content .slide03_txt .kome{
    margin-top: 5px!important;
    }
} 
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　代表的な再生品
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.recycled_product_modal{
    background-color: #EBEBEB;
    padding: 24px 20px!important;
}
.modal-button{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 13px;
    margin-top: 16px!important;
    margin-left: -6.5px; 
    margin-right: -6.5px;
    align-items: stretch;
    justify-content: space-around;
}
.modal-button > li {
    box-sizing: border-box;
    padding: 0 6.5px; 
    margin-bottom: 10px; 
    width: 23%; 
    display: flex; 
    flex-direction: column;
    justify-content: center;
}
.button-style-A {
    width: 100%; 
    display: flex;
    height: 50px;
    border: 1px solid #00A7AC;
    padding: 0;
    cursor: pointer; 
    background-color: #fff;
    box-sizing: border-box;
}
.button-number {
    width: 20%;
    background-color: #00A7AC; 
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.button-text {
    width: 80%;
    color: #00A7AC;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: bold;
    justify-content: center;
}
.modal-open{
    top: 50%;
    left: 50%;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    height: 40px;
    cursor: pointer;
    width: 100%;
}
.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.modal:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}
.modal.is-active{
    opacity: 1;
    visibility: visible;
    z-index: 20;
}
.modal-container{
    position: relative;
    max-width: 840px;
    width: 90%;
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #00A7AC;
    border-radius: 50%;
    cursor: pointer;
}
.modal-close::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 18px;
    background: #fff;
    transform: rotate(45deg);
}

.modal-close::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 18px;
    background: #fff;
    transform: rotate(-45deg);
}
.modal-content{
    background: #fff;
    text-align: left;
    line-height: 1.8;
    padding: 40px!important;
}
.modal-content .disc_style{
    margin-top: 6px !important;
    margin-left: 10px!important;
}
.modal-content .disc_style .disc_style_li{
    margin-bottom: 6px !important;
}
.modal-content p{
    margin: 1em 0;
}
.modal-content .title_txt{
    font-size: 22px!important;
    margin-bottom: 15px!important;
    font-weight: 600;
    color: #00A7AC
}
@media screen and (max-width: 767px){
    .modal-button{
        font-size: 12px!important;
    }
    .modal-button > li {
    width: 47%; 
    }
    table,tbody,tr,td,th {
    width: 100%;
    display: block;
    }
    .modal {
    top: 5%;
    }
    .modal-content {
    padding: 24px!important;
    }
    .modal-content .title_txt {
    font-size: 16px !important;
    margin-bottom: 5px!important;
    }
    #contents .normalTable > tbody > tr > th {
    text-align: center;
    }
    #contents .normalTable > tbody > tr > th, #contents .normalTable > tbody > tr > td {
    padding: 5px
    }
    .main_img .sp_only{
        box-shadow: 0 4px 4px 0 gray;
    }
    .modal-content .disc_style{
    margin-left: 0!important;
    }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　メーカー再生での3つのメリット
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.green_text{
    color: #00a7ac;
    font-size: 1.5em!important;
    font-weight: bold;
}
.disc_style{
    margin-top: 20px!important;
}
.disc_style .disc_style_li{
    position: relative;
    padding-left: 15px!important;
    margin-bottom: 7px !important;
}
.disc_style .disc_style_li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00a7ac;
    position: absolute;
    left: 0; 
    top: 6px;
}
.mb16{
    margin-bottom: 16px!important;
}
@media screen and (max-width: 767px){
    .green_text{
    font-size: 20px!important;
}
.disc_style .disc_style_li::before {
    top: 4px;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　汚れ・損傷のある状態で使い続けるリスク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mt16{
    margin-top: 16px!important;
}
.ml40{
    margin-left: 40px!important;
}
@media screen and (max-width: 767px){
    .ml40{
    margin-left: 0!important;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　ラインナップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.lineup{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
    margin-bottom: 40px!important;
}
.lineup:last-child{
    margin-bottom: 64px!important;
}
@media screen and (max-width: 767px){
    #lineup .flex_box{
    flex-wrap: wrap;
    display: flex;
}
    #lineup .flex_box .textSmall{ 
    width: 45%;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　お知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#contents .newsBlockInner .newsList dl:first-of-type{
    border-top: none;
}
#contents .newsBlockInner .newsList dl:last-child {
    border-bottom: none;
}
#contents .newsBlockInner .newsList dl > dd {
    color: #00a7ac;
}
@media screen and (max-width: 767px){
    #contents .newsBlockInner .newsList {
    padding: 0!important;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.inquiry a.partsLink {
    display: inline-block;
    position: relative;
    color: #00a7ac;
    background-color: #fff;
    border: 1px solid #00a7ac;
    min-width: 300px;
    padding: 16px 20px 16px 20px;
    margin-bottom: 15px;
    text-decoration: none!important;
    border-radius: 28px;
    transition: background-color .3s;
    text-align: center;
    box-sizing: border-box;
}
.inquiry a.partsLink::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #00a7ac;
}
.inquiry a.partsLink:hover {
    background-color: #dcf9f7;
}
ol{
    margin-left: 2em!important;
}
ol li{
    margin-bottom: 1em!important;
}
ol li::marker{
    font-weight: bold!important;
}

@media screen and (max-width: 767px){
    .inquiry_botton{
    text-align: center;
}
}


@media screen and (max-width: 767px){
    .disc_style{
        margin-top: 8px !important;
        font-size: 14px!important;
    }
    table, tbody, tr, td, th {
        width: auto;
    }
}