@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#service .txt {
	font-size: 125%;
}
#service .msg {
	position: relative;
}
#service .msg .txt.b {
	font-size: 24px;
}
#service .msg .ico {
	position: absolute;
	right: 0;
	bottom: 0;
}
#service .treatment {
	position: relative;
}
#service .treatment::before {
	background: #f4f5f4;
}
#service .treatment .img {
	position: absolute;
	right: 0;
	top: 120px;
}
#service .treatment .img img {
	border-radius: 20px;
}
#service .treatment ul {
	width: 595px;
	margin: 30px 0;
}
#service .treatment ul li {
	width: 280px;
	font-size: 20px;
	border: 1px solid #5cac75;
	border-radius: 10px;
	padding: 6px 0 6px 15px;
	margin-left: 5px;
	margin-bottom: 25px;
	font-weight: 500;
	background: #fff;
	position: relative;
}
#service .treatment ul li::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--color-secondary);
	z-index: 1;
}
#service .about {
	color: #fff;
}
#service .about::before {
	background: url("../img/service/bg.jpg") no-repeat center / cover;
}
#service .about .in::before, #service .about .in::after {
	height: 1px;
	background: #fff;
	top: -95px;
}
#service .about .in::after {
	top: auto;
	bottom: -95px;
}
#service .about h3.sub02 {
	margin-bottom: 40px;
}
#service .about .txt {
	font-weight: 500;
	font-size: 125%;
	line-height: 1.9;
}
@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, #service .about .txt	 {
		font-size: 120%;
	}
	#service .msg .txt.b {
		font-size: 20px;
	}
	#service .txt:last-of-type {
		padding-right: 120px;
	}
	#service .msg .ico img {
		width: 100px;
	}
	#service .treatment .img {
		position: relative;
		top: auto;
		text-align: center;
		margin-top: 30px;
	}
	#service .treatment .img img {
		width: 300px;
	}
	#service .treatment ul {
		margin: 30px auto 0;
	}
	#service .treatment ul li {
		font-size: 18px;
	}
	#service .about .in::before {
		top: -45px;
	}
	#service .about .in::after {
		bottom: -45px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service .txt, #service .about .txt	 {
		font-size: 110%;
	}
	#service .msg {
		padding-bottom: 0;
	}
	#service .msg .txt.b {
		font-size: 18px;
	}
	#service .txt:last-of-type {
		padding-right: 0;
	}
	#service .msg .ico {
		position: relative;
		right: auto;
		text-align: center;
		margin-top: 10px;
	}
	#service .msg .ico img {
		width: 80px;
	}
	#service .treatment ul{
		width: 100%;
	}
	#service .treatment ul li {
		margin: 0 auto 10px;
		padding: 3px 0 3px 15px;
		font-size: 16px;
	}
	#service .about .in::before {
		top: -35px;
	}
	#service .about .in::after {
		bottom: -35px;
	}
	#service .about .txt.kome {
		margin-left: 1em;
		text-indent: -1em;
	}
}