@charset "UTF-8";
body {
    padding: 90px 0 0 0!important;
}


/* ==============================================
header
============================================== */

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    border-top: none;
    border-bottom: solid 1px #f5f5f5;
    background: #FFF;
    transition: .3s;
    z-index: 9997;
}

header.hide {
    transform: translateY(-100%);
}

header.hide_with_banner {
    transform: translateY(calc((100% + 100vw / 750 * 110) * -1));
}

header p {
    width: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
}

header .benesse {
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 6px 0 0 12px;
}

header .benesse a {}

header .benesse a img {
    width: 60px;
}

header .logo {
    position: relative;
    padding: 10px 0 0 8px;
}

header .logo a {}

header .logo a img {
    width: 62px;
}

header nav {
    overflow: hidden;
    overflow-x: auto;
    margin: 6px 0 0 0;
}

header nav ul {
    width: 760px;
    padding: 0 0 0 1px;
}

header nav ul li {
    float: left;
    position: relative;
}

header nav ul li a {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    padding: 13px 13px 17px 12px;
    display: block;
}

@media screen and (max-width:374px) {
    header nav ul li a {
        padding: 13px 10px 17px 9px;
    }
}

header nav ul li::after {
    content: " ";
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #e6e6e6;
}

header nav ul li:last-child::after {
    display: none;
}

header nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html header nav ul {
    display: inline-block;
}

*:first-child+html header nav ul {
    display: inline-block;
}

header .button {
    position: absolute;
    top: 0;
    right: 0;
}

header .button p {
    width: 60px;
    text-align: center;
}

header .button p a {
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    color: #ff8080;
}

header .button p a img {
    width: 22px;
    display: block;
    margin: 0 auto -2px auto;
}

header .button p.member {
    position: absolute;
    top: 10px;
    right: 65px;
}

header .button p.menu {
    position: absolute;
    top: 10px;
    right: 7px;
}

header .button p.menu.on::after {
    content: " ";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 9998;
}


/* ==============================================
footer
============================================== */

footer #links {}

footer #links ul {}

footer #links ul li {}

footer #links ul li a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

footer #links ul {
    padding: 12px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #f5f5f5;
    text-align: center;
}

footer #links ul li {
    display: inline-block;
    position: relative;
    margin: 6px 0 0 0;
    padding: 0 5px 0 5px;
}

footer #external ul li:first-child {
    display: block;
}

@media screen and (max-width:374px) {
    footer #links ul li {
        padding: 0 3px 0 3px;
    }
}

footer #links ul li a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 0 6px 0 0;
}

@media screen and (max-width:374px) {
    footer #links ul li a {
        font-size: 11px;
        line-height: 11px;
    }
}


/* footer #links ul li::after{
content: " ";
display: block;
position: absolute;
top:6px;
right: 0;
width: 1px;
height: 11px;
background: #e6e6e6;
} */

footer #links ul li:nth-child(4)::after {
    display: none;
}

footer #links ul li:last-child::after {
    display: none;
}

footer #links ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html footer #links ul {
    display: inline-block;
}

*:first-child+html footer #links ul {
    display: inline-block;
}

footer .page-top {
    margin: 25px 0 0 0;
}

footer .page-top a {
    border: none;
    display: block;
    background: #f5f5f5;
    padding: 2px 0 17px 0;
}

footer .page-top a::before {
    display: none;
}

footer .page-top a img {
    width: 14px;
}

footer .copy {
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    text-align: center;
    padding: 17px 0 17px 0;
}


/* ==============================================
#menu
============================================== */

#menu {
    position: fixed;
    top: 0;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow-y: scroll;
    right: -150%;
    z-index: 9999;
    background: #FFF;
    width: 95%;
}

#menu.on {
    right: 0px;
}

#menu .inner {
    padding: 0 20px 30px 20px;
}

#menu .logo {
    position: inherit;
    padding: 30px 0 33px 0;
}

#menu .logo a {}

#menu .logo a img {
    width: 60px;
}

#menu .close {
    position: absolute;
    top: 10px;
    right: 7px;
    width: 40px;
    text-align: center;
}

#menu .close a {
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    color: #ff8080;
}

#menu .close a img {
    width: 22px;
    display: block;
    margin: 0 auto -2px auto;
}

#menu .search_area {
    border-radius: 4px;
    background: #f5f5f5!important;
}

#menu .search_area .gsc-input {
    background: #f5f5f5!important;
}

#menu .gsc-search-button-v2 svg {
    background: #f5f5f5 url("../../img/mn_icn_search.png");
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

#menu #m-member {
    padding: 20px 0 0 0;
}

#menu #m-member h2 {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

#menu #m-member ul {
    border-radius: 4px;
    border: solid 1px #ebebeb;
    margin: 10px 0 0 0;
}

#menu #m-member ul li {
    border-bottom: solid 1px #ebebeb;
}

#menu #m-member ul li:last-child {
    border-bottom: none;
}

#menu #m-member ul li a {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #ff878c;
    display: block;
    padding: 14px 0 14px 12px;
}

#menu #m-member ul li a::after {
    content: " ";
    display: block;
    background: url("../../img/mn_arwr_l.png");
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    right: 12px;
}

#menu #m-category {
    padding: 20px 0 0 0;
}

#menu #m-category h2 {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

#menu #m-category .ttl_quaternary_ver1 {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

#menu #m-category ul {
    border-radius: 4px;
    border: solid 1px #ebebeb;
    margin: 10px 0 0 0;
}

#menu #m-category ul li {
    border-bottom: solid 1px #ebebeb;
}

#menu #m-category ul li:last-child {
    border-bottom: none;
}

#menu #m-category ul li a {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: block;
    padding: 14px 0 14px 12px;
}

#menu #m-category ul li a img {
    width: 20px;
    vertical-align: middle;
    margin: -5px 5px -2px -3px;
}

#menu #m-category ul li a::after {
    content: " ";
    display: block;
    background: url("../../img/mn_arwr_l.png");
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    right: 14px;
}

#menu #m-category ul li a.accordion::after {
    content: " ";
    display: block;
    background: url("../../img/mn_icn_open.png");
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 2px;
    margin: auto;
    right: 12px;
}

#menu #m-category ul li a.accordion.on::after {
    background: url("../../img/mn_icn_close.png");
    background-size: 12px 12px;
}

#menu #m-category ul div {
    background: #fafafa;
    padding: 10px 0 30px 34px;
    display: none;
}

#menu #m-category ul div h3 {
    font-size: 14px;
    line-height: 14px;
    padding: 24px 0 0 0;
    font-weight: bold;
}

#menu #m-category ul div .ttl_quaternary_ver1 {
    font-size: 14px;
    line-height: 14px;
    padding: 24px 0 0 0;
    font-weight: bold;
    display: block;
}

#menu #m-category ul div ul {
    border: none;
    margin: 8px 0 0 0;
}

#menu #m-category ul div ul li {
    border-bottom: none;
}

#menu #m-category ul div ul li a {
    padding: 8px 0 8px 13px;
}

#menu #m-category ul div ul li a::before {
    content: " ";
    display: block;
    background: url("../../img/mn_arwr_s.png");
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 1px;
    margin: auto;
    left: 1px;
}

#menu #m-category ul div ul li a::after {
    display: none;
}

#menu #m-service {
    padding: 20px 0 0 0;
}

#menu #m-service h2 {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

#menu #m-service ul {
    border-radius: 4px;
    border: solid 1px #ebebeb;
    margin: 10px 0 0 0;
}

#menu #m-service ul li {
    float: left;
    width: 33.3333333333%;
}

#menu #m-service ul li a {
    display: block;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

#menu #m-service ul li a img {
    width: 51px;
    display: block;
    margin: 0 auto 4px auto;
}

#menu #m-service ul li:nth-child(1) a {
    padding: 20px 0 26px 0;
}

#menu #m-service ul li:nth-child(2) a {
    padding: 20px 0 26px 0;
}

#menu #m-service ul li:nth-child(3) a {
    padding: 13px 0 18px 0;
    border-right: none;
}

#menu #m-service ul li:nth-child(4) a {
    padding: 20px 0 26px 0;
    border-bottom: none;
}

#menu #m-service ul li:nth-child(5) a {
    padding: 20px 0 26px 0;
    border-bottom: none;
}

#menu #m-service ul li:nth-child(6) a {
    padding: 20px 0 26px 0;
    border-right: none;
    border-bottom: none;
}

#menu #m-service ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html #menu #m-service ul {
    display: inline-block;
}

*:first-child+html #menu #m-service ul {
    display: inline-block;
}

#menu #m-follow {
    padding: 40px 0 0 0;
}

#menu #m-follow h2 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}

#menu #m-follow .ttl_quaternary_ver1 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}

#menu #m-follow ul {
    display: table;
    margin: auto;
    padding: 10px 0 0 0;
}

#menu #m-follow ul li {
    float: left;
    padding: 0 5px;
}

#menu #m-follow ul li a {}

#menu #m-follow ul li a img {
    width: 40px;
}

@media screen and (max-width:374px) {
    #menu #m-follow ul li a img {
        width: 30px;
    }
}

#menu #m-links {
    margin: 0 -20px;
}

#menu #m-links ul {
    display: block;
    padding: 30px 0 0 0;
    text-align: center;
}

#menu #m-links ul li {
    display: inline-block;
    position: relative;
    margin: 6px 0 0 0;
    padding: 0 5px 0 5px;
}

@media screen and (max-width:374px) {
    #menu #m-links ul li {
        padding: 0 2px 0 2px;
    }
}

#menu #m-links ul li a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 0 6px 0 0;
}

@media screen and (max-width:374px) {
    #menu #m-links ul li a {
        font-size: 11px;
        line-height: 11px;
    }
}


/* #menu #m-links ul li::after{
content: " ";
display: block;
position: absolute;
top:6px;
right: 0;
width: 1px;
height: 11px;
background: #e6e6e6;
} */

#menu #m-links ul li:nth-child(4)::after {
    display: none;
}

#menu #m-links ul li:last-child::after {
    display: none;
}

#menu #m-links ul:nth-child(2) {
    padding: 10px 0 0 0;
}

#menu #m-links ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html #menu #m-links ul {
    display: inline-block;
}

*:first-child+html #menu #m-links ul {
    display: inline-block;
}
