/*==================================================================================================================*/
/*カスタムブロック＞お見積り*/
/*---------------------------------------------------------*/
/*ブロック全体*/
.easys_content:has(.simulation_input_head) .entry_post > div {
	font-size: 16px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div {
	margin-right: 0;
	margin-left: 0;
	font-size: 14px;
}

/*input*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td label {
	display: grid;
	width: 100%;

	place-content: center;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td input {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

/*画像付のラベル*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table.image_label tr td label {
	position: relative;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height: auto;
	background: no-repeat center center / cover;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table.image_label tr td input {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	transform: translateX(-50%);
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table.image_label tr td label::before {
	display: block;
	padding-top: 100%;
	content: '';
}

/*input number*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td input[type='number'] {
	margin: 0;
	padding: 5px 10px;
	width: 60px;
	height: auto;
	vertical-align: middle;
	text-align: right;
	font-size: 20px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td input[type='number'] {
	padding: 5px 10px;
	width: 25px;
	text-align: center;
	font-size: 16px;
}

/*select*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td select {
	margin: 0;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 20px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td select {
	padding: 5px 10px;
	font-size: 16px;
}

/*table*/
.easys_content:has(.simulation_input_head) .entry_post > div > div table {
	margin: 0 0 60px 0;
	width: 100%;
	table-layout: fixed;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr th,
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	text-align: center;
	line-height: 1.7;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr th span,
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td span {
	color: red;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr th {
	text-align: right;
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr td {
}
.easys_content:has(.simulation_input_head) .entry_post > div > div table tr:first-of-type th {
	text-align: left;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table {
	margin: 0 0 40px 0;
	table-layout: auto;
}
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr th,
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td {
	padding: 10px 5px;
}
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr th {
	text-align: left;
}
.easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td {
	width: 80px;
}
/* ID指定で「important」指定を上書き */
#outer_block .easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr th {
	width: auto !important;
}

/*---------------------------------------------------------*/
/*入力画面ヘッダ*/
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_head {
	width: 100%;
}

/*---------------------------------------------------------*/
/*入力画面スクロール部*/
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_scroll {
	display: none;
	width: 100%;
}
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_scroll table {
	min-width: 960px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .simulation_input_scroll {
	overflow-x: scroll;
}

/*---------------------------------------------------------*/
/*横スクロールメッセージ*/
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .sp_message {
	/*display: block !important;*/
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

/*---------------------------------------------------------*/
/*入力画面フッタ*/
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_foot {
	width: 100%;
}

/*simulation_result*/
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_foot .simulation_result tr th,
.easys_content:has(.simulation_input_head) .entry_post > div .simulation_input_foot .simulation_result tr td {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .simulation_input_foot .simulation_result tr th,
.easys_content:has(.simulation_input_head) .entry_post.sp > div .simulation_input_foot .simulation_result tr td {
	font-size: 18px;
}

/*---------------------------------------------------------*/
/*注意事項*/
.easys_content:has(.simulation_input_head) .entry_post > div .notes_message {
	margin: 30px 0 0 0;
}
.easys_content:has(.simulation_input_head) .entry_post > div .notes_message p {
	margin: 0;
	padding: 5px;
	line-height: 24px;
}
/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .notes_message {
	margin: 10px 0 0 0;
}

/*---------------------------------------------------------*/
/*ローン計算*/
.easys_content:has(.simulation_input_head) .entry_post > div .rone_wrap {
	position: relative;
	padding: 25px 20px;
}
.easys_content:has(.simulation_input_head) .entry_post > div .rone_wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: var(--link_color);
	content: '';
	opacity: 0.05;
	pointer-events: none;
}

.easys_content:has(.simulation_input_head) .entry_post > div .rone_inner {
	display: flex;
	justify-content: space-between;

	gap: 20px;
}

.easys_content:has(.simulation_input_head) .entry_post > div .rone_left,
.easys_content:has(.simulation_input_head) .entry_post > div .rone_right {
	flex: 1;
	padding: 15px;
	border: 1px solid var(--table_border_color);
	border-radius: 5px;
	background-color: var(--basic_background_color);
}

.easys_content:has(.simulation_input_head) .entry_post > div .rone_q {
	margin-bottom: 12px;
	color: var(--body_text_color);
	font-size: 14px;
}

.easys_content:has(.simulation_input_head) .entry_post > div .rone_q strong {
	color: var(--link_color);
	font-size: 18px;
}

.easys_content:has(.simulation_input_head) .entry_post > div .rone_a {
	color: var(--link_color);
	font-weight: bold;
	font-size: 20px;
}

.easys_content:has(.simulation_input_head) .entry_post > div .rone_price,
.easys_content:has(.simulation_input_head) .entry_post > div #span120 {
	font-size: 24px;
}

.easys_content:has(.simulation_input_head) .entry_post > div .rone_text {
	color: var(--body_text_color);
	font-size: 12px;
	line-height: 1.6;
}

/*SP*/
.easys_content:has(.simulation_input_head) .entry_post.sp > div .rone_wrap {
	margin: 20px 0 0 0;
	padding: 15px;
}

.easys_content:has(.simulation_input_head) .entry_post.sp > div .rone_inner {
	flex-direction: column;

	gap: 15px;
}

.easys_content:has(.simulation_input_head) .entry_post.sp > div .rone_q {
	font-size: 13px;
}

.easys_content:has(.simulation_input_head) .entry_post.sp > div .rone_a {
	font-size: 18px;
}

.easys_content:has(.simulation_input_head) .entry_post.sp > div .rone_price,
.easys_content:has(.simulation_input_head) .entry_post.sp > div #span120 {
	font-size: 20px;
}

/*==================================================================================================================*/
/*カスタムブロック＞価格表 (非公開)*/
#o831pqsnhslm8xhqoumz {
	display: none;
}
.easys_content:has(.simulation_input_head) .select0 {
	margin-bottom: 20px !important;
}
.easys_content:has(.simulation_input_head) .select1 p.tsubo {
	display: inline-block;
	margin: 0;
	margin-left: 5px;
}
.easys_content:has(.simulation_input_head) .details-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block;
	clear: both;
	padding: 13px 18px;
	width: auto;
	border: solid 1px var(--link_color);
	border-radius: 5px;
	background: var(--basic_background_color);
	color: var(--link_color);
	text-align: center;
	cursor: pointer;
}
.easys_content:has(.simulation_input_head) .plan-details-wrapper {
	position: relative;
	clear: both;
	margin-bottom: 60px;
	min-height: 50px;
}
.easys_content:has(.simulation_input_head) .plan-details {
	padding-block: 30px 80px;
}
.easys_content:has(.simulation_input_head) .ttl {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	height: 27px;
	font-weight: bold;
	font-size: 18px;
}
.easys_content:has(.simulation_input_head) .rone_ttl {
	margin-block: 60px 10px;
}
.easys_content:has(.simulation_input_head) .grade {
	display: inline-block;
	margin-left: 20px;
	padding: 0 10px;
	height: 20px;
	background-color: var(--link_color);
	color: var(--basic_background_color);
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}
.easys_content:has(.simulation_input_head) .hdg {
	margin-bottom: 10px;
	padding: 2px 0;
	color: var(--link_color);
	font-weight: bold;
}
.easys_content:has(.simulation_input_head) .txt {
	margin-bottom: 30px;
}
.easys_content:has(.simulation_input_head) .box_detail-btn_r {
	display: flex;
	justify-content: space-between;
}
.easys_content:has(.simulation_input_head) .link-btn_r {
	display: inline-block;
	text-align: right;
}
.easys_content:has(.simulation_input_head) .link-btn_r a {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	height: 45px;
	border-bottom: solid 1px var(--link_color);
	color: var(--link_color);
	text-decoration: none;
	font-size: 15px;
	line-height: 45px;
}
/* SP */
.sp .easys_content:has(.simulation_input_head) .entry_post.sp > div > div table {
	margin-bottom: 5vw;
}
.sp .easys_content:has(.simulation_input_head) .plan-details {
	padding-block: 0vw 17vw;
}
.sp .easys_content:has(.simulation_input_head) .txt {
	margin-bottom: calc(30 / 640 * 100vw);
}
.sp .easys_content:has(.simulation_input_head) .hdg {
	margin-bottom: 0;
	padding: 0;
}
.sp .easys_content:has(.simulation_input_head) .grade {
	margin: 0;
}
.sp .easys_content:has(.simulation_input_head) .ttl {
	align-items: flex-start;
	flex-direction: column;
	height: auto;

	gap: 3vw;
	margin-block: 10vw 0vw;
}
.sp .easys_content:has(.simulation_input_head) .box_detail-btn_r {
	flex-direction: column;
	height: auto;

	gap: 3vw;
}
.sp .easys_content:has(.simulation_input_head) .box_detail-btn_r .link-btn_r a {
	padding: 2vw 3vw;
	padding-bottom: 2vw;
	height: auto;
	font-size: 14px;
	line-height: normal;
}
.sp .easys_content:has(.simulation_input_head) .plan-details-wrapper {
	margin-bottom: 10vw;
}
/*==================================================================================================================*/
/*テーブルカラー個別上書き
#h2o4qhdxg050cysz91yi .easys_content:has(.simulation_input_head) .entry_post.sp > div > div table tr td {
  background: none !important;
}*/
