@charset "utf-8";
/* ecocute用設定
----------------------------------------------------------- */
#ecocute ul.ecocute_trouble_list {
	display: flex;
	flex-wrap: wrap;
}
#ecocute ul.ecocute_trouble_list li {
	width: calc(25% - 1.6rem);
	margin: 0.8rem;
	background-color: #00a0e9;
	color: #fff;
	padding: 0 1.5rem;
	height: 8rem;
	line-height: 2.2rem;
	display: flex;
	align-items: center;
}
#ecocute ul.ecocute_trouble_list li:before {
	font-family: "FontAwesome";
	content: "\f0ad";
	padding-right: 0.5rem;
	font-size: 2.4rem;
}
#ecocute .bg_bath {
	background-image: url("../image/bg_bath.jpg");
	background-repeat: no-repeat; /* 画像の繰り返しを指定  */
	background-position: center center; /* 画像の表示位置を指定  */
	background-size: cover; /* 画像のサイズを指定    */
	width: 100% !important;
	max-width: 100% !important;
	line-height: 1.8rem;
	padding: 5rem;
}
#ecocute .bg_bath .wp-block-columns {
	max-width: 40%;
	background-color: rgba(255, 255, 255, 0.8);
	margin-right: 60%;
	padding: 2rem 4rem !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#ecocute .bg_bath ul li {
	margin-bottom: 1rem;
	font-size: 1.2rem;
}
#ecocute .bg_bath ul li strong {
	font-size: 2.0rem;
	line-height: 2.8rem;
	color: var(--1st-color);
	background: linear-gradient(transparent 70%, var(--1st-color-t50) 30%);
}
.flow_section ul li:first-child {
	font-family: "Belanosima", serif;
	font-weight: 400;
	text-align: center;
	float: left;
	font-size: 2.4rem;
	line-height: 3.6rem;
	color: var(--1st-color);
	margin-right: 5rem;
	margin-left: 1rem;
	padding-bottom: 5rem;
}
.flow_section ul li strong {
	font-size: 12.0rem;
	font-weight: 400;
	vertical-align: text-top;
}
.flow_section img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.flow_section ul li strong::before {
	content: "\A";
	white-space: pre;
}
.flow_section ul li:nth-child(2) {
	font-size: 2.8rem;
	color: var(--1st-color);
	font-weight: 900;
	padding: 1rem 0;
}
.flow_section ul li:nth-child(3) {
	line-height: 2.4rem;
}
.flow_section .wp-block-columns {
	clear: both;
	background-image: url("../image/down_arrow.svg");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 20% 20%;
	padding-bottom: 5rem;
	margin-bottom: 5rem !important;
}
.flow_section .wp-block-columns:last-child {
	background-image: none;
}
.contact_section {
	width: 100%;
	max-width: 840px !important;
	padding: 2rem 4rem 0 !important;
}
.contact_section.contact02_section {
	padding: 2rem 4rem 4rem !important;
	max-width: 100% !important;
}
.contact_section * {
	padding: 0;
	margin: 0;
}
.contact_section h3 {
	text-align: left;
	margin-bottom: 3rem;
	font-size: 3.2rem;
	line-height: 4.6rem;
}
.contact_section h3.wp-block-heading:after {
	background-image: none;
}
.contact_section .wp-block-vk-blocks-button {
	margin: 1rem auto 0;
}
.contact_section .vk_button {
	display: table;
	width: 100%;
}
.contact_section .vk_button a {
	width: 100%;
	text-align: center;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
.contact_section.contact02_section .vk_button a {
	height: 80px;
}
.contact_section span.vk_button_link_txt {
	font-size: 2.2rem;
}
.contact_section .vk_button p, .contact_section .vk_button span {
	text-align: center;
}
@media screen and (max-width: 740px) {
	#ecocute h2, #ecocute h3, #ecocute h4, #ecocute p {
		word-break: auto-phrase !important;
	}
	
	#ecocute ul.ecocute_trouble_list li {
		word-break: auto-phrase !important;
	}
	#ecocute ul.ecocute_trouble_list li {
		width: calc(50% - 0.5rem);
		margin: 0.5rem auto !important;
		padding: 0 1rem;
		height: 5rem;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	#ecocute ul.ecocute_trouble_list li:before {
		font-size: 1.8rem;
	}
	#ecocute ul.ecocute_trouble_list li:nth-child(2n-1) {
		margin-right: 0.5rem !important;
	}
	#ecocute ul.ecocute_trouble_list li:nth-child(2n) {
		margin-left: 0.5rem !important;
	}
	#ecocute .bg_bath {
		background-repeat: no-repeat; /* 画像の繰り返しを指定  */
		background-position:right center; /* 画像の表示位置を指定  */
		background-size: cover; /* 画像のサイズを指定    */
		padding: 2rem;
	}
	
	#ecocute .bg_bath .wp-block-columns {
		max-width: 100%;
		margin-right: auto;
		padding: 0 2rem !important;
	}
	.contact_section {
		width: 100%;
		padding: 2rem !important;
	}
	.contact_section p {
		line-height: 1.4rem;
		padding: 0.5rem 1rem;
	}
	#ecocute .contact_section .vk_button p, #ecocute .contact_section .vk_button span {
		text-align: center !important;
	}
	.flow_section ul li:last-child {
		clear: both;
	}
	
	.flow_section .wp-block-columns,
	.subsidy_section .wp-block-columns {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 10rem !important;
		margin: 0 !important;
	}
	.flow_section .wp-block-columns ul {
		margin: 0 !important;
	}
	.flow_section ul li:first-child {
		float: left;
		margin-right: 2rem;
		margin-left: 0;
		padding-bottom: 5rem;
	}
	.flow_section ul li:nth-child(2) {
		padding-top: 4.5rem;
		word-break: auto-phrase !important;
	}
	
	.subsidy_section .wp-block-columns p {
		text-align: center;
	}
	.subsidy_section figure {
		margin-bottom: 1rem;
	}
	.contact_section.contact02_section {
	padding: 0!important;
}
	
	#ecocute h2 {
		font-size: 2.2rem;
		line-height: 3.0rem;
		margin: 2rem auto!important;
	}
	.h_title h2 {
		margin-bottom: 1rem;
	}
	h3 {
		font-size: 2.0rem;
		line-height: 2.8rem;
		margin: 2rem auto;
	}
	
.contact_section h3 {
	text-align: center;
	margin-bottom: 2.0rem;
	font-size: 2.8rem;
	line-height: 3.2rem;
}

	h4 {
		font-size: 2.4rem;
		line-height: 3.0rem;
	}
	h5 {
		font-size: 2.0rem;
		line-height: 2.7rem;
	}
	h6 {
		font-size: 1.6rem;
		line-height: 2.3rem;
	}
}