@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#service .list {
	margin-top: 80px;
}
#service .box {
	position: relative;
	min-height: 230px;
	margin-bottom: 80px;
}
#service .box:last-of-type {
	margin-bottom: 0;
}
#service .box:not(:last-of-type)::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 100%;
	background: #ebf0f3;
	left: 173px;
	bottom: -80px;
}
#service .box .info {
	padding-left: 400px;
}
#service .box .info .ttl {
	margin-bottom: 30px;
	font-size: 35px;
	color: var(--color-primary);
	letter-spacing : 7px;
}
#service .box .info .ttl .maru {
	display: inline-block;
	width: 76px;
	height: 76px;
	border: 1px solid var(--color-secondary);
	color: var(--color-secondary);
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	letter-spacing : 0;
	margin-right: 20px;
	line-height: 1.4;
	padding-top: 15px;
}
#service .box .info .ttl .maru .no {
	font-size: 20px;
}
#service .box .info .img {
	position: absolute;
	left: 0;
	top: 0;
}
@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 .list {
		margin-top: 50px;
	}
	#service .box {
		min-height: 165px;
		margin-bottom: 50px;
	}
	#service .box:not(:last-of-type)::before {
		width: 6px;
		left: 128px;
		bottom: -50px;
	}
	#service .box .info .img {
		width: 250px;
	}
	#service .box .info {
		padding-left: 280px;
	}
	#service .box .info .ttl {
		font-size: 25px;
		margin-bottom: 15px;
		letter-spacing: 5px;
	}
	#service .box .info .ttl .maru {
		width: 50px;
		height: 50px;
		padding-top: 8px;
		font-size: 13px;
		margin-right: 15px;
		line-height: 1.2;
	}
	#service .box .info .ttl .maru .no {
		font-size: 17px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service .box {
		min-height: unset;
	}
	#service .box:not(:last-of-type)::before {
		display: none;
	}
	#service .box .info {
		padding-left: 0;
	}
	#service .box .info .ttl {
		font-size: 22px;
	}
	#service .box .info .img {
		position: relative;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
}