@charset "UTF-8";

.intro_box > p:nth-of-type(1) {
	margin: 0 0 60px;
}

.intro_box > p:nth-of-type(2) {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 0 0 30px;
}

.intro_box > p:nth-of-type(2)::before {
	content: "\f0e0";
	font-family: Font Awesome\ 5 Free;
	color: #014099;
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 5px 0 0;
}

.intro_box > p:nth-of-type(3) {
	margin: 0 0 60px;
}

.intro_box > div {
	max-width: 500px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 3px 0 rgba(235, 230, 77, 100%);
	margin: 0 auto 30px;
}

.intro_box > div > p:nth-of-type(1) {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}

.intro_box > div > p:nth-of-type(1) span {
	color: #f46038;
}

.maintenance_box > div {
	word-break: break-all;
}

.maintenance_box > div:nth-of-type(1) {
	max-width: 800px;
	margin: 0 auto 60px;
}

.maintenance_box > div:nth-of-type(1) > p:nth-of-type(1) {
	max-width: 600px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border: 5px solid #f46008;
	padding: 20px;
	margin: 0 auto;
}

.maintenance_box > div:nth-of-type(2),
.maintenance_box > div:nth-of-type(3) {
	max-width: 800px;
	border: 1px solid #cbdcec;
	padding: 10px;
	margin: 0 auto 60px;
}


.maintenance_box > div:nth-of-type(n+4) {
	max-width: 800px;
	height: 300px;
	border: 1px solid #cbdcec;
	overflow-y: scroll;
	padding: 10px;
	margin: 0 auto 60px;
}

.maintenance_box > div:last-of-type {
	margin: 0 auto 30px;
}

.maintenance_box > div > table {
	width: 100%;
	line-height: 1.5;
	background: #cbdcec;
}

.maintenance_box > div > table th,
.maintenance_box > div > table td {
	border: 1px solid #cbdcec;
	padding: 10px;
}

.maintenance_box > div > table th {
	width: 25%;
	background: #f7fbff;
}

.maintenance_box > div > table td {
	width: 75%;
	background: #fff;
}

.maintenance_box > div > table tr:nth-of-type(1) th {
	color: #fff;
	text-align: center;
	background: #185aa9;
}

.maintenance_box > p {
	margin: 0 0 60px;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {

	.intro_box > div > p:nth-of-type(1) span {
		display: block;
	}

	.maintenance_box > div > table th,
	.maintenance_box > div > table td {
		font-size: 1.2rem;
	}
}
