@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#service .service ul {
	width: 840px;
}
#service .service ul li {
	position: relative;
	font-size: 18px;
	padding-left: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c9caca;
	margin-bottom: 20px;
}
#service .service ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #ff9900;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 0;
}
#service .service ul li:last-of-type {
	margin-bottom: 0;
}
#service .system > .txt {
	font-size: 18px;
	margin-bottom: 50px;
}
#service .system h4 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 30px;
}
#service .system .list {
	gap: 50px 0;
}
#service .system .box {
	width: 350px;
}
#service .system .box:last-of-type {
	width: 100%;
}
#service .system .box:last-of-type img {
	width: 840px;
	height: 290px;
	object-fit: cover;
	object-position: center 85%;
}
#service .system .box .img {
	margin-bottom: 20px;
	text-align: center;
}
#service .system .box .txt {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.4;
}
#service .system .box .txt .pri {
	font-size: 28px;
}
#service .policy ol {
	list-style: none;
	counter-reset: item;
}
#service .policy ol li {
	padding-left: 20px;
	font-size: 125%;
	position: relative;
	margin-bottom: 10px;
}
#service .policy ol li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: item;
	content: counter(item);
	color: #f47500;
	margin-right: 0.5em;
}
#service .policy ol li:last-of-type {
	margin-bottom: 0;
}
#service .policy .rit {
	font-size: 110%;
}
#service .policy .waku {
	margin-top: 50px;
	border: 1px solid #ff9900;
	padding: 50px;
	position: relative;
	min-height: 247px;
}
#service .policy .waku .txt {
	font-size: 20px;
	width: 670px;
}
#service .policy .waku .txt a {
	text-decoration: underline;
}
#service .policy .waku .img {
	position: absolute;
	right: 50px;
	top: 50px;
}
#service .cars .box .img {
	width: 560px;
}
#service .cars .box .info {
	width: 460px;
}
#service .cars .box .info dl {
	background: #fff;
	margin-bottom: 30px;
}
#service .cars .box .info dl:last-of-type {
	margin-bottom: 0;
}
#service .cars .box .info dl dt {
	background: #ff9900;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	padding: 5px 0;
}
#service .cars .box .info dl dd {
	position: relative;
	height: 103px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 45px;
	font-weight: 500;
}
#service .cars .box .info dl dd .day {
	position: absolute;
	right: 15px;
	bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}
#service .cars .fresh_system {
	margin-top: 80px;
}
#service .cars .fresh_system h3 {
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 5px;
}
#service .cars .fresh_system .waku {
	border: 1px solid #ff9900;
	padding: 50px;
}
#service .cars .fresh_system .waku p.txt {
	font-size: 25px;
	text-align: center;
	font-weight: 500;
}
#service .cars .fresh_system .waku p.txt .pri {
	font-size: 30px;
}
#service .safety .chks dl {
	border: 1px solid #d2d6de;
	width: 350px;
	position: relative;
	padding: 30px;
}
#service .safety .chks dl::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 28px;
	display: inline-block;
	background: url("../img/chk.png") no-repeat center / 100% auto;
}
#service .safety .chks dl dt {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
#service .safety .chks dl dd p {
	font-size: 125%;;
}
#service .msg .txt {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}
#service .msg .txt .pri {
	font-size: 30px;
}
@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 .service ul {
		width: 100%;
		margin-top: 30px;
	}
	#service .service ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 100%;
	}
	#service .service ul li::before {
		top: 12px;
	}
	#service .system > .txt {
		font-size: 110%;
		margin-bottom: 30px;
	}
	#service .system h4 {
		font-size: 30px;
	}
	#service .system .list {
		gap: 30px 0;
	}
	#service .system .box {
		width: 48%;
	}
	#service .system .box:nth-of-type(3) {
		margin: 0 auto;
	}
	#service .system .box .img {
		margin-bottom: 10px;
	}
	#service .system .box .txt {
		font-size: 18px;
	}
	#service .system .box .txt .pri {
		font-size: 20px;
	}
	#service .policy ol li {
		font-size: 110%;
	}
	#service .policy .waku {
		padding: 20px;
	}
	#service .policy .waku .txt {
		width: 100%;
		font-size: 18px;
	}
	#service .policy .waku .img {
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
	}
	#service .cars .box .img {
		width: 50%;
	}
	#service .cars .box .info {
		width: 49%;	
	}
	#service .cars .box .info dl {
		margin-bottom: 15px;
	}
	#service .cars .box .info dl dt {
		font-size: 20px;
	}
	#service .cars .box .info dl dd {
		height: auto;
		padding: 10px 15px 15px;
		font-size: 25px;
		display: block;
	}
	#service .cars .box .info dl dd .day {
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
		display: block;
		font-size: 16px;
	}
	#service .cars .fresh_system {
		margin-top: 40px;
	}
	#service .cars .fresh_system h3 {
		font-size: 30px;
	}
	#service .cars .fresh_system .waku {
		padding: 15px;
	}
	#service .cars .fresh_system .waku p.txt {
		font-size: 16px;
		text-align: left;
	}
	#service .cars .fresh_system .waku p.txt .pri {
		font-size: 23px;
	}
	#service .safety .chks dl {
		width: 32%;
		padding: 30px 15px 15px;
	}
	#service .safety .chks dl dt {
		font-size: 20px;
		line-height: 1.4;
	}
	#service .safety .chks dl dd p {
		font-size: 110%;
	}
	#service .msg .txt {
		font-size: 20px;
	}
	#service .msg .txt .pri {
		font-size: 25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service .system h4 {
		font-size: 20px;
	}
	#service .system .box {
		width: 100%;
		margin-bottom: 30px;
	}
	#service .system .box:nth-of-type(3) {
		margin-bottom: 30px;
	}
	#service .system .box .img img {
		width: 100%;
	}
	#service .system .box:last-of-type img {
		aspect-ratio: 3.5 / 2.7;
	}
	#service .policy .waku {
		padding: 15px;
	}
	#service .policy .waku .txt {
		font-size: 110%;
	}
	#service .cars .box .img {
		width: 100%;
		margin-bottom: 20px;
	}
	#service .cars .box .info {
		width: 100%;
	}
	#service .cars .fresh_system h3 {
		font-size: 23px;
	}
	#service .cars .fresh_system .waku p.txt .pri {
		font-size: 20px;
	}
	#service .safety .chks dl {
		width: 100%;
		margin-bottom: 30px;
	}
	#service .safety .chks dl dt {
		margin-bottom: 10px;
	}
	#service .msg .txt {
		font-size: 18px;
	}
	#service .msg .txt .pri {
		font-size: 21px;
	}
}