@charset "UTF-8";
main {
	background: #fff;
}

@media screen and (max-width: 767px) {
	main {
		padding-top: 10px;
	}

	.product_fx {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	main {
		padding-top: 21px;
	}

	.product_fx {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 40px;
		margin-bottom: 50px;
	}
}

/* image_side */
.fs-c-productMainImage__expandButton {
	display: none;
}

.fs-c-productThumbnail__image {
	width: 23.7%;
	flex-basis: initial;
	margin: 0 1.6% 0 0;
}

.fs-c-productThumbnail__image:nth-child(4n) {
	margin-right: 0;
}

.fs-c-productImageModal__inner {
	margin-top: 70px;
}

.fs-c-productMainImage img {
	border-radius: 5px;
	border: 1px solid #DEDDDD;
}

.fs-c-productThumbnail img {
	border-radius: 5px;
	border: 1px solid #DEDDDD;
}

@media screen and (max-width: 767px) {
	.image_side {
		width: 100%;
	}
	
	.fs-c-productThumbnail__image.is-active img {
		border: 2px solid #1899CC;
		/* border-radius: 5px; */
	}

	.fs-c-productThumbnail {
		margin-top: 6px;
	}

	.fs-c-productThumbnail__image {
		margin-top: 5px;
	}
}

@media screen and (min-width: 768px) {
	.image_side {
		width: 48%;
	}
	
	.fs-c-productThumbnail__image.is-active img {
		border: 2px solid #1899CC;
		/* border-radius: 5px; */
	}

	.fs-c-productThumbnail {
		margin-top: 10px;
	}

	.fs-c-productThumbnail__image {
		margin-top: 10px;
	}
}

/* 商品画像下（sp時はcap_side最下部）テーブル */
.product_description_table table {
	width: 100%;
	border-collapse: collapse;
}

.product_description_table .product_detail_heading + table {
	margin-top: 15px;
}

.product_description_table th {
	background-color: #D3EEF7;
    border-bottom: 1px solid #fff;
    color: #0099CC;
	line-height: 1.7;
    font-weight: bold;
    vertical-align: top;
}

.product_description_table td {
	background-color: #FAFAFA;
	border-bottom: 1px solid #fff;
	line-height: 1.7;
}

.product_description_table tr:last-child th,
.product_description_table tr:last-child td {
	border-bottom: none;
}

.product_description_table td img {
	display: inline-block;
	width: 1em;
	vertical-align: middle;
	margin-left: 0.2em;
	margin-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
	.product_description_table th {
		width: 100%;
		min-height: 40px;
		/* padding-top: 10px;
		padding-left: 20px; */
		padding: 10px 20px;
		display: block;
		text-align: left;
		font-size: 14px;
	}

	.product_description_table td {
		display: block;
		padding: 10px 20px 16px;
		font-size: 14px;
	}

	.product_description_table {
		margin-top: 42px;
	}
}

@media screen and (min-width: 768px) {
	.product_description_table th {
		width: 27.3%;
		/* padding-top: 20px; */
		font-size: 16px;
		text-align: left;
		/* padding-left: 20px; */
		padding: 20px;
	}

	.product_description_table td {
		padding: 20px 20px 26px;
		font-size: 16px;
	}
	
	.product_description_table {
		margin-top: 85px;
	}

	.lease_wrap .product_description_table:first-child {
		margin-top: 0;
	}
}

/* cap_side */
@media screen and (max-width: 767px) {
	.cap_side {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.cap_side {
		width: 48%;
	}
}

/* 商品マーク */
/* .fs-c-mark--preorder {
	display: none;
} */

.fs-c-productMark__label {
	font-weight: bold;
}

.fs-c-mark--preorder {
	display: none;
}

@media screen and (max-width: 767px) {
	.fs-c-productMarks {
		margin-top: 25px;
	}

	.fs-c-productMark__mark {
		height: 20px;
		line-height: 20px;
		padding: 0 12px;
		margin-bottom: 3px;
		margin-right: 3px;
	}

	.fs-c-productMark__label {
		font-size: 10px;
	}
}

@media screen and (min-width: 768px) {
	.fs-c-productMark__mark {
		height: 36px;
		line-height: 36px;
		padding: 0 20px;
		margin-bottom: 5px;
		margin-right: 5px;
	}

	.fs-c-productMark__label {
		font-size: 16px;
	}
}

/* 商品名 */
.fs-c-productNameHeading__copy {
	display: block;
	line-height: 1.2;
}

.fs-c-productNameHeading__name {
	display: block;
	font-family: 'Noto Sans JP Medium','Noto Sans JP';
}

.fs-c-productNameHeading__name span {
	display: block;
}

@media screen and (max-width: 767px) {
	.fs-c-productNameHeading {
		margin-top: 10px;
	}

	.fs-c-productNameHeading__copy {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.fs-c-productNameHeading__name {
		font-size: 20px;
		line-height: 1.5;
	}
}

@media screen and (min-width: 768px) {
	.fs-c-productNameHeading__copy {
		font-size: 16px;
		margin-bottom: 11px;
	}

	.fs-c-productNameHeading__name {
		font-size: 28px;
		line-height: 1.4;
	}
}

/* 商品一言説明 */
.product_summary {
	background-color: #E8F6FB;
	width: 100%;
}

.product_summary p {
	margin: 0;
}

.product_summary p:empty {
	display: none;
}

@media screen and (max-width: 767px) {
	.product_summary {
		margin: 15px 0;
	}

	.product_summary p {
		line-height: 1.7;
		font-size: 14px;
		padding: 15px 6%;
	}
}

@media screen and (min-width: 768px) {
	.product_summary {
		margin: 17px 0 19px;
	}

	.product_summary p {
		line-height: 1.2;
		font-size: 16px;
		padding: 27px 4.9%;
	}
}

/* アイコン */
.product_icon_wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


.product_icon_wrap .product_icon {
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 24px;
	background-color: #fff;
	text-align: center;
}

.product_icon_wrap .product_icon span {
	font-weight: bold;
	/* position: relative; */
}

/* .product_icon_wrap .product_icon span::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
} */

.product_icon_wrap .product_icon.estimate_icon {
	border: 2px solid #EBDB06;
}

/* .product_icon_wrap .product_icon.estimate_icon span::before {
	background-image: url(../img/product/estimate_icon.svg);
} */

.product_icon_wrap .product_icon.creditcard_icon {
	border: 2px solid #0099CC;
}

/* .product_icon_wrap .product_icon.creditcard_icon span::before {
	background-image: url(../img/product/creditcard_icon.svg);
} */

.product_icon_wrap .product_icon.cash_icon {
	border: 2px solid #B31B20;
}

/* .product_icon_wrap .product_icon.cash_icon span::before {
	background-image: url(../img/product/cash_icon.svg);
} */

.product_icon_wrap .product_icon.lease_icon {
	border: 2px solid #ED6C00;
}

/* .product_icon_wrap .product_icon.lease_icon span::before {
	background-image: url(../img/product/lease_icon.svg);
} */

.product_icon_wrap .product_icon.shipping_icon {
	border: 2px solid #108648;
}

@media screen and (max-width: 767px) {
	.product_icon_wrap {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product_icon_wrap .product_icon {
		width: 49.2%;
		margin-bottom: 5px;
	}

	.product_icon_wrap .product_icon span {
		font-size: 13px;
		/* padding-left: 1.8em; */
	}

	/* .product_icon_wrap .product_icon.lease_icon span {
		padding-left: 1em;
	} */

	/* .product_icon_wrap .product_icon span::before {
		width: 1.8em;
		height: 1.8em;
	} */

	
}

/* @media screen and (max-width: 374px) {
	.product_icon_wrap .product_icon span {
		font-size: 3.46vw;
	}
} */

@media screen and (min-width: 768px) {
	.product_icon_wrap {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		/* width: 102.4%; */
	}

	.product_icon_wrap .product_icon {
		/* width: 30.8%;
		min-width: 155px; */
		margin-right: 1.6%;
		margin-bottom: 13px;
		padding: 0 5.8%;
	}

	.product_icon_wrap .product_icon span {
		font-size: 1.4vw;
		/* font-size: 1.09vw; */
		/* padding-left: 1.4em; */
	}

	/* .product_icon_wrap .product_icon span::before {
		width: 2em;
		height: 2em;
	} */
}

@media screen and (min-width: 1280px) {
	.product_icon_wrap .product_icon span {
		font-size: 18px;
	}
}

/* 金額上サイズラベル */
.size_price-top {
	display: block;
	white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
	.size_price-top {
		font-size: 16px;
		margin-top: 26px;
	}
}

@media screen and (min-width: 768px) {
	.size_price-top {
		font-size: 18px;
	}
}

/* 金額上表示 */
.price_top_heading span {
	font-weight: bold;
	color: #B31B20;
	font-family: 'Noto Sans JP Bold','Noto Sans JP';
}

.price_top_description span.text {
	display: inline-block;
	border: 1px solid #000;
	text-align: center;
}

.price_top_description span.plus {
	display: inline-block;
	margin: 0 8px;
}

@media screen and (max-width: 767px) {
	.price_top_heading span {
		font-size: 20px;
		line-height: 1;
	}

	.price_top_description {
		font-size: 12px;
		margin-top: 10px;
	}

	.price_top_description span.text {
		font-size: 12px;
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
	}
}

@media screen and (min-width: 768px) {
	.price-top_text {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.price_top_heading span {
		font-size: 22px;
		margin-right: 16px;
	}

	.price_top_description {
		font-size: 14px;
	}

	.price_top_description span.text {
		font-size: 16px;
		padding: 0 12px;
		height: 27px;
		line-height: 27px;
	}
}

/* 金額表示 */
.fs-c-productPrice--selling .fs-c-productPrice__main__label {
	display: none;
}

.cap_side .fs-c-productPrice__main__price .fs-c-price__currencyMark {
	display: none;
}

.fs-c-productPrice--selling .fs-c-productPrice__main__price {
	display: inline-block;
}

.cap_side .fs-c-productPrice__main__price .fs-c-price__value {
	font-family: 'Noto Sans JP Black','Noto Sans JP';
	font-weight: bold;
	color: #B31B20;
	line-height: 1;
}

.cap_side .fs-c-productPrice__main__price .fs-c-price__value i {
	font-size: 40px;
	font-style: normal;
}

.cap_side .fs-c-productPrice__main__price .fs-c-price__value::after {
	content: '円';
	display: inline-block;
	margin-left: 0.2em;
}

.cap_side .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
	font-size: 24px;
	font-weight: bold;
	color: #B31B20;
}

.cap_side .fs-c-productPrice--selling .fs-c-productPrice__addon__label::before {
	content: '(';
}

.cap_side .fs-c-productPrice--selling .fs-c-productPrice__addon__label::after {
	content: ')';
}

@media screen and (max-width: 767px) {
	.fs-c-productPrices--productDetail {
		margin-top: 8px;
	}

	.fs-c-productPrice__main__price .fs-c-price__value {
		font-size: 60px;
	}

	.fs-c-productPrice__main__price .fs-c-price__value::after {
		font-size: 20px;
	}
	
	.cap_side .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.fs-c-productPrice__main__price .fs-c-price__value {
		font-size: 70px;
	}

	.fs-c-productPrice__main__price .fs-c-price__value::after {
		font-size: 24px;
	}
	
	.cap_side .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
		font-size: 24px;
	}
}

/* 予約販売価格 */
.fs-c-productPrice--preorder .fs-c-productPrice__main__label {
	display: none;
}

.fs-c-productPrice--preorder .fs-c-productPrice__main__price {
	display: inline-block;
}

.cap_side .fs-c-productPrice--preorder .fs-c-productPrice__addon__label {
	font-weight: bold;
	color: #B31B20;
}

.fs-c-productPrice--preorder .fs-c-productPrice__addon__label::before {
	content: '(';
}

.fs-c-productPrice--preorder .fs-c-productPrice__addon__label::after {
	content: ')';
}

@media screen and (max-width: 767px) {
	.cap_side .fs-c-productPrice--preorder .fs-c-productPrice__addon__label {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.cap_side .fs-c-productPrice--preorder .fs-c-productPrice__addon__label {
		font-size: 24px;
	}
}


/* 別サイズ金額 */
.other_price dl {
	margin: 0;
}

.other_price dt {
	display: inline-block;
	margin-right: 7px;
}

.other_price dd {
	font-weight: bold;
	display: inline-block;
	margin-left: 0;
	font-family: 'Noto Sans JP Black','Noto Sans JP';
}

.other_price dd span {
	font-size: 14px;
	display: inline-block;
	/* margin-left: 12px; */
}

@media screen and (max-width: 767px) {
	.other_price dt {
		font-size: 16px;
	}

	.other_price dd {
		font-size: 26px;
	}

	.other_price .set_price p {
		font-size: 16px;
		margin: 30px 0 0;
	}
}

@media screen and (min-width: 768px) {
	.other_price dt {
		font-size: 18px;
	}

	.other_price dd {
		font-size: 28px;
	}

	.other_price .set_price p {
		font-size: 18px;
		margin: 30px 0 0;
	}
}

/* オプション価格 */
.fs-c-productOption__option {
	margin: 0;
}

.fs-c-productOption .fs-c-productOption__name {
	background-color: #D3EEF7;
	padding-left: 1em;
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}

.fs-c-productOption .fs-c-productOption__label {
	font-weight: bold;
	color: #0099CC;
	position: relative;
	display: inline-block;
	/* width: 5.5em; */
	white-space: nowrap;
	font-family: 'Noto Sans JP Bold','Noto Sans JP';
}

.fs-c-productOption .fs-c-requiredMark {
	height: 1.5em;
	position: absolute;
	left: 100%;
}

.fs-c-productOption .fs-c-requiredMark::before {
	font-size: 1em;
}

.fs-c-productOption .fs-c-productOption__field {
	display: block;
}

.fs-c-productOption .fs-c-radioGroup .fs-c-radio:not(:last-child) {
	margin-right: 0;
}

.fs-c-productOption .fs-c-radioGroup .fs-c-radio:last-child {
	margin-bottom: 3px;
	margin-top: 0;
}

.fs-c-productOption .fs-c-radio {
	width: 100%;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}

.fs-c-productOption .fs-c-radio__radioMark {
	border: 3px solid #E6E6E6;
	margin-right: 20px;
	width: 25px;
    height: 25px;
}

.fs-c-productOption .fs-c-radio__radioLabelText {
	flex-grow: initial;
	margin-right: 1em;
}

.fs-c-productOption .fs-c-price span {
	margin-right: 0.2em;
}

@media screen and (max-width: 767px) {
	.fs-c-productOption {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.fs-c-productOption .fs-c-productOption__field {
		margin-top: 3px;
	}

	.fs-c-productOption .fs-c-radioGroup .fs-c-radio:not(:last-child) {
		margin-bottom: 3px;
	}

	.fs-c-productOption .fs-c-productOption__label {
		font-size: 14px;
	}

	.fs-c-productOption .fs-c-radio__radioLabelText {
		font-size: 14px;
	}

	.fs-c-productOption .fs-c-price span {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.fs-c-productOption {
		margin-bottom: 30px;
	}

	.fs-c-productOption .fs-c-productOption__field {
		margin-top: 5px;
	}

	.fs-c-productOption .fs-c-radioGroup .fs-c-radio:not(:last-child) {
		margin-bottom: 10px;
	}

	.fs-c-productOption .fs-c-productOption__label {
		font-size: 18px;
	}

	.fs-c-productOption .fs-c-radio__radioLabelText {
		font-size: 18px;
	}

	.fs-c-productOption .fs-c-price span {
		font-size: 18px;
	}
}

/* バリエーション・購入ボタン */
.fs-c-variationAndActions {
	margin-top: 1em;
}

.fs-c-variationAndActions .fs-c-variationAndActions__variationLabel {
	background-color: #D3EEF7;
	padding-left: 1em;
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}

.fs-c-variationAndActions .fs-c-variationLabel__label {
	font-weight: bold;
	color: #0099CC;
	font-family: 'Noto Sans JP Bold','Noto Sans JP';
}

.fs-c-variationAndActions .fs-c-variationLabel__label::after {
	content: '*';
}

.fs-c-variationAndActions .fs-c-dropdown__menu {
	border: 1px solid #E6E6E6;
	height: 50px;
	padding-left: 20px;
}

/* .fs-c-variationAndActions .fs-c-variationAndActions__stockSignLegend {
	display: none;
} */

.fs-c-productQuantityAndWishlist {
	display: none;
}

.fs-c-productActionButton .fs-c-button--addToCart--detail {
	display: block;
	width: 100%;
	background-color: #B31B20;
	border: none;
	border-radius: 58px;
	position: relative;
}

.fs-c-productActionButton .fs-c-button--addToCart--detail::before {
	content: '';
	display: inline-block;
	background-image: url(../img/product/cart_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fs-c-productActionButton .fs-c-button--addToCart--detail::after {
	content: '';
	position: absolute;
	right: 8.1%;
	top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.fs-c-productActionButton .fs-c-button--addToCart--detail .fs-c-button__label {
	color: #fff;
	font-weight: bold;
	font-family: 'Noto Sans JP Bold','Noto Sans JP';
}

.fs-c-dropdown::after {
	border-left: none;
	width: 50px;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.fs-c-variationAndActions .fs-c-variationAndActions__variation {
		margin-top: 3px;
	}

	.fs-c-productActionButton .fs-c-button--addToCart--detail {
		height: 80px;
		font-size: 20px;
	}

	.fs-c-productActionButton .fs-c-button--addToCart--detail::before {
		left: 15%;
		width: 1.7em;
		height: 1.7em;
	}

	.fs-c-productActionButton .fs-c-button--addToCart--detail::after {
		width: 5px;
		height: 5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.fs-c-productActionButton {
		margin-top: 20px;
	}

	.fs-c-variationAndActions .fs-c-variationLabel__label {
		font-size: 14px;
	}

	.fs-c-variationAndActions .fs-c-dropdown__menu {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.fs-c-variationAndActions .fs-c-variationAndActions__variation {
		margin-top: 5px;
	}

	.fs-c-productActionButton .fs-c-button--addToCart--detail {
		height: 115px;
		font-size: 2.03vw;
		width: 74.8%;
		margin: 0 auto;
	}

	.fs-c-productActionButton .fs-c-button--addToCart--detail .fs-c-button__label {
		font-size: 2.03vw;
	}

	.fs-c-productActionButton .fs-c-button--addToCart--detail::before {
		left: 10%;
		width: 1.7em;
		height: 1.7em;
	}

	.fs-c-productActionButton .fs-c-button--addToCart--detail::after {
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.fs-c-productActionButton {
		margin-top: 35px;
	}

	.fs-c-variationAndActions .fs-c-variationLabel__label {
		font-size: 18px;
	}

	.fs-c-variationAndActions .fs-c-dropdown__menu {
		font-size: 18px;
	}
}

@media screen and (min-width: 1280px) {
	.fs-c-productActionButton .fs-c-button--addToCart--detail {
		font-size: 26px;
	}

	.fs-c-productActionButton .fs-c-button--addToCart--detail .fs-c-button__label {
		font-size: 26px;
	}
}



/* リース_wrap */
@media screen and (max-width: 767px) {
	.lease_wrap {
		margin-top: 21px;
	}
}

@media screen and (min-width: 768px) {
	.lease_wrap {
		margin-top: 55px;
	}
}

/* らくらくリース金額の表（2col） */
.lease_price_table_wrap table {
	width: 100%;
	border-collapse: separate;
	border: 2px solid #ED6C00;
	border-radius: 10px;
	border-spacing: 0;
	overflow: hidden;
}

.lease_price_table_wrap tr:first-child th {
	background-color: #ED6C00;
	color: #fff;
	font-weight: bold;
}

.lease_price_table_wrap tr:nth-child(2) th {
	background-color: #FCE9D9;
	height: 25px;
	color: #ED6C00;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.lease_price_table_wrap tr:nth-child(2) th:first-child {
	border-right: 2px solid #ED6C00;
}

.lease_price_table_wrap td {
	text-align: center;
	background-color: #fff;
	font-weight: bold;
}

.lease_price_table_wrap td span {
	display: inline-block;
	margin: 0 4px;
}

.lease_price_table_wrap tr:nth-child(3) td:first-child {
	border-right: 2px solid #ED6C00;
}

@media screen and (max-width: 767px) {
	.lease_price_table_wrap tr:first-child th {
		height: 35px;
		font-size: 16px;
	}

	.lease_price_table_wrap tr:nth-child(2) th {
		font-size: 14px;
	}

	.lease_price_table_wrap td {
		height: 50px;
		font-size: 12px;
	}

	.lease_price_table_wrap td span {
		font-size: 30px;
	}
}

@media screen and (max-width: 374px) {
	.lease_price_table_wrap td span {
		font-size: 24px;
	}
}

@media screen and (min-width: 768px) {
	.lease_price_table_wrap tr:first-child th {
		height: 40px;
		font-size: 18px;
	}

	.lease_price_table_wrap tr:nth-child(2) th {
		font-size: 16px;
	}

	.lease_price_table_wrap td {
		height: 70px;
		font-size: 18px;
	}

	.lease_price_table_wrap td span {
		font-size: 44px;
	}
}

/* らくらくリース金額の表（3col） */
.lease_price_wrap .price-top_text {
	margin-bottom: 10px;
}

.lease_price_wrap .price-top_text .price_top_heading span {
	color: #ED6C00;
}

.lease_price_content .head strong {
	font-weight: bold;
	margin-bottom: 11px;
	font-family: 'Noto Sans JP Medium','Noto Sans JP';
}

.lease_price_content .lease_price {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lease_price_content .lease_price dl {
	margin: 0;
}

.lease_price_content .lease_price dl:first-child {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 66.9%;
}

.lease_price_content .lease_price dl:first-child dt {
	width: 38.1%;
	height: 100%;
	background-color: #ED6C00;
	border-radius: 10px 0 0 10px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Noto Sans JP Bold','Noto Sans JP';
}

.lease_price_content .lease_price dl:first-child dd {
	margin: 0;
	width: 61.8%;
	height: 100%;
	border: 2px solid #ED6C00;
	border-radius: 0 10px 10px 0;
	text-align: center;
	font-weight: bold;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Noto Sans JP Bold','Noto Sans JP';
}

.lease_price_content .lease_price dl:first-child dd .price_wrap {
	font-weight: bold;
	font-family: 'Noto Sans JP Black','Noto Sans JP';
}

.lease_price_content .lease_price dl:first-child dd .price_wrap i {
	font-size: 24px;
	font-style: normal;
}


.lease_price_content .lease_price dl:nth-child(2) {
	margin-left: 1.8em;
	width: auto;
}

.lease_price_content .lease_price dl:nth-child(2) dt {
	font-size: 1.25vw;
	line-height: 1.8;
}

.lease_price_content .lease_price dl:nth-child(2) dd {
	font-size: 1.4vw;
	margin-left: 0;
	line-height: 1.6;
	font-family: 'Noto Sans JP Medium','Noto Sans JP';
}

.lease_price_content .lease_price dl:nth-child(2) dd span {
	font-size: 0.93vw;
	margin-left: 0;
	line-height: 2.1;
}

@media screen and (max-width: 767px) {
	.lease_price_content .lease_price dl:first-child {
		height: 65px;
	}

	.lease_price_content .lease_price dl:first-child dt {
		font-size: 1.4rem;
	}

	.lease_price_content .lease_price dl:first-child dd {
		font-size: 1.4rem;
	}

	.lease_price_content .lease_price dl:first-child dd .price_wrap {
		font-size: 40px;
	}

	.lease_price_content .lease_price dl:nth-child(2) {
		margin-top: 7px;
	}

	.lease_price_content:not(:first-child) {
		margin-top: 21px;
	}

	.lease_price_wrap {
		margin-top: 45px;
	}

	.lease_price_content .lease_price {
		margin: 6px 0 0;
	}

	.lease_price_content .head strong {
		font-size: 16px;
	}
}

@media screen and (max-width: 374px) {
	.lease_price_content .lease_price dl:first-child dd .price_wrap {
		font-size: 35px;
	}
}

@media screen and (max-width: 1150px) {
	.lease_price_content .lease_price dl:first-child {
		width: 100%;
	}

	.lease_price_content .lease_price dl:nth-child(2) {
		width: 100%;
		margin-left: 0;
	}

	.lease_price_content .lease_price dl:nth-child(2) dt {
		display: inline-block;
		font-size: 14px;
	}

	.lease_price_content .lease_price dl:nth-child(2) dd {
		display: inline-block;
		font-size: 16px;
	}

	.lease_price_content .lease_price dl:nth-child(2) dd span {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.lease_price_content .lease_price dl:first-child {
		height: 80px;
	}

	.lease_price_content .lease_price dl:first-child dt {
		font-size: 1.4vw;
	}

	.lease_price_content .lease_price dl:first-child dd {
		font-size: 1.4vw;
	}

	.lease_price_content .lease_price dl:first-child dd .price_wrap {
		font-size: 3.43vw;
	}

	.lease_price_content:not(:first-child) {
		margin-top: 35px;
	}

	.lease_price_wrap {
		margin-top: 50px;
	}

	.lease_price_content .lease_price {
		margin: 11px 0 0;
	}

	.lease_price_content .head strong {
		font-size: 18px;
	}
}

@media screen and (min-width: 1280px) {
	.lease_price_content .lease_price dl:first-child dt {
		font-size: 18px;
	}
	
	.lease_price_content .lease_price dl:first-child dd {
		font-size: 18px;
	}
	
	.lease_price_content .lease_price dl:first-child dd .price_wrap {
		font-size: 44px;
	}
	
	.lease_price_content .lease_price dl:nth-child(2) dt {
		font-size: 16px;
	}
	
	.lease_price_content .lease_price dl:nth-child(2) dd {
		font-size: 18px;
	}
	
	.lease_price_content .lease_price dl:nth-child(2) dd span {
		font-size: 12px;
	}
}

/* らくらくリースとは？ */
.about_lease a {
	display: block;
	margin-top: 19px;
	font-size: 16px;
	line-height: 1.2;
	padding-left: 18px;
	position: relative;
}

.about_lease a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #1899CC;
    border-right: 2px solid #1899CC;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.product_description + .about_lease a {
	margin-top: 10px;
}

/* 支払い方法見出し */
.other_price + .product_detail_heading {
	margin-top: 48px;
}

.product_detail_heading h3 {
	position: relative;
	font-weight: bold;
	font-family: 'Noto Sans JP Medium','Noto Sans JP';
}

.product_detail_heading h3::before {
	/* content: ''; */
	/* background-color: #0099CC;
	position: absolute;
	left: 0; */
	content: '◆ ';
	color: #0099CC;
}

@media screen and (max-width: 767px) {
	.lease_wrap .product_detail_heading:first-child {
		padding-top: 14px;
		border-top: 1px solid #E6E6E6;
	}

	.product_detail_heading h3 {
		font-size: 20px;
		line-height: 1.5;
		/* padding-left: 1.2em; */
	}

	/* .product_detail_heading h3::before {
		width: 10px;
		height: 10px;
		top: 8px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	} */
}

@media screen and (min-width: 768px) {
	.lease_wrap .product_detail_heading:first-child {
		padding-top: 55px;
		border-top: 1px solid #E6E6E6;
	}


	.product_detail_heading h3 {
		font-size: 22px;
		line-height: 1.2;
		/* padding-left: 1.5em; */
	}

	/* .product_detail_heading h3::before {
		width: 12px;
		height: 12px;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
	} */
}

/* 見積もりボタン */
.lease_button_wrap {
	margin-top: 27px;
}

.lease_button a {
	display: block;
	width: 100%;
	border-radius: 58px;
	background-color: #ED6C00;
	color: #fff;
	text-align: center;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lease_button.other_button a {
	background-color: #B31B20;
}

.lease_button a::before {
	content: '';
	display: inline-block;
	background-image: url(../img/product/product_contact.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lease_button a::after {
	content: '';
	position: absolute;
	right: 8.1%;
	top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.lease_button.other_button a::before {
	background-image: url(../img/product/cart_icon.svg);
}

.lease_button a span {
	font-weight: bold;
	/* letter-spacing: 0.05em; */
	position: relative;
	display: inline-block;
	margin-left: 5%;
	text-align: left;
	font-family: 'Noto Sans JP Bold','Noto Sans JP';
}



.product_description {
	margin-top: 14px;
}

.product_description p {
	line-height: 1.8;
	margin: 0;
	white-space: pre-wrap;
}

.product_description p a {
	color: #0099CC;
	text-decoration: underline;
}

.showroom_banner {
	margin-top: 50px;
}

.showroom_banner img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.lease_button a {
		height: 80px;
		/* border: 3px solid #0099CC; */
		font-size: 16px;
	}

	.lease_button a::before {
		left: 15%;
		width: 2.5em;
		height: 2.5em;
	}

	.lease_button.rakuraku a::before {
		left: 7%;
		width: 2.5em;
		height: 2.5em;
	}

	.lease_button.other_button a::before {
		left: 10%;
		width: 1.7em;
		height: 1.7em;
	}

	.lease_button a::after {
		width: 5px;
		height: 5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.lease_button a span {
		font-size: 20px;
		line-height: 1.4;
		text-align: left;
	}

	.lease_button_fx .lease_button:nth-child(2) {
		margin-top: 10px;
	}

	.lease_button_fx .lease_button a {
		width: 100%;
		height: 50px;
	}

	.lease_button_fx .lease_button a::before {
		width: 0;
		height: 0;
	}

	.lease_button_fx .lease_button span {
		font-size: 1.4rem;
	}

	.product_description p {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.lease_button a {
		height: 115px;
		/* line-height: 105px; */
		/* border: 4px solid #0099CC; */
		font-size: 2.03vw;
		width: 74.8%;
		margin: 0 auto;
	}

	.lease_button a::before {
		left: 10%;
		width: 1.7em;
		height: 1.7em;
	}

	.lease_button a::after {
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.lease_button a span {
		font-size: 2.03vw;
		line-height: 1.4;
	}

	.lease_button_fx {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.lease_button_fx .lease_button {
		width: 48.7%;
	}

	.lease_button_fx .lease_button a {
		width: 100%;
		height: 70px;
	}

	.lease_button_fx .lease_button a::before {
		width: 0;
		height: 0;
	}

	.lease_button_fx .lease_button span {
		font-size: 20px;
	}

	.product_description p {
		font-size: 16px;
	}
}

@media screen and (min-width: 1280px) {
	.lease_button a {
		font-size: 26px;
	}

	.lease_button a span {
		font-size: 26px;
	}
}


/* 商品情報下部 */
.center {
    text-align: center;
}

/* .product_campaign_wrap {
	background-color: #FFFAC7;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
} */

.product_campaign_wrap .campaign_banner img {
	width: 100%;
}

.product_campaign_wrap a {
	display: block;
	width: 100%;
	background-color: #00a8e6;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product_campaign_wrap a span {
	color: #fff;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding-right: 1em;
}

/* .product_campaign_wrap a span::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #6a0000 transparent transparent transparent;
    position: absolute;
} */

.product_campaign_wrap a span::after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
}

@media screen and (max-width: 767px) {
	.product_campaign_wrap {
		/* margin-top: 40px;
		padding-bottom: 45px; */
		margin: 15px 0;
	}

	.product_campaign_wrap a {
		height: 25px;
	}

	.product_campaign_wrap a span {
		font-size: 14px;
		/* padding-left: 1em; */
	}

	.product_campaign_wrap a span::before {
		border-width: 11px 7px 0 7px;
		top: 0.5em;
		left: -1.2em;
		transform: translate(-50%, 0);
	}

	.product_campaign_wrap a span::after {
		border-width: 11px 7px 0 7px;
		top: 0.5em;
		right: -0.8em;
		transform: translate(-50%, 0);
	}
}

@media screen and (min-width: 768px) {
	.product_campaign_wrap {
		/* margin-top: 50px;
		padding-bottom: 80px; */
		margin: 17px 0 19px;
	}

	.product_campaign_wrap a {
		height: 40px;
	}

	.product_campaign_wrap a span {
		font-size: 1.71vw;
		padding-right: 1em;
	}

	.product_campaign_wrap a span::before {
		border-width: 1.25vw 0.85vw 0 0.85vw;
		top: 53%;
		left: -1.2em;
		transform: translate(-50%, -50%);
	}

	.product_campaign_wrap a span::after {
		border-width: 1.25vw 0.85vw 0 0.85vw;
		top: 53%;
		right: -0.8em;
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1280px) {
	.product_campaign_wrap a span {
		font-size: 22px;
	}

	.product_campaign_wrap a span::before {
		border-width: 16px 11px 0 11px;
	}

	.product_campaign_wrap a span::after {
		border-width: 16px 11px 0 11px;
	}
}

/* slider */
.mb30 {
    margin-bottom: 30px;
}

.hp_imageWidth {
    margin: 20px auto;
    width: 75%;
}

.pb_section {
	padding-top: 50px;
	padding-bottom: 80px;
}

.bl_recoSlider {
	position: relative;
}

#recoSlider01,
#recoSlider02,
#recoSlider03,
#recoSlider04,
#recoSlider05,
#recoSlider06,
#recoSlider07,
#recoSlider08,
#recoSlider_option {
	width: 86.6%;
  margin: 0 auto;
}

.bl_recoSlider .slick-slider {
	position: static;
}

.bl_recoSlider .slick-slide {
	margin-left: 25px;
	height: auto;
}

.bl_recoSlider .slick-slide img {
	width: 100%;
	border: 1px solid #DEDDDD;
	margin-left: -2px;
	border-radius: 5px;
}

.bl_recoSlider .slick-list {
	margin-left: -24px;
}

.bl_recoSlider .slick-arrow {
	position: absolute;
	top: 40px;
	margin: auto;
	background: #D3EEF7;
	/* border: 1px solid #22b39b; */
	/* border-radius: 50px; */
	z-index: 2;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.bl_recoSlider .slick-arrow:hover {
	opacity: 0.6;
}

.bl_recoSlider .prev-arrow {
	left: 0px;
}

.bl_recoSlider .prev-arrow:before {
	content: "";
	width: 13px;
	height: 13px;
	display: inline-block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	position: absolute;
}

.bl_recoSlider .next-arrow {
	right: 0px;
}

.bl_recoSlider .next-arrow:before {
	content: "";
	width: 13px;
	height: 13px;
	display: inline-block;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	position: absolute;
}

.bl_recoSlider .slick-dots {
	bottom: -50px;
	left: 0;
}

.bl_recoSlider .slick-dots li button:before {
	width: 15px;
    height: 15px;
    background-color: #E6E6E6;
    content: '';
    border-radius: 50%;
}

.bl_recoSlider .slick-dots li.slick-active button:before {
	background-color: #1899CC;
}

.bl_recoSlider .slick-dotted.slick-slider {
	margin-bottom: 100px;
}

/* .bl_itemSlider__noThumbnail .swiper-container {
	margin-bottom: 5px;
}

.bl_itemSlider__noThumbnail .swiper-wrapper {
	-webkit-transform: none;
	transform: none;
}

.swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #b3b3b3;
}

.swiper-slide img {
	margin: auto;
	display: block;
	width: 100%;
}

.js_itemSlider_top {
	margin-bottom: 20px;
}

.js_itemSlider_top .swiper-wrapper {
	padding-bottom: 1px;
}

.js_itemSlider_thumb {
	height: auto;
}

.js_itemSlider_thumb .swiper-slide {
	cursor: pointer;
	width: calc(24% - 0.5%) !important;
	padding: 0;
	margin: 0 1% 2% 1%;
}

.js_itemSlider_thumb .swiper-slide:nth-of-type(1) {
	margin-left: 0;
}

.js_itemSlider_thumb .swiper-slide:nth-of-type(4) {
	margin-right: 0;
}

.js_itemSlider_thumb .swiper-slide:nth-of-type(5) {
	margin-left: 0;
}

.js_itemSlider_thumb .swiper-slide-thumb-active {
	border: 3px solid #22b39b;
}

.js_itemSlider_thumb .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: none !important;
	transform: none !important;
}

.swiper-container-wrapper {
	position: relative;
}

.modaal-close {
	border-radius: 30px;
	background-color: #22b39b !important;
	position: absolute;
	right: -16px;
	top: -16px;
}

.modaal-container {
	border: 1px solid transparent;
}

.supportModal .modaal-container {
	border-radius: 8px;
	border: 1px solid #22b39b;
	-webkit-transition: border-radius .3s ease-out;
	transition: border-radius .3s ease-out;
	-webkit-transition-property: border;
	transition-property: border;
	display: block;
}

.supportModal .modaal-content-container {
	display: block;
	background-image: url("../img/common/bg_dot.png");
	background-repeat: repeat;
	background-size: 48px;
}

td[data-status="exist"] {
	background-color: #f4efe6;
	border: none;
	position: relative;
} */

.js_slickTable .slick-list {
	position: relative;
	margin-left: -5px;
}

.js_slickTable .slick-slide {
	margin-left: 0;
}

.js_slickTable .bl_comparisonTable_slickArrow {
	width: 25px;
	height: 30px;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 10%;
	right: 0;
	background-color: transparent;
}

.js_slickTable .bl_comparisonTable_slickArrow__left {
	left: -5px;
	right: auto;
}


.bl_recoSlider_header {
  color: #1899CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.bl_recoSlider_header span {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.bl_recoSlider_txt {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
  word-break: break-all;
}

.bl_recoSlider_txt a {
  color: #0099CC;
  text-decoration: underline;
}

img + .bl_recoSlider_txt {
	margin-top: 26px;
}


.bl_recoSlider_ref {
  font-size: 12px;
  text-align: right;
}

.bl_recoSlider_innerList li {
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
}

.bl_recoSlider_txtIndent {
  padding-left: 14px;
  text-indent: -14px;
  display: block;
}

.bl_funcImageTable_header {
    width: 400px;
}

@media screen and (max-width: 767px) {
	.hp_imageWidth {
		width: 100%;
	}

	.bl_recoSlider .slick-arrow {
		width: 50px;
		height: 50px;
	}

	.bl_recoSlider {
		margin-bottom: 95px;
	}

	.bl_recoSlider_header {
		margin: 20px 0 9px 0;
	}
}

@media screen and (min-width: 768px) {
	.bl_recoSlider .slick-arrow {
		width: 50px;
		height: 190px;
	}

	.bl_recoSlider {
		margin-bottom: 95px;
	}

	.bl_recoSlider_header {
		margin: 26px 0 12px 0;
	}
}


/* movie */
.bl_movie {
	margin-bottom: 40px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .bl_movie iframe {
	width: 100%;
	height: calc(9 / 16 * 900px);
  }

/* .bl_movie {
  margin-bottom: 40px;
  width: 70.3%;
  padding-bottom: 39.2%;
  height: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 95px;
} */

/* .bl_movie iframe {
  width: 100%;
  height: calc(9 / 16 * 570px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
/* 
.bl_movie > .un_movie_wheater_ttl + iframe {
	top: 50px;
}

.bl_movie > .un_movie_wheater_ttl {
    bottom: 100%;
} */

.bl_movie__underMV {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bl_movie__underMV iframe {
  height: calc(9 / 16 * 800px);
}


/* funcList */
/* .bl_funcList {
  border: 1px solid #b3b3b3;
} */

.un_movie_wheater_ttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hp_note {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}

/* .bl_movie iframe + .hp_note {
	position: absolute;
	top: 100%;
} */

.bl_funcList ul {
	padding: 30px 40px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bl_funcList li {
	width: calc(86 / 1200 * 100%);
	position: relative;
	cursor: pointer;
	margin: 0 calc(17 / 1200 * 100%) 30px calc(17 / 1200 * 100%);
}

.bl_funcList li:hover .bl_funcList_desc {
	display: block;
}

.bl_funcList_desc {
	position: absolute;
	padding: 10px;
	width: 235px;
	border: 3px solid #22b39b;
	background: #fff;
	border-radius: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	bottom: 120%;
	display: none;
	letter-spacing: -1px;
	z-index: 1;
}

.bl_funcList_desc:after {
	content: "";
	display: inline-block;
	border-top: 10px solid #22b39b;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
}

.bl_funcList_desc p:nth-of-type(1) {
	font-size: 14px;
	color: #22b39b;
}

.bl_funcList_desc p:nth-of-type(2) {
	font-size: 12px;
}

.bl_funcList_note:before {
	content: "※";
	position: absolute;
	font-size: 12px;
	right: 0;
	top: -20px;
}

.bl_funcList {
	background-color: #fff;
}

.bl_funcList ul {
	padding: 50px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.bl_funcList li {
	width: calc(86 / 1200 * 100%);
	position: relative;
	cursor: pointer;
	margin: 0 calc(17 / 1200 * 100%) 30px calc(17 / 1200 * 100%);
}

.bl_funcList li img {
	image-rendering: auto;
}

.bl_funcList li:hover .bl_funcList_desc {
  display: block;
}

.bl_funcList_desc {
  position: absolute;
  padding: 10px;
  width: 235px;
  border: 3px solid #22b39b;
  background: #fff;
  border-radius: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 120%;
  display: none;
  letter-spacing: -1px;
  z-index: 1;
}

.bl_funcList_desc:after {
  content: "";
  display: inline-block;
  border-top: 10px solid #22b39b;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_funcList_desc p:nth-of-type(1) {
  font-size: 14px;
  color: #22b39b;
}

.bl_funcList_desc p:nth-of-type(2) {
  font-size: 12px;
}

.bl_funcList_note:before {
  content: "※";
  position: absolute;
  font-size: 12px;
  right: 0;
  top: -20px;
}


/* 商品価格一覧 */
.el_btnDeco {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 24px;
	margin-top: 94px;
	font-family: 'Noto Sans JP Medium','Noto Sans JP';
}

.bl_tablePrice {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 0;
}

/* .bl_tablePrice th, .bl_tablePrice td {
  border: 1px solid #fff;
} */

.bl_tablePrice th {
	border-bottom: 1px solid #fff;
}

.bl_tablePrice td {
	border-bottom: 1px solid #fff;
}

.bl_tablePrice tr:last-child th,
.bl_tablePrice tr:last-child td {
	border-bottom: none;
}

.bl_tablePrice .type_header {
  background: #0099CC;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.bl_tablePrice .price_header {
  background: #B31B20;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.bl_tablePrice .lease_header {
  background: #ed6c00;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.bl_tablePrice .leaseType_header {
  background: #fce9d9;
  color: #ed6c00;
  font-size: 18px;
  font-weight: 500;
}

.bl_tablePrice .type {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background-color: #D3EEF7;
  line-height: 1.4;
}

.bl_tablePrice .type span {
  font-size: 18px;
}

.bl_tablePrice .price {
  color: #B31B20;
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 18px;
  line-height: 1.3;
  background-color: #F9EBF1;
  font-family: 'Noto Sans JP Bold','Noto Sans JP';
}

.bl_tablePrice .price .price_num {
  font-size: 50px;
  font-family: 'Noto Sans JP Black','Noto Sans JP';
}

.bl_tablePrice .price .price_num i {
	font-size: 28px;
	font-style: normal;
}

.bl_tablePrice .price .price_comma {
  font-size: 22px;
}

.bl_tablePrice .lease {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -1px;
}

.bl_tablePrice .lease span {
	font-family: 'Noto Sans JP Bold','Noto Sans JP';
}

.bl_tablePrice .lease .price_num {
  font-size: 40px;
  font-family: 'Noto Sans JP Black','Noto Sans JP';
}

.bl_tablePrice .lease .price_num i {
	font-size: 24px;
	font-style: normal;
}

.bl_tablePrice .lease .price_comma {
  font-size: 20px;
}


.bl_tablePrice .type .un_typeNote {
	font-size: 14px;
	display: block;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.bl_tablePrice .lease {
		line-height: 1.8;
	}

	.bl_tablePrice .type {
		border-bottom: 2px solid #fff;
	}

	.bl_tablePrice .lease .price_num i {
		font-size: 16px;
		font-style: normal;
	}

	.bl_tablePrice .price .price_num i {
		font-size: 20px;
		font-style: normal;
	}
}

@media screen and (min-width: 768px) {
	.bl_tablePrice td:not(:last-child) {
		border-right: 1px solid #fff;
	}

	.bl_tablePrice th:not(:last-child) {
		border-right: 1px solid #fff;
	}
}


/* おすすめ商品 */
.futured_product_wrap {
	background-color: #ECF7F5;
	/* margin-top: 80px; */
	padding-bottom: 44px;
	/* margin: 80px calc(50% - 50vw) 0;
    width: 100vw; */
}

.fs-c-featuredProduct__header {
	display: none;
}

/* カテゴリ一覧 */
.cat_section {
	padding-bottom: 58px;
}
















.bl_recoPoint {
	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;
	margin-bottom: 30px;
}
.bl_recoPoint_img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	margin-right: 60px;
}
.bl_recoPoint_body {
	background: #e9f7f5;
	border-radius: 10px;
	padding: 24px 20px 20px 30px;
	position: relative;
	font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.bl_recoPoint_body:before {
	content: "";
	display: inline-block;
	border-right: 36px solid #e9f7f5;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin: 0 4px 0 0;
	position: absolute;
	left: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bl_recoPoint_header {
	color: #22b39b;
	font-size: 26px;
	font-weight: 700;
	position: absolute;
	top: -28px;
	white-space: nowrap;
}

.el_btn {
	display: block;
	background-color: #e60012;
	border-radius: 5px;
	padding: 20px 0;
	position: relative;
	max-width: 800px;
	margin: auto;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-box-shadow: 0 5px #660000;
			box-shadow: 0 5px #660000;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	overflow: hidden;
  }

  .el_btn__green {
	background-color: #22b39b;
	-webkit-box-shadow: 0 5px #007d91;
			box-shadow: 0 5px #007d91;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
			font-feature-settings: "palt";
}

.el_btn__green::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 36px;
	background-image: url(../img/product/kurashi/common/icon_exlink.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: 12px;
	left: auto;
	background-color: transparent;
}

.el_btn__green.el_btn__itemEnd {
	line-height: 1.2;
	font-size: 24px;
	padding: 14px 0 17px 0;
}
  
  .el_btn img {
	max-width: 80%;
	margin: auto;
	display: block;
	position: relative;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
  }
  
  .el_btn:hover {
	-webkit-transform: translateY(5px);
			transform: translateY(5px);
	-webkit-box-shadow: none;
			box-shadow: none;
	opacity: 0.7;
  }
  
  .el_btn .forSp {
	display: none;
  }
  
  .el_btn__trackingBanner {
	padding: 14px 0;
	position: relative;
	width: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	overflow: visible;
	margin: auto;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .el_btn__trackingBanner::before {
	content: "";
	position: absolute;
	display: inline-block;
	background-size: contain;
	background-image: url(../img/common/tracking_bubble.png);
	background-position: center right;
	width: 193px;
	height: 129px;
	right: 10px;
	left: auto;
	bottom: 0;
  }
  
  .el_btn__trackingBanner::after {
	display: none;
  }
  
  .el_btn__trackingBanner img {
	height: 62px;
	position: relative;
	left: -35px;
  }
  
  .el_btn__trackingBanner__comfort::before {
	background-image: url(../img/common/tracking_bubble_comfort.png);
  }
  
  .el_btn__itemEnd {
	max-width: 520px;
  }
  
  .el_btn__emergency img {
	max-width: none;
	padding: 0 20px;
  }

  @-webkit-keyframes shiny {
	0% {
	  -webkit-transform: scale(1) rotate(45deg);
			  transform: scale(1) rotate(45deg);
	  opacity: 1;
	}
	50% {
	  -webkit-transform: scale(50) rotate(45deg);
			  transform: scale(50) rotate(45deg);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(50) rotate(45deg);
			  transform: scale(50) rotate(45deg);
	  opacity: 0;
	}
  }
  
  @keyframes shiny {
	0% {
	  -webkit-transform: scale(1) rotate(45deg);
			  transform: scale(1) rotate(45deg);
	  opacity: 1;
	}
	50% {
	  -webkit-transform: scale(50) rotate(45deg);
			  transform: scale(50) rotate(45deg);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(50) rotate(45deg);
			  transform: scale(50) rotate(45deg);
	  opacity: 0;
	}
  }

  .el_greenTtl {
	font-size: 26px;
	color: #00a73c;
	padding-left: 25px;
	padding-bottom: 6px;
	border-left: 5px solid #00a73c;
  }
  
  .el_pinkTtl {
	font-size: 26px;
	color: #e62e8b;
	padding-left: 25px;
	padding-bottom: 6px;
	border-left: 5px solid #e62e8b;
  }
  
  .el_themeGreenTtl {
	font-size: 26px;
	color: #22b39b;
	padding-left: 25px;
	padding-bottom: 6px;
	border-left: 5px solid #22b39b;
  }
  
  .el_infoTxt {
	font-size: 14px;
  }
  
  .el_minTxt {
	font-size: 18px;
  }

  .un_washerImage {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  
  .un_washerImage img {
	max-height: 60vh;
  }

  .bl_info {
	  margin-bottom: 50px;
  }

@media screen and (max-width: 1340px) {
	.ly_cont_area::after {
	  width: 100%;
	}
	.bl_receive {
	  width: 95%;
	  display: block;
	  margin: auto;
	}
	.ly_cont_area {
	  width: 100%;
	}
	.ly_cont_inner__kitchenStoveKV {
	  width: auto;
	}
	.ly_cont_inner__kitchenStoveKV img {
	  max-height: none;
	}
	.el_trackingBtn {
	  right: 30px;
	}
  }
  
  @media screen and (max-width: 1200px) {
	/* .ly_header_inner,
	.ly_cont_inner,
	.ly_footer_inner {
	  width: auto;
	  padding: 0 20px;
	}
	#top .ly_cont_inner {
	  padding: 0 30px;
	}
	#footer2_inner {
	  width: auto;
	  padding: 0 20px;
	} */
	.green_point {
	  font-size: 14px;
	}
	/* .bl_header_logo {
	  width: 350px;
	}
	.bl_header_tel_body p {
	  white-space: nowrap;
	} */
	.bl_receive_bubble {
	  width: calc(120 / 1200 * 95%);
	  top: auto;
	  bottom: calc(140 / 202 * 100%);
	  right: -4.5%;
	}
	.bl_lineupBox_img {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 51%;
			  flex: 0 0 51%;
	  margin-right: 20px;
	}
	.bl_lineupBox_infoHeader {
	  font-size: 22px;
	  text-align: center;
	}
	.bl_lineupBox_infoDesc {
	  width: calc(497 / 640 * 100%);
	  font-size: 13px;
	}
	.bl_lineupBox_infoBubble {
	  width: calc(122 / 750 * 100%);
	  top: -70%;
	}
	.bl_comparisonTable_body {
	  display: block;
	}
	.bl_comparisonTable_link .forPc {
	  display: none;
	}
	.bl_comparisonTable_link .forSp {
	  display: block;
	}
	.bl_greenImage_01 {
	  margin-left: 0;
	  padding-top: 40px;
	}
	.bl_greenImage_02 {
	  width: calc(248 / 1280 * 100%);
	  right: calc(70 / 1280 * 100%);
	}
	.bl_greenImage_03,
	.bl_greenImage_04 {
	  display: none;
	}
	.el_trackingBanner {
	  display: none;
	}
	.el_imgHeader {
	  top: calc(-55 / 1920 * 100vw);
	}
	.bl_recoSlider .slick-arrow {
	  top: calc(462/600 * 12vw);
	  transform: translatey(-50%);
	}
	.hp_flag01,
	.hp_flag02 {
	  width: 20%;
	}
	.un_infoHeader_br {
	  display: block;
	}
  }
  
  @media screen and (max-width: 1000px) {
	.br_sp {
	  display: block;
	}
	.bl_itemIntro {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.bl_itemIntro.mb60 {
	  margin-bottom: 30px;
	}
	/* .bl_header {
	  height: 80px;
	}
	.bl_header_tel {
	  display: none;
	} */
	.bl_mainVisual__noMargin {
	  margin: 0;
	}
	.bl_headerNavCat a {
	  padding: 10px;
	}
	.bl_itemBody {
	  padding: 60px 20px;
	}
	.bl_itemIntro_col1 {
	  margin: 0 0 50px 0;
	}
	.bl_itemIntro_col1.hp_mbShort {
	  margin-bottom: 10px;
	}
	.bl_tablePrice .price .price_num,
	.bl_tablePrice .lease .price_num {
	  font-size: 24px;
	}
	.bl_tablePrice .price .price_comma,
	.bl_tablePrice .lease .price_comma {
	  font-size: 14px;
	}
	.bl_promise_figure {
	  right: 10px;
	  bottom: 95%;
	  width: 90px;
	}
	.bl_recoSlider .slick-arrow {
	  top: calc(462/600 * 50%);
	  transform: translatey(-50%);
	}
	/* .bl_recoSlider .slide-arrow {
	  width: 40px;
	  height: 40px;
	} */
	.bl_recoSlider .prev-arrow {
	  left: -12px;
	}
	/* .bl_recoSlider .prev-arrow::before {
	  width: 16px;
	  height: 16px;
	  left: 15px;
	} */
	.bl_recoSlider .next-arrow {
	  right: -12px;
	}
	/* .bl_recoSlider .next-arrow::before {
	  width: 16px;
	  height: 16px;
	  right: 15px;
	} */
	.hp_centerTtlImg {
	  display: block;
	  width: calc(500 / 750 * 100%);
	  margin-right: auto;
	  margin-left: auto;
	}
	.un_washerImage {
	  width: 100%;
	}
	.un_topSlide_arrowRight,
	.un_topSlide_arrowLeft {
	  top: 10%;
	}
	.bl_movie {
	  width: 100%;
	}
	.bl_movie iframe {
	  height: calc( 9 / 16 * 100vw - 30px);
	}
	.denki-campaign_pc img {
	  width: 100%;
	}
  }
  
  @media screen and (max-width: 1000px) and (min-width: 767px) {
	.bl_tablePrice .price .price_comma,
	.bl_tablePrice .lease .price_comma {
	  font-size: 14px;
	}
	.bl_tablePrice .price span,
	.bl_tablePrice .lease span {
	  font-size: 16px;
	}
	.bl_tablePrice .type_header,
	.bl_tablePrice .price_header,
	.bl_tablePrice .lease_header,
	.bl_tablePrice .leaseType_header {
	  font-size: 16px;
	}
	.bl_tablePrice .price span {
	  font-size: 14px;
	}
	.bl_tablePrice .type {
	  font-size: 12px;
	  padding: 4px 0;
	}
	.bl_tablePrice .type span {
	  font-size: 14px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.ly_cont_area {
	  padding: 40px 0;
	  margin-bottom: 100px;
	}
	.ly_cont_area::after {
	  width: 100%;
	}
	.ly_cont_inner__kitchenStoveKV {
	  padding: 0;
	}
	.forSp {
	  display: block;
	}
	.forPc {
	  display: none;
	}
	h2 img + span {
	  font-size: 24px;
	}
	.top_pickup {
	  padding: 60px 0 20px 0;
	}
	.top_pickup .mb40 {
	  margin-bottom: 20px;
	}
	.top_gasteki {
	  padding: 40px 0 60px 0;
	}
	.top_gasteki p {
	  font-size: 13px;
	}
	.top_receive {
	  padding: 40px 0;
	}
	.top_lineup {
	  padding: 60px 0;
	}
	#footer2_inner {
	  display: block;
	}
	.bl_itemBody {
	  padding: 40px 20px;
	}
	.bl_itemIntro_col1 {
	  margin: 0 0 10px 0;
	}
	.bl_itemIntro.mb60 {
	  margin-bottom: 20px;
	}
	.bl_item__last {
	  margin-bottom: 40px;
	}
	.bl_itemCopy {
	  padding: 16px 0;
	  font-size: 22px;
	  line-height: 1.5;
	}
	.bl_itemCopy__narrowPc img,
	.bl_itemCopy__exNarrowPc img {
	  width: 80%;
	}
	.bl_itemCopy__narrowSp img {
	  width: 65%;
	}
	.bl_itemCopy__exNarrowSp img {
	  width: 50%;
	}
	.bl_tablePrice {
	  border: none;
	}
	.bl_tablePrice tr {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  margin-bottom: 30px;
	}
	.bl_tablePrice tr:nth-of-type(1) {
	  display: none;
	}
	.bl_tablePrice tr:nth-of-type(2) {
	  display: none;
	}
	.bl_tablePrice tr:last-child {
	  margin-bottom: 0;
	}
	.bl_tablePrice td,
	.bl_tablePrice th {
	  margin-bottom: -1px;
	}
	.bl_tablePrice .type {
	  width: 100%;
	  padding: 10px 0;
	}
	.bl_tablePrice .price_header {
	  width: 50%;
	}
	.bl_tablePrice .price {
	  font-size: 11px;
	  width: 100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: end;
		  -ms-flex-align: end;
			  align-items: flex-end;
	  line-height: 1.6;
	}
	.bl_tablePrice .price:before {
	  content: attr(data-label);
	  width: 50%;
	  background: #e60c12;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 500;
	  height: 100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.bl_tablePrice .price span {
	  width: 50%;
	}
	.bl_tablePrice .price .price_num {
	  font-size: 27px;
	}
	.bl_tablePrice .lease {
	  font-size: 9px;
	  width: 100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
		  -ms-flex-direction: row-reverse;
			  flex-direction: row-reverse;
	}
	.bl_tablePrice .lease:before {
	  content: attr(data-label);
	  background: #fce9d9;
	  color: #ed6c00;
	  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;
	  font-size: 14px;
	  -webkit-box-ordinal-group: 2;
		  -ms-flex-order: 1;
			  order: 1;
	  width: 20%;
	  font-weight: 500;
	}
	.bl_tablePrice .lease:after {
	  content: attr(data-labelHeader);
	  background: #ed6c00;
	  color: #fff;
	  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;
	  font-size: 14px;
	  -webkit-box-ordinal-group: 3;
		  -ms-flex-order: 2;
			  order: 2;
	  width: 30%;
	  font-weight: 500;
	  white-space: pre;
	  line-height: 1.3;
	}
	.bl_tablePrice .lease.upperLease:after {
	  height: 200%;
	  position: relative;
	}
	.bl_tablePrice .lease span {
	  width: 50%;
	}
	.bl_tablePrice .lease .price_num {
	  font-size: 20px;
	}
	/* .bl_header_tel,
	.bl_headerNav,
	.el_trackingBanner {
	  display: none;
	}
	.bl_header {
	  height: auto;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  height: 55px;
	  padding-bottom: 0;
	}
	.bl_header_logo {
	  width: 215px;
	  margin-right: 10px;
	}
	.bl_header_link {
	  width: 120px;
	  height: 40px;
	  display: block;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.bl_header_link .bl_header_link_sp {
	  height: 40px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  width: auto;
	  font-size: 10px;
	}
	.bl_headerNavCat {
	  background: #fff;
	}
	.bl_headerNavCat ul {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  display: none;
	  position: absolute;
	  width: 100%;
	  background: #fff;
	  border-bottom: 3px solid #22b39b;
	  z-index: 1;
	}
	.bl_headerNavCat li {
	  border-top: 1px solid #ccc;
	}
	.bl_headerNavCat .ly_header_inner {
	  padding: 0;
	}
	.bl_headerCatList ul {
	  border-bottom: 3px solid #22b39b;
	}
	.bl_headerNavSp {
	  display: block;
	  background-color: #f4efe6;
	}
	.bl_headerNavSp_list01 {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}
	.bl_headerNavSp_list01 li {
	  text-align: center;
	  width: 30%;
	  line-height: 1.4;
	  padding: 5px 0;
	}
	.bl_headerNavSp_list01 li img {
	  max-width: 50%;
	  margin: auto;
	}
	.bl_headerNavSp_list01 li:nth-of-type(1) {
	  width: 10%;
	}
	.bl_headerNavSp_list01 li:nth-of-type(1) a {
	  border-left: none;
	}
	.bl_headerNavSp_list01 a {
	  font-size: 12px;
	  font-weight: 500;
	  color: #22b39b;
	  text-align: center;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  white-space: nowrap;
	  border-left: 1px dashed #444;
	  height: 36px;
	  -webkit-font-feature-settings: "palt";
			  font-feature-settings: "palt";
	}
	.bl_headerNavSp_list01 a span {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  font-size: 8px;
	}
	.bl_headerNavCat_spBtn {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	} */
	.bl_itemNav ul {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: start;
		  -ms-flex-pack: start;
			  justify-content: flex-start;
	}
	.bl_itemNav li {
	  width: calc(227 / 750 * 100%);
	  margin: calc(11.5 / 750 * 100%);
	}
	.bl_itemNav a:after {
	  border-top: 10px solid #22b39b;
	  border-left: 8px solid transparent;
	  border-right: 8px solid transparent;
	  bottom: -6px;
	}
	.bl_itemNav__kitchenStove {
	  margin-bottom: 60px;
	}
	.bl_itemNav__kitchenStove li {
	  width: calc(351 / 750 * 100%);
	}
	.bl_itemNav__kitchenStove .premium a::after {
	  border-top: 10px solid #b49219 !important;
	}
	.bl_itemNav__kitchenStove .standard a::after {
	  border-top: 10px solid #ef9191 !important;
	}
	.bl_itemNav__one ul {
	  -webkit-box-pack: center !important;
		  -ms-flex-pack: center !important;
			  justify-content: center !important;
	}
	.sec_topLineup {
	  padding: 40px 0;
	}
	.sec_kitchenStove {
	  padding: 60px 0;
	}
	.sec_promise {
	  padding: 40px 0 130px 0;
	  position: relative;
	}
	.sec_chance {
	  padding: 40px 0;
	}
	.btnArea {
	  width: 90%;
	  margin: auto;
	}
	.btnArea .mb40 {
	  margin-bottom: 20px;
	}
	.bl_funcList {
	  border: none;
	}
	.bl_funcList ul {
	  padding: 0;
	}
	.bl_funcList li {
	  width: calc(140 / 630 * 100%);
	  margin: 0 calc(8 / 630 * 100%) 20px;
	}
	.bl_funcList li:nth-of-type(4n) .bl_funcList_desc {
	  left: auto;
	  right: 0;
	  -webkit-transform: none;
			  transform: none;
	}
	.bl_funcList li:nth-of-type(4n) .bl_funcList_desc:after {
	  left: auto;
	  right: 20px;
	}
	.bl_funcList li:nth-of-type(4n-3) .bl_funcList_desc {
	  left: 0;
	  -webkit-transform: none;
			  transform: none;
	}
	.bl_funcList li:nth-of-type(4n-3) .bl_funcList_desc:after {
	  left: 20px;
	}
	.bl_funcList img {
	  width: 100%;
	}
	.bl_tableLease {
	  margin-bottom: 0;
	}
	.bl_tableLease td {
	  font-size: 8px;
	  letter-spacing: -1px;
	}
	.bl_tableLease td span {
	  font-size: 20px;
	}
	.bl_tableLease th {
	  font-size: 10px;
	}
	.bl_tableLease tr th span {
	  font-size: 10px;
	}
	.bl_tablePrice .price_num .price_comma {
	  font-size: 10px;
	}
	.bl_recoPoint {
		background: #e9f7f5;
		border-radius: 5px;
		padding: 10px;
	}
	.bl_recoPoint_header {
	  top: auto;
	  position: relative;
	  font-size: 20px;
	}
	.bl_recoPoint_header + p {
	  font-size: 16px;
	}
	.bl_recoPoint_body {
	  background: transparent;
	  padding: 0;
	  margin: 0;
	}
	.bl_recoPoint_body:before {
	  display: none;
	}
	.bl_recoPoint_img {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 19%;
			  flex: 0 0 19%;
	  margin: 0 10px 0 0;
	}
	.bl_itemSpecial {
	  background: transparent;
	  padding: 0;
	  margin-top: 20px;
	}
	.bl_itemSpecial .mb20 {
	  margin-bottom: 15px;
	}
	.bl_chance li {
	  font-size: 12px;
	  padding-left: 12px;
	  text-indent: -12px;
	}
	.bl_chance_inner p {
	  font-size: 14px;
	  text-align: left;
	  -webkit-font-feature-settings: "palt";
			  font-feature-settings: "palt";
	}
	/* .bl_footerLease {
	  padding: 35px 20px;
	}
	.bl_footerLease img {
	  width: 100%;
	}
	.bl_footerLease li {
	  margin-bottom: 8px;
	}
	.bl_footerLease_txt ul {
	  width: 100%;
	}
	.bl_footerLease_txt .bl_footerLease_txtHeader {
	  font-size: 18px;
	  line-height: 1.5;
	}
	.bl_footerLease_txt .bl_footerLease_txtHasChild li {
	  padding-left: 33px;
	}
	.bl_footerLease_txt .bl_footerLease_txtHasAsterisk {
	  padding-left: 17px;
	  text-indent: -17px;
	} */
	.bl_comparisonTable .bl_comparisonTable_header {
	  width: 60px;
	  padding-left: 5px;
	}
	.bl_comparisonTable_header {
	  font-size: 11px;
	}
	.bl_comparisonTable_header dt {
	  padding: 15px 5px;
	  line-height: 1.35;
	  font-size: 11px;
	}
	.bl_comparisonTable_body dd {
	  padding: 15px 10px;
	  font-size: 11px;
	}
	.bl_comparisonTable_bodyWrapper {
	  width: calc(100% - 60px);
	}
	.bl_comparisonTable_link .forPc {
	  display: none !important;
	}
	.bl_comparisonTable_link p:after {
	  right: 0;
	}
	.bl_greenImage_05 {
	  padding-top: 30px;
	}
	.bl_green_fontSemiLarge {
	  font-size: 14px;
	}
	.bl_green_fontLarge {
	  font-size: 18px;
	}
	.bl_green_linkButton {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  max-width: 315px;
	  margin: auto;
	  padding: 13px 55px 14px 25px;
	  position: relative;
	  border-radius: 4px;
	  line-height: 1.6;
	  font-size: 13px;
	}
	.bl_green_linkButton img {
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  right: 20px;
	}
	.bl_cardUnit__recommend {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
	.bl_cardUnit__recommend .bl_card {
	  width: calc(50% - 10px);
	}
	.bl_cardUnit__recommend .bl_card:not(:nth-of-type(4)) {
	  margin-right: 0;
	}
	.bl_cardUnit__recommend .bl_card:not(:nth-of-type(2n)) {
	  margin-right: 20px;
	}
	.bl_cardUnit__recommend .bl_card_header {
	  margin-bottom: 40px;
	}
	.bl_cardUnit__recommend .bl_card_body {
	  display: none;
	  font-size: 11px;
	}
	.el_telBtn_body img {
	  width: 100%;
	}
	.el_telBtn_body p {
	  letter-spacing: normal;
	}
	.el_itemName {
	  font-size: 12px;
	  line-height: 1.4;
	}
	.el_itemName span {
	  font-size: 16px;
	}
	.el_itemName span.un_itemName {
	  font-size: 12px;
	  margin-top: 4px;
	}
	.el_itemName span sup {
	  top: 0;
	}
	.el_itemName__lineHeightS.mb10 {
	  margin-bottom: 10px;
	}
	.el_btnDeco {
	  background: #22b39b;
	  color: #fff;
	  font-size: 20px;
	  padding: 10px 0 12px 16px;
	  border: none;
	  position: relative;
	  margin-bottom: auto;
	}
	.el_btnDeco:before {
	  content: "";
	  background: #1a8775;
	  width: 50px;
	  height: 100%;
	  display: inline-block;
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.el_btnDeco:after {
	  content: "";
	  width: 12px;
	  height: 12px;
	  position: absolute;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	  -webkit-transform: rotate(135deg);
			  transform: rotate(135deg);
	  display: inline-block;
	  right: 19px;
	  top: -5px;
	  bottom: 0;
	  margin: auto;
	  -webkit-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
	}
	.el_btnDeco.is_open {
	  margin-bottom: 30px;
	}
	.el_btnDeco.is_open:after {
	  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
	  right: 21px;
	  top: 0px;
	}
	.el_toTop {
	  width: 70px;
	  height: 76px;
	  font-size: 12px;
	  padding: 13px 14px;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
	.el_toTop:before {
	  width: 12px;
	  height: 12px;
	  bottom: -10px;
	}
	.el_toTop:after {
	  width: 12px;
	  height: 12px;
	  bottom: -10px;
	  right: 27px;
	}
	.el_toTop.el_toTop__sp {
	  bottom: 120px;
	}
	.el_btn .forPc {
	  display: none;
	}
	.el_btn .forSp {
	  display: block;
	}
	.el_btn:hover {
	  -webkit-transform: none;
			  transform: none;
	  -webkit-box-shadow: 0 5px #660000;
			  box-shadow: 0 5px #660000;
	  opacity: 1;
	}
	.el_btn__detailSp img,
	.el_btn__consultSp img {
	  width: 80%;
	}
	.el_btn__detailSp {
	  padding: 30px 0;
	}
	.el_btn__detailSp img {
	  width: 80%;
	  left: auto;
	}
	.el_btn__consultSp {
	  padding: 15px 0;
	}
	.btnArea .el_btn__green {
	  line-height: 1.4;
	  font-size: 18px;
	}
	.btnArea .el_btn__green::before {
	  width: 20px;
	  height: 20px;
	  background-size: contain;
	  right: 4%;
	}
	.btnArea .el_btn__consultSp {
	  font-size: 18px;
	}
	.btnArea .el_btn__consultSp::before {
	  width: 24px;
	  height: 24px;
	  background-size: contain;
	  right: 4%;
	}
	.btnArea .el_btn__detailSp img {
	  width: 80%;
	  left: auto;
	}
	.btnArea .el_btnArea_paragraph {
	  font-size: 16px;
	  line-height: 1.35;
	}
	.el_telBtn {
	  border: none;
	  outline: 2px solid #00afec;
	  outline-offset: -2px;
	}
	.el_telBtn img {
	  width: 60%;
	  min-width: 210px;
	}
	.el_telBtn.forSp {
	  display: inline-block;
	}
	.el_telBtn_header {
	  font-size: 16px;
	}
	.el_telBtn_body_first {
	  font-size: 15px;
	}
	.el_greenTtl,
	.el_pinkTtl,
	.el_themeGreenTtl {
	  font-size: 18px;
	  padding-left: 10px;
	  pdding-bottom: 2px;
	  line-height: 1.25;
	}
	.el_greenTtl.mb30,
	.el_pinkTtl.mb30,
	.el_themeGreenTtl.mb30 {
	  margin-bottom: 20px;
	}
	.el_infoTxt {
	  font-size: 12px;
	}
	.el_scrollNoteTxt {
	  max-width: 250px;
	}
	.el_leaseNote {
	  font-size: 12px;
	}
	.el_minTxt {
	  font-size: 12px;
	}
	.el_dashBorder__stove {
	  padding: 0 20px;
	}
	.el_itemNameSub {
	  font-size: 12px;
	}
	.el_btn__trackingBanner {
	  margin-top: 0;
	  padding-top: 10px;
	  padding-bottom: 8px;
	  padding-right: 80px;
	}
	.el_btn__trackingBanner::before {
	  width: 86px;
	  height: 86px;
	  bottom: 3px;
	}
	.el_itemPrice .preface {
	  font-size: 14px;
	  display: block;
	}
	.el_itemPrice .price {
	  font-size: 40px;
	}
	.el_itemPrice .denomi {
	  font-size: 16px;
	}
	.el_itemPrice .tag {
	  font-size: 10px;
	}
	.el_itemPrice .retail {
	  display: block;
	  font-size: 12px;
	}
	.el_itemPrice .note {
	  font-size: 10px;
	  top: 0;
	}
	.el_itemPrice .description {
	  line-height: 1.7;
	}
	.el_btn__trackingBanner {
	  padding-right: 0;
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	.el_btn__trackingBanner::before {
	  width: 172px;
	  height: 77px;
	  background-image: url(../img/common/tracking_bubble_sp.png);
	  bottom: 35px;
	  right: -34px;
	}
	.el_btn__trackingBanner img {
	  max-width: 80%;
	  height: auto;
	  left: auto;
	}
	.el_btn__trackingBanner__comfort::before {
	  width: 172px;
	  height: 77px;
	  background-image: url(../img/common/tracking_bubble_comfort_sp.png);
	  bottom: 40px;
	}
	.el_trackingBtn {
	  right: 10px;
	}
	.el_supportModal_btn {
	  display: block;
	}
	.el_supportModal_btn .main {
	  width: 70px;
	}
	.el_supportModal_btn .close {
	  top: -11px;
	}
	.un_trackingFree,
	.un_trackingConsulting {
	  font-size: 18px;
	}
	.un_trackingFree {
	  margin-right: 0;
	  -webkit-writing-mode: vertical-rl;
		  -ms-writing-mode: tb-rl;
			  writing-mode: vertical-rl;
	  font-size: 16px;
	  line-height: 1;
	  letter-spacing: 3px;
	  padding: 5px;
	}
	.un_trackingConsulting {
	  padding: 4px 4px 6px 8px;
	  bottom: 2px;
	  line-height: 1.2;
	}
	.js_itemSlider_thumb .swiper-slide-thumb-active {
	  border: 2px solid #22b39b;
	}
	.bl_topLineup_col a {
	  width: calc(100% / 2 - 1%);
	}
	.bl_requireBody {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  padding: 0 10px;
	}
	.bl_requireBody ul {
	  font-size: 12px;
	}
	.bl_requireBody li {
	  text-indent: -12px;
	}
	.bl_requireBody_header {
	  height: 40px;
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 auto;
			  flex: 0 0 auto;
	  margin: 0 0 10px 0;
	  padding: 5px 0;
	  font-size: 12px;
	  border-width: 1px;
	}
	.bl_requireBody_header br {
	  display: none;
	}
	.bl_requireBody_header span {
	  top: auto;
	}
	.bl_itemNav ul.center {
	  -webkit-box-pack: start;
		  -ms-flex-pack: start;
			  justify-content: flex-start;
	}
	.bl_itemNav ul.center li {
	  margin: calc(11.5 / 750 * 100%);
	}
	.bl_info_image {
	  overflow-x: scroll;
	  padding: 10px;
	}
	.bl_info_image img {
	  max-width: none;
	}
	.bl_info_image img:nth-of-type(n+2) {
	  margin-left: 0;
	  margin-top: 30px;
	}
	.bl_info_image img.hasBorder {
	  border: 1px solid #b3b3b3;
	  padding: 20px;
	}
	.bl_info_image.mb40 {
	  margin-bottom: 20px;
	}
	.bl_info_image.hp_scrollNone {
	  overflow-x: visible;
	}
	.bl_info_image.hp_scrollNone img {
	  max-width: 100%;
	}
	.bl_info_image.bl_info_image__shortHeight img {
	  height: 450px;
	}
	.bl_supportModal_ttl {
	  text-align: center;
	}
	.bl_supportModal_body {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.bl_supportModal_body img {
	  display: inline-block;
	  width: 100%;
	  max-width: 400px;
	  margin-right: auto !important;
	  margin-left: auto !important;
	  margin-bottom: 30px;
	}
	.un_applyArea {
	  width: 90%;
	}
	.un_reformMessage {
	  font-size: 3.15vw;
	  padding: 0 20px;
	}
	.un_wheaterMenuNote {
	  left: auto;
	}
	.un_mainVisualNote {
	  margin-left: 0;
	  margin-right: 0;
	  width: 100%;
	}
	.un_heaterNote {
	  font-size: 16px;
	}
	.un_heaterParagraph {
	  font-size: 14px;
	}
	.un_kvLink {
	  font-size: 3.6vw;
	  margin-bottom: 10px;
	}
	.un_kvLink:after {
	  width: 14px;
	  height: 14px;
	  left: -18px;
	  top: 2vw;
	}
	.un_topSlide_spMessage {
	  display: block;
	}
	.hp_indent2line__large {
	  text-indent: -15px;
	  padding-left: 21px;
	}
	.hp_indent2line__Xlarge {
	  text-indent: -21px;
	  padding-left: 21px;
	}
	span.hp_fontSize16 {
	  font-size: 16px;
	}
	.hp_note {
	  font-size: 10px;
	  padding-left: 10px;
	  text-indent: -10px;
	}
	.hp_note__underMenu4item,
	.hp_note__underMenu5item {
	  left: auto;
	  margin-left: 10px;
	}
	.hp_imageWidth,
	.hp_imageWidth__50per {
	  width: 100%;
	}
	.hp_kanta_sliderTtl {
	  max-height: none;
	  width: 75%;
	  margin-bottom: 20px;
	}
	.hp_flag01,
	.hp_flag02 {
	  width: 72px;
	}
	.bl_funcImageTable_header {
	  width: 250px;
	}
	.bl_funcImageTable_body {
	  overflow: scroll;
	}
	.bl_funcImageTable_body img {
	  width: 800px;
	  max-width: none;
	}
	.bl_trackingBanner {
	  height: 100px;
	}
	.bl_trackingBanner .bl_trackingBanner_btn__pc {
	  display: none !important;
	}
	.bl_trackingBanner .bl_trackingBanner_btn__sp {
	  display: block;
	}
	.bl_trackingBanner_btn {
	  margin: 10px auto 0 auto;
	}
	.el_btn__trackingBanner {
	  max-width: 300px;
	}
	.hp_forTrackingBannerSpace {
	  padding: 50px 0;
	}
	.un_movie_wheater_ttl {
	  font-size: 16px;
	}
	.bl_movie__underMV.mb80 {
	  margin-bottom: 40px;
	}
	.bl_lineupBox {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  padding: 40px 0 50px 0;
	}
	.bl_receive {
	  width: 100%;
	}
	.bl_receive img {
	  margin-left: auto;
	  margin-right: auto;
	}
	.bl_receive p {
	  font-size: 12px;
	  text-align: left;
	  text-indent: -1em;
	  padding-left: 1em;
	}
	.bl_receive_bubble {
	  display: none;
	}
	.bl_topSlider_abs p {
	  font-size: 11px;
	}
	.bl_topSlider .sale,
	.bl_topSlider .lease {
	  font-size: 11px;
	  display: block;
	}
	.bl_topSlider .sale:first-line,
	.bl_topSlider .lease:first-line {
	  font-size: 11px;
	}
	.bl_topSlider .price {
	  font-size: 12px;
	}
	.bl_lineupBox_img {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	  margin-right: 0;
	  margin-bottom: 5px;
	  text-align: center;
	}
	.bl_lineupBox_img img {
	  width: 100%;
	}
	.bl_lineupBox_info {
	  margin-right: 0 !important;
	}
	.bl_lineupBox_infoHeader {
	  font-size: 22px;
	  text-align: center;
	}
	.bl_lineupBox_infoDesc {
	  width: calc( 482 / 750 * 100vw);
	  font-size: 13px;
	}
	.bl_lineupBox_infoBubble {
	  width: calc(122 / 750 * 100vw);
	  top: -80%;
	}
	.bl_lineupBox__inverse .bl_lineupBox_img {
	  -webkit-box-ordinal-group: 1;
		  -ms-flex-order: 0;
			  order: 0;
	}
	.bl_lineupCol {
	  width: calc((100% - 10px * 1) / 2);
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
	.bl_lineupCol:nth-of-type(3n) {
	  margin-right: 10px;
	}
	.bl_lineupCol:nth-of-type(2n) {
	  margin-right: 0;
	}
	.bl_lineupCol::before {
	  height: 1px;
	  width: 20px;
	  bottom: 10px;
	  right: 14px;
	}
	.bl_lineupCol::after {
	  width: 8px;
	  height: 1px;
	  bottom: 12px;
	  right: 14px;
	}
	.bl_aboutPrice {
	  padding: 20px 15px;
	}
	.bl_aboutPrice_header {
	  font-size: 18px;
	}
	.bl_footerLease_img {
	  padding: 0;
	}
	.bl_promise_01 img,
	.bl_promise_02 img {
	  margin-left: auto;
	  margin-right: auto;
	}
	.bl_promise_figure {
	  display: none;
	}
	.bl_itemBenefit {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
	.bl_itemBenefit.bl_itemBenefit__single {
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	}
	.bl_itemBenefit.bl_itemBenefit__single .bl_itemBenefit01 {
	  margin-bottom: 0;
	}
	.bl_itemBenefit.bl_itemBenefit__single .bl_itemBenefit01::after {
	  display: none;
	}
	.bl_itemBenefit01 {
	  width: 100%;
	  margin-bottom: 10%;
	  margin-right: 0;
	}
	.bl_itemBenefit01::before {
	  display: none;
	}
	.bl_itemBenefit01::after {
	  top: auto;
	  bottom: -29%;
	  right: 0;
	  left: 0;
	  margin: auto;
	  -webkit-transform: none;
			  transform: none;
	}
	.bl_itemBenefit02 {
	  width: 100%;
	}
	.bl_itemBenefit02__laundry {
	  margin-top: 10px;
	}
	.el_empHeader {
	  font-size: 24px;
	  line-height: 1.4;
	  white-space: nowrap;
	}
	.el_empHeader::before, .el_empHeader::after {
	  top: auto;
	  bottom: 4px;
	}
	.el_empHeader img {
	  width: 190px;
	  top: -25px;
	}
	.el_empHeader__lineup img {
	  width: 260px;
	  top: -10px;
	}
	.el_empHeader__recommend {
	  font-size: 14px;
	  text-align: center;
	  line-height: 1.45;
	}
	.el_empHeader__recommend::before {
	  height: 24px;
	  bottom: -2px;
	}
	.el_empHeader__recommend::after {
	  height: 24px;
	  bottom: -2px;
	}
	.el_empHeader__recommend img {
	  max-width: 214px;
	  width: 100%;
	  top: -19px;
	}
	.el_ribbonHeader {
	  font-size: 18px;
	  padding: 10px 15%;
	  line-height: 1.3;
	}
	.el_topHeader {
	  font-size: 18px;
	  line-height: 1.5;
	}
	.el_gastekiBtn {
	  width: 100%;
	  min-width: 260px;
	  max-width: 360px;
	  padding: 17px 0;
	  font-size: 13px;
	}
	.el_btnArrow {
	  width: 100%;
	  max-width: 340px;
	  font-size: 15px;
	  padding: 15px 0;
	}
	.el_trackingBtn.is_reachBottom {
	  bottom: 40px;
	}
	.un_gasteki_deco03 {
	  width: 70px;
	  bottom: -50px;
	  right: 90px;
	}
	.un_gasteki_deco01,
	.un_gasteki_deco02 {
	  width: 130px;
	  width: 130px;
	}
	.un_flag01,
	.un_flag02 {
	  width: 72px;
	}
	.un_footer_logoImg {
	  width: 270px;
	}
  }
  
  @media screen and (max-width: 767px) and (min-width: 500px) {
	.bl_tableLease th {
	  font-size: 14px;
	}
	.bl_tableLease td span {
	  font-size: 24px;
	}
	.bl_tablePrice .lease .price_num,
	.bl_tablePrice .price .price_num {
	  font-size: 28px;
	}
	.bl_tablePrice .lease span {
	  font-size: 14px;
	}

	.bl_recoSlider .slick-arrow {
		top: calc(462/600 * 39vw);
		transform: translatey(-50%);
	}
  }
  
  @media screen and (max-width: 500px) {
	h2 img + span {
	  font-size: 20px;
	}
	/* .bl_header_link .bl_header_link_sp {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-pack: start;
		  -ms-flex-pack: start;
			  justify-content: flex-start;
	  white-space: nowrap;
	  margin: 0 3% 0 0;
	}
	.bl_header_link .bl_header_link_sp__web,
	.bl_header_link .bl_header_link_sp__consult {
	  font-size: 10px;
	  line-height: 1.2;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  padding: 6px 0 0 0;
	}
	.bl_header_link .bl_header_link_sp__web:before,
	.bl_header_link .bl_header_link_sp__consult:before {
	  position: absolute;
	  left: auto;
	  right: auto;
	  width: 16px;
	}
	.bl_header_link .bl_header_link_sp__web:after,
	.bl_header_link .bl_header_link_sp__consult:after {
	  position: relative;
	  left: auto;
	  right: auto;
	  top: 2px;
	}
	.bl_header_link .bl_header_link_sp__consult {
	  margin: 0;
	}
	.bl_header_link_sp__web .un_spBtn,
	.bl_header_link_sp__consult .un_spBtn {
	  display: none;
	} */
	.bl_recoPoint_header {
	  font-size: 14px;
	}
	.bl_recoPoint_header + p {
	  font-size: 12px;
	}
	.lease:after {
	  font-size: 12px;
	  white-space: nowrap;
	}
	.bl_tablePrice .lease.upperLease:after {
	  font-size: 12px;
	}
	.w55 {
	  width: auto;
	}
	.bl_recoSlider .slick-arrow {
	  top: calc(462/600 * 39vw);
	  transform: translatey(-50%);
	}
	/* .bl_recoSlider .slide-arrow {
	  width: 30px;
	  height: 30px;
	} */
	.bl_recoSlider .prev-arrow {
	  left: -20px;
	}
	.bl_recoSlider .next-arrow {
	  right: -20px;
	}
	/* .bl_recoSlider .prev-arrow::before,
	.bl_recoSlider .next-arrow::before {
	  width: 12px;
	  height: 12px;
	} */
	/* .bl_recoSlider .prev-arrow::before {
	  left: 10px;
	}
	.bl_recoSlider .next-arrow::before {
	  right: 10px;
	} */
	.bl_trackingBanner_inner img {
	  max-width: 90%;
	}
	.un_heaterNote {
	  font-size: 14px;
	}
	.el_btn__trackingBanner {
	  margin: 0 auto;
	}
	.el_btn__green.el_btn__itemEnd {
	  font-size: 4vw;
	}
	.el_greenPoint {
	  display: block;
	  font-size: 14px;
	  position: relative;
	  padding-left: 50px;
	  line-height: 1.4;
	  text-align: center;
	}
	.el_greenPoint img {
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  left: 20px;
	}
	.el_greenPoint br {
	  display: block;
	}
	.el_greenPoint > span {
	  margin-left: 0;
	  display: block;
	}
	.bl_itemCopy {
	  font-size: 18px;
	  padding-left: 8px;
	  padding-right: 8px;
	  -webkit-font-feature-settings: "palt";
			  font-feature-settings: "palt";
	}
  }
  
  @media screen and (max-width: 360px) {
	.el_btn__trackingBanner::before {
	  right: -14px;
	}
  }
  

  /* .bl_tablePrice th, .bl_tablePrice td {
    border: 1px solid #fff;
	} */

/* キャンペーン適用条件 */
/* キャンペーン適用条件 */
.conditions {
	background: #FFFAC7;
  }
  .conditions .conditions_text {
	background: #fff;
	overflow-y: scroll;
	position: relative;
  }
  .conditions_text ul {
	width: 100%;
  }
  .conditions_text ul li:before {
	color: #1899CC;
	content: "●";
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  .conditions_text {
	box-sizing: border-box;
  }
  .conditions_text li {
	padding-left: 1em;
	text-indent: -1em;
  }
  
  .conditions_text strong {
	display: block;
  }
  
  @media screen and (min-width: 768px) {
	
	.conditions {
	  padding-bottom: 80px;
	}
	.conditions_text {
	  padding: 37px 60px;
	  max-height: 230px;
	}
	.conditions_text ul li,
	.conditions_text strong {
	  font-size: 14px;
	  line-height: 1.48;
	  margin-bottom: 1.4em;
	}
  
  }
  @media screen and (max-width: 767px) {
  
	.conditions {
	  padding-bottom: 30px;
	}
	.conditions_text {
	  padding: 22px 20px;
	  max-height: 120px;
	}
	.conditions_text ul li,
	.conditions_text strong {
	  font-size: 1.4rem;
	  line-height: 1.68;
	  margin-bottom: 1.4em;
	}
  
  
}

/* 在庫に関わる表示 */
.fs-c-productStock--lowInStock {
	font-weight: bold;
}

.fs-c-productNotice--outOfStock {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 20px;
}

.fs-c-stockSignLegend__sign {
	margin-right: 0.5em;
}

.fs-c-stockSignLegend__sign::after {
	content: '';
}

@media screen and (max-width: 767px) {
	.fs-c-productStock--lowInStock {
		font-size: 20px;
	}

	.fs-c-productNotice--outOfStock {
		font-size: 20px;
	}

	.fs-c-variationAndActions__stockSignLegend {
		font-size: 12px;
		margin-top: 10px;
	}
}

@media screen and (min-width: 768px) {
	.fs-c-productStock--lowInStock {
		font-size: 22px;
	}

	.fs-c-productNotice--outOfStock {
		font-size: 28px;
	}

	.fs-c-variationAndActions__stockSignLegend {
		font-size: 16px;
		margin-top: 10px;
	}
}

/* 独自コメント7 価格一覧 */
.color_blue {
	color: #0099CC;
}

.function_tag {
	height: 34px;
	background-color: #C59E41;
	color: #fff;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.function_tag_img {
	height: 34px;
	width: auto;
}

.price_list_wrap .head_fx strong {
	font-weight: 500;
}

.price_list_wrap .head_fx ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.price_list_wrap .head_fx ul li {
	margin-bottom: 5px;
}

.price_list_wrap .head_fx ul li:not(:last-child) {
	margin-right: 10px;
}

.price_list_wrap .item_head_fx {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.price_list_wrap .item_head_fx .heading {
	background-color: #0099CC;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.price_list_wrap .item_con dd {
	margin: 0;
	line-height: 1;
}

.price_list_wrap .item_con dd .price {
	font-weight: 900;
	margin-left: 6px;
	display: inline-block;
}

.price_list_wrap .item_con dd .unit {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.function_tag {
		font-size: 1.4rem;
		padding: 0 20px;
	}

	.price_list:not(:first-child) {
		margin-top: 43px;
		padding-top: 43px;
		border-top: 1px solid #E6E6E6;
	}

	.price_list_wrap {
		margin-top: 50px;
	}

	.price_list_wrap .head_fx strong {
		font-size: 2rem;
		margin-right: 18px;
		margin-bottom: 12px;
		display: inline-block;
	}

	.price_list_wrap .item_wrap {
		margin-top: 30px;
	}

	.price_list_wrap .item:not(:first-child) {
		margin-top: 25px;
	}

	.price_list_wrap .item_head_fx {
		margin-bottom: 12px;
	}

	.price_list_wrap .item_head_fx .heading {
		padding: 0 16px;
		height: 26px;
		margin-right: 10px;
		font-size: 1rem;
	}

	.price_list_wrap .item_head_fx span:not(.heading) {
		font-size: 1.6rem;
	}

	.price_list_wrap .item_con dt {
		font-size: 1.6rem;
	}

	.price_list_wrap .item_con dd {
		font-size: 1.6rem;
	}

	.price_list_wrap .item_con dd .price {
		font-size: 2.6rem;
	}

	.price_list_wrap .item_con dd .unit {
		font-size: 1.4rem;
		margin-left: 5px;
		display: inline-block;
	}
}

@media screen and (min-width: 768px) {
	.function_tag {
		font-size: 16px;
		padding: 0 15px;
	}

	.price_list_wrap {
		margin-top: 78px;
	}

	.price_list:not(:first-child) {
		margin-top: 43px;
		padding-top: 43px;
		border-top: 1px solid #E6E6E6;
	}

	.price_list_wrap .head_fx {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.price_list_wrap .head_fx strong {
		font-size: 22px;
		margin-right: 18px;
	}

	.price_list_wrap .item_wrap {
		margin-top: 30px;
	}

	.price_list_wrap .item_wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.price_list_wrap .item {
		width: 32%;
		margin-right: 2%;
	}
	
	.price_list_wrap .item:nth-child(3n) {
		margin-right: 0;
	}
	
	.price_list_wrap .item:nth-child(n + 4) {
		margin-top: 49px;
	}

	.price_list_wrap .item_head_fx {
		margin-bottom: 20px;
	}

	.price_list_wrap .item_head_fx .heading {
		padding: 0 35px;
		height: 36px;
		margin-right: 14px;
		font-size: 16px;
	}

	.price_list_wrap .item_head_fx span:not(.heading) {
		font-size: 18px;
	}

	.price_list_wrap .item_con dt {
		font-size: 18px;
	}

	.price_list_wrap .item_con dd {
		font-size: 18px;
	}

	.price_list_wrap .item_con dd .price {
		font-size: 28px;
	}

	.price_list_wrap .item_con dd .unit {
		font-size: 14px;
	}
}

/* 独自コメント7 機能 */
.function_wrap .heading strong {
	font-weight: 500;
}

.function_wrap .function_item:not(:first-child) {
	border-top: 1px solid #E6E6E6;
}

.function_item .item_title strong {
	font-weight: 500;
}

.function_item .item_heading {
	font-weight: 500;
}

.function_item .function_fx ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}

.function_item .function_fx li {
	margin-bottom: 10px;
}

.function_item .function_fx li:not(:last-child) {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.function_wrap {
		margin-top: 50px;
	}

	.function_wrap .heading strong {
		font-size: 2rem;
	}

	.function_wrap .function_item_wrap {
		margin-top: 10px;
	}

	.function_wrap .function_item:not(:first-child) {
		margin-top: 40px;
		padding-top: 40px;
	}

	.function_item .item_title strong {
		font-size: 2rem;
	}

	.function_item .item_heading {
		margin-top: 20px;
		font-size: 1.6rem;
	}

	.funtion_fx + .item_heading {
		margin-top: 30px;
	}

	.function_item .function_fx {
		margin-top: 10px;
	}
}

@media screen and (min-width: 768px) {
	.function_wrap {
		margin-top: 80px;
	}

	.function_wrap .heading strong {
		font-size: 22px;
	}

	.function_wrap .function_item_wrap {
		margin-top: 19px;
	}

	.function_wrap .function_item:not(:first-child) {
		margin-top: 30px;
		padding-top: 40px;
	}

	.function_item .item_title strong {
		font-size: 22px;
	}

	.function_item .item_heading {
		margin-top: 29px;
		font-size: 18px;
	}

	.funtion_fx + .item_heading {
		margin-top: 19px;
	}

	.function_item .function_fx {
		margin-top: 9px;
	}
}

/* 独自コメント7 機能一覧 */


.function_list_wrap .heading {
	background-color: #E8F6FB;
}

.function_list_wrap .heading.acc {
	position: relative;
}

.function_list_wrap .heading.acc::before {
	content: '';
	background-color: #009CD0;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.function_list_wrap .heading.acc::after {
	content: '';
	background-color: #009CD0;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.function_list_wrap .heading.acc.function_list_open::before {
	opacity: 0;
}

.function_list_wrap .function_list {
	background-color: #E8F6FB;
}

.function_list_wrap .heading.acc + .function_list {
	display: none;
}

.function_list_wrap .heading strong {
	font-weight: 500;
}

.function_list_wrap .function_list dl {
	margin: 0;
}

.function_list_wrap .function_list dd {
	margin-left: 0;
}

.function_list strong {
	display: block;
}

.function_list_wrap .content .mark_item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.function_list_wrap .content .mark_item img {
	width: 34px;
	height: auto;
	margin-right: 10px;
}

.function_list_wrap .content .mark p {
	width: 100%;
}

.function_list_wrap .att {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
	.function_list_wrap {
		margin-top: 39px;
		position: relative;
	}

	.function_list_wrap::before {
		content: '';
		width: 10%;
		height: 100%;
		background-color: #E8F6FB;
		position: absolute;
		top: 0;
		left: 100%;
	}

	.function_list_wrap::after {
		content: '';
		width: 10%;
		height: 100%;
		background-color: #E8F6FB;
		position: absolute;
		top: 0;
		right: 100%;
	}

	.function_list_wrap .heading {
		padding: 30px 0;
	}

	.function_list_wrap .heading.acc::before {
		width: 4px;
		height: 24px;
		right: 10px;
	}

	.function_list_wrap .heading.acc::after {
		width: 24px;
		height: 4px;
		right: 0;
	}

	.function_list_wrap .function_list {
		padding: 0 0 30px;
	}

	.function_list_wrap .heading strong {
		font-size: 20px;
	}

	.function_list strong {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.function_list_wrap .function_list dd + dt {
		margin-top: 40px;
	}

	.function_list_wrap .function_list dd {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.71;
	}

	.function_list dl + strong {
		margin-top: 40px;
	}

	.function_list_wrap .content ul {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.71;
	}

	.function_list_wrap .content .mark {
		margin-top: 20px;
	}

	.function_list_wrap .content .mark_item:nth-child(2) {
		margin-top: 13px;
	}

	.function_list_wrap .content .mark_item span {
		font-size: 1.4rem;
	}

	.function_list_wrap .content .mark p {
		font-size: 1.4rem;
		margin-top: 20px;
		line-height: 1.71;
	}

	.function_list_wrap .att {
		margin-top: 30px;
		font-size: 1.4rem;
		line-height: 1.71;
	}
}

@media screen and (min-width: 768px) {
	.function_list_wrap {
		margin-top: 59px;
	}

	.function_list_wrap .heading {
		padding: 30px;
	}

	.function_list_wrap .heading.acc::before {
		width: 4px;
		height: 20px;
		right: 28px;
	}

	.function_list_wrap .heading.acc::after {
		width: 20px;
		height: 4px;
		right: 20px;
	}

	.function_list_wrap .function_list {
		padding: 0 30px 30px 30px;
	}

	.function_list_wrap .heading strong {
		font-size: 22px;
	}

	.function_list strong {
		font-size: 18px;
		margin-bottom: 19px;
	}

	.function_list_wrap .function_list dd + dt {
		margin-top: 40px;
	}

	.function_list_wrap .function_list dd {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.62;
	}

	.function_list dl + strong {
		margin-top: 60px;
	}

	.function_list_wrap .content ul {
		margin-top: 19px;
		font-size: 16px;
		line-height: 1.62;
	}

	.function_list_wrap .content .mark {
		margin-top: 40px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
	}

	.function_list_wrap .content .mark_item:nth-child(2) {
		margin-left: 40px;
	}

	.function_list_wrap .content .mark_item span {
		font-size: 16px;
	}

	.function_list_wrap .content .mark p {
		font-size: 16px;
		margin-top: 20px;
		line-height: 1.62;
	}

	.function_list_wrap .att {
		margin-top: 40px;
		font-size: 16px;
		line-height: 1.62;
	}
}


/* 独自コメント7 オプション */
/* .bl_recoSlider_option_wrap {
	display: none;
} */
/* .bl_recoSlider_option_wrap {
	display: none;
} */

.bl_recoSlider_option .st_price_top {
	font-size: 16px;
	line-height: 1.62;
}

.bl_recoSlider_option .bl_recoSlider_txt dd {
	margin-left: 0;
}

.bl_recoSlider_option .st_price {
	font-size: 18px;
	line-height: 1.5;
	color: #B31B20;
	font-weight: bold;
}

.bl_recoSlider_option .st_price span {
	font-size: 24px;
}

.bl_recoSlider_option .st_price_bottom {
	font-size: 16px;
	line-height: 1.62;
}

@media screen and (max-width: 767px) {
	.bl_recoSlider_option_wrap {
		margin-top: 60px;
	}

	.bl_recoSlider_option_wrap .product_detail_heading p {
		margin-top: 12px;
		font-size: 1.4rem;
		line-height: 1.71;
	}

	.bl_recoSlider_option {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.bl_recoSlider_option_wrap {
		margin-top: 90px;
	}

	.bl_recoSlider_option_wrap .product_detail_heading p {
		margin-top: 19px;
		font-size: 16px;
		line-height: 1.62;
	}

	.bl_recoSlider_option {
		margin-top: 46px;
	}
}

/* 独自コメント7 標準工事費 */
.construction_content li {
	position: relative;
	padding-left: 20px;
}

.construction_content li::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0099CC;
	position: absolute;
	top: 6px;
	left: 0;
}

.construction_wrap p {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.construction_wrap {
		margin-top: 50px;
	}

	.construction_content {
		margin-top: 12px;
	}

	.construction_content li {
		margin-top: 14px;
		font-size: 1.4rem;
		line-height: 1.42;
	}

	.construction_content li span {
		font-size: 1.2rem;
	}

	.construction_content li::before {
		top: 5px;
	}

	.construction_wrap .att {
		margin-top: 20px;
	}

	.construction_wrap p {
		font-size: 1.4rem;
		line-height: 1.71;
	}
}

@media screen and (min-width: 768px) {
	.construction_wrap {
		margin-top: 60px;
	}

	.construction_content {
		margin-top: 19px;
	}

	.construction_content li {
		margin-top: 12px;
		font-size: 16px;
		line-height: 1.37;
	}

	.construction_content li span {
		font-size: 14px;
	}

	.construction_content li::before {
		top: 6px;
	}

	.construction_wrap .att {
		margin-top: 20px;
	}

	.construction_wrap p {
		font-size: 16px;
		line-height: 1.62;
	}
}

/* あったかリフォームローン */
.reform_loan {
	border-bottom: 1px solid #E6E6E6;
}

.reform_loan .hensai dl {
	margin-top: 0;
}

.reform_loan .hensai dt {
	line-height: 1.5;
}

.reform_loan .hensai dd {
	margin-left: 0;
}

.reform_loan .hensai dd.split_price {
	line-height: 1.5;
	font-weight: 900;
	color: #B31B20;
}

.reform_loan .hensai dd:not(.split_price) {
	line-height: 1.5;
	font-weight: bold;
}

.reform_loan .hensai li {
	line-height: 1.5;
}

.reform_loan .to_loan_detail a {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	background: url(../img/common/icon_pdf.svg) no-repeat right center;
	padding-right: 1.4em;
}

@media screen and (max-width: 767px) {
	.reform_loan {
		margin-bottom: 30px;
		padding-bottom: 30px;
		padding-top: 10px;
	}

	.reform_loan .hensai {
		margin-top: 12px;
	}

	.reform_loan .hensai dt {
		font-size: 1.6rem;
	}

	.reform_loan .hensai dd.split_price {
		font-size: 1.4rem;
	}

	.reform_loan .hensai dd.split_price span {
		font-size: 2.6rem;
	}

	.reform_loan .hensai dd:not(.split_price) {
		font-size: 1.4rem;
		margin-top: 2px;
	}

	.reform_loan .hensai ul {
		margin-top: 20px;
	}

	.reform_loan .hensai li {
		font-size: 1.6rem;
	}

	.reform_loan .to_loan_detail {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.reform_loan {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.reform_loan .hensai {
		margin-top: 19px;
	}

	.reform_loan .hensai dt {
		font-size: 18px;
	}

	.reform_loan .hensai dd.split_price {
		font-size: 18px;
	}

	.reform_loan .hensai dd.split_price span {
		font-size: 28px;
	}

	.reform_loan .hensai dd:not(.split_price) {
		font-size: 16px;
		margin-top: 5px;
	}

	.reform_loan .hensai ul {
		margin-top: 20px;
	}

	.reform_loan .hensai li {
		font-size: 18px;
	}

	.reform_loan .to_loan_detail {
		margin-top: 28px;
	}
}

/* こどもエコすまい */
.kodomo-eco_banner {
	margin-top: 50px;
}

/* keypoint_wrap */
.keypoint_wrap .content_wrap + .content_wrap {
	margin-top: 64px;
}
.keypoint_wrap .content p {
	font-size: 16px;
}
.keypoint_wrap .content p:first-child {
	margin-top: 0;
}
.keypoint_wrap .content .img {
	text-align: center;
}
.keypoint_wrap .content.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.keypoint_wrap .content.fx p {
	width: 46.87%;
}
.keypoint_wrap .content.fx .img {
	width: 46.87%;
}

@media screen and (max-width: 767px) {
	.keypoint_wrap .content_wrap + .content_wrap {
		margin-top: 10%;
	}
	.keypoint_wrap .content p {
		font-size: 1.4rem;
	}
	.keypoint_wrap .content .img.scroll {
		overflow-x: scroll;
		padding-bottom: 20px;
	}
	.scroll_text {
    display: block;
    margin-bottom: 21px;
	}
	.keypoint_wrap .content .img.scroll img {
		max-width: none;
	}
	.keypoint_wrap .content.fx {
		display: block;
	}
	.keypoint_wrap .content.fx p {
		width: 100%;
	}
	.keypoint_wrap .content.fx .img {
		width: 100%;
	}
}