@charset "utf-8";
/*==================================================
	業務内容
==================================================*/
#service h3 {
	font-family: var(--font-hina);;
	font-weight: normal;
	font-size: 22px;
	border-bottom: 1px solid #695dc7;
	margin-bottom: 35px;
	padding: 15px 0;
}
#service h3 span {
	background: #695dc7 url("../img/bg-line-white.png") no-repeat left top;
	background-size: 40px;
	color: #fff;
	letter-spacing: 2px;
	padding: 15px 25px;
	margin-right: 25px;
}
#service div + div {
	margin-top: 100px;
}
#service .box_detail {
	align-items: flex-start;
}
#service .box_detail p {
	width: 50%;
	color: #333;
}
#service .box_detail img {
	display: block;
	width: 47%;
	object-fit: contain;
}
@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 h3 {
		font-size: 18px;
		padding: 0 0 15px 0;
		margin-bottom: 25px;
	}
	#service h3 span {
		display: block;
		background-size: 35px;
		margin: 0 0 15px 0;
	}
	#service div + div {
		margin-top: 80px;
	}
	#service .box_detail p {
		width: 55%;
	}
	#service .box_detail img {
		width: 43%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service h3 {
		text-align: center;
		margin-bottom: 15px;
	}
	#service h3 span {
		display: block;
	}
	#service .box_detail {
		display: block;
	}
	#service .box_detail p, 
	#service .box_detail img {
		width: 100%;
	}
}