<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}
/* =====================================
	全体設定
===================================== */
@media screen and (min-width: 768px) {
header nav ul li:nth-child(5):before {
	border-top: 2px solid #828282;
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: -4px;
}
header nav ul li:nth-child(5) a {
	color: #828282;
}
}
@media screen and (max-width: 767px) {
}
/* =====================================
	header
===================================== */
@media screen and (min-width: 1441px) {
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
	

}

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

@media (min-width: 768px) {

#contents {
	width: 100%;
	padding: 100px 0 0 0;
	
}
#contents h2 {
	text-align: center;
}
#contents h2 .en {
	display: block;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 50px;
	letter-spacing: 0.04em;
	line-height: 1.0;
	color: #ed171f;
}
#contents h2 .jp {
	display: block;
	margin-bottom: 110px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1;
}
.closed {
	margin: -20px 0 90px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	
}
.require {
	width: 880px;
	margin: 0 auto 150px;
}
.require h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #ed171f;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.0;
	color: #ed171f;
}
.require &gt; table {
	width: 100%;
	border-collapse: collapse;
}
.require &gt; table &gt; tbody &gt; tr &gt; th {
	box-sizing: border-box;
	width: 190px;
	padding: 40px 20px;
	color: #ed171f;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
}
.require &gt; table &gt; tbody &gt; tr &gt; td {
	box-sizing: border-box;
	padding: 40px 0;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
}
.require &gt; table &gt; tbody &gt; tr:last-child &gt; th {
	border-bottom: none;
}
.require &gt; table &gt; tbody &gt; tr:last-child &gt; td {
	border-bottom: none;
}

.require table tbody tr td table {
	vertical-align: top;
}
.require table tbody tr td table th {
	padding: 0 25px 35px 0; 
	vertical-align: top;
}
.require table tbody tr td table td {
	padding: 0 0 35px 0; 
	vertical-align: top;
	
}
.require table tbody tr td table.in01 th {
}
.require table tbody tr td table.in01 td {
}




}

@media (max-width: 767px) {
	#contents {
		margin: 0 auto;
		padding: calc(80/750*100%) 0 0 0;
		
	}
	#contents h2 {
		text-align: center;
	}
	#contents h2 .en {
		display: block;
		margin-bottom: calc(20/750*100vw);
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: normal;
		font-size: calc(75/750*100vw);
		letter-spacing: 0.04em;
		line-height: 1.0;
		color: #ed171f;
	}
	#contents h2 .jp {
		display: block;
		margin-bottom: calc(40/750*100vw);
		font-weight: 500;
		font-size: calc(30/750*100vw);
		letter-spacing: 0.1;
	}
	.closed {
		margin: calc(100/750*100vw) 0 calc(140/750*100vw);
		font-size: calc(39/750*100vw);
		font-weight: bold;
		line-height: 1.0;
		text-align: center;
		
	}
	
	.require {
		padding: 0 calc(60/750*100vw) calc(200/750*100%);
		margin: 0;
	}
	.require h3 {
		padding-bottom: calc(20/750*100vw);
		border-bottom: calc(2/750*100vw) solid #ed171f;
		font-size: calc(39/750*100vw);
		font-weight: bold;
		line-height: 1.0;
		color: #ed171f;
	}
	.require &gt; table {
		width: 100%;
		border-collapse: collapse;
	}
	.require &gt; table &gt; tbody &gt; tr &gt; th {
		box-sizing: border-box;
		width: calc(200/750*100vw);
		padding: calc(30/750*100vw) 0;
		color: #ed171f;
		font-weight: bold;
		vertical-align: top;
		border-bottom: calc(2/750*100vw) solid #f0f0f0;
	}
	.require &gt; table &gt; tbody &gt; tr &gt; td {
		box-sizing: border-box;
		padding: calc(30/750*100vw) 0;
		vertical-align: top;
		border-bottom: calc(2/750*100vw) solid #f0f0f0;
	}
	.require &gt; table &gt; tbody &gt; tr:last-child &gt; th {
		border-bottom: none;
	}
	.require &gt; table &gt; tbody &gt; tr:last-child &gt; td {
		border-bottom: none;
	}
	
	.require table tbody tr td table {
		vertical-align: top;
	}
	.require table tbody tr td table th {
		display: block;
	}
	.require table tbody tr td table td {
		display: block;
	}
	.require table tbody tr td table tr:first-child td {
		margin-bottom: calc(45/750*100vw);
	}
	.require table tbody tr td table.in01 th {
	}
	.require table tbody tr td table.in01 td {
	}

}
/* =====================================
	footer
===================================== */
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}
</pre></body></html>