@charset "UTF-8";

/*-------------------------------------------
Base
-------------------------------------------*/
.architectureType2018 #wrap #mainArea * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.imgVisibility {
	-webkit-backface-visibility: hidden;
}

/*-------------------------------------------
common
-------------------------------------------*/
/* btn */
.btnType01 {
	position: relative;
	display: inline-block;
	width: 360px;
	padding: 17px 43px 16px 60px;
	border-radius: 1.32em;
	background-image: linear-gradient(to right, #ffb513 0%, #ffb513 51%, #faab00 63.5%, #e88504 100%);
	background-size: 200% auto;
	background-position: right center;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	color: #fff;
	font-size: 1.223em/*22*/;
	font-weight: bold;
	line-height: 1.18;
	text-align: center;
	-webkit-transition: background .4s;
	transition: background .4s;
}
.btnType01:hover {
	color: #fff;
	background-position: left center;
}
.btnType01:visited,
.btnType02:visited {
	color: #fff;
}
.btnType01.icoSearch::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 24px;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	background: url(/images/index_ico_search_01.png) 0 0 no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btnType01.icoLogin::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	width: 24px;
	height: 30px;
	background: url(/images/index_ico_login_01.png) 0 0 no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icoPoint {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.icoPoint:before {
	content: "\e644";
	font-family: 'icon';
	font-weight: normal;
	color: #049849;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	line-height: 1;
	font-size: 30px;
	transform: translateY(-50%);
}
.glyphModal01 {
	padding-left: 0;
}
.glyphModal01 > span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.2222em;
	height: 1.2222em;
	margin-top: .9em;
	margin-left: 1em;
	background: url(/cardbasic/security/images/common_modal_01.svg) no-repeat;
	background-size: contain;
}
.btnT01.glyphModal01:hover > span:before {
	opacity: .4;
}

.btnType02 {
	position: relative;
	display: inline-block;
	width: 355px;
	padding: 17px 20px 16px;
	border-radius: 1.56em;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #29cc7d), color-stop(90%, #1aac78));
	background: linear-gradient(to right, #29cc7d 50%, #1aac78 90%);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	background-size: 200% auto;
	background-position: right center;
	color: #fff;
	font-weight: bold;
	line-height: 1.278;
	text-align: center;
	-webkit-transition: background .4s;
	transition: background .4s;
}
.btnType02:hover {
	color: #fff;
	background-position: left center;
}
.btnType02::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 36px;
	width: 9px;
	height: 9px;
	margin-top: -4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.btnType03 {
	position: relative;
	display: inline-block;
	min-width: 320px;
	padding: 17px 35px 15px 116px;
	border: 1px solid #eaeaea;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .08);
	color: #0ca26c;
	font-weight: bold;
	line-height: 1.778;
	text-align: center;
}

.btnRoundedCorner {
	border-radius: 1.57em;
}

/*-------------------------------------------
/cardbasic/security/index.html
-------------------------------------------*/
.v3-balloonBlockB01 .v3-detail.securityAdjustment01 {
	display: block;
}

.securityStyle01 {
	position: relative;
	padding-bottom: 90px !important;
}
.securityStyle01::before {
	content: "";
	background: url(/cardbasic/security/images/index_img_10.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 1;
	width: 200px;
	height: 170px;
}

.securityStyle04 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.securityStyle05 {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #00a788;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	color: #00a788;
	margin-right: 10px;
	line-height: 1;
}

.securityStyle06 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.securityStyle06::before {
	content: "";
	background: url(/cardbasic/security/images/index_img_17.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 64px;
	margin-right: 10px;
}

.securityStyle07 {
	position: relative;
}
.securityStyle07::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	background: url(/cardbasic/security/images/index_img_12.png) no-repeat;
	background-size: contain;
	width: 233px;
	height: 141px;
}

.securityStyle08 {
	position: relative;
	margin-left: 130px;
	margin-right: 120px;
	padding: 40px;
}
.securityStyle08::after {
	position: absolute;
	content: '';
	left: -130px;
	bottom: -40px;
	background: url(/cardbasic/security/images/index_img_13.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 135px;
}

/*--------------------------------------------------------------------------------------
# TODO: 他ページから引っ張ってきただけなので、class名など要調整
--------------------------------------------------------------------------------------*/
/* tokusetsuArticleItem */
.indexTitleA01 {
	margin-bottom: 40px;
	font-size: 2.2222em;
	font-weight: bold;
	color: #00a788;
	line-height: 1.555;
}
.indexLinkBlock01 {
	display: block;
}
.indexLinkBlock01:hover {
	opacity: 0.7;
}
.indexHorizontalItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.indexHorizontalItem > *:last-child {
	margin-left: 15px;
}
.indexTagItem01 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.indexTagItem01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 23px;
	background: url(/images/index_tag_01.png) no-repeat;
	background-size: 10px 23px;
}
.indexTagItem01 > span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 23px;
	padding: 0 20px;
	background: #f4f4f4;
	border-radius: 0 6px 6px 0;
	color: #666666;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.indexBoderBlock01 {
	position: relative;
	display: block;
	padding: 30px;
	background-color: #fff;
	border: solid 1px #d6d6d6;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.indexBoderBlock01 .indexLabelNew01 {
	position: absolute;
	left: 6px;
	top: 6px;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.indexBoderBlock01 .indexLabelNew01 > img {
	vertical-align: top;
}
[class*="indexGlyphNote"] > span {
	position: relative;
	display: inline-block;
	padding-left: 1.7em;
}
.indexGlyphNote01 > span {
	color: #ffac58;
}
.indexGlyphNote02 > span {
	color: #f88325;
}
[class*="indexGlyphNote"] > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.3em;
	height: 1.6em;
	margin-top: -0.8em;
}
.indexGlyphNote01 > span:before {
	background: url(/images/index_note_01.svg) left center no-repeat;
	background-size: contain;
}
.indexGlyphNote02 > span:before {
	background: url(/images/index_note_02.svg) left center no-repeat;
	background-size: contain;
}

/* stepBlock */
.stepBlock01 {
	position: relative;
	background-image: radial-gradient(#00a788 2px, transparent 3px);
	background-position: 32px 0;
	background-size: 13px 13px;
	background-repeat: repeat-y;
	padding-bottom: 2px;
	padding-left: 55px;
}
.stepBlock01:last-child {
	margin-top: -11px;
}
#tabB02 .stepBlock01:first-child {
	padding-bottom: 132px;
}
#tabB02 .stepBlock01:last-child {
	padding-bottom: 122px;
}
.stepBlock01 img {
	-webkit-backface-visibility: hidden;
}
.stepBlock01 .stepInner {
	padding-bottom: 37px;
}
.stepBlock01:last-child .stepInner {
	padding-top: 10px;
}
.stepBlock01 .stepInner[class*="layoutColumn"] > * {
	margin-top: 0;
}
.stepBlock01 .stepInner .col02 {
	margin-top: 11px;
	padding-left: 80px;
	box-sizing: border-box;
}
.stepBlock01:last-child .stepInner .col02 {
	padding-left: 90px;
	margin-top: 23px;
}
.stepBlock01 .stepTitle {
	margin-top: 25px;
	margin-bottom: 30px;
	font-weight: bold;
}
.stepBlock01 .stepNum {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 0;
	width: 70px;
	height: 70px;
	background: #fff;
	border: 3px solid #1aad78;
	border-radius: 100%;
	color: #1aad78;
	font-size: 35px;
}
