#information {
    padding: 35px 0;
    background-color: rgb(240, 240, 240);
}

.information-head {
    text-align: center;
    padding: 30px 0;
    background-color: #f2f2f2;
}

.information-head-sub-text {
    font-size: 15px;
    color: #b4a272;
}

.information-head-text {
    font-size: 25px;
}

.information-head-img {
    background-image: url(../img/231206_pc_img/pc_img_line.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 51px;
    height: 5px;
    background-color: gray;
    opacity: 0.3;
    margin: auto;
}

.information-list {
    margin: auto;
    width: 80%;
}

.information-list-item {
    padding: 5px 0;
}

dt {
    font-size: 15px;
    color: #b4a272;
}

.information-list-text {
    margin: 23px 0;
}

dd {
    margin-inline-start: 0px;
}

.information-list-line {
    border: 1px solid gray;
}

.information-list-link {
    text-align: right;
}

.information-list-link a {
    color: #b4a272;
}

@media screen and (max-width: 480px) {
    .information-head-img {
        background-image: url(../img/231206_sp_img/sp_img_line.png);
    }

    .information-list-item {
        padding: 0;
    }

    .information-list-text {
        margin: 12px 0;
    }
}