@charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html, body {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* a */
/*--------------------------------------------------------*/
a {
    text-decoration: none;
    color: #000;
}
a.decoration {
    text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
    text-decoration: underline;
    outline: 0;
}
a:visited, a:focus, a:active {
    text-decoration: none;
    color: #000;
    outline: 0;
}

/* table */
/*--------------------------------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/*-----------------------------------------------*/
/*ALL Settings*/
html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrap {
    font-size: 14px;
}

a {
    color: #333;
}
a:visited, a:focus, a:active {
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 768px) {
    .inner {
        width: 86.25%;
    }
}

@media only screen and (min-width: 769px) {
    .flL {
        float: left;
    }

    .flR {
        float: right;
    }

    .hoverOpacity {
        -webkkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -ms-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkkit-transition-delay: 0s;
        transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .hoverOpacity:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .pcH {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .spTabH {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .spH {
        display: none !important;
    }
}
.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

/* font */
/* ------------------------------------------------- */
.required {
    color: #c00;
    font-size: 10px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
    width: 100%;
    display: none;
}
.tabBox.active {
    display: block;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .slidemenu {
        width: 240px;
        position: fixed;
        top: 0;
        visibility: hidden;
        z-index: -1;
    }
    .slidemenu .slidemenu-body {
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .slidemenu .slidemenu-content {
        position: relative;
    }
    .slidemenu.slidemenu-left {
        left: 0;
    }
    .slidemenu.slidemenu-right {
        right: 0;
    }
}
#wrap {
    position: relative;
    background-color: #fff;
}
@media only screen and (min-width: 769px) {
    #wrap {
        min-width: 1200px;
    }
}

img {
    -webkit-backface-visibility: hidden;
}

/* btn */
/*------------------------------------------------*/
a.redBgBtn {
    width: 220px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: #ea5541;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
a.redBgBtn:visited, a.redBgBtn:focus, a.redBgBtn:active {
    color: #fff;
}
@media only screen and (min-width: 769px) {
    a.redBgBtn {
        -webkkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -ms-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkkit-transition-delay: 0s;
        transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    a.redBgBtn:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
}
@media only screen and (max-width: 768px) {
    a.redBgBtn {
        width: 100%;
        padding: 0 6.7%;
    }
}
a.redBorderBtn {
    width: 220px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ea5541;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #ea5541;
}
a.redBorderBtn:visited, a.redBorderBtn:focus, a.redBorderBtn:active {
    color: #ea5541;
}
@media only screen and (min-width: 769px) {
    a.redBorderBtn {
        -webkkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -ms-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkkit-transition-delay: 0s;
        transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    a.redBorderBtn:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
}
@media only screen and (max-width: 768px) {
    a.redBorderBtn {
        width: 100%;
        padding: 0 6.7%;
    }
}

/* header */
/*------------------------------------------------*/
#headWrap {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
}
@media only screen and (max-width: 768px) {
    #headWrap {
        min-width: 0;
    }
}
#headWrap #header {
    width: 100%;
    height: 86px;
    min-width: 930px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
    #headWrap #header {
        height: auto;
        padding: 0;
        min-width: 0;
        display: block;
    }
}
#headWrap #header > div {
    display: table-cell;
    vertical-align: middle;
}
#headWrap #header #headBody {
    width: 167px;
    padding-left: 30px;
}
@media only screen and (max-width: 768px) {
    #headWrap #header #headBody {
        width: 100%;
        height: 65px;
        padding: 13px 22px 13px 22px;
        display: table;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    #headWrap #header #headBody > div {
        display: table-cell;
        vertical-align: middle;
    }
    #headWrap #header #headBody #globalNavBtn {
        width: 20px;
    }
    #headWrap #header #headBody #globalNavBtn > span {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }
    #headWrap #header #headBody #globalNavBtn > span > .open {
        display: inline-block;
    }
    #headWrap #header #headBody #globalNavBtn > span > .close {
        display: none;
    }
    #headWrap #header #headBody #globalNavBtn > span.active > .open {
        display: none;
    }
    #headWrap #header #headBody #globalNavBtn > span.active > .close {
        display: inline-block;
    }
    #headWrap #header #headBody #globalNavBtn > span img {
        vertical-align: middle;
    }
}
#headWrap #header #headBody #logo {
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #headWrap #header #headBody #logo {
        width: auto;
        text-align: left;
    }
}
#headWrap #header #headBody #logo a {
    display: inline-block;
}
@media only screen and (min-width: 769px) {
    #headWrap #header #headBody #logo a {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -ms-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkkit-transition-delay: 0s;
        transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    #headWrap #header #headBody #logo a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    #headWrap #header #headBody #logo a img {
        width: 167px;
    }
}
@media only screen and (max-width: 768px) {
    #headWrap #header #headBody #logo a {
        width: 125px;
    }
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
    text-align: right;
}
@media only screen and (max-width: 768px) {
    #globalNavWrap {
        display: none;
    }
}
#globalNavWrap #globalNav {
    font-size: 0px;
}
#globalNavWrap #globalNav > ul {
    display: inline-block;
    vertical-align: middle;
}
#globalNavWrap #globalNav > ul {
    position: relative;
}
#globalNavWrap #globalNav > ul > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
#globalNavWrap #globalNav > ul > li > a {
    display: inline-block;
    text-align: center;
}
#globalNavWrap #globalNav > ul:nth-child(1) > li {
    border-left: 1px solid #d2d2d2;
}
#globalNavWrap #globalNav > ul:nth-child(1) > li:nth-child(1) {
    border-left: none;
}
/* 20190530 追記 */
#globalNavWrap #globalNav > ul:nth-child(1) > li > a {
    position: relative;
}
/* 20190530 追記 end */
#globalNavWrap #globalNav > ul:nth-child(1) > li > a > span {
    padding: 4px 16px;
    display: inline-block;
    -webkkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu-item a.menu-image-title-hide .menu-image-title {
    display: none !important;
}
#globalNavWrap #globalNav > ul:nth-child(1) > li > a > span.off {
    opacity: 1;
    filter: alpha(opacity=100);
}
#globalNavWrap #globalNav > ul:nth-child(1) > li > a > span.on {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 769px) {
    #globalNavWrap #globalNav > ul:nth-child(1) > li > a > span > img {
        height: 30px;
    }
}
#globalNavWrap #globalNav > ul:nth-child(1) > li > a.current > span.off {
    opacity: 0;
    filter: alpha(opacity=0);
}
#globalNavWrap #globalNav > ul:nth-child(1) > li > a.current > span.on {
    opacity: 1;
    filter: alpha(opacity=100);
}
@media only screen and (min-width: 769px) {
    #globalNavWrap #globalNav > ul:nth-child(1) > li > a:hover > span.off {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    #globalNavWrap #globalNav > ul:nth-child(1) > li > a:hover > span.on {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children {
    position: relative;
}
/* 20190530 追記 */
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children {
    position: static;
}
/* 20190530 追記 end */
@media only screen and (min-width: 769px) {
    #globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children:hover > a > span.off {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    #globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children:hover > a > span.on {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
}
/* 20190530 追記 */
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav {
    display: flex;
    opacity: 0;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    /* background: #e95541; */
}
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav.on {
    opacity: 1;
}
/* 20190530 追記 end */
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li {
    margin-top: 2px;
    background-color: #fff;
}
/* 20190530 追記 */
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li {
    margin-top: 2px;
    background-color: #fff;
    width: 33%;
    text-align: left;
    line-height: 1.5;
}
/* 20190530 追記 end */
/* #globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li:first-child {
    margin-top: 0;
} */
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a {
    width: 160px;
    padding: 20px 30px;
    display: inline-block;
    background-color: #ea5541;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
/* 20190530 追記 */
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a {
    width: 100%;
    height: 100%;
    padding: 20px 8px;
    display: inline-block;
    background-color: #ea5541;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
/* 20190530 追記 end */
#globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a:visited, #globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a:focus, #globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a:active {
    color: #fff;
}
@media only screen and (min-width: 769px) {
    #globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -ms-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkkit-transition-delay: 0s;
        transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    #globalNavWrap #globalNav > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
}
#globalNavWrap #globalNav > ul:nth-child(2) > li > a {
    padding: 20px 40px;
    /*background-color: #ea5541;*/
	background-color:#2f457c
}
@media only screen and (min-width: 769px) {
    #globalNavWrap #globalNav > ul:nth-child(2) > li > a {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -ms-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkkit-transition-delay: 0s;
        transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    #globalNavWrap #globalNav > ul:nth-child(2) > li > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    #globalNavWrap #globalNav > ul:nth-child(2) > li > a img {
        height: 14px;
    }
}

#wrap.spNavOpen {
    width: 100%;
    position: fixed;
}

#spGlobalNav {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
#spGlobalNav .slidemenu-content {
    width: 100%;
    padding-top: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#spGlobalNav #spGlobalNavBody {
    width: 100%;
    padding-top: 9.375%;
    padding-bottom: 9.375%;
}
#spGlobalNav #spGlobalNavBody > * {
    margin-top: 10.93%;
}
#spGlobalNav #spGlobalNavBody > *:first-child {
    margin-top: 0;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li {
    margin-top: 9.375%;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li:first-child {
    margin-top: 0;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li > a {
    display: block;
    text-align: center;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li > a > span.off {
    width: 100%;
    display: block;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li > a > span.on {
    display: none;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li > a > span > img {
    height: 32px;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li > a.current > span.off {
    display: none;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li > a.current > span.on {
    width: 100%;
    display: block;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children > a {
    position: relative;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children > a:after {
    width: 14px;
    height: 8px;
    content: '';
    margin-top: -4px;
    display: block;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/icon/gnav_accordion.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 6.875%;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children > a.active:after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children .childNav {
    width: 100%;
    margin-top: 9.375%;
    display: none;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children .childNav > li {
    margin-top: 0.625%;
    background-color: #fff;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children .childNav > li:first-child {
    margin-top: 0;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a {
    width: 100%;
    padding: 6.25% 0;
    display: block;
    text-align: center;
    background-color: #ea5541;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a:visited, #spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a:focus, #spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a:active {
    color: #fff;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(1) > li.menu-item-has-children .childNav > li > a > img {
    height: 14px;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(2) {
    width: 86.25%;
    margin-left: auto;
    margin-right: auto;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(2) > li > a {
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 5.31%;
    background-color: #ea5541;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#spGlobalNav #spGlobalNavBody > ul:nth-child(2) > li > a > img {
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
    width: 100%;
}
#mainWrap #main {
    padding-top: 86px;
}
@media only screen and (max-width: 768px) {
    #mainWrap #main {
        padding-top: 65px;
    }
}

/* footer */
/*------------------------------------------------*/
#pageTop {
    width: 60px;
    height: 60px;
    right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/pagetop.svg) no-repeat center center;
    position: fixed;
    right: 20px;
    bottom: 5px;
    z-index: 90;
    text-align: center;
    cursor: pointer;
    border: 1px solid #2f457c;
}
#recruit_btn {
	position: fixed;
	right: 20px;
    bottom: 100px;
    z-index: 91;
	width:170px;
}
#recruit_btn ul {
	overflow:hidden
}
#recruit_btn ul li {
	float:left;
	margin-bottom:10px;
}
#recruit_btn ul li:last-child {
	margin-bottom:0
}
.rec_pc {
	display:block
}
.rec_sp {
	display:none
}
@media only screen and (max-width: 768px) {
    #pageTop {
        width: 37px;
        height: 37px;
    }
}
@media only screen and (max-width: 640px) {
.rec_pc {
	display:none
}
.rec_sp {
	display: initial;
}
}

#footWrap {
    width: 100%;
    border-top: 24px solid #2f457c;
    position: relative;
}
@media only screen and (max-width: 768px) {
    #footWrap {
        border-top-width: 12px;
    }
}
@media only screen and (max-width: 640px) {
    #footWrap {
		padding-bottom:110px;
    }
	#recruit_btn {
    bottom: 0;
	width:100%;
		left:0;
		bottom:0
}
#recruit_btn ul {
	overflow:hidden;
	text-align:center;
}
#recruit_btn ul li {
	float:none;
	width:50%;
	padding: 0;
	margin-bottom:0;
	display: -moz-inline-box;
display: inline-block;
/display: inline;
/zoom: 1;
}
	#recruit_btn ul li img {
		vertical-align: bottom;
	}
}
#footWrap #footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    #footWrap #footer {
        padding-top: 7.81%;
        padding-bottom: 7.81%;
    }
	#footWrap #footer #footNav > ul {
	width: 100% !important;
}
}
#footWrap #footer #footLogo {
    text-align: center;
}
#footWrap #footer #footLogo > a {
    width: 206px;
    display: inline-block;
}
@media only screen and (min-width: 769px) {
    #footWrap #footer #footLogo > a {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -ms-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkkit-transition-delay: 0s;
        transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    #footWrap #footer #footLogo > a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
}
@media only screen and (max-width: 768px) {
    #footWrap #footer #footLogo > a {
        width: 118px;
    }
	
}
#footWrap #footer #footNav {
    margin-top: 30px;
}
#footWrap #footer #footNav > ul {
    font-size: 0px;
    text-align: center;
	width: 700px;
max-width: 1140px;
margin: 0 auto;
}
#footWrap #footer #footNav > ul > li {
    margin: 0 15px 25px;
    display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
#footWrap #footer #footNav > ul > li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
#footWrap #footer #footNav > ul > li a {
    font-size: 14px;
    
    color: #000;
}
#footWrap #footer #footNav > ul > li a:visited, #footWrap #footer #footNav > ul > li a:focus, #footWrap #footer #footNav > ul > li a:active {
    color: #000;
}
@media only screen and (min-width: 769px) {
    #footWrap #footer #footNav > ul > li a:hover {
        text-decoration: underline;
    }
	
}

#footWrap #footer #copyright p {
    color:#242730;
font-size: 14px;
    text-align: center;
}

/* breadcrumb */
/*------------------------------------------------*/
#breadcrumb > ul {
    font-size: 0px;
}
#breadcrumb > ul > li {
    margin-left: .5em;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
#breadcrumb > ul > li:first-child {
    margin-left: 0;
}

/* MW WP Form 入力画面 */
/*------------------------------------------------*/
.mw_wp_form_input .inputH {
    display: none !important;
}

.mw-wp-form_file {
    font-size: 13px;
    margin-top: 10px;
}
.mw-wp-form_file a {
    text-decoration: underline;
    color: #2f457c;
}
.mw-wp-form_file a:visited, .mw-wp-form_file a:focus, .mw-wp-form_file a:active {
    color: #2f457c;
}

/* MW WP Form 確認画面 */
/*------------------------------------------------*/
.mw_wp_form_confirm .confirmH {
    display: none !important;
}

/* MW WP Form 完了画面 */
/*------------------------------------------------*/
.mw_wp_form_finish .finishH {
    display: none !important;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .slidemenu {
        width: 320px;
        position: fixed;
        top: 0;
        visibility: hidden;
        z-index: -1;
        background-color: #fff;
    }
    .slidemenu .slidemenu-body {
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .slidemenu .slidemenu-content {
        position: relative;
    }
    .slidemenu.slidemenu-left {
        left: 0;
    }
    .slidemenu.slidemenu-right {
        right: 0;
    }
}
/* pager */
/* ------------------------------------------------- */
.pagerArea {
    margin-top: 70px;
    font-size: 0px;
}
.pagerArea span, .pagerArea a {
    line-height: 100%;
    padding: 8px 10px;
    margin-right: 0.5em;
    display: inline-block;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .pagerArea span, .pagerArea a {
        padding: 1.5% 2.5%;
        font-size: 10px;
    }
}
.pagerArea span {
    background-color: #2f457c;
    color: #fff;
}
.pagerArea span.dots {
    background-color: transparent;
    color: #333;
}
.pagerArea a {
    background-color: #eee;
    color: #333;
}
.pagerArea a:visited, .pagerArea a:focus, .pagerArea a:active {
    color: #333;
}
@media only screen and (min-width: 769px) {
    .pagerArea a:hover {
        background-color: #2f457c;
        color: #fff;
    }
}

/* 404 */
/* ------------------------------------------------- */
#notFound {
    padding: 60px 0;
}
#notFound h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2f457c;
}
@media only screen and (max-width: 768px) {
    #notFound h1 {
        margin-bottom: 8%;
        font-size: 18px;
        text-align: left;
    }
}
#notFound p {
    line-height: 1.4;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #notFound p {
        font-size: 12px;
        text-align: left;
    }
}
#notFound p a {
    padding: 8px;
    display: inline-block;
    background-color: #2f457c;
    color: #fff;
}
#notFound p a:visited, #notFound p a:focus, #notFound p a:active {
    color: #fff;
}
#notFound p.returnTop {
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
    #notFound p.returnTop {
        margin-top: 5%;
    }
}

/* 20190718追記 */
#menu-item-1237-ja,
#menu-item-1287-en {
    min-height: 38px;
    line-height: 2;
    padding: 0 20px;
}

/* 20200330追記 */
footer .fnav {
	padding:50px 0;
	width: 940px;
margin: 0 auto;
}
footer .fnav li {
  display: -moz-inline-box;
  display: inline-block;
  display: inline;
  zoom: 1;
  margin-right: 10px;
  width:300px;
  vertical-align: top;
	text-align: left;
	margin-bottom:10px;
}
footer .fnav li a {
	color:white;
	font-weight:bold
}
footer .fnav li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none
}
footer .fnav ul {
	padding:0
}
footer .fnav ul li {
	width:100%;
	text-align:left;
	margin-bottom:10px
}

#menu-item-1226 > a span.menu-image-title {
    display: none!important;
}


#headWrap #header {
	display: flex;
	justify-content: space-between
}
#headWrap #header > div.spH{
	position: absolute;
    right: 0;
}
#globalNavWrap #globalNav{
	display: flex;
}

#globalNavWrap #globalNav > ul{
	display: flex;
	align-items: center;
}

#globalNavWrap #globalNav > ul > li{
	display: flex;
}

#globalNavWrap #globalNav > ul:nth-child(1) > li.lang-item{
	padding: 0 40px;
	display: flex;
    align-self: center;
    align-items: center;
}



@media only screen and (min-width: 769px){
	
	#globalNavWrap #globalNav > ul:nth-child(1) > li > a > span > img {
		display: block;
	    margin-left: 0 !important;
	    margin-top: 0px;
		    width: 100% !important;
	}
	
	#globalNavWrap #globalNav > ul:nth-child(1) > li > a > span > img.hovered-image{
		margin-top: -30px;
	}
}


.nav-pad a{
	padding: 4px 16px;
}
