@charset "UTF-8";

body {
    margin: 0;
}

.globalHeaderWrap2018 {
    background-image: url(/common/img2018/bg-header@2x.png);
    background-repeat: repeat-x;
    background-size: 88px 22px;
    padding-top: 27px;
    padding-bottom: 9px;
    font-size: 0;
    background-position: 0 0;
    background-color: #fff;
}

.globalHeader2018 {
}

.globalHeader2018_inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.globalHeader2018_cols {
    min-height: 75px;
}

.globalHeader2018_cols::after {
    content: "";
    display: block;
    clear: both;
}

.globalHeader2018_col {
}

.globalHeader2018_col-no1 {
    width: 402px;
    float: left;
}

.globalHeader2018_title {
    padding-top: 15px;
}

.globalHeader2018_title > a {
    display: block;
    transition-duration: .3s;
    transition-property: opacity;
}

.globalHeader2018_title > a:hover {
    opacity: .7;
}

.globalHeader2018_title > a::before {
    content: "";
}

.globalHeader2018_title > a::after {
    content: "";
}

.globalHeader2018_title > a > img {
}

.globalHeader2018_col-no2 {
    width: 370px;
    float: right;
}

.globalHeader2018_col-no2 img {
    max-width: 100%;
    height: auto;
}

.globalNavigation2018 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1;
    background: linear-gradient(180deg, #fabe00 30%, #fa9f00 100%);
    height: 42px;
}

.globalNavigation2018_inner {
    width: 1000px;
    margin: 0 auto;
}

.globalNavigation2018_list {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}

.globalNavigation2018_list::after {
    content: "";
    display: block;
    clear: both;
}

.globalNavigation2018_list > li {
    display: table-cell;
    vertical-align: middle;
    width: 12.5%;
    padding: 0;
    margin: 0;
}

.globalNavigation2018_list > li:first-child {
}

.globalNavigation2018_list > li:nth-child(2n+1) {
}

.globalNavigation2018_list > li:nth-child(n+3) {
}

.globalNavigation2018_list > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    transition-duration: .3s;
    transition-property: background-color, color;
}

.globalNavigation2018_list > li.-info > a {
    font-size: 12px;
}

.globalNavigation2018_list > li > a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.globalNavigation2018_list > li > a::before {
    content: "";
    width: 1px;
    height: 21px;
    background: #000;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.globalNavigation2018_list > li > a::after {
    content: "";
}

.globalNavigation2018_list > li:last-child > a::after {
    content: "";
    width: 1px;
    height: 21px;
    background: #000;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cmfoot {
    padding: 40px 0 60px;
}

.cmfoot_list {
    text-align: center;
    font-size: 0;
}

.cmfoot_list > div {
    display: inline-block;
    margin: 0px 20px;
    background: #FFF;
}

@media screen and (max-width:640px) {
    .cmfoot {
        padding: 20px 0 40px;
    }

    .cmfoot_list > div {
        margin: 20px auto 0;
    }

    .cmfoot_list > div:first-child {
        margin-top: 0;
    }

}
