@charset "UTF-8";

/*MARKETING-5854 規約の更新、並びにアナウンスパーツの作成依頼/NPC、後払い購入者ページ*/
.info-box {
    background: #C7EDF7;
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
    padding: 10px;
}
.info-box p {
	margin-bottom: 0!important;
}
/*MARKETING-6845 【対応依頼】NP後払い　マイページ（「メールマガジンの登録/解除」ページ）*/
#mypage.sub .magazine-area .ttl-em-pink-ll {
  width: 100%;
}
#mypage.sub .magazine-area .ttl-em-pink-ll .pc-display {
  display: inline-block!important;
}
#mypage.sub .magazine-area .ttl-em-pink-l::before,.ttl-em-pink-ll::before {
	display: none;
}
#mypage.sub .magazine-area .ttl-em-pink-l::after,.ttl-em-pink-ll::after {
	display: none;
}

@media screen and (max-width: 767px) {
  #mypage.sub .magazine-area .ttl-em-pink-ll .pc-display {
    display: none!important;
  }
  #mypage.sub .magazine-area .ttl-em-pink-l::before,.ttl-em-pink-ll::before {
    position: absolute;
    content: "＼";
    display: block;
    border-bottom: none;
    margin: auto;
    text-align: unset;
    left: 0;
    right: auto;
    bottom: 0px;
    width: auto;
    transform: rotateY(44deg);
    font-size: 21px;
    font-weight: normal;
  }
  #mypage.sub .magazine-area .ttl-em-pink-l::after,.ttl-em-pink-ll::after {
    position: absolute;
    content: "／";
    display: block;
    border-bottom: none;
    margin: auto;
    text-align: unset;
    left: auto;
    right: 0;
    bottom: 0px;
    width: auto;
    transform: rotateY(44deg);
    font-size: 21px;
    font-weight: normal;
  }
}

/*MARKETING-6682 (npc-web,np-atobarai-web)(Dev) 22/01/17 NP会員利用規約・個人情報の同意事項の改定（2nd Ph）*/
#contents article ol.list.list--enclosure, .modal-wrap ol.list.list--enclosure {
  margin: 0 0 0px;
  padding: 0 0 0 25px;
}
#contents article ol.list.list--enclosure li, .modal-wrap ol.list.list--enclosure li ,#contents article ol.list.list--number li, .modal-wrap ol.list.list--number li{
  list-style: none!important;
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}
.list {
  margin: 16px auto 24px
}
.list > li {
  margin: 0 auto 4px;
  line-height: 1.6;
  text-indent: 0
}
.list--number {
  padding-left: 1.5em;
  counter-reset: number
}
.list--number > li {
  position: relative
}
.list--number > li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
  top: 0px;
  left: -1.5em;
}
.list--enclosure {
  padding-left: 1.5em
}
.list--enclosure > li {
  position: relative
}
.list--enclosure > li:nth-of-type(1):before {
  content: "①"
}
.list--enclosure > li:nth-of-type(2):before {
  content: "②"
}
.list--enclosure > li:nth-of-type(3):before {
  content: "③"
}
.list--enclosure > li:nth-of-type(4):before {
  content: "④"
}
.list--enclosure > li:nth-of-type(5):before {
  content: "⑤"
}
.list--enclosure > li:nth-of-type(6):before {
  content: "⑥"
}
.list--enclosure > li:nth-of-type(7):before {
  content: "⑦"
}
.list--enclosure > li:nth-of-type(8):before {
  content: "⑧"
}
.list--enclosure > li:nth-of-type(9):before {
  content: "⑨"
}
.list--enclosure > li:nth-of-type(10):before {
  content: "⑩"
}
.list--enclosure > li:nth-of-type(11):before {
  content: "⑪"
}
.list--enclosure > li:nth-of-type(12):before {
  content: "⑫"
}
.list--enclosure > li:nth-of-type(13):before {
  content: "⑬"
}
.list--enclosure > li:nth-of-type(14):before {
  content: "⑭"
}
.list--enclosure > li:nth-of-type(15):before {
  content: "⑮"
}
.list--enclosure > li:nth-of-type(16):before {
  content: "⑯"
}
.list--enclosure > li:nth-of-type(17):before {
  content: "⑰"
}
.list--enclosure > li:nth-of-type(18):before {
  content: "⑱"
}
.list--enclosure > li:nth-of-type(19):before {
  content: "⑲"
}
.list--enclosure > li:nth-of-type(20):before {
  content: "⑳"
}
.list--enclosure > li:before {
  display: block;
  position: absolute;
  top: 0px;
  left: -1.5em;
}

/* MARKETING-7793 【作業依頼】会員統合PJT Ph.2にあたっての作業依頼 */
.fs-ll {
	font-size: 24px;
}
.sqr-pad-025-pc {
	padding: 25px!important;
}
.certification-block {
	padding: 30px 70px;
	margin-bottom: 40px;
}
.input-certification {
	border: solid 1px #8785A2;
	font-size: 24px; 
	width: 40px;
	height: 36px;
	margin-right: 20px;
	text-align: center;
	padding: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.input-certification:last-child {
	margin-right: 0;
}
.mypage-navi-sub ul {
    width: 1180px;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: table;
}
.mypege-navi-top li.navi-use_his a::before {
	background: url(../img/common/icon_use_history.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}
.mypege-navi-top li.navi-pt_his a::before {
	background: url("../img/common/icon_pt_histry.png") no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}
.mypege-navi-top li.navi-pt_input a::before {
	background: url(../img/common/icon_pointcode.png) no-repeat;
	background-size: contain;
	width: 39px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}
.mypege-navi-top li.navi-porf a::before {
	background: url(../img/common/icon_profile.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}
.mypege-navi-top li.avi-mail a::before {
	background: url(../img/common/icon_mailadd.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 36px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}
.mypege-navi-top li.navi-phone a::before {
	background: url(../img/common/icon_phone.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 41px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}
.mypege-navi-top li.navi-pass a::before {
	background: url(../img/common/icon_pw_change.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 41px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}
.mypege-navi-top li.navi-mailmaga a::before {
	background: url(../img/common/icon_mailmaga.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 36px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}

.mypege-navi-top li.navi-info a::before {
	background: url(../img/common/icon_info.png) no-repeat;
	background-size: contain;
	width: 37px;
	height: 36px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 31px;
}
.mypage-navi-sub ul li.navi-use_his a::before {
	background: url(../img/common/icon_use_history.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
}
.mypage-navi-sub ul li.navi-pt_his a::before {
	background: url("../img/common/icon_pt_histry.png") no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
}
.mypage-navi-sub ul li.navi-pt_input a::before {
	background: url(../img/common/icon_pointcode.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
}
.mypage-navi-sub ul li.navi-porf a::before {
	background: url(../img/common/icon_profile.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
}
.mypage-navi-sub ul li.navi-mail a::before {
	background: url(../img/common/icon_mailadd.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
}

.mypage-navi-sub ul li.navi-phone a::before {
	background: url(../img/common/icon_phone.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
}
.mypage-navi-sub ul li.navi-pass a::before {
	background: url(../img/common/icon_pw_change.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
}
.mypage-navi-sub ul li.navi-mailmaga{
    display: block;
}
.mypage-navi-sub ul li.navi-mailmaga a::before {
	background: url("../img/common/icon_mailmaga.png") no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	content:"";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18px;
}

@media screen and (max-width: 767px) {
	.fs-ll {
		font-size: 18px;
	}
	.certification-block {
		padding: 20px 5.3vw;/*20px*/
		text-align: center;
		margin-bottom: 40px;
	}
	.input-certification {
		border: solid 1px #8785A2;
		font-size: 24px; 
		max-width: 30px;
		width: 6.4vw;/*24px*/
		min-width: 17px;
		height: 24px;
		margin-right: 3.2vw;/*12px*/
		text-align: center;
		padding: 16px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.mypage-navi-sub ul {
		min-width: 286px;
		width: 89.33333333vw;
		margin: auto;
		position: relative;
		overflow: hidden;
		display: block;
	}
	.mypege-navi-top li.navi-use_his a::before {
		background: url(../img/common/icon_use_history.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 15px;
	}
	.mypege-navi-top li.navi-pt_his a::before {
		background: url("../img/common/icon_pt_histry.png") no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 15px;
	}
	.mypege-navi-top li.navi-pt_input a::before {
		background: url(../img/common/icon_pointcode.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 15px;
	}
	.mypege-navi-top li.navi-porf a::before {
		background: url(../img/common/icon_profile.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 15px;
	}
	.mypege-navi-top li.navi-mail a::before {
		background: url(../img/common/icon_mailadd.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 15px;
	}
	.mypege-navi-top li.navi-phone a::before {
		background: url("../img/common/icon_phone.png") no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 15px;
	}
	.mypege-navi-top li.navi-pass a::before {
		background: url(../img/common/icon_pw_change.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 15px;
	}
	.mypege-navi-top li.navi-mailmaga a::before {
		background: url(../img/common/icon_mailmaga.png) no-repeat;
		background-size: contain;
		width: 36px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 15px;
	}

	.mypege-navi-top li.navi-info a::before {
		background: url(../img/common/icon_info.png) no-repeat;
		background-size: contain;
		width: 37px;
		height: 36px;
		content:"";
		display: block;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 13px;
	}
	.mypage-navi-sub ul li:nth-of-type(1) a::before,
	.mypage-navi-sub ul li:nth-of-type(2) a::before,
	.mypage-navi-sub ul li:nth-of-type(3) a::before,
	.mypage-navi-sub ul li:nth-of-type(4) a::before,
	.mypage-navi-sub ul li:nth-of-type(5) a::before,
	.mypage-navi-sub ul li:nth-of-type(6) a::before,
	.mypage-navi-sub ul li:nth-of-type(7) a::before,
	.mypage-navi-sub ul li:nth-of-type(8) a::before{
		display: none;
	}
	.mypage-navi-sub ul li:nth-of-type(8) {
		display: inline-block;
	}
}

/**MARKETING-9120 環境によってフッター見切れるバグ修正 | NP後払い購入者 **/
#ftr .inner .ftr-link-btm {
	margin: 8px auto 30px;
}