body {
    margin: auto;
}

.premium_contents .premium_service {
    background-color: #ff6900;
    padding: 35px 0;
    text-align: center;
}

.premium_contents .premium_service .premium_service_function {
    display: flex;
    margin: 24px auto 0;
    width: 312px;
}

.premium_contents .premium_service .premium-contents-catchphrase {
    margin: 21px 0 7px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.54;
}

.premium_contents .premium_service_btn {
    text-align: center;
}

.premium_contents .premium_contents_description {
    margin: auto;
}

.premium_contents .premium_contents_description .price {
    margin: 15px;
    font-size: 14px;
    color: #fff;
}

.premium_contents .premium_contents_description .notes {
    margin: 20px 0 0;
    font-size: 12px;
    color: #fff;
}

.section-contents {
    margin: 0 auto;
    padding: 37px 0 0;
    background-color: #fff;
    text-align: center;
}

.section-contents .section-contents-title {
    position: relative;
    margin-bottom: 20px;
    color: #ff6900;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    font-family: "Hiragino Sans", serif;
}

.section-contents-title::after {
    display: block;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 30px);
    border-radius: 2px;
    width: 60px;
    height: 4px;
    content: "";
    background-image: linear-gradient(94deg, #ff6900, #ff6900);
}

.section-contents-list {
    padding: 0;
    list-style-type: none;
}

.section-contents-list .section-contents-item {
    margin: auto;
    width: 280px;
    padding: 40px 25px;
    border-bottom: 2px solid #efefef;
}

.section-contents-list .section-contents-description-list {
    list-style-type: disc;
}

.section-contents-list .section-contents-item .item-title-img {
    margin: 25px;
}

.section-contents-list .section-contents-item .about-premium_item-description {
    font-size: 15px;
}

.section-contents-list .section-contents-item .section-contents-item-img {
    text-align: center;
    margin: 25px auto;
    width: 100%;
}

.section-contents-list .section-contents-item .section-contents-item-img img {
    text-align: center;
}

.section-contents .section-contents-list .section-contents-description-list .section-contents-description-item {
    text-align: left;
}

.charging_method {
    text-align: center;
    margin: 10px 0 30px;
}
.charging_method .charging_method_description {
    margin: auto;
}

.premium_contents .charging_method_description .price {
    margin: 15px;
    font-size: 14px;
    color: #000000;
}

.premium_contents .charging_method_description .notes {
    margin: 20px 0 0;
    font-size: 12px;
    color: #000000;
}

.review .review-list .review-item {
    display: block;
    width: auto;
    border-bottom: none;
    padding: 20px 27px;
}

.review .review-list .review-item .review-img {
    width: 340px;
}

.premium_contents .premium_contents_footer {
    position: relative;
    height: 230px;
    text-align: center;
    background-color: #eeece4;
    color:  #595960;
    counter-reset: number 0;
}

.premium_contents .premium_contents_footer .footer_list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50%;
    width: 60%;
}

.premium_contents .premium_contents_footer .footer_list .footer_item {
    margin: 13px 0;
}

.premium_contents .premium_contents_footer .footer_list .footer_item .footer_item-link {
    color:inherit
}
