@charset "UTF-8";

/* style */
.architectureType2018 #wrap {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.eduloanSimSection,
.eduloanSim01Block01 {
	margin-top: 0;
	background: #f0f9f1;
}
.architectureType2018 #wrap #mainArea .coverTitle + .eduloanSimSection {
	margin-top: -30px !important;
}

.eduloanSim01Block01.v3_fullColumnA01>.columnInner {
	padding: 25px 0 40px;
}

.eduloanSim01Block01.v3_fullColumnA01 > .columnInner {
	padding: 25px 0 40px;
}

.sim01FormBlock01 .formItem .formTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	margin-right: 1em;
	font-weight: bold;
}
.sim01FormBlock01 .formItem .formContents {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 100%;
}

/* eduloanSimCheckBlock01 */
.eduloanSimCheckBlock01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 429px;
	height: 78px;
	margin: 0 auto;
	background: url(/kojin/edu/simulation/images/simulation01_09.png) 50% 50% no-repeat;
	background-size: auto 78px;
}
.eduloanSimCheckBlock01 > label {
	margin-top: -6px;
	padding: 0 20px;
}
.eduloanSimCheckBlock01 > label > input[type="checkbox"] {
	display: none;
	appearance: none;
}
.eduloanSimCheckBlock01 > label > span {
	cursor: pointer;
	display: inline-block;
	padding: 5px 0 5px 40px;
	position: relative;
	width: auto;
	box-sizing: border-box;
	font-weight: bold;
}
.eduloanSimCheckBlock01 > label > span::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	box-sizing: border-box;
	width: 27px;
	height: 27px;
	margin-top: -13px;
	border: 1px solid #707070;
	border-radius: 4px;
	background: #fff;
}
.eduloanSimCheckBlock01 > label > span::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	opacity: 0;
	width: 10px;
	height: 13px;
	margin-top: -10px;
	transform: rotate(45deg);
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.eduloanSimCheckBlock01 > label > input[type="checkbox"]:checked + span::before {
	background: #0ca26c;
	border: 0;
}
.eduloanSimCheckBlock01 > label > input[type="checkbox"]:checked + span::after {
	opacity: 1;
}



/* formParts */
.sim01FormBlock01 .formParts input,
.sim01FormBlock01 .formParts select,
.sim01SimulationArea01 .formParts .select .selectLabel,
.eduloanSim01Block01 .btnEduloanSelect01 {
	-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;
	appearance: none;
	-webkit-appearance: none;
}
.sim01FormBlock01 .formParts select::-ms-expand {
	display: none;
}
.sim01FormBlock01 .formParts select option {
	background-color: #fff;
	color: #0ca26c;
	white-space: pre;
	font-weight: bold;
	font-size: 20px;
}

.sim01FormBlock01 .formParts select option:first-child {
	color: #ccc;
}

.sim01FormBlock01 .formParts .input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
}
.sim01FormBlock01 .formParts .input input {
	text-align: right;
}
.sim01FormBlock01 .formParts .input > input[type='tel']::-ms-clear,
.sim01FormBlock01 .formParts .input > input[type='number']::-ms-clear {
	display: none !important;
}
.sim01FormBlock01 .formParts .input > input[type='tel']::-webkit-outer-spin-button,
.sim01FormBlock01 .formParts .input > input[type='number']::-webkit-outer-spin-button,
.sim01FormBlock01 .formParts .input > input[type='tel']::-webkit-inner-spin-button,
.sim01FormBlock01 .formParts .input > input[type='number']::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
}
.sim01FormBlock01 .formParts .unit {
	margin-left: 10px;
	white-space: nowrap;
	font-weight: bold;
}

.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;
}
.sim01FormBlock01 .formParts .select select,
.sim01SimulationArea01 .formParts .select .selectLabel {
	padding-right: 55px;
	background-image: url(/kojin/edu/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;
}

.sim01SimulationArea01 .formParts .select select {
	z-index: 2;
	opacity: 0;
}
.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;
}
.sim01SimulationArea01 *[data-required='done'] .select .selectLabel {
	padding-right: 27px;
	background-image: none;
	color: #0ca26c;
	text-align: right;
	font-size: 1.389em;
}

/* formParts error */
.sim01FormBlock01 .formParts .error {
	display: none;
}
.sim01FormBlock01 *[data-required='error'] .error {
	display: block;
}
.sim01FormBlock01 *[data-required='error'] .error.glyphAttention01 > span:before {
	width: 20px;
	height: 20px;
}
.sim01FormBlock01 *[data-required='error'] input,
.sim01FormBlock01 *[data-required='error'] select,
.sim01SimulationArea01 *[data-required='error'] .select .selectLabel {
	border-color: #fbcfcf;
	background-color: #fff0f1;
}

/* formParts tootip */
.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: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.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: '';
}
.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;
}

/* sim01SubmitBlock */
.sim01SubmitBlock01 .sim01SubmitBlockContents.limitLock {
	display: none;
}

/* sim01SimulationArea */
.sim01SimulationArea01 .mainContents {
	position: relative;
}
.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%;
}
.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;
}
.sim01SimulationArea01[class~='limitLock'] .formLimitLockMask {
	display: block;
}
.sim01SimulationArea01[class~='limitLock'] .sim01SubmitBlock01 {
	background: #fff8dc;
}
.sim01SimulationArea01[class~='limitLock'] .sim01SubmitBlock01 .sim01SubmitBlockContents {
	display: none;
}
.sim01SimulationArea01[class~='limitLock'] .sim01SubmitBlock01 .sim01SubmitBlockContents.limitLock {
	display: block;
}

/* sim01ResultArea */
.sim01ResultArea {
	padding: 50px 0;
}
.sim01ResultArea.result01 {
	background: #f0f9f1;
}
.sim01ResultArea.result02 {
	background: #f0f9f1;
}


/* resultBox */
.resultBox {
	margin: 0 auto;
	max-width: 900px;
}
.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 {
	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 > .resultLead {
	margin-top: 0;
}
.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: 20px;
	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/edu/simulation/images/simulation01_02.png');
}
.sim01ResultArea.result02 .resultBoxInner .resultComment:before {
	background-image: url('/kojin/edu/simulation/images/simulation01_03.png');
}
.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;
}

.resultBoxInner>.resultSimTable {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid #d3d3d3;
}

/* 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;
	justify-items: center;
	margin-left: -65px;
}
.sim01Adjust07 .sim01Adjust07Img01 {
	margin-right: 5px;
	width: 100px;
	text-align: right;
}
.sim01Adjust07 .sim01Adjust07Img02 {
	margin-right: 10px;
	width: 100px;
	text-align: right;
	position: relative;
	margin-top: -65px;
}
.sim01Adjust07 .sim01Adjust07Text01 {
	text-align: left;
	font-weight: bold;
}

.eduloanAdviceBlock01 .eduloanAdviceInner {
	position: relative;
	padding: 40px 20px;
	border: 2px solid #0ca26c;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}
.eduloanAdviceBlock01 .eduloanAdviceInner:after {
	position: absolute;
	right: 80px;
	bottom: -18px;
	width: 30px;
	height: 30px;
	background: url(/kojin/edu/simulation/images/simulation01_06.png) no-repeat;
	background-size: contain;
	content: '';
}
.eduloanAdviceBlock01 .eduloanAdviceTitle01 {
	position: relative;
	top: 40px;
	z-index: 1;
	margin: 0 auto;
	width: 310px;
	text-align: center;
}
.eduloanAdviceBlock01 .eduloanAdviceTitle01 + .eduloanAdviceInner {
	padding-top: 60px;
}
.eduloanAdviceBlock01 .eduloanAdviceImg01 {
	position: relative;
	margin-top: -20px;
	margin-right: 10px;
	text-align: right;
}
.eduloanAdviceBlock01 .eduloanAdviceImg01 img {
	width: 84px;
}

.eduloanSim01Block01 .sim01FormBlock01 > .formItemPt2 {
	margin-left: 60px;
	width: 270px;
}

.eduloanSim01Block01 .sim01FormBlock01 > .formItemPt3 {
	margin-left: 60px;
	width: 500px;
}

.eduloanSim01Block01 .sim01FormBlock01 > .formItemPt4 {
	width: 300px;
	margin-left: 20px;
}
.eduloanSim01Block01 .sim01FormBlock01 > .formItemPt4 .formTitle {
	text-align: left;
}

.eduloanSim01Block01 .sim01FormBlock01 > .formItem.formItemPt5 {
	width: 145px;
	margin-left: 20px;
}

.eduloanSimIncreaseBlock > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: start;
	-ms-flex-align: center;
}
.eduloanSimIncreaseBlock > dl {
	align-items: center;
}

.eduloanSim01Card01[class*="v2-cardBlockA"] {
	margin-top: 20px;
}
.eduloanSim01Card01[class*="v2-cardBlockA"].beforeBlowout01:before {
	left: 15%;
	margin-left: -14px;
}

.eduloanSim01Card02[class*="v2-cardBlockA"] {
	background: #fff;
}
.eduloanSim01Card02[class*="v2-cardBlockA"].sibError {
	margin-top: 110px;
}
.eduloanSim01Card02[class*="v2-cardBlockA"].beforeBlowout01:before {
	left: 215px;
	margin-left: -44px;
	border-color: transparent transparent #fff transparent;
}
.eduloanSim01Card02[class*="v2-cardBlockA"].beforeBlowout01.sibError:before {
	top: -120px;
	margin-left: -54px;
	border-width: 0 31px 120px 31px;
}
.eduloanSimIncreaseBlock {
	display: none;
	box-sizing: border-box;
	margin-top: 30px;
	margin-right: -280px;
	padding: 25px 30px;
}

.eduloanSimResultTable01 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.eduloanSimResultTable01 table thead th {
	background: #f0f9f1;
}
.eduloanSimResultTable01 table th,
.eduloanSimResultTable01 table td {
	vertical-align: middle;
	font-weight: bold;
}

.eduloanSim01DecorationText01 > span {
	position: relative;
	display: inline-block;
}
.eduloanSim01DecorationText01 > span {
	padding: 0 19px;
}
.eduloanSim01DecorationText01 > span:before,
.eduloanSim01DecorationText01 > span:after {
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -0.58em;
	width: 0.12em;
	height: 1.16em;
	content: "";
	background: #f7920e;
}
.eduloanSim01DecorationText01 > span:before {
	left: 0;
	-webkit-transform: rotate(-28deg);
	transform: rotate(-28deg);
}
.eduloanSim01DecorationText01 > span:after {
	right: 0;
	-webkit-transform: rotate(28deg);
	transform: rotate(28deg);
}

.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/edu/simulation/images/simulation01_05.png);
}
.sim01Icon01 > span:before {
	top: 50%;
	left: 0;
	margin-top: -32px;
}
.sim01Icon02 {
	position: relative;
	display: inline-block;
	padding-left: 130px;
}
.sim01Icon02:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -56px;
	display: inline-block;
	content: "";
	width: 123px;
	height: 112px;
	background-image: url(/kojin/edu/simulation/images/simulation01_08.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* sim01backSimulation ***************************/
.modalWrap .eduloanSim01BackSimBtn {
	display: none !important;
}

/* modal ***************************/
.modalWrap .sim01ResultArea .resultBoxInner > .resultComment {
	margin-top: 0;
}
.modalWrap .sim01ResultArea {
	padding: 0;
}
.modalWrap .sim01ResultArea.result01,
.modalWrap .sim01ResultArea.result02 {
	background: transparent;
}
.modalFormList li {
	padding: 20px;
	border-bottom: 1px solid #d3d3d3;
	box-sizing: border-box;
}
.modalKinriPlan {
	display: none;
}
.modalKinriPlan:checked + .modalPlanText:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #0ca26c;
	border-radius: 50%;
	box-sizing: border-box;
}
.modalPlanText {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 50px;
}
.modalPlanText:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #fff;
	border: 2px solid #0ca26c;
	border-radius: 50%;
	box-sizing: border-box;
}



/*-------------------------------------------
New
-------------------------------------------*/
.eduloanSim01Block01 * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif !important;
}

.eduloanSim01Block01 .eduloanSim01 {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 40px 0;
	border-radius: 13px;
	text-align: center;
}
.eduloanSim01Block01 .eduloanSim01 .eduloanSimTitle01 .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;
}
.eduloanSim01Block01 .eduloanSim01 .eduloanSimTitle01 > .inner > span {
	position: absolute;
	top: -20px;
	left: -120px;
	display: block;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.eduloanSim01Block01 .eduloanSim01 .eduloanSimNote01 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.eduloanSim01Block01 .eduloanSim01 .eduloanSimNote01 > * {
	margin-bottom: 0.5em;
}
.eduloanSim01Block01 .eduloanSim01 .eduloanSimTitle01 img {
	display: inline-block;
	width: 94px;
}
.eduloanSim01Block01 .sim01FormBlock01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}
.eduloanSim01Block01 .sim01Column3FormBlock01.sim01FormBlock01 {
	justify-content: center;
}
.eduloanSim01Block01 .sim01FormBlock01 > li {
	margin-left: 25px;
	width: 265px;
}
.eduloanSim01Block01 .sim01Column3FormBlock01.sim01FormBlock01 > li {
	width: 335px;
	margin-left: 45px;
}
.eduloanSim01Block01 .sim01FormBlock01 > li.selectItem {
	width: 230px;
}
.eduloanSim01Block01 .sim01Column3FormBlock01.sim01FormBlock01 > li.selectItem {
	width: 300px;
}
.eduloanSim01Block01 .sim01FormBlock01[aria-hidden="true"],
.eduloanSim01Block01 .sim01FormBlock01 > li[aria-hidden="true"] {
	display: none;
}
.eduloanSim01Block01 .sim01FormBlock01 > li:nth-child(2),
.eduloanSim01Block01 .sim01FormBlock01 > li:nth-child(6) {
	margin-left: 40px;
}
.eduloanSim01Block01 .sim01FormBlock01 > li:nth-child(4n + 1) {
	margin-left: 0;
}
.eduloanSim01Block01 .sim01FormBlock01 > li:nth-child(n + 5) {
	margin-top: 50px;
}
.eduloanSim01Block01 .sim01Column3FormBlock01.sim01FormBlock01 > li:nth-child(n + 4) {
	margin-top: 50px;
}
.eduloanSim01Block01 .sim01FormBlock01 .formItem > dl {
}
.eduloanSim01Block01 .sim01FormBlock01 .formItem .formTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	font-weight: bold;
	font-size: 1.333em;
}
.eduloanSim01Block01 .sim01FormBlock01 .formItem .formTitle {
	margin-right: 1em;
}
.eduloanSim01Block01 .sim01FormBlock01 .formItem .formTitle a {
	color: #000;
}
.eduloanSim01Block01 .sim01FormBlock01 .formItem .formContents {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 100%;
}
.eduloanRepayMemo {
	display: none;
}

/* formParts */
.eduloanSim01Block01 .sim01FormBlock01 .formParts input,
.eduloanSim01Block01 .sim01FormBlock01 .formParts select,
.eduloanSim01Block01 .sim01SimulationArea01 .formParts .select .selectLabel {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 27px;
	width: 200px;
	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;
	appearance: none;
	-webkit-appearance: none;
}
.eduloanSim01Block01 .sim01FormBlock01 .selectItem .formParts select,
.eduloanSim01Block01 .sim01SimulationArea01 .selectItem .formParts .select .selectLabel {
	width: 100%;
}
.eduloanSim01Block01 .sim01SimulationArea01 .selectItem .formParts .select .eduloanSelectLabel {
	padding: 0 27px;
}
.eduloanSim01Block01 .sim01SimulationArea01 .selectItem .formParts .select .eduloanSelectLabel > span {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.eduloanSim01Block01 .sim01FormBlock01 .formParts select::-ms-expand {
	display: none;
}
.eduloanSim01Block01 .sim01FormBlock01 .formParts select option {
	background-color: #fff;
	color: #0ca26c;
	white-space: pre;
	font-weight: bold;
	font-size: 20px;
}

.eduloanSim01Block01 .sim01FormBlock01 .formParts select option:first-child {
	color: #ccc;
}

.eduloanSim01Block01 .sim01FormBlock01 .formParts .input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
}
.eduloanSim01Block01 .sim01FormBlock01 .formParts .input input {
	text-align: center;
}
.eduloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-ms-clear,
.eduloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-ms-clear {
	display: none !important;
}
.eduloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-webkit-outer-spin-button,
.eduloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-webkit-outer-spin-button,
.eduloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-webkit-inner-spin-button,
.eduloanSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
}
.eduloanSim01Block01 .sim01FormBlock01 .formParts .unit {
	margin-left: 10px;
	white-space: nowrap;
	font-size: 1.333em;
	font-weight: bold;
}

.eduloanSim01Block01 .btnEduloanSelect01,
.eduloanSim01Block01 .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;
}
.eduloanSim01Block01 .btnEduloanSelect01,
.eduloanSim01Block01 .sim01FormBlock01 .formParts .select select,
.eduloanSim01Block01 .sim01SimulationArea01 .formParts .select .selectLabel {
	padding-right: 55px;
	background-image: url(/kojin/edu/simulation/images/simulation01_01.png);
	background-position: right 17px top 22px;
	background-size: 18px auto;
	background-repeat: no-repeat;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.eduloanSim01Block01 .sim01SimulationArea01 .formParts .select select {
	z-index: 2;
	opacity: 0;
}
.eduloanSim01Block01 .btnEduloanSelect01,
.eduloanSim01Block01 .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;
}
.eduloanSim01Block01 .btnEduloanSelect01 {
	z-index: 100;
	display: block;
	width: 100%;
	padding: 0 27px;
}
.eduloanSim01Block01 .btnEduloanSelect01 > span {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.eduloanSim01Block01 .btnEduloanSelect01.select,
.eduloanSim01Block01 .sim01SimulationArea01 *[data-required='done'] .select .selectLabel {
	background-image: none;
	color: #0ca26c;
	text-align: center;
	font-size: 1.389em;
}

.eduloanSim01Block01 .sim01SimulationArea01 .eduloanSimRadioList01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: -10px;
}
.eduloanSim01Block01 .sim01SimulationArea01 .eduloanSimRadioList01 > li {
	margin-right: 26px;
}
.eduloanSim01Block01 .sim01SimulationArea01 .eduloanSimRadioList01 > li:last-child {
	margin-right: 0;
}
.eduloanSim01Block01 .sim01SimulationArea01 .eduloanSimRadioList01 input[type="radio"] {
	display: none;
	appearance: none;
}
.eduloanSim01Block01 .sim01SimulationArea01 .eduloanSimRadioList01 input[type="radio"] + span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 110px;
	height: 60px;
	margin-bottom: 10px;
	border: solid 2px #d3d3d3;
	border-radius: 10px;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
.eduloanSim01Block01 .sim01SimulationArea01 .eduloanSimRadioList01 input[type="radio"]:checked + span {
	border: 0;
	background: #0ca26c;
	color: #fff;
}

/* formParts error */
.eduloanSim01Block01 .sim01FormBlock01 .formItem .error {
	display: none;
}
.eduloanSim01Block01 .sim01FormBlock01 *[data-required='error'] .error {
	display: block;
}
.eduloanSim01Block01 .sim01FormBlock01 *[data-required='error'] .error.glyphAttention01 > span:before {
	width: 20px;
	height: 20px;
}
.eduloanSim01Block01 *[data-required='error'] .btnEduloanSelect01,
.eduloanSim01Block01 .sim01FormBlock01 *[data-required='error'] input,
.eduloanSim01Block01 .sim01FormBlock01 *[data-required='error'] select,
.eduloanSim01Block01 .sim01SimulationArea01 *[data-required='error'] .select .selectLabel {
	border-color: #fbcfcf;
	background-color: #fff0f1;
}

/* formParts tootip */
.eduloanSim01Block01 .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;
}
.eduloanSim01Block01 .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: '';
}
.eduloanSim01Block01 .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 */
.eduloanSim01Block01 .sim01SimulationArea01 .mainContents {
	position: relative;
}
.eduloanSim01Block01 .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%;
}
.eduloanSim01Block01 .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;
}
.eduloanSim01Block01 .sim01SimulationArea01[class~='limitLock'] .formLimitLockMask {
	display: block;
}
.eduloanSim01Block01 .sim01SimulationArea01[class~='limitLock'] .sim01SubmitBlock01 .sim01SubmitBlockContents.limitLock {
	display: block;
}
.eduloanSim01Block01 .sim01SimulationArea01.limitLock .eduloanSim01 {
	position: relative;
}
.eduloanSim01Block01 .sim01SimulationArea01.limitLock .eduloanSim01: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: '';
}
.eduloanSim01Block01 .eduloanSim01 .limitText {
	display: none;
}
.eduloanSim01Block01 .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%);
}
.eduloanSim01StartTextNone {
	margin-top: 80px;
}
.eduloanSim01StartTextNone .eduloanSim01Block01 .eduloanSim01 {
	padding-top: 10px;
}
.eduloanSim01StartTextNone .eduloanSim01Block01 .eduloanSim01 .eduloanSimTitle01 > .inner > span {
	display: none;
}
.eduloanSim01StartTextNone .eduloanSim01Block01 .eduloanSim01 .eduloanSimNote01 {
	margin-bottom: 10px;
}

/* eduloanAdviceBlock01 ***************************/

.eduloanAdviceBlock01 .eduloanAdviceInner {
	position: relative;
	padding: 40px 20px;
	border: 2px solid #0ca26c;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}
.eduloanAdviceBlock01 .eduloanAdviceInner:after {
	position: absolute;
	right: 80px;
	bottom: -18px;
	width: 30px;
	height: 30px;
	background: url(/kojin/edu/simulation/images/simulation01_06.png) no-repeat;
	background-size: contain;
	content: '';
}
.eduloanAdviceBlock01 .eduloanAdviceTitle01 {
	position: relative;
	top: 40px;
	z-index: 1;
	margin: 0 auto;
	width: 310px;
	text-align: center;
}
.eduloanAdviceBlock01 .eduloanAdviceTitle01 + .eduloanAdviceInner {
	padding-top: 60px;
}
.eduloanAdviceBlock01 .eduloanAdviceImg01 {
	position: relative;
	margin-top: -20px;
	margin-right: 10px;
	text-align: right;
}
.eduloanAdviceBlock01 .eduloanAdviceImg01 img {
	width: 84px;
}
/* sim01backSimulation ***************************/
.modalWrap .eduloanSim01BackSimBtn {
	display: none !important;
}

/*-------------------------------------------
2023/05
-------------------------------------------*/
/* eduloanSimIcon */
.sim01ResultArea .eduloanSimIcon01 > span {
	position: relative;
	display: inline-block;
	padding: 12px 0 11px 60px;
}
.sim01ResultArea .eduloanSimIcon01 > span:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	background-image: url(/kojin/edu/images/index_ico_01.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* eduloanSimBalloonBlock */
.sim01ResultArea *[class*="eduloanSimBalloonBlock"] {
	margin: 30px auto 0;
}
.sim01ResultArea *[class*="eduloanSimBalloonBlock"] > .v3-title {
	margin-right: 0;
}
.sim01ResultArea *[class*="eduloanSimBalloonBlock"] > .v3-detail {
	padding: 17px 15px 16px;
	border-radius: 0 3px 3px 0;
}
.sim01ResultArea *[class*="eduloanSimBalloonBlock"] .rateNum {
	font-size: 3.2rem;
	line-height: 1;
}
.sim01ResultArea *[class*="eduloanSimBalloonBlock"] .v3-layoutColumnA4_2 .rateNum {
	font-size: 2.5rem;
}
.sim01ResultArea *[class*="eduloanSimBalloonBlock"] .v3-borderList01 > * {
	align-items: baseline;
	line-height: 1;
}
.sim01ResultArea *[class*="eduloanSimBalloonBlock"] .v3-borderList01 > * + *:before {
	width: 2px;
	background: #efefef;
}
.sim01ResultArea .eduloanSimBalloonBlock01 > .v3-detail {
	background: #f1fdf7;
}
.sim01ResultArea .eduloanSimBalloonBlock02 > .v3-detail {
	background: #fffbed;
}

/* eduloanSimDecorationText */
.sim01ResultArea .eduloanSimDecorationText01 > span {
	position: relative;
	display: inline-block;
	padding: 0 19px;
}
.sim01ResultArea .eduloanSimDecorationText01 > span:before,
.sim01ResultArea .eduloanSimDecorationText01 > span:after {
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -0.58em;
	width: 0.12em;
	height: 1.16em;
	content: "";
	background: #f7920e;
}
.sim01ResultArea .eduloanSimDecorationText01 > span:before {
	left: 0;
	-webkit-transform: rotate(-28deg);
	transform: rotate(-28deg);
}
.sim01ResultArea .eduloanSimDecorationText01 > span:after {
	right: 0;
	-webkit-transform: rotate(28deg);
	transform: rotate(28deg);
}

/* eduloanIcoModal01 */
.eduloanIcoModal01>span {
	position: relative;
	display: inline-block;
}
.eduloanIcoModal01>span::after {
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	background: url(/kojin/edu/simulation/images/simulation01_11.png) no-repeat;
	background-size: contain;
}

/* eduloanSimColumn01 */
.eduloanSimColumn01 {
	display: flex;
}
.eduloanSimColumn01 > *:first-child {
	margin-left: 0;
}
.eduloanSimColumn01 > * {
	margin-left: 15px;
}

/* eduloanComparisonTable01 */
.eduloanComparisonTable01 {
	position: relative;
	margin-top: 80px;
}
.eduloanComparisonTable01 .eduloanLinkItem {
	color: #fff;
}
table.eduloanComparisonTable01 .eduloanLinkItem:hover {
	opacity: 0.7;
}
.eduloanComparisonTable01 .eduloanLinkItem.glyphArrowTriangleRight > span:before {
	color: #fff;
}
.eduloanComparisonTable01 > tbody > tr.separatorLineNone > th,
.eduloanComparisonTable01 > tbody > tr.separatorLineNone > td {
	border: none;
}
.eduloanComparisonTable01 > tbody > tr.separatorLineNone.eduloanTableSimAdjust > td {
	padding-top: 116px;
}
table.eduloanComparisonTable01 .eduloanTableColorBlock01 > th > * {
	top: 40px;
}
table.eduloanComparisonTable01 .eduloanTableColorBlock01 > th > * > span,
table.eduloanComparisonTable01 .eduloanTableColorBlock01 > th > * > div {
	display: inline-block;
	position: relative;
	width: 90%;
	padding: 30px 10px;
	background-color: #fff;
	border-radius: 0;
}
table.eduloanComparisonTable01[class*="v4-tableLayoutA"] > tfoot > tr > th {
	padding: 10px;
	color: #fff;
	font-size: 1.11em;
	font-weight: bold;
}
table.eduloanComparisonTable01[class*="v4-tableLayoutA"] > tfoot > tr > th:not(:last-child) {
	border-right: 2px solid #fff;
}
.v4-tableLayoutA01.eduloanComparisonTable01 > tfoot .v4-tableBg01 {
	background-color: #aaa;
}
.v4-tableLayoutA01.eduloanComparisonTable01 > tfoot .v4-tableBg02 {
	background-color: #f7920e;
}
.v4-tableLayoutA01.eduloanComparisonTable01 > tfoot .v4-tableBg03 {
	background-color: #0ca26c;
}
.v4-tableLayoutA01.eduloanComparisonTable01 > tfoot .v4-tableBg04 {
	background-color: #83bcdd;
}
table[class*="v4-tableLayoutA"] > tbody > tr.kakumeiTableFull > td,
table[class*="v4-tableLayoutA"] > tbody > tr.separatorLineNone > th,
table[class*="v4-tableLayoutA"] > tbody > tr.separatorLineNone + tr > th {
	border-bottom: none;
}
