@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#service .box {
	background: #fff;
	padding: 50px 40px;
	width: 48%;
	border-radius: 30px;
	margin-bottom: 50px;
}
#service .box .img {
	margin-bottom: 30px;
}
#service .box dt {
	font-size : 35px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
	line-height: 1.5em;
}
#service .box dt::before {
	content: "";
	background: url("../img/service/icon01.png") no-repeat center/100%;
	width: 29px;
	height: 37px;
	position: absolute;
	top: 10px;
	left: 0;
}
#service .box dd {
	font-size: 115%;
}
#service .machine_box::before {
	background: #06b5ee;
}
#service .machine_box::after {
	content: "MACHINE";
	font-size : 124px;
	color : #fff;
	opacity : 0.2;
	position: absolute;
	top: -80px;
	left: 0;
	font-family: var(--font-racing);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#service .machine_box .white_box {
	background: #fff;
	border: 10px solid #e6f7fd;
	border-radius: 30px;
	padding: 50px;
	position: relative;
}
#service .machine_box .white_box::before {
	content: "";
	background: url("../img/service/icon01.png") no-repeat center/100%;
	width: 29px;
	height: 37px;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
}
#service .machine_box .white_box .box_in {
	width: 48%;
	margin-bottom: 50px;
}
#service .machine_box .white_box .box_in:last-of-type,#service .machine_box .white_box .box_in:nth-last-of-type(2) {
	margin-bottom: 0;
}
#service .machine_box .white_box .box_in .img {
	width: 100%;
}
#service .machine_box .white_box .box_in dt {
	font-size : 35px;
	font-weight: 600;
	text-align: center;
}
#service .machine_box .white_box .box_in dd {
	font-size : 115%;
	text-align: center;
}
@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 .box {
		padding: 20px;
		border-radius: 20px;
	}
	#service .box dt {
		font-size: 20px;
		margin-bottom: 15px;
		padding-left: 25px;
	}
	#service .box dt::before {
		width: 20px;
		height: 27px;
		top: 5px;
	}
	#service .box .img {
		margin-bottom: 15px;
	}
	#service .machine_box .white_box {
		padding: 20px;
	}
	#service .machine_box .white_box .box_in dt {
		font-size: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service .box {
		width: 100%;
		margin-bottom: 15px;
	}
	#service .box dt::before {
		top: 2px;
	}
	#service .box dd {
		font-size: 100%;
	}
	#service .machine_box::after {
		font-size: 50px;
		top: -30px;
		z-index: -1;
	}
	#service .machine_box .white_box {
		padding: 15px;
		border: 5px solid #e6f7fd;
	}
	#service .machine_box .white_box::before {
		width: 19px;
		height: 27px;
		top: -20px;
	}
	#service .machine_box .white_box .box_in {
		width: 100%;
		margin-bottom: 30px;
	}
	#service .machine_box .white_box .box_in dt {
		font-size: 120%;
	}
	#service .machine_box .white_box .box_in dd {
		font-size: 100%;
	}
	#service .machine_box .white_box .box_in:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
}