@charset "utf-8";

#fee-guide {
    margin-top: 6.25rem;
}

#fee-guide h1 {
    color: #8EB0B5;
    margin: 0;
}

#single-news {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
}

#fee-guide_content {
    margin-top: 6.25rem;
}

#fee-guide_content .article_heading {
    margin-bottom: 3.13rem;
}

#fee-guide_heading {
    margin-bottom: 3.13rem;
}

#fee-guide_content #fee-guide_heading img {
    width: 37.32%;
}

@media screen and (max-width: 768px) {
    #fee-guide_content #fee-guide_heading img {
        width: 100%;
        margin-bottom: 3.13rem;
    }
}

.fee_text-area {
    width: 68%;
}

@media screen and (max-width: 768px) {
    .fee_text-area {
        width: 100%;
    }
}

#fee-guide_content article {
    width: 100%;
    background-color: #fff;
    padding: 3.13rem;
    box-sizing: border-box;
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    #fee-guide_content article {
        padding: 5%;
    }
}

#fee-guide_content article .img-box {
    flex: 1;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
}

#fee-guide_content article .img-box:nth-of-type(2) {
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    #fee-guide_content article .img-box {
        margin-bottom: 3.13rem;
        justify-content: center;
    }
}

#fee-guide_content article .img-box svg {
    width: 90%;
    fill: #d9d9d9;
}

#fee-guide h4 {
    position: relative;
    padding-left: 1.25rem;
    display: flex;
    align-items: center;
}

#fee-guide h4::before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 1.25rem;
    background-color: #8EB0B5;
    position: absolute;
    left: 0;
}

.fee-guide-table {
    border: 1px solid #8EB0B5;
    border-collapse: collapse;
}

.fee-guide-table tr {
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .fee-guide-table tr {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

.fee-guide-table tr:last-of-type {
    border-bottom: none;
}

.fee-guide-table th {
    text-align: center;
    width: 25%;
    color: #fff;
    background-color: #8EB0B5;
    padding: 1.88rem;
}

@media screen and (max-width: 768px) {
    .fee-guide-table th {
        font-size: 1.18rem;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

.fee-guide-table td {
    padding: 1.88rem;
}

.fee-guide-table .td_text {
    border-bottom: 1px solid #8EB0B5;
}

@media screen and (max-width: 768px) {
    .fee-guide-table .td_text {
        border-bottom: 1px dashed #8EB0B5;
    }
}

.fee-guide-table .td_price {
    text-align: center;
    width: 20%;
    color: #fff;
    background-color: #8EB0B5;
    padding: 1.88rem;
}

@media screen and (max-width: 768px) {
    .fee-guide-table .td_text,
    .fee-guide-table .td_price {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .fee-guide-table .td_price {
        background-color: #fff;
        color: #555;
        font-size: 1.18rem;
    }
}

#fee-guide .btn_01 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
}