@charset "utf-8";

/* ==================================================
elements
================================================== */
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1d3550;
  line-height: 1.6;
}
html, body {
  width: 100%;
}
body {
  padding-top: 110px;
}
.innerWrap {
  position: relative;
  width: 1220px;
  margin: auto;
  padding: 0 10px;
}
.innerWrap:after {
  content: "";
  display: block;
  clear: both;
}
.innerWrapTableau {
  width: 1100px !important; 
}
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: 34px;
  background: url(/common/images/icon_pdf1.svg) no-repeat right 5px center;
  background-size: 24px 12px;
}
a.blank {
  padding-right: 25px;
  background: url(/common/images/icon_blank_blue.svg) no-repeat right 5px center;
  background-size: 12px 12px;
}
a.word {
  padding-right: 34px;
  background: url(/common/images/icon_word1.svg) no-repeat right 5px center;
  background-size: 24px 12px;
}
a:hover {
  text-decoration: none;
}
.tran {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.opac {
  -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%;
  height: 110px;
  z-index: 40;
  background: #fff;
}
#header a {
  text-decoration: none;
}
#header__main {
  position: relative;
  background: #fff;
  z-index: 30;
}
#spMenuBtnWrap {
  display: none;
}

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

.header__codes {
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}

/* --------------------------------------------------
header__cateNav
-------------------------------------------------- */
#header__cateNav {
  position: relative;
  text-align: right;
  background: #fff;
  z-index: 2;
}
#header__cateNav ul {
  font-size: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__cateNav ul li {
  display: inline-block;
  padding: 0 11px;
  vertical-align: top;
}
#header__cateNav ul li a {
  display: block;
  height: 30px;
  font-size: 16px;
  color: #6d7680;
  line-height: 30px;
/*  border-bottom: 2px solid #fff;*/
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__cateNav ul li:hover a {
  color: #285184;
  border-bottom: 2px solid #285184;
}
#header__cateNav ul li.active a {
  color: #285184;
  font-weight: bold;
  border-bottom: 2px solid #285184;
}
#header__cateNav ul li.searchBtn {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  cursor: pointer;
  background: #e8f5fd url(/common/images/icon_search_navy.svg) no-repeat center center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__cateNav ul li.searchBtn:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #285184 transparent transparent transparent;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

/* hover */
#header__cateNav ul li.searchBtn:hover {
  opacity: 1;
  background: #285184 url(/common/images/icon_search_white.svg) no-repeat center center;
}

/* active */
#header__cateNav ul li.searchBtn.active {
  background: #285184 url(/common/images/icon_search_white.svg) no-repeat center center;
}
#header__cateNav ul li.searchBtn.active:before {
  bottom: -8px;
  z-index: 1;
}


#header__mainNav {
  position: relative;
  height: 66px;
  vertical-align: top;
  background: #fff;
  z-index: 3;
}
#header__mainNav:after {
  content: "";
  display: block;
  clear: both;
}
#header__mainNav .innerWrap {
  overflow-x: hidden;
}
#header__mainNav ul#gNav {
  float: right;
  padding: 15px 0;
  font-size: 0;
  text-align: right;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #1d3550;
  line-height: 50px;
  vertical-align: top;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav.noYugo li {
  font-weight: normal;
}
#header__mainNav ul#gNav li.mainBtn:hover,
#header__mainNav ul#gNav li.mainBtn.open {
  color: #fff;
  background: #285184;
}
#header__mainNav ul#gNav li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #285184 transparent transparent transparent;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li.mainBtn:hover:before,
#header__mainNav ul#gNav li.mainBtn.open:before {
  bottom: -8px;
}

#header__mainNav ul#gNav li.subBtn {
  width: 120px;
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__login {
  position: absolute;
  right: -120px;
  padding-left: 36px;
  padding-right: 0;
  background: #f6aa00 url(/common/images/icon_login.svg) no-repeat 18px center;
  background-size: 12px 18px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -moz-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__login:hover {
  background-color: #d39e20;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__app {
  position: absolute;
  right: -160px;
  padding-left: 35px;
  padding-right: 0;
  background: #0b308e url(/common/images/icon_account_app.svg) no-repeat 10px center;
  background-size: 20px 20px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -moz-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width:160px;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__app:hover {
  background-color: #0a2878;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__app a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__account {
  position: absolute;
  right: -120px;
  padding-left: 40px;
  padding-right: 0;
  background: #ec961f url(/common/images/icon_account_open.svg) no-repeat 15px center;
  background-size: 18px 16px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -moz-box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  box-shadow: 0px 1px 0px 0px rgba(89,119,138,0.25);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__account:hover {
  background-color: #e1700c;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__account a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}


#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__contact {
  display: none;
}
#header__mainNav ul#gNav li.subBtn#gNavOpenBtn__atm {
  display: none;
}
#header__mainNav ul#gNav li.searchBtn {
  position: absolute;
  right: -120px;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
  background: #e8f5fd url(/common/images/icon_search_navy.svg) no-repeat center center;
  background-size: 12px 12px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#header__mainNav ul#gNav li.searchBtn:hover {
  opacity: 1;
  background: #285184 url(/common/images/icon_search_white.svg) no-repeat center center;
}
#header__mainNav ul#gNav li.searchBtn:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #285184 transparent transparent transparent;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}



/* ナビ追従時 */
#header.fixed {
  height: auto;
}
#header__mainNav.fixed {
  -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);
}
#header__mainNav.fixed .header__logo {
  width: auto;
  padding-top: 14px;
}



#header__mainNav.fixed .header__logo .header__heading {
  width: 39px;
  height: 36px;
  background-image: url(/common/images/logo_02.svg);
  background-size: 39px 36px;
}
#header__mainNav.fixed .header__codes {
  display: none;
}

#header__mainNav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#header__mainNav.fixed ul#gNav {
  padding: 8px 350px 8px 0;
/*  padding: 8px 190px 8px 0;*/
}
#header__mainNav.fixed ul#gNav li.subBtn {
}

#header__mainNav.fixed ul#gNav li.subBtn#gNavOpenBtn__login {
  right: 67px;
}
#header__mainNav.fixed ul#gNav li.subBtn#gNavOpenBtn__account {
  right: 67px;
}
#header__mainNav.fixed ul#gNav li.subBtn#gNavOpenBtn__app {
  right: 195px;
}
#header__mainNav.fixed ul#gNav li.searchBtn {
  right: 10px;
  width: 50px;
  height: 50px;
}


#header__loginBoxWrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin: auto;
}
#header__loginBoxWrapInner {
  position: relative;
  width: 1200px;
  min-height: 0;
  margin: auto;
}
#header__loginBox {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 472px;
  margin-right: 5px;
  background: #fff;
  -webkit-filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.5));
  -moz-filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.5));
  filter:drop-shadow(0px 0px 4px 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;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}
.header__loginBoxUpr {
  padding: 24px 32px 16px;
}
.header__loginBoxUpr:after {
  content: "";
  display: block;
  clear: both;
}
.header__loginBoxUpr .title {
  float: left;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.header__loginBoxUpr .title img {
  width: 160px;
}
.header__loginBoxUpr .btnBox {
  float: left;
  width: 50%;
  padding-left: 20px;
}
.header__loginBoxUpr .btnBox a {
  display: table-cell;
  width: 176px;
  height: 72px;
  padding-left: 85px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background: #e5c43e url(/common/images/icon_login2.svg) no-repeat 25px center;
  background-size: 50px 34px;

}
.header__loginBoxUpr .btnBox a:hover {
  background-color: #d39e20;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.header__loginBoxMdl {
  display: none;
}

.header__loginBoxLwr {
  padding: 16px 24px 16px;
  background: #f8f8f8;
}
.header__loginBoxLwr .title {
  margin-bottom: 15px;
  text-align: center;
}
.header__loginBoxLwr .btns {
  font-size: 0;
}
.header__loginBoxLwr .btns:after {
  content: "";
  display: block;
  clear: both;
}
.header__loginBoxLwr .btns li {
  display: table;
  float: left;
  width: 200px;
  height: 48px;
  margin: 0 4px 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 a {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #608ad8;
  text-align: center;
  vertical-align: middle;
}
.header__loginBoxLwr .btns a span {
  display: inline-block;
  padding-left: 30px;
  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 {
  background-image: url(/common/images/icon_card_blue.svg);
  background-size: 22px 14px;
}
.header__loginBoxLwr .btns .icon--calc a span {
  padding-left: 24px;
  background-image: url(/common/images/icon_calc_blue.svg);
  background-size: 16px 21px;
}
.header__loginBoxLwr .btns .icon--chart a span {
  background-image: url(/common/images/icon_chart_blue.svg);
  background-size: 22px 12px;
}

/* 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;
  width: 100%;
  vertical-align: bottom;
  background: rgba(13, 40, 73, .95);
  z-index: 1;
}
#header__search .innerWrap {
  padding: 20px 100px;
}
#header__search .searchtext {
  display: inline-block;
  width: 900px;
  height: 40px;
  margin-right: 16px;
  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;
}
.header__search .searchtext {
  display: inline-block;
  width: 500px;
  height: 40px;
  margin-right: 16px;
  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;
}
#header__search .searchtext:focus {
  outline: none;
  border: 2px solid #4676ce;
}
#header__search .search-btn,
.header__search .search-btn {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  padding: 0 0 0 32px;
  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 17px center;
  border: 1px solid #b7ccd9;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* hover */
#header__search .search-btn:hover {
  background-color: #e8f5fd;
}
#header__mainNav ul li.searchBtn:hover {
  opacity: 1;
  background: #285184 url(/common/images/icon_search_white.svg) no-repeat center center;
}

/* active */
#header__mainNav ul li.searchBtn.active {
  background: #285184 url(/common/images/icon_search_white.svg) no-repeat center center;
}
#header__mainNav ul li.searchBtn.active:before {
  bottom: -8px;
  z-index: 1;
}

/* メガドロップ */
.dropNavWrap {
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 109px;
  width: 100%;
}
#header.fixed .dropNavWrap {
  padding-top: 65px;
}
.dropNav {
  position: absolute;
  z-index: -99;
  bottom: 110px; /*初期位置*/
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.dropNav.active {
  opacity: 1;
}
.dropNav__main .innerWrap {
  display: table;
  width: 1220px;
  padding: 17px 70px;
}
.dropNav__mainHeading {
  display: table-cell;
  width: 280px;
  padding-right: 15px;
  padding-bottom: 10px;
  vertical-align: top;
}
.dropNav__mainHeading a {
  color: #fff;
}
.dropNav__mainHeading a * {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.dropNav__mainHeading a:hover * {
  opacity: .7;
}
.dropNav__mainHeading .thum {
  width: 264px;
  margin-bottom: 20px;
}
.dropNav__mainHeading .title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1;
}
.dropNav__mainHeading .body {
  margin-bottom: 20px;
}
.dropNav__mainHeading .link {
  padding-right: 20px;
  text-align: right;
  text-decoration: underline;
  background: url(/common/images/arrow_right_white.svg) no-repeat right center;
  background-size: 6px 10px;
}
.dropNav__main {
  background: rgba(13, 40, 73, .95);
}
.dropNav__mainBody {
  display: table-cell;
  padding-left: 15px;
  border-left: 1px dotted #b7ccd9;
  vertical-align: top;
}
.dropNav__mainBody.col1 {
  width: 259px;
}
.dropNav__mainBody.col2 {
  width: 541px;
  padding-left: 13px;
}
.dropNav__mainBody.col3 {
  width: 823px;
  padding-left: 13px;
}
.dropNav__mainBody.noBorder {
  border-left: none;
}
.dropNav__main.width--small .dropNav__mainBody.col1 {
  width: 201px;
  padding-left: 8px;
}
.dropNav__main.width--small .dropNav__mainBody.col2 {
  width: 406px;
  padding-left: 10px;
}


.dropNav__mainBody:after {
  content: "";
  display: block;
  clear: both;
}

.dropNav__mainBody .heading {
  width: 100%;
  padding-bottom: 20px;
}
.dropNav__mainBody .heading.noLink {
  padding-right: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.dropNav__mainBody .heading.noLink:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  background: #fff;
  opacity: .5;
}
.dropNav__mainBody .heading.noLink:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  background: #fff;
  opacity: .5;
}
.dropNav__mainBody .heading.noLink span {
  display: inline-block;
  vertical-align: middle;
}
.dropNav__mainBody .heading .textLink {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-left: 4px solid #c3d4f4;
}


.dropNav__mainBody .btnWrap {
  margin-bottom: 0;
  text-align: left;
}
.dropNav__mainBody .btnWrap.col1 {
  float: left;
  width: 250px;
  margin-right: 12px;
}
.dropNav__main.width--small .btnWrap.col1 {
  width: 184px;
  margin-right: 10px;
}
.dropNav__mainBody .btnWrap.col1:last-child {
  margin-right: 0;
}
.dropNav__mainBody .btnWrap.foot {
  clear: left;
  width: calc(100% - 10px);
  padding-top: 10px;
  border-top: 1px dotted #b7ccd9;
}


.dropNav__mainBody .nmlBtn {
  width: 250px;
  height: 56px;
  margin: 0 16px 8px 0;
}
.dropNav__main.width--small .nmlBtn {
  width: 184px;
  margin-right: 8px;
}

.dropNav__mainBody .nmlBtn:nth-child(3n) {
  margin-right: 0;
}
.dropNav__mainBody .nmlBtn a {
  font-weight: bold;
}
.dropNav__mainBody .nmlBtn a > span {
  text-align: left;
}
.dropNav__mainBody .nmlBtn a .text--main {
  font-size: 14px;
  font-weight: bold;
}

.dropNav__sub {
  width: 100%;
  border-top: 1px dotted #b7ccd9;
  background: rgba(13, 40, 73, .95);
}
.dropNav__sub .innerWrap {
  padding: 16px 0;
}
.dropNav__sub .btnWrap {
  margin-bottom: 0;
}
.dropNav__sub .nmlBtn {
  width: 208px;
  height: 48px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}
.dropNav__sub .nmlBtn:first-child {
  margin-left: 0;
}
.dropNav__sub .nmlBtn:last-child {
  margin-right: 0;
}
.dropNav__sub .nmlBtn a {
  text-align: left;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.dropNav__sub .nmlBtn a > span {
  padding-left: 20px;
}
.dropNav__sub .nmlBtn a .text--main {
  font-size: 14px;
  font-weight: normal;
}

.dropNav__closeBtn {
  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;
}
.dropNav__closeBtn:hover {
  opacity: .7;
}
.dropNav__closeBtn span {
  padding-left: 20px;
  background: url(/common/images/icon_close_white.svg) no-repeat left center;
  background-size: 14px 14px;
}

#gNavOpenBox__lifestage .dropNav__mainBody.col1 {
  width: 265px;
  padding-left: 10px;
  padding-right: 10px;
}
#gNavOpenBox__lifestage .dropNav__mainBody.col2 {
  padding-left: 10px;
}

#gNavOpenBox__consulting .dropNav__mainHeading {
  color: #ffffff;
}


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


/* ==================================================
breadcrumb
================================================== */
#breadcrumb {
  padding: 12px 0;
  background: #eee;
}
#breadcrumb .innerWrap {
  padding: 0 10px;
}
.breadcrumb__list {
  font-size: 0;
}
.breadcrumb__list li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #1d3550;
}
.breadcrumb__list li:after {
  content: '>';
  display: inline-block;
  margin: 0 20px;
  font-weight: normal;
}
.breadcrumb__list li:last-child:after {
  content: '';
  display: none;
  margin: 0;
}
.breadcrumb__list li a {
  font-weight: normal;
  color: #6d7680;
  text-decoration: underline;
}
.breadcrumb__list li a:hover {
  text-decoration: none;
}


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

.cntSec .innerWrap2 {
  width: 1000px;
  margin: auto;
  padding: 0 10px 60px;
}

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

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

.topics__title {
  display: table-cell;
  width: 26px;
  padding-left: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
#topics p.topics__title {
  display: table-cell;
  padding-left: 35px;
  background: none;
}
#topics__body {
  display: table-cell;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
#topics__body ul {
  width: 100%;
}
#topics__body ul li {
  display: none;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 16px;
  line-height: 35px;
}
#topics__body ul li a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#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 {
  position: relative;
  display: table-cell;
  width: 105px;
  text-align: center;
  vertical-align: middle;
}
.topics__link:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  background: #dfe6e7;
}
.topics__link .textLink {
  color: #285184;
  text-decoration: none;
}

/* ==================================================
MV
================================================== */
.cntSec #mv {
  margin-top: -20px;
  margin-bottom: 40px;
}



/* ==================================================
inquiry
================================================== */
#inquiry {
  background: url(/common/images/inquiry_bg.jpg) no-repeat center center;
  background-size: cover;
}
#inquiry .innerWrap > .heading2 {
  margin-bottom: 35px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
}
#inquiry .innerWrap > .heading2:before,
#inquiry .innerWrap > .heading2:after {
  display: none;
}
.inquiryBox {
  border: 1px solid #dfe6e7;
  background: rgba(255, 255, 255, .95);
}
.inquiryBox__main {
  display: table;
  width: 100%;
}
.inquiryBox__mainL,
.inquiryBox__mainR {
  display: table-cell;
  width: 50%;
  padding: 50px 10px;
  text-align: center;
  vertical-align: top;
}
.inquiryBox__main .noteList li {
  font-size: 12px;
}

.inquiryBox .heading3 {
  font-size: 18px;
  padding-bottom: 15px;
}
.inquiryBox .heading3:before {
  content: none;
  display: none;
}
.inquiryBox .heading3:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 24px;
  height: 3px;
  margin: 0 0 0 -12px;
  background: #6ddac4;
}
.inquiryBox__telBox {
  padding: 0 40px 25px;
  text-align: center;
}
.inquiryBox__telBox .telTitle {
  font-weight: bold;
}
.inquiryBox__guideBox {
  padding: 30px;
  text-align: left;
  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 {
  display: table;
  width: 100%;
  border-top: 1px solid #dfe6e7;
}
.inquiryBox__footL {
  display: table-cell;
  width: 50%;
  padding: 20px 10px 35px;
  vertical-align: top;
}
.inquiryBox__footR {
  display: table-cell;
  width: 50%;
  padding: 20px 10px 35px;
  vertical-align: top;
  border-left: 1px solid #dfe6e7;
}
.inquiryBox__foot .roundBtn .text--main {
  font-size: 16px;
  font-weight: normal;
}




/* ==================================================
Footer
================================================== */
#footer {
  width: 100%;
  margin-top: 40px;
}
#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 {
  padding: 60px 0;
}

/* footer__sitemapLwr */
.footer__sitemapLwr {
  text-align: center;
}
.footer__sitemapLwr li {
  display: inline-block;
  margin-bottom: 20px;
}
.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;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.footer__sitemapLwr a:hover {
  opacity: .7;
}

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


/* ==================================================
btnPageTop
================================================== */
#btnPageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 68px;
  height: 68px;
  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;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#btnPageTop.max {
  position: absolute;
  right: 20px;
  top: -34px;
}
#btnPageTop:hover {
  background: #285184 url(/common/images/icon_pagetop_on.svg) no-repeat center center;
  background-size: 16px 14px;
}


/* ==================================================
sideFloatNav
================================================== */
#sideFloatNav {
  position: fixed;
  right: -150px;
  bottom: 108px;
  width: 220px;
  z-index: 30;
  background: #fff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#sideFloatNav a {
  text-decoration: none;
}
#sideFloatNav li {
  border-bottom: 1px solid #b7ccd9;
}
#sideFloatNav li:last-child {
  border-bottom: none;
}
#sideFloatNav li:after {
  content: "";
  display: block;
  clear: both;
}
#sideFloatNav li span {
  float: left;
  display: block;
  width: 70px;
  height: 78px;
  padding-top: 53px;
  font-size: 10px;
  font-weight: bold;
  color: #285184;
  text-align: center;
  background: url(/common/images/sidefloatnav_icon01.svg) no-repeat center 8px;
  background-size: 38px 38px;
}
#sideFloatNav li.tenpo span {
  background-image: url(/common/images/sidefloatnav_icon01.svg);
  background-size: 38px 38px;
}
#sideFloatNav li.campaign span {
  background-image: url(/common/images/sidefloatnav_icon03.svg);
  background-size: 38px 34px;
}
/*
#sideFloatNav li.inquiry span {
  background-image: url(/common/images/sidefloatnav_icon02.svg);
  background-size: 28px 38px;
}
*/
#sideFloatNav li.inquiry span {
  
  background-image: url(/common/images/tel.svg);
  background-size: 30px 30px;
  /*
  background: #fc544c;
  background-image: url(/common/images/tel.svg);
  background-repeat: no-repeat;
  background-position: 20px 5px;
  background-size: 30px 30px;
  color: #fff;
  */
}
#sideFloatNav li.file span {
/*  background-image: url(/common/images/file.svg);*/
  background-size: 26px 36px;
}
#sideFloatNav li.interest span {
  background-image: url(/common/images/sidefloatnav_icon04.svg);
  background-size: 34px 34px;
}
#sideFloatNav li div {
  float: left;
  width: 150px;
  height: 78px;
  font-size: 14px;
  font-weight: bold;
  color: #285184;
}
#sideFloatNav li div a {
  position: relative;
  display: block;
  color: #285184;
  background: #f8f8f8;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
#sideFloatNav li div a:hover {
  color: #fff;
  background: #608ad8;
}
#sideFloatNav li div.ptext mb-1 a {
  height: 78px;
  padding-left: 15px;
  line-height: 78px;
}
#sideFloatNav li div.row1.campaign a {
  height: 78px;
  padding-top: 18px;
  padding-left: 15px;
  line-height: 1.4;
}
#sideFloatNav li div.row1.inquiry a {
  height: 78px;
  padding-top: 29px;
  padding-left: 15px;
  line-height: 1.4;
}
#sideFloatNav li div.row2 a {
  height: 39px;
  padding-left: 15px;
  line-height: 39px;
  border-bottom: 1px solid #b7ccd9;
}
#sideFloatNav li div.row2 a:last-child {
  border-bottom: none;
}
#sideFloatNav li div.row3 a {
  height: 26px;
  padding-left: 15px;
  line-height: 26px;
  font-size:12px;
  border-bottom: 1px solid #b7ccd9;
}
#sideFloatNav li div.row3 a:last-child {
  border-bottom: none;
}

#sideFloatNav li div a:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  display: block;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: url(/common/images/arrow_border_hor_blue.svg) no-repeat center center;
  background-size: 12px 2px;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#sideFloatNav li div a:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background: url(/common/images/arrow_right_blue.svg) no-repeat right bottom;
  background-size: 6px 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}


#sideFloatNav li div a:hover:before {
  right: 12px;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
#sideFloatNav li div a:hover:after {
  right: 10px;
}


#sideFloatNav li div a:before {
  background-image: url(/common/images/arrow_border_hor_blue.svg);
}
#sideFloatNav li div a:after {
  background-image: url(/common/images/arrow_right_blue.svg);
}


/* hover */
#sideFloatNav:hover {
  right: 0;
}


/* ==================================================
overlay
================================================== */
#overlay {
  display: block;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
#overlay.active {
  opacity: 1;
  pointer-events: all;
  display: block;
  background: rgba(0,0,0,.75);
}


/* ==================================================
フッター用お問い合わせ
================================================== */
.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;
  
}