@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#service .txt {
	font-size: 112%;
	line-height : 35px;
}
#service h3.sub {
	margin-bottom: 80px;
}
#service h4.sub {
	background: #fff;
	font-size: 35px;
	color: #179342;
	font-weight: 600;
	padding: 15px 25px;
	margin: 40px 0 20px;
}
#service h4.sub02 {
	font-size: 35px;
	color: #179342;
	font-weight: 600;
	padding-right: 1em;
}
#service .flex_box .img {
	width: 411px;
	margin-top: 20px;
}
#service .flex_box .txt_box {
	width: 650px;
}
#service .grid_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 24%);
	gap: 10px 0;
}
#service .grid_box .box .txt_box {
	background: #fff;
	padding: 15px;
	font-size : 32px;
	color : #179342;
	text-align: center;
	font-weight: 600;
}
#service .flex_box .txt_box dl:not(:last-of-type) {
	margin-bottom: 30px;
}
#service .flex_box .txt_box dt {
	background: #fff;
	font-size : 35px;
	color : #179342;
	font-weight: 600;
	padding: 15px 25px;
	margin-bottom: 20px;
}
#service .w_box .box {
	width: 48%;
}
#service .w_box .box .img {
	margin-bottom: 30px;
}
#service .w_box .box ul {
	margin-top: 30px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
#service .w_box .box li {
	width: 49%;
	background: #fff;
	padding: 25px;
	font-size: 112%;
	line-height : 35px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#service .w_box .box li.lh {
	line-height: 25px;
}
#service .w_box .box li.w_full {
	width: 100%;
}
/*取り扱い商品リスト*/
#service .box_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 48%);
}
#service .list {
	background: #fff;
	padding: 0.5em 0.5em;
	margin-bottom: 10px;
}
#service .list li {
	position: relative;
	font-size: 112%;
	padding-left: 1.5em;
}
#service .list li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #179342;
	top: 10px;
	left: 10px;
	border-radius: 50%;
}
#service .attention {
	padding: 0.5em 0;
	font-size: 112%;
}
/*特約店*/
#service .box_dealer {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 15px 25px;
	margin-top: 40px;
}
#service .box_dealer h4.sub02 {
	padding-right: 1em;
}
/*生コン部門*/
#service .small .img {
	margin-top: 0;
}
#service .small h3 {
	font-size: 40px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#service .txt {
		font-size: 100%;
		line-height : 1.8em;
	}
	#service  h3.sub {
	margin-bottom: 30px;
	}
	#service h4.sub {
		font-size: 135%;
		padding: 15px;
		margin: 30px 0 20px;
	}
	#service h4.sub02 {
		font-size: 135%;
		padding-right: 1em;
	}
	#service .flex_box .img {
		width: 35%;
		margin-top: 0;
	}
	#service .flex_box .img img {
		height: 100%;
		object-fit: cover;
	}
	#service .flex_box .txt_box {
		width: 60%;
	}
	#service .grid_box .box .txt_box {
		font-size: 125%;
		padding: 15px 5px;
	}
	#service .flex_box .txt_box dt {
		font-size: 135%;
		padding: 15px;
	}
	#service .w_box .box ul {
		gap: 5px;
	}
	#service .w_box .box li {
		width: 100%;
		padding: 15px;
		font-size: 98%;
		line-height: 1.8em;
	}
	/*取り扱い商品リスト*/
	#service .list li {
		font-size: 100%;
		padding-left: 1em;
	}
	#service .attention {
		padding: 0;
		font-size: 100%;
	}
	#service .list li::before {
		left: 2px;
	}
	/*特約店*/
	#service .box_dealer {
		padding: 15px;
		margin-top: 30px;
	}
	#service .box_dealer h4.sub02 {
		padding-right: 1em;
	}
	/*生コン部門*/
	#service .small .img {
		margin-top: 0;
	}
	#service .small h3 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service h4.sub {
		font-size: 115%;
		padding: 10px;
		margin: 20px 0 15px;
	}
	#service h4.sub02 {
		font-size: 115%;
	}
	#service .flex_box .img,#service .img_sp {
		width: 80%;
		margin: 0 auto 20px;
	}
	#service .flex_box .txt_box {
		width: 100%;
	}
	#service .grid_box {
		display: flex;
		flex-wrap: wrap;
	}
	#service .grid_box .box {
		width: 48%;
		margin-bottom: 10px;
	}
	#service .grid_box .box .txt_box {
		font-size: 100%;
		padding: 10px;
	}
	#service .flex_box .txt_box dt {
		font-size: 115%;
		padding: 10px;
	}
	#service .flex_box .txt_box dl {
		margin-bottom: 30px;
	}
	#service .w_box .box {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#service .w_box .box li {
		padding: 10px;
	}
	/*取り扱い商品リスト*/
	#service .box_list {
		display: block;
	}
	/*特約店*/
	#service .box_dealer {
		padding: 10px;
		margin: 20px 0 80px;
	}
	/*生コン部門*/
	#service .small h3 {
		font-size: 20px;
	}
}