@charset "utf-8";
/* CSS Document */

/*--------------------------------------
gasTop
----------------------------------------*/
.gasTop h3 {
	text-align: center;
}
.gasTop .icon_cap {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.gasTop .icon_cap img {
	width: 40px;
	margin-right: 10px;
}
.gasTop .col4 {
	clear: both;
	overflow: hidden;
}
.gasTop .col4 li {
	float: left;
	width: 22%;
	margin: 0 4% 4% 0;
	position: relative;
}
.gasTop .col4 li:nth-child(4n) {
	margin-right: 0;
}
.gasTop .col4 li img {
	width: 100%;
}
.gasTop .col4 li .icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 60px;
}
.gasTop .col4 li h3.name {
	border-left: solid #91BE1E 5px;
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}

/*--------------------------------------
gas_page
----------------------------------------*/

.gas_page h3 {
	text-align: center;
}
.gas_page h4.ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #c8c8c8;
}
.gas_page .wrap {
	width: 100%;
	clear: both;
	overflow: hidden;
	border-top: 1px dashed #cccccc;
	padding-top: 5px;
}

.Line-a {
	padding-top: 5px;
	margin-bottom: 30px;
}

.bis {
	border-top: 1px dashed #cccccc;
}

.gas_page .wrap .box_l {
	width: 65%;
	padding-right: 5%;
	box-sizing: border-box;
}

.box-aa {
	width: 100%;
	padding-right: 5%;
	box-sizing: border-box;
}

.gas_page .wrap .box_l img {
	width: 100%;
	max-width: 630px;
}
.gas_page .wrap .box_l p {
	margin-bottom: 30px;
	font-size:13px;
}
.gas_page .wrap>.box_l .col2 {
	clear: both;
	overflow: hidden;
	text-align: center;
}
.gas_page .wrap .box_l .col2>li {
	float: left;
	width: 48%;
	margin-right: 4%;
	line-height: 40px;
	font-weight: bold;
	border: solid 1px #c8c8c8;
}
.gas_page .wrap .box_l .col2 li:nth-child(2n) {
	margin-right: 0;
}
.gas_page .gas_btn {
	width: 90%;
	max-width: 200px;
	height: 45px;
	margin: 20px 0 0;
	font-weight: bold;
	text-align: center;
}
.gas_page .gas_btn>a {
	line-height: 40px;
	background-color: #91be1e;
	border-radius: 20px;
	color: #fff;
	transition: all 0.5s ease 0s;
}
.gas_page .gas_btn>a:hover {
	background-color: #8c8c8c;
}
.gas_page .gas_btn2 {
	width: 90%;
	max-width: 480px;
	margin: 20px auto 0;
	font-weight: bold;
	text-align: center;
}
.gas_page .gas_btn2>a {
	line-height: 130%;
	background-color: #91be1e;
	border-radius: 10px;
	color: #fff;
	padding:10px;
	transition: all 0.5s ease 0s;
}
.gas_page .gas_btn2>a:hover {
	background-color: #8c8c8c;
}
.gas_page .wrap .box_r {
	width: 35%;
	float: right;
}
.gas_page .wrap .box_r img {
	width: 100%;
	max-width: 630px;
	margin-bottom: 5px;
}

.t_indent1 {
  text-indent: 1em;
}

.t_indent2 {
  padding-left: 1em;
  text-indent: -1em;
}

.ond_img01{
	margin-top: 0;
}

.ond_img02{
	margin-top: 15px;
}

.gas_page .wrap .product_box_l {
	width: 48%;
	padding-right: 5%;
	box-sizing: border-box;
	text-align: center;
}
.gas_page .wrap .product_box_l img {
	width: 100%;
	max-width: 300px;
}
.gas_page .wrap .product_box_l p {
	margin-bottom: 30px;
	font-size:13px;
}

.gas_page .wrap .product_box_r {
	width: 52%;
	float: right;
}
.gas_page .wrap .product_box_r img {
	margin-bottom: 5px;
	margin-top: 10px;
}

span.kakaku{
	font-size: 18px;
}
/*新規追記*/
/*施工事例一覧*/

#case *{
	box-sizing: border-box;
}

.space{
	margin: 40px 0px ;
}
.gas_page h4.ttl2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: solid 1px #c8c8c8;
}

.gas_page .ttl2 span {
    border-bottom: 4px solid #ccc;
    padding: 10px 0 10px 0;
    margin: 0;
    display: inline-block;
	background-color: #FFF;
}

.gas_page .wrap01 .case_list {
    display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gas_page .wrap01 .case_list .case{
	  border: 1px solid #ccc;
	margin-bottom: 20px ;
    padding: 10px;
width:calc((100% - 20px)/ 2);
}

.gas_page .wrap01 .title{
	font-size: 14px;
    margin-bottom: 15px;
	position: relative;
    border-bottom: 4px solid #ccc;
    padding: 4px;
}
.gas_page .wrap01 .title ::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #91be1e;
}
.gas_page .wrap01 .info{
	width: calc(100% - 30px);
	margin: 0 auto 15px;
	position: relative;
	overflow: hidden;
	
}
.gas_page .wrap01 .info::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.gas_page .wrap01 .info img{
	position:absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .1s;
}
.gas_page .wrap01 .info img:hover{
	opacity: 0.5;
}


/*施工事例一覧*/
/*施工事例*/
.gas_page .case_title{
	font-size:20px;
	margin: 10px;
}

.gas_page .customer{
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.gas_page .customer_img{
	margin-right: 20px;
	width: 150px;
	margin-bottom:10px;
}
.gas_page .buyo_img{
	margin-right: 20px;
	width: 150px;
	margin-bottom:10px;
	order:2;
}
.gas_page .customer_img img,
.gas_page .buyo_img img {
	width:100%;
}

.gas_page .maker_img{
	margin-right: 20px;
	width: 150px;
	margin-bottom:10px;
}
.maker-info {
	padding:10px;
	background:#f0f0f0;
	border-radius:8px;
	margin-bottom:30px;
	line-height: 1.7;
}


.gas_page .customer .customer_comment {
	position: relative;
	width: calc(100% - 170px);
	background: #fff;
	padding: 10px;
	border-radius:8px;
	border:2px solid #aaa;
}
.gas_page .customer .customer_comment_green{
	position: relative;
	width: calc(100% - 170px);
	background: #fff;
	padding: 10px;
	border-radius:8px;
	border: 2px solid #aaa;
}

.gas_page .customer .customer_comment::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 15px solid #aaa;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.gas_page .customer .customer_comment::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.gas_page .customer .customer_comment_green::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right:-15px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 15px solid #aaa;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.gas_page .customer .customer_comment_green::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right:-12px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.gas_page .customer .customer_comment p,
.gas_page .customer .customer_comment_green p {
	display: flex;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: bold;
	padding: 10px 0 ; 
}

.gas_page .case_image{
	width:100%;
	display: flex;
	margin:40px 0;
}

.gas_page .case_image img{
	width: 100%;
	vertical-align: bottom;
}

.gas_page .case_image .before{
	width:40%;
	position: relative
}

.gas_page .case_image .after{
	width:40%;
	position: relative
}
.gas_page .case_image .arrow_box{
	width:20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gas_page .case_image .before ::before{
	content: "Before";
	position: relative;
	font-size: 20px;
    background: #1C5CAD;
	color: #ffffff;
	padding: 10px;
    text-align: center;
	font-weight: bold;
	top:-10%;
	
}

.gas_page .case_image .after ::before{
	content: "After";
	position: relative;
	font-size: 20px;
    background: #D96264;
	color: #ffffff;
	padding: 10px;
    text-align: center;
	font-weight: bold;
    top: -10%;
}
.arrow_box .arrow{
	display: flex;
	background: #dc5a55;
	width: 40%;
	height: 30px;
	position: relative;
}

.arrow_box .arrow::after {
	content:"";
	position: absolute;
	display: flex;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 30px solid #dc5a55;
	border-bottom: 30px solid transparent;
	right:-15px;
	top:50%;
	transform: translateY(-50%);
}
.gas_page .worker{
	display: flex;
	margin-top: 20px;
	
}

.gas_page .worker_img{
	margin-right: 20px;
	
}

.gas_page .worker .worker_comment{
	position: relative;
	display: flex;
	width: 100%;
    background: #F4FFD9;
    border: 2px solid #91be1e;
    color: #000;
    padding: 10px;
    border-radius: 10px;
}
.gas_page .worker .worker_comment::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: -15px;
	top: 50px;
	border-right: 15px solid #91be1e;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.gas_page .worker .worker_comment::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: -12px;
	top: 50px;
	border-right: 15px solid #F4FFD9;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}



.gas_page .worker .worker_comment p{
	display: flex;
	font-size: 14px;
    color: #000;
    text-align: left;
    font-weight: bold;
	padding: 10px 0 ;    
    }




/*施工事例*/
/*新規追記*/



/*--------------------------------------
sidebar
----------------------------------------*/

p.indentback {
	text-indent: -1em;
	padding-left: 2em;
}


/*--------------------------------------
ガス機器　追記20200907
----------------------------------------*/
h4.lineup_ttl {
	padding:5px;
	background:#eee;
	font-weight: bold;
	color:#000;
	margin-bottom:20px;
}
.product_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:40px;
}
.product_wrap li {
	width:31%;
	margin-right:3.5%;
	margin-bottom: 20px;
}
.product_wrap li:nth-child(3n) {
	margin-right:0;
}
.product_wrap li img {
	width:100%;
}
.col2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:20px 0;
}

.col2 li {
	width:48%;
	margin-bottom:20px;
}
.col2 li img {
	width: 100%;
}
.product_btn {
	background:#333;
	margin-top:10px;
}
.product_btn a {
	display: block;
	width:100%;
	height:100%;
	color:#fff;
	text-align: center;
	padding:5px 0;
}
.product_btn a:hover {
	background:#777;
	transition: 0.3s;
}
.w35 {
	width:35%;
	margin-right:2%;
}
.w35 img {
	width:100%;
}
.w65 {
	width:63%;
}
.telnumber {
	font-size:24px;
	font-weight: bold;
	color:#91be1e;
}
h6.company_name {
	margin-bottom:0;
}
h3.ttl_b {
	margin: 20px 0;
}

h3.ttl_b a {
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	background: #e8382f;
	border-radius: 10px;
	color: #fff;
	box-sizing: border-box;
	transition: all .3s;
}

h3.ttl_b a:hover {
	opacity: .7;
}

/*--------------------------------------
ガス機器　追記20210121
----------------------------------------*/

.multigrill_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.multigrill_preview {
	flex:1;
}

.multigrill_preview img {
	width: 100%;
	vertical-align: bottom;

}

.multigrill_thumb {
	width: 150px;
	margin-left: 10px;
}

.multigrill_thumb div {
	margin-bottom: 10px;
}

.multigrill_thumb div img {
	width: 100%;
	vertical-align: bottom;

}


/*--------------------------------------
リンナイ・ノーリツ　追記2021/03/29
----------------------------------------*/

.link-gas-row-box {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 80px;
}

.link-btn-gas-case {
	width: calc( 50% - 20px );
	margin: 0 10px;
	background-color: #91BE1E;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	transition: 0.5s;
}

.link-btn-gas-case:hover {
	background-color: #8c8c8c;
}

/*--------------------------------------
リンナイ・ノーリツ　追記2021/03/30
----------------------------------------*/

#comparison * {
	box-sizing: border-box;
}

.comparison-section {
	margin-top: 50px;
}
.comparison-section img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.comparison-section figure {
	margin:0 0 10px;
}
figure.maker-logo {
	width:50%;
	margin:0 auto 20px;
}

.series-ttl {
    width: 100%;
    padding: 10px 0 10px 15px;
    text-align: center;
    text-shadow: 1px 1px 3px #ccc;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    background-color: #91be1e;
    border: solid 3px #b3df3f;
    border-radius: 4px;
    letter-spacing: 3px;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
}

.product-container:first-of-type {
    margin-top: 20px;
}

.rinnai-product {
	width:50%;
	border-right: 1px solid #c8c8c8;
	padding-right:20px;
}

.noritz-product {
	width: 50%;
	padding-left:20px;
}

.maker-contents {
	margin-top:30px;
}
.maker-contents:first-of-type {
	margin-top:0px;
}
.maker-headline {
	font-size:16px;
	color:#000;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}
.maker-text {
	font-size:12px;
	line-height: 1.5;
	color:#333;
	margin-bottom: 10px;
}
.maker-text span {
	color:#e8382f
}

/*--------------------------------------
リンナイ・ノーリツ　追記2021/03/31
----------------------------------------*/

.maker-headline.orange {
	color: #ffa500;
	margin-bottom: 10px;
}

.maker-headline.blue {
	color: #1e90ff;
	margin-bottom: 10px;
}


/*--------------------------------------
リンナイ・ノーリツ　追記2021/04/01
----------------------------------------*/

.rinnai-num2 {
	margin-top:160px;
}

.maker-contents figcaption {
	text-align: center;
	font-size: 11px;
	margin: 10px 0;
}

.cocotto-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.cocotto-img {
	width: 60%;
}

.cocotto-text {
	width: 40%;
	display: flex;
	align-items: center;
	padding-left: 10px;
	font-weight: bold;
}

.maker-cap {
	font-size: 10px;
	margin-bottom: 10px;
}
.left {
	text-align:left !important;
}

.maker-headline.left span {
	color: #e8382f;
}

/*--------------------------------------
リンナイ・ノーリツ　追記2021/04/02
----------------------------------------*/

.gas_page .customer_comment.rinnai-come {
	background:#fff;
}

.gas_page .customer_comment.rinnai-come::after {
	border-right: 15px solid #fff;
}


.gas_page .customer_comment.noritz-come {
	background:#fff;
	border-color: #1e90ff;
}

.gas_page .customer_comment.noritz-come::after {
	border-right: 15px solid #fff;
}

.gas_page .customer_comment.noritz-come::before {
	border-right: 15px solid #1e90ff;
}

.gas_page .maker-headline {
	text-align: left;
}


/*--------------------------------------
リンナイ・ノーリツ　追記2021/06/08
----------------------------------------*/

.closing-words {
	padding:10px;
	background:#fffacd;
	border-radius:8px;
	margin-top: 40px;
	line-height: 1.7;
}

/*--------------------------------------
リンナイ・ノーリツ　追記2021/06/11
----------------------------------------*/

.buyo_img {
	width: 20% !important;
	margin-right: 0 !important;
	margin-left: 10px !important;
}

/*--------------------------------------
リンナイ・パロマ　追記2021/06/11
----------------------------------------*/

.pl-container {
	width: 100%;
	display: flex;
}

.pl-box-a:first-of-type {
	margin-right: 10px;
}

/*--------------------------------------
リンナイ・パロマ　追記2021/06/13
----------------------------------------*/

.plc-text {
	font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.emphasis-words {
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
}

.pl-box-b {
	width: 80%;
	margin: 0 auto !important;
	padding-bottom: 10px;
	padding-top: 10px;
}

.headline-space-a {
	padding-bottom: 20px !important;
}

.red {
	color: #dc143c;
	margin-bottom: 10px;
}

.blue {
	color: #00bfff;
	margin-bottom: 10px;
}

/*--------------------------------------
リンナイ・パロマ　追記2021/06/29
----------------------------------------*/

.maker_img-aa{
	margin-right: 20px;
	width: 135px;
	margin-bottom:10px;
}

.maker-contents-bb {
	margin-top: 142px;
}

.maker-headline-b {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
	text-align: center;
}

/* 2021/12/02 レンジフードページ 追記 */
.rf01_sp { display: none;}

.rf01_pc { display: block;}

.rfchange_cap {
	font-size: 12px;
	font-weight: bold;
}

.skm_yhk { margin: 20px 0 20px 0;}

.ar_deco > div > img,
.range_food > div > img,
.range_inter > div > div > img {
	 max-width: 100%;
}

/* 2021/12/15 追記 */

.flex { display: flex;}

.txt_center { text-align: center;}

.exp_blue { 
	font-size: 14px;
	line-height: 1.6;
	color: #00439e;
}

.exp_yhk { margin: 15px 0;}

.safety_function { width: 100%;}

.safe_tit { font-size: 14px;}

.safety_function > dl {
	display: flex;
	padding-left: 10px;
	align-items: center;
	background-color: #00439e;
}

.safety_function > dl > dt { 
	width: 100px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.safety_function > dl > dd {
	flex: 1;
	padding: 10px;
	color: #fff;
	border-left: solid 2px #fff;
}

.range_inter { 
	margin-top: 15px;
	border: solid 1px #c3c3c3;
}

.range_inter > h4 { 
	margin-top: 15px;
	font-size: 16px;
}

.os_box { justify-content: center;}

.range_inter > div > div { margin: 10px 10px 0 10px;}

.range_inter > ol { padding: 10px 50px;}

.ar_deco {
	width: 100%;
	position: relative;
	margin: 15px 0;
	justify-content: center;
	border: solid 1px #00439e;
}

.ar_deco > div { 
	width: calc((100% - 20px) /2);
	padding: 15px 10px;
}

.ar_deco > div:first-of-type::after {
	content: "";
	position: absolute;
	height: 86%;
	top: 50%;
	left: 50%;
	transform: translate(0,-50%);
	border: solid 1px #00439e;
}

.ann_txt { 
	margin-top: 40px;
	margin-bottom: 20px;
}

.ann_txt li {
	position: relative;
	padding-left: 2.5em;
	margin-top: 5px;
	text-align: left;
}

.ann_txt li span { 
	position: absolute;
	left: 0;
}

.range_laser {
	font-size: 12px;
	color: #333;
}

/* 2021/12/21 レンジフードページ修正 */
.range-f_wrapper * {
	box-sizing: border-box;
}

.flex { 
	display: flex;
	flex-wrap: wrap;
}

.pd_bot {padding-bottom: 15px;}

.txt_size {
	font-size: 14px;
	line-height: 1.6;
}

/* ビルトインコンロとセットで～おすすめしております */
.case_wrap * {box-sizing: border-box;}

.case_wrap {width: 100%;}

.casebox > h5 {
	margin-top: 0;
	margin-bottom: 5px;
}

.casebox > h5:last-of-type {margin-top: 40px;}

.rangef_01 > div > img,
.case_container > div > img {max-width: 100%;}

.case_container > div {position: relative;}

.case_container > div {width: calc((100% - 60px) /3);}

.case_container > div:nth-of-type(2n) {margin: 0 30px;}

.case_container > div:nth-of-type(n+2):after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: -9%;
	transform: translate(0,-50%);
	border-top: solid 10px transparent;
	border-left: solid 10px #333;
	border-bottom: solid 10px transparent;
}

.mrbt {margin-top: 40px;}

/* お取替えはこんなに簡単なんです！ */
.rangef_01 * {box-sizing: border-box;}

.rangef_01 > div {
	width: calc((100% - 60px) /3);
	position: relative;
	margin-right: 30px;
}

.rangef_01 > div > p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.rangef_01 > div:nth-of-type(n+2):after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 40%;
	left: -19px;
	transform: translate(0,-50%);
	border-top: solid 10px transparent;
	border-left: solid 10px #333;
	border-bottom: solid 10px transparent;
}

.rangef_01 > div:first-of-type {
	border: solid 3px #333;
	padding: 15px 10px;
}

.rangef_01 > div:last-of-type {
	border: solid 3px #91be1e;
	padding: 15px 10px;
	margin: 0;
}

.txt_kks {
	font-size: 14px;
	font-weight: 700;
	color: #ff0000;
}

.rangef_01 > div:first-of-type:before {
	position: absolute;
	content: "Before";
	padding: 0 5px;
	top: 4%;
	left: 0%;
	transform: translate(0,-50%);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border: solid 2px #333;
	color: #fff;
	background-color: #333;
}

.rangef_01 > div:last-of-type:before {
	position: absolute;
	content: "After";
	padding: 0 5px;
	top: 4%;
	left: 0%;
	transform: translate(0,-50%);
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border: solid 2px #91be1e;
	color: #fff;
	background-color: #91be1e;
}

.skm_yhk2 {margin: 10px 0 15px 0;}

/* 上記まで */



/* 2022/02/03 衣類乾燥機ページ */
.sp__br {display: block;}

.wash01__wrapper {margin-top: 50px;}

.wash01__wrapper img {max-width: 100%;}

.top__logoimage {
	max-width: 100%;
	margin: 30px 0;
	justify-content: center;
}

.logo_ig02 img {width: 50%;}

.ig_03 img {width: 70%;}

.ig_04 {text-align: center;}

/* .logoimage__01 {flex: 1;} */

.toptxt_kt {
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
	color: #333;
}

.txt__exp {
	width: calc((100% - 20px) /2);
	margin-right: 20px;
}

.wash__ann {font-size: 12px;}

.wash01_image {width: calc((100% - 20px) /2);}

.owners__box {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 15px 0;
	background-color: #fffacd;
	border-radius: 8px;
	justify-content: center;
}

.owners_txt {font-size: 16px;}

.owners_txt:first-of-type {margin-right: 30px;}

.green_emp {color: #91BE1E;}

.green_emp:first-of-type {margin-right: 10px;}

.wash_before,
.wash_after {position: relative;}

.wash_before::before {
	position: absolute;
	content: "Before";
	padding: 5px 10px;
	top: 6%;
	left: 0%;
	transform: translate(0,-50%);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border: solid 2px #333;
	color: #fff;
	background-color: #333;
}

.wash_before::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	border-top: solid 20px transparent;
	border-bottom: solid 20px transparent;
	border-left: solid 20px #333;
	transform: translate(0px, -15px);
}

.wash_before > img {border: solid 5px #333;}

.wash_after::before {
	position: absolute;
	content: "After";
	padding: 5px 10px;
	top: 6%;
	left: 0%;
	transform: translate(0,-50%);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border: solid 2px #91be1e;
	color: #fff;
	background-color: #91be1e;
}

.wash_after > img {border: solid 5px #91BE1E;}

.customer__voice,
.customer__image {width: calc((100% - 15px) /2);}

.ct__cent {
	justify-content: center;
	margin-bottom: 50px;
}

.customer__voice {margin-right: 30px;}

.ct__cent figcaption {margin-top: 7px;}

.lt__mrg {margin-bottom: 50px;}