@charset "UTF-8";

/*----------追従バー調整-----------*/
.footer_bar3 {
	display: block;
	position: absolute;
	width: 25vw;
	max-width: 150px;
	right: 0;
	z-index: 3;
	bottom: calc(100% + 10px);
	text-align: left;
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10px;
}
.footer_bar3 a {
	transition: .5s ease-in-out;
}
.footer_bar3 a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	.footer_bar3 {
		max-width: 125px;
	}
}
@media screen and (max-width: 480px) {
	.footer_bar3 {
		max-width: 110px;
		width: 27vw;
	}
}
/*--------------見出し共通---------------*/
#meyasu + div .heading.block_header_4,
#item_about + div .heading.block_header_4,
#shift + div .heading.block_header_4 {
	margin-bottom: 25px;
}
#meyasu + div .heading.block_header_4 .h,
#item_about + div .heading.block_header_4 .h,
#shift + div .heading.block_header_4 .h {
	font-size: 3.8rem !important;
	background: none;
}
@media screen and (max-width: 768px) {
	#meyasu + div .heading.block_header_4,
	#item_about + div .heading.block_header_4 {
		text-align: center;
	}
	#meyasu + div .heading.block_header_4 .h,
	#item_about + div .heading.block_header_4 .h {
		font-size: 2.8rem !important;
	}
}

/*--------------交換時期の目安とサイン---------------*/
#meyasu + div .inner_item_txt p:nth-last-of-type(1) {
	margin-bottom: 25px;
}
#meyasu + div .inner_item:nth-child(2) .heading.block_header_4 .h {
	font-size: 2.8rem !important;
	color: var(--i_txt_color);
	border-bottom: 1px solid var(--i_main_color);
	padding-bottom: 10px;
	display: block !important;
}
#meyasu + div .inner_item_txt ul {
	margin: 20px 0;
	line-height: 2.2;
}
#meyasu + div .inner_item_txt ul li::marker {
	color: var(--i_main_color);
}
@media screen and (max-width: 768px) {
	#meyasu + div .inner_item:nth-child(1) {
		margin-bottom: 60px !important;
	}
	#meyasu + div .inner_item:nth-child(2) .heading.block_header_4 .h {
		font-size: 2.1rem !important;
	}
	#meyasu + div .inner_item_img img {
		max-width: 500px;
	}
}

/*--------------商品概要---------------*/
/*左エリア*/
#item_about + div .inner_item:nth-child(1) .inner_item_img img {
	height: auto !important;
	max-width: 400px !important;
}
#item_about + div .inner_item:nth-child(1) .inner_item_txt ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
}
#item_about + div .inner_item:nth-child(1) .inner_item_txt ul li {
	display: inline-block;
	list-style: none;
	color: var(--i_main_color);
	padding: 0 15px;
	background: var(--i_sub2_color);
}

/*右エリア*/
#item_about + div .inner_item:nth-child(2) .inner_item_txt p {
	margin-bottom: 0;
}
#item_about + div .inner_item:nth-child(2) .triangle {
	position: relative;
	padding-left: 17px;
}
#item_about + div .inner_item:nth-child(2) .triangle::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	top: calc(1em* 2 / 2);
	transform: translateY(-50%);
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid var(--i_main_color);
	border-right: 0;
}

/*価格比較*/
.product-detail__subsidy {
	display: grid;
	grid-template-columns: 1fr 62%;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	font-weight: 600;
	text-align: center;
	max-width: 380px;
	max-height: 350px;
	margin: 30px auto 30px;
}
.product-detail__subsidy-logo {
	grid-area: 1 / 1 / 2 / 2;
	margin: auto 0 0 auto;
}
.product-detail__subsidy-breakdown {
	grid-area: 1 / 2 / 2 / 3;
	position: relative;
	padding-bottom: 40px;
}
.product-detail__subsidy-amount {
	grid-area: 2 / 1 / 3 / 3;
}
.product-detail__subsidy-label>span {
	display: inline-block;
	width: 100%;
}
.product-detail__subsidy-breakdown:before {
	content: "";
	display: block;
	color: #8b919c;
	line-height: 1;
	width: 2.8rem;
	height: 2.8rem;
	border: .2rem solid currentColor;
	border-left: 0;
	border-top: 0;
	box-sizing: border-box;
	transform: rotate(45deg);
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.product-detail__subsidy-breakdown>div:nth-child(1)>span:nth-child(1) {
	background: var(--i_txt_color);
	margin-bottom: 10px;
	color: #fff;
}
.product-detail__subsidy-breakdown .product-detail__price{
	margin-bottom: 10px;
}
.product-detail__subsidy-breakdown .product-detail__price span,
.product-detail__subsidy-breakdown+.product-detail__subsidy-amount .product-detail__subsidy-amount-price span{
	font-size: 2rem;
}
.product-detail__subsidy-breakdown .product-detail__price strong {
	font-size: 3.5rem;
	line-height: 2.5rem;
}
.product-detail__subsidy-breakdown .product-detail__subsidy-amount span:first-child {
	display: block;
	background: var(--i_main_color);
	color: #fff;
	margin-bottom: .25rem;
}
.product-detail__subsidy-breakdown .product-detail__subsidy-amount strong {
	font-size: 4rem;
	line-height: 1;
	color: var(--i_main_color);
}

.product-detail__subsidy-label {
	display: flex;
	width: 100%;
}
.product-detail__subsidy-label>span:nth-child(1) {
	background-color: var(--i_main_color);
	color: #fff;
}
.product-detail__subsidy-label>span:nth-child(2) {
	background: var(--i_txt_color);
	color: #fff;
}
.product-detail__subsidy-breakdown+.product-detail__subsidy-amount .product-detail__subsidy-amount-price strong {
	font-size: 6rem;
	line-height: 1.2;
	color: var(--i_main_color);
}
@media screen and (max-width: 900px){
	.product-detail__subsidy-breakdown+.product-detail__subsidy-amount .product-detail__subsidy-amount-price strong {
		font-size: 5rem;
	}
}
@media screen and (max-width: 768px){
	.product-detail__subsidy {
		margin: 30px auto 0;
	}
}

/*表*/
#item_about + div .product-detail__table{
	margin-top: 30px;
}
#item_about + div .product-detail__table dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom-width: 1px;
	border-top: 1px solid var(--i_border_color);
	justify-content: space-between;
}
#item_about + div .product-detail__table dl:last-child{
	border-bottom: 1px solid var(--i_border_color);
}
#item_about + div .product-detail__table dl dt,
#item_about + div .product-detail__table dl dd{
	padding: 15px 0;
}
#item_about + div .product-detail__table dl dt{
	width: 25%;
	font-weight: 600;
	font-size: 1.8rem;
}
#item_about + div .product-detail__table dl dd{
	width: 70%;
}
#item_about + div .product-detail__table .item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
}
#item_about + div .product-detail__table .item-list li{
	display: inline-block;
	list-style: none;
	padding: 0 15px;
	background: #faf0ed;
}
@media screen and (max-width: 900px){
	#item_about + div .product-detail__table dl dt {
		width: 30%;
		font-size: 1.6rem;
	}
	#item_about + div .product-detail__table dl dd {
		width: 65%;
	}
}

/*--------------各種交換工事に対応---------------*/
#koukan + div .heading.block_header_1 p{
	padding-bottom: 0;
}
#koukan + div .heading.block_header_1 p:after{
	display: none;
}
#koukan + div .inner_item{
	padding: 0;
	overflow: hidden;
	border-radius: 10px;
}
#koukan + div .heading.block_header_4{
	padding: 20px;
	background: var(--i_main_color);
}
#koukan + div .heading.block_header_4 .h{
	color: #fff!important;
	font-size: 2.7rem !important;
	background: none;
}
#koukan + div .inner_item_img{
	padding: 15px 10px;
	box-sizing: border-box;
}
#koukan + div br.spbr {
	display: block !important;
}
@media screen and (max-width: 600px){
	#koukan + div br.spbr {
		display: none !important;
	}
	#koukan + div .heading.block_header_4 .h {
		font-size: 2rem !important;
	}
}

/*--------------point見出し---------------*/
#point + section .heading.block_header_5 .h{
	background: none;
	font-size: 2.8rem;
	color: var(--i_main_color);
}
#point + section .heading.block_header_5 p {
	font-size: 3.8rem;
	font-weight: 600;
	margin-left: 8px;
}
#point + section .heading.block_header_5 p:before{
	display: none;
}
@media screen and (max-width: 900px){
	#point + section .heading.block_header_5 .h{
		font-size: 2.4rem;
	}
	#point + section .heading.block_header_5 p {
		font-size: 2.8rem;
	}



}
/*--------------POINT1 ご家族の人数は？---------------*/
#ninzu + div.block_table_6 .outer{
	border-radius: 20px;
}
#ninzu + div.block_table_6 .heading.block_header_4 .h{
	background: none;
	color: var(--i_txt_color)!important;
	font-size: 2.2rem;
}
#ninzu + div.block_table_6 table td,
#ninzu + div.block_table_6 table th{
	border: none;
}
#ninzu + div.block_table_6 table thead th{
	background: var(--i_main_color);
	color: #fff;
}
#ninzu + div.block_table_6 table thead th:not(:first-child){
	border-left: 1px solid #fff;
}
#ninzu + div.block_table_6 table thead th:first-child{
	border-top-left-radius: 20px;
}
#ninzu + div.block_table_6 table thead th:last-child{
	border-top-right-radius: 20px;
}
#ninzu + div.block_table_6 table tbody tr:last-child td:first-child{
	border-bottom-left-radius: 20px;
}
#ninzu + div.block_table_6 table tbody tr:last-child td:last-child{
	border-bottom-right-radius: 20px;
}
#ninzu + div.block_table_6 table tbody tr:nth-child(2n+1) td{
	background: var(--i_sub2_color);
}
#ninzu + div.block_table_6 table tbody td{
	padding: 20px;
}
#ninzu + div.block_table_6 table tbody td:not(:first-child){
	border-left: 1px solid var(--i_border_color);
}
#ninzu + div.block_table_6 table tbody td br + img{
	margin-top: 5px;
}

/*おすすめ*/
#ninzu + div.block_table_6 table tbody tr:nth-child(3) td:nth-child(2) img,
#ninzu + div.block_table_6 table tbody tr:nth-child(4) td:nth-child(2) img{
	margin-top: -25%;
	margin-left: 15%;
}

/*--------------POINT2 おふろの機能は？---------------*/
a[id^="function"] + div .wrapper_item {
	justify-content: center;
}
/*左側*/
a[id^="function"] + div .inner_item:first-child{
	width: auto!important;
}
a[id^="function"] + div .inner_item:first-child .inner_item_txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 100%;
	background: var(--i_main_color);
	width: 150px;
	aspect-ratio: 1 / 1;
	margin-bottom: 0;
}
a[id^="function"] + div .inner_item:first-child .heading.block_header_4{
	margin-bottom: 0;
}
a[id^="function"] + div .inner_item:first-child .heading.block_header_4 .h{
	font-size: 2.1rem;
	font-weight: 600;
	color: #fff;
	background: none;
}
a[id^="function"] + div .inner_item:first-child .inner_item_txt > p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3;
}
/*右側*/
a[id^="function"] + div .inner_item:nth-child(2){
	width: calc(96% - 150px)!important;
}
a[id^="function"] + div .inner_item:nth-child(2) .inner_item_img{
	text-align: left;
}
a[id^="function"] + div .inner_item:nth-child(2) .inner_item_img img{
	height: auto!important;
	max-width: 800px!important;
}
#function_kyuto + div .inner_item .inner_item_img img {
	max-width: 480px!important;
}
/*多機能型*/
#function_multi + div .inner_item:first-child .heading.block_header_4 .h{
	color: var(--i_txt_color);
}
#function_multi + div .inner_item:first-child .inner_item_txt {
	background: var(--i_sub2_color);
	aspect-ratio: auto;
	border-radius: 99px;
	padding: 10px 0;
}

@media screen and (max-width: 900px){
	a[id^="function"] + div .wrapper_item {
		flex-direction: column;
		align-items: center;
	}
	a[id^="function"] + div.composite_box01.block_images_2 .inner_item{
		align-items: center;
		margin-left: 0!important;
	}
	a[id^="function"] + div .inner_item:first-child .inner_item_txt {
		width: 100px;
	}
	a[id^="function"] + div .inner_item .inner_item_txt{
		margin-bottom: 30px;
	}
	a[id^="function"] + div .inner_item:nth-child(2) .inner_item_img {
		text-align: center;
	}
	a[id^="function"] + div .inner_item:nth-child(2) .inner_item_img img {
		max-width: 400px!important;
	}
}

/*PC・SP出し分け*/
@media screen and (min-width: 901px){
	#function_sp + div{
		display: none;
	}
}
@media screen and (max-width: 900px){
	#function + div,
	#function_kyuto + div{
		display: none;
	}
}

/*--------------設置場所 タイプ---------------*/
#type + div .heading.block_header_4 .h{
	background: none;
	color: var(--i_txt_color);
}
#type + div .inner_item{
	border-color: var(--i_main_color);
}

/*--------------簡単ステップ---------------*/
/*見出し部分*/
#step_h + div > .content_wrapper{
	border-radius: 20px 20px 0 0;
}
#step_h + div .heading.block_header_1 p{
	padding-bottom: 0;
}
#step_h + div .heading.block_header_1 p:after{
	display: none;
}
#step_h + div .inner_item {
	justify-content: center;
}
#step_h + div .heading.block_header_4 .h {
	display: inline-block !important;
	font-size: 3rem!important;
	margin-bottom: 10px;
}
#step_h + div .heading.block_header_4 p {
	font-size: 2.6rem;
	line-height: 1.6;
}
@media screen and (min-width: 901px){
	#step_h + div > .content_wrapper{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 900px){
	#step_h + div .heading.block_header_4 .h {
		font-size: 2.4rem!important;
	}
	#step_h + div .heading.block_header_4 p {
		font-size: 2.1rem;
	}
	#step_h + div .inner_item:nth-child(3){
		display: none;
	}
}

/*スピード対応*/
#step_arrow + section>.content_wrapper::before,
#step_arrow + section>.content_wrapper::after{
	content: "";
	position: absolute;
	display: block;
	transform: translateY(-50%);
}
#step_arrow + section>.content_wrapper::before{
	width: calc(100% - 76px);
	height: 60px;
	top: 50%;
	left: 0;
	background: var(--i_main_color);
	z-index: -1;
}
#step_arrow + section>.content_wrapper::after {
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 0 56px 76px;
	border-color: transparent transparent transparent var(--i_main_color);
}
#step_arrow + section .inner_item_txt p {
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
}
@media screen and (max-width: 900px){
	#step_arrow + section>.content_wrapper::before {
		width: 100%;
		height: 100%;
	}
	#step_arrow + section>.content_wrapper::after{
		display: none;
	}
	#step_arrow + section .inner_item_txt p {
		font-size: 2.4rem;
	}
}

/*ステップ*/
#step_item + div > .content_wrapper{
	padding-top: 20px;
}
#step_item + div .inner_item{
	position: relative;
}
#step_item + div .inner_item::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: -1.8%;
	width: 0;
	height: 0;
	transform: translate(-100%, -50%);
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent var(--i_main_color);
}
#step_item + div .heading.block_header_4 .h {
	display: inline-block;
	background: none;
	margin-bottom: 10px;
}
#step_item + div .inner_item_txt p{
	background: var(--i_sub2_color);
	border-radius: 0;
}
#step_item + div .inner_item:nth-child(6) .inner_item_txt ul li{
	list-style: none;
	position: relative;
	padding-left: 48px;
	font-size: 1.8rem;
	font-weight: 600;
}
#step_item + div .inner_item:nth-child(6) .inner_item_txt ul li:not(:last-child){
	margin-bottom: 15px;
}
#step_item + div .inner_item:nth-child(6) .inner_item_txt ul li::before{
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: calc(1em* 2 / 2);
	transform: translateY(-50%);
	left: 0;
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
#step_item + div .inner_item:nth-child(6) .inner_item_txt ul li:nth-child(1)::before{
	background-image: url(/common/upload_data/eco-sumajp/image/genkin.png);
}
#step_item + div .inner_item:nth-child(6) .inner_item_txt ul li:nth-child(2)::before{
	background-image: url(/common/upload_data/eco-sumajp/image/card.png);
}
#step_item + div .inner_item:nth-child(6) .inner_item_txt ul li:nth-child(3)::before{
	background-image: url(/common/upload_data/eco-sumajp/image/qr.png);
}
#step_item + div .inner_item:nth-child(6) .inner_item_txt ul li:nth-child(4)::before{
	background-image: url(/common/upload_data/eco-sumajp/image/shopping.png);
}
@media screen and (min-width: 901px){
	#step_item + div .inner_item:nth-child(3n + 1)::before {
		display: none;
	}
	#step_item + div .inner_item:nth-child(3) > a{
		margin-top: auto;
	}
	#step_item + div .inner_item:nth-child(6) .inner_item_txt{
		display: flex;
		flex-direction: column;
		flex: 1;
	}
	#step_item + div .inner_item:nth-child(6) .inner_item_txt ul{
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 230px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1000px) {
    #step_item + div[class*="dec2_"].composite_box01.block_images_2 .inner_item_txt {
        padding: 2vw 2vw calc(3vw - 10px);
    }
}
@media screen and (max-width: 900px){
	#step_item + div .wrapper_item{
		justify-content: center;
	}
	#step_item + div .inner_item {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 50px!important;
		max-width: 500px;
	}
	#step_item + div .inner_item:last-child{
		margin-bottom: 0!important;
	}
	#step_item + div .inner_item::before {
		top: calc(100% + 15px);
		left: 50%;
		transform: translateX(-50%);
		border-width: 20px 15px 0 15px;
		border-color: var(--i_main_color) transparent transparent transparent;
	}
	#step_item + div .inner_item:last-child::before{
		display: none;
	}
}

/*下部テキスト*/
#step_txt + section >.content_wrapper{
	padding-top: 0;
	border-radius: 0 0 20px 20px;
}

/*--------------自動ふろ配管洗浄---------------*/
#jidou_h + section > .content_wrapper,
#jidou_item + div > .content_wrapper,
#jidou_item + div + section > .content_wrapper{
	background: #eff3fb;
}
/*見出し*/
#jidou_h + section .heading.block_header_1 p{
	padding-bottom: 0;
	color: var(--i_main_color);
}
#jidou_h + section .heading.block_header_1 p:after{
	display: none;
}
#jidou_h + section .heading.block_header_1 .h {
	font-size: 2.6rem;
	color: var(--i_txt_color);
}
#jidou_h + section .inner_item_txt *{
	display: inline-block;
}
#jidou_h + section .inner_item_txt span[style="background-color:#4171cf;"],
#jidou_h + section .inner_item_txt > p > strong:last-child{
	padding: 2px 20px;
}
#jidou_h + section .inner_item_txt > p{
	border: 2px solid #4171cf;
	border-radius: 5px;
	background: #fff;
}
@media screen and (max-width: 900px){
	#jidou_h + section .heading.block_header_1 {
		align-items: flex-start!important;
	}
	#jidou_h + section .heading.block_header_1 .h {
		font-size: 1.9rem;
		letter-spacing: 0rem;
	}
}
@media screen and (max-width: 800px){
	#jidou_h + section .heading.block_header_1{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 600px){
	#jidou_h + section .inner_item_txt span[style="background-color:#4171cf;"],
	#jidou_h + section .inner_item_txt > p > strong:last-child {
		padding: 2px 6px;
	}
	#jidou_h + section .inner_item_txt > p {
		font-size: 1.45rem;
	}
	#jidou_h + section .inner_item_txt > p > strong:last-child{
		font-size: 1.35rem;
	}
}

/*アイテム*/
#jidou_item + div > .content_wrapper{
	padding-top: 0;
	padding-bottom: 0;
}
#jidou_item + div .inner_item{
	background: #fff;
}
#jidou_item + div .i_header{
	display: flex;
	justify-content: space-between;
	background: #4171cf;
}
#jidou_item + div .i_header p{
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	padding: 5px 20px;
	margin-bottom: 0;
}
#jidou_item + div .i_header .right{
	position: relative;
	background: #6b92dd;
	padding-left: 10px;
}
#jidou_item + div .i_header .right::before{
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	pointer-events: none;
	background: #6b92dd;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#jidou_item + div .i_txtimg {
	display: flex;
	justify-content: space-between;
	text-align: left;
	padding: 20px;
}
#jidou_item + div .i_txtimg div{
	width: 50%;
}
#jidou_item + div .i_txtimg div.i_img{
	width: 47%;
}
@media screen and (max-width: 600px){
	#jidou_item + div .i_header p {
		font-size: 1.6rem;
		padding: 5px 10px;
	}
	#jidou_item + div .i_header .right::before {
		width: 30px;
	}
	#jidou_item + div .i_txtimg {
		display: block;
	}
	#jidou_item + div .i_txtimg div,
	#jidou_item + div .i_txtimg div.i_img{
		width: 100%;
	}
	#jidou_item + div .i_txtimg div.i_img {
		margin-top: 20px;
	}
}

/*--------------昼間シフト機能---------------*/
#shift + div .inner_item_img img{
	width: auto !important;
	height: auto!important;
	object-fit: contain;
}
#shift + div .inner_item:nth-child(1) .inner_item_img img{
	width: 60%!important;
}
@media screen and (min-width: 1101px){
	#shift + div .heading.block_header_1{
		display: none;
	}
	#shift + div .heading.block_header_4 .h{
		line-height: 1;
	}
	#shift + div.composite_box01.block_images_1 a+.inner_item_txt{
		margin-top: 0;
	}
	#shift + div .wrapper_item {
		display: grid;
		grid-template-columns: 35% 1fr;
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 5%;
		grid-row-gap: 30px;
		align-items: center;
	}
	#shift + div .inner_item{
		width: auto;
	}
	#shift + div .inner_item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;
	}
	#shift + div .inner_item:nth-child(2) {
		grid-area: 2 / 1 / 3 / 2;
	}
	#shift + div .inner_item:nth-child(3) {
		grid-area: 1 / 2 / 3 / 3; 
	}
}
@media screen and (max-width: 1100px){
	#shift + div .wrapper_item {
		justify-content: center;
	}
	#shift + div .heading.block_header_4{
		margin-bottom: 0;
	}
	#shift + div .heading.block_header_4 .h{
		display: none!important;
	}
	#shift + div .inner_item{
		margin-left: 0!important;
	}
	#shift + div .inner_item:nth-child(1){
		width: 40%!important;
	}
	#shift + div .inner_item:nth-child(1) .inner_item_img img {
		width: 76%!important;
	}
	#shift + div .inner_item:nth-child(2){
		width: 50%!important;
		margin-bottom: 10px;
	}
	#shift + div .inner_item:nth-child(3) {
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	#shift + div .inner_item:nth-child(1),
	#shift + div .inner_item:nth-child(2){
		width: 100%!important;
	}
	#shift + div .inner_item:nth-child(1) .inner_item_img img {
		width: 65%!important;
	}
}

/*--------------パワフル高圧給湯---------------*/
#powerful + div .inner_item_txt .heading {
	align-items: flex-end;
	justify-content: flex-end;
}
#powerful + div .inner_item{
	width: 48%!important;
	margin-bottom: 0 !important;
}
#powerful + div .inner_item:not(:first-child){
	margin-left: 4%!important;
}
#powerful + div .inner_item:hover .inner_item_img img {
	transform: none;
}
#powerful + div .inner_item_txt .heading .h {
	background: var(--i_main_color);
	padding: 5px 30px;
	color: #fff;
	font-size: 1.8rem!important;
}
#powerful + div .inner_item,
#powerful + div .inner_item>a,
#powerful + div .inner_item_img,
#powerful + div .inner_item_txt .heading {
	max-height: 30vh;
}
@media screen and (max-width: 1024px){
	#powerful + div .inner_item_img{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 700px) {
	#powerful + div .inner_item_img,
	#powerful + div .inner_item_txt .heading{
		height: 30vw;
	}
}
@media screen and (max-width: 600px){
	#powerful + div .inner_item_txt .heading .h{
		font-size: 1.6rem!important;
	}	
}

/*--------------お支払い---------------*/
a[id^="pay"] + section dl{
	display: flex;
	border-top: 1px solid var(--i_border_color);
	padding-top: 20px;
	margin-top: 30px;
}
a[id^="pay"] + section dl dt{
	width: 15rem;
	font-weight: 600;
	font-size: 1.8rem;
}
a[id^="pay"] + section dl dd{
	flex: 1;
	padding-left: 30px;
}
a[id^="pay"] + section ul li{
	list-style: none;
}
a[id^="pay"] + section ul.list-primary>li,
a[id^="pay"] + section ul.list-second>li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 10px;
}
a[id^="pay"] + section ul.list-primary>li:before,
a[id^="pay"] + section ul.list-second>li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: calc(1em* 1.9 / 2);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--i_main_color);
}
a[id^="pay"] + section ul.list-second>li:before {
	background-color: transparent;
	border: 1px solid var(--i_txt_color);
	width: 5px;
	height: 5px;
}
a[id^="pay"] + section ul.list-primary strong {
	margin-right: 0.8em;
	font-size: 1.8rem;
}
a[id^="pay"] + section ul.list-primary .text-sm{
	font-size: 1.5rem;
}
a[id^="pay"] + section ul.list-primary figure{
	margin: 12px 0;
}
@media screen and (max-width: 900px){
	a[id^="pay"] + section .inner_item_img {
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 600px){
	a[id^="pay"] + section dl{
		display: block;
	}
	a[id^="pay"] + section dl dt {
		width: 100%;
		margin-bottom: 15px;
	}
	a[id^="pay"] + section dl dd {
		padding-left: 0;
	}
}

/*お支払方法*/
#pay_how + section .inner_item_txt{
	flex-basis: 65%;
	max-width: 65%;
}
#pay_how + section .inner_item_img{
	max-width: 400px !important;
}
/*------------------商品一覧------------------*/
#list+div{
	margin-top: -50px;
}
#list+div .slick-slider .inner_item{
	border: 3px solid #e93a10;
	margin-left: 10px;
	margin-right: 10px;
	padding: 12px;
	/*border-radius: 10px;*/
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	margin-bottom: 10px;
	background: #fff;
}

#list+div .slick-arrow::before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	/*top: calc(50% - 6px);
	width: 10px;
	height: 10px;*/
   top: calc(50% - 9px);
   width: 15px;
   height: 15px;
}
#list+div .slick-arrow{
	background: #e93a10;
	border-radius: 100px;
	/*width: 34px;
	height: 34px;*/
   width: 40px;
   height: 40px;
}
#list+div .slick-next::before {
	/*left: calc(50% - 9px);*/
 left: calc(50% - 12px);
}
#list+div .slick-prev {
 	left: -20px;
}
#list+div .slick-next {
	right: -20px;
}
#list+div .slick-slider a:hover img {
	transform: inherit;
}
#list+div .inner_item .heading.block_header_2 .h{
	font-weight: 600;
	font-size: 1.8rem !important;
	line-height: 1.3;
	margin: 10px 0px;
	background: linear-gradient(transparent 60%, #ffd8cf 40%);
	/*display: inline;*/
}
#list+div .price{
	color: #e93a10;
	font-size: 3.7rem;
	font-weight: 600;
	line-height: 1.4;
}
#list+div .subsidy .tax{
	color: #37332d;
	font-size: 1.5rem;
	font-weight: 600;
}
#list+div .subsidy .en{
	color: #37332d;
	font-size: 1.9rem;
	font-weight: 600;
}
#list+div .inner_item .heading p {
	font-size: 1.4rem !important;
	margin-top: 5px;
	line-height: 1.5;
}
#list+div .inner_item .heading{
	padding-top: 15px;
}
#list+div .hojyo{
	background: #e93a10;
	color: #fff;
	padding: 3px 0px 2px 0px;
	margin-top: 10px !important;
	margin-bottom: -5px;
}
#list+div .subsidy{
	margin-bottom: -5px;
}
@media screen and (max-width: 1000px) {
	#list+div .inner_item .heading.block_header_2 .h{
		font-size: 1.6rem !important;
		background: linear-gradient(transparent 80%, #ffd8cf 20%);
	}
	#list+div .inner_item .heading p {
		font-size: 1.15rem !important;
	}
	#list+div .subsidy span{
		font-size: 2.5rem;
	}
	#list+div .slick-slider .inner_item {
    	margin-left: 5px;
    	margin-right: 5px;
	}
	#list+div .subsidy .tax{
		font-size: 1.3rem;
	}
	#list+div .subsidy .en{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 900px) {	
	#list+div{
		margin-top: -20px;
	}
	#list+div .slick-slider .inner_item{
		border: 2px solid #e93a10;
	}
}
@media screen and (max-width: 600px) {
	#list+div .subsidy span{
		font-size: 2rem;
	}
	#list+div .subsidy .tax,
	#list+div .subsidy .en{
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 400px) {
	#list+div .subsidy span{

		font-size: 1.95rem;
		letter-spacing: -0.1rem
	}
	#list+div .subsidy .tax,
	#list+div .subsidy .en{
		font-size: 1.1rem;
	}
}

/*banner*/
#area2+section .inner_item_img a:hover, 
#area2+div .inner_item_img a:hover, 
#flow2+section .inner_item_img a:hover, 
#flow2+div .inner_item_img a:hover, 
#try+section .inner_item_img a:hover, 
#try+div .inner_item_img a:hover, 
#eco_bnr+section .inner_item_img a:hover, 
#eco_bnr+div .inner_item_img a:hover, 
#hosyou_bnr+section .inner_item_img a:hover {
   opacity: 0.7;
}

/*---------------20260305追加------------------*/
/*---------画像再現-------------*/
a#banner+div .wrapper_item {
    justify-content: center;
}
a#banner+div .inner_item {
    width: 80%;
}
a#banner+div .inner_item:nth-of-type(2) {
    display: none;
}
a#banner+div .inner_item .contents {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
p.cr {
    margin-bottom: 0;
    background: #fff;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--i_txt_color);
    padding: 10px;
    height: 130px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--i_txt_color);
    line-height: 1.4;
}

.red{
  color:#e93a10;
  padding: 0 10px;
  filter:
    drop-shadow(1px 0 0 var(--i_txt_color))
    drop-shadow(-1px 0 0 var(--i_txt_color))
    drop-shadow(0 1px 0 var(--i_txt_color))
    drop-shadow(0 -1px 0 var(--i_txt_color))
    drop-shadow(1px 1px 0 var(--i_txt_color))
    drop-shadow(-1px -1px 0 var(--i_txt_color))
    drop-shadow(1px -1px 0 var(--i_txt_color))
    drop-shadow(-1px 1px 0 var(--i_txt_color))
    drop-shadow(1px 0 0 #fff)
    drop-shadow(-1px 0 0 #fff)
    drop-shadow(0 1px 0 #fff)
    drop-shadow(0 -1px 0 #fff)
    drop-shadow(1px 1px 0 #fff)
    drop-shadow(-1px -1px 0 #fff)
    drop-shadow(1px -1px 0 #fff)
    drop-shadow(-1px 1px 0 #fff);
}
.bl{
  color:#37332d;
  position:relative;
  padding: 0 5px;
  filter:
    drop-shadow(1px 0 0 #fff)
    drop-shadow(-1px 0 0 #fff)
    drop-shadow(0 1px 0 #fff)
    drop-shadow(0 -1px 0 #fff)
    drop-shadow(1px 1px 0 #fff)
    drop-shadow(-1px -1px 0 #fff)
    drop-shadow(1px -1px 0 #fff)
    drop-shadow(-1px 1px 0 #fff);
}
.bl::before {
    content: "・・・・・・";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.4em;
    font-size: 0.7em;
    letter-spacing: 0.08em;
}
a#banner+div .inner_item_txt {
    background: rgb(255 0 0 / 10%);
}
.contents_cr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 2rem;
}
.fz_main {
    font-size: 3.2rem;
}
.fz_sub {
    font-size: 2.6rem;
}
.contents p {
    font-size: 2rem;
}
@media screen and (max-width: 900px) {
    a#banner+div .inner_item {
    width: 100% !important;
}
}
@media screen and (max-width: 768px) {
a#banner+div .inner_item .contents {
    flex-direction: column;
}
.fz_main {
    font-size: 2.5rem;
}
.fz_sub {
    font-size: 2.2rem;
}
.contents p {
    font-size: 1.8rem;
}
}
