@charset "utf-8";
/*========================================================
notice.html
========================================================*/

/* common (other than japanese) */
div#wrapper.notice {
    background-color: #000;
    color: #fff;
}
div#wrapper.notice .notice-head {
    font-size: 34px;
    text-align: center;
    background-color: #202328;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
}
div#wrapper.notice .notice-cnt {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1em;
}
div#wrapper.notice .notice-cnt h2 {
    font-size: 26px;
    text-align: left;
    background-color: #4D5058;
    width: 100%;
    margin: 1em auto;
    padding: 0.4em 0.6em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
div#wrapper.notice p.txt {
    font-size: 26px;
    line-height: 1.8;
    margin-top: 1em;
    text-align: left;
}
div#wrapper.notice .bold {
    font-weight: bold;
}
div#wrapper.notice dl.info-area {
    background-color: #202328;
    margin: 2em auto;
    padding: 1.8em;
}
div#wrapper.notice dl.info-area dt {
    text-align: left;
    font-size: 30px;
    margin-bottom: 1em;
    color: #f5a81c;
}
div#wrapper.notice .close-btn {
    font-size: 26px;
    background-color: #4D5058;
    margin: 1em auto 3em;
    display: inline-block;
    width: 40%;
    padding: 0.5em;
}

/* japanese (color change) ============================*/
#ja div#wrapper.notice {
    background-color: #dcdcdc;
    color: #000;
}
#ja div#wrapper.notice .notice-head {
    background-color: #fff;
    color: #497c45;
}
#ja div#wrapper.notice .notice-cnt {
}
#ja div#wrapper.notice .notice-cnt h2 {
    background-color: #898d8a;
    color: #fff;
}
#ja div#wrapper.notice dl.info-area {
    background-color: #fff;
}
#ja div#wrapper.notice dl.info-area dt {
    color: #497c45;
}
#ja div#wrapper.notice .close-btn {
    background-color: #898d8a;
    color: #fff;
}

/*================================================================================================================
~750px
================================================================================================================*/
@media only screen and (max-width: 750px) {}













