@charset "utf-8";

/* ==================================================
elements
================================================== */
body, input, textarea, select {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'ヒラギノ角ゴ W3', メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #3C4950;
  letter-spacing: 0.05em;
}
body.english,
body.chinese {
  line-height: 1.5;
}
body.fixed {
  position: fixed;
  right: 0;
  left: 0;
  width: 100vw;
  overflow-y: scroll;
}
body {
  padding-top: 50px;
}


hr {
  height: 1px;
  padding: 0;
  margin: 0 0 20px;
  background: #dfe6e7;
  border: 0;
}
a {
  color: #3C4950;
  text-decoration: none;
}
a.pdf {
  padding-right: 32px;
  background-size: 24px 16px;
}
a.blank {
  padding-right: 24px;
  background: url(/common_v2/images/icon_blank_blue.svg) no-repeat right 5px center;
  background-size: 15px 13px;
}
.tran {
  transition: all .2s ease;
}
.imgCap {
  font-size: 12px;
}

/* ==================================================
section
================================================== */
section.cntSec .innerWrap {
  position: relative;
  width: 100%;
  padding: 0 10px 30px;
  margin: auto;
}
section.cntSec.sp_wide .innerWrap {
  padding: 30px 0 80px;
}
section.cntSec .innerWrap > *:first-child {
  margin-top: 0;
}
section.cntSec .innerWrap > *:last-child {
  margin-bottom: 0;
}


/* ==================================================
header
================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header a {
  text-decoration: none;
}
.header .innerWrap {
  padding-right: 48px;
}
.header_main {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 50px;
}
.header_nav {
  z-index: 1;
  flex: 1 1 auto;
  background: rgba(255, 255, 255, 1);
}
body.top .header_nav {
  /* background: rgba(255, 255, 255, 0.8); */
  transition: 0.5s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  align-items: center;
}
.header:not(.scrollTop) .header_nav,
.header:not(.scrollTop) .header_nav:before{
  background: #fff;
  border-bottom: 1px solid #B2CBD8;
}
/* header -  .header_lwrBox
-------------------------------------------------- */
.header_lwrBox .innerWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.header_cateNav,
.gNavBtn_list {
  display: none;
}


/* header -  header_logo
-------------------------------------------------- */
.header_logo {
  margin-left: 6px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
.header_logo a.higo img{
  width: 126px;
}
.header_logo a.kfg img {
  width: 27px;
  margin-top: 9px;
  margin-left: 5px;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 350px) {
  .header_logo a.kfg {
    display: none;
  }
}
.header_logo .header_heading {
  width: 78px;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/common_v2/images/logo_header.svg) no-repeat center center / contain;
  transition: all .2s ease;
}
@media screen and (max-width: 350px) {
  .header_logo {
    flex: 0 0 120px;
  }
  .header_logo .kfg_logo {
    display: none;
  }
}
.header_code {
  flex: 0 0 120%;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  transform: scale(0.7);
  transform-origin:0 0;
}
.header:not(.scrollTop) .header_code {
  margin-top: 2px;
}

/* --------------------------------------------------
header ログオンボタン
-------------------------------------------------- */
.header_loginBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_loginBtn_link {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 48px;
  height: 50px;
  background-color: #007DAF;
}
.header_loginBtn_link:before {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 15px;
  height: 20px;
  content: '';
  background: url(/common_v2/images/icon_login.svg) no-repeat center;
  background-size: 15px 20px;
  transform: translateX(-50%);
}
.header_loginBtn_link .main {
  margin-bottom: 3px;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .header_loginBtn_link .main {
    font-size: 10px;
    transform: scale(0.8);
  }
}
.header_search {
  flex: 0 0 44px;
  height: 44px;
  background: url(/common_v2/images/icon_search.svg) 13px 5px / 18px no-repeat;
  border-left: 1px solid #B2CBD8;
}
.header_location {
  flex: 0 0 58px;
  height: 44px;
  background: url(/common_v2/images/icon_location.svg) 22px 5px / 13px 20px no-repeat ;
  border-left: 1px solid #B2CBD8;
}
.header_search span, .header_location a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 8px;
  font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .header_search > span > span, .header_location > a > span{
    height: auto;
    font-size: 10px;
    margin-top: auto;
    white-space: nowrap;
    transform: scale(0.8);
  }
}
/* simple_header */
.header.simple_header .header_nav {
  display: flex;
  height: 50px;
}
.header.simple_header .header_lwrBox {
  display: none;
}
.header.simple_header .kfg_logo {
  margin-top: 14px;
}
.header.simple_header .language {
  position: relative;
  margin-top: 8px;
  margin-right: 8px;
  margin-left: auto;
}
.header.simple_header .language:before {
  position: absolute;
  top: -2px;
  left: -8px;
  width: 1px;
  height: 36px;
  content: '';
  background-color: #B2CBD8;
}
.header.simple_header .language_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header.simple_header .language img {
  width: 20px;
}
.header.simple_header .language span {
  font-size: 8px;
}
/* lp_header */
.header.lp_header {
  position: absolute !important;
  transform: translateY(0px)!important;
}
.header.lp_header .header_nav {
  display: flex;
  height: 50px;
  border-bottom: 1px solid #B2CBD8;
}

/* メガドロップ */
.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: #EDF7FC;
}
.dropNav.active {
  opacity: 1;
}
.dropNav_main .innerWrap {
  display: table;
  width: 100%;
  padding: 20px 10px;
}

.dropNav_closeBtn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #3C4950;
}
.dropNav_closeBtn span {
  padding-left: 30px;
  background: url(/common_v2/images/icon_close.svg) no-repeat left center;
  background-size: 20px 20px;
}
/* メガドロップ内リンクボタン */
header .topNmlBtn .topNmlBtn_wrapper {
  margin-top: -8px;
  margin-left: -8px;
}
header .topNmlBtn .topNmlBtn_item {
  width: calc(50% - 8px);
  height: 50px;
  margin-top: 8px;
  margin-left: 8px;
}
header .topNmlBtn .topNmlBtn_item.size-login {
  width: 100%;
  min-height: 136px;
  margin: 0;
}
header .dropNav_title {
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}
header .dropNav_title span,
header .dropNav_title a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #3C4950;
}
header .dropNav_title.arrow-right a {
  padding-right: 20px;
  background: url(/common_v2/images/arrow_triangle_right_blue.svg) right center no-repeat;
}
/* ログオン */
header .topNmlBtn.loginNav_left {
  position: relative;
  float: left;
  width: 100%;
}
header .topNmlBtn.loginNav_right {
  position: relative;
  float: left;
  width: 100%;
}


/*  ログオン - インターネットバンキング */
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking .topNmlBtn_icon {
  width: 46px;
  text-align: center;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking .topNmlBtn_icon.higoapp {
  width: 30px;
  text-align: center;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking .topNmlBtn_text .main{
  font-size: 18px;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking .topNmlBtn_text .sub {
  font-size: 14px;
  line-height: 1.2;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking:before {
  position: static;
  background: none;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking:after {
  position: static;
  background: none;
}
/* ログオン - インターネット照会サービス */
header .dropNav_login .topNmlBtn .topNmlBtn_item.balanceInquiry .topNmlBtn_icon {
  width: 36px;
  text-align: center;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.balanceInquiry .topNmlBtn_text .main{
  font-size: 18px;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.balanceInquiry .topNmlBtn_text .sub {
  font-size: 14px;
  line-height: 1.2;
}
/* ログオン - ビジネスインターネットバンキング */
header .dropNav_login .topNmlBtn .topNmlBtn_item.businessIB .topNmlBtn_icon {
  width: 46px;
  text-align: center;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.businessIB .topNmlBtn_text .main{
  font-size: 18px;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.businessIB .topNmlBtn_text .sub {
  font-size: 13px;
  line-height: 1.2;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.businessIB:before {
  position: static;
  background: none;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.businessIB:after {
  position: static;
  background: none;
}
/* ログオン - big advance */
header .dropNav_login .topNmlBtn .topNmlBtn_item.bigAdvance .topNmlBtn_icon {
  width: 50px;
  text-align: center;
}
/* 検索 */
header .search.no-label {
  height: 50px;
  margin-bottom: 0;
}
header .search_submit {
  height: 50px;
}

/* header -  header_logoList
-------------------------------------------------- */
header .header_logoList {
  display: none;
}

/* --------------------------------------------------
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: 50px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.spMenu_list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.spMenu .spMenu_item {
  flex: 0 0 100%;
  border-top: 1px solid #B2CBD8;
}
.spMenu .spMenu_list:last-child {
  border-bottom: 1px solid #B2CBD8;
}
.spMenu .spMenu_list.size-half .spMenu_item {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
.spMenu .spMenu_list.size-half .spMenu_item:nth-child(2n) {
  border-left: 1px solid #B2CBD8;
}
.spMenu .spMenu_list.size-half .spMenu_item:nth-child(2n+1):last-child:after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  content: '';
  background: #B2CBD8;
}
.spMenu .spMenu_list.size-half .spMenu_item:nth-child(2n):nth-last-child(2):after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #B2CBD8;
}
.spMenu .spMenu_list.size-half .spMenu_item > .spMenu_inner {
  min-height: 44px;
}
.spMenu .spMenu_list.color-white > .spMenu_item > .spMenu_inner {
  color: #007DAF;
  background-color: #fff;
}

.spMenu .spMenu_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  padding: 4px 20px 4px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #007DAF;
  background-color: #EDF7FC;
}
.spMenu .spMenu_item.color-top > .spMenu_inner {
  color: #fff;
  background-color: #007DAF;
}
.spMenu .spMenu_acd .spMenu_item.color-white > .spMenu_inner,
.spMenu .spMenu_acd .spMenu_item.spMenu_acdBtn.active > .spMenu_inner {
}
.spMenu .spMenu_list:after {
  display: block;
  clear: both;
  content: "";
}
/* arrow */
.spMenu .spMenu_item.arrow-right .spMenu_inner {
  background-image: url(/common_v2/images/arrow_triangle_right_blue.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.spMenu .spMenu_item.arrow-blank .spMenu_inner {
  background-image: url(/common_v2/images/icon_blank_blue.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.spMenu .spMenu_item.arrow-pdf .spMenu_inner {
  background-image: url(/common_v2/images/icon_pdf_blue.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.spMenu .spMenu_item.arrow-download .spMenu_inner {
  background-image: url(/common_v2/images/icon_download_blue.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.spMenu .spMenu_item.arrow-pc .spMenu_inner {
  background-image: url(/common_v2/images/icon_pc_small.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_triangle_right_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px 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_item.color-top.arrow-pdf .spMenu_inner {
  background-image: url(/common_v2/images/icon_pdf_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.spMenu .spMenu_item.color-top.arrow-download .spMenu_inner {
  background-image: url(/common_v2/images/icon_download_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}


/* 検索エリア */
.spMenu .spMenu_searchWrap {
  padding: 20px 10px;
  background-color: #EDF7FC;
}
/* ボタンエリア */
.spMenu .spMenu_btnWrap {
  padding: 24px 10px;
  background-color: #EDF7FC;
}
.spMenu .spMenu_btnWrap .nmlBtn:not(.sp_col2) .nmlBtn_item:not(:first-child) {
  margin-top: 8px;
}
.spMenu .spMenu_btnWrap .nmlBtn_item.type-small .nmlBtn_text .main {
  font-size: 14px;
  color: #007DAF;
}
.spMenu .spMenu_btnWrap .nmlBtn_item.type-small .nmlBtn_text .sub {
  font-size: 13px;
  color: #007DAF;
}
.spMenu .spMenu_btnWrap .nmlBtn_item.color-white .nmlBtn_itemLink {
  border: 1px solid #007DAF;
}



/* アコーディオン */
.spMenu .spMenu_acd {
  display: none;
}
.spMenu .spMenu_list.textSize-large > .spMenu_item > .spMenu_inner {
  font-size: 16px;
}
.spMenu .spMenu_acdBtn > .spMenu_inner:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(/common_v2/images/icon_plus.svg) center no-repeat;
  background-color: #fff;
  background-size: 10px 10px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.spMenu .spMenu_acdBtn.active:not(.color-top) > .spMenu_inner {
  background-color: #fff;
}
.spMenu .spMenu_acdBtn.active > .spMenu_inner:after {
  background: url(/common_v2/images/icon_minus.svg) center no-repeat;
  background-color: #EDF7FC;
  background-size: 10px 1px;
}


.spMenuFoot {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #3C4950;
}
.spMenuFoot span {
  padding-left: 30px;
  background: url(/common_v2/images/icon_close.svg) no-repeat left center;
  background-size: 20px 20px;
}

/* spMenu ナビ */
.spMenuNav {
  padding-bottom: 14px;
  background-color: #EDF7FC;
}
.spMenuNav .spMenuNav_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
}
.spMenuNav .spMenuNav_item {
  position: relative;
  flex: 1 1 25%;
  height: 90px
}
.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;
}
.spMenuNav .spMenuNav_icon{
  width: auto;
  height: 24px;
  text-align: center;
}
.spMenuNav .spMenuNav_title{
  height: 30px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: normal;
}

.spMenu_logoList {
  background-color: #FFF;
  border-top: #CCC solid 1px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.spMenu_logoList_item {
  width: 30%;
}
.spMenu_logoList_item:nth-child(2) {
  width: 52%;
}
.spMenu_logoList_item a{
  display: block;
}
.spMenu_logoList_item img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
spMenuBtn
-------------------------------------------------- */
.spMenuBtnWrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  width: 48px;
  height: 50px;
  text-align: center;
  background-color: #6EB92D;
}
.spMenuBtn_text {
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .spMenuBtn_text {
    font-size: 10px;
    transform: scale(0.8);
  }
}
.spMenuBtn,
.spMenuBtn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all .4s;
}
.spMenuBtn {
  position: relative;
  width: 16px;
  height: 20px;
}
.spMenuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}
.spMenuBtn span:nth-of-type(1) {
  top: 14px;
  transform: translateY(0) rotate(0);
  animation: menu-bar01 .75s forwards;
}
.spMenuBtn span:nth-of-type(2) {
  top: 24px;
  transform: translateY(0) rotate(0);
  animation: menu-bar02 .75s forwards;
}
.spMenuBtnWrap.active .spMenuBtn span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
.spMenuBtnWrap.active .spMenuBtn span:nth-of-type(2) {
  animation: active-menu-bar02 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(5px) rotate(32deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-5px) rotate(-32deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(32deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-32deg);
  }
}

/* --------------------------------------------------
managementCompany_list
-------------------------------------------------- */
.managementCompany_list{
	display: none;
}

/* ==================================================
breadcrumb
================================================== */
.breadcrumb {
  display: none;
}


/* ==================================================
MV
================================================== */
.cntSec .mv {
  margin-top: -20px;
  margin-bottom: 20px;
}
.cntSec .mv img {
  width: 100%;
}


/* ==================================================
Footer
================================================== */
.footer {
  width: 100%;
}
.footer .innerWrap {
  padding: 0 10px;
  margin: 0 auto;
}
.footer a {
  text-decoration: none;
}
.footer_sns {
  padding: 20px 0;
  border-top: 1px solid #e4e7ea;
}
.footer_sns .footer_sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer_sns .footer_sns-title {
  flex: 0 0 100%;
  margin-right: auto;
  font-size: 16px;
  text-align: center;
}
.footer_sns .footer_sns-link {
  position: relative;
  flex: 0 0 33%;
  height: auto;
  margin-top: 20px;
  text-align: center;
  transition: all .2s ease;
}
.footer_sns .footer_sns-link img {
  height: 36px;
}
.footer_sns .footer_sns-link:not(:last-child):not(.bdrN):before {
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 36px;
  content: '';
  background-color: #B2CBD8;
}

/* footer_nav
---------------------------------- */
.footer_nav {
}
.footer_nav .innerWrap {
  padding: 40px;
}
.footer_nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer_nav .footer_nav-link {
  display: flex;
  flex: 0 0 25%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  font-size: 13px;
  text-align: center;
  border-radius: 8px;
}
.footer_nav .footer_nav-link:nth-child(n+5) {
  margin-top: 25px;
}
.footer_nav .footer_nav-list img {
  margin-bottom: 20px;
}

/* footer_sitemap
---------------------------------- */
.footer_sitemap {
  padding: 0;
}
.footer_sitemap .innerWrap{
  padding: 0;
}

.footer_sitemap .footer_sitemap-logo {
  margin: 15px 0;
  text-align: center;
}
.footer_sitemap .footer_sitemap-logo img {
  max-width: 76%;
}

.footer_sitemap .footer_sitemap-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_sitemap .footer_sitemap-col {
  flex: 0 0 50%;
  max-width: 50%;
  height: 50px;
  line-height: 1.2;
  background: url(/common_v2/images/arrow_triangle_right_blue.svg) right 10px center no-repeat;
  border: 1px solid #B2CBD8;
}
.footer_sitemap .footer_sitemap-col:nth-child(n+3) {
  border-top: none;
}
.footer_sitemap .footer_sitemap-col:nth-child(2n) {
  border-left: none;
}
.footer_sitemap .footer_sitemap-col p {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer_sitemap .footer_sitemap-title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: bold;
  color: #007DAF;
  padding-bottom: 2px;
  transition: border-bottom 0.3s ease;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.footer_sitemapLwr {
  padding: 13px 23px 23px;
  background-color: #F8F8F8;
  border-radius: 16px;
}
.footer_sitemapLwr-logo {
  width: 120px;
  margin: 0 auto 10px;
}
.footer_sitemapLwr-logo img {
  width: 100%;
}
.footer_sitemapLwr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer_sitemapLwr .footer_sitemapLwr-item {
  position: relative;
  padding-right: 16px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0em;
  background: url(/common_v2/images/arrow_triangle_right_blue.svg) right center no-repeat;
}
.footer_sitemapLwr .footer_sitemapLwr-item:not(:last-child) {
  margin-right: 16px;
}
.footer_sitemapLwr .footer_sitemapLwr-item a{
  padding-bottom: 2px;
  transition: border-bottom 0.3s ease;
}
/* footer_accordion
---------------------------------- */
.footer_acd_btn {
  position: relative;
  padding: 10px 30px 10px 10px;
  margin: -1px 0;
  font-size: 14px;
  font-weight: bold;
  color: #007DAF;
  cursor: pointer;
  background-color: #EDF7FC;
  background-size: 24px 24px;
  border-top: 1px solid #B2CBD8;
  border-bottom: 1px solid #B2CBD8
}
.footer_acd_btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(/common_v2/images/icon_plus.svg) center no-repeat;
  background-color: #fff;
  background-size: 10px 10px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.footer_acd_btn:first-child {
  margin-top: 0;
}
.footer_acd_box {
  display: none;
  padding: 15px;
}

/* active */
.footer_acd_btn.active {
  color: #3C4950;
  background-color: #fff;
}
.footer_acd_btn.active:after {
  background: url(/common_v2/images/icon_minus.svg) center no-repeat;
  background-color: #EDF7FC;
  background-size: 10px 1px;
}

/* footer_copy
---------------------------------- */
.footer_copy .innerWrap {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.footer_copy {
  position: relative;
  padding: 40px 0;
  color: #fff;
  background: #3C4950;
}
.footer_codes {
  margin-bottom: 24px;
  font-size: 12px;
}
.footer_copyright {
  font-size: 12px;
}


/* ==================================================
btnPageTop
================================================== */
.btnPageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none;
  width: 60px;
  height: 60px;
  padding-top: 33px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: url(/common_v2/images/arrow_triangle_up_blue.svg) no-repeat;
  background-color: #EDF7FC;
  background-position: top 17px center;
  background-size: 10px 10px;
  border-radius: 8px 0 0 0;
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}
/* .btnPageTop.max {
  position: absolute;
  right: 10px;
  top: -25px;
} */


/* ==================================================
sideFloatNav
================================================== */
.sideFloatNav {
  display: none;
}


/* ==================================================
overlay
================================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

/* ==================================================
バナー
================================================== */
section.cntSec.banner .innerWrap{
  padding-bottom: 30px;
}
.lnkPnlSlider.swiper-container.banner_slider {
  width: 100%;
  min-height: 80px;
  padding: 0 10px;
}
.lnkPnlSlider.swiper-container.banner_slider .lnkPnlSlider_list{
  height: 53px;
}
.banner_slider .lnkPnlSlider_item {
  max-width: 175px;
  height: 53px;
  overflow: hidden;
  border: 1px solid #B2CBD8;
  border-radius: 9px;
  box-shadow: none;
}
.banner_slider .lnkPnlSlider_inner {
  max-width: 175px;
  height: 53px;
  overflow: hidden;
  border-radius: 9px;
}
.banner_slider .lnkPnlSlider_inner img{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  transition: all 1.5s ease;
}
/* コントローラー */
section.cntSec.banner .innerWrap .lnkPnlSlider_ctrl-inner {
  margin-top: 0;
  box-shadow: none;
}
/* ==================================================
グループ会社
================================================== */
section.cntSec.group .innerWrap {
  padding: 20px;
}

.group .group_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
}
.group .group_list-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}
.group .group_company {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all .2s ease;
}
.group .group_company.g_hg img {
  max-height: 84px;
}
.group .group_company img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 50px;
}


/* ==================================================
チャットメッセンジャー（追従メニュー有のみ）
================================================== */
.messanger {
  max-width: calc(100% - 80px);
  height: auto;
  position: fixed !important;  
  right: 40px !important;
  bottom: 10px !important;
  z-index: 10000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 1.4;
}
.messanger_col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.messanger_l {
  margin-right: 10px;
}
.messanger_l_balloon_c_btn,
.messanger_l_balloon_close {
  display: flex;
  width: 35px;
  height: 35px;  
  justify-content: center;
  align-items: center;
}
.messanger_l_balloon_c_btn {
  background: #efefef;
  border-radius: 50% 50% 0 50%;  
}
.messanger_l_balloon_c img {
  transform: rotate(45deg);  
}
.messanger_l_balloon_o_inner {
  display: flex;
  position: relative;
  background: #efefef;
  padding: 10px 10px 10px 40px;
  border-radius: 15px 15px 0 15px;
  transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
}
.messanger_l_balloon_close {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;  
  justify-content: center;
  align-items: center;
}
.messanger_l_balloon_btn {
  display: inline-block;
  min-height: 30px;
  margin-top: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  outline: none;
  background-color: #014c7e;
  color: #fff;
  box-shadow: 0 0px 10px rgb(0 0 0 / 8%);
  cursor: pointer;
  opacity: 1;
  transition: opacity .4s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 5px 10px;
}
.messanger_l_balloon_txt {
  white-space: pre-line;
}
.messanger_r  {
  display: flex;
  align-items: flex-end;
}
.messanger_r a {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.messanger_r img {
  width: 50px
}
#chatMessanger input[type="button"] {
  display: none;
}

