.term {
    padding: 0;
    margin: 20px auto 24px;
}
.section__title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
}
.price-exp {
    font-size: 16px;
    margin: -0.7em 0 1.5em;
}
#btn_area_point {
    margin-top: 16px;
}
#btn_area_point ul {
    display: flex;
    gap: 15px;
}
#btn_area_point ul li a {
    border: 1px solid #dededf;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 24px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
#btn_area_point ul li.on a {
    border: 1px solid #0097DC;
    background: #0097DC;
    color: #ffffff;
    pointer-events: none;
    font-weight: bold;
    box-shadow: none;
}
.mv-under-txt {
    font-size: 16px;
    padding: 14px;
    background: #FFFBEE;
    border: 3px solid #FFD03B;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
}
#str_container #header {
    overflow: hidden;
    white-space: nowrap;
    background: #0E284D url(/special/maebarai_swsale/img/mv_pc.jpg?2609) no-repeat;
    background-size: 100%;
    width: 1920px;
    height: 190px;
    margin: 0px 0 0 -480px;
    background-position: 0 0;
}
#str_container {
    overflow: visible!important;
}
#notice_box {
    font-size: 100%;
}
.deadline ul li {
    font-weight: normal;
}
.deadline ul li.ulTitle01, .deadline ul li.ulTitle02 {
    font-weight: bold;
}
