@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.spot-heading02{
	font-size: clamp(25px, 2.7vw, 35px);
	line-height: 1.2;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(16px,2vw,20px);
	font-weight: bold;
	text-align: center;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
	color:var(--accent-color2);
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		text-align: left;
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: left;
	padding-left: clamp(10px,7vw,70px);
	/*padding-right: 10px;*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 0.5vw;
	font-weight: 400;
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,60px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--accent-color1);
	opacity: 0.3;
	transform: rotate(-8deg);
	z-index: 2;
}
.spot__heading03 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0.5vw;
}

/**/
.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--main-color);
	border-left: 2px solid var(--accent-color1);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--accent-color1);
	bottom:-10px;
	right:-10px;
}


.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 7px 3px 7px;
	margin: 0px 5px 5px 0px;
	background-color: #fff;
	border: 1px solid #82ae63;
	color:#333;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 15px auto;
}
/**/
.kukuri2 p{
	font-size: clamp(13px, 1.3vw, 15px);
	line-height: 1.4;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 700;
	background: linear-gradient(to right, #063286, #3bb084);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 1.5rem auto 0.3rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--main-color);
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 600;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*header*/
.mr20{
	margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
	.mr20{
		margin-right: 0px;
	}
}
/*印刷用*/
@media print{
	.mr20{
		margin-right: 20px;
	}
}

/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}


/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: clamp(35px,3vw,50px);
	margin-bottom: clamp(1px,1.5vw,20px);
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px,2.7vw,30px);
	/*font-family: "Zen Kaku Gothic New", serif;*/
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	margin: 0 auto;
	font-size: clamp(35px,9vw,60px);
	text-align: center;
	top: -1.0em;

font-family: "Parisienne", cursive;
font-weight: 400;
font-style: normal !important;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	opacity: 0.5;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*各文字色*/
/*LPガス・ガス器具*/
.cp01{
	color: #9b5356a3;
}
.cp01dark{
	color: #804a4c;
}
/*住宅設備機器販売・修理*/
.cp02{
	color: #ead84cd4;
}
.cp02dark{
	color: #a8981d;
}
/*水道設備工事*/
.cp03{
	color: #76bcc8cf;
}
.cp03dark{
	color: #67afbb;
}
/*農業機械販売・修理*/
.cp04{
	color: #91c161cc;
}
.cp04dark{
	color: #659535;
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
}
/**/
p.grp2{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400 !important;
	margin-top: 1em;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/**/
.sec-pr {
	padding: 20px 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.c-p01{
	color: #59918e;
}
/**/
p.grp3{
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}
/**/
.deccheck{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0;
	/*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);*/
	border-radius:7px;
	line-height: 1.3;
	text-indent: -0.7em;
	padding-left: 2em;
	background-color: rgba(242, 242, 242, 0.9);
}
/**/
.fa-hand-point-up::before {
	margin-right: 10px;
	color: var(--accent-color2);
}
.b1{
	background-color: rgba(235, 242, 221, 0.6);
}

/*ブリッジ*/
.bridge-top1 {
	padding: clamp(15px, 2vw, 30px) 0;
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.bridge-top1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0025519e;
}


/*画面半分体裁デザインのところ*/
/*LPガス・ガス器具*/
.sec1{
	padding: 0;
	background-image: url(../img/sec1_bg01.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　隙間用*/
.sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
}
/*右カラム　文字用*/
.sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec1{
		padding: 0;
		background-image: url(../img/sec1_bg01sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	.sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec1-container-item1 { grid-area: display: none; }
	.sec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}

/*住宅設備機器販売・修理*/
.sec2{
	padding: 0;
	background-image: url(../img/sec2_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.sec2-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 60px 70px;
	background-color: rgba(102, 86, 0, 0.6);

}
/*右カラム　隙間用*/
.sec2-container-item4 {
	grid-area: 1 / 2 / 2 / 3;
}
/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec2{
		padding: 0;
		background-image: url(../img/sec2_bg01sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	.sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec2-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(102, 86, 0, 0.4);}
	.sec2-container-item4 { display: none; }
}
/*水道設備工事*/
.sec3{
	padding: 0;
	background-image: url(../img/sec3_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　隙間用*/
.sec3-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
}
/*右カラム　文字用*/
.sec3-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec3{
		padding: 0;
		background-image: url(../img/sec3_bg01sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	.sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec3-container-item1 { grid-area: display: none; }
	.sec3-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}

/*農業機械販売・修理*/
.sec4{
	padding: 0;
	background-image: url(../img/sec4_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec4-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.sec4-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 60px 70px;
	background-color: rgba(0, 70, 31, 0.6);

}
/*右カラム　隙間用*/
.sec4-container-item4 {
	grid-area: 1 / 2 / 2 / 3;
}
/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec4{
		padding: 0;
		background-image: url(../img/sec4_bg01sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	.sec4-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec4-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(0, 70, 31, 0.3);}
	.sec4-container-item4 { display: none; }
}



/*装飾*/
.box-h {
	position: relative;
	padding: 0.3em 1em 0.5em 1em;
	margin: 0 0 15px 0;
	top: 0;
}
.box-h:before{ 
	position: absolute;
	top: 0;
	left: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-left: dotted 2px var(--accent-color3);
	border-top: dotted 2px var(--accent-color3);
	border-bottom: dotted 2px var(--accent-color3);
}
.box-h:after{ 
	position: absolute;
	top: 0;
	right: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-right: dotted 2px var(--accent-color3);
	border-top: dotted 2px var(--accent-color3);
	border-bottom: dotted 2px var(--accent-color3);
}
.box-h p{
	color: #fff;
	font-size: clamp(19px, 2.0vw, 23px);
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
}
p.exp-p3 {
	font-size: clamp(14px, 1.5vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
/*各bg色*/
/*LPガス・ガス器具*/
.bhbg01{
	background: #9b5356a3;
}
/*住宅設備機器販売・修理*/
.bhbg02{
	background: #ead84cd4;
}
/*水道設備工事*/
.bhbg03{
	background: #76bcc8cf;
}
/*農業機械販売・修理*/
.bhbg04{
	background: #91c161cc;
}

/*会社概要 info*/
.info_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.bg_b {
	background: rgba(255, 255, 255, 0.75);
	padding: 40px;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 20px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px 10px 37px;
	width: 10em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 22px;
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px;
	box-sizing: border-box;
	width: calc((100% - 10em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(157, 157, 157, 0.15);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*印刷用*/
@media print{

}

/* ／　リスト */
ul.bus-li {
	font-family: "Zen Kaku Gothic New", serif;
}
ul.bus-li li{
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.bus-li li::after{
	content: " / ";
}
ul.bus-li li:last-child::after{
	content: none;
}
@media (max-width: 767px) {
	ul.bus-li li::after{
		content: none;
	}
	ul.bus-li li {
		display:block;
		width: 100%;
		line-height: 1.4;
	}
}


/*アクセス*/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fff;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: "Zen Kaku Gothic New", serif;
	box-sizing: border-box;
	font-size: clamp(16px, 1.7vw, 17px);
}
table.actab tr {
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(1) {
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px 5px 5px;
	width: 9em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px 3px 5px;
		width: 100%;
		background-color: #cccccc3d;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 5px;
		width: 99%;
	}
}
/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 5px;
	display: inline-block;
	vertical-align: middle;
}
.f-awesome_icon02 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 3px;
	display: inline-block;
	vertical-align: middle;
}








/*======= LPガス・ガス器具ページ ======*/
/**/
.lp-gas-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*業務内容*/
.lp-gas-sec2 {
	padding: var(--v-space3) 0;
	background-color: #ecdede5e;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.lp-gas-sec2-card_item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 20px;
	align-items: start;
}
@media only screen and (max-width: 778px) {
	.lp-gas-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.lp-gas-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 20px;
		align-items: start;
	}
}
/**/
.lp-gas-sec2-card_item div.waku{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 15px 0px;
	/*ここまで*/

	background: #ffffff;
	padding: 15px 25px 25px 25px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	align-items: start;
}
.lp-gas-sec2-card_item H3{
	font-size: clamp(18px,2vw,22px);
	font-weight: bold;
	color: #444;
	font-family: "Zen Kaku Gothic New", serif;
	border-bottom: 2px solid #ccb1b1;
	padding-bottom: 3px;
	box-sizing: border-box;
}
.lp-gas-sec2-card_item i{
	font-size: clamp(18px,3vw,25px);
	margin-right: 8px;
	color: #ccb1b1;
	width: fit-content;
	text-align: center;
}
.lp-gas-sec2-card_item p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.5;
}

/*2つ*/
.general-item-container2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px;
	margin: 0;
}
/*ブリッジ*/
.bridge-lp-gas1 {
	padding: clamp(15px, 2vw, 30px) 0;
	background-color: #fff;
	position: relative;
}
.bridge-lp-gas1 p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.5;
}

/*画面半分体裁デザインのところ*/
/*安心の定期点検・入れ替え体制*/
.safety-checks_sec{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.safety-checks_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.safety-checks_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.safety-checks_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1068px) {
	.safety-checks_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.safety-checks_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.safety-checks_sec-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.safety-checks_sec-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定*/
.safety-checks_sec-bg01{
	background-image: url(../img/safety-checks_sec_img01.jpg);
	background-position: center;
}


/*画面半分体裁デザインのところ*/
/*現場に応じた柔軟なガス設備工事*/
.custom_sec{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.custom_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.custom_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}
/*右カラム　画像用*/
.custom_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*可変対応*/
@media only screen and (max-width: 1068px) {
	.custom_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.custom_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.custom_sec-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.custom_sec-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.custom_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.custom_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
.custom_sec-bg01{
	background-image: url(../img/custom_sec_img01.jpg);
	background-position: center;
}


/*地域密着の強みを活かしたスピード対応*/
.sub1 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub1.jpg);
	background-size: cover;
	background-position: bottom left;
	background-repeat: no-repeat;
}
h3.heading-sub{
	font-size: clamp(25px, 2.5vw, 30px);
	line-height: 1.3;
	font-weight: normal;
	display: block;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
}
h3.heading-sub span{
	color: #ffef00;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
p.subp{
	font-size: clamp(14px, 1.5vw, 15px);
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.bgfit{
	background-color: rgb(0, 51, 102, 0.8);
	width: fit-content;
	padding: 20px;
}









/*======= 住宅設備機器販売修理ページ ======*/
/**/
.home-equ-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*業務内容*/
.home-equ-sec2 {
	padding: var(--v-space3) 0;
	background-color: #dcd49740;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.home-equ-sec2-card_item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 20px;
	align-items: start;
}
@media only screen and (max-width: 1278px) {
	.home-equ-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 778px) {
	.home-equ-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.home-equ-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 20px;
		align-items: start;
	}
}
/**/
.home-equ-sec2-card_item div.waku{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 15px 0px;
	/*ここまで*/

	background: #ffffff;
	padding: 15px 25px 25px 25px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	align-items: start;
}
.home-equ-sec2-card_item H3{
	font-size: clamp(18px,1.8vw,22px);
	font-weight: bold;
	color: #444;
	font-family: "Zen Kaku Gothic New", serif;
	border-bottom: 2px solid #ddd27e;
	padding-bottom: 3px;
	box-sizing: border-box;
}
.home-equ-sec2-card_item i{
	font-size: clamp(18px,3vw,25px);
	margin-right: 8px;
	color: #ddd27e;
	width: fit-content;
	text-align: center;
}
.home-equ-sec2-card_item p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.5;
}

/*画面半分体裁デザインのところ*/
/*取付修理*/
.repair_sec{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.repair_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.repair_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.repair_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1068px) {
	.repair_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.repair_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.repair_sec-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.repair_sec-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定*/
.repair_sec-bg01{
	background-image: url(../img/repair_sec_img01.jpg);
	background-position: center;
}


/*画面半分体裁デザインのところ*/
/*アフターフォロー*/
.ass_sec{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.ass_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.ass_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}
/*右カラム　画像用*/
.ass_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*可変対応*/
@media only screen and (max-width: 1068px) {
	.ass_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.ass_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.ass_sec-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.ass_sec-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.ass_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.ass_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
.ass_sec-bg01{
	background-image: url(../img/ass_sec_img01.jpg);
	background-position: center;
}
/*地域密着で暮らしをサポート*/
.sub2 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}








/*======= 水道設備工事ページ ======*/
/**/
.plumbing-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*業務内容*/
.plumbing-sec2 {
	padding: var(--v-space3) 0;
	background-color: #9fccd338;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.plumbing-sec2-card_item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 20px;
	align-items: start;
}
@media only screen and (max-width: 778px) {
	.plumbing-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.plumbing-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 20px;
		align-items: start;
	}
}
/**/
.plumbing-sec2-card_item div.waku{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 15px 0px;
	/*ここまで*/

	background: #ffffff;
	padding: 15px 25px 25px 25px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	align-items: start;
}
.plumbing-sec2-card_item H3{
	font-size: clamp(18px,2vw,22px);
	font-weight: bold;
	color: #444;
	font-family: "Zen Kaku Gothic New", serif;
	border-bottom: 2px solid #75abb3;
	padding-bottom: 3px;
	box-sizing: border-box;
}
.plumbing-sec2-card_item i{
	font-size: clamp(18px,3vw,25px);
	margin-right: 8px;
	color: #75abb3;
	width: fit-content;
	text-align: center;
}
.plumbing-sec2-card_item p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.5;
}


/*画面半分体裁デザインのところ*/
/*配管設置*/
.p-installation_sec{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.p-installation_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.p-installation_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.p-installation_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1068px) {
	.p-installation_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.p-installation_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.p-installation_sec-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.p-installation_sec-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定*/
.p-installation_sec-bg01{
	background-image: url(../img/p-installation_sec_img01.jpg);
	background-position: center;
}


/*画面半分体裁デザインのところ*/
/*水道トラブル*/
.p-trouble_sec{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.p-trouble_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.p-trouble_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}
/*右カラム　画像用*/
.p-trouble_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*可変対応*/
@media only screen and (max-width: 1068px) {
	.p-trouble_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.p-trouble_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.p-trouble_sec-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.p-trouble_sec-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.p-trouble_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.p-trouble_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
.p-trouble_sec-bg01{
	background-image: url(../img/p-trouble_sec_img01.jpg);
	background-position: center;
}


/*地域密着で暮らしをサポート*/
.sub3 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bgfit2{
	background-color: rgba(24, 58, 0, 0.8);
	width: fit-content;
	padding: 20px;
}









/*======= 農業機械販売修理ページ ======*/
/**/
.agri-machinery-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*業務内容*/
.agri-machinery-sec2 {
	padding: var(--v-space3) 0;
	background-color: #d2e6bf3d;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.agri-machinery-sec2-card_item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 20px;
	align-items: start;
}
@media only screen and (max-width: 1278px) {
	.agri-machinery-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 778px) {
	.agri-machinery-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.agri-machinery-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 20px;
		align-items: start;
	}
}
/**/
.agri-machinery-sec2-card_item div.waku{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 15px 0px;
	/*ここまで*/

	background: #ffffff;
	padding: 15px 25px 25px 25px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	align-items: start;
}
.agri-machinery-sec2-card_item H3{
	font-size: clamp(18px,1.8vw,22px);
	font-weight: bold;
	color: #444;
	font-family: "Zen Kaku Gothic New", serif;
	border-bottom: 2px solid #82a066;
	padding-bottom: 3px;
	box-sizing: border-box;
}
.agri-machinery-sec2-card_item i{
	font-size: clamp(18px,3vw,25px);
	margin-right: 8px;
	color: #82a066;
	width: fit-content;
	text-align: center;
}
.agri-machinery-sec2-card_item p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.5;
}


/*画面半分体裁デザインのところ*/
/*産業用・農業用機械*/
.machinery_sec{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.machinery_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.machinery_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.machinery_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 50px;
}

/*可変対応*/
@media only screen and (max-width: 1068px) {
	.machinery_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.machinery_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.machinery_sec-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.machinery_sec-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定*/
.machinery_sec-bg01{
	background-image: url(../img/machinery_sec_img01.jpg);
	background-position: center right;
}

/*テーブル*/
table.comdisp tr:nth-child(odd){
	background: #ccdbbc78;
}
table.comdisp th{
	font-size: clamp(13px, 1.3vw, 16px);
	width: 7em;
	text-align: left;
	border-bottom: 1px solid #769755;
	padding: 4px 1px 0px 5px;
}
@media only screen and (max-width: 868px) {
	table.comdisp th{
		font-size: 15px;
	}
}
table.comdisp td{
	border-bottom: 1px solid #769755;
	padding: 4px 0px 0px 5px;
}




/*画面半分体裁デザインのところ*/
/*取扱メーカー*/
.support_sec{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*半分*/
.support_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.support_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}
/*右カラム　画像用*/
.support_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*可変対応*/
@media only screen and (max-width: 1068px) {
	.support_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.support_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.support_sec-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.support_sec-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.support_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.support_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
.support_sec-bg01{
	background-image: url(../img/support_sec_img01.jpg);
	background-position: center;
}


/*定期的な点検・修理*/
.agri-machinery-sec3 {
	padding: var(--v-space3) 0 0 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*メンテナンスの流れ*/
.agri-machinery-sec4 {
	padding: 0 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/*地域密着で暮らしをサポート*/
.sub4 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub4.jpg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}










