@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#service .list {
	margin-top: 100px;
}
#service .box {
	margin-bottom: 100px;
	position: relative;
}
#service .box .img {
	text-align: right;
}
#service .box:nth-of-type(even) .img {
	text-align: left;
}
#service .box .img img {
	border-radius: 20px;
}
#service .box .info {
	width: 600px;
	background: rgba(255,255,255,0.9);
	padding: 25px 50px 50px;
	position: absolute;
	top: 50px;
	left: 0;
	border-radius: 10px;
}
#service .box:nth-of-type(even) .info {
	left: auto;
	right: 0;
}
#service .box .info .maru {
	position: absolute;
	left: 30px;
	top: -20px;
	width: 94px;
	height: 94px;
	padding-top: 14px;
	background : #B4E100;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-family: var(--font-en);
	font-size: 20px;
}
#service .box .info .maru .no {
	font-size: 40px;
}
#service .box .info h4 {
	font-size: 45px;
	font-weight: 800;
	padding-left: 90px;
	margin-bottom: 30px;
}
#service .box .info .txt {
	color: #798082;
	line-height: 1.8;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#service .box:first-of-type {
		min-height: 460px;
	}
}
@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 {
		margin-bottom: 50px;
	}
	#service .box .img {
		text-align: center;
		width: 80%;
		margin: 0 auto 30px;
	}
	#service .box .info {
		position: relative;
		top: 0;
		padding: 15px 25px 25px;
		width: 100%;
	}
	#service .box .info .maru {
		width: 60px;
		height: 60px;
		font-size: 16px;
		padding-top: 15px;
		line-height: 1;
		left: 20px;
	}
	#service .box .info .maru .no {
		font-size: 20px;
	}
	#service .box .info h4 {
		font-size: 22px;
		padding-left: 70px;
		margin-bottom: 15px;
	}
	#service .box .info h4 br {
		display: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service .list {
		margin-top: 30px;
	}
	#service .box .img {
		width: 100%;
	}
	#service .box .info {
		padding: 15px;
	}
	#service .box .info .maru {
		left: 15px;
	}
	#service .box .info h4 {
		font-size: 18px;
	}
}