@charset "utf-8";
/* ==================================================
elements
================================================== */
html {
  font-size: 62.5%;
}
html[data-font="small"]{ font-size: 54.7%;}
html[data-font="medium"]{ font-size: 62.5%;}
html[data-font="large"]{ font-size: 70.3%;}

/* largeの時調整 ここから */
html[data-font="large"] .header_logo {
  left: 5px;
}
html[data-font="large"] .header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-searchBtn {
  width: 50px;
}
html[data-font="large"] .header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-memberBtn a {
  width: 220px;
}
html[data-font="large"] .header_uprBox .headerParts_linkList03 .headerParts_linkItem > a ,
html[data-font="large"] .header_uprBox .headerParts_linkList03 .headerParts_linkItem > span {
  padding-left: 30px;
  background-position: 4px center;
}
html[data-font="large"] .header_lwrBox .headerParts_linkItem {
  flex: 1 0 auto;
}
html[data-font="large"] .header.fixed .header_nav {
  padding-left: 285px;
}
html[data-font="large"] .header.fixed .header_logo {
  width: 275px;
  left: 4px;
}
@media screen and (max-width: 1480px) {
  html[data-font="large"] .header_nav {
    padding-left: 50px;
  }
  html[data-font="large"] .header_logo {
    width: 228px;
  }
  html[data-font="large"] .header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-searchBtn {
    width: 60px;
  }
  html[data-font="large"] .header.fixed .header_nav {
    padding-left: 200px;
  }
}
/* largeの時調整 ここまで */

body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #3C4950;
  line-height: 1.6;
}
html, body {
  width: 100%;
  min-width: 1280px;
  margin-left: 0;
  margin-right: 0;
}
body.scrollLock {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}
video {
  width: 100%;
  vertical-align: bottom;
}
/* content_main
-------------------------------------------------- */
.content_main::before ,
.content_main::after {
  content: "";
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.content_main::before {
  background: url('/common_v2/images/section_bg.jpg') no-repeat center center / cover;
}
.content_main::after {
  background: rgba(6, 84, 168, .9);
}
.content_main {
  overflow: hidden;
}
/* cntSec
-------------------------------------------------- */
.cntSec {
  /* overflow: hidden; */
  min-width: 1280px;
  background-color: #fff;
}
.cntSec .innerWrap {
  position: relative;
  width: 1080px;
  margin: auto;
  padding: 120px 0;
}
.cntSec .innerWrap.leadWrap {
  padding: 40px 0;
}
.cntSec.leadWrap_bdr {
  border-bottom: 1px solid #005AAB;
}
.cntSec .heading2 + .innerWrap {
  padding-top: 60px;
}
.cntSec .innerWrap::after {
  content: "";
  display: block;
  clear: both;
}
.cntSec .innerWrap>*:first-child {
  margin-top: 0;
}
.cntSec .innerWrap>*:last-child {
  margin-bottom: 0;
}
hr {
  height: 1px;
  padding: 0;
  border: 0;
  margin: 0 0 20px;
  background: #ccc;
}
a {
  color: #005BAB;
  text-decoration: underline;
  transition: opacity .3s ease;
}
.tran {
  transition: all .3s ease;
}
.opac {
  transition: opacity .3s ease;
}
.opac:hover {
  opacity: .7;
}
img {
  max-width: 100%;
  height: auto;
}

/* ==================================================
 header simple
================================================== */
.header.simple,
.header.simple .header_nav {
  height: 132px;
}
.header.simple {
  padding-top: 0;
}
.header.simple .header_logo {
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: auto;
  height: 78.9px;
  text-align: left;
  padding: 22px 0 0 76px;
  background: url(/common_v2/images/logo3.svg) no-repeat left center / 60px 78.9px;
}
.header.simple:not(.fixed) .header_heading {
  letter-spacing: .05em;
}
.header.simple:not(.fixed) .header_code {
  letter-spacing: .04em;
}

/* ==================================================
 header simple-new
================================================== */
.header.simple-new,
.header.simple-new .header_nav {
  height: 135px;
}

/* ナビ追従時
-------------------------------------------------- */
.header.fixed.simple,
.header.fixed.simple .header_nav {
  height: 61px;
}
.header.fixed.simple .header_logo{
  width: 180px;
  padding-left: 44px;
  background-size: 36px 48px;
}
.header.fixed.simple + * {
  padding-top: 132px;
}

/* ナビ追従時
-------------------------------------------------- */
.header.fixed.simple-new,
.header.fixed.simple-new .header_nav {
  height: 61px;
}

/* ==================================================
 header
================================================== */
.header {
  position: relative;
  left: 0;
  right: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid #C3C8D6;
  min-width: 1280px;
  padding-top: 10px;
  transition: transform .5s ease;
}
.header:not(.fixed) {
  left: 0 !important;
  right: 0 !important;
}
.spMenuBtnWrap {
  display: none;
}
.header a {
  text-decoration: none;
}

/* header_nav
-------------------------------------------------- */
.pcSmall {
  display: none;
}
.header_nav {
  position: relative;
  padding: 0 10px 0 13%;
}
@media screen and (max-width: 1480px) {
  .pcSmall {
    display: block;
  }
  .header_nav {
    padding-left: 50px;
  }
}

/* header_nav - header_logo
-------------------------------------------------- */
.header_logo {
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  text-align: center;
  text-decoration: none;
  width: 178px;
  padding-top: 68px;
  background: url(/common_v2/images/logo.svg) no-repeat center top / 178px 64px;
  transition: opacity .3s ease;
}
a.header_logo:hover {
  opacity: .7;
}
.header_logo .header_heading {
  width: 144px;
  margin: 5px auto;
}
.header_logo .header_code {
  font-size: 1.4rem;
  color: #212325;
}
@media screen and (max-width: 1480px) {
  .header_logo {
    top: 10px;
    left: 15px;
    width: 220px;
    height: 66px;
    text-align: left;
    padding: 10px 0 0 57px;
    background: url(/common_v2/images/logo3.svg) no-repeat left center / 50px 66px;
  }
  .header_logo .header_heading {
    margin-left: 0;
  }
}

/* header_nav - header_uprBox
-------------------------------------------------- */
.header_uprBox{
  margin-bottom: 10px;
}
.header_uprBox .innerWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* headerParts_linkList01 */
.header_uprBox .headerParts_linkList01 {
  display: flex;
}
.header_uprBox .headerParts_linkList01 .headerParts_linkItem {
  margin-right: 20px;
  white-space: nowrap;
}
.header_uprBox .headerParts_linkList01 .headerParts_linkItem a {
  display: block;
  margin-top: 4px;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #3C4950;
  text-decoration: none;
  transition: all .3s ease;
}
.header_uprBox .headerParts_linkList01 .headerParts_linkItem:hover a,
.header_uprBox .headerParts_linkList01 .headerParts_linkItem.current a {
  border-color: #0B56C7;
  color: #0B56C7;
}
/* headerParts_linkList02 */
.header_uprBox .headerParts_linkList02 {
  margin: 0 10px 0 auto;
  display: flex;
}
.header_uprBox .headerParts_linkList02 .fontSizeChange {
  display: flex;
  align-items: center;
}
.header_uprBox .headerParts_linkList02 .fontSizeChange_title {
  color: #0B56C7;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  white-space: nowrap;
}
.header_uprBox .headerParts_linkList02 .fontSizeChange_btn {
  width: 24px;
  line-height: 24px;
  margin-left: 4px;
  border-radius: 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-align: center;
  color: #0B56C7;
  font-size: 1.4rem;
  transition: all .3s ease;
  cursor: pointer;
}
_:-ms-lang(x)::-ms-backdrop, .header_uprBox .headerParts_linkList02 .fontSizeChange_btn {
  line-height: 20px;
  padding-top: 4px;
}
.header_uprBox .headerParts_linkList02 .fontSizeChange_btn.active ,
.header_uprBox .headerParts_linkList02 .fontSizeChange_btn:hover {
  background-color: #0B56C7;
  color: #fff;
  box-shadow: none;
}
.header_uprBox .headerParts_linkList02 .readspeaker {
  margin-left: 8px;
}
.header_uprBox .rsbtn {
  z-index: 99;
}
.header_uprBox .rsfloating.rsexpanded {
  margin-bottom: 0px;
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.header_uprBox .headerParts_linkList02 .readspeaker a {
  display: block;
  line-height: 24px;
  border-radius: 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  padding: 0 12px 0 32px;
  background: url(/common_v2/images/icon_speaker_blue.svg) no-repeat 12px center / 14px 14px;
  text-align: center;
  color: #0B56C7;
  font-size: 1.4rem;
  transition: all .3s ease;
  white-space: nowrap;
}
_:-ms-lang(x)::-ms-backdrop, .header_uprBox .headerParts_linkList02 .readspeaker a {
  line-height: 20px;
  padding-top: 4px;
}
.header_uprBox .headerParts_linkList02 .readspeaker a:hover {
  background-color: #0B56C7;
  background-image:url(/common_v2/images/icon_speaker_white.svg);
  color: #fff;
  box-shadow: none;
}
/* headerParts_linkList03 */
.header_uprBox .headerParts_linkList03 {
  display: flex;
}
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-searchBtn {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #EFEFEF url(/common_v2/images/icon_search_gray.svg) no-repeat center center / 28px 28px;
}
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-searchBtn:hover ,
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-searchBtn.active {
  background-color: #505050;
  background-image:url(/common_v2/images/icon_search_white.svg);
}
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-memberBtn a ,
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-loginBtn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  padding-left: 40px;
  border: 1px solid;
  color: #fff;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background-color .3s ease;
}
_:-ms-lang(x)::-ms-backdrop,
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-memberBtn a ,
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-loginBtn > span {
  padding-top: .2em;
}
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-memberBtn a {
  border-color: #005BAB;
  background: #005BAB url(/common_v2/images/icon_member_white.svg) no-repeat 26px center / 30px 20px;
}
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-memberBtn a:hover {
  color: #005BAB;
  background-color: #fff;
  background-image:url(/common_v2/images/icon_member_blue.svg);
}
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-loginBtn > span {
  border-color: #E21A57;
  background: #E21A57 url(/common_v2/images/icon_login_white.svg) no-repeat 20px center / 25px 25px;
}
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-loginBtn > span:hover,
.header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-loginBtn.active > span {
  color: #E21A57;
  background-color: #fff;
  background-image:url(/common_v2/images/icon_login_login.svg);
}
@media screen and (max-width: 1480px) {
  .header_uprBox{
    margin-left: 222px;
    padding-top: 34px;
  }
  .header_uprBox .headerParts_linkList02 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* header_nav - header_lwrBox
-------------------------------------------------- */
.header_lwrBox {
  margin-top: 10px;
}
.header_lwrBox .headerParts_linkList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_lwrBox .headerParts_linkItem {
  position: relative;
  flex: 1;
}
.header_lwrBox .headerParts_linkItem:not(:last-child)::before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 33px;
  background-color: #C3C8D6;
}
.header_lwrBox .headerParts_linkItemInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  padding: 4px 3px 0 0;
  border-bottom: 4px solid #fff;
  color: #005BAB;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}
.header_lwrBox .headerParts_linkItemInner::before{
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: no-repeat right center / contain;
}
/* トップページ */
.header_lwrBox .service .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_service.svg);background-size: 20px 20px;}
.header_lwrBox .location .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_location.svg);}
.header_lwrBox .fee .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_fee.svg);}
.header_lwrBox .devices .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_devices.svg);}
.header_lwrBox .faq .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_faq.svg);}
/* 中央ろうきんとは */
.header_lwrBox .aboutus .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_aboutus.svg);}
.header_lwrBox .available .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_available.svg);}
.header_lwrBox .safetrade .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_safetrade.svg);}
/* CSR */
.header_lwrBox .message .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_user.svg);}
.header_lwrBox .management .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_handshake.svg);}
.header_lwrBox .materiality .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_bud.svg);}
.header_lwrBox .numbers .headerParts_linkItemInner::before { background-image: url(/common_v2/images/icon_calculator.svg);}

.header_lwrBox [data-drop-nav-name] .headerParts_linkItemInner:after {
  content: "";
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #005BAB transparent transparent transparent;
}
.header_lwrBox .headerParts_linkItemInner:hover ,
.header_lwrBox .headerParts_linkItem.active .headerParts_linkItemInner {
  border-color: #005BAB;
}

@media screen and (max-width: 1480px) {
  .header_lwrBox .headerParts_linkItemInner {
    text-align: left;
  }
}

/* ナビ追従時
-------------------------------------------------- */
.header.fixed {
  position: fixed;
  top: -61px;
  padding-top: 0;
  height: 61px;
  transform: translateY(61px);
}
.header.fixed + * {
  padding-top: 135px;
}
@media screen and (max-width: 1480px) {
.header.fixed + * {
  padding-top: 169px;
}
}
.header.fixed .header_nav {
  padding-left: 270px;
  padding-right: 320px;
}
.header.fixed .header_logo{
  width: 258px;
  height: 60px;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  padding: 0 0 0 120px;
  background-position: left center;
  background-size: 121px 46px;
}
.header.fixed .header_logo .header_heading {
  width: 130px;
}
.header.fixed .header_logo .header_code {
  font-size: 1.2rem;
}
.header.fixed .header_uprBox {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.header.fixed .header_lwrBox {
  margin: 0;
}
.header.fixed .header_lwrBox .headerParts_linkItemInner {
  height: 60px;
  text-align: left;
}
.header.fixed .header_lwrBox .headerParts_linkItemInner::before {
  width: 20px;
  margin-right: 4px;
}
.header.fixed .header_lwrBox .headerParts_linkItemInner:after {
  margin-left: 8px;
}
.header.fixed .header_lwrBox .headerParts_linkItem.service .headerParts_linkItemInner::before {
  background-size: 14px 14px;
}
.header.fixed .header_lwrBox .headerParts_linkItem.faq br.pcSmall{
  display: block;
}
.header.fixed .headerParts_linkList01,
.header.fixed .headerParts_linkList02,
.header.fixed .headerParts_linkItem.hdr-memberBtn {
  display: none !important;
}

@media screen and (max-width: 1480px) {
  .header.fixed .header_nav {
    padding-left: 180px;
    padding-right: 206px;
  }
  .header.fixed .header_logo{
    width: 182px;
    padding-left: 44px;
    background-size: 36px 48px;
  }
  .header.fixed .header_uprBox .headerParts_linkList03 .headerParts_linkItem.hdr-loginBtn > span {
    width: 146px;
    padding: 0 12px 0 16px;
    background-image: none;
  }
}


/* --------------------------------------------------
header_loginBoxWrap
-------------------------------------------------- */
.header.fixed .header_loginBox {
  top: 61px;
  right: 0;
  max-height: calc(100vh - 61px);
}
.header_loginBox {
  display: none;
  position: absolute;
  right: 10px;
  top: 70px;
  z-index: 9;
  width: 450px;
  max-height: calc(100vh - 110px);
  background: #fff;
  padding: 0 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
@media screen and (max-width: 1480px) {
  .header_loginBox {
    top: 94px;
  }
}

.header_loginBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.header_loginBox .title {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
}
.header_loginBox .nmlBtn {
  margin-top: 15px;
}
.header_loginBox .nmlBtn_item {
  margin-top: 15px !important;
}
.header_loginBox .nmlBtn_itemLink {
  box-shadow: none;
}
.header_loginBox .nmlBtn_item .nmlBtn_itemLink {
  height: 64px;
  font-size: 1.6rem;
}
.header_loginBox .nmlBtn_item.type-square {
  margin-bottom: 25px;
}
.header_loginBox .nmlBtn_item.type-square .nmlBtn_itemLink {
  height: 84px;
  font-size: 1.8rem;
}
.header_loginBoxClose {
  width: calc(100% + 40px);
  margin: 30px -20px 0;
  height: 54px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #333;
  transition: all .3s ease;
}
.header_loginBoxClose span {
  padding: 4px 0 4px 24px;
  background: url(/common_v2/images/arrow_up_half_white.svg) no-repeat left center;
  background-size: 12px 6px;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.header_loginBoxClose:hover {
  opacity: .7;
}

/* dropNav
-------------------------------------------------- */
.dropNavWrap {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 998;
  width: 100%;
  height: 0;
}
.dropNavWrap.active {
  height: 100vh;
}
.dropNav {
  display: none;
  border-top: 1px solid #ccc;
  border: none;
  width: 1200px;
  margin: 22px auto;
}
.dropNav.active {
  opacity: 1;
}
.dropNav_main .innerWrap {
  display: flex;
  flex-direction: column;
  width: 1200px;
  background-color: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 24px;
}
.dropNav_main .innerWrap::-webkit-scrollbar {
  display:none;
}
/* dropNav_tab */
.dropNav_tab {
  display: flex;
  width: 100%;
}
.dropNav_tab_btnWrap {
  flex: 0 0 270px;
}
.dropNav_tab_bodyWrap {
  flex: 1 1 100%;
}
.dropNav_tab_btn {
  position: relative;
}
.dropNav_tab_btn > span,
.dropNav_tab_btn > a {
  display: block;
  border-bottom: 1px solid #C3C8D6;
  padding: 25px 20px;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: inherit;
  cursor: pointer;
  transition: all .3s ease;
}
.dropNav_tab_btn.active > span,
.dropNav_tab_btn > span:hover,
.dropNav_tab_btn > a:hover {
  background-color: #005BAB;
  color: #fff;
}
.dropNav_tab_btn.active:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #005BAB;
}
.dropNav_tab_btn > a {
  background: url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right 10px center;
}
.dropNav_tab_btn > a:hover {
  background-image: url(/common_v2/images/arrow_right_triangle_white.svg);
}
.dropNav_tab_body {
  display: flex;
  width: 100%;
}
/* dropNav_main_colWrap */
.dropNav_main_colWrap {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  background-color: #F5F5F5;
  width: 100%;
}
.dropNav_main_col {
  flex: 1;
  padding: 0 40px;
  border-left: 1px solid #C3C8D6;
  zoom: 1;
}
.dropNav_main_col:after {
  content: "";
  display: block;
  clear: both;
}
.dropNav_tab_body .dropNav_main_col {
  padding: 0 20px;
}
/* colsize2 */
.dropNav_main_col.colsize2 {
  flex: 2;
}
.dropNav_main_col.colsize2 .thumb {
  width: 282px;
  margin-bottom: 7px;
}
.dropNav_main_col.colsize2 .btnList {
  width: calc((100% - 17px) / 2);
  margin-right: 16px;
  float: left;
}
.dropNav_main_col.colsize2 .btnList:last-child {
  margin-right: 0;
}
/* colsize3 */
.dropNav_main_col.colsize3 {
  flex: 3;
}
.dropNav_main_col.colsize3 .thumb {
  width: 282px;
  margin-bottom: 7px;
}
.dropNav_main_col.colsize3 .btnList {
  width: calc((100% - 17px - 16px) / 3);
  margin-right: 16px;
  float: left;
}
.dropNav_main_col.colsize3 .btnList:last-child {
  margin-right: 0;
}
.dropNav_main_col:first-child {
  border-left: none;
}
.dropNav_main_col .title {
  border-left: 4px solid #005BAB;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #005BAB;
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.dropNav_main_col .title:first-child {
  margin-top: 0;
}
.dropNav_main_col .thumb {
  margin-bottom: 15px;
}
.dropNav_main_col .thumb img {
  border-radius: 0 16px 0 16px;
}
.dropNav_main_col .btnList_link {
  display: table;
  width: 100%;
  height: 64px;
  margin-top: 8px;
  border: 1px solid #C3C8D6;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #005BAB;
  background: #fff url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right 10px center;
  transition: all .3s ease;
}
.dropNav_main_col .btnList_link:hover {
  background-color: #005BAB;
  background-image: url(/common_v2/images/arrow_right_triangle_white.svg);
  color: #fff;
}
.dropNav_main_col .btnList_link.blank {
  background-image: url(/common_v2/images/icon_blank_blue.svg);
}
.dropNav_main_col .btnList_link.blank:hover {
  background-image: url(/common_v2/images/icon_blank_white.svg);
}
.dropNav_main_col .btnList_text {
  display: table-cell;
  vertical-align: middle;
}
.dropNav_main_col .moreLink {
  text-align: right;
}
.dropNav_main_col .moreLink > a {
  margin-top: 10px;
  padding-right: 18px;
  background: url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right center;
  color: #3C4950;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
/* coltype_panel */
.dropNav_main_col.coltype_panel {
  height: 251px;
  padding: 0 20px 0 0;
  border: none;
}
.dropNav_main_col.coltype_panel:first-child {
  padding-left: 20px;
}
.dropNav_main_col.coltype_panel .link {
  display: block;
  position: relative;
  border: 1px solid #C3C8D6;
  overflow: hidden;
  border-radius: 0 16px 0 16px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right 16px bottom 16px / 8px 8px;
  transition: all .3s ease;
}
/* col3, col4 */
.dropNav_main_colWrap.col3 .dropNav_main_col.coltype_panel ,
.dropNav_main_colWrap.col4 .dropNav_main_col.coltype_panel {
  flex: 0;
}
.dropNav_main_colWrap.col3 .dropNav_main_col.coltype_panel:not(:nth-child(-n+3)) ,
.dropNav_main_colWrap.col4 .dropNav_main_col.coltype_panel:not(:nth-child(-n+4)) {
  margin-top: 20px;
}
.dropNav_main_colWrap.col3 .dropNav_main_col.coltype_panel:nth-child(3n+1) ,
.dropNav_main_colWrap.col4 .dropNav_main_col.coltype_panel:nth-child(4n+1) {
  padding-left: 20px;
}
.dropNav_main_colWrap.col3 .dropNav_main_col.coltype_panel .link { width: 270px;}
.dropNav_main_colWrap.col4 .dropNav_main_col.coltype_panel .link { width: 275px;}

.dropNav_main_col.coltype_panel .img {
  margin: -1px;
  height: 167px;
  overflow: hidden;
}
.dropNav_main_col.coltype_panel .img img{
  transition: all .3s ease;
}
.dropNav_main_col.coltype_panel .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 84px;
  text-align: center;
}
.dropNav_main_col.coltype_panel .text-main {
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.dropNav_main_col.coltype_panel .text-sub {
  font-size: 1.4rem;
}
.dropNav_main_col.coltype_panel .link:hover {
  background-color: #E6EFF7;
}
.dropNav_main_col.coltype_panel .link:hover .img img {
  transform: scale(1.1);
}
.dropNav_main_roundBtn {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.dropNav_main_roundBtn .roundBtn_item {
  display: inline-block;
  min-width: 315px;
}
.dropNav_main_roundBtn .roundBtn_link {
  position: relative;
  display: block;
  border: 1px solid #35A6AF;
  height: 48px;
  padding: 0 80px;
  line-height: 48px;
  border-radius: 24px;
  background: #35A6AF url(/common_v2/images/arrow_right_triangle_white.svg) no-repeat right 10px center;
  color: #fff;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.8rem;
  transition: all .3s ease;
}
.dropNav_main_roundBtn .roundBtn_icon {
  position: absolute;
  top: -1px;
  left: 22px;
}
.dropNav_main_roundBtn .roundBtn_icon img {
  vertical-align: middle;
}
.dropNav_main_roundBtn .roundBtn_link:hover {
  background-color: #fff;
  background-image: url(/common_v2/images/arrow_right_triangle_green.svg);
  color: #35A6AF;
}
.dropNav_main_colWrap.sub {
  flex: 0 0 310px;
  background-color: #005BAB;
}
.dropNav_main_colWrap.sub .subBtnList {
  width: 100%;
  padding: 0 20px;
}
.dropNav_main_colWrap.sub .subBtnList_link {
  display: table;
  width: 100%;
  height: 56px;
  padding: 0 30px 0 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: url(/common_v2/images/arrow_right_triangle_white.svg) no-repeat right 10px center;
  transition: all .3s ease;
}
.dropNav_main_colWrap.sub .subBtnList_link.blank {
  background: url(/common_v2/images/icon_blank_white.svg) no-repeat right 10px center;
}
.dropNav_main_colWrap.sub .subBtnList_link:hover {
  opacity: .7;
}
.dropNav_main_colWrap.sub .subBtnList_text {
  display: table-cell;
  vertical-align: middle;
}

/* dropNav_closeBtn */
.dropNav_closeBtn {
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #333;
  transition: opacity .3s ease;
}
.dropNav_closeBtn:hover {
  opacity: .7;
}
.dropNav_closeBtn span {
  padding: 4px 0 4px 24px;
  background: url(/common_v2/images/arrow_up_half_white.svg) no-repeat left center;
  background-size: 12px 6px;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}

/* dropNav_search
-------------------------------------------------- */
.dropNav_search {
  width: 100%;
  margin-top: 0;
  background-color: #fff;
}
.dropNav_search .innerWrap{
  width: 1280px;
  margin: auto;
  padding: 22px 0 ;
  border-radius: 0;
  background-color: transparent;
}

/* spMenu
-------------------------------------------------- */
.spMenu {
  display: none;
}

/* ==================================================
breadcrumb
================================================== */
.breadcrumb {
  padding: 12px 0;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
}
.breadcrumb .innerWrap {
  padding: 0 10px;
}
.breadcrumb_list {
  font-size: 0;
}
.breadcrumb_list li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.breadcrumb_list li:after {
  content: '>';
  display: inline-block;
  margin: 0 16px;
  font-weight: normal; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.breadcrumb_list li:last-child:after {
  content: '';
  display: none;
  margin: 0;
}
.breadcrumb_list li a {
  font-weight: normal; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-decoration: underline;
}
.breadcrumb_list li a:hover {
  text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, .breadcrumb {
  margin-bottom: -1px;
}

/* ==================================================
fixedBottom
================================================== */
.fixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  transition: transform .3s ease;
}
.fixedBottom.close,
.fixedBottom.max {
  transform: translateY(100%);
}
.fixedBottom .cntSec {
  overflow: visible;
  min-width: 1280px;
  background-color: #EFEFEF;
}
.fixedBottom .innerWrap {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}


/* 追従コンバージョン共通スタイル
-------------------------------------------------- */
.fixedBottom .nmlBtn {
  gap: 10px;
}
.fixedBottom .nmlBtn_caption {
  margin-top: 0px;
  font-size: 1.4rem;
}
.fixedBottom .nmlBtn:not(:first-child) {
  margin-top: 6px;
}
.cnv_close+.nmlBtn:not(:first-child) {
  margin-top: 0px;
}
/* cnv-col-2-2 25% - 25% - 25% - 25% */
.fixedBottom .cntSec.cnv-col-2-2 .nmlBtn .nmlBtn_item {
  flex: 0 0 calc(25% - (40px / 4));
}
.fixedBottom .cntSec.cnv-col-2-2 .nmlBtn_item.arrow-blank .nmlBtn_itemLink {
  padding-right: 20px;
  background-size: 14px 14px;
  background-position: right 10px center;
}
.fixedBottom .cntSec.cnv-col-2-2 .nmlBtn_item.arrow-pdf .nmlBtn_itemLink {
  padding-right: 20px;
  background-size: 18px 18px;
  background-position: right 6px center;
}
.fixedBottom .cntSec.cnv-col-2-2 .nmlBtn_item.arrow-right .nmlBtn_itemLink {
  padding-right: 20px;
  background-position: right 10px center;
}
.fixedBottom .cntSec.cnv-col-2-2 .nmlBtn .nmlBtn_itemLink .text-main {
  font-size: 1.6rem;
}
/* cnv-col-1-1-1 33.3% - 33.3% - 33.3% */
.fixedBottom .cntSec.cnv-col-1-1-1 .nmlBtn .nmlBtn_item {
  flex: 0 0 calc(33.3% - (20px / 3));
  box-sizing: border-box;
}

/* cnv-col-loan 50% - 25% - 25% */
.fixedBottom .cntSec.cnv-col-loan .nmlBtn .nmlBtn_item:nth-child(1) {
  flex: 0 0 calc(50%  - (20px / 3));
}
.fixedBottom .cntSec.cnv-col-loan .nmlBtn .nmlBtn_item:nth-child(2),
.fixedBottom .cntSec.cnv-col-loan .nmlBtn .nmlBtn_item:nth-child(3) {
  flex: 0 0 calc(25%  - (20px / 3));
}
/* cnv-col-1-1 50% - 50% */
.fixedBottom .cntSec.cnv-col-1-1 .nmlBtn .nmlBtn_item {
  flex: 0 0 calc(50% - (10px / 2));
}
/* cnv-col-1 620px */
.fixedBottom .cntSec.cnv-col-1 .nmlBtn .nmlBtn_item:nth-child(1) {
  flex: 0 0 620px;
}
.cnvBtns_caption {
  font-size: 1.6rem;
  text-align: center;
}
.fixedBottom .nmlBtn .nmlBtn_itemLink {
  min-height: 40px;
  border-radius: 0;
}
.fixedBottom .nmlBtn .nmlBtn_itemLink .text-main,
.fixedBottom .nmlBtn .nmlBtn_itemLink .text-sub {
  margin: 0;
}
.fixedBottom .nmlBtn .nmlBtn_itemLink .text-sub {
  font-size: 1.2rem;
}

/* 追従コンバージョンエリア閉じるボタン */
.cnv_close {
  z-index: 1;
  display: block;
  position: absolute;
  right: -36px;
  top: -16px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #005bab;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  transition: .2s all ease-in-out;
}

.fixedBottom.max .cnv_close,
.fixedBottom.close .cnv_close {
  display: none;
}

.cnv_close::before, .cnv_close::after {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  top: 50%;
  background: #005bab;
  width: 10px;
  height: 1px;
  transition: .2s all ease-in-out;
}

.cnv_close::before {
  transform: rotate(45deg);
}

.cnv_close::after {
  transform: rotate(-45deg);
}

.fixedBottom.close .cnv_close,
.cnv_close:hover {
  background-color: #005bab;
}

.fixedBottom.close .cnv_close::before, .fixedBottom.close .cnv_close::after,
.cnv_close:hover::before, .cnv_close:hover::after {
  background-color: #fff;
}

/* btnPageTop simple
-------------------------------------------------- */
.btnPageTop.simple {
  top: 60px;
  transform: translateY(-100%) rotate(90deg) !important;
}
/* btnPageTop
-------------------------------------------------- */
.btnPageTop {
  position: absolute;
  right: -20px;
  top: -20px;
  transform: translateY(-100%) rotate(90deg);
  transform-origin:right top;
  z-index: 10;
  display: none;
  text-decoration: none;
  margin-right: -20px;
  transition: margin-right .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.btnPageTop span {
  display: block;
  width: 148px;
  line-height: 60px;
  padding-top: 20px;
  background: #66B6FC;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
}
.btnPageTop:hover {
  margin-right: -10px;
}

/* btnChat
-------------------------------------------------- */
.btnChat {
  position: absolute;
  right: 0;
  top: -20px;
  transform: translateY(-100%);
  z-index: 10;
  display: none;
  text-decoration: none;
  margin-right: -20px;
  transition: margin-right .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  cursor: pointer;
}
.btnChat span {
  display: block;
  width: 250px;
  line-height: 45px;
  padding: 0 20px 0 50px;
  background: #F7774D url(/common_v2/images/icon_chat.svg) no-repeat 20px center;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.btnChat:hover {
  margin-right: -10px;
}

/* btnNavEligibleUser
-------------------------------------------------- */
.btnNavEligibleUser {
  position: absolute;
  right: 0;
  top: -80px;
  transform: translateY(-100%);
  z-index: 10;
  display: none;
  text-decoration: none;
  margin-right: -20px;
  transition: margin-right .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  cursor: pointer;
}
.btnNavEligibleUser span {
  display: block;
  width: 250px;
  line-height: 45px;
  padding: 0 20px 0 50px;
  background: #005bab url(/common_v2/images/icon_click.svg) no-repeat 20px center;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
.btnNavEligibleUser:hover {
  margin-right: -10px;
}

.btnChat {
  top: -20px;
}

.btnPageTop {
  top: -60px;
}

/* ==================================================
モーダル
navEligibleUser
navIdeco
navFunds
================================================== */
.navEligibleUser.modal,
.navIdeco.modal,
.navFunds.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .65);
  padding: 30px;
  overflow: hidden;
}

.navEligibleUser .modal_inner,
.navIdeco .modal_inner,
.navFunds .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1080px;
  max-height: 90vh;
}

.navEligibleUser .modal_scroll,
.navIdeco .modal_scroll,
.navFunds .modal_scroll {
  background-color: #e6eff7;
  padding: 60px 40px 40px;
  overflow: auto;
  max-height: 90vh;
  z-index: 0;
  position: relative;
  border-radius: 24px;
}

_::-webkit-full-page-media, _:future,
:root .navEligibleUser .modal_scroll,
:root .navIdeco .modal_scroll,
:root .navFunds .modal_scroll {
  max-height: 90dvh;
}

.navEligibleUser .modal_scroll .nmlBtn,
.navIdeco .modal_scroll .nmlBtn,
.navFunds .modal_scroll .nmlBtn {
  margin-top: 0;
  justify-content: flex-start;
}

.navEligibleUser .modal_title,
.navIdeco .modal_title,
.navFunds .modal_title {
  font-size: 3.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005bab;
  line-height: 1.25;
  margin-bottom: 35px;
  text-align: center;
}

.navEligibleUser .modal_title_sub,
.navIdeco .modal_title_sub,
.navFunds .modal_title_sub {
  font-size: 1.8rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005bab;
  line-height: 1.25;
  margin-bottom: 25px;
  text-align: center;
}

.navEligibleUser .modal_title_sub:not(:first-child),
.navIdeco .modal_title_sub:not(:first-child),
.navFunds .modal_title_sub:not(:first-child) {
  margin-top: 48px;
}

.navEligibleUser .modal_scroll .ps__rail-y,
.navIdeco .modal_scroll .ps__rail-y,
.navFunds .modal_scroll .ps__rail-y {
  padding: 4px 0;
  width: 8px;
  border-radius: 4px;
  background-color: #ccc !important;
  right: 6px;
}

.navEligibleUser .modal_scroll .ps__thumb-y,
.navIdeco .modal_scroll .ps__thumb-y,
.navFunds .modal_scroll .ps__thumb-y {
  background-color: #005bab;
  width: 8px;
  right: 0;
  opacity: 0.6;
}

.navEligibleUser .modal_scroll .ps__rail-y:hover > .ps__thumb-y,
.navIdeco .modal_scroll .ps__rail-y:hover > .ps__thumb-y,
.navFunds .modal_scroll .ps__rail-y:hover > .ps__thumb-y,
.navEligibleUser .modal_scroll .ps__rail-y:focus > .ps__thumb-y,
.navIdeco .modal_scroll .ps__rail-y:focus > .ps__thumb-y,
.navFunds .modal_scroll .ps__rail-y:focus > .ps__thumb-y,
.navEligibleUser .modal_scroll .ps__rail-y.ps--clicking .ps__thumb-y,
.navIdeco .modal_scroll .ps__rail-y.ps--clicking .ps__thumb-y,
.navFunds .modal_scroll .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #005bab;
  width: 8px;
  opacity: 0.6;
}

.modal_close.nav_modal {
  z-index: 1;
  display: block;
  position: absolute;
  right: -30px;
  top: -40px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 2px solid #005bab;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  transition: .2s all ease-in-out;
}

.modal_close.nav_modal::before,
.modal_close.nav_modal::after {
  content: '';
  position: absolute;
  left: calc(50% - 17px);
  top: 50%;
  background: #005bab;
  width: 35px;
  height: 2px;
  transition: .2s all ease-in-out;
}

.modal_close.nav_modal::before {
  transform: rotate(45deg);
}

.modal_close.nav_modal::after {
  transform: rotate(-45deg);
}

.modal_close.nav_modal:hover {
  background-color: #005bab;
}

.modal_close.nav_modal:hover::before,
.modal_close.nav_modal:hover::after {
  background-color: #fff;
}


/* ==================================================
Footer
================================================== */
.footer {
  width: 100%;
  background: #005BAB;
  color: #fff;
  position: relative;
}
.footer .innerWrap {
  padding: 0;
}
.footer a {
  color: inherit;
  text-decoration: none;
}

/* footer_social
---------------------------------- */
.footer_social {
  background-color: #fff;
  padding: 20px 0;
}
.footer_social .innerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.footer_social .title {
  font-size: 1.8rem;
  color: #3C4950;
  line-height: 1;
}
.footer_social_list {
  display: flex;
  align-items: center;
}
.footer_social_list li {
  margin-left: 20px;
}
.footer_social_list li a {
  display: flex;
  align-items: center;
  width: 200px;
  border: solid 1px #C3C8D6;
  border-radius: 15px;
  font-size: 1.6rem;
  color: #3C4950;
  text-decoration: none;
  line-height: 1;
  transition: all .3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  overflow: hidden;
}
.footer_social_list li a:hover {
  background-color: rgba(195, 200, 214, .3);
}
.footer_social_list li a img {
  display: block;
  width: auto;
  height: 60px;
  margin-right: 10px;
}

/* footer_sitemap
---------------------------------- */
.footer_sitemap {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1px;
  padding: 80px 0;
}
.footer_sitemapLwr {
  display: flex;
  justify-content: center;
}
.footer_sitemapLwr:nth-child(n+2) {
  margin-top: 24px;
}
.footer_sitemapLwr li {
  position: relative;
  padding: 0 22px;
}
.footer_sitemapLwr li:nth-child(n+2)::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.footer_sitemapLwr a:hover {
  text-decoration: underline;
}

/* footer_copy
---------------------------------- */
.footer_copy {
  position: relative;
  color: #005BAB;
  background: #fff;
  padding: 56px  0;
  text-align: center;
}
.footer_copyright {
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  letter-spacing: .4px;
}
/* footer simple - footer_copy
-------------------------------------------------- */
.footer.simple .footer_copy {
  border-top: none;
}

/* overlay
-------------------------------------------------- */
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

/* 各種ASP UI調整
-------------------------------------------------- */
/* デフォルトのチャットボットボタンを非表示 */
#chatbot_widget_minisize_block {
  display: none !important;
}
/* メンテナンス状態が確認できるまではチャットボタンは非表示 */
.js-btnChatCtrl {
  display: none;
}

/* リードスピーカーコントロールパネル左寄せ */
#rs-controlpanel {
  inset: auto auto 10px 10px !important;
}
