body {
    overflow-x: hidden;
}
/* period */
.deadline {
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.deadline ul {
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    line-height: 2.5;
    display: table;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.deadline ul li {
    background-color: #ffffff;
    color: #313131;
    display: table-cell;
    font-weight: bold;
    padding: 8px 9px;
    line-height: 1.4;
    vertical-align: middle;
}
.deadline ul li.ulTitle01, .deadline ul li.ulTitle02 {
    background-color: #f4f4f4;
    width: 14%;
}
.deadline ul li+li {
    border-left: 1px solid #dfdfdf;
}

/* menu-tab-area */
.menu-tab-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 56px;
}
.menu-tab {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DEDEDF;
}
.menu-tab-area > li {
    width: 100%;
}
.menu-tab > li {
    position: relative;
    text-align: center;
}
.menu-tab > li.is-current a {
    color: #0071BE;
}
.menu-tab > li a {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.menu-tab > li a:after {
    content: "";
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0071BE;
}
.menu-tab > li.is-current a:after {
    visibility: visible;
}
.menu-tab > li a:hover {
    color: #0071BE;
}
/* タブ切り替え */
.tab-panel {
    display: none;
}

.tab-panel.is-active {
    display: block;
}
/* 下部詳細 */
h2.rs_h2_title_bar {
    padding: 10px 15px;
    background-color: #0071BE;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px !important;
}
#outline_box {
    margin: 0 0 15px;
    border: 2px solid #0071BE;
    font-size: 1.2em;
}
#outline_box dl {
    margin: 5px 0;
}
#outline_box dt {
    padding: 10px 0 0 15px;
    font-weight: bold;
    color: #0071BE;
    float: left;
}
#outline_box dd {
    padding: 10px 10px 10px 210px;
    border-bottom: 1px dashed #ccc;
    line-height: 140%;
}
.mt0 {
    margin-top: 0 !important;
}
.bold {
    font-weight: bold;
}
#outline_box dd.last {
    border: 0;
}
.mt15 {
    margin-top: 15px !important;
}
.notice_tit {
    padding: 8px 15px;
    background-color: #ccc;
    font-size: 1.2em;
}
#notice_box {
    margin: 0 0 10px;
    width: 956px;
    border: 2px solid #ccc;
    font-size: 1.2em;
}
.outline_box, #notice_box dl {
    font-size: 1.2em;
}
#notice_box dl {
    margin: 0;
}
#notice_box dt {
    padding: 10px 0 0 15px;
    font-weight: bold;
    float: left;
}
#notice_box dd {
    padding: 10px 10px 10px 210px;
    border-bottom: 1px dashed #ccc;
    line-height: 140%;
}
#notice_box ul {
    margin-left: 0;
}

#notice_box ul li {
    list-style: disc;
    list-style-position: outside;
}
/* クーポン */
.special-block {
    position: relative;
    padding: 15px 0 10px;
    box-sizing: border-box;
}
.special-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.special-item {
    width: 100%;
}
.special-item .coupon-title {
    width: 413px;
    margin: 0 auto 30px;
    position: relative;
}
.special-item .coupon-title p {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.special-item p {
    margin-top: 0;
}
.special-item .coupon-title p:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background: #f0ff4f;
    z-index: -1;
}
.coupon-get-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    gap: 40px 0;
}
.coupon-get-2col .coupon-item.js-get-coupon {
    width: 400px;
    margin: 0 20px;
}
.coupon-item.js-get-coupon {
    text-align: center;
}
.coupon-item .coupon-subtitle {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #0071BE;
    margin-top: 0;
}
.coupon-item .coupon-subtitle:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -20px;
    display: block;
    width: 2px;
    height: 22px;
    background: #0071BE;
    transform: rotate(-20deg);
}
.coupon-item .coupon-subtitle:after {
    content: "";
    position: absolute;
    top: 2px;
    right: -20px;
    display: block;
    width: 2px;
    height: 22px;
    background: #028f4b;
    transform: rotate(20deg);
}
.coupon-item .coupon-subtitle p {
    font-size: 20px;
    font-weight: bold;
    color: #176aca;
    margin-bottom: 12px;
}
.coupon-item .coupon-subtitle span {
    color: #028f4b;
}
.coupon-item.js-get-coupon a {
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .2s ease-out;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
    width: 400px;
    border-radius: 4px;
    pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-notfound p {
    position: relative;
    display: inline-block;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px;
    z-index: 999999;
    text-align: center;
    width: 80%;
    font-size: 16px;
}
.special-block .txt_link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    margin-top: 22px;
}
.special-block .txt_link a {
    color: #0071BE;
    font-size: 16px;
    transition: .3s ease-out;
}
.special-block .txt_link.arrow-b:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: -8px 0 0 8px;
    border-top: solid 2px #0071BE;
    border-right: solid 2px #0071BE;
    transform: rotate(135deg);
}
.term__txt {
    margin-bottom: 24px;
    font-size: 16px;
}
.text-link {
    text-align: right;
}
.text-link span, .text-link a {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.text-link.-arrow-bottom a:before {
    top: 7%;
    transform: rotate(135deg) translateY(-50%);
}
.text-link span:before, .text-link a:before {
    content: "";
    display: block;
    position: absolute;
    right: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.entry {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 56px;
}
.entry__btn {
    width: 100%;
    max-width: 345px;
}
.entry__btn.is-closed button:disabled {
    position: relative;
    border: none;
}
:disabled {
    cursor: not-allowed;
}
.btn56-red {
    width: 100%;
    height: 56px;
    padding: 0;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #d7373d;
    border: 1px solid #d7373d;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.entry__btn.is-closed button:disabled:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}
.entry__btn + .entry__btn {
    margin-left: 30px;
}
.term {
    max-width: 992px;
    margin: 24px auto 56px;
    padding: 0 16px;
}
#page-top {
    bottom: 20px;
    position: fixed;
    margin-left: 980px;
    width: 960px;
}
.anchor-menu {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 56px;
}
.anchor-menu__btn {
    width: 100%;
    max-width: 345px;
    margin-right: 16px;
}
.btn44-white-anchor--under {
    background: #fff url(../img/icon_under_arrow_blue.bg.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
}
.btn44-white-anchor--under:hover {
    background: #0071BE url(../img/icon_under_arrow_white.bg.svg) no-repeat;
}
.btn44-white, .btn30-white {
    width: 100%;
    height: 44px;
    padding: 0;
    line-height: 1;
    color: #0071BE;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #0071BE;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
    transition: all 0.3s ease-out;
}
.anchor-menu__btn:last-child {
    margin-right: 0;
}
.btn44-white-anchor--under:hover {
    background: #0071BE url(../img/icon_under_arrow_white.bg.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
}
.btn44-white:hover, .btn30-white:hover {
    color: #fff;
    border-color: #0071BE;
}