@charset 'UTF-8';

/* cardloanSim01Block01 ***************************/
/* modalWrap */
.modalWrap {
	font-size: 18px;
	line-height: 1.75;
}
.modalWrap .clear {
	height: auto;
	line-height: inherit;
}

/* resultBox */
.resultBox * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif !important;
}
.resultBoxInner {
	position: relative;
	padding: 20px 70px 40px;
	border: 2px solid #0ca26c;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0 8px 2px -5px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0 8px 2px -5px;
}
.resultBoxInner > .resultTitle {
	position: relative;
	top: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.resultBoxInner > .resultTitle span {
	width: 250px;
	font-size: 24px;
}
.resultBoxInner > .resultComment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d3d3d3;
	color: #0ca16c;
	font-weight: 700;
	font-size: 24px;
}

.resultBoxInner > .resultComment:before {
	display: block;
	margin-right: 20px;
	width: 100px;
	height: 100px;
	background: no-repeat center center;
	background-size: contain;
	content: '';
}
.sim01ResultArea.result01 .resultBoxInner > .resultComment:before {
	background-image: url('/kojin/cardloan/simulation/images/simulation01_02.png');
}
.sim01ResultArea.result02 .resultBoxInner > .resultComment:before {
	background-image: url('/kojin/cardloan/simulation/images/simulation01_03.png');
}
.sim01ResultArea.result03 .resultBoxInner > .resultComment:before {
	background-image: url('/kojin/cardloan/simulation/images/simulation01_04.png');
}
.modalWrap .sim01ResultArea .resultBoxInner > .resultComment {
	margin-top: 0;
}

.resultBoxInner > .resultTitle > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	height: 40px;
	border-radius: 10em;
	background: #0ca26c;
	color: #fff;
	font-weight: 700;
}

/* QR */
.simQrBtnItem01 {
	position: relative;
}
.simQrBalloon01 {
	position: absolute;
	top: -215px;
	left: 50%;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	margin-left: -100px;
	padding: 20px;
	width: 200px;
	height: 200px;
	background: rgba(0, 0, 0, 0.6);
}
.simQrBalloon01:before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	display: inline-block;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background: -o-linear-gradient(left bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 50%, transparent 100%);
	background: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(50%, transparent), to(transparent));
	background: linear-gradient(to right top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 50%, transparent 100%);
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sim01Adjust01 {
	position: relative;
	top: -40px;
	margin-right: 110px;
	color: #0ca16b;
	font-weight: bold;
}
.sim01Adjust01 .titleInner {
	display: inline-block;
	padding-left: 170px;
	text-align: center;
}
.sim01Adjust02 {
	margin-top: -20px;
}
.sim01Adjust03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 110px;
}
.sim01Adjust04 {
	margin-right: auto;
	margin-left: auto;
}

.sim01Adjust06 {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}

.sim01Adjust07 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	margin-left: -65px;

	justify-items: center;
}
.sim01Adjust07 .sim01Adjust07Img01 {
	position: relative;
	margin-right: 5px;
	width: 100px;
	text-align: right;
}
.sim01Adjust07 .sim01Adjust07Img02 {
	position: relative;
	margin-top: -65px;
	margin-right: 5px;
	width: 100px;
	text-align: right;
}
.sim01Adjust07 .sim01Adjust07Text01 {
	text-align: left;
	font-weight: bold;
}

.sim01Icon01 > span {
	position: relative;
	display: inline-block;
}
.sim01Icon01 > span {
	padding-left: 55px;
}
.sim01Icon01 > span:before {
	position: absolute;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
}
.sim01Icon01 > span:before {
	width: 38px;
	height: 61px;
	background-image: url(/kojin/cardloan/images/common_rn1_img_10.png);
}
.sim01Icon01 > span:before {
	top: 50%;
	left: 0;
	margin-top: -32px;
}

.cardloanSim01Block01 * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif !important;
}

.cardloanSim01Block01 .cardloanSim01 {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 60px 0;
	width: 1080px;
	border-radius: 13px;
	text-align: center;
}
.cardloanSim01Block01 .cardloanSim01 .cardloanSimTitle01 .inner {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-weight: bold;
	font-size: 1.778em;
}
.cardloanSim01Block01 .cardloanSim01 .cardloanSimTitle01 > .inner > span {
	position: absolute;
	top: -20px;
	left: -120px;
	display: block;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.cardloanSim01Block01 .cardloanSim01 .cardloanSimNote01 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.cardloanSim01Block01 .cardloanSim01 .cardloanSimNote01 > * {
	margin-bottom: 0.5em;
}
.cardloanSim01Block01 .cardloanSim01 .cardloanSimTitle01 img {
	display: inline-block;
	width: 94px;
}
.cardloanSim01Block01 .sim01FormBlock01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cardloanSim01Block01 .sim01FormBlock01 > li {
	margin-left: 4%;
	width: 48%;
}
.cardloanSim01Block01 .sim01FormBlock01 > li:nth-child(2n + 1) {
	margin-left: 0;
}
.cardloanSim01Block01 .sim01FormBlock01 > li:nth-child(n + 3) {
	margin-top: 15px;
}
.cardloanSim01Block01 .sim01FormBlock01 .formItem > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
}
.cardloanSim01Block01 .sim01FormBlock01 .formItem .formTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 1em;
	width: 120px;
	font-weight: bold;
	font-size: 1.111em;
}
.cardloanSim01Block01 .sim01FormBlock01 .formItem .formContents {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 100%;
}

/* formParts */
.cardloanSim01Block01 .sim01FormBlock01 .formParts input,
.cardloanSim01Block01 .sim01FormBlock01 .formParts select,
.cardloanSim01Block01 .sim01SimulationArea01 .formParts .select .selectLabel {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 27px;
	width: 85%;
	height: 60px;
	border: 2px solid #d3d3d3;
	border-radius: 10px;
	background: #fff;
	color: #0ca26c;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 1.389em;
	line-height: 1;

	-webkit-appearance: none;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts select::-ms-expand {
	display: none;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts select option {
	background-color: #fff;
	color: #0ca26c;
	white-space: pre;
	font-weight: bold;
	font-size: 20px;
}

.cardloanSim01Block01 .sim01FormBlock01 .formParts select option:first-child {
	color: #ccc;
}

.cardloanSim01Block01 .sim01FormBlock01 .formParts .input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts .input input {
	text-align: center;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-ms-clear,
.cardloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-ms-clear {
	display: none !important;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-webkit-outer-spin-button,
.cardloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-webkit-outer-spin-button,
.cardloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-webkit-inner-spin-button,
.cardloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts .unit {
	margin-left: 10px;
	white-space: nowrap;
	font-weight: bold;
}

.cardloanSim01Block01 .sim01FormBlock01 .formParts .select {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts .select select,
.cardloanSim01Block01 .sim01SimulationArea01 .formParts .select .selectLabel {
	padding-right: 55px;
	background-image: url(/kojin/cardloan/simulation/images/simulation01_01.png);
	background-position: right 24px top 22px;
	background-size: 18px auto;
	background-repeat: no-repeat;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cardloanSim01Block01 .sim01SimulationArea01 .formParts .select select {
	z-index: 2;
	opacity: 0;
}
.cardloanSim01Block01 .sim01SimulationArea01 .formParts .select .selectLabel {
	position: absolute;
	top: 0;
	z-index: 1;
	overflow: hidden;
	padding-right: 55px;
	padding-right: 0;
	padding-left: 0;
	color: #000;
	text-align: center;
	white-space: nowrap;
	font-size: 20px;
	line-height: 58px;
}
.cardloanSim01Block01 .sim01SimulationArea01 .formParts[data-required='done'] .select .selectLabel {
	background-image: none;
	color: #0ca26c;
	text-align: center;
	font-size: 1.389em;
}

/* formParts error */
.cardloanSim01Block01 .sim01FormBlock01 .formParts .error {
	display: none;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts[data-required='error'] .error {
	display: block;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts[data-required='error'] .error.glyphAttention01 > span:before {
	width: 20px;
	height: 20px;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts[data-required='error'] input,
.cardloanSim01Block01 .sim01FormBlock01 .formParts[data-required='error'] select,
.cardloanSim01Block01 .sim01SimulationArea01 .formParts[data-required='error'] .select .selectLabel {
	border-color: #fbcfcf;
	background-color: #fff0f1;
}

/* formParts tootip */
.cardloanSim01Block01 .sim01FormBlock01 .formParts .tooltip {
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 3;
	visibility: hidden;
	margin-bottom: 5px;
	padding: 10px;
	max-width: 100%;
	height: 0;
	border: 3px solid #0ca16c;
	border-radius: 10px;
	background: #f0f9f1;
	color: #0ca16c;
	font-weight: 700;
	font-size: 13px;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts .tooltip:before {
	position: absolute;
	bottom: -24px;
	left: 60px;
	z-index: 3;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #f0f9f1;
	content: '';
}
.cardloanSim01Block01 .sim01FormBlock01 .formParts .tooltip:after {
	position: absolute;
	bottom: -30px;
	left: 60px;
	z-index: 2;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #0ca16c;
	content: '';
}
.sim01FormBlock01 .formParts .tooltip.active {
	visibility: visible;
	height: auto;
	opacity: 1;
}

/* sim01SimulationArea01 */
.cardloanSim01Block01 .sim01SimulationArea01 .mainContents {
	position: relative;
}
.cardloanSim01Block01 .sim01SimulationArea01 .formLimitLockMask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	height: 100%;
}
.cardloanSim01Block01 .sim01SimulationArea01 .formLimitLockMaskInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}
.cardloanSim01Block01 .sim01SimulationArea01[class~='limitLock'] .formLimitLockMask {
	display: block;
}
.cardloanSim01Block01 .sim01SimulationArea01[class~='limitLock'] .sim01SubmitBlock01 .sim01SubmitBlockContents.limitLock {
	display: block;
}

.cardloanSim01Block01 .sim01SimulationArea01.limitLock .cardloanSim01 {
	position: relative;
}
.cardloanSim01Block01 .sim01SimulationArea01.limitLock .cardloanSim01:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	border-radius: 13px;
	background: rgba(0, 0, 0, 0.7);
	content: '';
}
.cardloanSim01Block01 .cardloanSim01 .limitText {
	display: none;
}
.cardloanSim01Block01 .sim01SimulationArea01.limitLock .limitText {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cardloanSim01StartTextNone {
	margin-top: 80px;
}
.cardloanSim01StartTextNone .cardloanSim01Block01 .cardloanSim01 {
	padding-top: 10px;
}
.cardloanSim01StartTextNone .cardloanSim01Block01 .cardloanSim01 .cardloanSimTitle01 > .inner > span {
	display: none;
}
.cardloanSim01StartTextNone .cardloanSim01Block01 .cardloanSim01 .cardloanSimNote01 {
	margin-bottom: 10px;
}

/* cardloanAdviceBlock01 ***************************/

.cardloanAdviceBlock01 .cardloanAdviceInner {
	position: relative;
	padding: 40px 20px;
	border: 2px solid #0ca26c;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}
.cardloanAdviceBlock01 .cardloanAdviceInner:after {
	position: absolute;
	right: 80px;
	bottom: -18px;
	width: 30px;
	height: 30px;
	background: url(/kojin/cardloan/images/common_rn1_img_08.png) no-repeat;
	background-size: contain;
	content: '';
}
.cardloanAdviceBlock01 .cardloanAdviceTitle01 {
	position: relative;
	top: 40px;
	z-index: 1;
	margin: 0 auto;
	width: 310px;
	text-align: center;
}
.cardloanAdviceBlock01 .cardloanAdviceTitle01 + .cardloanAdviceInner {
	padding-top: 60px;
}
.cardloanAdviceBlock01 .cardloanAdviceImg01 {
	position: relative;
	margin-top: -20px;
	margin-right: 10px;
	text-align: right;
}
.cardloanAdviceBlock01 .cardloanAdviceImg01 img {
	width: 84px;
}
/* sim01backSimulation ***************************/
.modalWrap .cardloanSim01BackSimBtn {
	display: none !important;
}

/***************************************************************/

/* rwd

/***************************************************************/

@media screen and (max-width: 767px) {
	/* cardloanSim01Block01  ***************************/
	.cardloanSim01Block01 .cardloanSim01 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 10px;
		width: 100%;
	}
	.cardloanSim01Block01 .cardloanSim01 .cardloanSimTitle01 .inner {
		font-size: 2.2rem;
	}
	.cardloanSim01Block01 .cardloanSim01 .cardloanSimTitle01 > .inner > span {
		top: -20px;
		left: -60px;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 10px;
		width: 100%;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 > li {
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 > li:first-child {
		margin-top: 0;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 > li:nth-child(n + 3) {
		margin-top: 10px;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 .formItem .formTitle {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		margin-right: 0.5em;
		width: 75px;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 .formParts[data-required='error'] .error {
		text-align: left;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 .formParts .input input {
		text-align: right;
	}

	/* formParts */
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 .formParts .input input,
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 .formParts .select select,
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 .formParts .select .selectLabel {
		padding: 0 10px;
		width: 80%;
		height: 50px;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 .formParts .select .selectLabel {
		padding-right: 40px;
	}
	.cardloanSim01Block01 .cardloanSim01 .sim01FormBlock01 .formParts .select select {
		background-position: right 17px top 19px;
		background-size: 16px auto;
	}

	.cardloanSim01Block01 .sim01SimulationArea01 .formParts .select .selectLabel {
		padding: 0 10px;
		padding-right: 40px;
		width: 80%;
		height: 50px;
		background-position: right 17px top 19px;
		background-size: 16px auto;
		font-size: 18px;
		line-height: 48px;
	}
	.cardloanSim01Block01 .sim01SimulationArea01 .formParts[data-required='done'] .select > .selectLabel {
		padding-right: 10px;
		text-align: right;
	}

	/* sim01ResultArea */
	.sim01ResultArea {
		margin-bottom: 20px;
		padding: 40px 0 20px;
	}
	.modalWrap .resultBoxInner {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.modalWrap .sim01ResultArea {
		margin: -20px -10px 0;
		padding-bottom: 0;
	}
	.sim01Adjust01 {
		top: -20px;
	}
	.sim01Adjust01 .titleInner {
		padding-left: 0;
	}
	.sim01Adjust02 {
		margin-top: -40px;
	}
	.sim01Adjust03 {
		height: 60px;
	}
	.sim01Adjust04 {
		position: relative;
		top: -20px !important;
		margin-top: 0;
	}
	.sim01Adjust06 {
		width: 100%;
	}
	.sim01Adjust07 {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.sim01Adjust07 .sim01Adjust07Img01,
	.sim01Adjust07 .sim01Adjust07Img02 {
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		width: 110px;
		text-align: center;
	}
	.sim01Adjust07 .sim01Adjust07Img02 {
		margin-top: 0;
	}
	.sim01Adjust07 .sim01Adjust07Text01 {
		margin-bottom: 10px;
		text-align: center;
		font-weight: bold;
	}
	.sim01Adjust08 {
		position: relative;
		top: -15px;
	}

	/* resultBox */
	.resultBox {
		margin: 0 10px;
		width: auto;
	}
	.resultBoxInner {
		padding: 0 10px 20px;
	}
	.resultBoxInner > .resultTitle {
		top: -20px;
	}
	.resultBoxInner > .resultTitle span {
		width: 140px;
		font-size: 18px;
	}
	.resultBoxInner > .resultComment {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 18px;
	}
	.resultBoxInner > .resultComment:before {
		min-width: 60px;
		width: 50px;
		height: 50px;
	}

	.sim01Icon01 > span {
		padding-left: 32px;
	}
	.sim01Icon01 > span:before {
		margin-top: -20px;
		width: 21px;
		height: 35px;
	}

	.cardloanSim01StartTextNone {
		margin-top: 30px;
	}
	.cardloanSim01StartTextNone .cardloanSim01Block01 .cardloanSim01 {
		padding-top: 0;
		padding-bottom: 0;
	}

	/* cardloanAdviceBlock01 ***************************/

	.cardloanAdviceBlock01 .cardloanAdviceInner {
		padding: 20px;
	}
	.cardloanAdviceBlock01 .cardloanAdviceTitle01 {
		top: 35px;
		width: 200px;
	}
	.cardloanAdviceBlock01 .cardloanAdviceTitle01 + .cardloanAdviceInner {
		padding-top: 50px;
	}

}
