@charset "utf-8";

.otoku .ttl_h2 {
    margin-bottom: 50px;
}

.system_block {
    margin: 55px 0;
}

.system_block .font24 {
    margin-bottom: 34px;
}

.system_block img {
    display: block;
}

.otoku .gray_border {
    margin: 20px 0 35px 0;
}

.system_btn_block:first-of-type {
    margin-bottom: 40px;
}

.system_btn_block div.font20 {
    margin-bottom: 20px;
}

.system_btn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.system_btn .btn_common {
    width: 90%;
    max-width: 382px;
    margin: 0 25px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 13px;
}

.system_btn .btn_common img {
    margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
}


@media only screen and (max-width: 768px) {
    .otoku .ttl_h2 {
        margin-bottom: 35px;
    }

    .system_block {
        margin: 40px 0;
    }

    .system_block .font24 {
        margin-bottom: 25px;
    }

    .system_btn_block:first-of-type {
        margin-bottom: 30px;
    }

    .system_btn_block div.font20{
        text-align: center;
    }

    .system_btn {
        display: block;
        margin-bottom: 0;
    }

    .system_btn .btn_common {
        margin: 0 auto 20px auto;
    }

    .system_btn .btn_common:last-of-type {
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 480px) {

    .system_btn .btn_common:not(:last-of-type) {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .system_btn .btn_common img {
        width: 20px;
        margin: 5px;
    }

}