@charset "utf-8";
/* ==================================================
elements
================================================== */
html {
  font-size: 62.5% !important;
}
body {
  padding-top: 50px;
}
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #3C4950;
  line-height: 1.6;
}
body.fixed {
  position: fixed;
  right: 0;
  left: 0;
  width: 100vw;
  overflow-y: scroll;
}
video {
  width: 100%;
  vertical-align: bottom;
}
/* content_main
-------------------------------------------------- */
.content_main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.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);
}
/* cntSec
-------------------------------------------------- */
.cntSec {
  background-color: #fff;
}

hr {
  height: 1px;
  padding: 0;
  border: 0;
  margin: 0 0 20px;
  background: #ccc;
}
a {
  color: #005BAB;
  text-decoration: underline;
}
.tran {
  transition: all .3s ease;
}
img {
  max-width: 100%;
  height: auto;
}
/* ==================================================
section
================================================== */
.content_main {
  overflow: hidden;
}
.cntSec {
  /* overflow: hidden; */
}
.cntSec .innerWrap {
  position: relative;
  width: 100%;
  padding: 40px 10px;
  margin: auto;
}
.cntSec .innerWrap.leadWrap {
  padding: 20px 10px;
}
.cntSec.leadWrap_bdr {
  border-bottom: 1px solid #005AAB;
}
.cntSec .heading2 + .innerWrap {
  padding-top: 30px;
}
.cntSec .innerWrap>*:first-child {
  margin-top: 0;
}
.cntSec .innerWrap>*:last-child {
  margin-bottom: 0;
}

/* header simple
================================================== */
.header.simple .header_nav {
  height: 50px;
}
/* header simple-new
================================================== */
.header.simple-new .header_nav {
  height: 50px;
}
/* header
================================================== */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #C3C8D6;
  z-index: 40;
}
.header a {
  text-decoration: none;
}
.header .innerWrap {
  padding: 15px 10px 0;
}
.header .headerWrap {
  position: relative;
  z-index: 1;
  background: #fff;
}

/* header_nav
-------------------------------------------------- */
.header_nav {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 178px;
  padding-right: 48px;
}
.header_nav .header_logo {
  height: 50px;
}

/* header_logo
-------------------------------------------------- */
.header_logo {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 160px;
  background: url(/common_v2/images/logo.svg) no-repeat left top / 68px 26px;
}
.header_logo .header_heading {
  padding: 12px 0 1px 72px;
  line-height: 1;
}
.header_code {
  font-size: 1.0rem;
  color: #212325;
}
/* .header_uprBox
-------------------------------------------------- */
.header_uprBox ,
.header_uprBox .innerWrap {
  padding: 0;
}
.header_uprBox .headerParts_linkList03 {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.header_uprBox .headerParts_linkItem {
  width: 48px;
  height: 50px;
  font-size: 1.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
}
.header_uprBox .headerParts_linkItem.hdr-searchBtn {
  padding-top: 30px;
  color: #505050;
  background: #EFEFEF url(/common_v2/images/icon_search_gray.svg) no-repeat center 8px / 18px 18px;
}
.header_uprBox  .headerParts_linkItem.hdr-searchBtn.active {
  background-image:url(/common_v2/images/icon_close.svg);
}
.header_uprBox .headerParts_linkItem.hdr-loginBtn > span {
  display: block;
  border: 1px solid #E21A57;
  padding-top: 30px;
  height: 100%;
  color: #fff;
  background: #E21A57 url(/common_v2/images/icon_login_white.svg) no-repeat center 8px / 20px 20px;
}
.header_uprBox  .headerParts_linkItem.hdr-loginBtn.active > span {
  color: #E21A57;
  background-color: #fff;
  background-image:url(/common_v2/images/icon_login_login.svg);
}

/* --------------------------------------------------
header_loginBoxWrap
-------------------------------------------------- */
.header_loginBox {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 9;
  width: 100%;
  max-height: calc(100vh - 50px);
  background: #fff;
  padding: 0 20px;
  overflow-y: scroll;
}
.header_loginBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.header_loginBox .title {
  margin-top: 15px;
  font-size: 2.0rem;
  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: 10px;
}
.header_loginBox .nmlBtn_item {
  margin-top: 10px !important;
}
.header_loginBox .nmlBtn_itemLink {
  box-shadow: none;
}
.header_loginBox .nmlBtn_item .nmlBtn_itemLink {
  height: 54px;
  font-size: 1.4rem;
  border-radius: 27px;
}
.header_loginBox .nmlBtn_item.type-square {
  margin-bottom: 15px;
}
.header_loginBox .nmlBtn_item.type-square .nmlBtn_itemLink {
  height: 66px;
  font-size: 1.6rem;
  border-radius: 0;
}
.header_loginBoxClose {
  width: calc(100% + 40px);
  margin: 22px -20px 0;
  height: 40px;
  line-height: 40px;
  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;
}

/* spMenu
-------------------------------------------------- */
.spMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
}
.spMenu .spMenu_wrapper {
  height: 100%;
  padding-top: 51px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.spMenu_listWrap{
  padding: 15px 0;
  border-top: 1px solid #C3C8D6;
}
.spMenu_listWrap:first-child{
  border-top: none;
}
.spMenu_listTitle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #3C4950;
}
.spMenu_listLink {
  padding-top: 15px;
  text-align: center;
}
.spMenu_listLink a {
  display: inline-block;
  padding-right: 12px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #3C4950;
  background:  url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right center / 6px 6px;
}
.spMenu_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #F5F5F5;
}
.spMenu .spMenu_item {
  flex: 0 0 100%;
}
.spMenu .spMenu_list.size-half .spMenu_item {
  position: relative;
  flex: 0 0 calc((100% - 9px) /2);
  margin:  9px 0 0 9px;
}
.spMenu .spMenu_list.size-half .spMenu_item:nth-child(odd) {
  margin-left: 0;
}
.spMenu .spMenu_list.size-half .spMenu_item > .spMenu_inner {
  min-height: 44px;
}
.spMenu .spMenu_list.color-white > .spMenu_item > .spMenu_inner {
  color: #005BAB;
  background: #fff url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right 5px center / 6px 6px;
  border: 1px solid #C3C8D6;
  text-align: center;
  justify-content: center;
  font-size: 1.4rem;
}
.spMenu .spMenu_list.color-white > .spMenu_item.arrow-blank > .spMenu_inner {
  background: #fff url(/common_v2/images/icon_blank_blue.svg) no-repeat right 5px center / 10px 10px;
}
.spMenu .spMenu_list.color-none > .spMenu_item > .spMenu_inner {
  background:  url(/common_v2/images/arrow_right_triangle_blue.svg) no-repeat right 5px center / 8px 8px;
  font-size: 1.4rem;
  border-bottom: 1px solid #C3C8D6;
}
.spMenu .spMenu_list.color-none > .spMenu_item.arrow-blank > .spMenu_inner {
  background:  url(/common_v2/images/icon_blank_blue.svg) no-repeat right 5px center / 12px 12px;
}
.spMenu .spMenu_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  padding: 4px 13px 4px 2px;
  font-size: 1.6rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.4;
  color: #505050;
  background-color: rgba(0, 91, 1711, .1);
  border-bottom: 1px solid #fff;
}
.spMenu .spMenu_item.color-top > .spMenu_inner {
  color: #fff;
  background-color: #005BAB;
  border-bottom: 1px solid #fff;
}
.spMenu .spMenu_list:after {
  display: block;
  clear: both;
  content: "";
}
/* arrow */
.spMenu .spMenu_item.arrow-right .spMenu_inner {
  background-image: url(/common_v2/images/arrow_right_triangle_gray.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
}
.spMenu .spMenu_item.arrow-blank .spMenu_inner {
  background-image: url(/common_v2/images/icon_blank_gray.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.spMenu .spMenu_item.color-top.arrow-right .spMenu_inner {
  background-image: url(/common_v2/images/arrow_right_triangle_white.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
}
.spMenu .spMenu_item.color-top.arrow-blank .spMenu_inner {
  background-image: url(/common_v2/images/icon_blank_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/* ボタンエリア */
.spMenu .spMenu_btnWrap {
  padding: 15px 10px 30px;
}

/* アコーディオン */
.spMenu .spMenu_acd {
  display: none;
}
.spMenu .spMenu_acd .spMenu_acd {
  padding: 0 10px;
}
.spMenu .spMenu_list.textSize-large > .spMenu_item > .spMenu_inner {
  padding-left: 10px;
  font-size: 1.8rem;
}
.spMenu .spMenu_acdBtn > .spMenu_inner:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(/common_v2/images/icon_plus_gray.svg) no-repeat center / contain;
  border-radius: 50%;
  transform: translateY(-50%);
}
.spMenu .spMenu_acdBtn.active > .spMenu_inner:after {
  background: url(/common_v2/images/icon_minus_gray.svg) no-repeat center / contain;
}
.spMenu .spMenu_item.color-top.spMenu_acdBtn > .spMenu_inner:after {
  background-image: url(/common_v2/images/icon_plus_white.svg);
}
.spMenu .spMenu_item.color-top.spMenu_acdBtn.active > .spMenu_inner:after {
  background-image: url(/common_v2/images/icon_minus_white.svg);
}
.spMenuFootWrap {
  background: #fff;
  padding: 5px 0 20px;
}
.spMenuFoot {
  width: 205px;
  height: 40px;
  line-height: 40px;
  margin: 15px auto 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #3C4950;
}
.spMenuFoot span {
  padding-left: 20px;
  background: url(/common_v2/images/arrow_up_half_white.svg) no-repeat left center;
  background-size: 12px 6px;
}

/* spMenu ナビ */
.spMenuNav .spMenuNav_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  background-color: #fff;
  padding: 15px 2%;
}
.spMenuNav .spMenuNav_item {
  position: relative;
  flex: 0 0 29%;
  height: 80px
}
.spMenuNav .spMenuNav_item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  border: 1px solid #C3C8D6;
  border-radius: 8px;
}
.spMenuNav .spMenuNav_icon{
  width: auto;
  height: 24px;
  text-align: center;
}
.spMenuNav .spMenuNav_title{
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  line-height: 1.3;
}

/* quicklink
-------------------------------------------------- */
.quicklink {
  font-size: 0;
  background:#fff;
  text-align: center;
}
.quicklink > li {
  display: inline-block;
  width : 30%;
  margin: 15px 1vw;
  vertical-align: top;
  position: relative;
}
.quicklink_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #005BAB;
  border: 1px solid #C3C8D6;
  border-radius: 8px;
}
.quicklink_btn.active {
  background-color: #F5F5F5;
}
.quicklink_btn_icon  {
  flex: 0;
  margin: 0 0 4px;
  height: 24px;
}
.quicklink_btn_text {
  flex: 0;
}
.quicklink_btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 7px);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: none;
  border-bottom: 12px solid #F5F5F5;
  margin: auto;
  opacity: 0;
  transition: all .2s ease-out;
}
.quicklink_btn.active::after {
  border-bottom-width: 12px;
  opacity: 1;
}
.quicklink_main {
  display: none;
  position: relative;
  left: 0;
  top: 17px;
  width: 100vw;
  background: #F5F5F5;
  padding: 0 10px;
}
.quicklink_main.pos--1 { left: calc(-3vw); }
.quicklink_main.pos--2 { left: calc(-35vw); }
.quicklink_main.pos--3 { left: calc(-67vw); }
/* --------------------------------------------------
spMenuBtn
-------------------------------------------------- */
.spMenuBtnWrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  z-index: 30;
}
.spMenuBtn_text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: .9rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  color: #2196f3;
  text-align: center;
}
.spMenuBtn,
.spMenuBtn span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.spMenuBtn {
  position: relative;
  width: 16px;
  height: 11px;
}
.spMenuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005BAB;
  border-radius: 1px;
}
.spMenuBtn span:nth-of-type(1) {
  top: 0;
}
.spMenuBtn span:nth-of-type(2) {
  top: 5px;
}
.spMenuBtn span:nth-of-type(3) {
  bottom: 0;
}
.spMenuBtn span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.spMenuBtn span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.spMenuBtn span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.spMenuBtnWrap.active .spMenuBtn span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}
.spMenuBtnWrap.active .spMenuBtn span:nth-of-type(2) {
  opacity: 0;
}
.spMenuBtnWrap.active .spMenuBtn span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}
.spMenuBtnText {
  color: #005BAB;
  font-size: 1.0rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}

/* メガドロップ */
.dropNavWrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
}
.dropNav {
  position: absolute;
  top: 1px;
  left: 0;
  display: none;
  width: 100%;
  overflow-y: auto;
  color: #fff;
  background-color: #fff;
}
.dropNav.active {
  opacity: 1;
}
.dropNav_main .innerWrap {
  padding: 17px 10px;
}
.dropNav_closeBtn {
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #333;
  transition: all .3s ease;
}
.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;
}

.breadcrumb {
  display: block;
  order: 1;
}
.breadcrumb_list{
  padding: 20px;
  background: #f6f6f6;
}
.breadcrumb_list li {
  margin-top: 16px;
  padding-left: 14px;
  font-size: 12px;
  color: #3c4950;
  position: relative;
}
.breadcrumb_list li:first-child {
  margin-top: 0;
  padding-left: 0;
}
.breadcrumb_list li::before {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #005BAB;
}
.breadcrumb_list li:first-child::before {
  display: none;
}
.breadcrumb_list li a {
  color: #005bab;
  text-decoration: underline;
}

/* MV
================================================== */
.cntSec .mv {
  margin-top: -20px;
  margin-bottom: 20px;
}
.cntSec .mv img {
  width: 100%;
}

/* ==================================================
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;
  background-color: #EFEFEF;
}
.fixedBottom .innerWrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 追従コンバージョン共通スタイル
-------------------------------------------------- */
.fixedBottom .nmlBtn {
  display: flex;
  gap: 0;
  align-items: stretch;
}
.fixedBottom .nmlBtn_caption {
  margin-top: 0px;
  font-size: 1.0rem;
}
.cnv_close+.nmlBtn,
.fixedBottom .nmlBtn .nmlBtn_item:not(.style-none){
  margin-top: 0;
}
.fixedBottom .nmlBtn:not(:first-child) {
  margin-top: 0;
}
/* cnv-col-2-2 25% - 25% - 25% - 25% */
.fixedBottom .cntSec.cnv-col-2-2 .nmlBtn .nmlBtn_item {
  flex: 0 0 25%;
}
/* cnv-col-1-1-1 33.3% - 33.3% - 33.3% */
.fixedBottom .cntSec.cnv-col-1-1-1 .nmlBtn .nmlBtn_item {
  flex: 0 0 33.3%;
}

/* cnv-col-loan 45% - 23.1% - 31.9% */
.fixedBottom .cntSec.cnv-col-loan .nmlBtn .nmlBtn_item:nth-child(1) {
  flex: 0 0 45%;
}
.fixedBottom .cntSec.cnv-col-loan .nmlBtn .nmlBtn_item:nth-child(2) {
  flex: 0 0 23.1%;
}
.fixedBottom .cntSec.cnv-col-loan .nmlBtn .nmlBtn_item:nth-child(3) {
  flex: 0 0 31.9%;
}
/* cnv-col-1-1 50% - 50% */
.fixedBottom .cntSec.cnv-col-1-1 .nmlBtn .nmlBtn_item {
  flex: 0 0 50%;
}
/* cnv-col-1 100% */
.fixedBottom .cntSec.cnv-col-1 .nmlBtn .nmlBtn_item:nth-child(1) {
  flex: 0 0 100%;
}
.fixedBottom .cntSec.cnv-col-2-2 .innerWrap,
.fixedBottom .cntSec.cnv-col-1-1-1 .innerWrap,
.fixedBottom .cntSec.cnv-col-loan .innerWrap,
.fixedBottom .cntSec.cnv-col-1-1 .innerWrap,
.fixedBottom .cntSec.cnv-col-1 .innerWrap {
  padding: 0;
}

.fixedBottom .nmlBtn .nmlBtn_itemLink {
  font-size: 1.2rem;
  min-height: 56px;
  border-radius: 0;
}

.fixedBottom .nmlBtn .nmlBtn_item.color-login.bg-fill+.nmlBtn_item.color-login.bg-fill {
  border-left: 1px solid #fff;
}
.fixedBottom .nmlBtn .nmlBtn_item:not(.bg-fill)+.nmlBtn_item:not(.bg-fill) .nmlBtn_itemLink {
  border-left: none;
}
.cnvBtns_caption {
  font-size: 1.2rem;
  text-align: center;
}
.fixedBottom .cntSec .nmlBtn_item.arrow-blank .nmlBtn_itemLink {
  padding-right: 8px;
  padding-left: 8px;
  background-size: 12px 12px;
  background-position: right 5px center;
}
.fixedBottom .cntSec .nmlBtn_item.arrow-pdf .nmlBtn_itemLink {
  padding-right: 8px;
  padding-left: 8px;
  background-size: 16px 16px;
  background-position: right 4px center;
}
.fixedBottom .cntSec .nmlBtn_item.arrow-right .nmlBtn_itemLink {
  padding-right: 8px;
  padding-left: 8px;
  background-position: right 6px center;
}

/* 追従コンバージョンエリア閉じるボタン */
.cnv_close {
  z-index: 1;
  display: block;
  position: absolute;
  left: 4px;
  top: -28px;
  width: 24px;
  height: 24px;
  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);
}

/* btnPageTop simple
-------------------------------------------------- */
.btnPageTop.simple {
  transform: translateY(-100%) !important;
}
/* btnPageTop
-------------------------------------------------- */
.btnPageTop {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transform-origin:right top;
  z-index: 10;
  display: none;
  text-decoration: none;
}
.btnPageTop span {
  display: block;
  width: 60px;
  height: 60px;
  padding: 36px 0 0 0;
  background: #66B6FC;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, .1);
}
.btnPageTop::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
}

/* btnChat
-------------------------------------------------- */
.btnChat {
  position: absolute;
  right: 60px !important;
  top: 0;
  transform: translateY(-100%);
  z-index: 10;
  display: none;
  text-decoration: none;
}
.btnChat span {
  display: block;
  width: 60px;
  height: 60px;
  padding: 36px 0 0 0;
  background: #F7774D url(/common_v2/images/icon_chat.svg) no-repeat center 12px /18px 18px;
  border-radius: 8px 0 0 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold; font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
  text-align: center;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, .1);
}

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

/* ==================================================
モーダル
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: 90%;
  max-height: 80vh;
}

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

_::-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: 2.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: 20px;
  text-align: center;
}

.navEligibleUser .modal_title_sub,
.navIdeco .modal_title_sub,
.navFunds .modal_title_sub {
  font-size: 1.6rem;
  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: 16px;
  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: 24px;
}

.modal_close.nav_modal {
  z-index: 1;
  display: block;
  position: absolute;
  right: -10px;
  top: -20px;
  width: 50px;
  height: 50px;
  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% - 10px);
  top: 50%;
  background: #005bab;
  width: 20px;
  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_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;
}

.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;
}


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

/* footer_social
---------------------------------- */
.footer_social {
  background-color: #fff;
}
.footer_social .innerWrap {
  padding: 20px 10px;
}
.footer_social .title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
  color: #3C4950;
  line-height: 1;
}
.footer_social_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_social_list li {
  margin-left: 0;
}
.footer_social_list li a {
  display: flex;
  align-items: center;
  width: 150px;
  border: solid 1px #C3C8D6;
  border-radius: 15px;
  font-size: 1.2rem;
  color: #3C4950;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  overflow: hidden;
}
.footer_social_list li a img {
  display: block;
  width: auto;
  height: 40px;
  margin-right: 10px;
}
.footer_social_list li a.youtube {
  height: 42px;
}

/* footer_sitemap
---------------------------------- */
.footer_sitemap {
  font-size: 1.2rem;
  padding: 60px 10px;
}
/* footer_sitemapLwr */
.footer_sitemapLwr {
  text-align: left;
}
.footer_sitemapLwr:nth-child(n+2) {
  margin-top: 17px;
}
.footer_sitemapLwr_item:nth-child(n+2) {
  margin-top: 17px;
}

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

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


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