@charset "utf-8";

/*
NICOSカード ご利用明細ネット切替サービス
/nicos/support/webs/webdetails/index.html
で使用
*/

/*
Layout
---------------------------------------------------------*/

/* mainVisualBlock */
.mainVisualBlock {
	position: relative;
	min-height: 350px;
	padding: 37px 40px 33px;
	background: #777676 url(/nicos/support/webs/webdetails/img/bg_mainVisual.jpg) left top no-repeat;
	background-size: auto 100%;
	color: #fff;
}
.mainVisualBlock .mvText01 {
	width: 330px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.mainVisualBlock .mvText02 {
	width: 330px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 1px;
}
.mvBtn01 {
	margin-top: 27px;
}
.mainVisualBlock .mvText04 {
	margin: 11px 0 0 44px;
}
.mainVisualBlock .mvText04 a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.mainVisualBlock .mvText04 a:hover {
	text-decoration: none;
}
.icoBeginner01::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 28px;
	margin-right: 10px;
	background: url(/nicos/support/img/ico_beginner_02.png) 0 0 no-repeat;
	vertical-align: middle;
}
.mvImg01 {
	position: absolute;
	top: 40px;
	right: 31px;
	margin: 0;
}

/* accordion */
.accordionSection {
	margin-bottom: 40px;
}
.accordionBlock {
	background-color: #ffecec;
	font-size: 1.29rem;
	cursor: pointer;
	outline: none;
}
.acTitleInner {
	position: relative;
	padding: 15px 20px 11px;
	font-weight: normal;
}
.acTitleInner::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: -6px;
	margin-right: 2px;
	vertical-align: middle;
}
.acTitleInner.icoAcc02::before {
	background: url(/nicos/support/img/ico_acc_02.png) 0 center no-repeat;
}
.acTitleInner .iconTypeACD {
	position: absolute;
	top: 50%;
	right: 21px;
	width: 36px;
	margin-top: -18px;
	height: 36px;
	padding: 0;
}
.acTitleInner .iconTypeACD img {
	width: 100%;
	height: 100%;
}
.accordionBox {
	outline: none;
}
.accLayout01 {
	padding: 50px 0 0;
	text-align: center;
}
.accLayout01 .text01 {
	font-size: 1.43rem;
}
.sectionStep:not(:first-child) {
	position: relative;
	margin-top: 75px;
}
.sectionStep:not(:first-child)::before {
	content: '';
	display: block;
	position: absolute;
	top: -45px;
	left: 50%;
	width: 40px;
	height: 18px;
	margin-left: -20px;
	background: url(/nicos/support/img/ico_arr_01.png) center top no-repeat;
}
.closeBtnBlock {
	margin-top: 33px;
	padding-bottom: 3px;
}

/* pointBlock */
.pointBlock {
	display: flex;
	justify-content: space-between;
}
.pointItem {
	position: relative;
	width: 218px;
	margin-top: 48px;
}
.pointItem .point {
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -28px;
	display: inline-block;
	text-align: center;
}
.pointText {
	color: #e60000;
	font-size: 16px;
	font-weight: bold;
}
.pointNumber {
	display: table;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #fff;
	overflow: hidden;
}
.pointNumber .inner {
	display: table-cell;
	padding-top: 3px;
	border-radius: 50%;
	background: #e60000;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.08;
	text-align: center;
	vertical-align: middle;
}
.pointItemInner {
	min-height: 250px;
	padding: 39px 24px 5px;
	border-radius: 8px;
	background: #f9f5f5;
	text-align: center;
}
.pointItemInner .text01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.56;
}
.pointItemInner .text02 {
	margin-top: 7px;
	font-size: 13px;
	line-height: 1.38;
}
.pointImg01 {
	margin-top: 27px;
}
.pointItem .text03 {
	margin-top: 12px;
	line-height: 1.71;
}

/* regBlock */
.regBlock .text01 {
	text-align: center;
}
.regImg01 {
	margin-top: 30px;
}
.regBtnBlock01 {
	margin-top: 19px;
	text-align: center;
}
.regLinkBlock01 {
	margin: 22px 0 0 215px;
}

.guideBlock02 {
	position: relative;
	margin-top: 30px;
	padding: 35px 40px 40px;
	background-color: #ffecec;
}
.guideTitle01 {
	margin-bottom: 8px;
	font-size: 2rem;
}
.guideText01 {
	width: 375px;
	line-height: 1.71;
}
.appBlock {
	width: 375px;
	margin-top: 19px;
	padding: 14px 32px 18px;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
}
.appText01 {
	font-weight: bold;
	line-height: 1.29;
}
.appBtnBlock {
	display: table;
	width: 100%;
	margin-top: 11px;
}
.appBtnItem {
	display: table-cell;
}
.appBtnItem:first-child {
	text-align: left;
}
.appBtnItem:last-child {
	text-align: right;
}
.guideImg02 {
	position: absolute;
	right: 59px;
	bottom: 0;
}

/*
Parts
---------------------------------------------------------*/
/* Link */
.linkItemArr {
	position: relative;
	padding-left: 1.25rem;
}
.linkItemArr::before {
	content: '';
	display: block;
	position: absolute;
	top: .43rem;
	left: -1px;
	width: .5rem;
	height: .5rem;
	border-right: 2px solid #e60000;
	border-bottom: 2px solid #e60000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.linkItemArr + .linkItemArr {
	margin-top: 6px;
}

.linkItemArr span.iconTypeBlank {
	display: inline-block;
	padding-top: 0;
	padding-left: 0.285em;
	vertical-align: middle;
	line-height: 1;
}
.linkItemArr span.iconTypeBlank img {
	width: 12px;
}

/* Button */
a[class*="btnRed"] {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 13px 12px 11px;
	border-radius: 7px;
	background-color: #e60000;
	-webkit-box-shadow: 0 3px 0 0 #b30000;
	box-shadow: 0 3px 0 0 #b30000;
	color: #fff;
	font-size: 1.43rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
a[class*="btnRed"]:hover {
	background-color: #ed4b4b;
}

a.btnLogin {
	padding-left: 55px;
	padding-right: 55px;
	font-size: 20px;
}
.btnLoginInner {
	display: inline-block;
	min-height: 28px;
	padding-left: 41px;
	background: url(/nicos/support/img/ico_lock_02.png) 0 center no-repeat;
	background-size: 24px 28px;
}

a.btnBeginner01 {
	padding: 16px 48px 14px 90px;
	background: #e60000 url(/nicos/support/img/ico_beginner.png) 53px center no-repeat;
}

a[class*="btnRed"] .iconTypeBlank {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 12px;
	height: 12px;
}

[class*="btnClose"] {
	display: inline-block;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
	background-color: #eee;
	-webkit-box-shadow: 0 3px 0 0 #b8b8b8;
	box-shadow: 0 3px 0 0 #b8b8b8;
	text-align: center;
	cursor: pointer;
	word-break: keep-all;
}
.btnClose01 {
	width: 220px;
	padding: .86rem .86rem .71rem;
	font-size: 1.43rem;
	font-weight: bold;
}
.btClose01Inner {
	display: inline-block;
	height: 2.14rem;
	padding-top: 2px;
	padding-left: 3.57rem;
	padding-right: 2.14rem;
	background: url(/nicos/support/img/ico_open_off_02.png) 0 center no-repeat;
	background-size: contain;
}
.btnClose01:hover, .btnClose02:hover {
	background-color: #e4e3e3;
}