@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: 48%;
	margin: 0 4% 8% 0;
	position: relative;
}
.gasTop .col4 li:nth-child(2n) {
	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;
	margin-bottom: 30px;
}
.gas_page .wrap .box_l {
	width: 100%;
	margin-bottom: 10px;
}
.gas_page .wrap .box_l img {
	width: 100%;
	max-width: 630px;
}
.gas_page .wrap .box_l p {
	margin-bottom: 20px;
	font-size:13px;
}

.gas_page .wrap .box_r {
	text-align: center;
}


.gas_page .wrap .box_r img {
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}

.t_indent1 {
  text-indent: 1em;
}

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

.ond_img01{
	margin-top: 20px;
	margin-bottom:20px;
}

.ond_img01 p{
	text-align: left;
}

.ond_img02{
	margin-top: 15px;
}

.ond_img02 p{
	text-align: left;
}

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

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

span.kakaku{
	font-size: 18px;
}
/*新規追記*/
/*事例一覧*/
.space{
	margin: 20px 0px ;
}
.gas_page h4.ttl2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: solid 1px #c8c8c8;
}

.gas_page .ttl2 span {
    border-bottom: 4px solid #ccc;
    padding: 5px 0 5px 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:100%;
}

.gas_page .wrap01 .title{
	font-size: 14px;
    margin-bottom: 10px;
	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:12px;
	margin: 10px;
}
/* .gas_page .customer{
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	text-align: center;
} */


.buyo_img{
	width: 150px;
	margin:0 auto 20px;
	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;
	background: #fff;
	border-radius:8px;
	padding: 10px;
	border:2px solid #aaa;
}
.gas_page .customer .customer_comment_green{
	background: #fff;
	border: 2px solid #aaa;
	padding:10px;
	border-radius:8px;
	position:relative;
}
.gas_page .customer .customer_comment::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
	border-bottom: 15px solid #aaa;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.gas_page .customer .customer_comment::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
	border-bottom: 15px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.gas_page .customer .customer_comment_green::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left:50%;
	top: -15px;
	transform: translateX(-50%);
	border-bottom: 15px solid #aaa;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

.gas_page .customer .customer_comment_green::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left:50%;
	top: -12px;
	transform: translateX(-50%);
	border-bottom: 15px solid #fff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.gas_page .customer .customer_comment p,
.gas_page .customer .customer_comment_green p {
	display: flex;
	font-size: 12px;
	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{
	margin-top: 20px;
	text-align: center;
	
}

.gas_page .worker img{
	max-height: 141px;
	
}


.gas_page .worker .worker_comment{
	position: relative;
	margin:20px 10px 0 ;
    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: 50%;
	top: -15px;
	border-bottom: 15px solid #91be1e;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.gas_page .worker .worker_comment::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left:50%;
	top: -12px;
	border-bottom: 15px solid #F4FFD9;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}



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



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

p.indentback {
	text-indent: -1em;
	padding-left: 2em;
	margin-bottom: 30px;
}




/*--------------------------------------
ガス機器　追記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 {
	border:1px solid #ccc;
	padding:1%;
	width:100%;
	margin-right:0%;
	margin-bottom:30px;
}
.product_wrap li:nth-child(3n) {
	margin-right:0;
}
.product_wrap li img {
	width:100%;
}
.col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	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:10px 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;
}

.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;
}


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

.multigrill_wrap {
	display: block;
	margin-top: 20px;
}

.multigrill_preview {
	flex:1;
}

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

}

.multigrill_thumb {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 0 0;
}

.multigrill_thumb div {
	margin-bottom: 0;
	width: calc((100% - 20px) / 3);
}

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

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

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

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

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

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

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

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

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

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

#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-direction: column;
    flex-wrap: wrap;
}

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

.rinnai-product {
	width: 100%;
}

.noritz-product {
	width: 100%;
	margin-top: 60px;
}

.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/02
----------------------------------------*/
.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;
}
.gas_page .customer_comment.rinnai-come {
	background:#fff;
}

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

.gas_page .customer_comment.noritz-come::before {
	border-bottom: 15px solid #dc5a55;
}

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

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

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


/* .customer_img {
	width: 150px;
	margin:0 auto 20px;
} */

.maker-logo img {
	width: 100%;
	margin: 20px auto 0;
	display: block;
}

.noritz-product {
	border-top: solid 1px #c3c3c3;
}

.maker-contents .cocotto-img {
	margin: 10px 0px;
}

.maker-text {
	margin-top: 10px;
}

.maker-headline.left br {
	display: none;
}

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


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

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

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

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

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

.customer_img {
	width: 150px;
	margin: 0 20px 0 0;
}

.gas_page .customer .customer_comment::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -32px;
	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: -29px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}


.buyo_img {
	width: 40%;
	margin-left: 10px;
}

.gas_page .customer .customer_comment_green::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 100%;
	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;
	left: 99%;
	top: 50%;
	transform: translateY(-50%);
	border-left: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

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

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

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

.pl-box-a {
	margin-top: 20px;
}

.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 {
	padding-top: 20px;
}

.red {
	color: #dc143c !important;
}

.blue {
	color: #00bfff !important;
}

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

.maker_img-aa{
	margin: 0 auto;
	width: 150px;
	margin-bottom:10px;
}

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

.tex-left {
	text-align: left !important;
}

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

.rf01_pc { display: none;}

.skm_yhk { margin: 15px 0 30px 0;}



/* 2021/12/13 レンジフードページ 追記 */
.flex { display: flex;}

.txt_center { text-align: center;}

.exp_blue { 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;
}

.ar_deco {
	width: 100%;
	margin: 15px 0;
	border: solid 1px #00439e;
	flex-direction: column;
}

.ar_deco > div { padding: 15px 10px;}

.ar_deco > div:first-of-type {
	position: relative;
}

.ar_deco > div:first-of-type::after {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: 1px;
	bottom: 0px;
	left: 10px;
	background-color: #00439e;
}

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

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

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

.os_box { 
	text-align: center;
	flex-direction: column;
}

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

.range_inter > ol { padding: 10px;}

/* 2021/12/15 追記 */

.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 レンジフードページ修正 */
.flex { display: block;}

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

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

.case_wrap {
	/* width: calc(100% - 20px); */
	display: flex;
	/* flex-wrap: wrap; */
}

.case_wrap > h5 {margin: 0 0 10px 0;}

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

.casebox {
	width: calc((100% - 20px) /2);
	margin: 0 10px;
}

.casebox > div:first-of-type {margin-right: 0;}

.casebox > div:last-of-type {margin-left: 0;}

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

.case_container > div {position: relative;}

/* .case_container > div {width: calc((100% - 20px) /2);} */

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

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

.mrbt {margin-top: 40px;}


/* お取替えはこんなに簡単なんです！ */
.rangef_01 > div > p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.rangef_01 > div {position: relative;}

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

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

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

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

.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: -1px;
	transform: translate(0,-50%);
	font-size: 18px;
	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: 15px;
	left: 0;
	transform: translate(0,-50%);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border: solid 2px #91be1e;
	color: #fff;
	background-color: #91be1e;
}

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

.word_b {word-break: break-all;}






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

.wash01__wrapper {
	/* box-sizing: border-box; */
	overflow: hidden;
	max-width: 100%;
	margin-top: 15px;
}

.wash01__wrapper img {width: 100%;}

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

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

.txt__exp {
	width: 100%;
	margin-right: 0;
}

.sp__pt {text-align: center;}

.logo_ig02 img {width: 75%;}

.logo_ig02 img {width: 50%;}

.ig_03 {
	margin: 10px auto auto auto;
	text-align: center;
}

.ig_03 img {width: 63%;}

.ig_04 {margin-top: 20px;}

.wash__ann {font-size: 10px;}

.wash01_image {width: 100%;}

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

.owners_txt {font-size: 14px;}

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

.green_emp {color: #91BE1E;}

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

.wash_before,
.wash_after {position: relative;}

.wash_before {
	width: 90%;
	margin: 0 auto;
}

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

.wash_before::after {
	content: "";
	position: absolute;
	bottom: -4%;
	right: 42%;
	border-right: solid 25px transparent;
	border-bottom: solid 25px transparent;
	border-left: solid 25px #333;
	transform: rotate(-135deg);
}

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

.wash_after {
	width: 90%;
	margin: 50px auto 30px auto;
}

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

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

.customer__voice,
.customer__image {width: 100%}

.ct__cent {
	justify-content: start;
	margin-bottom: 20px;
}

.customer__voice {
	margin-right: 0px;
	margin-bottom: 30px;
}

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

.lt__mrg {margin-bottom: 20px;}