.stage_discount_content > dl > div {
    margin-bottom: 50px;
}
.stage_discount_content > dl > div:last-child {
    margin-bottom: 0;
}
.stage_discount_content img {
    width: 100%;
}
.stage_discount_content p a {
    text-decoration: underline;
}
.userguide_content_block_title {
    margin-bottom: 20px;
    color: #502708;
    border-bottom: 1px dashed #b9aa92;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.userguide_content_block_title.red {
    color: #df0202;
    font-size: 22px;
    border-bottom: solid 3px #df0202;
}
#stage_discount .userguide_stage_anchror_wrapper {
    display: flex;
    justify-content: center;
}
#page .userguide_stage_anchror {
    position: relative;
    background: #c7a77e;
    margin: 0 15px;
    padding: 25px 60px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 3px 2px rgb(0 0 0 / 20%);
}
#page .userguide_stage_anchror::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    right: 10px;
    border-color: #fff transparent transparent transparent;
    border-width: 10px 7px 0px 7px;
    border-style: solid;
    transform: translateY(-5px);
}
.stage_discount_content .userguide_content_block .userguide_stage_anchror_wrapper .btn_guide2023 {
    padding-left: 100px !important;
}
.stage_discount_content .userguide_content_block .userguide_stage_anchror_wrapper .btn_guide2023::before {
    padding: 0;
    margin: 0;
    content: "NEW";
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #fff;
    color: #df0202;
    border-radius: 50%;
    position: absolute;
    left: 32px;
    top: 16px;
    font-size: 0.875rem;
    padding-top: 16px;
    text-align: center;
}
.stage_discount_content .userguide_content_block .guide2023_title {
    margin-bottom: 24px;
}
.stage_discount_content .userguide_content_block .center {
    width: 100%;
    text-align: center;
    margin: 16px auto 24px auto;
    font-size: 1.375rem;
}
.stage_discount_content .userguide_content_block .userguide_tit {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 90%;
    margin: 0 auto;
    min-width: 500px;
}
.stage_discount_content .userguide_content_block .userguide_tit::after {
    display: block;
    content: "";
    width: calc( 100% - 24px );
    height: 0;
    border-bottom: 1px solid #c7a77e;
    position: absolute;
    bottom: 16px;
    left: 24px;
}
.stage_discount_content .userguide_content_block .userguide_tit .icon {
    display: block;
    background-color: #c7a77e;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    position: relative;
}

.stage_discount_content .userguide_content_block .userguide_tit .icon span {
    position: absolute;
    width: 100%;
    top: 24px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 1rem;
}

.stage_discount_content .userguide_content_block .userguide_tit .icon::after {
    display: block;
    content: "";
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 16px;
    left: 0;
}
.stage_discount_content .userguide_content_block .userguide_tit .title {
    width: calc( 100% - 140px);
    font-size: 1.75rem;
    text-align: center;
    margin-left: -40px;
    padding-bottom: 32px;
    color: #df0202;
}
.stage_discount_content .userguide_content_block .tit_01 .icon::after {
    background-image: url(../img/guide2023_ico01.png);
    aspect-ratio: 1.38;
}
.stage_discount_content .userguide_content_block .tit_02 .icon::after {
    background-image: url(../img/guide2023_ico02.png);
    aspect-ratio: 2.27;
}
.stage_discount_content .userguide_content_block .tit_03 .icon::after {
    background-image: url(../img/guide2023_ico03.png);
    aspect-ratio: 1.4;
}
.stage_discount_content .userguide_content_block .tit_01 .title {
    line-height: 0.7;
}
.stage_discount_content .userguide_content_block .tit_01 span {
    color: #000;
    font-size: 0.875rem;
}
.stage_discount_content .userguide_content_block .tit_02 span,
.stage_discount_content .userguide_content_block .tit_03 span {
    color: #000;
    font-size: 1.5rem;
}
.stage_discount_content .userguide_content_block .s01 {
    background-color: #dde8ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stage_discount_content .userguide_content_block .s01::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_stage_diamond_modal.png);
    width: 38px;
    height: 43px;
    background-size: cover;
    margin-right: 12px;
}
.stage_discount_content .userguide_content_block .s02 {
    background-color: #ddf8ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stage_discount_content .userguide_content_block .s02::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_stage_platina_modal.png);
    width: 38px;
    height: 43px;
    background-size: cover;
    margin-right: 36px;
}
.stage_discount_content .userguide_content_block .s03 {
    background-color: #fff2c7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stage_discount_content .userguide_content_block .s03::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_stage_gold_modal.png);
    width: 38px;
    height: 43px;
    background-size: cover;
    margin-right: 37px;
}
.stage_discount_content .userguide_content_block .s04 {
    background-color: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stage_discount_content .userguide_content_block .s04::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_stage_silver_modal.png);
    width: 38px;
    height: 43px;
    background-size: cover;
    margin-right: 36px;
}
.stage_discount_content .userguide_content_block .s05 {
    background-color: #ffe7d5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stage_discount_content .userguide_content_block .s05::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/icon_stage_bronze_modal.png);
    width: 38px;
    height: 43px;
    background-size: cover;
    margin-right: 36px;
}
.stage_discount_content .userguide_content_block .guide2023_tbl01 {
    width: 100%;
    margin: 24px auto;
    text-align: center;
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
.stage_discount_content .userguide_content_block .guide2023_tbl01 .stage,
.stage_discount_content .userguide_content_block .guide2023_tbl01 .price {
    width: 50%;
}
.stage_discount_content .userguide_content_block .guide2023_tbl01 tr,
.stage_discount_content .userguide_content_block .guide2023_tbl01 td {
    border: 1px solid #cccccc;
}
.stage_discount_content .userguide_content_block .guide2023_tbl01 td {
    padding: 8px 0;
    font-size: 24px;
}
.stage_discount_content .userguide_content_block .guide2023_tbl01 td span {
    font-size: 18px;
}
.stage_discount_content .userguide_content_block .guide2023_tbl01 td.s01,
.stage_discount_content .userguide_content_block .guide2023_tbl01 td.s02,
.stage_discount_content .userguide_content_block .guide2023_tbl01 td.s03,
.stage_discount_content .userguide_content_block .guide2023_tbl01 td.s04,
.stage_discount_content .userguide_content_block .guide2023_tbl01 td.s05 {
    border: none;
}
.stage_discount_content .userguide_content_block .guide2023_tbl01 .guide2023_tbl_title {
    border-top: 1px solid #cccccc;
    background-color: #c7a77e;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.stage_discount_content .userguide_content_block .guide2023_tbl02 {
    width: 100%;
    margin: 24px auto;
    text-align: center;
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
.stage_discount_content .userguide_content_block .guide2023_tbl02 tr,
.stage_discount_content .userguide_content_block .guide2023_tbl02 td {
    border: 1px solid #cccccc;
}
.stage_discount_content .userguide_content_block .guide2023_tbl02 td {
    padding: 8px 0;
    font-size: 28px;
}
.stage_discount_content .userguide_content_block .guide2023_tbl02 td span {
    font-size: 20px;
}
.stage_discount_content .userguide_content_block .guide2023_tbl02 td.s01,
.stage_discount_content .userguide_content_block .guide2023_tbl02 td.s02,
.stage_discount_content .userguide_content_block .guide2023_tbl02 td.s03,
.stage_discount_content .userguide_content_block .guide2023_tbl02 td.s04,
.stage_discount_content .userguide_content_block .guide2023_tbl02 td.s05 {
    border: none;
    font-size: 24px;
}
.stage_discount_content .userguide_content_block .guide2023_tbl02 .guide2023_tbl_title {
    width: 50%;
    background-color: #c7a77e;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.stage_discount_content .userguide_content_block .guide2023_tbl02 .guide2023_tbl_title02 {
    background-color: #faf5e7;
    border: 1px solid #c7a77e;
    font-size: 20px;
}
.stage_detail_wrapper {
    margin: 30px auto;
    padding: 30px;
    background: #f3f3f3;
}
.fw_bold {
    font-weight: bold;
}
.marB20 {
    margin-bottom: 20px !important;
}
.marT20 {
    margin-top: 20px !important;
}
.stage_table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
    margin: 20px auto 30px;
}
.stage_table th:first-of-type {
    width: 18.8%;
}
.stage_table th, .stage_table td {
    font-weight: bold;
    text-align: center;
}
.stage_table .th01 {
    padding: 12px 0;
    color: #fff;
    background: #f78490;
    font-size: 16px;
}
.stage_table tbody tr:first-of-type th:not(:first-of-type) {
    padding: 20px 0;
    color: #f40000;
    background: #fff;
    font-size: 18px;
    line-height: 1;
}
.fill_color_default {
    background: #fbf5e5;
    height: 70px;
}
.stage_discount_content td.fill_color_stage_bronze {
    background: url(../img/icon_stage_bronze_modal.png) no-repeat center top 17% #f4e6e4;
    padding: 60px 0 10px;
}
.stage_discount_content td.fill_color_stage_silver {
    background: url(../img/icon_stage_silver_modal.png) no-repeat center top 17% #e5e5e5;
    padding: 60px 0 10px;
}
.stage_discount_content td.fill_color_stage_gold {
    background: url(../img/icon_stage_gold_modal.png) no-repeat center top 17% #ece5d4;
    padding: 60px 0 10px;
}
.stage_discount_content td.fill_color_stage_platina {
    background: url(../img/icon_stage_platina_modal.png) no-repeat center top 17% #dce8f8;
    padding: 60px 0 10px;
}
@media screen and (min-width: 1200px) {
    .stage_discount_content td.fill_color_stage_bronze {
        background: url(../img/icon_stage_bronze_modal.png) no-repeat center left 17% #f4e6e4;
        padding: 0 0 0 4%;
    }
    .stage_discount_content td.fill_color_stage_silver {
        background: url(../img/icon_stage_silver_modal.png) no-repeat center left 17% #e5e5e5;
        padding: 0 0 0 4%;
    }
    .stage_discount_content td.fill_color_stage_gold {
        background: url(../img/icon_stage_gold_modal.png) no-repeat center left 17% #ece5d4;
        padding: 0 0 0 4%;
    }
    .stage_discount_content td.fill_color_stage_platina {
        background: url(../img/icon_stage_platina_modal.png) no-repeat center left 17% #dce8f8;
        padding: 0 0 0 4%;
    }
}
.stage_discount_content .fill_color_stage_platina,
.stage_discount_content .fill_color_stage_platina td,
.stage_discount_content .fill_color_stage_platina th {
    background: #dce8f8;
}
.stage_discount_content .fill_color_stage_gold,
.stage_discount_content .fill_color_stage_gold td,
.stage_discount_content .fill_color_stage_gold th {
    background: #ece5d4;
}
.stage_discount_content .fill_color_stage_silver,
.stage_discount_content .fill_color_stage_silver td,
.stage_discount_content .fill_color_stage_silver th {
    background: #e5e5e5;
}
.stage_discount_content .fill_color_stage_bronze,
.stage_discount_content .fill_color_stage_bronze td,
.stage_discount_content .fill_color_stage_bronze th {
    background: #f4e6e4;
}
.stage_table_discount .icon img {
    width: 38px;
    margin-right: 20px;
    vertical-align: middle;
}
.stage_table_discount th,
.stage_table_discount td {
    padding: 8px 3px;
}
.stage_table_discount td span {
    font-size: 30px;
}
.w940 {
    width: 98%;
    margin: 0 auto;
}
.title01 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 14px 0;
    border: 1px solid #c7a77e;
    border-bottom: 0;
    background-color: #5e381b;
}
.img01 {
    border: 1px solid #c7a77e;
    padding: 31px 90px;
    margin-bottom: 60px;
}
.img01 img {
    max-width: 100%;
}
.mb_txt {
    margin-bottom: 34px;
}
.small {
    font-size: 14px;
}
.txt_r {
    text-align: right;
}
.mypage_txt {
    text-align: center;
    margin-top: 76px;
    font-size: 22px;
}
.mypage_link {
    margin-top: 11px;
    text-align: center;
    padding-top: 11px;
}
.mypage_link a {
    padding: 20px 100px;
    color: #fff;
    background-color: #c2a883;
    border-radius: 4px;
    position: relative;
    font-size: 22px;
    text-decoration: none !important;
}
.mypage_link a:after {
    position: absolute;
    right: 23px;
    top: 29px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #fff;
}
/* 確認用ここから */
#page .stage_discount_inner {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 86%;
    max-width: 1140px;
    min-width: 630px;
    height: 90%;
    margin: auto;
    z-index: 1000001;
    font-size: 16px;
}
.stage_discount_content {
    position: relative;
    padding: 45px 65px 75px;
    background: #fff;
    border-radius: 4px;
    overflow-y: auto;
    height: 100%;
}
/* 確認用ここまで */