@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#radiation .bg_gray::after {
	content: "RADIATION ROOM";
	position: absolute;
	right: calc(((100vw - 100%) / 2) * -1);
	top: -35px;
	color: #fff;
	font-size: 85px;
	font-family: var(--font-com);
}
#radiation .inspection .box {
	position: relative;
	margin-bottom: 90px;
}
#radiation .inspection .box:last-of-type {
	margin-bottom: 0;
}
#radiation .inspection .box:nth-of-type(even) {
	min-height: 404px;
}
#radiation .inspection .box:nth-of-type(3) {
	min-height: 398px;
}
#radiation .inspection .box .in {
	width: 585px;
}
#radiation .inspection .box:nth-of-type(even) .in {
	width: 700px;
	margin-left: auto;
}
#radiation .inspection .box h4.sub {
	border-color: #f7f7f7;
}
#radiation .inspection .box .img {
	position: absolute;
	top: 0;
	right: 0;
}
#radiation .inspection .box:nth-of-type(even) .img {
	right: auto;
	left: 0;
}
#radiation .inspection .box .img.maru img {
	border-radius: 20px;
}
@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) {  /* タブレット以下 */
	#radiation .bg_gray::after {
		font-size: 50px;
		top: -21px;
	}
	#radiation .inspection .box {
		margin-bottom: 50px;
	}
	#radiation .inspection .box:nth-of-type(even) {
		min-height: 35vw;
	}
	#radiation .inspection .box:nth-of-type(3) {
		min-height: 30vw;
	}
	#radiation .inspection .box .img {
		width: 35%;
	}
	#radiation .inspection .box:nth-of-type(even) .img {
		width: 30%;
	}
	#radiation .inspection .box .in {
		width: 61%;
	}
	#radiation .inspection .box:nth-of-type(even) .in {
		width: 66%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#radiation .bg_gray::after {
		font-size: 25px;
		top: -10px;
	}
	#radiation .inspection .box .in, #radiation .inspection .box:nth-of-type(even) .in {
		width: 100%;
	}
	#radiation .inspection .box .img {
		position: relative;
		margin: 0 auto 15px;
		width: 50%;
	}
	#radiation .inspection .box:nth-of-type(even) .img {
		width: 50%;
	}
}