@charset "UTF-8";
#service .service_main_content {
	margin-bottom: 80px;
}

#service .service_main_content:last-child {
	margin-bottom: 0;
}

#service .service_sub_content {
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	padding: 30px;
}

#service .service_sub_content.img_only {
	border: none;
	padding: 0;
}

@media print, screen and (min-width: 768px) {
	/*PCのみ*/
#service .service_sub_content .service_content_inner{
	display: flex;
}
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#service .service_sub_content {
		padding: 16px;
	}
	#service .service_sub_content.img_only {
		padding: 0;
	}
}

#service .service_sub_content:last-child {
	margin-bottom: 0;
}

#service .service_sub_content .txt,
#service .service_sub_content .img {
}

#service .service_sub_content .no_img .txt,
#service .service_sub_content .no_txt .img {
	width: auto;
}

#service .service_sub_content .img {
	width: 270px;
	min-width: 270px;
	margin-left: 40px;
}

#service .service_sub_content .img img {
	width: 100%;
	height: auto;
}

#service .service_sub_content .no_txt .img {
	margin-left: 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#service .service_sub_content .txt,
	#service .service_sub_content .img {
		width: auto;
	}
	#service .service_sub_content .txt+.img {
		margin-top: 14px;
	}
	#service .service_sub_content .img {
		text-align: center;
		margin-left: 0;
	}
}




/* ============================================================
カスタマイズ
============================================================ */
#service #main h2 {
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	}
#service .common_donyu em {
	color: #e47023;
	font-weight: 700;
	}

#service .service_main_content {
	width: 100%;
	margin: 0 auto 60px;
	border: none;
	}
#service .service_main_content h3 {
	padding-left: 72px;
	position: relative;
	color: #e47023;
	font-weight: 700;
	letter-spacing: 0.02em;
	}
#service .service_main_content h3::before {
	width: 56px;
	height: 56px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(../../common/img/icn_house.png) no-repeat 0 0 / contain;
	content: '';
	}
#service .service_sub_content {
	background-color: #fff;
	border: none;
	}
#service .service_sub_content .txt {
	line-height: 2;
	}
#service .service_sub_content .txt em {
	color: #e47023;
	font-weight: 700;
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#service #main_content {
		max-width: 1020px;
		}
	#service #main h2 {
		font-size: 30px;
		}
	#service .common_donyu {
		font-size: 16px;
		}
	#service .common_donyu em {
		font-size: 17px;
		}
	#service .service_main_content h3 {
		font-size: 28px;
		}
	#service .service_main_content h3 span {
		font-size: 20px;
		}
	#service .service_sub_content {
		padding: 60px;
		border-radius: 30px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#service #main h2 {
		font-size: 24px;
		}
	#service .common_donyu {
		margin-bottom: 36px;
		font-size: 14px;
		}
	#service .common_donyu em {
		font-size: 15px;
		}
	#service .service_main_content h3 {
		font-size: 21px;
		}
	#service .service_main_content h3 span {
		font-size: 15px;
		}
	#service .service_sub_content {
		padding: 42px 9%;
		margin-top: 24px;
		border-radius: 15px;
		}
	#service .service_sub_content .txt {
		font-size: 14px;
		}
	#service .service_sub_content .txt+.img {
		margin-top: 24px;
		}

} /* end ＞767 */
