@charset "UTF-8";

/*　----------------------------------------　

    デモ機貸出サービス一覧

------------------------------------------*/
.rental-archive__list--flex-img {
    text-align: center;
    margin-bottom: 2rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .rental-archive__list--flex {
        display: -ms-flexbox;
        display: flex;
    }
    .rental-archive__list--flex-img {
        min-width: 27rem;
        max-width: 27rem;
        max-height: 19rem;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
        margin-right: 3rem;
    }
    .rental-archive__list--flex-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        transition: transform 0.3s;
        top: 0;
        left: 0;
    }
    .rental-archive__list--flex-info .btn {
        margin: inherit;
    }
}



/*　----------------------------------------　

    デモ機貸出サービス詳細

------------------------------------------*/
.single-rental--flex {
    margin-bottom: 2rem;
}
.single-rental--flex__img {
    margin-bottom: 3rem;
}

.single-rental--flex__img__inner {
    border: 1px solid #dcdcdc;
    padding: 3rem;
    text-align: center;
}

.single-rental--flex__info__cat {
    overflow: hidden;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
}

.single-rental--flex__info__cat li {
    float: left;
    background: #e9f0f9;
    margin-right: 1rem;
    color: #1f518e;
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1;
    padding: 8px 10px;
}
.single-rental--flex__info h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}
.consideration_box {
    background: #e9f0f9;
    padding: 1rem;
}
.consideration_box-ttl {
    font-size: 1.8rem;
    background: #1f518e;
    padding: 1rem 1.5rem;
    text-align: center;
    color: #fff;
}
.consideration_box-txt {
    background: #fff;
    padding: 2rem;
}
.consideration_box-txt p {
    margin-bottom: 2rem;
}
.single-content .wp-block-image {
    text-align: center;
}
.js-scrollable {
    margin-bottom: 2rem;
}
.rentaltable01 thead th {
    color: #1f518e;
    text-align: center;
    background-color: #e9f0f9 !important;
    font-size: 1.6rem;
}
.rentaltable01 tr td:first-child {
    font-size: 1.6rem;
    background-color: #ededed !important;
}
.rentaltable01 tr td:not(:first-child) {
    border-left: 1px solid #cdcdcd;
}

.wp-block-buttons {
    justify-content: center;
    margin-bottom: 4rem;
}
.wp-block-buttons>.wp-block-button {
    margin-right: 3rem;
    margin-bottom: 0;
}
.single-content .wp-block-button__link {
    display: block;
    background: #fff;
    border: 1px solid #cdcdcd;
    max-width: 32rem;
    margin: auto;
    font-size: 15px;
    padding: 1.9rem;
    border-radius: 50px;
    color: #232323;
    width: 100%;
}
.single-content .wp-block-button__link:before {
    content: "\e904";
    color: #0595dd;
    font-size: 1.5rem;
    font-family: "everloy" !important;
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.5rem;
}

.single-content .wp-block-button__link[target="_blank"] {
    position: relative;
    color: #232323;
}

@media screen and (max-width: 767px) {
    .wp-block-buttons {
        display: block;
    }
    .wp-block-buttons .wp-block-button {
        text-align: center;
    }
    .wp-block-buttons>.wp-block-button {
        margin-right: 0 !important;
        margin-bottom: 2rem !important;
    }
    .wp-block-button {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .single-rental--flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1.5rem 3rem;
    }
    .single-rental--flex__img {
        margin-bottom: 0;
    }
    .single-rental--flex__img,
    .single-rental--flex__info {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 1.5rem;
    }
    .wp-block-buttons  {
        margin-bottom: 6rem;
    }
    .wp-block-buttons .wp-block-button {
        display: block;
        width: 100%;
        max-width: 32rem;
    }
    .wp-block-buttons>.wp-block-button {
        margin-right: 3rem !important;
        margin-bottom: 0 !important;
        width: 25%;
    }
    .single-content .wp-block-button__link {
        font-size: 1.6rem;
    }
    .single-content .wp-block-button__link:hover {
        color: #0595dd;
        border-color: #0595dd;
    }
}


@media screen and (min-width: 992px) {
    .single-rental--flex__info h2 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }
    .consideration_box {
        padding: 2rem;
    }
    .consideration_box-ttl {
        font-size: 2.2rem;
        padding: 1.5rem 2rem;
    }
    .consideration_box-txt {
        padding: 3rem;
    }
}