@charset "utf-8";
/* CSS Document */

.common_Tit1_ {
    margin-bottom: 80px;
}
@media screen and (max-width: 767.99px) {
    .common_Tit1_ {
        font-size: clamp(20px, 7vw, 30px);
        margin-bottom: 0;
    }
}
.common_Tit1_ span {
    margin-right: 0.7rem;
}
@media screen and (max-width: 767.99px) {
    .common_Tit1_ span {
        margin-right: 0;
        display: block;
    }
}

.service {
    width: 100%;
}
@media screen and (max-width: 767.99px) {
    .service {
        margin-top: 3rem;
        line-height: 1.9;
    }
}
.service img {
    width: 100%;
    height: auto;
}


.servis_list {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    width: 90%;
    margin: 0 auto 60px;
}

@media screen and (max-width: 767.99px) {
    .servis_list {
        padding: 3rem 5.33%;
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .servis_list:nth-child(odd) {
        background-color: #f8f8f8;
        width: 100%;
    }
}

.servis_list h2 {
    font-size: clamp(16px, 5.4vw, 22px);
    font-weight: bold;
}
@media screen and (max-width: 767.99px) {
    .servis_list h2 {
        text-align: center;
    }
}

.servis_list picture {
    width: 29.29%;
    display: block;
}
@media screen and (max-width: 767.99px) {
    .servis_list picture {
        width: 80%;
        margin: 0 auto 1rem;
    }
}

.servis_list picture img {
    border: 1px solid #ccc;
}
.servis_list div {
    width: 66.79%;
}
@media screen and (max-width: 767.99px) {
    .servis_list div {
        width: 100%;
        text-align: center;
    }
}

.servis_list div ul {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
@media screen and (max-width: 767.99px) {
    .servis_list div ul {
        margin: 1.5rem auto 0;
        display: block;
    }
}
.servis_list div ul li {
    gap: 1;
    width: 100%;
    max-width: 260px;
}
@media screen and (max-width: 767.99px) {
    .servis_list div ul li {
        max-width: 70%;
        margin: 0 auto 1rem;
    }
    .servis_list div ul li:last-child {
        margin-bottom: 0;
    }
}
.servis_list div .link_btn li a {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    padding: 0.7rem 1.5rem;
    display: block;
    text-align: center;
}
.servis_list div .link_btn li a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -0.1rem 0 0 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform:rotate(45deg);
}

/* rental */
.servis_list div dl {
    background-color: #f8f8f8;
    padding: 30px;
    margin-top: 1.5rem;
}
@media screen and (max-width: 767.99px) {
    .servis_list div dl {
        background-color: #fff;
        padding: 1rem 4.48%;
    }
}
.servis_list div dl dt {
    font-size: clamp(14px, 5.6vw, 18px);
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 0.5rem;
}
.servis_list div dl dd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.servis_list div dl dd:last-child {
    margin-bottom: 0;
}
.servis_list div dl dd picture {
    width: 24.03%;
    display: block;
}
@media screen and (max-width: 767.99px) {
    .servis_list div dl dd picture {
        margin: 0;
        width: 34.03%;
    }
}

.servis_list div dl dd picture img {
    border: none;
}
.servis_list div dl dd div {
    width: 70.94%;
}
@media screen and (max-width: 767.99px) {
    .servis_list div dl dd div {
        text-align: left;
        width: 62.97%;
    }
}

.servis_list div dl dd h3 {
    font-size: clamp(14px, 5.6vw, 16px);
    font-weight: bold;
}
@media screen and (max-width: 767.99px) {
    .servis_list div dl dd h3 {
        line-height: 1.6;
    }
}

.servis_list div dl dd h3 span {
    display: block;
    font-weight: normal;
    font-size: 80%;
}
.servis_list div dl dd h3 span.attention {
    font-size: 60%;
}
.servis_list div dl dd a {
    display: block;
    background-color: #000;
    text-decoration: none;
    color: #fff;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    width: 100%;
    max-width: 200px;
    text-align: center;
    font-size: clamp(10px, 4vw, 13px);
}
.servis_list div dl dd a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -0.1rem 0 0 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform:rotate(45deg);
}




@media screen and (max-width: 767.99px) {}




















