@charset "Shift-JIS";
/* -----------------------------------------------------------------------------
	重要なお知らせ一覧
-----------------------------------------------------------------------------*/

/*全体*/
.ve-m{
	vertical-align:middle;
}

.vatb{
	vertical-align:text-bottom;
}


th.glay {
	background-color:#e9e9e9;
}

.box_white {
	border: 1px solid #ccc;
	padding: 24px;
}

.under{
	text-decoration:underline;
}

.numberList {
	padding-left:25px;
}

.numberList li{
	list-style:decimal;
	margin-bottom: 5px;
}

/* 201510 */
.fw-normal {font-weight:normal !important;}

/*インデント*/

.indent01 {
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.indent02 {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

/* 202010 重要なお知らせレイアウト修正 */

.caution dl.dateList_imp {
	margin-bottom: 10px;
	overflow: hidden;
}
.caution dl.dateList_imp dt {
	clear: both;
	width: 11em;
	float: left;
	margin-bottom: 5px;
}
.caution dl.dateList_imp dd {
	width: 470px;
	float: left;
	margin-bottom: 5px;
}

/*　トップ　*/

.caution ul li {
	margin-bottom:5px;
	display: block;
}

.caution ul.menuList {
	text-align:center;
	margin-top:28px;
}

.caution ul.menuList li {
	display: inline;
}

/*  新着情報一覧  */

.whatsnew dl.dateListL {
	margin-bottom:5px;
}

.whatsnew dl.dateListL dt {
	width:120px;
	float:left;
}

.whatsnew dl.dateListL dd {
	width:500px;
	float:left;
}

.whatsnew ul.menuList {
	text-align:center;
	margin-top:28px;
}

.whatsnew ul.menuList li {
	display: inline;
}

.whatsnew dl.dateListN {
	margin-bottom: 10px;
	overflow: hidden;
}
.whatsnew dl.dateListN dt {
	clear: both;
	width:120px;
	float:left;
	margin-bottom: 10px;
}
.whatsnew dl.dateListN dd {
	width:500px;
	float:left;
	margin-bottom: 10px;
}




/*-----------------------------------------------------

	2023/9 リニューアル版デザインに置き換え

-------------------------------------------------------*/

/* フォント読み込み */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/card/shared/font/notosansjp-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("/card/shared/font/notosansjp-medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("/card/shared/font/notosansjp-bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("/card/shared/font/notosansjp-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}



/* 基本設定 */
body {
	background: #fff;
	color: #222;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	print-color-adjust: exact;
	overflow-x: hidden;
	text-align: left;
}

@media print, screen and (min-width: 751px) {
	body {
		font-size: 16px;
	}
}

#main a:link,
#main a:visited {
	color: #0075c2;
	font-weight: 500;
}
#main a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}


/* レイアウト */
#main {
	font-size: clamp(11px, 3.5897435897vw, 25px);
}
#main .content {
	position: relative;
	margin-bottom: 25.641025641vw;
}
@media print, screen and (min-width: 751px) {
	#main {
		font-size: clamp(12px, 1.5625vw, 16px);
	}
	#main .content {
		margin-bottom: 9.765625vw;
	}
}

.content {
	width: auto;
}
.content::after {
	display: none;
}

#article {
	float: none;
	width: auto;
	padding-bottom: 0;
}
#aside {
	display: none;
}


#main .section,
ul.linkDisc {
	margin: 0 auto;
	/* max-width: 980px; */
	max-width: 780px;/* regularRangeとあわせる */
	box-sizing: content-box;
	padding: 0 3.8461538462vw;
}
#main .section + .section {
	margin-top: 60px;
}

@media print, screen and (min-width: 751px){
	#main .section,
	ul.linkDisc {
		padding: 0 min(5.859375vw, 60px);
	}
}



/* ヘッダー */
#header .globalHeader_inside,
#header .globalHeader_body {
	margin-bottom: 0;
}
#header .contentsNav_link {
	color: #222;
	text-decoration: none !important;
}
@media only screen and (max-width: 750px) {
	#header .contentsNav_link::after {
		background: url(/card/shared/img/icon_circle_arrow.svg) no-repeat 0 0;
		background-size: cover;
	}
}
@media (hover: hover) and (pointer: fine) {
	#header .btnLogin:hover {
		text-decoration: none;
	}
}


/* フッター */
#footer > .content {
	box-sizing: border-box;
}


/* パンくず */
#main .breadCrumbs {
	position: relative;
	display: none;
	/* background: #f5f6f7; */
	color: #666;
	font-size: clamp(10px, 1.171875vw, 12px);
	margin: 0;
	width: 100%;
	padding: 3.3333333333vw 3.8461538462vw 3.8461538462vw;
	overflow: visible;
}


/* パンくず背景色 */
#main .breadCrumbs::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #f5f6f7;
}

@media print, screen and (min-width: 751px) {
	#main .breadCrumbs {
		display: flex;
		margin: 0 auto;
		padding: min(1.66015625vw, 17px) min(2.9296875vw, 30px);
	}
}

@media print, screen and (min-width: 1280px) {
	#main .breadCrumbs {
		max-width: clamp(750px, 100vw, 1200px);
		padding: 17px 0;
	}
}

#main .breadCrumbs li {
	position: relative;
	float: none;
	margin-right: 0;
	padding-right: 5.1282051282vw;
	white-space: nowrap;
	line-height: 1;
}
#main .breadCrumbs li:not(:first-of-type)::before {
	display: block;
	position: absolute;
	top: 50%;
	left: -2.5641025641vw;
	transform: translateY(-50%);
	width: 1px;
	height: 1em;
	background: #e3e4e6;
	content: "";
}

#main .breadCrumbs li a {
	color: #666 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

#main .breadCrumbs li:last-of-type a {
	pointer-events: none;
}

#main .breadCrumbs li + li a {
	position: static;
	display: inline;
	padding-left: 0;
}

#main .breadCrumbs li + li a::before {
	display: none;
}

@media print, screen and (min-width: 751px) {
	#main .breadCrumbs li {
		padding-right: min(1.953125vw, 20px);
	}
	#main .breadCrumbs li:not(:first-of-type)::before {
		left: -0.9765625vw;
	}
}

@media print, screen and (min-width: 1280px) {
	#main .breadCrumbs li:not(:first-of-type)::before {
		left: -10px;
	}
}



/* H1 */
#main .headBox {
	display: block;
	margin-bottom: 7.6923076923vw;
	padding: 5.1282051282vw 3.8461538462vw;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}
@media print, screen and (min-width: 751px){
	#main .headBox {
		margin-bottom: min(3.90625vw, 40px);
		padding: min(2.9296875vw, 30px) min(5.859375vw, 60px);
	}
}

#main .headBox h1 {
	display: block;
	border-left: none;
	padding-left: 0;
	height: auto;
	font-size: clamp(20px, 6.1538461538vw, 46px);
	color: #0075c2;
	font-weight: 600;
	text-align: left;
}
@media print, screen and (min-width: 751px){
	#main .headBox h1 {
		font-size: clamp(26px, 3.515625vw, 36px);
		margin-left: auto;
		margin-right: auto;
		width: min(93.75vw, 780px); 
	}
}

/* H2 */
#main .section .headline2 {
	margin: min(5.859375vw, 60px) 0 7.6923076923vw;
	padding: 0;
	background: none;
	color: #222;
	font-size: clamp(15px, 4.6153846154vw, 35px);
	font-weight: 600;
	line-height: 1.4;
}

#main .headline2::before {
	display: none;
}

#main .section .headline2::after {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 3.3333333333vw;
	background: linear-gradient(to right, #0075c2 0%, #0075c2 18.6%, #e8e8e8 18.6%, #e8e8e8 100%);
	content: "";
}

@media print, screen and (min-width: 751px) {
	#main .section .headline2 {
		margin-bottom: min(3.90625vw, 40px);
		font-size: clamp(18px, 2.34375vw, 24px);
	}
	#main .section .headline2::after {
		margin-top: min(1.26953125vw, 13px);
		background: linear-gradient(to right, #0075c2 0%, #0075c2 13.3%, #e8e8e8 13.3%, #e8e8e8 100%);
	}
}



/* ページの先頭へ */
#main .toTop {
	display: none;
	/* opacity: 0; */
	position: fixed;
	bottom: 10px;
	z-index: 9999;
	right: 2.5641025641vw;
	width: 10.2564102564vw;
	height: 10.2564102564vw;
	border: 1px solid #222;
	border-radius: 50%;
	background: url(/card/shared/img/icon_arrow.svg) no-repeat 50% 50% #fff;
	background-size: 3.0769230769vw auto;
	transform: rotateZ(-90deg);
	transition: opacity 0.3s ease;
}

#main .toTop a {
	display: block;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#main .toTop a::before {
	display: none;
}

@media print, screen and (min-width: 751px) {
	#main .toTop {
		right: min(2.9296875vw, 30px);
		bottom: 50px;
		width: min(5.46875vw, 56px);
		height: min(5.46875vw, 56px);
		background-size: min(1.46484375vw, 15px) auto;
	}
}

@media (hover: hover) and (pointer: fine) {
	#main .toTop:hover {
		opacity: 0.7;
	}
}


/* リンク */
ul.linkDisc li,
ul.link li,
ul.linkSite li,
ul.linkPDF li,
ul.linkPage li {
	margin-bottom: 8px;
}


.linkWord::before,
.linkSite a::before,
.linkPDF a::before {
	display: none;
}

.linkDisc a {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.linkDisc a::before {
	position: static;
	display: inline-block;
	width: 2.5641025641vw;
	height: 2.5641025641vw;
	margin-right: 0.38em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Crect%20width%3D%228%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M9623-908.5a.5.5%2C0%2C0%2C1-.395-.193.5.5%2C0%2C0%2C1%2C.088-.7l3.992-3.105-3.992-3.105a.5.5%2C0%2C0%2C1-.088-.7.5.5%2C0%2C0%2C1%2C.7-.088l4.5%2C3.5a.5.5%2C0%2C0%2C1%2C.193.395.5.5%2C0%2C0%2C1-.193.395l-4.5%2C3.5A.5.5%2C0%2C0%2C1%2C9623-908.5Z%22%20transform%3D%22translate(-9621%20916.5)%22%20fill%3D%22%230075C2%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	content: "";
}
@media print, screen and (min-width: 751px) {
	.linkDisc a::before {
		width: min(0.9765625vw, 10px);
		height: min(0.9765625vw, 10px);
	}
}

.linkSite a,
.linkPDF a {
	display: inline-block;
	position: relative;
}

.linkSite a::before,
.linkPDF a::before {
	display: inline-block;
	position: absolute;
	left: 0;
}

.linkSite a {
	padding-left: 1.1em;
}
.linkSite a::before {
	top: 0.5em !important;
	width: 2.0512820513vw;
	height: 2.0512820513vw;
	margin: 0 0.2em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20d%3D%22M7.428%2C8H2.857a.573.573%2C0%2C0%2C1-.572-.572V5.714H.571A.572.572%2C0%2C0%2C1%2C0%2C5.143V.571A.572.572%2C0%2C0%2C1%2C.571%2C0H5.143a.572.572%2C0%2C0%2C1%2C.571.571V2.285H7.428A.573.573%2C0%2C0%2C1%2C8%2C2.857V7.428A.573.573%2C0%2C0%2C1%2C7.428%2C8Zm-4-2.286V6.857H6.857V3.429H5.714V5.143a.572.572%2C0%2C0%2C1-.571.571ZM1.143%2C1.143V4.571H4.571V1.143Z%22%20fill%3D%22%230075C2%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: auto 100%;
	content: "";
}
@media print, screen and (min-width: 751px) {
	.linkSite a::before {
		width: min(0.78125vw, 8px);
		height: min(0.78125vw, 8px);
	}
}

.linkPDF a {
	padding-left: 1.7em;
}
.linkPDF a::before {
	top: 0.2em !important;
	width: 1.25em;
	height: 1.25em;
	background: url(/card/shared/img/icon_pdf.svg) no-repeat 50% 0;
	background-size: auto 100%;
	content: "";
}


/* FAQサイトへのリンクはFAQアイコンにする */
.linkSite a[href^="https://faq.viewcard.co.jp/"] {
	padding-left: 1.7em;
}
.linkSite a[href^="https://faq.viewcard.co.jp/"]::before {
	top: 0.2em !important;
	width: 1.25em;
	height: 1.25em;
	background: url(/card/shared/img/icon_question.svg) no-repeat 50% 50%;
	background-size: cover;
	content: "";
}


/* お知らせ詳細ページ：戻るリンク */
ul.linkDisc {
	margin-top: 60px;
	font-size: clamp(11px, 3.5897435897vw, 25px);
}
@media print, screen and (min-width: 751px){
	ul.linkDisc {
		font-size: clamp(11px, 1.3671875vw, 14px);
	}
}

ul.linkDisc > li + li {
	margin-top: 3.8461538462vw;
}
@media print, screen and (min-width: 751px) {
	ul.linkDisc > li + li{
		margin-top: min(1.46484375vw, 15px);
	}
}



/* 共通 */
.txtRedB {
	color: #d10000;
	font-weight: 600;
}

.image {
	text-align: center;
	margin-bottom: 30px !important;
}

#main .boxAttention {
	padding: 5.1282051282vw;
	border-radius: 10px;
	background: #f5f6f7;
	overflow-wrap: anywhere;
}

#main .boxAttention2,
#main .boxInquiry {
	padding: 5.1282051282vw;
	border-radius: 10px;
	border: none;
	background: #ffffce;
	overflow-wrap: anywhere;
}
@media print, screen and (min-width: 751px) {
	#main .boxAttention,
	#main .boxAttention2,
	#main .boxInquiry {
		padding: min(1.953125vw, 20px);
	}
}

.u-autoHide {
	overflow: hidden !important;
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-color: rgba(255, 255, 255, 0) !important;
}

.u-imgMax {
	display: inline;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 750px) {
	.u-pcItem {
		display: none !important;
	}
}

@media print, screen and (min-width: 751px) {
	.u-spItem {
		display: none !important;
	}
}


/* ボタン
------------------------------ */
/* 角丸単体 */
.singleBtn-c02, .singleBtn {
	display: inline-block;
	width: 100%;
	padding: 3.0769230769vw 9.2307692308vw 3.0769230769vw 5.1282051282vw;
	border: 1px solid;
	border-radius: 9999px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	font-size: clamp(13px, 4.1025641026vw, 31px);
	font-weight: 500;
	text-decoration: none !important;
	line-height: 1.6;
	transition: background-color 0.3s ease;
	position: relative;
}
.singleBtn-c02::after, .singleBtn::after {
	position: absolute;
	top: 50%;
	right: 3.8461538462vw;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	display: block;
	width: 3.5897435897vw;
	height: 3.5897435897vw;
	background-size: cover;
	content: "";
}
[target=_blank].singleBtn-c02::after, [target=_blank].singleBtn::after {
	background-size: 3.0769230769vw auto;
}

@media print, screen and (min-width: 751px) {
	.singleBtn-c02, .singleBtn {
		padding: min(1.26953125vw, 13px) min(5.37109375vw, 55px) min(1.3671875vw, 14px) min(2.734375vw, 28px);
		font-size: clamp(15px, 1.953125vw, 20px);
	}
	.singleBtn-c02::after, .singleBtn::after {
		right: min(1.953125vw, 20px);
		width: min(1.7578125vw, 18px);
		height: min(1.7578125vw, 18px);
		background-position: 50% 50%;
	}
	[target=_blank].singleBtn-c02::after, [target=_blank].singleBtn::after {
		background-size: min(1.171875vw, 12px) auto;
	}
}

@media print, screen and (min-width: 751px) {
	.singleBtnHolder_item {
		display: inline-block;
		min-width: min(36.1328125vw, 370px);
	}
}

.singleBtn {
	background: #222;
	border-color: #222;
	color: #fff !important;
}
.singleBtn::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M8%2C1%2C8%2C0A8%2C8%2C0%2C1%2C1%2C0%2C8%2C8%2C8%2C0%2C0%2C1%2C8%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M9623-910.25a.5.5%2C0%2C0%2C1-.4-.193.5.5%2C0%2C0%2C1%2C.089-.7l2.866-2.23-2.866-2.23a.5.5%2C0%2C0%2C1-.089-.7.5.5%2C0%2C0%2C1%2C.7-.088l3.375%2C2.625a.5.5%2C0%2C0%2C1%2C.192.395.5.5%2C0%2C0%2C1-.192.395l-3.375%2C2.625A.507.507%2C0%2C0%2C1%2C9623-910.25Z%22%20transform%3D%22translate(-9616.498%20921.375)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
}
.singleBtn[target=_blank]::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20d%3D%22M7.428%2C8H2.857a.573.573%2C0%2C0%2C1-.572-.572V5.714H.571A.572.572%2C0%2C0%2C1%2C0%2C5.143V.571A.572.572%2C0%2C0%2C1%2C.571%2C0H5.143a.572.572%2C0%2C0%2C1%2C.571.571V2.285H7.428A.573.573%2C0%2C0%2C1%2C8%2C2.857V7.428A.573.573%2C0%2C0%2C1%2C7.428%2C8Zm-4-2.286V6.857H6.857V3.429H5.714V5.143a.572.572%2C0%2C0%2C1-.571.571ZM1.143%2C1.143V4.571H4.571V1.143Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

@media (hover: hover) and (pointer: fine) {
	.singleBtn:hover {
		background: #555;
	}
}

.singleBtn-c02 {
	background: #fff;
	color: #222 !important;
}
.singleBtn-c02::after {
	background-image: url(/card/shared/img/icon_circle_arrow.svg);
}
.singleBtn-c02[target=_blank]::after {
	background-image: url(/card/shared/img/icon_blank.svg);
}
@media (hover: hover) and (pointer: fine) {
	.singleBtn-c02:hover {
		background: #edeff0;
	}
}

.singleBtn.ico-posL,
.singleBtn-c02.ico-posL {
	padding-right: 5.1282051282vw;
	padding-left: 9.2307692308vw;
}
.singleBtn.ico-posL::after,
.singleBtn-c02.ico-posL::after {
	left: 3.8461538462vw;
}
@media print, screen and (min-width: 751px) {
	.singleBtn.ico-posL,
	.singleBtn-c02.ico-posL {
		padding-right: min(2.734375vw, 28px);
		padding-left: min(5.37109375vw, 55px);
	}
	.singleBtn.ico-posL::after,
	.singleBtn-c02.ico-posL::after {
		left: min(1.953125vw, 20px);
	}
}


/* フォントサイズ
------------------------------ */
.u-fontSz10 {
	font-size: clamp(10px, 2.5641025641vw, 19px);
}
.u-fontSz12 {
	font-size: clamp(12px, 3.0769230769vw, 23px);
}
.u-fontSz14 {
	font-size: clamp(11px, 3.5897435897vw, 25px);
}
.u-fontSz16 {
	font-size: clamp(13px, 4.1025641026vw, 31px);
}
.u-fontSz18 {
	font-size: clamp(15px, 4.6153846154vw, 35px);
}

@media print, screen and (min-width: 751px) {
	.u-fontSz10 {
		font-size: clamp(10px, 0.9765625vw, 10px);
	}
	.u-fontSz12 {
		font-size: clamp(10px, 1.171875vw, 12px);
	}
	.u-fontSz14 {
		font-size: clamp(11px, 1.3671875vw, 14px);
	}
	.u-fontSz16 {
		font-size: clamp(12px, 1.5625vw, 16px);
	}
	.u-fontSz18 {
		font-size: clamp(13px, 1.7578125vw, 18px);
	}
}