@charset "utf-8";

/* ==================================================
elements
================================================== */
body {
  padding-top: 65px;
}
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;
  overflow-x: hidden;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.innerWrap:after {
  content: "";
  display: block;
  clear: both;
}
hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 20px 0;
  background: #dfe6e7;
}
a {
  color: #126de0;
  text-decoration: underline;
}
a.pdf {
  padding-right: 32px;
  background: url(/common/images/icon_pdf_red.svg) no-repeat right 5px center;
  background-size: 24px 12px;
}
a.blank {
  padding-right: 22px;
  background: url(/common/images/icon_blank_red.svg) no-repeat right 5px center;
  background-size: 10px 10px;
}
a.anchor {
  padding-right: 20px;
  background: url(/common/images/arrow_bottom_red.svg) no-repeat right 6px center;
}
.tran {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.imgCap {
  font-size: 12px;
}
/* 画像を左右反転 */
.img-flipHorizontal {
  transform: scale(-1, 1);
}


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

/* --------------------------------------------------
header__logo
-------------------------------------------------- */
.header__logo {
  float: left;
  padding: 7px 0 0 5px;
}
.header__logo .header__heading {
  display: inline-block;
  width: 130px;
  height: 33px;
  margin-bottom: 5px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: bottom;
  background: url(/common/images/logo.svg) no-repeat left top;
  background-size: contain;
}
.header__codes {
  font-size: 10px;
  text-align: right;
  color: #222;
}

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

/* --------------------------------------------------
header__mainNav
-------------------------------------------------- */
#header__mainNav {
  position: relative;
  height: 65px;
  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 > .innerWrap {
  overflow: hidden;
  height: 65px;
}
#header__mainNav ul#gNav {
  display: none;
}

/* gNav2 */
#header__mainNav ul#gNav2 {
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 1;
  font-size: 0;
  height: 65px;
  overflow: hidden;
}
#header__mainNav ul#gNav2 li {
  display: inline-block;
}
#header__mainNav ul#gNav2 li .inner{
  display: block;
  font-weight: bold;
  padding: 45px 7px 0;
  height: 65px;
  text-align: center;
  font-size: 9px;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: auto 24px;
}
#header__mainNav ul#gNav2 li.login .inner{
  background-image: url(/common/images/icon_user_red.svg);
  color: #d82433;
}
#header__mainNav ul#gNav2 li.login.active .inner{
  background-color: #efefef;
}
#header__mainNav ul#gNav2 li.atm .inner{
  background-image: url(/common/images/icon_location_black.svg);
  color: #222;
}

/* --------------------------------------------------
spMenu
-------------------------------------------------- */
#spMenu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#spMenu .spMenuInner {
  height: 100%;
  padding-top: 65px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#spMenuList li > span,
#spMenuList li > a,
#spMenuList .btnRound > a,
#spMenuList .btnAll > a {
  display: block;
  padding: 20px 27px 20px 8px;
  border-top: 1px solid #a4bfe1;
  font-size: 16px;
  line-height: 1.2;
  color: inherit;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
#spMenuList .top--page {
  margin-left: 17%;
}
#spMenuList .top--page.company {
  margin-left: 15%;
}
#spMenuList .top--page.recruitment {
  margin-left: 19%;
}
/* 第1階層 */
#spMenuList {
  background-color: #004ea2;
  color: #fff;
  text-align: center;
}
/* 第2階層 */
#spMenuList > li > ul {
  background-color: #126de0;
  color: #fff;
  text-align: left;
}
/* 第3階層 */
#spMenuList > li > ul > li > ul{
  background-color: #edf4fd;
  color: #222;
}
/* 第4階層 */
#spMenuList > li > ul > li > ul > li > .box{
  background-color: #d3e6fc;
  color: #126de0;
  overflow: hidden;
}
#spMenuList > li > ul > li > ul > li > .box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
#spMenuList > li > ul > li > ul > li > .box li {
  width: 50%;
  display: table;
}
#spMenuList > li > ul > li > ul > li > .box li > a{
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 0 22px 0 8px;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  border-top: 1px solid #d3e6fc;
  border-right: 1px solid #d3e6fc;
  background-position: right 5px center;
}
#spMenuList > li > ul > li > ul > li > .box li:nth-child(even) > a{
  border-right: none;
}
#spMenuList > li > ul > li > ul > li > .box .btnRound{
  margin: 15px 10px;
}
#spMenuList > li > ul > li > ul > li > .box .btnRound a{
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: none;
  padding: 15px 30px 15px 15px;
  text-align: center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
#spMenuList > li > ul > li > ul > li > .box .btnAll{
  position: relative;
  padding: 15px 0;
}
#spMenuList > li > ul > li > ul > li > .box .btnAll a{
  background: #fff url(/common/images/icon_link_red.svg) no-repeat 20px center;
  background-size: 12px 11px;
  width: 130px;
  margin: 0 auto;
  border: none;
  padding: 13px 0 13px 40px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#spMenuList > li > ul > li > ul > li > .box .btnAll.type--pc a{
  background-image: url(/common/images/icon_pc_red.svg);
  background-size: 18px 12px;
}
#spMenuList > li > ul > li > ul > li > .box .btnAll:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a4bfe1;
}
#spMenuList > li > ul > li > ul > li > .box ul + .btnAll:before{
  display: none;
}

/* 通常リンクボタン */
#spMenuList .type--link > a {
  background-image: url(/common/images/arrow_right_white.svg);
  background-size: 6px 10px;
}
#spMenuList .type--link.red > a {
  background-image: url(/common/images/arrow_right_red.svg);
}
/* PCリンクボタン */
#spMenuList .type--pc > a {
  background-image: url(/common/images/icon_pc_white.svg);
  background-size: 18px 12px;
}
#spMenuList .type--pc.red > a {
  background-image: url(/common/images/icon_pc_red.svg);
}
/* 別窓リンクボタン */
#spMenuList .type--blank > a {
  background-image: url(/common/images/icon_blank_white.svg);
  background-size: 12px 12px;
}
#spMenuList .type--blank.red > a {
  background-image: url(/common/images/icon_blank_red.svg);
}
/* PDFリンクボタン */
#spMenuList .type--pdf > a {
  background-image: url(/common/images/icon_pdf_white.svg);
  background-size: 18px 12px;
}
#spMenuList .type--pdf.red > a {
  background-image: url(/common/images/icon_pdf_red.svg);
}
/* 開閉ボタン */
#spMenuList .type--door > .box{
  display: none;
}
#spMenuList .type--door > span {
  background-image: url(/common/images/icon_acordion_plus_white.svg);
  background-size: 13px 13px;
}
#spMenuList .type--door.red > span {
  background-image: url(/common/images/icon_acordion_plus_red.svg);
}
#spMenuList .type--door > span.active {
  background-image: url(/common/images/icon_acordion_minus_white.svg);
  background-size: 13px 1px;
}
#spMenuList .type--door.red > span.active {
  background-image: url(/common/images/icon_acordion_minus_red.svg);
}

/* 閉じるボタン */
#spMenuFoot {
  width: 100%;
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  background: #fff;
}
#spMenuFoot span {
  display: inline-block;
  width: 130px;
  padding: 13px 0 13px 60px;
  background: #666 url(/common/images/icon_close.svg) no-repeat 41px center;
  background-size: 10px 10px;
  text-align: left;
  line-height: 1.2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* --------------------------------------------------
spMenuBtn
-------------------------------------------------- */
#spMenuBtnWrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 65px;
  padding-top: 16px;
  text-align: center;
  z-index: 30;
}
.spMenuBtn__text {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  font-size: 9px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
#spMenuBtn,
#spMenuBtn span {
  display: inline-block;
}
#spMenuBtn {
  position: relative;
  width: 24px;
  height: 20px;
  z-index: 1;
}
#spMenuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
  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) {
  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);
  }
}
/* active */
#spMenuBtn.active span{
  background: #126de0;
}
#spMenuBtn.active  + .spMenuBtn__text{
  color: #126de0;
  background: #efefef;
}

/* --------------------------------------------------
header__loginBox
-------------------------------------------------- */
#header__loginBoxWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  display: none;
}
#header__loginBox {
  height: auto;
  max-height: 561px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 10px 20px;
  margin-right: 0;
  background: #efefef;
}
#header__loginBox.corporation {
  height: 100%;
  max-height: 187px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 10px 20px;
  margin-right: 0;
  background: #efefef;
}
#header__loginBox .header__loginBoxUpr,
#header__loginBox .header__loginBoxLwr{
  padding: 15px 0 25px;
}
#header__loginBox .title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#header__loginBox .subTitle {
  margin: 10px 0;
  font-size: 14px;
  text-align: center;
}
#header__loginBox .nmlBtn,
#header__loginBox .nmlBtn a{
  height: 62px;
}
#header__loginBox .nmlBtn.color--blue .text--main{
  font-weight: normal;
}
/* header__loginBoxUpr */
#header__loginBox .header__loginBoxUpr{
  border-bottom: 1px solid #ccc;
}
#header__loginBox .header__loginBoxUpr .kojin a{
  background: #126de0;
  -webkit-box-shadow: 0px 4px 0px 0px #0a55b4;
  -moz-box-shadow: 0px 4px 0px 0px #0a55b4;
  box-shadow: 0px 4px 0px 0px #0a55b4;
}
#header__loginBox .header__loginBoxUpr .hojin a{
  background: #394ac6;
  -webkit-box-shadow: 0px 4px 0px 0px #2334b1;
  -moz-box-shadow: 0px 4px 0px 0px #2334b1;
  box-shadow: 0px 4px 0px 0px #2334b1;
}
#header__loginBox .header__loginBoxUpr .linkPc{
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
#header__loginBox .header__loginBoxUpr .linkPc:before{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 20px;
  margin-right: 8px;
  background: url(/common/images/icon_pc_black.svg) no-repeat 0 center;
  background-size: contain;
}
#header__loginBox .header__loginBoxUpr .linkPc a{
  color: #222;
  text-decoration: underline;
}
/* color--lightblue */
.nmlBtn.color--lightblue a {
  background-color: #e4e7ff;
  box-shadow: 0 4px 0 0 #b5b9db;
}
.nmlBtn.color--lightblue.arrow--blank a > span:not(.icon) {
  background-image: url(/common/images/icon_blank_red.svg);
}

/* --------------------------------------------------
header__search
-------------------------------------------------- */
#header__search {
  display: none;
}
#spHeader__search {
  width: 100%;
  background: #efefef;
}
#spHeader__search .innerWrap {
  padding: 15px 10px;
}
#spHeader__search > .innerWrap > form{
  display: flex;
  justify-content: space-between;
}
#spHeader__search .searchtext {
  width: 100%;
  min-width: auto;
  height: 35px;
  margin-right: 2%;
  padding: 0 10px;
  font-size: 13px;
  border: 1px solid #fff;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#spHeader__search .searchtext:focus {
  outline: none;
  border: 1px solid #4676ce;
}
#spHeader__search .search-btn {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 23px;
  font-size: 13px;
  color: #126de0;
  background: #fff url(/common/images/icon_search_blue_02.svg) no-repeat 15px center;
  background-size: 12px 12px;
  border: 1px solid #a4bfe1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
  box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
}

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

/* ==================================================
headCnt
================================================== */
#headCnt {
  position: relative;
  margin-bottom: 0;
  background: #f4f5f5;
  overflow: hidden;
  border-bottom: 0;
}
#headCnt:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-right: -3650px;
  border-style: solid;
  border-width: 0 0 4200px 3600px;
  border-color: transparent transparent #eaedef transparent;
  z-index: 0;
}


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


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

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


/* ==================================================
MV
================================================== */
#mv {
  height: 140px;
  margin-bottom: 0;
  text-align: center;
  background: url(/_dev/common/images/dmy_mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
#mv .innerWrap {
  padding-top: 20px;
}
#mv .mv_title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
#mv .mv_body {
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}


/* ==================================================
inquiry
================================================== */
#inquiry {
}
#inquiry .innerWrap {
  padding: 0;
}
.inquiryBox {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.inquiryBox:nth-child(n+2) {
  border-top: none;
}
.inquiryBox__title {
  padding: 10px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #f4f5f5;
}
.inquiryBox__sec:last-child {
  border-bottom: none;
}
.inquiryBox__sec > .title {
  position: relative;
  padding: 15px 60px 15px 15px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  background-size: 24px 24px;
}
.inquiryBox__sec:last-child > .title {
  border-bottom: 0px solid #ddd;
}
.inquiryBox__sec > .title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #f4f4f4 transparent;
}
.inquiryBox__sec > .title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url(/common/images/icon_acordion_plus_red.svg) no-repeat center center;
  background-size: 17px 17px;
}
.inquiryBox__sec > .title:first-child {
  margin-top: 0;
}

.inquiryBox__sec > .title p {
  display: inline-block;
  min-height: 40px;
  padding: 5px 0 0 50px;
  background: url(/common/images/icon_inquiry_window.svg) no-repeat left center;
  background-size: 40px 40px;
}
.inquiryBox__sec > .title.window p {
  background-image: url(/common/images/icon_inquiry_window.svg);
}
.inquiryBox__sec > .title.phone p {
  background-image: url(/common/images/icon_inquiry_phone.svg);
}
.inquiryBox__sec > .title.homepage p {
  background-image: url(/common/images/icon_inquiry_homepage.svg);
}
.inquiryBox__sec > .title.mobile p {
  background-image: url(/common/images/icon_inquiry_mobile.svg);
}
.inquiryBox__sec > .title.letter p {
  background-image: url(/common/images/icon_inquiry_letter.svg);
}
.inquiryBox__sec > .title.fax p {
  background-image: url(/common/images/icon_inquiry_fax.svg);
}
.inquiryBox__sec > .title.atm p {
  background-image: url(/common/images/icon_inquiry_atm.svg);
}
.inquiryBox__sec > .title.mail p {
  background-image: url(/common/images/icon_inquiry_mail.svg);
}
.inquiryBox__sec > .title p .sub {
  font-size: 12px;
  font-weight: normal;
}
.inquiryBox__sec > .body {
  display: none;
  padding: 20px 10px;
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  border: 10px solid #f4f4f4;
}
.inquiryBox__sec .col2BoxInr {
  padding-bottom: 20px;
}
.inquiryBox__sec .col2Box .title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* button */
.inquiryBox__sec .nmlBtn {
  margin-bottom: 15px;
}


/* active */
.inquiryBox__sec > .title.active {
  border-width: 1px;
  border-color: #f4f4f4;
}
.inquiryBox__sec > .title.active:before {
  margin-left: -8px;
  border-width: 0 8px 10px 8px;
}
.inquiryBox__sec > .title.active:after {
  background-image: url(/common/images/icon_acordion_minus_red.svg);
  background-size: 17px 2px;
}

/* tel fleedial */
.inquiryBox__sec .telNumber.icon--freedial a,
.inquiryBox__sec .telNumber.icon--tel a {
  color: #f29a01;
}
.inquiryBox__sec .telNumber.icon--tel a {
  font-size: 24px;
}



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

/* footer__btns
---------------------------------- */
#footer__btns{
  background: #f4f4f4;
  padding: 20px 10px 0;
}
#footer__btns .roundBtn{
  width: 48%;
  height: 40px;
}
#footer__btns .roundBtn a > span{
  padding-right: 20px;
  padding-left: 10px;
}
#footer__btns .roundBtn .text--main{
  font-size: 12px;
}

/* footer__nav
---------------------------------- */
#footer__nav {
  border-left: 1px solid #ccc;
}
#footer__nav .innerWrap{
  padding: 0;
}
#footer__nav .mainBtn{
  float: left;
  display: block;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 0 0 1.5vw;
  width: 50%;
  line-height: 38px;
  font-size: 3.9vw;
}
#footer__nav .mainBtn.borderR{
  border-right: 1px solid #ccc;
}
#footer__nav .mainBtn.arrow--right{
  background: url("/common/images/arrow_right_red.svg") no-repeat right 8px center;
  background-size: 6px 9px;
}
#footer__nav .mainBtn.arrow--pc{
  background: url("/common/images/icon_pc_black.svg") no-repeat right 1vw center;
  background-size: 12px 12px;
}

/* footer__sitemap
---------------------------------- */
#footer__sitemap {
  background: #005bac;
  margin-bottom: -1px;
}
#footer__sitemap .innerWrap {
  padding-top: 30px;
  padding-bottom: 15px;
}
.footer__sitemapLwr li {
  display: inline-block;
  margin-bottom: 15px;
}
.footer__sitemapLwr li:after,
#footer__sitemap .footer__sitemapLwr li.borderR::after,
#footer__sitemap .footer__sitemapLwr li.sp_borderR::after {
  content: "|";
  display: inline-block;
  margin: 0 3px;
  color: #fff;
}
.footer__sitemapLwr li:last-child:after {
  display: none;
}
.footer__sitemapLwr a {
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
}

/* footer__copy
---------------------------------- */
#footer__copy {
  position: relative;
  padding: 25px 10px;
  color: #fff;
  background: #005bac;
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
}

#footer__copy.type2 {
  background: none;
  color: inherit;
}
#footer__copy.type2 .footer__logo {
  width: 230px;
  margin: 0 auto 10px;
}
#footer__copy.type2 .footer__logo img {
  width: 100%;
}

/* ==================================================
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;
}


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

/* ==================================================
ie_alert （ie10以下のみ）
================================================== */
#ie_alertWrap{
  display: none;
}
