@charset "shift-jis";

/*
body {
  position: relative;
  padding-top: 50px;
  font-family: "A1ゴシック L";
  font-size: 14px;
  color: #212121;
  line-height: 1.4;
  background: #fff;
}
body.fixed {
  position: fixed;
}

img {
  vertical-align: top;
}
a {
  color: #0d79c4;
}
*/
a.down:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: url(/common_v2/images/arrow_down_blue.svg) no-repeat right bottom;
  background-size: contain;
}
a.up:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: url(/common_v2/images/arrow_up_blue.svg) no-repeat right bottom;
  background-size: contain;
}
a.pdf:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: url(/common_v2/images/arrow_pdf_red_s.svg) no-repeat right bottom;
  background-size: contain;
}
a.blank:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: url(/common_v2/images/arrow_blank_gray.svg) no-repeat right bottom;
  background-size: contain;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: #ccc;
  margin: auto;
  padding: 0;
}
iframe {
  font-family: "A1ゴシック L";
}
/* ==================================================
初訪問時の導線アナウンス
================================================== */
#explainConductor {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 50px 10px;
  background: rgba(0, 0, 0, .5);
}
.explainConductor_inner {
  margin: auto;
  padding: 20px 15px;
  background: #fff;
}
#explainConductor .mainBox {
  margin-bottom: 15px;
}
#explainConductor .textBox .catch {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  font-family: "A1ゴシック M";
  text-align: center;
}
#explainConductor .textBox .nmlText {
  line-height: 1.6;
  font-size: 12px;
}
#explainConductor .imgBox {
  display: none;
}
#explainSlider,
#explainSlider img {
  width: 100%;
}
#explainConductor label {
  display: inline-block;
  font-size: 12px;
}
#explainConductor .btnBox {
  text-align: center;
}
#explainConductor .btnBox .roundBtn {
  margin-bottom: 0;
}
#explainConductor_closeBtn {
  font-size: 12px;
  line-height: 1;
  background-image: url(/common_v2/images/icon_close_black.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 14px 14px;
}
/* ==================================================
Contents
================================================== */
#main {
  display: flex;
  flex-direction: column;
}
.innerWrap {
  padding: 20px 10px;
}
.cntSec .innerWrap > *:last-child {
  margin-bottom: 0;
}
/* ==================================================
breadcrumb
================================================== */
#breadcrumb {
  display: none;
}
#breadcrumb.breadcrumb-show {
  display: block;
  order: 1;
}
.breadcrumb_list{
  padding: 16px;
  background: #f6f6f6;
}
.breadcrumb_list li {
  margin-top: 16px;
  padding-left: 14px;
  font-size: 12px;
  font-family: "A1ゴシック M";
  color: #1d3550;
  position: relative;
}
.breadcrumb_list li:first-child {
  margin-top: 0;
  padding-left: 0;
}
.breadcrumb_list li::before {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "A1ゴシック L";
  color: #6d7680;
}
.breadcrumb_list li:first-child::before {
  display: none;
}
.breadcrumb_list li a {
  font-family: "A1ゴシック L";
  color: #6d7680;
  text-decoration: underline;
}
/* ==================================================
header

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
header a {
  text-decoration: none;
}
header .uprBox {
  position: relative;
  height: 50px;
  padding: 0 0 0 140px;
  color: #fff;
  background: #fff;
}
header .uprBox .leftBox {
  display: block;
}
header .uprBox .rightBox {
  display: block;
}
#headerLogo {
  position: absolute;
  left: 10px;
  top: 6px;
  height: 100%;
  z-index: 10;
  font-size: 0;
}
#headerLogo img {
  display: block;
  height: 27px;
}
#headerLogo > span {
  display: block;
  padding-top: 1px;
  padding-left: 32px;
  font-size: 10px;
  transform: scale(.9);
  transform-origin: top left;
  line-height: 1;
  font-family: "A1ゴシック M";
  color: #212121;
}
#header_cateSelect {
  display: none;
}
#header_link .item:not(.atm) {
  display: none;
}
#header_link .item.atm {
  position: absolute;
  right: 170px;
  top: 0px;
}
#header_link .item.atm .btn {
  display: block;
  width: 60px;
  height: 50px;
  padding-top: 8px;
  font-size: 10px;
  color: #212121;
  text-align: center;
  line-height: 1;
  font-family: "A1ゴシック M";
}
#header_link .item.atm .btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 7px;
  font-family: "A1ゴシック M";
  background: url(/common_v2/images/header_nav_store_s_black.svg) no-repeat top center;
  background-size: contain;
}
#header_search {
  display: none;
}


#header_link .item.visitbank {
  position: absolute;
  right: 110px;
  top: 0px;
  display: block;
}
#header_link .item.visitbank .btn {
  display: block;
  width: 60px;
  height: 50px;
  padding-top: 8px;
  font-size: 10px;
  color: #212121;
  text-align: center;
  line-height: 1;
  font-family: "A1ゴシック M";
}
#header_link .item.visitbank .btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 7px;
  font-family: "A1ゴシック M";
  background: url(/common_v2/images/header_nav_visitbank_s_black.svg) no-repeat top center;
  background-size: contain;
}
================================================== */
/* --------------------------------------------------
header_ib

#header_ib {
  position: absolute;
  right: 55px;
  top: 0px;
}
#header_ib.active:before {
  content: "";
  position: fixed;
  left: 0;
  top: 51px;
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5)
}
#header_ibBtn {
  width: 50px;
  height: 50px;
  padding-top: 8px;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
#header_ibBtn:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 7px;
  background: url(/common_v2/images/header_ib_login_on.svg) no-repeat center center;
  background-size: contain;
}
#header_ibBtn strong {
  display: block;
  font-family: "A1ゴシック M";
}
#header_ib.active #header_ibBtn {
  background-color: #f26a0f;
}
#header_ib.active #header_ibBtn:before {
  background-image: url(/common_v2/images/header_ib_login.svg);
}
#header_ib.active #header_ibBtn strong {
  color: #fff;
}
#header_ibBody {
  display: none;
  position: fixed;
  left: 0;
  top: 51px;
  z-index: 4;
  width: 100%;
  padding: 20px 10px 50px;
  background: #fff;
}
#header_ibBody .nmlBtn {
  margin-bottom: 10px;
  padding-top: 15px;
}
#header_ibBody .nmlBtn_item {
  width: 100%;
  margin: 0;
}
#header_ibBody .nmlBtn_itemLink {
  height: 56px;
}
#header_ibBody .textLink {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
  color: #212121;
  text-indent: 0;
  text-decoration: none;
}
#header_ibBody .textLink:before {
  display: none;
}
#header_ibBody .textLink:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 3px;
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right bottom;
  background-size: contain;
}
#header_ibBody .textLink-line {
  color: #0d79c4;
  text-decoration: underline;
}
#header_ibBody .textLink-line:hover {
  text-decoration: none;
}
#header_ibBody .textLink-arrowNone::after {
	content: none;
}
#header_ibBody .close {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 44px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #ddd url(/common_v2/images/icon_close_white.svg) no-repeat center center;
  background-size: 21px 21px;
  cursor: pointer;
}
header .lwrBox {
  padding: 0 10px;
}
#header_topics {
  display: table;
  width: 100%;
  height: 30px;
}
#header_topics .title {
  display: table-cell;
  width: 30px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/common_v2/images/icon_note_white.svg) no-repeat left center;
}
#header_topics .body {
  display: table-cell;
  font-size: 10px;
  color: #fff;
  vertical-align: middle;
}
#header_topics .body a {
  padding-right: 12px;
  color: #fff;
  background: url(/common_v2/images/arrow_right_white.svg) no-repeat right center;
  background-size: 5px 8px;
}

#header_topics .ticker {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#header_topics .ticker ul {
  position: relative;
  width: 100%;
}
#header_topics .ticker ul li {
  display: none;
  width: 100%;
  margin-top: -7px;
}
-------------------------------------------------- */
/* --------------------------------------------------
gNav
-------------------------------------------------- */
#gNav {
  display: none;
}
/* --------------------------------------------------
megaDrop
-------------------------------------------------- */
#megaDrop {
  display: none;
}
/* --------------------------------------------------
spMenuBtn
-------------------------------------------------- */
#header_spMenuBtnWrap {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 11px;
  padding-right: 5px;
  text-align: center;
  background: #fff;
  z-index: 30;
}
#spMenuBtn,
#spMenuBtn span {
  display: inline-block;
}
#spMenuBtn {
  position: relative;
  width: 22px;
  height: 17px;
  text-align: right;
  z-index: 1;
}
#header_spMenuBtnWrap .name {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  font-size: 10px;
  text-align: center;
  color: #000;
  line-height: 1;
  font-family: "A1ゴシック M";
}
#spMenuBtn span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #0083ca;
  border-radius: 2px;
}
#spMenuBtn span:nth-of-type(1) {
  top: 0;
}
#spMenuBtn span:nth-of-type(2) {
  top: 7px;
  width: 80%;
}
#spMenuBtn span:nth-of-type(3) {
  bottom: 0;
  width: 60%;
}
#spMenuBtn span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#spMenuBtn span:nth-of-type(2) {
  opacity: 1;
}
#spMenuBtn span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
  transition: width .75s ease;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#spMenuBtn.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
#spMenuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
#spMenuBtn.active span:nth-of-type(3) {
  width: 100%;
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/* --------------------------------------------------
spMenu
-------------------------------------------------- */
#spMenu {
  position: fixed;
  left: 0;
  top: 51px;
  display: none;
  width: 100%;
  height: 100%;
  color: #212121;
  background: #fff;
}
#spMenu a,
#spMenu span {
  color: #212121;
}
#spMenu_main {
  width: 100%;
  height: 100%;
  padding-bottom: 85px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mf_finder_header #spMenu_searchBox {
  position: relative;
  width: 100%;
  padding: 15px 10px;
}
.mf_finder_header #spMenu_searchBox {
  width: 100%;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox {
  margin: 0;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_items {
  position: relative;
  padding: 0;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_items_wrapper {
  margin-bottom: 0;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_query_input {
  width: 100%;
  height: 40px;
  margin: 0;
  padding-right: 40px;
  background: #fff;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_suggest_items {
  padding: 10px;
  background: #fff;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_suggest_link {
  color: #212121;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_suggest_item_cur,
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_suggest_link:hover {
  background: #089af4;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 11px;
  border: none;
  background: url(/common_v2/images/header_search.svg) no-repeat center center;
  background-size: 20px 20px;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_submit:before {
  display: none;
}
.mf_finder_header #spMenu_searchBox .mf_finder_searchBox_submit span {
  display: none;
}
/* 検索フォーム */
#spMenu_searchBox .searchform {
	flex: 1;
	position: relative;
  flex-direction: column;
}
#spMenu_searchBox .searchform .form_text {
	width: 100%;
	padding-right: 40px;
  background: #fff;
}
#spMenu_searchBox .searchform .form_submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: transparent url(/common_v2/images/header_search.svg) no-repeat center center;
	background-size: 20px 20px;
}
#spMenu_usefulNav {
  border-bottom: 1px solid #ccc;
}
#spMenu_usefulNav .heading {
  padding: 8px 20px;
  font-size: 14px;
  font-family: "A1ゴシック M";
  background: #eee;
}
#spMenu_usefulNav .innerWrap {
  padding: 0 10px;
}
#spMenu_usefulNav .list01:after {
  content: "";
  display: block;
  clear: both;
}
#spMenu_usefulNav .list01 li {
  float: left;
  display: table;
  width: 50%;
  height: 45px;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  background: url(/common_v2/images/icon_store_circle.svg) no-repeat 10px center;
  background-size: 30px 30px;
}
#spMenu_usefulNav .list01 li.store {
  background-image: url(/common_v2/images/icon_store_circle.svg);
}
#spMenu_usefulNav .list01 li.faq {
  background-image: url(/common_v2/images/icon_faq_circle.svg);
}
#spMenu_usefulNav .list01 li.inquiry {
  background-image: url(/common_v2/images/icon_inquiry_circle.svg);
}
#spMenu_usefulNav .list01 li.doc {
  background-image: url(/common_v2/images/icon_document_circle.svg);
}
#spMenu_usefulNav .list01 li.rate {
  background-image: url(/common_v2/images/icon_rate_circle.svg);
}
#spMenu_usefulNav .list01 li.market {
  background-image: url(/common_v2/images/icon_chart_circle.svg);
}
#spMenu_usefulNav .list01 li.price {
  background-image: url(/common_v2/images/icon_base_circle.svg);
}
#spMenu_usefulNav .list01 li.webAppli {
  background-image: url(/common_v2/images/icon_appli_circle.svg);
}
#spMenu_usefulNav .list01 li:nth-child(odd) {
  border-left: none;
}
#spMenu_usefulNav .list01 li:nth-last-child(-n+2) {
  border-bottom: none;
}
#spMenu_usefulNav .list01 li a,
#spMenu_usefulNav .list01 li span {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-left: 45px;
  vertical-align: middle;
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right 10px center;
}
#spMenu_usefulNav .list01 li span {
  background: url(/common_v2/images/arrow_down_blue.svg) no-repeat right 8px center;
}
#spMenu_usefulNav .list01 li.active {
  background-color: #f6f6f6;
}
#spMenu_usefulNav .list01 li.active span {
  background: url(/common_v2/images/arrow_up_blue.svg) no-repeat right 8px center;
}
#spMenu_usefulNav .list01 li.blank a {
  background: url(/common_v2/images/arrow_blank_blue.svg) no-repeat right 10px center;
}
#spMenu_usefulNav .list01_child {
  display: none;
  background: #f6f6f6;
}
#spMenu_usefulNav .list01_child:after {
  content: "";
  display: block;
  clear: both;
}
#spMenu_usefulNav .list01_child li {
  float: left;
  display: table;
  width: 50%;
  height: 45px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #f6f6f6;
}
#spMenu_usefulNav .list01_child li:nth-child(even) {
  border-right: none;
}
#spMenu_usefulNav .list01_child li:nth-child(-n+2) {
  border-top: 1px solid #fff;

}
#spMenu_usefulNav .list01_child li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  vertical-align: middle;
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right 10px center;
}
#spMenu_usefulNav .list02 {
  border-top: 1px solid #ccc;
}
#spMenu_usefulNav .list02 > li {
  width: 100%;
  font-size: 14px;
  font-family: "A1ゴシック M";
  background: url(/common_v2/images/arrow_down_blue.svg) no-repeat right 8px top 20px;
}
#spMenu_usefulNav .list02 > li.active {
  background: url(/common_v2/images/arrow_up_blue.svg) no-repeat right 8px top 20px;
}
#spMenu_usefulNav .list02 > li > a,
#spMenu_usefulNav .list02 > li > span {
  display: block;
  width: 100%;
  padding: 15px 30px 15px 45px;
  background: url(/common_v2/images/icon_history.svg) no-repeat 10px center;
  background-size: 24px 24px;
}
#spMenu_usefulNav .list02_reco {
  display: none;
  width: 100%;
  padding-left: 10px;
}
#spMenu_usefulNav .list02_reco .dv_rc_items {
  border-top: 1px dotted #ccc;
}
#spMenu_usefulNav .list02_reco .dv_rc_items a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px 15px 10px;
  vertical-align: middle;
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right 10px center;
}
#spMenu_usefulNav .list02_reco .dv_rc_img {
  display: none;
}
#spMenu_usefulNav .list02_reco .dv_rc_name {
  font-size: 12px;
  font-family: "A1ゴシック L";
}
#spMenu_usefulNav .list02_reco .dv_rc_description {
  display: none;
}
#spMenu_gNav > ul > li {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  font-family: "A1ゴシック M";
  border-bottom: 1px solid #ccc;
}
#spMenu_gNav > ul > li > a,
#spMenu_gNav > ul > li > span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 30px 15px 10px;
  vertical-align: middle;
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right 10px top 16px;
}
#spMenu_gNav > ul > li > span {
  background: url(/common_v2/images/arrow_down_blue.svg) no-repeat right 8px top 20px;
}
#spMenu_gNav > ul > li.active > span {
  background: url(/common_v2/images/arrow_up_blue.svg) no-repeat right 8px top 20px;
}
/* 第2階層 */
#spMenu_gNav > ul > li > ul {
  display: none;
  border-top: 1px solid #ccc;
}
#spMenu_gNav > ul > li > ul > li {
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: "A1ゴシック L";
  border-bottom: 1px solid #ccc;
}
#spMenu_gNav > ul > li > ul > li:last-child {
  border-bottom: none;
}
#spMenu_gNav > ul > li > ul > li > a,
#spMenu_gNav > ul > li > ul > li > span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px 15px 20px;
  vertical-align: middle;
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right 10px top 16px;
}
#spMenu_gNav > ul > li > ul > li > span {
  background: url(/common_v2/images/arrow_down_blue.svg) no-repeat right 8px top 20px;
}
#spMenu_gNav > ul > li > ul > li.active > span {
  background: url(/common_v2/images/arrow_up_blue.svg) no-repeat right 8px top 20px;
}
/* 第3階層 */
#spMenu_gNav .childBox {
  display: none;
  padding: 0 10px;
  border-top: 1px dotted #ccc;
}
#spMenu_gNav .childBox2 {
  padding-top: 10px;
}
#spMenu_gNav .headingLink {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 30px 15px 20px;
  font-size: 12px;
  font-family: "A1ゴシック L";
  border-bottom: 1px solid #eee;
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right 10px top 16px;
}
#spMenu_gNav .heading {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 12px;
  font-family: "A1ゴシック L";
  background: #eee;
}
#spMenu_gNav .childBox ul {
  margin: 0 auto 10px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
#spMenu_gNav .childBox2 ul {
  padding: 0 10px;
}
#spMenu_gNav .childBox ul:after ,
#spMenu_gNav .childBox2 ul:after {
  content: "";
  display: block;
  clear: both;
}
#spMenu_gNav .childBox ul li ,
#spMenu_gNav .childBox2 ul li {
  float: left;
  display: table;
  width: 50%;
  height: 45px;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  background-size: 30px 30px;
}
#spMenu_gNav .childBox ul li:last-child ,
#spMenu_gNav .childBox2 ul li:last-child {
  border-bottom: none;
}
#spMenu_gNav .childBox ul li:nth-last-child(2):nth-child(odd) ,
#spMenu_gNav .childBox2 ul li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
#spMenu_gNav .childBox ul li:nth-child(even) ,
#spMenu_gNav .childBox2 ul li:nth-child(even) {
  border-right: none;
}
#spMenu_gNav .childBox ul li a,
#spMenu_gNav .childBox ul li span,
#spMenu_gNav .childBox2 ul li a,
#spMenu_gNav .childBox2 ul li span {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  vertical-align: middle;
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right 10px center;
}
#spMenu_gNav .childBox ul li.blank a,
#spMenu_gNav .childBox ul li.blank span,
#spMenu_gNav .childBox2 ul li.blank a,
#spMenu_gNav .childBox2 ul li.blank span {
  background-image: url(/common_v2/images/arrow_blank_blue.svg);
}
#spMenu_gNav .childBox ul li.pdf a,
#spMenu_gNav .childBox ul li.pdf span,
#spMenu_gNav .childBox2 ul li.pdf a,
#spMenu_gNav .childBox2 ul li.pdf span {
  background-image: url(/common_v2/images/arrow_pdf_red_s.svg);
}
#spMenu_gNav .childBox ul.nmlBtn {
	margin: 0;
	padding: 0;
	border-bottom: 0 none;
}
#spMenu_gNav .childBox ul.nmlBtn li.nmlBtn_item {
	float: none;
	display: block;
	margin: 10px 0;
	height: auto;
	border-bottom: 0 none;
	background: none;
}
#spMenu_gNav .childBox ul.nmlBtn.col1 li.nmlBtn_item {
	width: 100%;
	border-right: 0 none;
}
#spMenu_gNav .childBox ul.nmlBtn li a.nmlBtn_itemLink {
	display: flex;
	height: 50px;
	padding-left: 20px;
  border-color: #4247C6;
  background: #4247C6 url(/common_v2/images/arrow_blank_white.svg) no-repeat right 10px center;
  background-size: 9px 9px;	
}
#spMenu_gNav .childBox ul.nmlBtn li a .nmlBtn_icon {
	display: inline;
	width: 34px;
	height: 34px;
	padding-left: 0;
	background: none;
}
#spMenu_gNav .childBox ul.nmlBtn li a .nmlBtn_text {
	display: inline-block;
	height: auto;
	background: none;
}
#spMenu_gNav .childBox ul.nmlBtn li a .nmlBtn_text .main {
	display: block;
	color: #FFF;
	padding-left: 0;
	background: none;
}
#spMenu_gNav .btnLink {
  display: table;
  width: 100%;
  margin: 10px auto;
  font-size: 12px;
  font-family: "A1ゴシック M";
  background: #0d79c4 url(/common_v2/images/arrow_right2_white_s.svg) no-repeat right 8px bottom 8px;
  border: 1px solid #0d79c4;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 5px;
}
#spMenu_gNav .btnLink.color-navy {
  background-color: #4247C6 ;
  border-color: #4247C6;
}
#spMenu_gNav .btnLink.color-yellow {
  background-color: #E69E05 ;
  border-color: #E69E05;
}
#spMenu_gNav .btnLink.color-green {
  background-color: #00aa5b ;
  border-color: #00aa5b;
}
#spMenu_gNav .btnLink span {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
#spMenu_gNav .btnLink.arrow-blank {
  background-image: url(/common_v2/images/arrow_blank_white.svg);
}
#spMenu_gNav .subLink {
  display: table;
  width: 250px;
  height: 36px;
  margin: 0 auto 10px;
  font-size: 12px;
  font-family: "A1ゴシック L";
  background: url(/common_v2/images/arrow_right_blue.svg) no-repeat right 10px center;
  border: 1px solid #ccc;
  border-radius: 18px;
}
#spMenu_gNav .subLink span {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
#spMenu_gNav .subLink.arrow-blank {
  background-image: url(/common_v2/images/arrow_blank_blue.svg);
}
#spMenu_gNav .subLink_wrap.col2:after {
  content: "";
  display: block;
  clear: both;
}
#spMenu_gNav .subLink_wrap.col2 .subLink {
  float: left;
  width: 49%;
}
#spMenu_gNav .subLink_wrap.col2 .subLink:nth-child(even) {
  float: right;
}
#spMenu_gNav hr {
  margin-bottom: 10px;
}
#spMenu_close {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  background: #ccc url(/common_v2/images/icon_close_white.svg) no-repeat center center;
  background-size: 21px 21px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* ==================================================
overlay
================================================== */
#overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
/* ==================================================
footer

footer {
  position: relative;
  width: 100%;
  color: #212121;
  text-align: center;
}
footer .innerWrap {
  text-align: center;
}
================================================== */
/* ==================================================
follow
================================================== */
#follow {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
/* --------------------------------------------------
usefulNavBtn
-------------------------------------------------- */
#usefulNavBtn {
  display: none !important;
}
/* --------------------------------------------------
usefulNav
-------------------------------------------------- */
#usefulNav {
  display: none;
}
/* --------------------------------------------------
btnPageTop
-------------------------------------------------- */
#btnPageTop {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 5px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 20;
  border: 1px solid #4678cd;
  background: #fff url(/common_v2/images/arrow_pagetop_blue.svg) no-repeat center center;
  background-size: 23px 12px;
  border-radius: 50%;
  opacity: .7;
}
/* --------------------------------------------------
followMenu
-------------------------------------------------- */
/* 2019.11.11 追記 */
#followMenu .followMenu_title {
  font-size: 16px;
  margin-bottom: 10px;
}
#followMenu .followMenu_btnWrap:after {
  content: "";
  display: block;
  clear: both;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item {
  width: 100%;
  margin-bottom: 0;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item {
  width: 100%;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink {
  padding: 0;
  height: 105px;
  background-position: right 5px center;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink .main {
  font-size: 15px;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_text {
  padding-left: 2px;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .nmlBtn_icon {
  display: none;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item:first-child {
  margin-bottom: 5px;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .nmlBtn_icon {
  display: none;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_itemLink {
  padding: 0;
  background-position: right 5px center;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_text {
  padding-left: 2px;
}
#followMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .main {
  font-size: 12px;
}
/* col2-64 */
#followMenu .followMenu_btnWrap.col2-64 .followMenu_btnCol:first-child {
  float: left;
  width: 54%;
}
#followMenu .followMenu_btnWrap.col2-64 .followMenu_btnCol:last-child {
  float: right;
  width: 44%;
}
/* col2-55 */
#followMenu .followMenu_btnWrap.col2-55 .followMenu_btnCol {
  float: left;
  width: calc(50% - 5px);
}
#followMenu .followMenu_btnWrap.col2-55 .followMenu_btnCol:last-child {
  float: right;
}
/* col3 */
#followMenu .followMenu_btnWrap.col3 {
  display: flex;
  align-items: top;
  justify-content: space-between;
  width: 100%;
}
#followMenu .followMenu_btnWrap.col3 .followMenu_btnCol {
  width: 100%;
}
#followMenu .followMenu_btnWrap.col3 .followMenu_btnCol:nth-child(2) {
  margin: 0 5px;
}
#followMenu .followMenu_btnWrap.col3 .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink .main {
  font-size: 11px;
}
#followMenu .followMenu_btnWrap.col3 .followMenu_btnCol .nmlBtn.row2 .nmlBtn_itemLink .main {
  font-size: 11px;
}

/* --------------------------------------------------
idecofollowMenu
-------------------------------------------------- */
/* 2019.11.11 追記 */
#idecofollowMenu .followMenu_title {
  font-size: 16px;
  margin-bottom: 10px;
}
#idecofollowMenu .followMenu_btnWrap:after {
  content: "";
  display: block;
  clear: both;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item {
  width: 100%;
  margin-bottom: 0;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item {
  width: 100%;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink {
  padding: 0;
  height: 65px;
  background-position: right 5px center;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink .main {
  font-size: 15px;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_text {
  padding-left: 2px;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .nmlBtn_icon {
  display: none;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item:first-child {
  margin-bottom: 5px;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .nmlBtn_icon {
  display: none;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_itemLink {
  padding: 0;
  background-position: right 5px center;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_text {
  padding-left: 2px;
}
#idecofollowMenu .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .main {
  font-size: 12px;
}
/* col2-64 */
#idecofollowMenu .followMenu_btnWrap.col2-64 .followMenu_btnCol:first-child {
  float: left;
  width: 54%;
}
#idecofollowMenu .followMenu_btnWrap.col2-64 .followMenu_btnCol:last-child {
  float: right;
  width: 44%;
}
/* col2-55 */
#idecofollowMenu .followMenu_btnWrap.col2-55 .followMenu_btnCol {
  float: left;
  width: calc(50% - 5px);
}
#idecofollowMenu .followMenu_btnWrap.col2-55 .followMenu_btnCol:last-child {
  float: right;
}
/* col3 */
#idecofollowMenu .followMenu_btnWrap.col3 {
  display: flex;
  align-items: top;
  justify-content: space-between;
  width: 100%;
}
#idecofollowMenu .followMenu_btnWrap.col3 .followMenu_btnCol {
  width: 100%;
}
#idecofollowMenu .followMenu_btnWrap.col3 .followMenu_btnCol:nth-child(2) {
  margin: 0 5px;
}
#idecofollowMenu .followMenu_btnWrap.col3 .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink .main {
  font-size: 11px;
}
#idecofollowMenu .followMenu_btnWrap.col3 .followMenu_btnCol .nmlBtn.row2 .nmlBtn_itemLink .main {
  font-size: 11px;
}

#idecofollowMenu {
  background: rgba(255, 255, 255, .9);
}
#idecofollowMenu .innerWrap {
  margin: auto;
  padding: 8px 10px;
}
#idecofollowMenu .innerWrap > *:last-child {
  margin-bottom: 0;
}
#idecofollowMenu .nmlBtn,
#idecofollowMenu .nmlBtn_item {
  margin-top: 0;
  margin-bottom: 0;
}
#idecofollowMenu .nmlBtn_text .main {
  font-size: 14px;
  font-family: "A1ゴシック M";
}
#idecofollowMenu .nmlBtn_itemLink {
  height: 50px;
}
#idecofollowMenu .roundBtn,
#idecofollowMenu .roundBtn_item {
  margin-bottom: 0;
}
#idecofollowMenu .followMenu_text {
  margin-bottom: 5px;
}


/* END 2019.11.11 追記 */
/* ==================================================
reco
================================================== */
#reco {
  padding: 40px 0 0;
}
#reco h2 {
  min-height: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "A1ゴシック M";
}
#reco h2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/* --------------------------------------------------
reco01
-------------------------------------------------- */
#reco01 {
  margin-bottom: 20px;
  padding: 0 10px;
}
#reco01 h2:before {
  background-image: url(/common_v2/images/icon_recommend.svg);
}
#reco01 .dv_recommend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#reco01 .dv_rc_header,
#reco01 .dv_rc_title,
#reco01 .dv_rc_footer {
  display: none;
}
#reco01 .dv_rc_items {
  position: relative;
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
#reco01 .dv_rc_items a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  text-decoration: none;
}
#reco01 .dv_rc_img {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
}
#reco01 .dv_rc_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#reco01 .dv_rc_name {
  font-size: 14px;
  font-family: "A1ゴシック M";
  line-height: 1.3;
}
#reco01 .dv_rc_description {
  display: none;
  padding: 15px 5px 15px;
  font-size: 12px;
  color: #212121;
  line-height: 1.5;
}
/* --------------------------------------------------
reco02
-------------------------------------------------- */
#reco02 {
  padding: 0 10px;
}
#reco02 h2:before {
  background-image: url(/common_v2/images/icon_history.svg);
}
#reco02 .dv_recommend {
  text-align: left;
}
#reco02 .dv_rc_items {
  padding: 10px 0;
  border-bottom: 1px dotted #212121;
}
#reco02 .dv_rc_items a {
  text-decoration: none;
}
#reco02 .dv_rc_img {
  display: none;
}
#reco02 .dv_rc_name {
  min-height: 25px;
  padding-top: 3px;
  padding-left: 40px;
  font-size: 14px;
  background: url(/common_v2/images/icon_ranking_1.svg) no-repeat left center;
  background-size: 30px 25px;
}
#reco02 .dv_rc_items:nth-child(3) {
  padding-top: 0;
}
#reco02 .dv_rc_items:nth-child(3) .dv_rc_name {
  background-image: url(/common_v2/images/icon_ranking_1.svg);
  background-size: 30px 25px;
}
#reco02 .dv_rc_items:nth-child(4) .dv_rc_name {
  background-image: url(/common_v2/images/icon_ranking_2.svg);
  background-size: 30px 25px;
}
#reco02 .dv_rc_items:nth-child(5) .dv_rc_name {
  background-image: url(/common_v2/images/icon_ranking_3.svg);
  background-size: 30px 25px;
}
#reco02 .dv_rc_items:nth-child(6) .dv_rc_name {
  background-image: url(/common_v2/images/icon_ranking_4.svg);
  background-size: 25px 25px;
  background-position: 2px top;
}
#reco02 .dv_rc_items:nth-child(7) .dv_rc_name {
  background-image: url(/common_v2/images/icon_ranking_5.svg);
  background-size: 25px 25px;
  background-position: 2px top;
}
#reco02 .dv_rc_description {
  display: none;
  position: relative;
  padding-left: 40px;
  font-size: 12px;
}
#reco02 .dv_rc_description:before {
  content: "";
  position: absolute;
  left: 5px;
  top: .5em;
  display: none;
  width: 25px;
  height: 1px;
  background: #ccc;
}
/* ==================================================
footerNav
================================================== */
#footerNav {
  display: none;
}
#footerLink {
  padding: 20px 10px;
}
#footerLink ul {
  font-size: 0;
  text-align: left;
}
#footerLink li {
  display: inline-block;
  margin: 10px 0;
  font-size: 12px;
}
#footerLink .partition {
  margin: 0 2px;
  color: #212121;
}
#footerLink a {
  color: #212121;
  text-decoration: none;
}
#footerCopy {
  padding: 10px;
  font-size: 9px;
  color: #212121;
  line-height: 1.2;
  background: #e4e4e4;
}
#footerCopy p:nth-child(1) {
  margin-bottom: 10px;
}
/* --------------------------------------------------
copy
-------------------------------------------------- */
#copy {
  height: 20px;
  font-size: 9px;
  color: #212121;
  line-height: 20px;
  background: #e4e4e4;
}
/* ==================================================
フォームページ専用
================================================== */
/* --------------------------------------------------
body
-------------------------------------------------- */
body#page_form {
  padding-top: 40px;
}
   
/* --------------------------------------------------
ヘッダー
-------------------------------------------------- */
#formHeader {
  padding: 6px 10px;
  background: #fff;
}
#formHeader #headerLogo {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  text-align: left;
  border: none;
}
#formHeader #headerLogo img {
  display: inline-block;
  height: 27px;
  vertical-align: bottom;
}
#formHeader #headerLogo span {
  display: inline-block;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-bottom: 4px;
  vertical-align: bottom;
}
/* scrolled */
#formHeader.scrolled #headerLogo {
  width: auto;
  height: auto;
  padding: 0;
}
#formHeader.scrolled #headerLogo img {
  width: auto;
  height: 40px;
}
#formHeader.scrolled #headerLogo span {
  display: inline-block;
}
/* --------------------------------------------------
フッター
-------------------------------------------------- */
#formFooter {
  border-top: 1px solid #ccc;
}
/* --------------------------------------------------
スライダー
-------------------------------------------------- */
.h1Slider li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport .h1Slider li {
  display: block !important; /*JSが読み込まれたら表示*/
}

/* --------------------------------------------------
btnFollowList
-------------------------------------------------- */
.btnFollowList .followMenu_title {
  font-size: 16px;
  margin-bottom: 10px;
}
.btnFollowList .followMenu_btnWrap:after {
  content: "";
  display: block;
  clear: both;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item {
  width: 100%;
  margin-bottom: 0;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item {
  width: 100%;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink {
  padding: 0;
  height: 65px;
  background-position: right 5px center;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink .main {
  font-size: 15px;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_text {
  padding-left: 2px;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .nmlBtn_icon {
  display: none;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item:first-child {
  margin-bottom: 5px;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .nmlBtn_icon {
  display: none;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_itemLink {
  padding: 0;
  background-position: right 5px center;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_text {
  padding-left: 2px;
}
.btnFollowList .followMenu_btnWrap .followMenu_btnCol .nmlBtn .nmlBtn_item .main {
  font-size: 12px;
}
/* col2-64 */
.btnFollowList .followMenu_btnWrap.col2-64 .followMenu_btnCol:first-child {
  float: left;
  width: 54%;
}
.btnFollowList .followMenu_btnWrap.col2-64 .followMenu_btnCol:last-child {
  float: right;
  width: 44%;
}
/* col2-55 */
.btnFollowList .followMenu_btnWrap.col2-55 .followMenu_btnCol {
  float: left;
  width: calc(50% - 5px);
}
.btnFollowList .followMenu_btnWrap.col2-55 .followMenu_btnCol:last-child {
  float: right;
}
/* col3 */
.btnFollowList .followMenu_btnWrap.col3 {
  display: flex;
  align-items: top;
  justify-content: space-between;
  width: 100%;
}
.btnFollowList .followMenu_btnWrap.col3 .followMenu_btnCol {
  width: 100%;
}
.btnFollowList .followMenu_btnWrap.col3 .followMenu_btnCol:nth-child(2) {
  margin: 0 5px;
}
.btnFollowList .followMenu_btnWrap.col3 .followMenu_btnCol .nmlBtn.row1 .nmlBtn_itemLink .main {
  font-size: 11px;
}
.btnFollowList .followMenu_btnWrap.col3 .followMenu_btnCol .nmlBtn.row2 .nmlBtn_itemLink .main {
  font-size: 11px;
}