
@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
body {
  min-width: 1040px;
}
/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
.Header {
  position: relative;
  z-index: 12;
  background-color: #fff;
}
.HeaderBody {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.header-identity {
  float: left;
  letter-spacing: -0.4em;
}
.identity_logo {
  display: inline-block;
  width: 195px;
  height: 44px;
  vertical-align: bottom;
  letter-spacing: normal;
}
.identity_logo img {
  width: 195px;
  height: 43px;
}
.identity_code {
  display: inline-block;
  margin-left: 18px;
  font-size: 11px;
  color: #666;
  letter-spacing: normal;
  vertical-align: bottom;
}
.header-link {
  float: left;
  margin-left: 30px;
}
.header-link > ul {
  display: -webkit-flex;
  display: flex;
  height: 44px;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.header-link > ul > li + li {
  margin-left: 20px;
}
.header-link > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  color: #555;
  text-decoration: none;
  font-size: 13px;
  vertical-align: bottom;
}
.header-link > ul > li a::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #073190;
  border-style: solid none solid solid;
  content: "";
}
.header-link > ul > li a.a-blank::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -4px;
  margin-left: 3px;
}
.header-link > ul > li a:hover {
  text-decoration: underline;
  opacity: 1;
}
.header-util {
  float: right;
  height: 44px;
}
.Header.is-popup .header-util .header-ui {
  margin-top: 20px;
}
.header-close {
  float: left;
  margin-left: 20px;
}
.header-close > a {
  display: inline-block;
  position: relative;
  width: 100px;
  padding: 12px 0 10px;
  border: 1px solid #dddddd;
  border-bottom: 2px solid #bbb;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.header-close > a:hover {
  background-color: #f3f7ff;
}
.header-close > a .link_label {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  line-height: 1.4;
}
.header-close > a::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  content: "";
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1;
}
.header-close > a:hover::after {
  opacity: 0;
}
.header-close > a .link_label::before,
.header-close > a .link_label::after{
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #0b3190;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.header-close > a .link_label::before {
  width: 14px;
  height: 2px;
  margin-top: -2px;
  margin-left: -7px;
}
.header-close > a .link_label::after {
  width: 2px;
  height: 14px;
  margin-top: -8px;
  margin-left: -1px;
}
.header-financial {
  margin-bottom: 4px;
  line-height: 18px;
  text-align: right;
}
.header-financial a {
  display: block;
  font-size: 11px;
  color: #555;
  text-decoration: none;
}
.header-financial .link-inline.a-blank::after {
  margin-top: 0;
  vertical-align: middle;
  line-height: 1.0;
}
.header-financial a:hover {
  text-decoration: underline;
  opacity: 1;
}
.header-ui {
  float: left;
  clear: left;
}
.header-ui_label {
  float: left;
  padding-top: .2em;
  font-size: 13px;
  color: #555;
}
.header-ui_fontSize {
  display: table;
  float: left;
  width: 88px;
  height: 25px;
  margin-left: 8px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.header-ui_fontSize > a {
  width: 33.3333%;
  display: table-cell;
  background: #fff;
  color: #555;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
.header-ui_fontSize > a + a {
  border-left: 1px solid #ddd;
}
.header-ui_fontSize > a:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.header-ui_fontSize > a:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.header-ui_fontSize > a.is-active,
.header-ui_fontSize > a:hover {
  background-color: #073190;
  color: #fff;
}
.header-atm {
  position: relative;
  float: left;
  height: 25px;
  margin-left: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.header-atm a {
  display: table;
  height: 25px;
  padding: 0 10px 0 32px;
  background: #fccb00;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
}
.header-atm a::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 17px;
  top: 50%;
  left: 7px;
  margin-top: -10px;
  background: url(/common/img/com_sprite01.png) -150px -150px no-repeat;
  content: "";
}
.header-atm a:hover{
  opacity: .6;
}
.header-atm a > span {
  display: table-cell;
  vertical-align: middle;
}
.headerSearch {
  padding-left: 15px;
}
.headerSearch .gnavSearchWrap {
  z-index: 4;
  top: 64px;
}

/* ------------------------------------------------------
 * Gnav
------------------------------------------------------ */
.Gnav {
}
.GnavBody {
  position: relative;
  z-index: 4;
}
/* ----- gnavPrimary ----- */
.gnavPrimary {
  background: #eee;
  position: relative;
  z-index: 4;
}
.gnavPrimary-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.gnavPrimary-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
}
.gnavPrimary-list li.is-current {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.gnavPrimary-list li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #555;
}
.gnavPrimary-list li.is-current > a {
  padding-bottom: 3px;
  background: #fff;
  border-top: 3px solid #073190;
  color: #073190;
}
.gnavPrimary-list li:not(.is-current) > a:hover {
  color: #2ae;
  text-decoration: underline;
}
.gnavPrimary-list li > a span {
  padding: 0;
}
.gnavPrimary-list li:not(.is-current) > a span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.4em;
  margin-top: -.7em;
  background: #ddd;
  content: "";
}
.gnavPrimary-list li:last-child {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
/*旧サイト内検索*/
.gnavSearch {
  position: relative;
  width: 250px;
  padding-left: 15px;
}
.gnavSearch::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 1.4em;
  top: 50%;
  left: 0;
  margin-top: -0.7em;
  background: #ddd;
  content: "";
}
.gnavSearch::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  right: 8px;
  background: url(/common/img/com_sprite01.png) -300px -50px no-repeat;
  content: "";
  pointer-events: none;
}
.gnav-mfInput {
  width: 205px;
  height: 29px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  font-size: 14px;
  line-height: 29px;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: bottom;
  outline: none;
}
.gnav-mfSubmit {
  width: 30px;
  height: 30px;
  border: none;
  border-top: 1px solid #ccc;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  text-indent: -9999px;
  background: #073190;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: bottom;
}
.gnav-mfSubmit:hover {
  background-color: #6a83bc;
}

/*新サイト内検索*/
.gnavSearchBtn {
  width: 30px;
  height: 30px;
  margin-left: 16px;
}
.gnavSearchBtn .search-btn {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #073190;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition:  background-color .3s;
  transition:  background-color .3s;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: bottom;
  background-color: #073190;
}
.gnavSearchBtn .search-btn:hover {
  background-color: #fff;
}
.gnavSearchBtn .search-btn::before,
.gnavSearchBtn .search-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
  background-color: #fff;
  border-radius: 1.2px;
  opacity: 0;
  content: "";
  -webkit-transition: background .3s;
  transition: background .3s;
}
.gnavSearchBtn .search-btn::before {
  transform: rotate(45deg);
}
.gnavSearchBtn .search-btn::after {
  transform: rotate(-45deg);
}
.gnavSearchBtn .search-btn:hover::before,
.gnavSearchBtn .search-btn:hover::after {
  background-color: #073190;
}
.gnavSearchBtn .search-btn:not(.is-open) {
  background-image: url(/common/img/com_ic03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px
}
.gnavSearchBtn .search-btn:not(.is-open):hover {
  background-image: url(/common/img/com_ic05.svg);
}
.gnavSearchBtn .search-btn.is-open::before,
.gnavSearchBtn .search-btn.is-open::after {
  opacity: 1;
}
.gnavSearchWrap {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.gnavSearchBox {
  position: relative;
  height: 116px;
  padding: 30px;
  background-color: #aaa;
  z-index: 2;
}
.gnavSearchBox .poplink {
  left: 0;
  top: 86px;
}
.gnavSearchBox .poplink.pcia {
  width: 21.3em;
}
.gnavSearchBox div.poplink.pcia > div.poplink_suggest > div.word {
  padding: 5px 16px 0;
  font-size: 1.6rem;
}
.gnavSearchBox .poplink .poplink_suggest .word.highlighted {
  background-color: #0075ff;
  color: #fff;
}
.gnavSearchWrap .search-inner {
  display: flex;
  width: 800px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.gnavSearchWrap .search-input {
  flex: 1;
  height: 54px;
  padding: 0 0 0 1.6em;
  border: none;
  background-color: transparent;
  font-size: 1.4rem;
}
.gnavSearchWrap .search-input::placeholder {
  color: #999;
}
.gnavSearchWrap .search-submit {
  cursor: pointer;
  overflow: hidden;
  height: 54px;
  width: 66px;
  padding: 0;
  border: none;
  background-image: url("/common/img/com_ic04.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  background-color: transparent;
  font-size: 0;
  text-indent: -999px;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.gnavSearchWrap .search-submit:hover {
  background-image: url(/common/img/com_ic05.svg);
}
.gnavOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: .5;
  z-index: 3;
  content: "";
}


/* for IB */
.Header.is-NB .header-util {
  padding-top: 17px;
}
.Header.is-NB .header-util .header-ui {
  padding-top: 3px;
}
.Header.is-NB .header-util .gnavSearch {
  float: left;
  margin-left: 10px;
}
.Header.is-NB .header-util .gnavSearch::before {
  display: none;
}
.Header.is-NB .header-util .gnav-mfInput {
  border-bottom: 1px solid #ccc;
}
.Header.is-NB .header-util .headerSearch {
  float: left;
  margin-left: 10px;
}
.Header.is-NB .header-util .headerSearch::before {
  display: none;
}
.Header.is-NB .gnavOverlay {
  top: 64px;
  height: calc(100vh - 64px);
}

/* ----- gnavSecondary ----- */
.gnavSecondary {
  border-bottom: 2px solid #ccc;
}
.gnavSecondary-list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.gnavSecondary-list > li {
  position: relative;
  height: 53px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 100px;
  flex: 1 1 100px;
}
.gnavSecondary-list::before,
.gnavSecondary-list > li::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 25px;
  top: 50%;
  margin-top: -12px;
  background: #eee;
  content: "";
}
.gnavSecondary-list::before {
  right: 0;
}
.gnavSecondary-list > li::before {
  left: 0;
}
.gnavSecondary-list > li > a {
  position: relative;
  display: flex;
  height: 100%;
  top: 0;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border: 2px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #444;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}
.gnavSecondary-list > li.is-current > a {
  color: #073190;
}
.gnavSecondary-list > li.is-current > a::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110px;
  height: 2px;
  margin-left: -55px;
  background: #fccb00;
  content: "";
}
.gnavSecondary-list > li.is-current > a.is-open::after {
  display: none;
}
.gnavSecondary-list.is-flex-auto > li {
  -webkit-flex: auto;
  flex: auto;
}
.gnavSecondary-list.is-narrow > li > a {
  font-size: 16px;
  line-height: 1.2;
}
.gnavSecondary-list > li > a.is-open,
.gnavSecondary-list > li > a:not([data-megamenu="false"]):hover {
  top: 10px;
  height: 45px;
  border-color: #073190;
  background: #f2f6ff;
  color: #0b308e;
}
.gnavSecondary-list > li > a > span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  text-align: left;
}
.gnavSecondary-list > li > a > span::before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-width: 0 0 2px 2px;
  border-style: none none solid solid;
  border-color: transparent transparent #093391 #093391;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.gnavSecondary-list > li > a[data-megamenu="false"]:hover {
  color: #2ae;
  text-decoration: underline;
}
.gnavSecondary-list > li > a[data-megamenu="false"] > span::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* ----- gnavMenu ----- */
.gnavMenu {
}
.gnavMenu-unit {
  display: none;
  position: absolute;

  top: 100%;
  left: 50%;
  width: 1160px;
  margin: -2px 0 0 -580px;
  border: 2px solid #073190;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f2f6ff;
  z-index: 1;
}
.gnavMenu-unit_inn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 25px;
}
.gnavMenu-head {
  margin-bottom: 25px;
  letter-spacing: -.4em;
}
.gnavMenu-head_main,
.gnavMenu-head_link{
  display: inline-block;
  letter-spacing: normal;
}
.gnavMenu-head_main {
  padding-left: .3em;
  font-size: 2.7rem;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 1.3;
}
.gnavMenu-head_link {
  margin-left: 20px;
}
.gnavMenu-head_link a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  font-size: 1.6rem;
  color: #444;
  text-decoration: none;
}
.gnavMenu-head_link a::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-width: 4px 0 4px 4px;
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #073190;
  content: "";
}
.gnavMenu-head_link a:hover {
  color: #2ae;
  text-decoration: underline;
}
.gnavMenu-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap:  wrap;
  flex-wrap:  wrap;
}
.gnavMenu-navi > li {
  display: -webkit-flex;
  display: flex;
}
.gnavMenu-navi > li > a::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 3px 0 3px 6px;
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #073190;
  content: "";
}
.gnavMenu-navi > li > a > div {
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.gnavMenu-navi > li .m-sub {
  font-size: 1.2rem;
  line-height: 1.1;
}
.gnavMenu-navi .m-normal {
  font-weight: normal !important;
}
.gnavMenu-navi > li > a > .before-bank {
  position: absolute;
}
.gnavMenu-navi > li > a > .before-bank [class*="i-bank"] {
  margin-left: 5px;
  vertical-align: middle;
}
.gnavMenu-navi > li [class*="i-menu"] {
  display: none;
}
/* type=separate */
.gnavMenu-navi[data-menutype="separate"] > li {
  margin-left: 20px;
}
.gnavMenu-navi[data-menutype="separate"] > li > a {
  position: relative;
  display: flex;
  padding-left: 14px;
  font-size: 1.6rem;
  color: #444;
  text-decoration: none;
}
.gnavMenu-navi[data-menutype="separate"] > li > a::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-width: 4px 0 4px 4px;
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #073190;
  content: "";
}
.gnavMenu-navi[data-menutype="separate"] > li > a:hover {
  color: #2ae;
  text-decoration: underline;
}
.gnavMenu-navi[data-menutype="separate"] > li > a::after {
}
.gnavMenu-navi[data-menutype="separate"] > li > a:hover::after {
  opacity: 0;
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="6"] > li {
  width: calc((100% - 100px) / 6);
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="5"] > li {
  width: calc((100% - 80px) / 5);
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="4"] > li {
  width: calc((100% - 60px) / 4);
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="3"] > li {
  width: calc((100% - 40px) / 3);
}
/* for IE11 hack */
_:-ms-lang(x)::-ms-backdrop, .gnavMenu-navi[data-menutype="separate"][data-menurow="6"] > li {
  width: calc(((100% - 100px) / 6) - 0.1px);
}
_:-ms-lang(x)::-ms-backdrop, .gnavMenu-navi[data-menutype="separate"][data-menurow="5"] > li {
  width: calc(((100% - 80px) / 5) - 0.1px);
}
_:-ms-lang(x)::-ms-backdrop, .gnavMenu-navi[data-menutype="separate"][data-menurow="4"] > li {
  width: calc(((100% - 60px) / 4) - 0.1px);
}
_:-ms-lang(x)::-ms-backdrop, .gnavMenu-navi[data-menutype="separate"][data-menurow="3"] > li {
  width: calc(((100% - 40px) / 3) - 0.1px);
}
/* for Edge hack */
@supports (-ms-ime-align:auto) {
  .gnavMenu-navi[data-menutype="separate"][data-menurow="6"] > li {
    width: calc(((100% - 100px) / 6) - 0.1px);
  }
  .gnavMenu-navi[data-menutype="separate"][data-menurow="5"] > li {
    width: calc(((100% - 80px) / 5) - 0.1px);
  }
  .gnavMenu-navi[data-menutype="separate"][data-menurow="4"] > li {
    width: calc(((100% - 60px) / 4) - 0.1px);
  }
  .gnavMenu-navi[data-menutype="separate"][data-menurow="3"] > li {
    width: calc(((100% - 40px) / 3) - 0.1px);
  }
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="6"] > li:nth-child(6n+1) {
  margin-left: 0;
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="5"] > li:nth-child(5n+1) {
  margin-left: 0;
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="4"] > li:nth-child(4n+1) {
  margin-left: 0;
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="3"] > li:nth-child(3n+1) {
  margin-left: 0;
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="6"] > li:nth-child(n+7) {
  margin-top: 10px;
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="5"] > li:nth-child(n+6) {
  margin-top: 10px;
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="4"] > li:nth-child(n+5) {
  margin-top: 10px;
}
.gnavMenu-navi[data-menutype="separate"][data-menurow="3"] > li:nth-child(n+4) {
  margin-top: 10px;
}
.gnavMenu-navi[data-menutype="separate"] > li > a > div {
  text-align: left;
}
.gnavMenu-navi[data-menutype="separate"] > li > a > .before-bank {
  top: 8px;
  right: 10px;
}
/* type=combine */
.gnavMenu-navi[data-menutype="combine"] {
  padding: 0 24px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #bbb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.gnavMenu-navi[data-menutype="combine"] > li {
  margin-left: 25px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.gnavMenu-navi[data-menutype="combine"] > li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 310px;
  flex-basis: 310px;
  padding: 0 0 0 64px;
  min-height: 3em;
  color: #444;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.2;
}
.gnavMenu-navi[data-menutype="combine"] > li > a:hover {
  color: #2ae;
  text-decoration: underline;
}
.gnavMenu-navi[data-menutype="combine"][data-menurow="3"] > li {
  width: calc((100% - 50px) / 3);
}
.gnavMenu-navi[data-menutype="combine"][data-menurow="3"] > li:nth-child(3n+1) {
  margin-left: 0;
}
.gnavMenu-navi[data-menutype="combine"][data-menurow="3"] > li:nth-last-child(1),
.gnavMenu-navi[data-menutype="combine"][data-menurow="3"] > li:nth-child(3n+2):nth-last-child(2),
.gnavMenu-navi[data-menutype="combine"][data-menurow="3"] > li:nth-child(3n+1):nth-last-child(2),
.gnavMenu-navi[data-menutype="combine"][data-menurow="3"] > li:nth-child(3n+1):nth-last-child(3) {
  border-bottom: none;
}
/*
.gnavMenu-navi[data-menutype="combine"] > li [class*="i-menu"] {
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
}
*/
.gnavMenu-navi[data-menutype="combine"] > li > a > .before-bank {
  top: -15px;
  right: 0;
}
/* close
.gnavMenu-close a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #444;
  text-decoration: none;
}
.gnavMenu-close a::before,
.gnavMenu-close a::after {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: #0b3190;
  content: "";
}
.gnavMenu-close a::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gnavMenu-close a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnavMenu-close a:hover {
  color: #2ae;
  text-decoration: underline;
} */

.gnavMenu-close {
  top: 18px;
  right: 80px;
  position: absolute;
}
.gnavMenu-close a {
  display: inline-block;
  position: relative;
  padding: 8px 20px 8px 35px;
  -webkit-box-shadow:0px 2px 0px 0px #cccccc;
  -moz-box-shadow:0px 2px 0px 0px #cccccc;
  box-shadow:0px 2px 0px 0px #cccccc;
  border-radius: 5px;
  background-color: #143c96;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3125;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.gnavMenu-close a:hover {
  background-color: #f3f7ff;
}

.gnavMenu-close::before,
.gnavMenu-close::after {
  position: absolute;
  display: block;
  top: 50%;
  left: 12px;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background: #fff;
  content: "";
  z-index: 2;
}
.gnavMenu-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gnavMenu-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnavMenu-close a::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #143c96 0%,#123687 100%);
  background: linear-gradient(to bottom, #143c96 0%,#123687 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  content: "";
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1;
}
.gnavMenu-close a:hover::after  {
  opacity: .6;
}
/* button */
.gnavMenu-unit .link-button {
  margin-top: 20px;
}
.gnavMenu-unit .link-button > li > a {
  padding: 8px 32px 7px;
}

/* ------------------------------------------------------
 * Main
------------------------------------------------------ */
.MainBody {
  padding-bottom: 80px;
  overflow: hidden;
}
/* ----- container ----- */
.container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  max-width: 1000px;
  margin: 0 auto;
}
.container > *:first-child {
  margin-top: 0 !important;
}
.contents > *:first-child,
.contents > *:first-child > *:first-child {
  margin-top: 0 !important;
}

/* ----- pageGuide ----- */
.pageGuide {
  position: relative;
  width: 100%;
  z-index: 2;
}
.pageGuide > *:first-child {
  margin-top: 0 !important;
}

/* breadcrumbs */
.breadcrumbs {
  position: absolute;
  max-width: 1000px;
  margin: 0 auto -2.4em;
  padding-top: .3em;
  top: 0;
  left: 0;
  font-size: 12px;
}
.breadcrumbs > li {
  display: inline;
  color: #fff;
}
.breadcrumbs > li + li::before {
  display: inline-block;
  padding: 0 .6em;
  content: ">";
}
.breadcrumbs > li > a {
  color: #fff;
}
.breadcrumbs > li > a.is-current {
  cursor: default;
}
.breadcrumbs > li > a.is-current,
.breadcrumbs > li > a:hover {
  text-decoration: none;
}
.pageGuide.is-NB .breadcrumbs {
  margin-bottom: 0;
}
.pageGuide.is-NB .breadcrumbs > li,
.pageGuide.is-NB .breadcrumbs > li > a.is-current {
  color: #333;
}
.pageGuide.is-NB .breadcrumbs > li > a {
  color: #07b;
}

/* ----- pageHead ----- */
.pageHead {
}
.pageHead > *:first-child {
  margin-top: 0 !important;
}

/* contents */
.contents {
  -webkit-flex-basis: 745px;
  flex-basis: 745px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 745px;
  padding-top: 30px;
}
body.is-sidebar .contents {
  max-width: 745px;
}
.contents.is-width-fix {
  margin: 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.contents > *:first-child {
  margin-top: 0 !important;
}

/* sidebar */
.sidebar {
  -webkit-flex-basis: 235px;
  flex-basis: 235px;
  width: 235px;
  margin-left: 20px;
  padding-top: 30px;
}
.sidebar > *:first-child {
  margin-top: 0 !important;
}
.sidebar-upper,
.sidebar-nav,
.sidebar-lower {
  margin-top: 10px;
}
.sidebar-upper + .sidebar-nav,
.sidebar-upper + .sidebar-lower,
.sidebar-nav + .sidebar-lower {
  margin-top: 30px;
}
.sidebar-box + .sidebar-box {
  margin-top: 10px;
}
.sidebar-box {
  padding: 10px;
}
.sidebar-box.is-kouza {
  padding: 0 10px;
}
.sidebar-box .sidebar_kouza a:hover {
  opacity: .7;
}
.sidebar-box.as-yellow {
  background: #fff8de;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sidebar-box.as-blue {
  background: #e6eaf4;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sidebar-box.as-border {
  padding: 9px;
  border: 1px solid #ddd;
}
.sidebar-caption {
  padding: 12px 15px;
  background: #f3f3f3;
  font-size: 1.4rem;
  font-weight: bold;
}
.sidebar_title {
  margin-bottom: 9px;
  text-align: center;
  line-height: 1.0;
}
.sidebar_login a:hover  {
  opacity: .7;
}
.sidebar_button {
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap row;
}
.sidebar_button > li {
  margin-top: 10px;
}
.sidebar-box .sidebar_button > li {
  margin-top: 7px;
}
.sidebar_button > li[data-btn-size="1"] {
  width: 100%;
}
.sidebar_button > li[data-btn-size="1/2"] {
  width: calc((100% - 5px) / 2);
}
.sidebar_button > li[data-btn-size="1/2"] + li[data-btn-size="1/2"] {
  margin-left: 5px;
}
.sidebar_button > li > a {
  position: relative;
  display: block;
  padding: 10px 0 9px;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f3f7ff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  z-index: 1;
}
.sidebar_button > li > a::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 3px 0 3px 6px;
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #073190;
  content: "";
}
.sidebar_button > li:not(.btn-atm) > a::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  content: "";
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1;
}
.sidebar_button > li > a:hover::after {
  opacity: 0;
}
.sidebar_button > li > a[target="_blank"] > span::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 8px;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  background: url(/common/img/com_sprite01.png) 0 -50px no-repeat;
  content: "";
}
.sidebar_button > li.btn-atm {
  margin-top: 0;
}
.sidebar_button > li.btn-atm > a {
  background: #f1cb00;
  padding: 17px 0 16px 40px;
  text-align: left;
}
.sidebar_button > li.btn-atm > a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 28px;
  height: 19px;
  margin-top: -13px;
  border: none;
  background: url(/common/img/com_sprite01.png) -100px -150px no-repeat;
  content: "";
}
.sidebar_button > li.btn-atm > a[target="_blank"] {
  padding-right: 30px;
  text-align: center;
}
.sidebar_button > li.btn-atm > a[target="_blank"] > span::after {
  background-position: -50px -50px;
}
.sidebar_button > li.btn-atm > a:hover {
  opacity: .7;
}
.sidebar_button > li.btn-tel > a {
  padding: 17px 0 16px;
}
.sidebar_button > li.btn-tel > a::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 22px;
  margin-top: -11px;
  border: none;
  background: url(/common/img/com_sprite01.png) -200px -250px no-repeat;
  content: "";
}
.sidebar_button > li.btn-lost > a {
  padding: 8px 5px 7px 44px;
  text-align: left;
}
.sidebar_button > li.btn-lost > a::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 26px;
  height: 27px;
  margin-top: -18px;
  border: none;
  background: url(/common/img/com_sprite01.png) -150px -100px no-repeat;
  content: "";
}
.sidebar_button > li.btn-alert > a {
  padding: 12px 5px 11px 44px;
  text-align: left;
}
.sidebar_button > li.btn-alert > a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  border: none;
  background: url(/common/img/com_sprite01.png) -100px -100px no-repeat;
  content: "";
}
.sidebar_button-v2 {
  padding: 0 15px;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar_button-v2 + .sidebar_button-v2 {
  margin-top: 10px;
}
.sidebar_button-v2.as-white {
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
}
.sidebar_button-v2.as-gray {
  background: -webkit-linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%,#e5e5e5 100%);
}
.sidebar_button-v2 > li + li {
  border-top: 1px solid #ddd;
}
.sidebar_button-v2 > li > a {
  position: relative;
  display: block;
  padding: 8px 0 8px 28px;
  color: #444;
  font-weight: bold;
  text-decoration: none;
}
.sidebar_button-v2 > li > a[target="_blank"] > span::after {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin: -2px 0 0 10px;
  background: url(/common/img/com_sprite01.png) 0 -50px no-repeat;
  content: "";
  vertical-align: middle;
}
.sidebar_button-v2 > li > a:hover {
  opacity: .7;
}
.sidebar_button-v2 > li > a::before {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  background-image: url(/common/img/com_sprite01.png);
  background-repeat: no-repeat;
  content: "";
}
.sidebar_button-v2 > li > a.i-icon01::before {
  width: 17px;
  height: 17px;
  margin-top: 0.2em;
  background-position: 0 -250px;
}
.sidebar_button-v2 > li > a.i-icon02::before {
  width: 13px;
  height: 17px;
  margin-top: 0.2em;
  background-position: -50px -250px;
}
.sidebar_button-v2 > li > a.i-icon03::before {
  width: 18px;
  height: 21px;
  margin-top: 0.1em;
  background-position: -100px -250px;
}
.sidebar_button-v2 > li > a.i-icon04::before {
  width: 17px;
  height: 15px;
  margin-top: 0.2em;
  background-position: -350px -250px;
}
.sidebar_button-v2 > li > a.i-icon05::before {
  width: 16px;
  height: 18px;
  margin-top: 0.2em;
  background-position: -150px -250px;
}
.sidebar_button-v2 > li > a.i-icon06::before {
  width: 21px;
  height: 20px;
  margin-top: 0.1em;
  background-position: -250px -250px;
}
.sidebar_button-v2 > li > a.i-icon07::before {
  width: 23px;
  height: 16px;
  margin-top: 0.2em;
  background-position: -300px -250px;
}
.sidebar_button-v2 > li > a.i-icon08::before {
  width: 16px;
  height: 22px;
  margin-top: 0.2em;
  background-position: -150px -300px;
}
.sidebar_button-v2 > li > a.i-icon09::before {
  width: 21px;
  height: 17px;
  margin-top: 0.2em;
  background-position: -200px -300px;
}
.sidebar_button-v2 > li > a.i-icon10::before {
  width: 16px;
  height: 18px;
  margin-top: 0.2em;
  background-position: -250px -300px;
}
.sidebar_button-v2 > li > a.i-icon11::before {
  width: 23px;
  height: 18px;
  margin-top: 0.1em;
  background-position: -300px -300px;
}

.sidebar_banner > li > a {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.sidebar_banner > li > a:hover {
  background-color: #f3f7ff;
}
.sidebar_banner > li.banner-internet > a {
  background-image: url(/common/img/com_side_bg01.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 18px 0 16px 20px;
}
.sidebar_banner-v2 {
  margin: 10px 0 30px;
}
.sidebar_banner-v2 a:hover {
  opacity: .7;
}
.sidebar-guidance {
  margin-top: 30px;
  padding: 0 10px 10px;
  background: #ecf7ff;
  border-top: 2px solid #073190;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sidebar-guidance .guidance_head {
  padding: 10px 5px;
  background: #fff;
  border-bottom: 1px solid #bdc6cc;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.sidebar-guidance .guidance_detail {
  padding: 15px 13px 0;
  font-size: 1.4rem;

}
.sidebar-guidance .guidance_caption {
  font-size: 1.3rem;
}
.sidebar-guidance .guidance_list {
  margin-top: 12px;
  font-weight: bold;
}
.sidebar-guidance .guidance_list > li {
  position: relative;
  padding-left: 28px;
}
.sidebar-guidance .guidance_list > li + li {
  margin-top: 3px;
}
.sidebar-guidance .guidance_list [class*="i-bank"] {
  position: absolute;
  top: 0.2em;
  left: 0;
}
.sidebar-guidance .guidance_list .i-bank02 {
  margin-left: -2px;
}
.sidebar-guidance .link-button > li > a {
  width: 100%;
  min-width: 0 !important;
}
.sidebar-nav {
  margin: 30px 0;
}
.sidebar-nav .nav_head > a {
  display: block;
  padding: 18px 10px 16px;
  background: -webkit-linear-gradient(top, #143c96 0%,#123687 100%);
  background: linear-gradient(to bottom, #143c96 0%,#123687 100%);
  border-bottom: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.sidebar-nav .nav_head > a:hover {
  opacity: .7;
}
.sidebar-nav .nav_category > li > a {
  display: block;
  text-decoration: none;
  color: #444;
}
.sidebar-nav .nav_category > li.is-current > a {
  font-weight: bold;
  background: #fff7d6;
}
.sidebar-nav .nav_category > li > a:hover {
  color: #2ae;
}
.sidebar-nav .nav_category.stage1 {
  border-top: 1px solid #ddd;
}
.sidebar-nav .nav_head + .nav_category.stage1 {
  border-top: none;
}
.sidebar-nav .nav_category.stage1 > li {
  border-bottom: 1px solid #ddd;
}
.sidebar-nav .nav_category.stage1 > li > a {
  padding: 15px 3px 15px 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sidebar-nav .nav_category.stage2 {
  margin-left: 8px;
}
.sidebar-nav .nav_category.stage2 > li {
  border-top: 1px dotted #ddd;
}
.sidebar-nav .nav_category.stage2 > li > a {
  padding: 11px 0 9px 16px;
}
.sidebar-nav .nav_category.stage3 > li {
  margin-left: 16px;
}
.sidebar-nav .nav_category.stage3 > li > a {
  position: relative;
  padding: 7px 0 5px 16px;
  font-size: 1.4rem;
}
.sidebar-nav .nav_category.stage3 > li > a::before {
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #ccc;
  content: '';
}
.sidebar-nav .nav_category.stage2,
.sidebar-nav .nav_category.stage3 {
  display: none;
}
.sidebar-nav .is-open > .nav_category.stage2,
.sidebar-nav .is-open > .nav_category.stage3 {
  display: block;
}
.sidebar-nav .nav_category [class*="i-bank"] {
  margin: -.15em 0 0 5px;
  vertical-align: middle;
}
.sidebar-nav .nav_category > li > a[target="_blank"] {
  position: relative;
  padding-right: 20px;
}
.sidebar-nav .nav_category > li > a[target="_blank"]::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 8px;
  top: 50%;
  right: 5px;
  margin-top: -4px;
  background: url(/common/img/com_sprite01.png) no-repeat;
  background-position: 0 -50px;
  content: "";
}

/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
.Footer {
}
/* ----- footerPrimary ----- */
.footerPrimary {
  padding: 4px 0 3px;
  background: #eee;
  position: relative;
  z-index: 4;
}
.footerPrimary-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.footerPrimary-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
}
.footerPrimary-list li.is-current {
  position: relative;
  bottom: -3px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.footerPrimary-list li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #555;
}
.footerPrimary-list li.is-current > a {
  height: 50px;
  padding-bottom: 3px;
  background: #fff;
  border-top: 3px solid #073190;
  color: #073190;
}
.footerPrimary-list li:not(.is-current) > a:hover {
  color: #2ae;
  text-decoration: underline;
}
.footerPrimary-list li > a span {
  padding: 0;
}
.footerPrimary-list li:not(.is-current) > a span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.4em;
  margin-top: -.7em;
  background: #ddd;
  content: "";
}
.footerPrimary-list li:last-child {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

/*旧サイト内検索*/
.footerSearch {
  position: relative;
  width: 250px;
  padding-left: 15px;
}
.footerSearch::before {
  position: absolute;
  display: block;
  width: 1px;
  height: 1.4em;
  top: 50%;
  left: 0;
  margin-top: -0.7em;
  background: #ddd;
  content: "";
}
.footerSearch::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  right: 8px;
  background: url(/common/img/com_sprite01.png) -300px -50px no-repeat;
  content: "";
  pointer-events: none;
}
.footer-mfInput {
  width: 205px;
  height: 29px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  font-size: 14px;
  line-height: 29px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.footer-mfSubmit {
  width: 30px;
  height: 30px;
  border: none;
  border-top: 1px solid #ccc;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  text-indent: -9999px;
  background: #073190;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-appearance: none;
  appearance: none;
}
.footer-mfSubmit:hover {
  background-color: #6a83bc;
}

/*新サイト内検索*/
.footerSearchBtn {
  width: 30px;
  height: 30px;
  margin-left: 16px;
}
.footerSearchBtn .search-btn {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #073190;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: bottom;
  background-color: #073190;
}
.footerSearchBtn .search-btn:hover {
  background-color: #fff;
}
.footerSearchBtn .search-btn::before,
.footerSearchBtn .search-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
  background-color: #fff;
  border-radius: 1.2px;
  opacity: 0;
  content: "";
  -webkit-transition: background .3s;
  transition: background .3s;
}
.footerSearchBtn .search-btn::before {
  transform: rotate(45deg);
}
.footerSearchBtn .search-btn::after {
  transform: rotate(-45deg);
}
.footerSearchBtn .search-btn:hover::before,
.footerSearchBtn .search-btn:hover::after {
  background-color: #073190;
}
.footerSearchBtn .search-btn:not(.is-open) {
  background-image: url(/common/img/com_ic03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px
}
.footerSearchBtn .search-btn:not(.is-open):hover {
  background-image: url(/common/img/com_ic05.svg);
}
.footerSearchBtn .search-btn.is-open::before,
.footerSearchBtn .search-btn.is-open::after {
  opacity: 1;
}
.footerSearchWrap {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.footerSearchBox {
  position: relative;
  height: 116px;
  padding: 30px;
  background-color: #eee;
  z-index: 2;
}
.footerSearchBox .poplink {
  left: 0;
  top: 86px;
}
.footerSearchBox .poplink.pcia {
  width: 21.3em;
}
.footerSearchBox .poplink .poplink_suggest .word {
  font-size: 1.6rem;
}
.footerSearchBox .poplink .poplink_suggest .word.highlighted {
  background-color: #0075ff;
  color: #fff;
}
.footerSearchWrap .search-inner {
  display: flex;
  width: 800px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.footerSearchWrap .search-input {
  flex: 1;
  height: 54px;
  padding: 0 0 0 1.6em;
  border: none;
  background-color: transparent;
  font-size: 1.4rem;
}
.footerSearchWrap .search-input::placeholder {
  color: #999;
}
.footerSearchWrap .search-submit {
  cursor: pointer;
  overflow: hidden;
  height: 54px;
  width: 66px;
  padding: 0;
  border: none;
  background-image: url("/common/img/com_ic04.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  background-color: transparent;
  font-size: 0;
  text-indent: -999px;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.footerSearchWrap .search-submit:hover {
  background-image: url(/common/img/com_ic05.svg);
}
.footerOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: .5;
  z-index: 3;
  content: "";
}

/* footerSecondary */
.footerSecondary {
  max-width: 1000px;
  margin: 40px auto 0;
}
.footerSecondary [data-row-pc="2"]:not([data-layout="flexible"]) > * {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
}
.footerSecondary [data-row-pc="2"] > *:nth-child(n+3) {
  margin-top: 20px;
}
.footerSecondary [data-row-pc][data-layout="flexible"] > * {
  margin-top: 0;
}
.footerSecondary.is-multi-category > [data-row-pc] > * {
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
.footerSecondary.is-multi-category > [data-row-pc] > *:first-child {
  padding-left: 0;
  border-left: none;
}

/* footerThirdly */
.footerThirdly {
  max-width: 1000px;
  margin: 45px auto 0;
  padding-top: 28px;
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
}

/* footerFourthly */
.footerFourthly {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 20px 0 15px;
  background: #f3f3f3;
  font-size: 1.3rem;
}

/* footer-list */
.footer-list:not([data-row-pc="auto"]) > li + li {
  margin-top: 5px;
}
.footer-list[data-row-pc="auto"] > li {
  margin: 0 15px 10px 0;
}
.footer-list[data-row-pc="2"] > li {
  margin-left: 20px;
}
.footer-list:not([data-dir="other"]) > li > a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  color: #333;
}
.footer-list > li > a::before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.footer-list > li > .a-blank:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.footer-list > li > a:hover {
  color: #22aaee;
  text-decoration: underline;
}
.footer-list[data-dir="1st"] > li > a {
  padding-left: 28px;
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-list[data-dir="1st"] > li > span {
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-list[data-dir="1st"]:not([data-row-pc="auto"]) > li + li {
  margin-top: 15px;
}
.footer-list[data-dir="1st"] > li > a::before {
  top: 2px;
  width: 21px;
  height: 21px;
  background: url(/common/img/com_sprite01.png) 0 0 no-repeat;
  content: "";
}
.footer-list[data-dir="2nd"]:not([data-row-pc="auto"]) > li + li {
  margin-top: 15px;
}
.footer-list[data-dir="2nd"] > li > a {
  font-size: 1.6rem;
  font-weight: bold;
}
.footer-list[data-dir="2nd"] > li > a + .column-layout {
  margin-top: 5px;
}
.footerSecondary.is-other-category .footer-list[data-dir="2nd"] > li > a {
  font-size: 1.4rem;
  font-weight: normal;
}
.footer-list[data-dir="1st"] .footer-list[data-dir="2nd"] {
  margin-left: 13px;
}
.footer-list[data-dir="1st"] > li > .footer-list[data-dir="2nd"] {
  margin-top: 10px;
}
.footer-list[data-dir="1st"] .footer-list[data-dir="2nd"] > li > a {
  font-size: 1.4rem;
}
.footer-list[data-dir="2nd"] > li > a::before {
  top: .5em;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 6px;
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #073190;
  content: "";
}
.footer-list[data-dir="3rd"] {
  margin-top: 5px;
}
.footer-list[data-dir="3rd"] > li > a {
  font-size: 1.4rem;
}
.footer-list[data-dir="3rd"] > li > a::before {
  top: .5em;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  content: "";
}
.footer-list[data-dir="other"] {
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 0;
}
/* .footer-list[data-dir="other"] > li.is-edge {
  margin-right: 0;
} */
.footer-list[data-dir="other"] > li > a {
  position: relative;
  padding-right: 15px;
}
.footer-list[data-dir="other"] > li > a::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #ddd;
  content: "";
}
.footer-list[data-dir="other"] > li.is-edge > a {
  padding-right: 0;
}
.footer-list[data-dir="other"] > li.is-edge > a::before {
  display: none;
}
.footer-list[data-dir="other"] > li > a:hover {
  color: #22aaee;
  text-decoration: underline;
}
.footer-list [class*="i-bank"] {
  margin-left: 6px;
  vertical-align: middle;
}
.footer-close {
  text-align: center;
}
.footer-close > a {
  display: inline-block;
  position: relative;
  min-width: 320px;
  padding: 14px 32px 13px;
  border: 1px solid #dddddd;
  border-bottom: 2px solid #bbb;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.footer-close > a:hover {
  background-color: #f3f7ff;
}
.footer-close > a .link_label {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  line-height: 1.4;
}
.footer-close > a::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  content: "";
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1;
}
.footer-close > a:hover::after {
  opacity: 0;
}
.footer-close > a .link_label::before,
.footer-close > a .link_label::after{
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #0b3190;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.footer-close > a .link_label::before {
  width: 14px;
  height: 2px;
  margin-top: -2px;
  margin-left: -7px;
}
.footer-close > a .link_label::after {
  width: 2px;
  height: 14px;
  margin-top: -8px;
  margin-left: -1px;
}

/* FooterBody */
.FooterBody {
  margin-top: 28px;
  padding: 20px 0;
  border-top: 2px solid #ddd;
}
.footer-bank-id,
.footer-copyright {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.3rem;
}
.footer-bank-id {
  margin-bottom: 1em;
}
.Pagetop {
  position: fixed;
  bottom: 15px;
  right: calc(((100% - 1000px) / 2) - 70px);
  z-index: 10;
}
.Pagetop a {
  display: block;
  width: 60px;
  height: 62px;
  background: url(/common/img/com_sprite01.png) -350px 0 no-repeat;
  outline: none;
  opacity: .8;
  z-index: 10;
}
.Pagetop a:hover {
  opacity: .5;
}

/* ------------------------------------------------------
 * Other
------------------------------------------------------ */
.js-search-control.is-open {
  position: relative;
  z-index: 10;
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.HeaderBody::after,
.header-util::after,
.header-ui::after,
.breadcrumbs::after,
.container::after {
  display: block;
  clear: both;
  content: "";
}

/* ======================================================
 * Print
====================================================== */
@media print {
  body,
  .pageHead {
    width: 1100px !important;
  }
  .pageHead {
    margin: 0 -50px !important;
  }
  .container {
    display: block;
  }
  .container .contents {
    width: 745px;
    float: left;
  }
  .container .sidebar {
    width: 235px;
    float: left;
  }
  .container > div:last-child:not(.sidebar) {
    width: 100%;
  }
  .container > .contents.is-width-fix {
    width: 745px !important;
  }
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .Pagetop {display:none!important;}
}




