@charset "utf-8";


#page_title {
	background-image:url(../img/page_title_bg.png);
}

/*===============================================================

head_link

=================================================================*/
#head_link {
	width:94%;
	max-width:1000px;
	margin:3rem auto 0;
}

#head_link .nav_wrap {
	display: flex;
	flex-wrap:wrap;
	gap: 20px;
}


/*===============================================================

catch

=================================================================*/

.container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

.column .container {
	overflow:hidden;
}

.column h2 {
	display:table;
	font-size:2rem;
	font-weight:bold;
	margin:0 auto;
	margin-bottom:3rem;
	padding-bottom:0.5rem;
	border-bottom:6px solid #FFF972;
	color:#4E4E4E;
}

.column ul:not(.col2) {
	display:table;
	margin:0 auto;
}

.column ul:not(.col2) li + li {
	margin-top:1rem;
}

.column ul.col2 {
	background:#F2EFEF;
}

.column ul li {
	background:#F2EFEF;
	position:relative;
	padding:0.8rem 1rem;
}

.column ul:not(.col2) li:after {
	display:block;
	content:'';
	width:100vh;
	height:100%;
	background:#F2EFEF;
	position:absolute;
	top:0;
	left:100%;
	z-index:-1;
}

.column ul:not(.col2) li:before {
	display:block;
	content:'';
	width:100vh;
	height:100%;
	background:#F2EFEF;
	position:absolute;
	top:0;
	right:100%;
	z-index:-1;
}

a.pdf {
	display:inline-block;
	padding-left:24px;
	position:relative;
	color:#D07572;
	text-decoration:underline;
}

a.pdf:before {
	display:inline-block;
	content:'';
	width:18px;
	height:22px;
	background:url(../img/icon_pdf.png) center no-repeat;
	background-size:cover;
	position:absolute;
	top:2px;
	left:0;
}

a.pdf:hover {
	opacity:0.8;
}

a.xlsx {
	display:inline-block;
	padding-left:24px;
	position:relative;
	color:#6AA771;
	text-decoration:underline;
}

a.xlsx:before {
	display:inline-block;
	content:'';
	width:18px;
	height:22px;
	background:url(../img/icon_xlsx.png) center no-repeat;
	background-size:cover;
	position:absolute;
	top:2px;
	left:0;
}

a.xlsx:hover {
	opacity:0.8;
}

a.ai {
	display:inline-block;
	padding-left:24px;
	position:relative;
	color:#B4943D;
	text-decoration:underline;
}

a.ai:before {
	display:inline-block;
	content:'';
	width:18px;
	height:22px;
	background:url(../img/icon_ai.png) center no-repeat;
	background-size:cover;
	position:absolute;
	top:2px;
	left:0;
}

a.ai:hover {
	opacity:0.8;
}

#file01 .col2 {
	width:100%;
	max-width:510px;
	margin:0 auto;
	margin-top:2rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	position:relative;
}

#file01 .col2:after {
	display:block;
	content:'';
	width:100vh;
	height:100%;
	background:#F2EFEF;
	position:absolute;
	top:0;
	left:100%;
	z-index:-1;
}

#file01 .col2:before {
	display:block;
	content:'';
	width:100vh;
	height:100%;
	background:#F2EFEF;
	position:absolute;
	top:0;
	right:100%;
	z-index:-1;
}

#file01 .col2 li {
	width:50%;
}

#file01 .col2 + .col2 {
	margin-top:1rem;
}


#file02 h3 {
	padding:0.5em 1em;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

#file02 .hall01 h3 {
	background:#ECC15B;
}

#file02 .hall02 h3 {
	background:#61B2ED;
}

#file02 .electricity h3 {
	background:#BAD137;
}

#file02 .guide h3 {
	background:#3D82B4;
}

#file02 dl,
#file03 dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	margin-top:3rem;
}

#file02 dl dt,
#file03 dl dt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
	width:30%;
	background:#F2EFEF;
}
#file02 dl dd,
#file03 dl dd {
	width:calc( 70% - 0.5rem );
}

#file02 dd .col2,
#file03 dd .col2 {
	width:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
}

#file02 dd .col2 + .col2,
#file03 dd .col2 + .col2 {
	margin-top:0.5rem;
}

#file02 .guide ul,
#file03 .guide ul {
	margin-top:3rem;
}

.column .caption {
	font-size:1.4rem;
	display:table;
	margin:0 auto;
	margin-top:1rem;
}

.column .cap_wrap {
	display:table;
	margin:0 auto;
	margin-top:1rem;
}

.column .cap_wrap p {
	font-size:1.4rem;
}

#file04 .caption a {
	color: #004DA0;
    text-decoration: underline;
	font-size: inherit;
}
@media screen and (max-width:600px){
	.column ul li a {
		font-size:1.4rem;
	}
	#file01 .col2 li {
		width:100%;
	}
	
	#file01 .col2 li + li {
		border-top:1px dotted #fff;
	}
	
	a.pdf:before,
	a.xlsx:before,
	a.ai:before {
		width:14px;
		height:17px;
	}
}

@media screen and (max-width:480px){
	#file02 dl,
	#file02 .guide ul,
	#file03 dl,
	#file03 .guide ul  {
		margin-top:2rem;
	}
	#file02 dl dt,
	#file03 dl dt {
		font-size:1.4rem;
	}
	#file02 dd .col2 li,
	#file03 dd .col2 li {
		width:100%;
	}
	.column .caption,
	.column .cap_wrap p {
		font-size:1.2rem;
	}
	
}