@charset "utf-8";

/* ==================================================
elements
================================================== */
body {
  padding-top: 70px;
}
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 1.6;
}
body.fixed {
  position: fixed;
}

.innerWrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.innerWrap:after {
  content: "";
  display: block;
  clear: both;
}
hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0 0 20px;
  background: #dfe6e7;
}
a {
  color: #285184;
  text-decoration: underline;
}
a.pdf {
  padding-right: 32px;
  background: url(/common/images/icon_pdf1.svg) no-repeat right 5px center;
  background-size: 24px 12px;
}
a.blank {
  padding-right: 22px;
  background: url(/common/images/icon_blank_blue.svg) no-repeat right 5px center;
  background-size: 12px 12px;
}
a.word {
  padding-right: 32px;
  background: url(/common/images/icon_word1.svg) no-repeat right 5px center;
  background-size: 24px 12px;
}
.tran {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.opac:hover {
  opacity: .7;
}
.imgCap {
  font-size: 12px;
}

/* ==================================================
header
================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 40;
}
#header a {
  text-decoration: none;
}
#header .innerWrap {
  padding-top: 15px;
}
#header__main {
  position: relative;
  background: #fff;
  z-index: 30;
}


/* --------------------------------------------------
header__logo
-------------------------------------------------- */
.header__logo {
  float: left;
  width: 140px;
  padding-top: 0;
}
.header__logo .header__heading {
  display: inline-block;
  width: 140px;
  height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: bottom;
  background: url(/common/images/logo_01.svg) no-repeat left top;
  background-size: 140px 30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s linear;
}

.header__codes {
  font-size: 10px;
  text-align: right;
}


/* --------------------------------------------------
header__cateNav
-------------------------------------------------- */
#header__cateNav {
  display: none;
}


/* --------------------------------------------------
header__mainNav
-------------------------------------------------- */
#header__mainNav {
  position: relative;
  height: 70px;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
#header__mainNav:after {
  content: "";
  display: block;
  clear: both;
}
#header__mainNav .innerWrap {
  overflow: hidden;
}
#header__mainNav ul#gNav {
  position: absolute;
  right: 60px;
  top: 15px;
  font-size: 0;
  width: 60px;
  height: 44px;
  text-align: right;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li {
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  color: #285184;
  vertical-align: bottom;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li.mainBtn {
  display: none;
}
#header__mainNav ul#gNav li.subBtn {
  width: 55px;
  margin-left: 5px;
  padding: 30px 0 0;
  font-size: 9px;
  color: #285184;
  text-align: center;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__atm {
  background: url(/common/images/sidefloatnav_icon01.svg) no-repeat top center;
  background-size: 24px 24px;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__login {
  background: url(/common/images/icon_login_yellow.svg) no-repeat top center;
  background-size: 16px 24px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__account {
  background: url(/common/images/icon_account_open_orange.svg) no-repeat top center;
  background-size: 26px 24px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
#header__mainNav ul#gNav li.searchBtn {
  display: none;
}

/* --------------------------------------------------
spMenu
-------------------------------------------------- */
#spMenu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#spMenu .spMenuInner {
  height: 100%;
  padding-top: 70px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#spMenuList {
  background: rgba(13, 40, 73, .95);
}
#spMenuList li {
}
#spMenuList li > span,
#spMenuList li > a {
  display: block;
  padding: 15px 30px 15px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

/* 第2階層 */
#spMenuList > li > ul {
  background-color: rgba(0, 0, 0, .3);
}
/* 第3階層 */
#spMenuList > li > ul > li > ul {
  padding: 0 10px;
  background-color: rgba(0, 0, 0, .3);
}
#spMenuList > li > ul > li > ul:after {
  content: "";
  display: block;
  clear: both;
}
#spMenuList > li > ul > li > ul > li {
  float: left;
  display: table;
  width: 50%;
  height: 60px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#spMenuList > li > ul > li > ul > li > a,
#spMenuList > li > ul > li > ul > li > span {
  display: table-cell;
  padding: 0 20px 0 5px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  border-bottom: none;
  background-position: right 8px center!important;
}
#spMenuList > li > ul > li > ul > li:last-child,
#spMenuList > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
#spMenuList > li > ul > li > ul > li:nth-last-child(2):nth-child(odd),
#spMenuList > li > ul > li > ul > li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
#spMenuList > li > ul > li > ul > li:nth-child(odd) > a,
#spMenuList > li > ul > li > ul > li:nth-child(odd) > span {
  border-right: 1px solid rgba(255, 255, 255, .3);
}



/* 通常リンクボタン */
#spMenuList .type--link > a {
  background: url(/common/images/arrow_right_white.svg) no-repeat right 15px center;
  background-size: 6px 10px;
}

/* 開閉ボタン */
#spMenuList .type--door > ul {
  display: none;
}
#spMenuList .type--door > span {
  background: url(/common/images/arrow_bottom_white.svg) no-repeat right 15px center;
  background-size: 10px 6px;
}
#spMenuList .type--door > span.active {
  background-image: url(/common/images/arrow_top_white.svg);
}

/* imgバナーボタン */
#spMenuList .type--bnr > a {
  padding: 15px;
  text-align: center;
  background: none;
}
#spMenuList .type--bnr > a img {
  width: 100%;
  max-width: 280px;
}

/* PCリンクボタン */
#spMenuList .type--pc > a {
  background: url(/common/images/icon_pc_white.svg) no-repeat right 15px center;
  background-size: 18px 12px;
}

/* 別窓リンクボタン */
#spMenuList .type--blank > a {
  background: url(/common/images/icon_blank_white.svg) no-repeat right 15px center;
  background-size: 12px 12px;
}


.spMenuSub {
  padding: 10px;
  background: rgba(13, 40, 73, .95);
}
.spMenuSub {
  padding: 10px;
  background: rgba(13, 40, 73, .95);
}
.spMenuSub:after {
  content: "";
  display: block;
  clear: both;
}
.spMenuSub li {
  float: left;
  display: table;
  width: 48%;
  height: 40px;
  margin: 5px 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.spMenuSub li:nth-child(even) {
  float: right;
}
.spMenuSub li a {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}
.spMenuSub .col1 {
  width: 100%;
}
/* 別窓リンクボタン */
.spMenuSub .type--blank > a {
  background: url(/common/images/icon_blank_white.svg) no-repeat right 15px center;
  background-size: 12px 12px;
}

#spMenuFoot {
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background: #122640;
}
#spMenuFoot span {
  display: inline-block;
  padding-left: 30px;
  background: url(/common/images/icon_close_white.svg) no-repeat left center;
  background-size: 14px 14px;
}



/* --------------------------------------------------
spMenuBtn
-------------------------------------------------- */
#spMenuBtnWrap {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 40px;
  height: 44px;
  padding-top: 1px;
  text-align: center;
  z-index: 30;
}
.spMenuBtn__text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 9px;
  font-weight: bold;
  color: #285184;
  text-align: center;
}
#spMenuBtn,
#spMenuBtn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#spMenuBtn {
  position: relative;
  width: 24px;
  height: 20px;
}
#spMenuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #285184;
  border-radius: 2px;
}
#spMenuBtn span:nth-of-type(1) {
  top: 0;
}
#spMenuBtn span:nth-of-type(2) {
  top: 9px;
}
#spMenuBtn span:nth-of-type(3) {
  bottom: 0;
}
#spMenuBtn span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) 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) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#spMenuBtn.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
#spMenuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
#spMenuBtn.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}


/* --------------------------------------------------
ナビ追従時
-------------------------------------------------- */
#header__mainNav.fixed:not(.recruit) {
}
#header__mainNav.fixed:not(.recruit) .header__logo .header__heading {
  width: 39px;
  height: 36px;
  background-image: url(/common/images/logo_02.svg);
  background-size: 39px 36px;
}
#header__mainNav.fixed:not(.recruit) .header__codes {
  display: none;
}

#header__mainNav.fixed:not(.recruit) ul#gNav {
  width: 180px;
}
#header__mainNav.fixed:not(.recruit) ul#gNav li.subBtn {
}
#header__mainNav.fixed:not(.recruit) ul#gNav li.subBtn#gNavOpenBtn__login {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#header__mainNav.fixed:not(.recruit) ul#gNav li.subBtn#gNavOpenBtn__account {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}


#header__loginBoxWrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin: auto;
}
#header__loginBoxWrapInner {
  position: relative;
  width: 100%;
  min-height: 10px;
  margin: auto;
}
#header__loginBox {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding-top: 20px;
  margin-right: 0;
  background: #fff;
  -webkit-filter:drop-shadow(0px 2px 2px rgba(0,0,0,0.5));
  -moz-filter:drop-shadow(0px 2px 2px rgba(0,0,0,0.5));
  filter:drop-shadow(0px 2px 2px rgba(0,0,0,0.5));
}
*::-ms-backdrop, #header__loginBox {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}
#header__loginBox:before {
  content: "";
  position: absolute;
  right: 142px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}
.header__loginBoxUpr {
  float: left;
  width: 49%;
  padding: 0 0 20px 10px;
}
.header__loginBoxUpr .title {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.header__loginBoxUpr .title span {
  display: block;
}
.header__loginBoxUpr .title img {
  width: 100%;
  max-width: 146px;
}
.header__loginBoxUpr .btnBox {
  display: none;
}

.header__loginBoxMdl {
  float: right;
  width: 47%;
  padding: 0 10px 20px 0;
}
.header__loginBoxMdl .btnBox {
  text-align: left;
}
.header__loginBoxMdl .btnBox li {
  display: table;
  width: 100%;
  height: 60px;
  background: #e5c43e url(/common/images/icon_login2.svg) no-repeat 16px center;
  background-size: 35px 22px;
}
.header__loginBoxMdl .btnBox a {
  display: table-cell;
  padding-left: 60px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  vertical-align: middle;
}


.header__loginBoxLwr {
  clear: both;
  padding: 15px 5px;
  background: #f8f8f8;
}
.header__loginBoxLwr .title {
  margin-bottom: 15px;
  text-align: center;
}
.header__loginBoxLwr .btns {
  width: 310px;
  margin: auto;
}
.header__loginBoxLwr .btns:after {
  content: "";
  display: block;
  clear: both;
}
.header__loginBoxLwr .btns li {
  display: table;
  width: 152px;
  height: 40px;
  margin: 0 0 8px;
  border: 1px solid #b7ccd9;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.header__loginBoxLwr .btns li:nth-child(odd) {
  float: left;
}
.header__loginBoxLwr .btns li:nth-child(even) {
  float: right;
}
.header__loginBoxLwr .btns a {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #608ad8;
  text-align: center;
  vertical-align: middle;
}
.header__loginBoxLwr .btns a span {
  display: inline-block;
  padding-left: 27px;
  background: url(/common/images/icon_card_blue.svg) no-repeat left center;
  background-size: 22px 14px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.header__loginBoxLwr .btns .icon--card a span {
  padding-left: 22px;
  background-image: url(/common/images/icon_card_blue.svg);
  background-size: 18px 11px;
}
.header__loginBoxLwr .btns .icon--calc a span {
  padding-left: 18px;
  background-image: url(/common/images/icon_calc_blue.svg);
  background-size: 14px 18px;
}
.header__loginBoxLwr .btns .icon--chart a span {
  padding-left: 21px;
  background-image: url(/common/images/icon_chart_blue.svg);
  background-size: 18px 10px;
}

/* hover */
.header__loginBoxLwr .btns li:hover {
  background: #4676ce;
}
.header__loginBoxLwr .btns li:hover a {
  color: #fff;
}
.header__loginBoxLwr .btns .icon--card:hover a span {
  background-image: url(/common/images/icon_card_white.svg);
}
.header__loginBoxLwr .btns .icon--calc:hover a span {
  background-image: url(/common/images/icon_calc_white.svg);
}
.header__loginBoxLwr .btns .icon--chart:hover a span {
  background-image: url(/common/images/icon_chart_white.svg);
}



#header__loginBoxClose {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #122640;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__loginBoxClose:hover {
  opacity: .7;
}
#header__loginBoxClose span {
  padding-left: 20px;
  background: url(/common/images/icon_close_white.svg) no-repeat left center;
  background-size: 14px 14px;
}

#header__search {
  display: none;
}

#spHeader__search {
  width: 100%;
  vertical-align: bottom;
  background: rgba(13, 40, 73, .95);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#spHeader__search .innerWrap {
  padding: 10px;
}
#spHeader__search form:after {
  content: "";
  display: block;
  clear: both;
}

#spHeader__search .searchtext {
  display: inline-block;
  width: calc(100% - 80px);
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  vertical-align: top;
  background-size: 12px 12px;
  border: 1px solid #f3f5fa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.spHeader__search .searchtext {
  display: inline-block;
  width: calc(100% - 80px);
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  vertical-align: top;
  background-size: 12px 12px;
  border: 1px solid #183151;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#spHeader__search .searchtext:focus {
  outline: none;
  border: 2px solid #4676ce;
}
#spHeader__search .search-btn,
.spHeader__search .search-btn {
  position: relative;
  float: right;
  display: inline-block;
  width: 70px;
  height: 40px;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #1d3550;
  text-align: left;
  line-height: 28px;
  vertical-align: top;
  cursor: pointer;
  background: #fff url(/common/images/icon_search_navy.svg) no-repeat 14px center;
  border: 1px solid #b7ccd9;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


/* メガドロップ */
.dropNavWrap {
  display: none;
}


/* ==================================================
breadcrumb
================================================== */
#breadcrumb {
  display: none;
}


/* ==================================================
contents
================================================== */
.cntSec .innerWrap {
  padding: 30px 10px;
}
.cntSec .innerWrap > *:first-child {
  margin-top: 0;
}
.cntSec .innerWrap > *:last-child {
  margin-bottom: 0;
}

.cntSec .innerWrap2 {
  width: 100%;
  padding: 0 0 30px;
}

/* ==================================================
topics
================================================== */
#topics {
  padding: 10px;
  text-align: center;
}
#topics p {
  display: inline-block;
  padding-left: 30px;
/*  background: url(/common/images/icon_megaphone.svg) no-repeat left center;
  background-size: 22px 17px;*/
}

/* top topics
---------------------------------- */
#topics #topicsBox {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
/*  text-align:left;*/
}
#topicsBoxInner {
  width: 100%;
  margin: 0 auto;
}

.topics__title {
  display: table-cell;
  width: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
#topics p.topics__title {
  display: table-cell;
  padding-left:0;
}
#topics__body {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
#topics__body ul {
  width: 100%;
}
#topics__body ul li {
  display: none;
  width: 100%;
  height: auto !important;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}
#topics__body ul li a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
#topics__body ul li a:hover {
  opacity: .7;
}
#topics__body ul li a.textLink {
  display: inline;
}
#topics__body ul li span.topics__read {
  padding-left:35px;
}
#topics__body ul li span.topics__read {
  background: url(/common/images/icon_megaphone.svg) no-repeat left center;
}
#topics__body ul li span.topics__read__red {
  padding-left:35px;
}
#topics__body ul li span.topics__read__red {
  background: url(/common/images/icon_megaphone_red.svg) no-repeat left center;
  color: #bd1609;
  text-decoration-color: #bd1609;
  text-decoration-line: underline;
}
.topics__date {
  margin-right: 20px;
}
.topics__link .textLink {
  display: none;
}

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


/* ==================================================
inquiry
================================================== */
#inquiry {
  background: url(/common/images/inquiry_bg.jpg) no-repeat center center;
  background-size: cover;
}
#inquiry .innerWrap > .heading2 {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}
#inquiry .innerWrap > .heading2:before,
#inquiry .innerWrap > .heading2:after {
  display: none;
}
.inquiryBox {
  border: 1px solid #dfe6e7;
  background: rgba(255, 255, 255, .95);
}
.inquiryBox__main {
}
.inquiryBox__mainL,
.inquiryBox__mainR {
  padding: 20px 10px;
  text-align: center;
}
.inquiryBox__main .noteList li {
  font-size: 12px;
}
.inquiryBox .heading3 {
  margin-top: 25px;
  margin-bottom: 12px;
  padding: 0 10px 8px;
  font-size: 14px;
}
.inquiryBox .heading3:before {
  content: none;
  display: none;
}
.inquiryBox .heading3:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin-left: -6px;
}
.inquiryBox__telBox {
  padding: 0 10px 25px;
  text-align: center;
}
.inquiryBox__telBox .telTitle {
  font-weight: bold;
}
.inquiryBox__guideBox {
  padding: 20px;
  background: #e8f5fd;
}
.inquiryBox__guideBox .squareList {
  padding: 15px 0;
  border-bottom: 1px dotted #b7ccd9;
}
.inquiryBox__guideBox .squareList:first-child {
  padding-top: 0;
}
.inquiryBox__guideBox .squareList:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.inquiryBox__foot {
  border-top: 1px solid #dfe6e7;
}
.inquiryBox__footL {
  padding: 20px 10px 20px;
  vertical-align: top;
}
.inquiryBox__footR {
  padding: 20px 10px 20px;
  vertical-align: top;
  border-top: 1px solid #dfe6e7;
}
.inquiryBox__foot .heading3 {
  font-size: 14px;
}



/* ==================================================
Footer
================================================== */
#footer {
  width: 100%;
}
#footer a {
  text-decoration: none;
}


/* footer__nav
---------------------------------- */
#footer__nav {
  border-top: 1px solid #e4e7ea;
  border-bottom: 1px solid #e4e7ea;
}
#footer__nav .innerWrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer__nav .mainBtn {
  display: inline-block;
  margin-right: 40px;
  padding: 15px 0;
  font-size: 14px;
  color: #1d3550;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#footer__nav .mainBtn:hover {
  opacity: .7;
}



/* footer__sitemap
---------------------------------- */
#footer__sitemap {
  border-top: 1px solid #e4e7ea;
}
#footer__sitemap .innerWrap {
  padding-top: 30px;
  padding-bottom: 30px;
}


/* footer__sitemapLwr */
.footer__sitemapLwr {
  text-align: left;
}
.footer__sitemapLwr li {
  display: inline-block;
  margin-bottom: 15px;
}
.footer__sitemapLwr li:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  color: #e4e7ea;
}
.footer__sitemapLwr li:last-child:after {
  display: none;
}
.footer__sitemapLwr a {
  font-size: 12px;
  color: #1d3550;
  line-height: 1.2;
}

/* footer__copy
---------------------------------- */
#footer__copy {
  position: relative;
  padding: 25px 10px;
  color: #fff;
  background: #1d3550;
}
.footer__codes {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: left;
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
}


/* ==================================================
btnPageTop
================================================== */
#btnPageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  width: 50px;
  height: 50px;
  background: #fff url(/common/images/icon_pagetop_off.svg) no-repeat center center;
  background-size: 16px 14px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 20;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#btnPageTop.max {
  position: absolute;
  right: 10px;
  top: -25px;
}


/* ==================================================
btnCnvBottom
================================================== */
#btnCnvBottom {
  position: fixed;
  height:70px;
  width:100%;
  bottom:0;
  background: rgba(0,0,0,0.4);
}
#btnCnvBottom.max {
  position: absolute;
  right: 10px;
  top: -25px;
}


/* ==================================================
フロートバナー ページ下部
================================================== */
#bnrFloatBtmWrap {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index:3;
  padding:10px 20px;
  /*backdrop-filter:blur(5px);*/
}

#bnrFloatBtmWrap img{
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

.bnrFloatBtmClose{
  position: absolute;
  width: 30px;
  height: 30px;
  top: -8px;
  right: 0;
  background: url(/common/images/float_bnn_close.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

/* ==================================================
sideFloatNav
================================================== */
#sideFloatNav {
  display: none;
}


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


/* ==================================================
フッター用お問い合わせ
================================================== */
.footertel {
  background-image: url(/common/images/tel.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0px 3px;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  padding-left:28px;
  
}