@charset "utf-8";
/*===================================
/** 2023.05.17 ¥á¥ó¥Æ¸ÄÐÞ
===================================*/
#main-index .home-system__title {
    font-size: 3.1rem;
    margin: 45px 0 30px;
}
.home-system__content {
    display: flex;
    justify-content: space-between;
}
.home-system__content__item {
    width: 48.8%;
    display: flex;
    padding: 50px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #F5F5F5;
    border-radius: 15px;
}
.home-system__content__item h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    margin: 0 0 30px;
}
.home-system__content__item__img {
    max-width: 220px;
}
.home-system__content__item__img img {
    width: 100%;
    height: auto;
    box-shadow: -1px 1px 2px -1px #707070;
}
.system-pamphlet__content {
    background-color: #F5F5F5;
    padding: 40px;
    margin: 40px 0 0;
}
main .system-pamphlet__content h3 {
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 0;
    margin: 0 0 20px;
}
main .system-pamphlet__content h3::before {
    content: none;
}
main .system-pamphlet__content h3::after {
    content: none;
}
main .system-pamphlet__content h3 .sub-title {
    font-size: 1.6rem;
    display: block;
}
.system-pamphlet__content__img {
    margin-bottom: 20px;
}
.system-pamphlet__content__img a {
    display: flex;
    justify-content: space-between;
}
.system-pamphlet__content__img a img {
    width: 64%;
    box-shadow: 0 1px 1px -1px #707070;
}
.system-pamphlet__content__img a img:first-child {
    width: 32%;
    box-shadow: -1px 1px 1px -1px #707070;
}
@media only screen and (max-width: 1199px) {
    .home-system__content__item {
        display: block;
    }
    .home-system__content__item h3 br {
        display: none;
    }
    .home-system__content__item__img {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 799px) {
    #main-index .home-system__title {
        font-size: 2.4rem;
    }
    .home-system__content__item h3 {
        font-size: 2.0rem;
    }
}
@media only screen and (max-width: 599px) {
    .home-system__content {
        display: block;
    }
    .home-system__content__item {
        width: auto;
        margin: 0 20px 20px;
    }
    .home-system__content__item:last-child {
        margin: 0 20px;
    }
}


