@charset "shift_jis";
.nav-global-new a,
.header-utility a{
	text-decoration: none;
}
.header-links li a:before {
    display: none;

}
*.floating{
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
}
.header {
	position: relative;
	width: 100%;
	text-align: left;
}
.header a:hover {
  text-decoration: none;
}


@media print {
  header {
	display: none;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
		header-service グレー背景
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header-service {
    background-color: #f0f0f0;
    line-height: 1.2;
    overflow: hidden;
	height: 50px;
}
.header-service-inner {
	display: flex;
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.header-service-inner:after {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #e3e3e3;
	position: absolute;
	top: 0;
	right: 100%;
}
.header-service-ttl {
  width: 150px;
  background-color: #fff;
  position: relative;
}
.header-service-ttl:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #e3e3e3;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
}
.header-service-ttl span {
  display: table-cell;
  width: 140px;
  height: 50px;
  vertical-align: middle;
  padding: 0;
  font-size: 1.3rem;
  color: #777;
  font-weight: 500;
  background-color: #e3e3e3;
}
.header-service-items {
    width: 810px;
    display: flex;
}
.header-service-items li {
	width: calc(100% / 3);
	position: relative;
}
.header-service-items li::before {
	content: "";
	display: block;
	width: 1px;
	height: 32px;
	position: absolute;
	top: 20%;
	right: 0;
	background: #d8d8d8;
}
.header-service-items li.header-service-current {
	background: #fff;
}
.header-service-items li.header-service-current:before {
	display: none;
}
.header-service-items li.header-service-7card div {
	background-image: url("/7card/usr/file/attachment/ico_service_7card.png");
}
.header-service-items li.header-service-blank span {
	position: relative;
}
.header-service-items li.header-service-blank span:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url("/7card/usr/file/attachment/ico_link_06.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	top: 0.1em;
	right: 0;
}
.header-service-items li.header-service-nanaco div {
	background-image: url("/7card/usr/file/attachment/ico_service_nanaco.png");
}
.header-service-items li.header-service-sevenbank div {
	padding: 0 0 0 41px;
	background-image: url("/7card/usr/file/attachment/ico_service_sevenbank.png");
	background-position: 5px center;
}
.header-service-items li a {
  display: block;
  color: inherit;
}
.header-service-items li a:hover {
  text-decoration: none;
  background: #d8d8d8;
}
.header-service-items li div {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  padding: 0 0 0 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 35px;
}
.header.fixed .header-service-items li div {
background-position: 17px center;
background-size: 22px;
height: 30px;
}

.header-service-items li b {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
.header-service-items li span {
	display: inline-block;
	font-size: 1rem;
	color: #777;
	letter-spacing: -0.03em;
	padding: 0 13px 0 0;
}
@media screen and (max-width: 768px) {
	.header-service {
		overflow: hidden;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 57px;
		left: 0;
		z-index: 300;
		background-color: transparent;
		opacity: 0;
		transition-duration: 0.2s;
	}
	.header-service.is-show {
		visibility: visible;
		opacity: 1;
	}
	.header-service-inner {
		display: block;
		width: auto;
		z-index: 2;
		transform: translateY(-100%);
	}

	.header-service.is-show .header-service-inner {
		transition-duration: 0.2s;
		transform: translateY(0);
	}
	.header-service-ttl {
	  width: auto;
	  background-color: #e3e3e3;
	  text-align: center;
	}
	.header-service-ttl:before {
	  display: none;
	}
	.header-service-ttl span {
	  display: inline-block;
	  width: auto;
	  height: 50px;
	  line-height: 50px;
	  padding: 0;
	  font-size: 1.4rem;
	  font-weight: 700;
	  background-color: transparent;
	}
	.header-service-ttl span br {
	  display: none;
	}
	.header-service-items {
		width: auto;
		display: block;
		padding: 0 15px;
		background-color: #f0f0f0;
	}
	.header-service-items li {
		width: auto;
	}
	.header-service-items li + li {
		border-top: 1px solid #e3e3e3;
	}
	.header-service-items li:before {
		display: none;
	}
	.header-service-items li a {
		padding-right: 15px;
	}
	.header-service-items li div {
		display: block;
		height: auto;
		padding: 15px 0 15px 50px;
		background-position: left center;
		background-size: 35px;
	}
	.header-service-items li.header-service-sevenbank div {
		padding: 15px 0 15px 50px;
		background-position: left center;
	}
	.header-service-items li b {
		font-size: 1.3rem;
	}
	.header-service-items li span {
		font-size: 1.3rem;
		margin-top: 5px;
	}
	.header-service-items li.header-service-blank span {
		padding-right: 0;
		position: static;
	}
	.header-service-items li.header-service-blank span:before {
		top: 50%;
		margin-top: -5px;
	}
	.header-service-items li div.header-service-sns {
		display: block;
		height: auto;
		padding: 15px 0;
		background-color: #fff;
		text-align: center;
		width: 95%;
		margin: 1rem auto;
	}
	.header-service-items li div.header-service-sns a{
		display: block;
		width: 70%;
		margin: 1rem auto;
		padding: 1rem;
		border-radius: 50px;
		background-color: #4cc764;
		color: #fff;
		position: relative;
		font-size: 1.2rem;
	}
	.header-service-items li div.header-service-sns a::after{
		content: "";
		position: absolute;
		transform: translate(-50%, -50%) rotate(45deg);
		top: 50%;
		right: 5%;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
		border-bottom: 4px solid transparent;
		border-left: 4px solid transparent;
		
	}
	.header-service-items li div.header-service-sns a.line::before,.header-service-items li div.header-service-sns a.twitter::before{
		content: "";
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 12%;
		background-image: url(/7card/usr/file/attachment/icon_line.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 28px;
		height: 28px;
	}
	.header-service-items li div.header-service-sns a.twitter{
		background-color: #1da1f3;
	}
	.header-service-items li div.header-service-sns a.twitter::before{
		background-image: url(/7card/usr/file/attachment/icon_twitter.svg);
		top: 55%;
		width: 20px;
		height: 20px;
	}
	.header-service-items li div.header-service-sns span {
		color: #fff;
		display: block;
		height: auto;
		padding: 0;
		margin: 0;
		font-size: 1.2rem;
	}
	.header-service-bg {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		position: fixed;
		top: 57px;
		left: 0;
		cursor: pointer;
		z-index: 1;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
			ヘッダー固定箇所 PC
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header_fixed{
	background-color: #fff;
    border-bottom: 1px solid #2c599a;
}
.header_fixed_inner{
	width: 960px;
	height: 75px;
    margin: 0 auto;
    position: relative;
    z-index: 200;
    background: #fff;
}

/*------------------logo------------------*/
.header_logo{
	width: 150px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	z-index: 1;
}
.header_logo img{
	width: 100%;
}

.header_utility {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	height: 75px;
}
.header_links-faq{
	position: absolute;
	top: 50%;
    right: 52%;
	transform: translateY(-50%);
}
.header_links-faq span::before{
	content: "";
    background-image: url(/7card/usr/file/attachment/ico_header_faq.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}
.header_links-login{
	position: absolute;
	top: 50%;
    right: 5%;
	transform: translateY(-50%);
}
.header_links-login a span{
	color: #fff;
    background-color: #f5801c;
    padding: 1rem 3rem;
    border-radius: 5px;
    width: 190px;
}
@media screen and (max-width: 768px) {
	.header_utility {
		height: 56px;
	}
	.header_fixed_inner{
		width: 100%;
		height: 56px;
	}
	.header_logo{
		width: 110px;
		left: 5%;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
			ヘッダー固定箇所 SP
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 768px){
	.header_links-sp {
		display: flex!important;
		justify-content: flex-end;
	}
	.header_links-sp li {
		position: relative;
		width: 56px;
		height: 56px;
		float: left;
		padding: 5px 0 0;
		border-left: 1px solid #e9eef5;
		text-align: center;
		cursor: pointer;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.2;
		color: #2b589b;
		letter-spacing: -0.1em;
		white-space: nowrap;
	}
	
	.header_links-sp li div {
		background-repeat: no-repeat;
	}
	.header_links-sp li span {
		display: inline-block;
		transform-origin: center top;
		transform: scale(0.8);
	}


/*------------------nanaco関連サービス------------------*/
	.header_links-sp-service {
		padding: 8px 0 0;
		color: #777;
	}
	.header_links-sp-service div {
		padding: 11px 0 0;
	}
	.header_links-sp-service span span {
		font-size: 1.5rem;
		line-height: 0;
	}
	.header_links-sp-service.is-active {
		padding: 37px 0 0;
		line-height: 1;
		font-size: 0.9rem;
		font-weight: 500;
		text-align: center;
		color: #6d6d6d;
		background: #e3e3e3 url("/7card/usr/file/attachment/ico_close_02.png") center 13px no-repeat;
		background-size: 20px 20px;
	}
	.header_links-sp-service.is-active:before {
		content: "閉じる";
	}
	.header_links-sp-service.is-active div {
		opacity: 0;
	}

/*------------------検索------------------*/
	.header_links-sp-search div {
		padding: 32px 0 0;
		background-image: url("/7card/usr/file/attachment/ico_search_03.png");
		background-position: center 7px;
		background-size: 20px;
	}
	.header_links-sp-search.is-active {
		padding: 37px 0 0;
		line-height: 1;
		font-size: 0.9rem;
		font-weight: 500;
		text-align: center;
		color: #2b589b;
		background: #fff url("/7card/usr/file/attachment/ico_close_01.png") center 13px no-repeat;
		background-size: 20px 20px;
	}
	.header_links-sp-search.is-active:before {
		content: "閉じる";
	}
	.header_links-sp-search.is-active div {
		opacity: 0;
	}

/*------------------よくあるご質問------------------*/
	.header_links-sp-faq div {
		padding: 32px 0 0;
		background-image: url("/7card/usr/file/attachment/ico_header_faq.png");
		background-position: center 5px;
		background-size: 23px;
	}
	.header_links-sp-faq span {
		position: relative;
		left: -5px;
	}
	
/*------------------会員ログイン------------------*/
	.header_links-sp-login {
		color: #f5801c;
	}
	.header_links-sp-login div {
		padding: 32px 0 0;
		background-image: url("/7card/usr/file/attachment/ico_header_login_orange.png");
		background-position: center 5px;
		background-size: 23px;
	}
	
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
					検索
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header-search {
	position: absolute;
	top: 50%;
	right: 25%;
	z-index: 300;
	transform: translateY(-50%);
}
.header-search-box {
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 216px;
}
.header-search-box .input-search {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0 50px 0 10px;
    border: none;
    font-size: 1.1rem;
	outline: none;
}
.header-search-box .btn-search {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 26px;
	border: none;
	border-radius: 0 5px 5px 0;
	background-color: #2c599a;
	background-image: url("/7card/usr/file/attachment/ico_search_02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}
@media screen and (max-width: 768px) {
	.header-search {
		overflow: hidden;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 57px;
		right: 0;
		transform: translateY(0%);
		background-color: transparent;
		opacity: 0;
		transition-duration: 0.2s;
	}
	.header-search.is-show {
		visibility: visible;
		opacity: 1;
	}
	.header-search .header-search-inner {
		padding: 15px;
		background: #fff;
		position: relative;
		z-index: 2;
		transform: translateY(-100%);
	}
	.header-search.is-show .header-search-inner {
		transition-duration: 0.2s;
		transform: translateY(0);
	}
	.header-search-box {
		width: 100%;
	}
	.header-search-box .input-search {
		height: 45px;
		padding: 0 55px 0 10px;
		font-size: 1.4rem;
	}
	.header-search-box .btn-search {
		top: 0;
		right: 0;
		width: 54px;
		height: 46px;
	}
	.header-search .header-search-bg {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
	}
	.header-search.is-show .header-search-bg {
		opacity: 0.5;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
				float nav
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.header_float {
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #2c599a;
}
.header_float_inner{
	width: 960px;
	margin: 0 auto;
}

.nav_list{
	display: flex;
	justify-content: space-around;
}
.nav_list li{
	width: calc(100% / 5);
	text-align: center;
	position: relative;
}
.nav_list li::before{
	content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    background-color: #e9eef5;
    width: 1px;
    height: 35px;
    transform: translateY(-50%);
}
.nav_list li:last-child::before{
	display: none;
}
.nav_list li a{
	padding: 2rem 0 2rem 2rem;
    font-weight: bold;
    font-size: 1.6rem;
    color: #030303;
    display: block;
}
.nav_list li a>span{
	position: relative;
}
.nav_list li a>span::after {
	content: "";
    position: absolute;
	background-size: contain;
    background-repeat: no-repeat;
	top: 50%;
	left: -2.5rem
		;
	transform: translateY(-50%);
}

.nav_list li.nav_list-card a>span::after {
    width: 23px;
    height: 16px;
    background-image: url(/7card/usr/file/attachment/ico_header_card_02.png);
}
.nav_list li.nav_list-service a>span::after {
    width: 18px;
    height: 20px;
	background-image: url("/7card/usr/file/attachment/ico_nav_service.png");
}
.nav_list li.nav_list-campaign a>span::after {
    width: 15px;
    height: 20px;
	background-image: url("/7card/usr/file/attachment/ico_nav_campaign.png");
}
.nav_list li.nav_list-point a>span::after {
    width: 22px;
    height: 21px;
	background-image: url("/7card/usr/file/attachment/ico_nav_point.png");
}
.nav_list li.nav_list-call a>span::after {
    width: 18px;
    height: 22px;
	background-image: url(/7card/usr/file/attachment/ico_nav_customer_04.png);
}
body[data-nav-name="nav_list-card"] .nav_list li.nav_list-card{
	background-color: #e9eef5;
}
body[data-nav-name="nav_list-service"] .nav_list li.nav_list-service{
	background-color: #e9eef5;
}
body[data-nav-name="nav_list-campaign"] .nav_list li.nav_list-campaign{
	background-color: #e9eef5;
}
body[data-nav-name="nav_list-point"] .nav_list li.nav_list-point{
	background-color: #e9eef5;
}
body[data-nav-name="nav_list-call"] .nav_list li.nav_list-call{
	background-color: #e9eef5;
}
body[data-nav-name="nav_list-card"] .nav_list li.nav_list-card::before,
body[data-nav-name="nav_list-service"] .nav_list li.nav_list-service::before,
body[data-nav-name="nav_list-campaign"] .nav_list li.nav_list-campaign::before,
body[data-nav-name="nav_list-point"] .nav_list li.nav_list-point::before,
body[data-nav-name="nav_list-call"] .nav_list li.nav_list-call::before{
	display: none;
}
@media screen and (max-width: 768px) {
	.header_float_inner{
		width: auto;
		text-align: center;
	}
	.nav_list{
		height: 56px;
	}
	.nav_list li{
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #e9eef5;
	}
	.nav_list li:last-child{
		border-right: none;
	}
	.nav_list li::before{
		display: none;
	}
	.nav_list li a{
		padding: 3.5rem 0 0.5rem;
		font-size: max(2vw,1rem);
		transform: scale(0.8);
	}
	.nav_list li a>span::after {
		top: -2.8rem;
		left: 50%;
		transform: translate(-50%);
	}
	.nav_list li.nav_list-card a>span::after {
		width: 25px;
		height: 18px;
	}
	.nav_list li.nav_list-service a>span::after {
		width: 20px;
		height: 22px;
	}
	.nav_list li.nav_list-campaign a>span::after {
		width: 17px;
		height: 22px;
	}
	.nav_list li.nav_list-point a>span::after {
		width: 24px;
		height: 23px;
	}
	.nav_list li.nav_list-call a>span::after {
		width: 20px;
		height: 24px;
	}
	

}

