@charset "UTF-8";

body,html{
min-width:320px;
}

/* ヘッダー・フッター共通リセット */
header,footer{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1;
	font-weight:500;
}
header h1 *, header .pcNav *, footer * {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
	font-weight:500;
}
input, select {
  vertical-align: middle;
}

/*サイト共通*/
img{
/*  margin:0;*/
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    justify-content:center;
}
footer a {
	text-decoration: none;
}

input[type="text"]:focus {
  outline: 0;
}

.pankuzu ul {
  width: 98%;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
  font-size: 11px;
  list-style-type: none;
}
.pankuzu li {
  float: left;
}
.pankuzu li a {
  color: #0f1350;
}
.pankuzu li a:hover {
  text-decoration: underline;
}
.pankuzu li:not(:last-child) {
  margin-right: 30px;
}
.pankuzu li a.linkIcon::after {
  right: -15px;
}

@media screen and (max-width: 767px) {
  .pankuzu {
    border-top: none;
  }
  .pankuzu ul {
    width: 98%;
    margin: 0 auto 0 2%;
    padding: 7px 0;
    font-size: 9px;
  }
  .pankuzu ul li {
    display: inline-block;
    float: none;
    line-height: 1.3;
  }
  .pankuzu li:not(:last-child) {
    margin-right: 20px;
  }
  .pankuzu li a.linkIcon::after {
    right: -10px;
  }
}

/*ヘッダー*/
header {
  padding: 10px 0 20px;
  z-index: 9999;
  background-color:rgba(255, 255, 255, .9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  max-width: 1200px;
  width: 98%;
  margin:0 auto;
  border-radius: 0 0 20px 20px;
}
header.fixed {
  border-bottom:none;
  margin:0 auto;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .inner {
  max-width: 1080px;
  width: 100%;
  min-height: 46px;
  margin: 0 auto;
  position: relative;
}
h1 {
  position: relative;
  z-index: 9;
  display: flex;
}
header .inner h1 {
  z-index: 11;
}
h1 .logo {
  background-image: url("/assets/img/common/logo.png");
  background-size: 120px;
  background-repeat: no-repeat;
  width: 120px;
  height: 54px;
  position: absolute;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  left: 0;
  top: 16px;
  text-decoration: none;
}
h1 .m_logo {
  background-image: url("/assets/img/common/mizuho_logo.png");
  background-size: 130px;
  background-repeat: no-repeat;
  width: 125px;
  height: 64px;
  position: absolute;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  right: 0;
  top: 10px;
  text-decoration: none;
}
header.fixed h1 .logo {
  background-size: 83.8px;
  width: 83.8px;
}
header.fixed h1 .m_logo {
  background-size: 98px;
  width: 98px;
}
header nav.pcNav {
  position: relative;
  z-index: 10;
  min-height: 56px;
  padding:10px 0;
}
@media screen and (max-width: 767px) {
	header nav.pcNav {
		display: none;
	}
  h1 .m_logo {
    background-image: url(/assets/img/common/mizuho_logo.png);
    background-size: 70px;
    background-repeat: no-repeat;
    width: 70px;
    height: 50px;
    top: 0;
  }
  h1 .logo {
    top: 0;
  }
}

header nav.pcNav .globalNav , header nav.pcNav .subNav , header nav.pcNav .srchBox {
	float: right;
  bottom: auto;
  margin-right: 140px;
}
header nav.pcNav li {
	float: left;
}
header nav.pcNav li a {
	color: #333333;
	text-decoration: none;
}

header nav.pcNav .globalNav {
  max-width: 940px;
  width: 80%;
  font-size: 14px;
  font-weight: bold;
  height: 23px;
  margin: 6px 80px;
}
header.fixed nav.pcNav .globalNav {
  max-width: 900px;
  width:100%;
  position: absolute;
  bottom: -2px;
  right: -70px;
}
header nav.pcNav .globalNav > li  > a {
	position: relative;
	display: inline-block;
  padding: 3px 28px;
}
header nav.pcNav .globalNav > li:not(:last-child)  > a {
  border-right: 1px solid #ccc;
}
header nav.pcNav .globalNav > li > a.active {
  color: #0f1350;
}
header nav.pcNav .globalNav > li > a span {
  position: relative;
}
header nav.pcNav .globalNav > li > a span:before{
  position: absolute;
  top: 1.5em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #0f1350;
  transition: .5s;
}
header nav.pcNav .globalNav > li > a:hover {
	color: #0f1350;
}
header nav.pcNav .globalNav > li > a:hover span:before{
  width: 100%;
}
.globalNav li {
  position: relative;
}
.globalNav li.drop ul {
  position: absolute;
  padding-top: 0;
  margin-top: 30px;
  top: auto;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.globalNav li .drop:hover ul{
  margin-top:30px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.globalNav li.drop ul li {
  overflow: hidden;
  height: 0;
  transition: .5s;
}
.globalNav li.drop:hover ul li {
  overflow: visible;
  height: 40px;
}

.globalNav li.drop ul li a {
  width: 225px;
  box-sizing: border-box;
  padding: 13px 0 13px 24px;
  display: inline-block;
  position: relative;
  transition: .3s;
}
.globalNav li.drop ul li a::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  margin-top: -4px;
  right: 20px;
}
.globalNav li.drop ul li a:hover {
  background-color: #3e4171;
  color: #FFF;
}
.globalNav li.drop ul li a:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
header nav.pcNav .globalNav_1 {
  max-width: 855px;
  font-size: 14px;
  font-weight: bold;
  height: 33px;
  display: flex;
  margin:0 125px 10px 0;
  float:right;
  align-items: center;
}
header.fixed nav.pcNav .globalNav_1 {
  max-width: 780px;
  position: absolute;
  bottom: auto;
  right: 0;
}
header nav.pcNav .globalNav_1 .loginArea{
  display: flex;
  align-items: center;
  margin-right: 230px;
}
header.fixed nav.pcNav .globalNav_1 .loginArea{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
header nav.pcNav .globalNav_1 .loginArea .loginTxt{
  color:#0F1350;
  font-weight: bold;
}
header nav.pcNav .globalNav_1 .loginBtn{
  background-color: #0F1350;
  padding:9px 0;
  top: -9px;
  border-radius: 20px;
  width: 200px;
  margin:0 20px 0 10px;
}
header nav.pcNav .globalNav_1 .loginBtn span{
  color:#fff;
  padding-left: 1.5em;
}
header nav.pcNav .globalNav_1 .loginBtn span::before{
  content:url("/assets/img/common/login_icn.png");
  margin-right: 0.5rem;
  top: auto;
}
header nav.pcNav .globalNav_1 .loginBtn:hover {
  background-color: #3e4171;
  color: #FFF;
}
header.fixed nav.pcNav .globalNav_1 .loginBtn{
  padding:5px 0;
  top: -9px;
  width: 180px;
  margin:0 20px 0 10px;
}
header.fixed nav.pcNav .globalNav_1 .loginBtn span{
  padding-left: 1em;
}
header .srchBox .searchInner,header.fixed .srchBox ,header .srchBox_mn,header.fixed .srchBox_mn .searchOut,header .srchBox .searchOpen{
  display: none;
}
header .searchOpen {
  display: none;
}
header.fixed .searchBox {
  display: none;
}
header .srchBox .faqLink {
  display: none;
}
header .srchBox{
  background-color: #eeeeee;
  padding: 5px 18px;
  border-radius: 18px;
  z-index: 11;
}
header .srchBox_mn{
  position: absolute;
  width: 320px;
  background-color: #ecf0f3;
  padding: 10px;
  top: 60px;
  right: -20px;
  border-radius: 10px;
  height: 82px;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 11;
}
header.fixed .srchBox_mn {
  display: none;
  position: absolute;
  width: 320px;
  background-color: #ecf0f3;
  padding: 10px;
  top:60px;
  right: -20px;
  border-radius: 10px;
  height: 82px;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
header.fixed .searchOpen {
  display: block;
  position: absolute;
	top:18px;
	right: 120px;
  width: 16px;
  height: 16px;
  background:url("/assets/img/common/head_search.png") no-repeat 0 0;
  background-size: 16px;
  cursor: pointer;
  z-index: 11;
}
header .searchOpen.open {
  background:url("/assets/img/common/icon_close.png") no-repeat 0 0;
  background-size: 16px;
}
header .searchOpen:hover {
  opacity: .7;
}
header .srchBox_mn .searchInner {
  display: block;
  width: 36px;
  transition: 0.5s;
  position: absolute;
  top: 10px;
  right: 10px;
}
header .srchBox_mn .searchInner:hover {
  opacity: .7;
  transition: 0.5s;
}
header .srchBox_mn form {
  overflow: hidden;
}
header .srchBox input {
	background-color: #eeeeee;
	border: none;
  font-size: 14px;
}
header .srchBox_mn #SS_searchQuery {
  background-color:#FFF;
  float: left;
  width: 282px;
  height: 34px;
  margin-bottom: 10px;
  border: none;
}
header .srchBox_mn .faqLink {
  display: block;
}
header .srchBox_mn .faqLink a {
  display: block;
  padding: 12px;
  font-size: 12px;
  color: #0f1350;
  background-color: #FFF;
}
header .srchBox_mn .faqLink a.linkIcon::after {
  border-top: 1px solid #0f1350;
  border-right: 1px solid #0f1350;
  right: 15px;
  transition: 0.5s;
}
header .srchBox_mn .faqLink a:hover {
  background-color: #0f1350;
  color: #FFF;
  transition: 0.5s;
}
header .srchBox_mn .faqLink a.linkIcon:hover::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: 0.5s;
}
header .spSrchBtn {
	display: none;
}
 @media screen and (min-width: 768px) {
  .spNav {
    display: none;
  }
 }
@media screen and (max-width: 767px) {
    header {
      display: none;
    }
   .spNav {
     position: fixed;
     top:62px;
     border-top: none;
     width: 98%;
     left:1%;
     height: 55px;
     z-index: 9999;
     transition: .5s;
     border-bottom:none;
     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
     margin:0 auto;
     border-radius: 0 0 20px 20px;
    }
    body.user_pc .spNav {
     top: 0;
    }
   .spNav.fixed {
     position: fixed;
     top: 0;
     background-color: rgba(255, 255, 255, 1);
     transition: none;
     border-bottom:none;
     height: 48px;
   }
   .spNav.open,.spNav.srchOpen {
     position: fixed;
     top: 0;
     transition: .5s;
     border-bottom:none;
   }
   .spNav .spHeader {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    transition: .5s;
    box-sizing: border-box;
    z-index: 20;
    background-color:#FFF;
    border-radius: 0 0 20px 20px;
   }
   body.spNav_fixed .spNav .spHeader {
     background-color:#FFF;
     height: 55px;
   }
   .spNav.fixed .spHeader {
     padding: 5px 10px;
   }
   .spNav .spHeader .logo {
     background-image: url("/assets/img/common/logo.png");
     background-size: 100%;
     background-repeat: no-repeat;
     width: 70px;
     height: 40px;
     display: block;
    }
    .spNav .spHeader .logo a {
      width: 90px;
      height: 40px;
      position: absolute;
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      left: 0;
      top: 0;
    }
    .spNav.fixed .spHeader .logo {
      width: 75px;
      transition: .5s;
      height: 35px;
    }
    .spNav.fixed .spHeader .logo a {
      width: 75px;
    }
   .spNav .spHeader .spSrchBtn {
     display: block;
     position: absolute;
     top: 15px;
     right: 120px;
     width: 19px;
     height: 30px;
     overflow: hidden;
     background: url("/assets/img/common/icon_spnavSrch_open.png") no-repeat 0 0;
     background-size: 19px;
   }
   .spNav.srchOpen .spHeader .spSrchBtn {
     background: url("/assets/img/common/icon_spnavSrch_close.png") no-repeat 0 0;
     background-size: 19px;
     top: 15px;
   }

   .spNav .spHeader .spNavBtn {
    background-image: url("/assets/img/common/sp_nav_openBtn.png");
    background-repeat: no-repeat;
    background-position: 0 22px;
    background-size: 28px;
    height: 32px;
    width: 28px;
    display: block;
    position: absolute;
    top: 15px;
    right: 80px;
    height: 32px;
    overflow: hidden;
    transition: .5s;
    text-align: center;
   }
  .spNav.srchOpen .spHeader .spNavBtn {
     top: 15px;
   }
   .spNav.fixed .spHeader .spSrchBtn,.spNav.fixed .spHeader .spNavBtn {
     height: 20px;
     top: 15px;
   }
   .spNav .searchInput {
     display: none;
     width: 100%;
     line-height: 2;
     box-sizing: border-box;
     z-index: 10;
     font-size: 11px;
     padding: 10px;
     background-color: #ecf0f3;
     border-radius: 10px;
     position: absolute;
     top:55px;
   }
   .spNav .searchInput #SS_searchForm {
     overflow: hidden;
   }
   .spNav .searchInput #SS_searchForm #SS_searchQuery {
     width: 87%;
     height: 42px ;
     padding: 5px 8px ;
     font-size: 16px ;
     box-shadow: none ;
     border: none;
     border-radius: 3px 0 0 3px;
     color: #666666;
     box-sizing: border-box;
     float: left;
   }
   .spNav .searchInput #SS_searchSubmit {
    width: 13%;
    height: 42px;
    box-shadow: none ;
    border-radius:0 3px 3px 0;
    box-sizing: border-box;
    background-image: url("/assets/img/common/icon_searchInner.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    border: none;
    font-size: 0;
  }
  .spNav .searchInput .faqLink a {
    display: block;
    padding: 10px 2%;
    background-color: #FFF;
    width: 96%;
    margin: 5px 0 0;
    color: #0f1350;
  }
  .spNav .searchInput .faqLink .linkIcon::after {
    right: 10px;
    border-top: 1px solid #0f1350;
    border-right: 1px solid #0f1350;
  }
  .spNav.fixed .searchInput {
     position: absolute;
     top:48px;
   }
    /*ハンバーガーアイコン*/
   .menu-trigger,
   .menu-trigger span {
   	display: inline-block;
   	transition: all .4s;
   	box-sizing: border-box;
   }
   .menu-trigger {
   	position: relative;
   	width: 24px;
   	height: 16px;
   }
   .menu-trigger span {
   	position: absolute;
   	left: 0;
   	width: 100%;
   	height: 2px;
   	background-color: #10124f;
   	border-radius: 4px;
   }
   .menu-trigger span:nth-of-type(1) {
   	top: 0;
   }
   .menu-trigger span:nth-of-type(2) {
   	top: 7px;
   }
   .menu-trigger span:nth-of-type(3) {
   	bottom: 0;
   }
  .spNav.open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .spNav.open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .spNav.open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}
    /*ハンバーガーアイコン ここまで*/
@media screen and (max-width: 767px) {
    body.spNav_fixed {
      overflow: hidden;
      height: 100vh;
      position: fixed;
    }
    body.spNav_fixed::before {
      content: "";
      display: block;
      overflow: hidden;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      background-color:rgba(15, 19, 80, .9);
    }
   .spNav .scrollWrap {
     display: none;
     width: 100%;
     height: 80vh;
     overflow-y: scroll;
     line-height: 2;
     box-sizing: border-box;
     z-index: 10;
     font-size: 11px;
     padding-bottom: 50px;
     top: 55px;
     position: absolute;
   }
   .spNav.fixed .scrollWrap {
     position: absolute;
     top:48px;
   }
    .spNav .scrollWrap a {
      color: #0f1350;
    }
    .spNav .scrollWrap .btns {
      padding: 10px;
      background-color: #ecf0f3;
      border-radius: 10px 10px 0 0;
    }
    .spNav .scrollWrap .btns .mainNav {
      overflow: hidden;
    }
    .spNav .scrollWrap .btns .mainNav a {
      width: 45%;
      padding: 10px 2%;
      display: block;
      background-color: #FFF;
      margin-bottom: 5px;
      float: left;
      background-image: url("/assets/img/common/menu_icon_pc.png");
      background-repeat: no-repeat;
      background-position: 95% 50%;
      background-size: 16px;
    }
    .spNav .scrollWrap .btns .mainNav a.linkIcon {
      background-image: none;
    }
    .spNav .scrollWrap .btns .mainNav .sp_loginBtn {
      background-color: #0f1350;
      color: #FFF;
      letter-spacing: -1px;
      background-image: url("/assets/img/common/menu_icon_login.png");
    }
    .spNav .scrollWrap .btns .mainNav .sp_registrationBtn {
      background-color: #4b4e7c;
      color: #FFF;
      background-image:url("/assets/img/common/menu_icon_registration.png");
    }
    body .spNav .scrollWrap .btns .mainNav a.appget {
      width: 96%;
      margin-right: 0;
      background-color: #bec8d7;
    }
    body.user_android .spNav .scrollWrap .btns .mainNav a.appget.ios {
      display: none;
    }
    body.user_ios .spNav .scrollWrap .btns .mainNav a.appget.android {
      display: none;
    }

    .spNav .scrollWrap .btns .mainNav a:nth-child(odd) {
      margin-right: 2%;
    }
    .spNav .scrollWrap .btns .hasUCcard {
      display: block;
      padding: 10px 2%;
      background-color: #FFF;
      width: 96%;
      margin-bottom: 5px;
    }
    .spNav .scrollWrap .linkIcon::after {
      right: 13px;
      border-top: 1px solid #0f1350;
      border-right: 1px solid #0f1350;
    }
    .spNav .scrollWrap .btns .subNav {
      overflow: hidden;
      background-color: #fff;
      font-size: 10px;
      padding: 10px 0;
    }
    .spNav .scrollWrap .btns .subNav li {
      width: 33%;
      float: left;
    }
    .spNav .scrollWrap .btns .subNav li a {
      width: 100%;
      height: 65px;
      display: block;
      padding: 5px;
      box-sizing: border-box;
      line-height: 1em;
      background-repeat: no-repeat;
      background-position:50% 0;
      padding-top: 45px;
      background-size: 27px;
      position: relative;
    }
    .spNav .scrollWrap .btns .subNav li:nth-child(2) a::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      bottom: 5px;
      right: 5px;
      background-image: url("/assets/img/common/menu_icon_pc.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 16px;
    }
    .spNav .scrollWrap .btns .subNav li:nth-child(1) a{
      background-image:url("/assets/img/common/menu_icon_tel.png");
      padding-top: 40px;
    }
    .spNav .scrollWrap .btns .subNav li:nth-child(2) a{
      background-image:url("/assets/img/common/menu_icon_pen.png");
    }
    .spNav .scrollWrap .btns .subNav li:nth-child(3) a{
      background-image:url("/assets/img/common/menu_icon_qa.png");
      text-align: center;
    }
    .spNav .scrollWrap .btns .subNav li:not(:last-child) a {
      border-right: 1px solid #ddd;
    }
    .spNav .scrollWrap .menu {
      background-color: #ecf0f3;
      border-radius: 0 0 10px 10px;
      padding: 0 10px 10px 10px;
    }
    .spNav .scrollWrap .menu ul li h3 {
      width: 96%;
      padding: 10px 2%;
      margin-bottom: 1px;
      background-color: #fff;
      font-weight: normal;
      background-image:url("/assets/img/common/menu_icon_close.png") ;
      background-repeat: no-repeat;
      background-position: 95% 50%;
      background-size: 9px;
    }
    .spNav .scrollWrap .menu ul li h3.open {
      background-image:url("/assets/img/common/menu_icon_open.png") ;
    }
    .spNav .scrollWrap .menu ul li .links {
      display: none;
    }
    .spNav .scrollWrap .menu ul li .links li {
      padding: 0 2%;
      width: 96%;
    }
    .spNav .scrollWrap .menu ul li .links li a.icon_pc,.spNav .scrollWrap .menu ul li .links li a.icon_blank {
      display: inline-block;
      width: 100%;
      padding: 10px 0;
      background-repeat: no-repeat;
      background-position: 98% 50%;
      background-size: 16px;
    }
    .spNav .scrollWrap .menu ul li .links li a.linkIcon {
      display: inline-block;
      width: 100%;
      padding: 10px 0;
    }
    .spNav .scrollWrap .menu ul li .links li a.icon_pc {
      background-image:url("/assets/img/common/menu_icon_pc.png");
    }
    .spNav .scrollWrap .menu ul li .links li a.icon_blank {
      background-image:url("/assets/img/common/menu_icon_window.png");
    }
    .spNav .scrollWrap .menu ul li .links li:not(:last-child) a {
      border-bottom: 1px solid #ddd;
    }   
    .spNav, .spNav.open, .spNav.srchOpen{
      background-color: rgba(255, 255, 255, 1);
      z-index: 10000;
    }
}
/*ヘッダー*/

/*フッター*/
footer {
	background-color: #0f1350;
	color: #fff;
	padding: 60px 0 20px;
}
footer .inner {
	width: 90%;
	margin: 0 auto 120px;
	overflow: hidden;
}
footer li {
	list-style-type: none;
	margin-bottom: 13px;
}
footer h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0 11px 25px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
footer li a {
	color: #fff !important;
	font-size: 12px;
}
footer li a:hover {
	text-decoration: underline;
}
footer .aboutUs {
	width: 520px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}
footer .aboutUs h3 {
	background-image: url("/assets/img/common/icon_aboutUs.png");
}
footer .aboutUs ul {
  float: left;
  width: 50%;
}
footer .aboutUs li {
}
footer .footerInfo {
	width: 240px;
	float: left;
}
footer .footerInfo h3 {
	background-image: url("/assets/img/common/icon_footerInfo.png");
}
footer .footerBnrs {
	width: 240px;
	float: right;
}
footer .footerBnrs a {
	margin-bottom: 2px;
	display: block;
}
footer .footerBnrs img {
	display: block;
  width: 100%;
}
footer .footerBnrs img:hover {
  opacity: .9;
}
footer .footerBnrs .ft_privacymark {
  text-align: right;
  margin-top: 20px;
}
footer .footerBnrs .ft_privacymark img {
  width: 100px;
  background-color: #FFF;
  display: inline;
}
footer small.copyright {
	text-align: center;
	display: block;
	font-size: 10px;
}
footer.footer_member .inner {
  margin: 0 auto 60px;
}
footer.footer_member .inner .footerInfo ul {
  margin-bottom: 30px;
}
footer.footer_member .inner .footerInfo .snsIcons {
  display: flex;
  width: 134px;
  justify-content:space-between;
}
footer.footer_member .inner .footerInfo .snsIcons a:hover img {
  opacity: .7;
}
footer.footer_member .footerBnrs {
  width: 740px;
  float: none;
  margin: 0 auto 60px;
  overflow: hidden;
}
footer.footer_member .footerBnrs a {
  width: 240px;
  float: left;
}
footer.footer_member .footerBnrs a:not(:last-child) {
  margin-right: 10px;
}
footer.footer_member .hasCard {
  width: 240px;
  float: left;
  margin-right: 40px;
  letter-spacing: -1px;
}
footer.footer_member .hasCard h3 {
	background-image: url("/assets/img/common/icon_footer_hasCard.png");
  padding: 2px 0 11px 30px;
}

@media screen and (max-width: 767px) {
  footer {
  	padding: 30px 0 13px;
  }
  footer .inner {
   width: 90%;
   margin: 0 auto 75px;
  }
  footer .aboutUs {
    width: 100%;
   float: none;
   margin-bottom: 30px;
  }
  footer .aboutUs ul {
    float: none;
    width: 100%;
  }
  footer .footerInfo {
  	width: 100%;
  	float: none;
  margin-bottom: 30px;
  }
  footer .footerBnrs {
  	width: 100%;
  	float: none;
  }
  footer .footerBnrs a {
  	margin-bottom: 10px;
  }
  footer .footerBnrs img {
    width: 100%;
    height: auto;
  }
  footer.footer_member .inner {
    margin: 0 auto 30px;
  }
  footer.footer_member .footerInfo {
    margin-bottom: 0;
  }
  footer.footer_member .footerBnrs {
    width: 90%;
    float: none;
    margin: 0 auto 75px;
    overflow: hidden;
  }
  footer.footer_member .footerBnrs a {
    width: 100%;
    float: none;
  }
  footer.footer_member .hasCard {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  footer ul li a {
    position: relative;
  }
  footer ul li a.pcSite::after {
    content: "";
    position: absolute;
    display: block;
    background: url('/assets/img/common/icon_pcSite_white.png') no-repeat 50% 50%;
    background-size: 13px;
    width: 13px;
    height: 10px;
    top: 2px;
    right: -20px;
  }
}


/*フッター*/