@charset "UTF-8";
.m-slideNav_item {
  background-color: #004cad;
  height: 60px; }

.m-slideNav_Category {
  color: #fff; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s; }

.menu-trigger {
  display: block;
  margin: 0 auto; }

.menu-trigger {
  position: relative;
  width: 24px;
  height: 20px;
  margin-top: 17px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 9px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.is-globalNavOpen .menu-trigger {
  margin-top: 19px; }

.is-globalNavOpen .menu-trigger span:nth-of-type(1) {
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg); }

.is-globalNavOpen .menu-trigger span:nth-of-type(2) {
  left: 50%;
  animation: active-menu-bar02 .8s forwards;
  opacity: 0; }

.is-globalNavOpen .menu-trigger span:nth-of-type(3) {
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }

html, body {
  height: 100%; }

.m-nav_list,
.m-subNav_list, .m-footerContents_nav, .m-lnav_title,
.m-officialAccount_label, .m-officialAccount_list,
.m-footerContents_copy, .m-lnav_title, .m-lnav_list, .m-lnav-subList,
.m-lnav-subList2 {
  padding: 0;
  margin: 0; }

.m-slideNav a {
  -webkit-tap-highlight-color: transparent; }

.m-lnav_title {
  position: relative;
  background-color: #fff; }

.m-lnav li {
  list-style: none;
  border-bottom: 1px solid #D0D0D0;
  }

.m-globalNav {
  font-family: "Noto Sans Japanese"; }

.m-globalNav_logo {
  background-color: #fff;
  transition: 0.1s linear; }
  .m-globalNav_logo a {
    display: block;
    text-align: center; }
    .m-globalNav_logo a img {
      width: 190px;
      height: auto; }
  .m-globalNav_logo:hover {
    opacity: 0.7; }

.m-contentsContainer {
  overflow: hidden;
  position: relative;
  min-height: 100%; }

.m-nav_categoryMenu {
  display: none; }

.m-has-globalNav {
  margin: 0; }

.m-contentsWrap {
  position: relative;
  overflow: hidden; }

.m-globalNav {
  z-index: 21; }
  .m-globalNav a {
    text-decoration: none; }
  .m-globalNav li {
    list-style: none; }

.m-header {
  background-color: #fff; }

.m-slideNav {
  display: none; }
  .m-slideNav a {
    text-decoration: none; }

.m-nav_categoryTxt {
  font-size: 1.3rem;
  }

.m-nav_Category {
  color: #0e0b4f;
  font-weight: 500; }

.m-nav_CategoryMenu {
  display: none; }

.m-nav_mega {
  display: none; }

.m-nav_item {
  display: table;
  width: 100%;
  height: 61px;
  font-size: 1.3rem;
  }

.m-nav_Category {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  transition: 0.1s background-color linear; }

.m-subNav_list {
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}


.m-lnav-subList:before{
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  pointer-events: none;
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 13px 9px rgba(0,0,0,0.2);
  z-index: 9;
}
.m-nav_categoryIcon {
  display: none; }

.m-slideNavOpen {
  display: none; }

.m-searchbox {
  text-align: center; }
  .m-searchbox a {
    display: block;
    padding: 10px 0;
    transition: 0.1s background-color linear; }
    .m-searchbox a:hover {
      background-color: #d6e7f0;
      }
  .m-searchbox img {
    width: 20px;
    height: 20px;
    vertical-align: middle; }

.m-lnav {
  background-color: #E2E2E2;
  }

.m-lnav_list {
  color: #164869;
  font-size: 1.3rem;
  }

.m-lnav_item.is-active .m-lnav_itemInnerTxt {
  /* background-color: #2e719b; */
  /* color: rgba(22,72,105,0.3); */
  font-weight: 500;
  }

.m-search-pc{
  display: inline-block;
}
.m-search-sp{
  display: none;
}

.m-lnav-subListOpen + .m-lnav_itemInnerTxt {
  padding-right: 50px; }

.m-lnav-subListOpen + .is-accordion-open {
  padding-left: 0; }

.plus_minus {
  line-height: 60px;
  width: 30px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #16496a; }

/*--+-追加--*/
.m-lnav-subListOpen .m-lnav_plus {
  display: block; }

.m-lnav-subListOpen .m-lnav_minus {
  display: none; }

.m-lnav-subListOpen.is-accordion-open .m-lnav_minus {
  display: block !important; }

.m-lnav-subListOpen.is-accordion-open .m-lnav_plus {
  display: none !important; }

.m-lnav_itemInner {
  background-color: #E2E2E2;
  /* border-bottom: 1px solid #2d729c; */
  transition: 0.1s linear;
  /* border-bottom: 1px solid #D0D0D0; */
  }
  .m-lnav_itemInner:hover {
    background-color: #d6e7f0;
    }


/*search*/
body.is-search {
  overflow: hidden; }

.search-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 9; }

.search-container form {
  height: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%; }

.search-container form input[type=image] {
  position: absolute;
  right: 0;
  top: 0; }

.search-inner {
  width: 80%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 11; }

.m-searchClose {
  position: absolute;
  top: 100px;
  right: 0; }

.search-container input[type=text] {
  outline: none;
  border: none;
  border-bottom: 1px solid #444;
  display: block;
  font-size: 24px;
  margin: 0;
  padding: 4px 38px 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
  padding-left: 6px;
  box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  transition: 0.1s border linear; }

.search-container input[type=text]:focus {
  border-bottom: 1px solid #FFF; }

.search-container {
  opacity: 0;
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 21;
  box-sizing: border-box; }

.m-searchClose {
  top: 160px; }

.search-container .mf_finder_searchBox_submit:before {
  content: "";
  background-image: url(../img/search/ico_search_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: block;
  position: relative;
  top: 0; }

.search-container .mf_finder_searchBox_submit {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #eee;
  padding: 0 .75rem;
  position: absolute;
  top: -16px;
  right: 0;
  height: 40px; }

#srchLogo {
  position: relative;
  z-index: 10;
  color: #aaa;
  margin-top: 5px;
  font-size: 10px;
  text-align: right; }

.m-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #16496a;
  z-index: 3;
  text-align: center;
  line-height: 50px; }
  .m-pagetop img {
    width: 20px;
    height: auto;
    vertical-align: middle; }

.is-bottom.m-pagetop {
  position: absolute;
  top: -50px; }

.m-pagetop {
  display: none; }

.m-pagetop.is-show {
  display: block; }

.m-lnav-bg {
  position: fixed;
  width: 256px;
  height: 100%;
  top: 0;
  background-color: #E2E2E2;
  z-index: -5;
  box-shadow: 3px 0px 13.58px 0.42px rgba(9, 4, 79, 0.1);
  }


.m-lnav_subItem {
  background-color: #3D454A !important;
  display: block;
  border-bottom: none !important;
  }

.m-lnav_subItemInner {
  display: table;
  position: relative;
  width: 100%;
  background-color: #3D454A;
  }
  .m-lnav_subItemInner .m-lnav_subItemInnerTxt {
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    padding-left: 36px;
    color: #fff;
    }
  .m-lnav_subItemInner .m-lnav_accordionOpen {
    display: block;
    width: 50px;
    position: absolute;
    right: 0; }

/*--改行--*/
.navbr {
  display: none; }

.m-footer {
  position: relative;
  background-color: #fff;
  z-index: 19; }

.m-footerContents_nav {
  padding: 20px 0 15px; }

.m-footerContents {
  color: #fff;
  background-color: #051926;
  text-align: center; }

.m-footerContents_copy {
  color: #5f6264;
  font-size: 10px; }

.m-footerContants_navItem {
  display: inline-block;
  padding: 0 6px 0 8px;
  line-height: 1;
  font-size: 1rem; }
  .m-footerContants_navItem:first-child {
    border-left: none; }
  .m-footerContants_navItem a {
    text-decoration: none; }
    .m-footerContants_navItem a:hover {
      opacity: 0.8; }
    .m-footerContants_navItem a:before {
      content: "・";
      width: 3px;
      height: 3px;
      color: #5c9dc6; }

.m-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box; }

.global-warpper {
  min-height: 100%;
  position: relative; }

.m-contentsWrap {
  padding-bottom: 96px; }

@media screen and (min-width: 768px), print {
  .m-footerContents {
    height: 100px;
    position: relative; } }

@media screen and (max-width: 767px), print {
  .m-contentsWrap {
    padding-bottom: 170px; }
  .m-footerContents {
    padding: 0; }
  .m-footerContants_navItem {
    display: block;
    font-size: 1.2rem;
    padding: 12px 0; } }


.m-nav_itemInner{
  width: 100%;
  
  display: table;
  position: relative;
  z-index: 10;
}

.m-nav_item{
  display: block;
}
.m-nav_mega{
  display: none;
}
.m-lnav_item.is-active .m-lnav_itemInnerTxt:before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5D92B4;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
.m-lnav-subList{
  background-color: #3D454A;
  padding-top: 15px;
  padding-bottom: 15px;
}

.m-lnav_subItem.is-active .m-lnav_subItemInnerTxt:before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -3px;
}
.m-lnav_subItem.is-active .m-lnav_subItemInnerTxt{
  /* color: rgba(255,255,255,0.3); */
}
.m-lnav-accordion:before{
  content: "";
  background: url(/common/v2/img/ico-plus-gray.png) center center no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translate(0,-50%);
  vertical-align: -webkit-baseline-middle;
}
.m-lnav-accordion.is-accordion-open:before{
  background-image: url(/common/v2/img/ico-minus-gray.png);
  /* left: 32px; */
}
.m-lnav_item.is-active .m-lnav-accordion .m-lnav_itemInnerTxt:before{
  display: none;
}
.m-lnav_item.is-active .m-lnav-accordion .m-lnav_itemInnerTxt{
      color: rgba(22,72,105,1);
}