@charset 'UTF-8';



.sec_menu h1 {
    background: url(/sp/images/title_over_sea_back.png);
    background-size: 191px 60px;
    background-repeat: repeat-x;
    clear: both;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0;
    text-align: left;
    height: 60px;
}

.sec_menu h1 span {
    background: url(/sp/images/title_over_sea.png);
    background-size: 12px 60px;
    background-repeat: no-repeat;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}

#menu_navi div.on {
    font-size: 1.2rem;
}
#menu_navi div {
    font-size: 1.2rem;
}
.myClear_10 {
    clear: both;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.button.is-set {
    background-image: url(/sp/assets/images/icon_btn_set.png), linear-gradient(to bottom, #ff6c00, #f25f00);
    background-repeat: no-repeat;
    background-size: auto 50px;
}

.button.is-set > span {
    display: inline-block;
    padding-left: 76px;
    text-align: center;
}

.button {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    transition: none;
    border: 1px solid #2766a8;
    background-color: #355577;
    letter-spacing: .12em;
}
.button.is-strong {
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4), 0 4px #e14e00;
    border-color: #e14e00;
    color: #fff;
}

.button.is-set > span:before {
    content: '得';
    position: relative;
    left: -.25em;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    color: #ff6c00;
    border-radius: 50%;
    letter-spacing: 0;
}

.attention_area {
    padding: 5px 10px;
    margin: 5px 10px 10px;
    border: 1px solid #0B499D;
    color: #0B499D;
    font-size: 1.0rem;
    line-height: 1.2;
    text-align: left;
}
.attention_area p {
    margin: 0 0 12px;
}

.modal {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}

.calendar-months table {
    width: 100%;
    font-size: 1.5rem;
    border-collapse: collapse;
    table-layout: fixed;
}


