* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: georgia,palatino,book antiqua,palatino linotype,serif;
}

/* Common */

.content-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.dsh-btn {
    background: #FCD307;
    white-space: nowrap;
    vertical-align: baseline;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    font-weight: 700;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    border: solid transparent 1px;
    cursor: pointer;
    height: 50px;
    text-align: center;
    line-height: 48px;
}

.dsh-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
}

.dsh-btn-header {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 38px;
    height: 40px;
    background: #ffffff;
    border: solid #000000 1px;
    margin-right: 10px;
}

.dsh-btn-header:hover {
    background-color: #FCD307;
    border-color: #FCD307;
}

.txt-yellow {
    color: #FCD307;
}

.section-line-h {
    border-top: 6px solid rgba(255, 212, 90, 1);
    border-bottom: 1px solid rgba(255, 212, 90, 1);
    padding: 6px 0 0 0;
    font-size: 0;
    line-height: 0;
}

.txt-underline {
    text-decoration: underline;
}

.show-mobile {
    display: none;
}

/* Header */

.ico-header img {
    width: 18px;
    height: 18px;
}

header h1 {
    width: 280px;
    color: #36B6AD;
    font-family: georgia, palatino, "book antiqua", "palatino linotype", serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    margin-top: 19px;
    margin-bottom: 61px;

    animation-name: moveLogo, opacityLogo;
    animation-duration: 2s, 1s;
    animation-iteration-count: 1, 1;
}

@keyframes moveLogo {
    from {
        -moz-transform: translate(-145px, 0px);
        -webkit-transform: translate(-145px, 0px);
        -o-transform: translate(-145px, 0px);
        -ms-transform: translate(-145px, 0px);
        transform: translate(-145px, 0px);
    }
    to   {
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes opacityLogo {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

header h1 a {
    color: #36B6AD;
    text-decoration: none;
    font-weight: 700;
    font-size: 51px;
    line-height: normal;
    margin: 0;
    position: relative;
}

.header-row-btn {
    padding-top: 26px;
}

header .content-wrap {
    display: flex;
}

header .col-01 {
    width: 280px;
}

header .col-02 {
    flex: 1;
    text-align: right;
    padding-top: 38px;
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

header ul li {
    display: inline-block;
}

.menu-top-social {
    float: left;
    margin-left: 108px;
    margin-top: 9px;
}

@media (max-width: 1039px) {
    .menu-top-social {
        margin-left: calc(50% - 245px);
    }
}

.menu-top {
    animation-name: opacityMenuTop;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@keyframes opacityMenuTop {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

.menu-top-social a,
.menu-top a {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    color: #000000;
    transition: color 0.4s ease 0s;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
}

.menu-top a[aria-current="page"],
.menu-top-social a:hover,
.menu-top a:hover,
.menu-top-social a.selected,
.menu-top a.selected {
    color: #FCD307;
}

.menu-social-link {
    height: 18px;
    margin-left: 10px;
}

#btnMenuTopMore {
    cursor: pointer;
}

.menu-social-link a {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
}

.menu-social-link li {
    margin-left: 6px;
    height: 18px;
}

.menu-social-link li:first-child {
    margin-left: 0;
}

.menu-social-link img {
    vertical-align: baseline;
}

.menu-social-link-label {
    display: none;
}

.menu-social-link-item a {
    padding-right: 0;
}
/* Footer */

.footer-section-02 {
    padding-top: 22px;
    padding-bottom: 27px;

    background: #2F2E2E;
    color: #ffffff;
    min-height: 95px;
}

.footer-section-02 a,
.footer-section-02 {
    font-size: 12px;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    /*color: #000000;*/
    color: #ffffff;
    text-decoration: none;
}

.footer-section-02 .sep {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-section-02 .content-wrap {
    display: flex;
}

.footer-section-02 .col-01 {
    width: 110px;
}

.footer-section-02 .col-02 {
    flex: 1;
    text-align: right;
}

.footer-section-02  .menu-social-link {
    list-style: none;
    margin: 0 0 0 50px;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 4px;
}

.footer-section-02  .menu-social-link li {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
}

.footer-section-02  .menu-social-link li a {
    top: 0;
}

.copyright {
    padding-top: 7px;
    display: inline-block;
}

/* Responsive */

@media (max-width: 1039px) {
    /*header,*/
    .content-wrap,
    .footer-section-02 .content-wrap {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 946px) {
    .menu-social-link-label {
        display: inline;
    }

    .menu-top-social {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
}

@media (max-width: 679px) {
    .footer-section-02 .menu-social-link,
    .footer-section-02 .col-02 > span,
    .footer-section-02 .content-wrap {
        display: block;
    }

    .footer-section-02 .menu-social-link {
        margin-left: 0;
    }

    .footer-section-02 .col-02 > span {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .footer-section-02 .col-02 > span,
    .footer-section-02 .col-02,
    .footer-section-02 .col-01 {
        width: 100%;
        text-align: center;
    }


}

@media (max-width: 450px) {
    .footer-section-02 .col-02 > span {
        line-height: 20px;
    }
}


/* Msg */
.msg-underconstruction-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.75;
    z-index: 5000;
}

.msg-underconstruction {
    position: fixed;
    z-index: 5500;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    background: #FCD307;
    color: #000000;
    padding: 40px;
    font-family: georgia, palatino, "book antiqua", "palatino linotype", serif;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    border: 2px dashed #000000;
    width: 660px;
}

.msg-underconstruction-btn-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    font-family: Arial;
    font-size: 28px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
}

.msg-underconstruction-body {
    padding-top: 10px;
}

/* Footer */
.footer-section-01 {
    background: #212121;
    color: #ffffff;
    font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-footer i {
    font-size:1em;
    vertical-align:baseline;
    margin-right: 10px !important;
}

.menu-footer {
    list-style: none;
    padding: 0 !important;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.menu-footer li {
    display: inline-block;
}

.menu-footer li a {
    color: #ffffff !important;
    font-weight: normal;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
}

.no-wrap {
    white-space: nowrap;
}

#menuTopMoreWrap {
    display: none;
}

#menuTopMoreWrap + .sub-toggle {
    display: none;
}

.menu-top-dropdown {
    position: relative;
}

#menuTopMoreWrap {
    border: 1px solid #eeeeee;
    position: absolute;
    background: #ffffff;
    right: 6px;
    top: 24px;
    padding: 10px 15px 10px 15px;
    box-shadow: 4px 8px 10px rgba(0,0,0,0.2);
}

#menuTopMoreWrap li {
    width: 100%;
}

#menuTopMoreWrap li a {
    white-space: nowrap;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.slimmenu.collapsed .hide-mobile,
.slimmenu .hide-mobile {
    display: none;
}

.txt-uppercase {
    text-transform: uppercase;
}


