@charset "shift_jis";

/* ==========================================================
 footer
========================================================== */
.footer {
	width: 100%;
	min-width: 960px;
}
.footer-in {
	text-align: left;
	padding-bottom: 50px;
}
#common_resp_footer .footer-in {
    text-align: left;
    padding-bottom: 110px;
}
.box-footer-info {
    padding: 100px 0 35px;
    background: url("/7card/usr/file/attachment/bg_blue_02.jpg") 0 0 repeat;
    background-size: 4px;
}
@media screen and (max-width: 768px) {
	.footer {
		min-width: 0;
	}
    #common_resp_footer .footer-in {
		padding-bottom: 50px;
    }
    .box-footer-info {
		padding: 50px 0;
	}
}


  /*  box-footer-pc  */
    .box-footer-pc {
		margin-bottom: 35px;
		padding-bottom: 90px;
		border-bottom: 1px solid #5579af;
		overflow: hidden;
    }
	.box-footer-pc .inner {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.box-footer-pc .footer-links-pc + .title {
		margin-top: 20px;
	}
	.box-footer-pc .title {
		position: relative;
		margin-bottom: 15px;
		padding-left: 15px;
		color: #fff;
		font-weight: bold;
	}
	.box-footer-pc .title:before {
		content: "";
		position: absolute;
		top: 7px;
		left: 0;
		width: 4px;
		height: 5px;
		background: url("/7card/usr/file/attachment/ico_arrow_right_01.png") 0 0 no-repeat;
		background-size: 4px 5px;
	}
	.box-footer-pc .title a{
		color:#fff;
	}
	.box-footer-pc .btn {
		float: right;
		width: 180px;
		padding: 10px;
		border: 1px solid #fff;
		border-radius: 5px;
		color: #fff;
	}

	.footer-links-pc .item{
		margin-bottom: 10px;
	}
	.footer-links-pc .item a {
		display: inline-block;
		position: relative;
		padding-left: 15px;
		color: #fff;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.footer-links-pc .item a:before {
		content: "";
		position: absolute;
		top: 9px;
		left: 0;
		width: 4px;
		height: 5px;
		margin-top: -3px;
		background: url("/7card/usr/file/attachment/ico_arrow_right_01.png") 0 0 no-repeat;
		background-size: 4px 5px;
		transition: transform 0.3s ease;
	}
	.footer-links-pc .item a:hover:before {
		transform: translateX(4px);
	}

/*  footer-link  */
  .footer-link {
    display: -webkit-flex;
    display: flex;
  }
    .footer-link .item {
      padding: 0 20px;
      border-left: 1px solid #fff;
      line-height: 1.1;
    }
      .footer-link .item:first-child { border-left: none;}
      .footer-link .item a {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
      }
        .footer-link .item a:hover { text-decoration: underline;}

@media screen and (min-width: 769px) {
  .footer-link {
      margin-top:5px;
  }
  .footer-link:first-of-type {
    margin:0;
  }
}
@media screen and (max-width: 768px) {
  .footer-link { display: block;}
    .footer-link .item {
      margin-bottom: 10px;
      padding: 0;
      border-left: none
    }
       .footer-link .item a:hover { text-decoration: none;}
}
/*  box-footer-logo  */
  .box-footer-logo .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
  }
    .box-footer-logo .logo {
      display: block;
      width: 28%;
    }
      .box-footer-logo .logo img { width: 100%;}
    .box-footer-logo .list {
      display: -webkit-flex;
      display: flex;
    }
      .box-footer-logo .list .item { margin-left: 25px;}
@media screen and (max-width: 768px) {
  .box-footer-logo .inner {
    display: block;
    padding: 30px 0;
  }
    .box-footer-logo .logo {
      width: 70%;
      margin: 0 auto 10px;
    }
    .box-footer-logo .list {
      -webkit-justify-content: center;
      justify-content: center;
      margin-left: -25px;
    }
      .box-footer-logo .list .item {
        font-size: 10px;
        font-size: 1rem;
      }
}
/*  footer-copyright  */
.footer-copyright {
  padding: 15px 0;
  border-top: 1px solid #d4daea;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    padding: 9px 0;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media print {
  footer {
	min-width: 0;
  }
  .box-footer-info {
	display: none;
  }
  #common_resp_footer .footer-in {
	padding-bottom: 0;
  }
  .box-footer-logo .logo {
	width: 30%;
	max-width: 342px;
  }
  .box-footer-logo .inner {
	display: block;
  }
  .footer-copyright {
	margin: 0 auto;
	text-align: left;
  }
}

.no-float-footer #common_resp_footer .footer-in {
  padding-bottom: 0;
}

body[data-lp-name="cp7plus"] #common_resp_footer .footer-in {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  body[data-lp-name="cp7plus"] #common_resp_footer .footer-in {
    padding-bottom: 50px;
  }
}




/* ==========================================================
 footer-button-area
========================================================== */
.footer-button-area .footer-list-button {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 1rem 0;
    background: #f1f1f1;
    border-top: 1px solid #d9d9d9;
	height: 50px;
    box-sizing: content-box;
}
.footer-button-area .footer-list-button .new_membership {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    /*background-color: #2b589b;*/
	background: linear-gradient(145deg, #274f8c, #3c75cb);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    text-decoration: none;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0 0 0 2rem;
    text-align: center;
}
.footer-button-area .footer-list-button .new_membership:hover {
	opacity: 0.7;
}
.footer-button-area .footer-list-button .new_membership span {
	position: relative;
}
.footer-button-area .footer-list-button .new_membership span::before {
	content: "";
    display: block;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: -23%;
    transform: translateY(-50%);
	background-image: url("/7card/usr/file/attachment/ico_header_card_02_w.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/*エントリー型キャンペーン*/
.page-customer .footer-button-area .footer-list-button {
	display: none;
}
/*新規入会/LP*/
.no-float-footer #common_resp_footer .footer-button-area .footer-list-button {
	display: none;
}
/* X メルマガ */
.footer__sns {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-right: 2em;
}
.footer__sns li img{
  border: 2px solid #fff;
  border-radius: 50%;
  width: 3em;
}

.footer__sns--only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
	.footer-button-area .footer-list-button {
		width: calc(100% - 50px);
		padding: 0.5rem 0;
		height: 50px;
		box-sizing: border-box;
	}
	.footer-button-area .footer-list-button .new_membership {
		font-size: 1.5rem;
		width: 90%;
		height: 40px;
	}

  .footer__sns--only-sp {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .footer__sns--only-sp li img{
    width: 3.5em;
  }

}






/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 110;
}
.btn-cmn-pagetop a {
	position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #2b5899;
}
.btn-cmn-pagetop a::before {
	content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    transform: rotate(-45deg) translate(-20%, -40%);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
.btn-cmn-pagetop a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.btn-cmn-pagetop {
		display: block;
	}
	.btn-cmn-pagetop a {
		width: 50px;
		height: 50px;
	}
	.btn-cmn-pagetop a::before {
		width: 15px;
		height: 15px;
	}
	.btn-cmn-pagetop a:hover {
		text-decoration: none;
	}
}
