@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: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #3C4950;
  letter-spacing: 0.05em;
}
body.english,
body.chinese {
  line-height: 1.5;
}
html, body {
  width: 100%;
}
body {
  padding-top: 122px;
}
body.fixed {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
}
hr {
  height: 1px;
  padding: 0;
  margin: 0 0 20px;
  background: #dfe6e7;
  border: 0;
}
a {
  color: #3C4950;
  text-decoration: none;
}
a.pdf {
  padding-right: 34px;
  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;
}
a:hover {
  text-decoration: none;
}
.tran {
  transition: all .2s ease;
}
.opac {
  transition: all .2s ease;
}
.opac:hover {
  opacity: .7;
}
.imgCap {
  font-size: 12px;
}
/* ==================================================
section
================================================== */
section.cntSec {
  min-width: 1280px;
  overflow: hidden;
}
section.cntSec .innerWrap {
  position: relative;
  width: 1160px;
  padding: 0 40px 80px;
  margin: auto;
}
section.cntSec.pc_wide .innerWrap {
  width: 100%;
  padding: 0 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: 99;
  width: 100%;
  min-width: 1280px;
  height: 122px;
  box-shadow: none;
  transition: .5s;
  background: rgba(255, 255, 255, 1);

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 30px;
}
.header_show {
  transition: transform .5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header_hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header .innerWrap {
  width: 100%;
  padding: 0;
}
.header a {
  text-decoration: none;
  transition: all .2s ease;
}
.header_main {
  z-index: 30;
  min-width: 1200px;
}
.header_nav {
  /* background: rgba(255, 255, 255, 1); */
  /* border-bottom: 1px solid #B2CBD8; */
  transition: 0.5s;
}

/* 各TOP共通 */
body.top .header.scrollTop {
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
}
body.top .header.scrollTop .header_nav {
  border: none;
}
body.top .header.scrollTop.header_show:hover,
body.top .header.header_hide,
body.top .header.header_show{
  flex: 1 1 auto;
  background: rgba(255, 255, 255, 1);
  /* border-bottom: 1px solid #B2CBD8; */
  /* transition: 0.5s; */
}
body.top .header.scrollTop.header_show {
  /* background: rgba(255, 255, 255, 0.8); */
  transition: 0.5s;
  -webkit-backdrop-filter: blur(10px);
  /* backdrop-filter: blur(10px); */
}

/* header -  .header_lwrBox
-------------------------------------------------- */
.header_lwrBox {
  height: 62px;
}
.header_lwrBox .innerWrap {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.spMenuBtnWrap {
  display: none;
}
/* header -  .header_singleBox
-------------------------------------------------- */
.header_singleBox {
  height: 132px;
  padding: 0 26px;
}
.header_singleBox .innerWrap {
  display: flex;
  align-items: center;
  height: 100%;
}


/* header -  header_logo
-------------------------------------------------- */
.header_logo {
  display: flex;
  align-items: center;
}
.header_logo a {
  display: block;
}
.header_logo a.higo img{
  width: 236px;
  height: auto;
}
.header_logo a.kfg {
  display: none;
}
.header_logo a.kfg img {
  width: 190px;
  -webkit-backface-visibility: hidden;
}
.header_code {
  /* position: absolute; */
  /* left: 16px; */
  /* top: 90px; */
  /* flex: 0 0 auto; */
  /* margin-right: 10px; */
  font-size: 10px;
  line-height: 1.4;
  color: #3C4950;
  text-align: center;
  width: 92px;
}

/* header -  header_cateNav
-------------------------------------------------- */
.header_cateNav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  position: absolute;
  top: 96px;
  left: 12px;
}
.header_cateNav li {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 5px;
  margin-left: 10px;
}
.header_cateNav li:first-child {
  margin-left: 0;
}
.header_cateNav li:hover,
.header_cateNav li.current {
  background-color: #FFFFFF;
  border-radius: 8px;
  transition: all .5s ease;
}
.header_cateNav li:before {
  position: absolute;
  top: 0;
  left: -6px;
  width: 1px;
  height: 30px;
  content: '';
  background-color: #B5BDB4;
}
.header_cateNav li:first-child:before {
  content: none;
}
.header_cateNav li a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #3C4950;
  vertical-align: middle;
}
.header_cateNav li:hover a,
.header_cateNav li.current a {
  font-weight: bold;
  color: #007DAF;
  transition: all .5s ease;
}
.header_cateNav li a:hover {
  opacity: .7;
  transition: all .5s ease;
}
/* header - readspeaker_controller
-------------------------------------------------- */
.readspeaker_controller {
  width: auto;
  margin-left: auto;
  margin-top: 14px;
}

/* header - header_otherNav
-------------------------------------------------- */
.header_otherNav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-left: auto;
}
.header_otherNav li {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.header_otherNav li:not(:last-child):not(:first-child):not(.readspeaker_item):before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 1px;
  height: 14px;
  content: '';
  background-color: #B5BDB4;
}
.header_otherNav li a {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  color: #3C4950;
  vertical-align: middle;
}
.header_otherNav li a:hover {
  opacity: .7;
  transition: all .5s ease;
}
.header_otherNav li a.readspeaker {
  padding-left: 20px;
  margin-left: 10px;
  background: url(/common_v2/images/icon_speaker.svg) no-repeat center left;
}
.header_otherNav li a.english {
  padding-left: 20px;
  margin-left: 10px;
  background: url(/common_v2/images/icon_language.svg) no-repeat center left;
}
.header_otherNav li .header_search {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  cursor: pointer;
  background-color: #fff;
  background-image: url(/common_v2/images/icon_search_gradation.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.header_otherNav li:hover .header_search {
  background-color: #EDF7FC;
  transition: all .5s ease;
}
.header_otherNav li.btn {
  height: 14px;
  line-height: 14px;
  margin-right: 8px;
  padding-right: 8px;
}
.header_otherNav li.btn a img {
  height: 22px;
  width: auto;
}
.header_otherNav li.btn:not(:last-child):not(:first-child):not(.readspeaker_item):before {
  top: 0;
  left: auto;
  right: -1px;
}
.header_otherNav li.btn-kagin a img {
  height: 20px;
  width: auto;
}

/*
header ログオンボタン
-------------------------------------------------- */
.header_loginBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-top: 7px;*/
  margin-right: 12px;
  margin-left: auto;
  cursor: pointer;
}
.header_loginBtn_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  padding-left: 18px;
  background-color: #007DAF;
  background-image: url(/common_v2/images/arrow_triangle_down_white.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 8px;
}
.header_loginBtn_link:before {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 12px;
  height: 16px;
  content: '';
  background: url(/common_v2/images/icon_login.svg) no-repeat center;
  transform: translate(-50%, -50%);
}
.header_loginBtn_link:hover {
  background-color: #fff;
  background-image: url(/common_v2/images/arrow_triangle_down_blue.svg);
  border: 1px solid #007DAF;
  transition: all .5s ease;
}
.header_loginBtn_link:hover:before {
  background: url(/common_v2/images/icon_login_on.svg) no-repeat center;
}
.header_loginBtn_link .main {
  color: #fff;
}
.header_loginBtn_link:hover .main{
  color: #007DAF;
}

/* simple_header */
.header.simple_header .header_nav {
  flex-wrap: wrap;
  height: 100%;
}
.header.simple_header .header_lwrBox .innerWrap{
  padding-left: 26px;
}
.header.simple_header .header_cateNav {
  margin: 0;
}
.header.simple_header .header_cateNav li {
  padding: 0;
  margin: 0;
}
.header.simple_header .header_cateNav li:not(:first-child) {
  margin-left: 40px;
}
.header.simple_header .header_cateNav li a{
  font-size: 16px;
  font-weight: bold;
}
.header.simple_header .header_cateNav li:before {
  content: none;
}
/* lp_header */
.header.lp_header {
  position: absolute !important;
  left: 0 !important;
  transform: translateY(0)!important;
}
.header.lp_header .header_nav {
  flex-wrap: wrap;
  height: 100%;
}
/* nmlNav 汎用ナビ*/
.header .nmlNav_list {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.header .nmlNav_list .nmlNav_item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.header .nmlNav_list .nmlNav_item-chinese {
  position: absolute;
  top: 2em;
  right: 0;
  margin-left: 0;
}
.header .nmlNav_list .nmlNav_item-japanese,
.header .nmlNav_list .nmlNav_item-chinese {
	min-width: 5.5em;
	justify-content: flex-start;
}
.header .nmlNav_item.language {
  padding-left: 20px;
  margin-left: 10px;
  background: url(/common_v2/images/icon_language.svg) no-repeat center left;
}
.header .nmlNav_item.language:before {
  position: absolute;
  top: 2px;
  left: -10px;
  width: 1px;
  height: 14px;
  content: '';
  background-color: #B2CBD8;
}
.header .nmlNav_item.language .nmlNav_itemLink {
  font-size: 13px;
  font-weight: normal;
}
.header .nmlNav_list .nmlNav_item:not(:first-child) {
  margin-left: 40px;
}
.header .nmlNav_list .nmlNav_item.align-right {
  margin-left: auto;
}
.header .nmlNav_list .nmlNav_itemLink {
  font-size: 16px;
  font-weight: bold;
  color: #3C4950;
}
/* arrow */
.header .nmlNav_list .nmlNav_item.arrow-blank {
  padding-right: 24px !important;
  background: url(/common_v2/images/icon_blank_blue.svg) right center no-repeat !important;
}
/* hover */
.header .nmlNav_list .nmlNav_itemLink:hover {
  color: #007DAF;
  opacity: .7;
  transition: all .5s ease;
}

/* header - managementCompany_list
-------------------------------------------------- */
.managementCompany_list {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding-left: 20px;
}
.managementCompany_list--item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
    height: 100%;
	margin-right: 20px;
}
.managementCompany_list--item a{
	display: block;
    height: 100%;
	padding: 0 5px;
}
.managementCompany_list--item img{
    height: 100%;
}


/*
header - gNav
-------------------------------------------------- */
.gNav {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}
.gNavBtn_list{
  position: relative;
  transition: 0.5s;
  display: flex;
  justify-content: space-around;
  
}

.gNavBtn_list .gNavBtn_item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.gNavBtn_list .gNavBtn_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  font-size: 18px;
  font-weight: bold;
  color: #3C4950;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  transition: all .3s ease;
  padding: 0 0 0 20px;
  position: relative;
}

.gNavBtn_list .gNavBtn_inner::before{
  content: '';
  width: 8px;
  height: 13px;
  background: url(/common_v2/images/arrow_right_half_blue.svg) center / contain no-repeat;
  position: absolute;
  left: 4px;
  top: 14.5px;
}

.gNavBtn_list .gNavBtn_item.active {
  background-color: #EDF7FC;
  border-radius: 16px 16px 0 0;
}
.gNavBtn_list .gNavBtn_item.active .gNavBtn_inner,
.gNavBtn_list .gNavBtn_item:hover .gNavBtn_inner {
  color: #007DAF;
}
/* .gNavBtn_list .gNavBtn_item.has-dropNav .gNavBtn_inner:after {
  width: 8px;
  height: 8px;
  content: '';
  background: url(/common_v2/images/arrow_triangle_down_gray.svg) no-repeat center;
  transform: translateX(-50%);
  display: inline-block;
  margin-left: 14px;
}
.gNavBtn_list .gNavBtn_item.has-dropNav:hover:after,
.gNavBtn_list .gNavBtn_item.active.has-dropNav:after {
  background: url(/common_v2/images/arrow_triangle_down_blue.svg) no-repeat center;
} */

.gNav_subList {
  position: absolute;
  left: 0;
  top: 46px;
  display: none;
}
.gNav_subList_item {
  background-color: rgba(255, 255, 255, .85);
  width: 180px;
}
.gNav_subList_item:not(:last-child) {
  border-bottom: #CCC solid 1px;
}
.gNav_subList_item a {
  display: block;
  padding: 10px 12px;
  transition: all .2s;
  font-size: 15px;
}
.gNav_subList_item a:hover {
  color: #007DAF;
  background-color: rgba(255, 255, 255, 1);
}


/* header 検索ボックス
-------------------------------------------------- */
.dropSearch {
  z-index: 1;
  width: 100%;
  vertical-align: bottom;
  background: #EDF7FC;
}
.dropSearch .innerWrap {
  padding: 20px 100px;
}
.dropSearch .searchtext {
  display: inline-block;
  width: 900px;
  height: 40px;
  padding: 0 10px;
  margin-right: 14px;
  font-size: 16px;
  vertical-align: top;
  background-size: 12px 12px;
  border: 1px solid #f3f5fa;
  border-radius: 6px;
  transition: all .3s ease-out;
}
.dropSearch .searchtext:focus {
  border: 2px solid #4676ce;
  outline: none;
}
.dropSearch .search-btn {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  padding: 0 0 0 40px;
  font-size: 14px;
  line-height: 28px;
  color: #1d3550;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #b7ccd9;
  transition: all .3s ease-out;
}

/* hover */
.dropSearch .search-btn:hover {
  background-color: #e8f5fd;
}

/* active */
.header_mainNav ul li.searchBtn.active {
}

/* header - メガドロップ
-------------------------------------------------- */
.dropNavWrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 0;
}
.dropNavWrap.active {
  height: 100vh;
}
.dropNav {
  position: absolute;
  top: -1px;
  left: 0;
  display: none;
  width: 100%;
  overflow-y: auto;
  background: #EDF7FC;
  border: none;
}
.dropNav.active {
  opacity: 1;
}
.dropNav_main .innerWrap {
  display: table;
  width: 1200px;
  padding: 40px 0 87px;
  margin: 0 auto;
}

.dropNav_closeBtn {
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #3C4950;
}
.dropNav_closeBtn:hover {
  opacity: .7;
  transition: all .5s ease;
}
.dropNav_closeBtn span {
  padding-left: 30px;
  background: url(/common_v2/images/icon_close.svg) no-repeat left center;
  background-size: 20px 20px;
}

/*
header カテゴリ別
-------------------------------------------------- */
/* メガドロップ内リンクボタン */
header .topNmlBtn .topNmlBtn_wrapper {
  margin-top: -16px;
  margin-bottom: 18px;
  margin-left: -18px;
}
header .topNmlBtn .topNmlBtn_item {
  width: 185px;
  height: 172px;
  margin-top: 16px;
  margin-left: 18px;
}
header .topNmlBtn .topNmlBtn_item.size-large {
  width: 185px;
  height: 360px;
}
header .topNmlBtn .topNmlBtn_item.size-small {
  width: 185px;
  height: 78px;
}
header .topNmlBtn .topNmlBtn_item.size-cnv {
  width: 286px;
  height: 80px;
}
header .topNmlBtn .topNmlBtn_item.size-login {
  width: 240px;
  height: 200px;
  margin: 0;
}
header .dropNav_title {
  height: 48px;
}
header .dropNav_title span,
header .dropNav_title a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  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;
}
/* 個人TOP */
header.personal .topTextLink_wrapper {
  margin-top: 16px;
  margin-left: 18px;
}
header.personal .topTextLink .topTextLink_item {
  height: 30px;
}
/* ログオン */
header .topNmlBtn.loginNav_left {
  position: relative;
  float: left;
  width: 500px;
  margin-right: 78px;
}
header .topNmlBtn.loginNav_left:after {
  position: absolute;
  top: 0;
  right: -39px;
  width: 1px;
  height: 346px;
  content: '';
  background-color: #B2CBD8;
}
header .topNmlBtn.loginNav_right {
  position: relative;
  float: left;
  width: 500px;
}

header .dropNav_login .dropNav_main .innerWrap {
  width: 1080px;
}

/*  ログオン - インターネットバンキング */
header .dropNav_login .dropNav_title {
  height: 70px;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking .topNmlBtn_icon {
  width: 70px;
  height: 64px;
  text-align: center;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking .topNmlBtn_text .main{
  font-size: 20px;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.internetBanking .topNmlBtn_text .sub {
  font-size: 16px;
}
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: 70px;
  height: 64px;
  text-align: center;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.balanceInquiry .topNmlBtn_text .main{
  font-size: 20px;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.balanceInquiry .topNmlBtn_text .sub {
  font-size: 16px;
}
/* ログオン - ビジネスインターネットバンキング */
header .dropNav_login .topNmlBtn .topNmlBtn_item.businessIB .topNmlBtn_icon {
  width: 70px;
  height: 64px;
  text-align: center;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.businessIB .topNmlBtn_text .main{
  font-size: 20px;
}
header .dropNav_login .topNmlBtn .topNmlBtn_item.businessIB .topNmlBtn_text .sub {
  font-size: 16px;
}
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: 128px;
  text-align: center;
}
/* かりる - インターネットで事前審査申込 */
header .dropNav_loan .topNmlBtn .topNmlBtn_item.preExam .topNmlBtn_icon {
  width: 36px;
  text-align: center;
}

/* ためる・ふやす インターネット投資信託*/
header .dropNav_save .topNmlBtn .topNmlBtn_item.internetinvestment .topNmlBtn_icon {
  width: 36px;
  text-align: center;
}
/* 法人 決済事務の効率化 */
header .dropNav_ebservice .topTextLink {
  margin-left: -30px;
}
header .dropNav_ebservice .topTextLink_item {
  margin-left: 30px;
}
/* 法人 経営事業支援 */
header .dropNav_support .topTextLink {
  margin-left: -30px;
}
header .dropNav_support .topTextLink_item {
  margin-left: 30px;
}

/* 検索 */
header .dropNav_search .search {
  height: 50px;
}
header .dropNav_search .search.no-label {
  width: 100%;
  margin-bottom: 0;
}

header .dropNav_search .search_input,
header .dropNav_search .search_input input{
  width: 516px;
  height: 50px;
  font-size: 16px;
}
header .dropNav_search .search_input:before {
  height: 32px;
}
header .dropNav_search .search_submit.no-label,
header .dropNav_search .search_submit.no-label input {
  height: 50px;
}

/* header -  header_logoList
-------------------------------------------------- */
header .header_logoList {
  position: absolute;
  right: 31px;
  top: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
}
header .header_logoList_item {
  width: 100px;
}
header .header_logoList_item:nth-child(2) {
  width: 200px;
}
header .header_logoList_item img{
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
spMenu
-------------------------------------------------- */
.spMenu {
  display: none;
}


/* ==================================================
breadcrumb
================================================== */
.breadcrumb {
  padding: 0;
  background: #fff;
}
.breadcrumb.breadcrumb_faq {
  background: #F5F5F5;
}
section.cntSec.breadcrumb.breadcrumb_faq .innerWrap{
  padding: 16px 230px;
}
section.cntSec.breadcrumb .innerWrap {
  width: 100%;
  padding: 16px 100px;
}
.breadcrumb_list {
  font-size: 0;
  margin-bottom: -10px;
}
.breadcrumb_list li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #3C4950;
  margin-bottom: 10px;
}
.breadcrumb_list li:after {
  display: inline-block;
  width: 4px;
  height: 8px;
  margin: 0 4px;
  content: '';
  background-image: url(/common_v2/images/arrow_right_half_gray.svg);
  background-size: 4px 8px;
}
.breadcrumb_list li:last-child:after {
  display: none;
  margin: 0;
  content: '';
}
.breadcrumb_list li a {
  font-weight: normal;
  color: #007DAF;
  text-decoration: underline;
}
.breadcrumb_list li a:hover {
  text-decoration: none;
  transition: all .5s ease;
}


/* ==================================================
MV
================================================== */
.cntSec #mv {
  margin-top: -20px;
  margin-bottom: 40px;
}


/* ==================================================
Footer
================================================== */
.footer {
  width: 100%;
  min-width: 1280px;
}
.footer .innerWrap {
  width: 1280px;
  padding: 0 40px;
  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;
  align-items: center;
  justify-content: flex-start;
}
.footer_sns .footer_sns-title {
  flex: 0 0 auto;
  margin-right: auto;
  font-size: 14px;
}
.footer_sns .footer_sns-link {
  flex: 0 0 auto;
  font-weight: bold;
  transition: all .2s ease;
}
.footer_sns .footer_sns-link:hover {
  opacity: .7;
  transition: all .2s ease;
}
.footer_sns .footer_sns-link img {
  margin-right: 12px;
}
.footer_sns .footer_sns-link:not(:last-child) {
  position: relative;
  margin-right: 50px;
}
.footer_sns .footer_sns-link:not(:last-child):before {
  position: absolute;
  top: -5px;
  right: -25px;
  width: 1px;
  height: 36px;
  content: '';
  background-color: #B2CBD8;
}

/* footer_nav
---------------------------------- */
.footer_nav {
  border-top: 1px solid #e4e7ea;
  border-bottom: 1px solid #e4e7ea;
}
.footer_nav .innerWrap {
  height: 100px
}
.footer_nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.footer_nav .footer_nav-link {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 8px;
}
.footer_nav .footer_nav-link:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 44px;
  content: '';
  /* stylelint-disable declaration-block-no-duplicate-properties */
  background: -moz-linear-gradient(top left, #FAFDEF, #EDF9FF);
  background: -webkit-linear-gradient(top left, #FAFDEF, #EDF9FF);
  background: linear-gradient(to bottom right, #FAFDEF, #EDF9FF);
  background: -ms-linear-gradient(top left, #FAFDEF, #EDF9FF);
  /* stylelint-enable declaration-block-no-duplicate-properties */
  border-radius: 8px;
}
.footer_nav .footer_nav-link:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 44px;
  content: '';
  background: #fff;
  opacity: 1;
  transition: all .3s;
}
.footer_nav .footer_nav-link:hover:after {
  opacity: 0;
  transition: all .3s;
}
.footer_nav .footer_nav-list:not(:first-child) {
  margin-left: 40px;
}
.footer_nav .footer_nav-list img {
  position: relative;
  z-index: 2;
  margin-right: 12px;
}
.footer_nav .footer_nav-list span {
  position: relative;
  z-index: 2;
}

/* footer_sitemap
---------------------------------- */
.footer_sitemap {
  padding:60px 0;
}

.footer_sitemap .footer_sitemap-logo {
  margin-bottom: 32px;
}
.footer_sitemap .footer_sitemap-logo img {
  max-width: 100%;
}

.footer_sitemap .footer_sitemap-columns {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
.footer_sitemap .footer_sitemap-col {
  flex: 0 0 25%;
}
.footer_sitemap .footer_sitemap-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.footer_sitemap .footer_sitemap-title a {
  padding-bottom: 2px;
  transition: border-bottom 0.3s ease;
}
.footer_sitemap .footer_sitemap-title a:hover{
  color: #007DAF;
  border-bottom: 1px solid #007DAF;
  transition: border-bottom 0.3s ease;
}
.footer_sitemap .footer_sitemap-linkList {
  margin-top: 36px;
  font-size: 16px;
}
.footer_sitemap .footer_sitemap-linkItem {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.footer_sitemap .footer_sitemap-linkItem a{
  padding-bottom: 2px;
  color: #3C4950;
  transition: all 0.3s ease;
}
.footer_sitemap .footer_sitemap-linkItem:hover a{
  color: #007DAF;
  border-bottom: 1px solid #007DAF;
  transition: all 0.3s ease;
}
.footer_sitemap .footer_sitemap-linkItem:not(:first-child) {
  margin-top: 14px;
}
.footer_sitemap .footer_sitemap-linkItem:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  font-size: 14px;
  content: '';
  background-color: #007DAF;
  transform: translateY(-50%);
}

.footer_sitemapLwr {
  padding: 23px 0;
  background-color: #F8F8F8;
  border-radius: 16px;
}
.footer_sitemapLwr-logo {
  width: 120px;
  margin: 0 auto 15px;
}
.footer_sitemapLwr-logo img {
  width: 100%;
}
.footer_sitemapLwr .footer_sitemapLwr-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sitemapLwr .footer_sitemapLwr-item {
  position: relative;
  font-size: 14px;
  letter-spacing: 0em;
}
.footer_sitemapLwr .footer_sitemapLwr-item a{
  padding-bottom: 2px;
  transition: border-bottom 0.3s ease;
}
.footer_sitemapLwr .footer_sitemapLwr-item:hover a{
  color: #007DAF;
  border-bottom: 1px solid #007DAF;
  transition: border-bottom 0.3s ease;
}
.footer_sitemapLwr .footer_sitemapLwr-item:not(:first-child) {
  padding-left: 14px;
  margin-left: 14px;
}
.footer_sitemapLwr .footer_sitemapLwr-item:not(:first-child):before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 14px;
  content: '';
  background-color: #B2CBD8;
}

/* footer_copy
---------------------------------- */
.footer_copy .innerWrap {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.footer_copy {
  position: relative;
  padding: 20px 0;
  color: #fff;
  background: #3C4950;
}
.footer_codes {
  margin-bottom: 5px;
  font-size: 12px;
}
.footer_copyright {
  font-size: 12px;
}


/* ==================================================
btnPageTop
================================================== */
.btnPageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 98;
  display: none;
  width: 68px;
  height: 68px;
  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 20px center;
  background-size: 10px 10px;
  border-radius: 8px 0 0 0;
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  transition: background-position .5s ease, background-color .5s ease, color .5s ease;
}
.btnPageTop:hover {
  color: #fff;
  background: url(/common_v2/images/arrow_triangle_up_white.svg) no-repeat;
  background-color: #007DAF;
  background-position: top 15px center;
  background-size: 10px 10px;
  transition: background-position .5s ease, background-color .5s ease, color .5s ease;
}


/* ==================================================
sideFloatNav
================================================== */
.sideFloatNav {
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 30;
  display: none;
  width: 72px;
  border-radius: 16px 0 0 16px;
  box-shadow: 0 0 16px 2px rgba(0,125,175,0.2);
  transition: all .2s ease-out;
}
.sideFloatNav a {
  text-decoration: none;
}
.sideFloatNav .sideFloatNav_list {
  position: relative;
  z-index: 1;
}
.sideFloatNav .sideFloatNav_item {
  position: relative;
  right: 0;
  z-index: 1;
  width: 72px;
  height: 65px;
  margin: -1px 0;
  border: 1px solid #B2CBD8;
  transition: all .5s ease;
}
.sideFloatNav .sideFloatNav_item:hover:before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 72px;
  content: '';
}
.sideFloatNav .sideFloatNav_item.location {
  background: url(/common_v2/images/icon_location.svg) no-repeat left 25px top 9px / 18px 28px;
  background-color: #fff;
  border-radius: 16px 0 0 0;
}
.sideFloatNav .sideFloatNav_item.fee {
  background: url(/common_v2/images/icon_fee.svg) no-repeat left 22px top 9px;
  background-color: #fff;
}
.sideFloatNav .sideFloatNav_item.rate {
  background: url(/common_v2/images/icon_rate.svg) no-repeat left 22px top 9px;
  background-color: #fff;
}
.sideFloatNav .sideFloatNav_item.contact {
  background: url(/common_v2/images/icon_contact.svg) no-repeat left 22px top 9px;
  background-color: #fff;
}
.sideFloatNav .sideFloatNav_item.sns {
  background: url(/common_v2/images/icon_sns.svg) no-repeat left 28px top 9px;
  background-color: #fff;
  border-radius: 0 0 0 16px;
}
.sideFloatNav .sideFloatNav_inner {
  position: relative;
  z-index: 0;
  display: block;
  width: 72px;
  height: 100%;
}
.sideFloatNav .sideFloatNav_title {
  position: absolute;
  bottom: 7px;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.sideFloatNav .sideFloatNav_detail {
  position: absolute;
  top: 50%;
  right: 110px;
  z-index: -1;
  width: 206px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 16px 2px rgba(0,125,175,0.2);
  opacity: -1;
  transition: all .5s ease;
  transform: translateY(-50%);
}
.sideFloatNav .sideFloatNav_detail:after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  content: "";
  border-color: transparent transparent #fff #fff;
  border-style: solid;
  border-width: 5px;
  box-shadow: 0 0 16px 2px rgba(0,125,175,0.2);
  transform: translate(50%, -50%) rotate(-135deg);
}
.sideFloatNav .sideFloatNav_detail:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 50px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
}
.sideFloatNav_sns {
  padding: 20px 0;
}
.sideFloatNav .sideFloatNav_sns-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sideFloatNav .sideFloatNav_sns-title {
  flex: 0 0 auto;
  margin-right: auto;
}
.sideFloatNav .sideFloatNav_sns-link {
  flex: 0 0 auto;
  transition: all .2s ease;
}
.sideFloatNav .sideFloatNav_sns-link:hover {
  opacity: .7;
  transition: all .2s ease;
}
.sideFloatNav .sideFloatNav_sns-link img {
  margin-right: 12px;
}
.sideFloatNav .sideFloatNav_sns-link:not(:first-child) {
  position: relative;
  margin-top: 24px;
}

/* hover */
.sideFloatNav .sideFloatNav_item:hover {
  right: 18px;
  width: 90px;
  transition: all .5s ease;
}
.sideFloatNav .sideFloatNav_item:hover .sideFloatNav_inner {
  color: #007DAF;
}
.sideFloatNav .sideFloatNav_detail.active {
  opacity: 1;
  transition: all .5s ease;
}


/* ==================================================
overlay
================================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

/* ==================================================
バナー
================================================== */
section.cntSec.banner .innerWrap{
  padding-top: 30px;
  padding-bottom: 20px;
}
.lnkPnlSlider.swiper-container.banner_slider {
  width: 973px;
  height: 80px;
}
.lnkPnlSlider.swiper-container.banner_slider .lnkPnlSlider_list{
  height: 57px;
}
.banner_slider .lnkPnlSlider_item {
  width: 190px;
  height: 57px;
  overflow: hidden;
  border: 1px solid #B2CBD8;
  border-radius: 9px;
  box-shadow: none;
}
.banner_slider .lnkPnlSlider_inner {
  width: 190px;
  height: 57px;
  overflow: hidden;
  border-radius: 9px;
}
.banner_slider .lnkPnlSlider_inner img{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  transition: all .5s ease;
}

/* hover */
.banner_slider .lnkPnlSlider_item:hover .lnkPnlSlider_inner img {
  opacity: .7;
  transition: all .5s ease;
}
/* コントローラー */
section.cntSec.banner .innerWrap .lnkPnlSlider_ctrl-inner {
  margin-top: 0;
  box-shadow: none;
}
/* ==================================================
グループ
================================================== */
section.cntSec.group .innerWrap {
  padding: 24px 0;
}

.group .group_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1120px;
  height: 110px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
}
.group .group_list-head {
  font-weight: bold;
}
.group .group_company {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: bold;
  transition: all .2s ease;
}
.group .group_company:hover {
  opacity: .7;
  transition: all .2s ease;
}
.group .group_company {
  height: 50px;
}
.group .group_company.g_hg {
  height: 90px;
}
.group .group_company img {
  width: 100%;
  height: 100%;
}


/* ==================================================
チャットメッセンジャー（追従メニュー有のみ）
================================================== */
.messanger {
  max-width: calc(100% - 80px);
  height: auto;
  position: fixed !important;  
  right: 50px !important;
  bottom: 30px !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;
  transition: margin .2s;
}
.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 {
  position: absolute;
  left: 0;
  top: 0;
}
.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;
}
.messanger_l_balloon_c {
  display: none;
}
@media screen and (max-width: 959px) {
  .messanger {
    right: 40px !important;
    bottom: 10px !important;
  }
}
