@charset "UTF-8";

/*-------------------------------------------
layout
-------------------------------------------*/
.loanSimulator {
	display: flex;
	align-items: flex-start;
}
.simulationResultBlock01 > .inner {
	position: relative;
	width: 280px;
	margin: 85px 0 0 30px;
	padding: 20px;
	box-sizing: border-box;
	background: #2273f2;
	border-radius: 6px;
	color: #fff;
}
footer #pageTop {
	display: none;
}

/*-------------------------------------------
parts
-------------------------------------------*/
/* table */
.simComparisonTable table th {
	font-weight: bold;
}
.simComparisonTable .simTable .simTableTitle01 {
	background: #fef2c5;
}
.simComparisonTable .simTable th,
.simComparisonTable .simTable td {
	vertical-align: middle;
}
.simOrder01 {
	display: inline-block;
	width: 21px;
	height: 21px;
	border-radius: 21px;
	background: #0c3bbc;
	color: #fff;
	line-height: 21px;
	text-align: center;
}

/* btn */
*[class*=btnSimT] {
	display: block;
	position: relative;
	width: 100%;
	padding: 4px 0 6px;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	border-radius: 6px;
	background: #f6f6f6;
	font-size: 1.0em;
}
*[class*=btnSimT]:hover {
	opacity: 0.8;
}
.v3-boxModal .v3-itemModal .btnSimT01 > span,
.btnSimT02 > span,
.btnSimT03 > span {
	position: static;
	display: inline-block;
	padding: 0 0 0 20px !important;
	letter-spacing: 0.5em;
	vertical-align: middle;
}
.v3-boxModal .v3-itemModal .btnSimT01 > span::before,
.btnSimT02 > span::before,
.btnSimT03 > span::before {
	top: 50%;
	left: 8px;
	margin-top: -9px;
	font-weight: bold;
}

.btnSimT02 {
	padding: 10px 0 12px;
	border-radius: 30px;
	background: #f7920e;
}
.btnSimT02 > span {
	color: #fff;
	font-weight: normal;
	letter-spacing: 0;
}
.btnSimT02 > span::before {
	color: #fff;
}

.btnSimT03 {
	padding: 10px 0 12px;
	border-radius: 30px;
	background: #fff;
}
.btnSimT03 > span {
	font-weight: normal;
	letter-spacing: 0;
}

/* simulationResultBlock01 */
.simulationResultBlock01 > .inner::before {
	content: '';
	display: block;
	position: absolute;
	top: -84px;
	left: 50%;
	width: 142px;
	height: 96px;
	margin-left: -71px;
	background: url(/kojin/jutaku/simulation/shinki/images/ico_nya01_pc.gif) 50% 0 no-repeat;
}
.simulationResultBlock01 .resultHead {
	padding-bottom: 35px;
	border-bottom: solid 2px #fff;
	font-size: 1.111em;
	font-weight: bold;
	text-align: center;
}
.simulationResultBlock01 .resultContent dd {
	text-align: right;
}
.resultMainBlock01,
.resultSubBlock01 {
	padding: 15px 0;
	border-bottom: solid 2px #fff;
}
.resultMainBlock01 dt {
	font-weight: bold;
}
.resultMainBlock01 dd {
	font-size: 1.667em;
}
.resultSubBlock01 dt {
	font-size: 0.89em;
}
.resultSubBlock01 dd {
	font-size: 1.335em;
}

.resultAnnualBlock01,
.resultTotalBlock01 {
	display: table;
	width: 100%;
}
.resultAnnualBlock01 dt,
.resultTotalBlock01 dt {
	display: table-cell;
	font-size: 0.89em;
	vertical-align: middle;
}
.resultAnnualBlock01 dd,
.resultTotalBlock01 dd {
	display: table-cell;
	font-size: 1.335em;
	vertical-align: middle;
}

/* simulationResultButton */
.simulationResultButton {
	margin-top: 30px;
}
.simulationResultButton li {
	margin-top: 15px;
}

/* simSettingButtonArea01 */
.simSettingButtonArea01 {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	width: 500px;
	margin: 0 0 30px auto;
}
.simSettingButtonArea01 > .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	padding: 15px 0;
	box-sizing: border-box;
	border-radius: 0 3px 3px 0;
	background: #0c3bbc;
	color: #fff;
	font-size: 1.0em;
}
.simSettingButtonArea01 > .button:hover {
	opacity: 0.8;
}
.simSettingButtonArea01 > .button > span {
	margin-left: -15px;
	font-weight: bold;
}
.simSettingButtonArea01 > .button > span::before {
	color: #fff;
}
.simSettingButtonArea01 > .description {
	display: flex;
	align-items: center;
	width: 330px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 3px 0 0 3px;
	background: #f2f2f2;
	color: #0c3bbc;
	font-weight: bold;
}

/*-------------------------------------------
modal
-------------------------------------------*/
.simModal {
	display: none;
}
.simModalWrap {
	width: 100%;
	overflow-x: hidden;
}
.simModalWrapInner {
	width: 200%;
	transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.comparison .simModalWrapInner {
	transform: translateX(-50%);
}
.simSaveText01 {
	position: relative;
	top: -54px;
	width: 100%;
	margin: 0 -21px -20px;
	padding: 10px 21px;
	border-radius: 3px 3px 0 0;
	background: #f2ecde;
	text-align: center;
}
.simAgreement,
.simComparison {
	float: left;
	width: 50%;
	transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.comparison .simAgreement {
	opacity: 0;
}
.simComparison {
	position: relative;
}
.agreement .simComparison {
	display: none;
	opacity: 0;
}

.simPlanClose li > *[class*="btnT"] {
	box-sizing: border-box;
}
.simPlanClose li:first-child > *[class*="btnT"] {
	margin-bottom: 0;
}

.modalAgreement + .closeWrap {
	display: none;
}


/*-------------------------------------------
form Setting
-------------------------------------------*/
/* range slider */
.loanSimulator input[type="range"] {
	position: absolute;
	left: -9999px;
}
.loanSimulator input[type="number"]::-webkit-outer-spin-button,
.loanSimulator input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.loanSimulator input[type="number"] {
	-moz-appearance:textfield;
}
.loanSimulator input[type="number"]:invalid {
	box-shadow: none;
}
.loanSimulator output {
	display: inline-block;
	width: auto;
	margin: 0;
}

.simFiledset01 > dl {
	display: table;
	width: 890px;
	margin: 0;
	border-top: solid 1px #0c3bbc;
	vertical-align: middle;
	border-collapse: collapse;
}
.simulationForm .simFiledset01:last-of-type {
	margin-bottom: 15px;
}
.simulationForm .simFiledset01:last-of-type > dl {
	border-bottom: solid 1px #0c3bbc;
}
.simFiledset01 .legend {
	display: table-cell;
	width: 230px;
	margin-bottom: 15px;
	padding: 30px 10px 40px;
	box-sizing: border-box;
	font-weight: bold;
	vertical-align: middle;
}
.simFiledset01 .simFiledset01Inner {
	display: table-cell;
	width: 658px;
	padding: 30px 30px 40px;
	box-sizing: border-box;
	border-left: solid 1px #e1e1e1;
	vertical-align: middle;
}
.simFiledset01 .inputNum {
	margin-bottom: 30px;
	text-align: right;
}
.simFiledset01 .inputNum > input {
	width: 6em;
	margin-right: 10px;
	border: solid 2px #d3d3d3;
	border-radius: 10px;
	color: #0c3bbc;
	font-size: 1.389em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.simFiledset01 .inputNum > span {
	display: inline-block;
	width: 2em;
}

/* bonus */
.simBonusNum {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.simBonusNum .bonusPct {
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding: 10px 23px;
	border-radius: 10px;
	background: #f2f2f2;
	font-size: 1.111em;
	line-height: 1;
}
.simBonusNum .bonusPct > dl {
	display: table;
	width: 100%;
}
.simBonusNum .bonusPct > dl > dt,
.simBonusNum .bonusPct > dl > dd {
	display: table-cell;
}
.simBonusNum .bonusPct > dl > dt::after {
	content: ' : ';
}
.simBonusNum .bonusPct > dl > dd {
	color: #0c3bbc;
}
.simBonusNum .bonusPct > dl > dd .bonusPctNum {
	display: inline-block;
	width: 1.2em;
	font-weight: bold;
	font-size: 1.111em;
	text-align: right
}
.simFiledset01 .simBonusNum .inputNum {
	margin-bottom: 0;
}

/* tooltip */
.simTooltipWrap {
	position: relative;
}
.simTooltip01 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 2.5em;
	left: 50%;
	width: 18em;
	margin-left: 0.7em;
	padding: 12px 10px;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	background: #ffe6e6;
	line-height: 1.4;
	color: #333;
	text-align: center;
}
.simBonusNum .simTooltip01{
	margin-left: -10.2em;
}
.simTooltip01.error {
	visibility: visible;
	opacity: 1.0;
	bottom: 3.5em;
}
.simTooltip01::after {
	content: '';
	z-index: 1;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border-width: 0 1px 1px 0;
	background: #ffe6e6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.simFiledset01 .slider {
	position: relative;
	margin: 0 30px;
}
.simFiledset01 .calc button {
	z-index: 1;
	position: absolute;
	top: -9px;
	width: 33px;
	height: 33px;
	border: solid 3px #2273f2;
	border-radius: 50%;
	background: #fff;
	font-size: 20px;
	font-weight: 2000;
	line-height: 1;
	text-indent: -9999px;
}
.simFiledset01 .calc button:hover {
	opacity: 0.8;
}
.simFiledset01 .calc button.minus {
	left: -30px;
}
.simFiledset01 .calc button.plus {
	right: -30px;
}
.simFiledset01 .calc button.minus::before,
.simFiledset01 .calc button.plus::before,
.simFiledset01 .calc button.plus::after {
	content: "";
	z-index: 2;
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 3px;
	margin-top: -2px;
	margin-left: -7px;
	background: #2273f2;
}
.simFiledset01 .calc button.plus::after {
	transform: rotate(90deg);
}
.simFiledset01 .rangeslider--horizontal {
	height: 14px;
	box-sizing: border-box;
}
.simFiledset01 .rangeslider--horizontal .rangeslider__handle {
	top: -14px;
}
.simFiledset01 .rangeslider__handle {
	width: 46px;
	height: 41px;
	border: 0;
	box-shadow: none;
	background: url(/kojin/jutaku/simulation/shinki/images/ico_handle01.png) 0 0 no-repeat;
	background-size: 46px 41px;
}
.simFiledset01 .rangeslider__handle::after {
	display: none;
}
.simFiledset01 .rangeslider,
.simFiledset01 .rangeslider__fill {
	border: solid 1px #e2e2e2;
	border-radius: 0;
	box-shadow: none;
}
.simFiledset01 .rangeslider {
	background: #fff;
}
.simFiledset01 .rangeslider__fill {
	background: #e2e2e2;
}

/* simPlanList01 */
.simPlanBlock01 {
	margin: 40px 80px 0;
}
.simPlanList01 {
	font-size: 1.111em;
}
.simPlanList01 > dt {
	margin: 0 0 10px 10px;
	font-weight: bold;
}
.planRadioList01 > li {
	border-top: solid 1px #e1e1e1;
}
.planRadioList01 > li:last-child {
	border-bottom: solid 1px #e1e1e1;
}
.planRadioList01 input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}
.planRadioList01 input + label {
	display: table;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	padding: 17px 10px 17px 50px;
	transition: background 0.2s linear;
	vertical-align: middle;
	line-height: 1;
	text-align: left;
}
.planRadioList01 input + label:hover {
	background: #f7f7f7;
	color: #f7920e;
}
.planRadioList01 input + label::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border: 2px solid #0c3bbc;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	background: #fff;
}
.planRadioList01 input[type=radio] + label::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 14px;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background-color: #0c3bbc;
	opacity: 0;
}
.planRadioList01 input:checked + label::after {
	opacity: 1;
}
.planRadioList01 input + label > * {
	display: table-cell;
}
.planRadioList01 input + label > .planApplyWrap {
	min-width: 75px;
	padding-left: 5px;
	text-align: right;
}
.simPlanBlock01 .simPlanButton01 {
	display: none;
	margin-top: 40px;
}

/* simulationMvBlock */
.simulationMvBlock01 {
	background: linear-gradient(135deg, #0bb2fc, #3e6ce9);
}
.simulationMvBlock01 > .columnInner {
	padding: 40px 0 0;
	min-height: 180px;
	background: url(/kojin/jutaku/simulation/shinki/images/shinki_bg_01.png) no-repeat left 40px top -45px;
	background-size: 255px 227px;
}
.simulationMvBlock01 .simulationTabBlock01 {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList {
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList > li {
	margin: 0 0 1px 1px;
	width: 320px;
	text-align: center;
	color: #000;
	box-sizing: border-box;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList > li:first-child {
	margin-left: 0;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList > li > * {
	display: inline-block;
	padding: 16px 10px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	color: #000;
	box-sizing: border-box;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList > li > span,
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList > li > [aria-selected="true"] {
	margin-bottom: -1px;
	padding: 19px 10px;
	background: #fff;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList > li > a:hover {
	opacity: 0.8;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList > li > [role="tab"] > a {
	color: #000;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList *[role="tab"] > a > span {
	padding-right: 0;
}
.simulationMvBlock01 .simulationTabBlock01 .simulationTabList *[role="tab"] > a > span:after {
	content: none;
}
.simulationMvBlock01.jsItemClose01 .itemClose {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 12px;
	top: 26px;
	width: 26px;
	height: 26px;
	background: url(/images/index_ico_close01.png) no-repeat 0 0;
	-webkit-background-size: 26px 26px;
	background-size: 26px 26px;
	overflow:hidden;
	text-indent:-500px;
}
.simulationMvBlock01.jsItemClose01 .itemClose:hover {
	opacity: 0.7;
}

/* simulationConversion */
#simCv01 .simulationConversion01.v3_fullColumnA01 {
	margin-top: 116px;
}
.simulationConversion01.v3_fullColumnA01:not(:first-child) {
	margin-top: 116px;
}
.simulationConversion01 .columnInner {
	position: relative;
}
.simulationConversion01 .columnInner::before {
	content: '';
	display: block;
	position: absolute;
	top: -64px;
	left: 0;
	width: 100%;
	height: 64px;
	background: url(/kojin/jutaku/images/bg_conversion_01.png) center bottom no-repeat;
}

/* simulationCarousel */
.simulationCarousel01 .bx-viewport {
	padding-top: 26px;
	padding-bottom: 6px;
}
.simulationCarousel01 .v3-cardblockA01  {
	width: 370px;
	height: 100%;
}
.simulationCarousel01.autoControls .bx-controls {
	padding: 12px 100px 12px 60px;
}
.simulationCarousel01.autoControls .bx-next::after {
	right: 40px;
}
.simulationCarousel01.autoControls .bx-controls-auto {
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 100%;
	line-height: 1;
}
.simulationCarousel01.autoControls .bx-controls-auto-item > .active {
	display: none;
}
.simulationCarousel01.autoControls .bx-start > span,
.simulationCarousel01.autoControls .bx-stop > span {
	display: none;
}
.simulationCarousel01.autoControls .bx-start::before,
.simulationCarousel01.autoControls .bx-stop::before {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
	font-family: 'icon';
	font-weight: normal;
	line-height: 1;
}
.simulationCarousel01.autoControls .bx-start::before {
	right: -.2em;
	content: "\e604";
	font-size: 28px;
}
.simulationCarousel01.autoControls .bx-stop::before {
	content: "\e60c";
	font-size: 20px;
}

@media print,screen and (min-width: 768px) {
	.simulationCarousel01 .bx-viewport .carouselList > li {
		width: 370px !important;
		margin-right: 40px !important;
	}
}

/* notes */
.attentionBlock01.jsAccTitle > .blockInner {
	padding: 0;
}
.attentionBlock01.jsAccTitle > .blockInner > .blockTitle {
	padding: 22px 30px;
	border-bottom: 1px solid #fe0000;
	font-weight: bold;
}
.attentionBlock01.jsAccTitle > *[role="tablist"] >[role="tab"][aria-selected="false"] {
	border-bottom: 0;
 }
.attentionBlock01.jsAccTitle > .blockInner *[role="tabpanel"] {
	padding: 30px;
}

/* simJsToggleNotice */
.simJsToggleNotice {
	display: none;
}

/*-------------------------------------------

/kojin/jutaku/help/consultation.html

-------------------------------------------*/
.consultation_layout01 .text01.glyphLamp01 > span {
	padding: 0 45px;
}
.consultation_layout01 .text01.glyphLamp01 > span::before {
	top: 0;
	margin-top: -4px;
	width: 30px;
	height: 56px;
}
.consultation_layout01 .text02 {
	font-size: 1em;
}
.v2-listMarkCheck02.text02 *[class*="glyphCheck"] > span {
	padding-left: 2em;
}
.v2-listMarkCheck02.text02 *[class*="glyphCheck"] > span:before {
	top: -4px;
	font-size: 28px;
}

/*-------------------------------------------

print

-------------------------------------------*/
@media print{
	.simulationCarousel01 .bx-viewport .carouselList {
		display: block !important;
	}
	.simulationCarousel01 .bx-viewport .carouselList > li {
		margin: 40px auto 0 !important;
	}
	.simulationCarousel01 .bx-viewport .carouselList > li.bx-clone {
		display: none !important;
	}
	.loanSimulator {
		display: block;
	}
	.simFiledset01 > dl,
	.simulationResultBlock01 > .inner {
		width: auto;
	}
	.simFiledset01 .legend,
	.simFiledset01 .simFiledset01Inner {
	}

	/* carousel */
	.bx-viewport {
		height: auto !important;
	}
	.v3-carousel01 .bx-viewport .carouselList {
		display: block !important;
	}
	.simulationCarousel01 .bx-viewport .carouselList > li {
		display: block;
		float: left !important;
		width: 32% !important;
		display: block;
		margin-left: 2%;
		margin-right: 0 !important;
		min-height: 300px;
	}
	.simulationCarousel01 .bx-viewport .carouselList > li:nth-child(3n+1) {
		margin-left: 0;
	}
	#wrap .simulationCarousel01 .v3-cardblockA01 {
		width: 100% !important;
		height: auto !important;
	}
}
