/* ================================
   コンテナ・セクション
================================ */

.inspection-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 0px 20px;
}

.inspection-section {
	margin: 0 0 70px 0;
	padding: 0 0 77px 0;
	border-bottom: 1px solid #ccc;
}

.inspection-section-noborder {
	margin: 0 0 70px 0;
	padding: 0;
}

/* ================================
   タイトル・本文
================================ */
h1 {
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 32px;
	line-height: 2.1;
}

h2 {
	margin-bottom: 25px;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
}

h2.copy {
	margin-bottom: 25px;
	letter-spacing: 0.08em;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.6;
}

h3 {
	margin-bottom: 26px;
	font-weight: bold;
	font-size: 20px;
}

.gothic-text-b {
	font-weight: bold;
}

.borderlink a {
	border-bottom: 1px solid #333;
}

/* ================================
   レイアウト
================================ */
.inspection-flex {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;

	gap: 40px;
}

.inspection-text {
	flex: 1;
	min-width: 320px;
}

.inspection-text p,
.inspection-box p {
	margin-bottom: 1.5em;
	line-height: 2;
}

.inspection-text p.borderline {
	margin: 0 0 70px 0;
	padding: 0 0 77px 0;
	border-bottom: 1px solid #ccc;
}

.inspection-image {
	flex-shrink: 0;
}

.inspection-image img {
	display: block;
	width: 520px;
	height: auto;
	border-radius: 0px;
}

.inspection-list {
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 2.37;
}

ul.inspection-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.inspection-list li::before {
	margin-right: 0;
	content: "・";
}

.inspection-list li {
	font-weight: bold;
}

.eventtLink .banner a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	color: #fff;
	background-image: url("../../inc/img/inspection/eventLink_bg.jpg");
	background-position: 50%;
	background-size: cover;
}

img.pconly {
	display: block;
}
img.sponly {
	display: none;
}

br.sponly {
	display: none;
}

/* ================================
   INDEXボックスほか
================================ */

.inspection-index {
	max-width: 330px;
	width: 100%;
	margin: 100px 0;
	padding: 30px;
	border-radius: 9px;
	text-align: left;
	background: #edf1f2;
}

.inspection-box {
	width: 100%;
	margin-top: -30px;
	padding: 35px 35px 18px 35px;
	border-radius: 0px;
	text-align: left;
	background: #edf1f2;
}

.inspection-index h3 {
	margin-bottom: 26px;
	letter-spacing: 0.15em;
	font-weight: 400;
	font-size: 20px;
}

.inspection-index ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inspection-index li {
	margin-bottom: 8px;
	font-size: 15px;
}

.inspection-index li::before {
	margin-right: 5px;
	color: #333;
	content: "▼";
	font-size: 10px;
}

.inspection-index li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.inspection-index li a:hover {
	text-decoration: underline;
}

/* ================================
   レスポンシブ
================================ */
@media (max-width: 768px) {
	.inspection-flex {
		flex-direction: column;

		gap: 20px;
	}

	.inspection-list {
		margin-bottom: 1.5em;
	}

	.inspection-list li,
	.inspection-index li {
		font-size: 14px;
	}

	.inspection-image img {
		width: 100%;
	}

	.inspection-index .inspection-box {
		max-width: 100%;
	}

	.inspection-index {
		padding: 24px;
	}

	.inspection-box {
		padding: 24px;
		font-size: 12px;
	}

	h2,
	h2.copy {
		font-size: 18px;
	}

	h3,
	.inspection-index h3 {
		font-size: 16px;
	}

	.inspection-text p {
		font-size: 14px;
	}

	img.pconly {
		display: none;
	}

	img.sponly {
		display: block;
	}

	br.sponly {
		display: block;
	}
}

/* =========================================================
 .eventLink
========================================================= */
.eventLink {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	.eventLink {
		padding: 40px 16px;
	}
}

/* 
 .eventLink .banner
========================================================= */
.eventLink .banner a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	color: #fff;
	background-image: url("../../inc/img/inspection/eventLink_bg.jpg");
	background-position: 50%;
	background-size: cover;
}

.eventLink .banner a:after {
	position: absolute;
	top: 50%;
	right: 40px;
	display: block;
	width: 10px;
	height: 10px;
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translate(-50%, -50%);
}

.eventLink .banner a h3 {
	margin: 0 0 0.2em;
	font-weight: normal;
	font-size: 26px;
}

@media screen and (max-width: 767px) {
	.eventLink .banner a h3 {
		font-size: 18px;
	}

	.eventLink .banner a p {
		text-align: center;
		font-size: 14px;
	}
}

/* 
 .eventLink .eventLink_Navi
========================================================= */
.eventLink .eventLink_Navi ul li a {
	position: relative;
	display: block;
	padding: 24px 48px;
	font-size: 20px;
	border-bottom: 1px solid #dfe4e5;
}

@media screen and (max-width: 767px) {
	.eventLink .eventLink_Navi ul li a {
		padding: 24px 32px;
		font-size: 14px;
	}
}

.eventLink .eventLink_Navi ul li a:after {
	position: absolute;
	top: 50%;
	left: 16px;
	display: block;
	width: 8px;
	height: 8px;
	content: "";
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	transform: rotate(45deg) translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
	.eventLink .eventLink_Navi ul li a:after {
		left: 0;
	}
}

/* =========================================================
 .inspection-section-noborder 内のバナー関連
========================================================= */
/* .inspection-section-noborder {
	padding: 40px;
	border-bottom: 1px dashed #fff;
	background-color: #edf1f2;
} */

.inspection-section-noborder .gothic-text-b {
	margin: 0 0 0.5em;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.inspection-section-noborder .gothic-text-b {
		font-size: 14px;
	}
}

.inspection-section-noborder .inspection-text p {
	line-height: 2;
}

.inspection-section-noborder .banner {
	margin: 40px 0 0;
	padding: 24px;
	background-color: #dfe4e5;
}

.inspection-section-noborder .banner h3 {
	display: flex;
	align-items: center;
	margin: 0 0 0.2em;
}

.inspection-section-noborder .banner h3 .icon {
	margin: 0 0.5em 0 0;
}

.inspection-section-noborder .banner .bannerImage {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.inspection-section-noborder .banner .bannerImage {
		display: block;
	}
}

.inspection-section-noborder .banner .bannerImage .text {
	position: relative;
	margin: 0 0 0 40px;
	font-weight: bold;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.inspection-section-noborder .banner .bannerImage .text {
		margin: 8px 0;
		text-align: center;
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.inspection-section-noborder .banner .bannerImage .text::before,
	.inspection-section-noborder .banner .bannerImage .text::after {
		position: absolute;
		display: block;
		width: 55px;
		height: 1px;
		content: "";
		background-color: #4d4d4d;
	}

	.inspection-section-noborder .banner .bannerImage .text::before {
		top: 0;
		left: 0;
		transform: translate(-24px, -8px) rotate(-15deg);
	}

	.inspection-section-noborder .banner .bannerImage .text::after {
		bottom: 0;
		left: 0;
		transform: translate(-24px, 8px) rotate(15deg);
	}
}
