:root {
    --color-red: #E30B0B;
}

html {
    scroll-behavior: smooth;
}

.ttl {
    text-align: center;
    margin: 0 auto 29px;
}

.btn {
    border-radius: 10px;
    box-shadow: 2px 4px 4px rgba(0,0,0,0.2);
    font-weight: bold !important;
}

.btn:hover {
    color: #fff;
}

.mv img {
    width: 100%;
    height: auto;
}

.switcher {
    display: flex;
    flex-direction: column-reverse;
}

.page-in-link {
    margin: 0 auto 36px;
    width: 100%;
}

.page-in-link ul {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    gap: 10px;
    justify-content: space-between;
}

.page-in-link ul li {
    width: calc(99% / 3);
}

.page-in-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-red);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 58px;
}

.page-in-link a:hover {
    background: #ED6363;
    transition: all 0.3s ease-in-out;
}

.page-in-link a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 7.5%;
    width: 11px;
    height: 11px;
    margin: auto;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
}

.deadline {
    box-sizing: border-box;
    border: solid 1px #DEDEDF;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin: 17px auto;
    width: 100%;
}

.deadline dt {
    box-sizing: border-box;
    border-left: solid 1px #DEDEDF;
    background: #F4F4F4;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    width: 25%;
}

.deadline dt:first-child {
    border-left: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.deadline dd {
    box-sizing: border-box;
    border-left: solid 1px #DEDEDF;
    font-size: 16px;
    padding: 10px 15px;
    width: 25%;
}

/* .deadline dd:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
} */


.calendar {
    position: relative;
    background: #FAF3C9;
    padding: 40px 20px;
    border-radius: 20px;
}

.calendar::before,
.calendar::after {
    position: absolute;
    content: "";
    background-image: url(../images/calendar_parts.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 67px;
    height: 28px;
    top: -12px;
}

.calendar::before {
    left: 50px;
}

.calendar::after {
    right: 50px;
}

.calendar img {
    display: block;
    max-width: 476px;
    margin-left: auto;
    margin-right: auto;
}

.calendar img.calendar_img {
    margin-bottom: 16px;
}

img.calendar_supp_img {
    max-width: 302px;
}


.specialInfo {
    padding: 47px 0 57px;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.card {
    background: #FFFCEB;
    border: solid 4px #DEC898;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    width: calc(25% - 12px);
    padding: 20px 10px;
}

.card img.fukidashi {
    margin-bottom: 6px;
}

.card img {
    width: 100%;
    height: auto;
}

.card p {
    color: #A47A1E;
    font-size: 16px;
    margin: 15px auto
}

.card a {
    position: relative;
    align-items: center;
    justify-content: center;
    background: #0071BE;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
}

.card a:hover {
    color: #fff;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.card a::after {
    position: absolute;
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 7.5%;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    border-radius: 1px;
}

#coupon {
    text-align: center;
    margin: 0 auto 68px;
}

#coupon img {
    display: block;
    margin: auto;
}

#coupon .link-arrow {
    color: #0071BE;
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 1em;
}

#coupon .link-arrow:hover {
    text-decoration: underline;
}

#coupon .link-arrow::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -16px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: solid 2px #0071BE;
    border-right: solid 2px #0071BE;
    transform: rotate(135deg);
}




/* ==============================================
.gdc #outline
============================================== */

#outline {
    padding: 0 32px 64px 32px;
}

#outline .inner {
    max-width: 960px;
    margin: auto;
}

#outline .inner h2 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 64px 0 0 0;
}

#outline .inner table {
    margin: 28px 0 0 0;
    width: 100%;
    border-top: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
}

#outline .inner table th {
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #222;
    vertical-align: top;
    text-align: left;
    background: #f5f5f5;
    padding: 20px 20px 20px 20px;
    width: 200px;
    border-bottom: solid 1px #ebebeb;
}

#outline .inner table td {
    font-size: 15px;
    padding: 16px 20px 18px 20px;
    border-bottom: solid 1px #ebebeb;
}

#outline .inner table td p {
    color: #222;
    margin: 8px 0 0 0;
}

#outline .inner table td p:first-child {
    margin: 0;
}


#outline .inner table td ul li {
    color: #222;
    text-indent: -13px;
    margin: 4px 0 0 13px;
}

#outline .inner table td strong {
    font-weight: 700;
    color: #222;
}

#outline .inner table td a {
    color: #0071be;
    text-decoration: underline;
}


.sp {
    display: none !important;
}

/* ZETA */

h2.rs_h2_title_bar {
    padding: 10px 15px;
    background-color: #0071BE;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}