@charset "UTF-8";

#headerArea {
    margin: 0 0 0 0;
}
header#headerJP,
header#headerEN {
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-bottom: 0;
}
.headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 980px;
    height: 80px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}
.headerLeft {
    display: flex;
    align-items: center;
}
.headerLogo {
    width: 140px;
}
.headerLogo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.headerGnav {
    margin-left: 20px;
}
.headerGnav > ul {
    display: flex;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.headerGnav > ul > li {
    display: flex;
    margin: 0 8px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    line-height: 1.2;
}
.headerGnav > ul > li > a {
    display: flex;
    align-items: center;
    position: relative;
    color: #221815;
}
.headerGnav > ul > li:hover > a {
    text-decoration: none;
}
.headerGnav > ul > li:hover > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1d2d66;
    bottom: -3px;
    left: 0;
}

.headerUtil {
    display: flex;
    width: 250px;
    justify-content: flex-end;
}
.headerSearchWrapper {
    margin-right: 10px;
}
.headerSearchWrapper form {
    position: relative;
}
.headerSearchWrapper input[type="text"] {
    width: 170px;
    height: 30px;
    border: 2px solid #1c3956;
    outline: none;
    padding: 0 35px 0 0;
    box-sizing: border-box;
}
.headerSearchWrapper input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #1c3956;
    text-indent: -9999px!important;
    background-image: url(/library/rn23/common/images/headersearch-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.headerLangChange {
    width: 70px;
}
.headerLangChange a {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #1c3956;
    font-size: 13px;
}
.headerLangChange a:hover {
    text-decoration: none;
}

/* drawer menu */
.gnavDrawerMenu {
    display: block;
    position: absolute;
    padding-top: 50px;
    top: 100%;
    transition: .2s;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
#headerEN .gnavDrawerMenu {
    padding-top: 40px;
}
#gnav01 .gnavDrawerMenu,
#gnav02 .gnavDrawerMenu,
#gnav03 .gnavDrawerMenu {
    left: -100px;
}
#gnav04 .gnavDrawerMenu,
#gnav05 .gnavDrawerMenu,
#gnav06 .gnavDrawerMenu {
    left: auto;
    right: -100px;
}
.headerGnav > ul li:hover > .gnavDrawerMenu {
    opacity: 1;
    visibility: visible;
}
.gnavDrawerMenuWrapper {
    padding: 15px;
    background: rgba(255,255,255,0.9);
    position: relative;
}
.gnavDrawerMenuWrapper:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ffffff transparent;
    opacity: 0.9;
}
.gnavDrawerMenuTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    white-space: nowrap;
}
.gnavDrawerMenuInner {
    display: flex;
    justify-content: space-between;
}
.gnavDrawerMenuImage {
    width: 100px;
    min-width: 100px;
    margin-right: 15px;
}
.gnavDrawerMenuList {
    display: flex;
}
.gnavDrawerMenuList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gnavDrawerMenuList ul + ul {
    margin-left: 15px;
}
.gnavDrawerMenuList ul li {
    width: 100%;
    font-size: 14px;
    text-align: left;
}
.gnavDrawerMenuList ul li + li {
    margin-top: 15px;
}
.gnavDrawerMenuList ul li a {
    width: auto;
    white-space: nowrap;
    color: #221815;
}


/* footer */
footer#footerJP,
footer#footerEN {
    width: 100%;
    margin: 50px 0 0 0;
    background-color: #1e3c5a;
    color: #fff;
    padding: 40px 0;
    overflow: hidden;
}
.footerInner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footerLeftWrapper {
    width: 410px;
}
.footerLogo {
    margin-bottom: 20px;
}
.footerAdress {
    margin-bottom: 30px;
}
.footerAdress p {
    font-size: 14px;
    line-height: 1.8;
}
.footerCopyright p {
    font-size: 14px;
}

.footerRIghtWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerSNS {
    margin-bottom: 30px;
}
.footerSNS ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.footerSNS ul li + li {
    margin-left: 15px;
}
.footerSNS ul li img {
    width: 40px;
    height: auto;
}

.footerLinks {
    display: flex;
}
.footerLinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footerLinks ul + ul {
    margin-left: 30px;
}
.footerLinks ul li + li {
    margin-top: 5px;
}
.footerLinks ul li a {
    font-size: 14px;
    color: #fff;
}