@charset "UTF-8";

/* style */
.architectureType2018 #wrap {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.mycarSimSection,
.mycarSim01Block01 {
	margin-top: 0;
	background: #f0f9f1; /* 20240507 */
}
.architectureType2018 #wrap #mainArea .coverTitle + .mycarSimSection {
	margin-top: -30px !important;
}

.mycarSim01Block01.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%;
}

/* mycarSimCheckBlock01 */
.mycarSimCheckBlock01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 429px;
	height: 78px;
	margin: 0 auto;
	background: url(/kojin/mycar/simulation/images/simulation01_09.png) 50% 50% no-repeat;
	background-size: auto 78px;
}
.mycarSimCheckBlock01 > label {
	margin-top: -6px;
	padding: 0 20px;
}
.mycarSimCheckBlock01 > label > input[type="checkbox"] {
	display: none;
	appearance: none;
}
.mycarSimCheckBlock01 > label > span {
	cursor: pointer;
	display: inline-block;
	padding: 5px 0 5px 40px;
	position: relative;
	width: auto;
	box-sizing: border-box;
	font-weight: bold;
}
.mycarSimCheckBlock01 > 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;
}
.mycarSimCheckBlock01 > 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;
}
.mycarSimCheckBlock01 > label > input[type="checkbox"]:checked + span::before {
	background: #0ca26c;
	border: 0;
}
.mycarSimCheckBlock01 > label > input[type="checkbox"]:checked + span::after {
	opacity: 1;
}



/* formParts */
.sim01FormBlock01 .formParts input,
.sim01FormBlock01 .formParts select,
.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;
}
.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/mycar/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 .formParts[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 .formParts[data-required='error'] .error {
	display: block;
}
.sim01FormBlock01 .formParts[data-required='error'] .error.glyphAttention01 > span:before {
	width: 20px;
	height: 20px;
}
.sim01FormBlock01 .formParts[data-required='error'] input,
.sim01FormBlock01 .formParts[data-required='error'] select,
.sim01SimulationArea01 .formParts[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;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}
.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/mycar/simulation/images/simulation01_02.png');
}
.sim01ResultArea.result02 .resultBoxInner .resultComment:before {
	background-image: url('/kojin/mycar/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;
}

/* 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;
}

.mycarAdviceBlock01 .mycarAdviceInner {
	position: relative;
	padding: 40px 20px;
	border: 2px solid #0ca26c;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}
.mycarAdviceBlock01 .mycarAdviceInner:after {
	position: absolute;
	right: 80px;
	bottom: -18px;
	width: 30px;
	height: 30px;
	background: url(/kojin/mycar/simulation/images/simulation01_06.png) no-repeat;
	background-size: contain;
	content: '';
}
.mycarAdviceBlock01 .mycarAdviceTitle01 {
	position: relative;
	top: 40px;
	z-index: 1;
	margin: 0 auto;
	width: 310px;
	text-align: center;
}
.mycarAdviceBlock01 .mycarAdviceTitle01 + .mycarAdviceInner {
	padding-top: 60px;
}
.mycarAdviceBlock01 .mycarAdviceImg01 {
	position: relative;
	margin-top: -20px;
	margin-right: 10px;
	text-align: right;
}
.mycarAdviceBlock01 .mycarAdviceImg01 img {
	width: 84px;
}

.mycarSim01Block01 .sim01FormBlock01 > .formItemPt2 {
	margin-left: 60px;
	width: 560px;
}

.mycarSimIncreaseBlock > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: start;
	-ms-flex-align: center;
}
.mycarSimIncreaseBlock > dl {
	align-items: center;
}

.mycarSim01Card01[class*="v2-cardBlockA"] {
	margin-top: 20px;
}
.mycarSim01Card01[class*="v2-cardBlockA"].beforeBlowout01:before {
	left: 15%;
	margin-left: -14px;
}

.mycarSim01Card02[class*="v2-cardBlockA"] {
	margin-right: -245px; /* 20240507 */
	background: #fff;
}
.mycarSim01Card02[class*="v2-cardBlockA"].beforeBlowout01:before {
	left: 215px;
	margin-left: -14px;
	border-color: transparent transparent #fff transparent;
}
.mycarSimIncreaseBlock {
	display: none;
	box-sizing: border-box;
	margin-top: 30px;
	padding: 25px 30px;
}

.mycarSimResultTable01 table thead th {
	background: #f0f9f1;
}
.mycarSimResultTable01 table th,
.mycarSimResultTable01 table td {
	vertical-align: middle;
	font-weight: bold;
}

.mycarSim01DecorationText01 > span {
	position: relative;
	display: inline-block;
}
.mycarSim01DecorationText01 > span {
	padding: 0 19px;
}
.mycarSim01DecorationText01 > span:before,
.mycarSim01DecorationText01 > span:after {
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -0.58em;
	width: 0.12em;
	height: 1.16em;
	content: "";
	background: #f7920e;
}
.mycarSim01DecorationText01 > span:before {
	left: 0;
	-webkit-transform: rotate(-28deg);
	transform: rotate(-28deg);
}
.mycarSim01DecorationText01 > 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/mycar/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/mycar/simulation/images/simulation01_08.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* sim01backSimulation ***************************/
.modalWrap .mycarSim01BackSimBtn {
	display: none !important;
}

/* modal ***************************/
.modalWrap .sim01ResultArea .resultBoxInner > .resultComment {
	margin-top: 0;
}
.modalWrap .sim01ResultArea {
	padding: 0;
}
.modalWrap .sim01ResultArea.result01,
.modalWrap .sim01ResultArea.result02 {
	background: transparent;
}



/*-------------------------------------------
New
-------------------------------------------*/
.mycarSim01Block01 * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif !important;
}

.mycarSim01Block01 .mycarSim01 {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 40px 0;
	border-radius: 13px;
	text-align: center;
}
.mycarSim01Block01 .mycarSim01 .mycarSimTitle01 .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;
}
.mycarSim01Block01 .mycarSim01 .mycarSimTitle01 > .inner > span {
	position: absolute;
	top: -20px;
	left: -120px;
	display: block;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.mycarSim01Block01 .mycarSim01 .mycarSimNote01 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.mycarSim01Block01 .mycarSim01 .mycarSimNote01 > * {
	margin-bottom: 0.5em;
}
.mycarSim01Block01 .mycarSim01 .mycarSimTitle01 img {
	display: inline-block;
	width: 94px;
}
.mycarSim01Block01 .sim01FormBlock01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mycarSim01Block01 .sim01FormBlock01 > li {
	margin-left: 25px;
	width: 265px;
}
.mycarSim01Block01 .sim01FormBlock01 > li.selectItem {
	width: 230px;
}
.mycarSim01Block01 .sim01FormBlock01 > li[aria-hidden="true"] {
	display: none;
}
.mycarSim01Block01 .sim01FormBlock01 > li:nth-child(2),
.mycarSim01Block01 .sim01FormBlock01 > li:nth-child(6) {
	margin-left: 40px;
}
.mycarSim01Block01 .sim01FormBlock01 > li:nth-child(4n + 1) {
	margin-left: 0;
}
.mycarSim01Block01 .sim01FormBlock01 > li:nth-child(n + 5) {
	margin-top: 50px;
}
.mycarSim01Block01 .sim01FormBlock01 .formItem > dl {
}
.mycarSim01Block01 .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;
}
.mycarSim01Block01 .sim01FormBlock01 .formItem .formTitle {
	margin-right: 1em;
}
.mycarSim01Block01 .sim01FormBlock01 .formItem .formContents {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 100%;
}
.mycarRepayMemo {
	display: none;
}

/* formParts */
.mycarSim01Block01 .sim01FormBlock01 .formParts input,
.mycarSim01Block01 .sim01FormBlock01 .formParts select,
.mycarSim01Block01 .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;
	-webkit-appearance: none;
}
.mycarSim01Block01 .sim01FormBlock01 .selectItem .formParts select,
.mycarSim01Block01 .sim01SimulationArea01 .selectItem .formParts .select .selectLabel {
	width: 100%;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts select::-ms-expand {
	display: none;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts select option {
	background-color: #fff;
	color: #0ca26c;
	white-space: pre;
	font-weight: bold;
	font-size: 20px;
}

.mycarSim01Block01 .sim01FormBlock01 .formParts select option:first-child {
	color: #ccc;
}

.mycarSim01Block01 .sim01FormBlock01 .formParts .input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts .input input {
	text-align: center;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-ms-clear,
.mycarSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-ms-clear {
	display: none !important;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-webkit-outer-spin-button,
.mycarSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-webkit-outer-spin-button,
.mycarSim01Block01 .sim01FormBlock01 .formParts .input > input[type='tel']::-webkit-inner-spin-button,
.mycarSim01Block01 .sim01FormBlock01 .formParts .input > input[type='number']::-webkit-inner-spin-button {
	margin: 0;

	-webkit-appearance: none;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts .unit {
	margin-left: 10px;
	white-space: nowrap;
	font-size: 1.333em;
	font-weight: bold;
}

.mycarSim01Block01 .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;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts .select select,
.mycarSim01Block01 .sim01SimulationArea01 .formParts .select .selectLabel {
	padding-right: 55px;
	background-image: url(/kojin/mycar/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;
}

.mycarSim01Block01 .sim01SimulationArea01 .formParts .select select {
	z-index: 2;
	opacity: 0;
}
.mycarSim01Block01 .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;
}
.mycarSim01Block01 .sim01SimulationArea01 .formParts[data-required='done'] .select .selectLabel {
	background-image: none;
	color: #0ca26c;
	text-align: center;
	font-size: 1.389em;
}

.mycarSim01Block01 .sim01SimulationArea01 .mycarSimRadioList01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: -10px;
}
.mycarSim01Block01 .sim01SimulationArea01 .mycarSimRadioList01 > li {
	margin-right: 26px;
}
.mycarSim01Block01 .sim01SimulationArea01 .mycarSimRadioList01 > li:last-child {
	margin-right: 0;
}
.mycarSim01Block01 .sim01SimulationArea01 .mycarSimRadioList01 input[type="radio"] {
	display: none;
	appearance: none;
}
.mycarSim01Block01 .sim01SimulationArea01 .mycarSimRadioList01 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: 130px;
	height: 60px;
	margin-bottom: 10px;
	border: solid 2px #d3d3d3;
	border-radius: 10px;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
.mycarSim01Block01 .sim01SimulationArea01 .mycarSimRadioList01 input[type="radio"]:checked + span {
	border: 0;
	background: #0ca26c;
	color: #fff;
}

/* formParts error */
.mycarSim01Block01 .sim01FormBlock01 .formParts .error {
	display: none;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts[data-required='error'] .error {
	display: block;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts[data-required='error'] .error.glyphAttention01 > span:before {
	width: 20px;
	height: 20px;
}
.mycarSim01Block01 .sim01FormBlock01 .formParts[data-required='error'] input,
.mycarSim01Block01 .sim01FormBlock01 .formParts[data-required='error'] select,
.mycarSim01Block01 .sim01SimulationArea01 .formParts[data-required='error'] .select .selectLabel {
	border-color: #fbcfcf;
	background-color: #fff0f1;
}

/* formParts tootip */
.mycarSim01Block01 .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;
}
.mycarSim01Block01 .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: '';
}
.mycarSim01Block01 .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 */
.mycarSim01Block01 .sim01SimulationArea01 .mainContents {
	position: relative;
}
.mycarSim01Block01 .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%;
}
.mycarSim01Block01 .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;
}
.mycarSim01Block01 .sim01SimulationArea01[class~='limitLock'] .formLimitLockMask {
	display: block;
}
.mycarSim01Block01 .sim01SimulationArea01[class~='limitLock'] .sim01SubmitBlock01 .sim01SubmitBlockContents.limitLock {
	display: block;
}
.mycarSim01Block01 .sim01SimulationArea01.limitLock .mycarSim01 {
	position: relative;
}
.mycarSim01Block01 .sim01SimulationArea01.limitLock .mycarSim01: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: '';
}
.mycarSim01Block01 .mycarSim01 .limitText {
	display: none;
}
.mycarSim01Block01 .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%);
}
.mycarSim01StartTextNone {
	margin-top: 80px;
}
.mycarSim01StartTextNone .mycarSim01Block01 .mycarSim01 {
	padding-top: 10px;
}
.mycarSim01StartTextNone .mycarSim01Block01 .mycarSim01 .mycarSimTitle01 > .inner > span {
	display: none;
}
.mycarSim01StartTextNone .mycarSim01Block01 .mycarSim01 .mycarSimNote01 {
	margin-bottom: 10px;
}

/* mycarAdviceBlock01 ***************************/

.mycarAdviceBlock01 .mycarAdviceInner {
	position: relative;
	padding: 40px 20px;
	border: 2px solid #0ca26c;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}
.mycarAdviceBlock01 .mycarAdviceInner:after {
	position: absolute;
	right: 80px;
	bottom: -18px;
	width: 30px;
	height: 30px;
	background: url(/kojin/mycar/simulation/images/simulation01_06.png) no-repeat;
	background-size: contain;
	content: '';
}
.mycarAdviceBlock01 .mycarAdviceTitle01 {
	position: relative;
	top: 40px;
	z-index: 1;
	margin: 0 auto;
	width: 310px;
	text-align: center;
}
.mycarAdviceBlock01 .mycarAdviceTitle01 + .mycarAdviceInner {
	padding-top: 60px;
}
.mycarAdviceBlock01 .mycarAdviceImg01 {
	position: relative;
	margin-top: -20px;
	margin-right: 10px;
	text-align: right;
}
.mycarAdviceBlock01 .mycarAdviceImg01 img {
	width: 84px;
}
/* sim01backSimulation ***************************/
.modalWrap .mycarSim01BackSimBtn {
	display: none !important;
}

/*-------------------------------------------
2023/05
-------------------------------------------*/
/* mycarSimIcon */
.sim01ResultArea .mycarSimIcon01 > span {
	position: relative;
	display: inline-block;
	padding: 12px 0 11px 60px;
}
.sim01ResultArea .mycarSimIcon01 > span:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	background-image: url(/kojin/mycar/images/index_ico_03.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* mycarSimBalloonBlock */
.sim01ResultArea *[class*="mycarSimBalloonBlock"] {
	margin: 30px auto 0;
}
.sim01ResultArea *[class*="mycarSimBalloonBlock"] > .v3-title {
	margin-right: 0;
}
.sim01ResultArea *[class*="mycarSimBalloonBlock"] > .v3-detail {
	padding: 17px 15px 16px;
	border-radius: 0 3px 3px 0;
}
.sim01ResultArea *[class*="mycarSimBalloonBlock"] .rateNum {
	font-size: 3.2rem;
	line-height: 1;
}
.sim01ResultArea *[class*="mycarSimBalloonBlock"] .v3-layoutColumnA4_2 .rateNum {
	font-size: 2.5rem;
}
.sim01ResultArea *[class*="mycarSimBalloonBlock"] .v3-borderList01 > * {
	align-items: baseline;
	line-height: 1;
}
.sim01ResultArea *[class*="mycarSimBalloonBlock"] .v3-borderList01 > * + *:before {
	width: 2px;
	background: #efefef;
}
.sim01ResultArea .mycarSimBalloonBlock01 > .v3-detail {
	background: #f1fdf7;
}
.sim01ResultArea .mycarSimBalloonBlock02 > .v3-detail {
	background: #fffbed;
}

/* mycarSimDecorationText */
.sim01ResultArea .mycarSimDecorationText01 > span {
	position: relative;
	display: inline-block;
	padding: 0 19px;
}
.sim01ResultArea .mycarSimDecorationText01 > span:before,
.sim01ResultArea .mycarSimDecorationText01 > span:after {
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -0.58em;
	width: 0.12em;
	height: 1.16em;
	content: "";
	background: #f7920e;
}
.sim01ResultArea .mycarSimDecorationText01 > span:before {
	left: 0;
	-webkit-transform: rotate(-28deg);
	transform: rotate(-28deg);
}
.sim01ResultArea .mycarSimDecorationText01 > span:after {
	right: 0;
	-webkit-transform: rotate(28deg);
	transform: rotate(28deg);
}

/*-------------------------------------------
2024/05
-------------------------------------------*/
.mycarSimTab01 {
	position: relative;
}
.mycarSimTab01 .mycarSimTabContent01 {
	position: absolute;
	top: -80px;
}

.mycarSim01Block01 .sim01FormBlock01 > .formItemPt3 {
	margin-left: 40px;
	width: 290px;
}

.modalWrap .sim01ResultArea {
	margin: -54px -21px 0;
	padding-bottom: 40px;
}
.modalWrap .resultBox {
	padding-top: 54px;
}

.mycarSimResultTable01[aria-hidden="true"] {
	display: none;
}

.mycarSim01Card01.mycarSimCardHasIcon01 {
	margin-top: 70px;
	padding-top: 60px;
}
.mycarSimCardHasIcon01::before {
	position: absolute;
	left: 50%;
	top: -44px;
	margin-left: -49px;
	display: inline-block;
	content: "";
	width: 98px;
	height: 89px;
	background-image: url(/kojin/mycar/simulation/images/simulation01_08.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.mycarBeforeBlowout01 {
	position: relative;
}
.mycarBeforeBlowout01::before {
	position: absolute;
	display: block;
	content: "";
	top: -13px;
	left: 50%;
	margin-left: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 14px 13px 14px;
}
