<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.imgwrap {
	line-height: 0;
}
@media only screen and (max-width: 768px) {
	.imgwrap {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: -5px;
	}
}

.linkbtn {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.linkbtn li {
	width: 48%;
}
.linkbtn li a {
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4dabbf;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	border-radius: 8px;
}
.linkbtn li a span {
	position: relative;
	padding-left: 18px;
}
.linkbtn li:nth-of-type(1) a span::before {
	content: "";
	display: inline-block;
	width: 39px;
	height: 31px;
	background-image: url("../common/images/icn_pc.svg");
	position:absolute;
	top: 0px;
	left: -30px;
}
.linkbtn li:nth-of-type(2) a span::before {
	content: "";
	display: inline-block;
	width: 47px;
	height: 27px;
	background-image: url("../common/images/icn_peple.svg");
	position:absolute;
	top: 0px;
	left: -35px;
}
.linkbtn li a span::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../common/images/icn_link.svg");
	position:absolute;
	top: 6px;
	right: -23px;
}
.linkbtn li a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 768px) {
	.linkbtn {
		display: block;
		padding: 15px 0;
	}
	.linkbtn li {
		width: 100%;
	}
	.linkbtn li:nth-of-type(n+2) {
		margin-top: 5px;
	}
	.linkbtn li a {
		height: 50px;
		font-size: 20px;
		border-radius: 6px;
	}
}

/* 開催形式について */
.ev-about-wrap {
	
}
.ev-about-wrap h2 {
	background-color: #25616d;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 6px 15px 4px;
}
.ev-about-wrap .line-inner {
	border: #25616d solid 1px;
	padding: 14px 18px;
}
.ev-about-wrap .line-inner h3 {
	color: #25616d;
	font-size: 18px;
	font-weight: 500;
	border-bottom: #25616d solid 1px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.ev-about-wrap .line-inner p {
	font-size: 14px;
	line-height: 1.4em;
}
.ev-about-wrap .line-inner p:nth-of-type(n+2) {
	padding-top: 12px;
}
@media only screen and (max-width: 768px) {
	.ev-about-wrap .line-inner {
		padding: 10px 16px;
	}
	.ev-about-wrap .line-inner h3 {
		font-size: 16px;
		line-height: 1.3em;
	}
}


/* 最新情報 */
.new-wrap {

}
.new-wrap h2 {
	font-size: 20px;
	font-weight: 500;
	color: #0a4384;
	margin-top: 25px;
	position: relative;
	padding-bottom: 5px;
	border-bottom: #a5a5a5 solid 1px;
}
.new-wrap h2 span {
	color: #000;
	padding-left: 20px;
}
.new-wrap h2:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 20%;
	height: 1px;
	content: '';
	background: #0a4384;
}

.new-wrap .box3 {
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	padding: 15px;
	border: #a5a5a5 solid 1px;
}

.new-wrap .newsbox {
	width: 100%;
	overflow: hidden;
	overflow: auto;
	height: 650px;
}
.new-wrap dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: justify;
	font-size: 14px;
	line-height: 1.4em;
}
.new-wrap dl dt,
.new-wrap dl dd {
	padding-top: 14px;
	padding-bottom: 14px;
}
.new-wrap dl dt:nth-of-type(n+2),
.new-wrap dl dd:nth-of-type(n+2) {
	border-top: #a5a5a5 dotted 1px;
}
.new-wrap dl dt {
	display: flex;
	align-items: flex-start;
	width: 125px;
}
.new-wrap dl dd {
	width: calc(100% - 125px);
	line-height: 1.3em;
}
@media screen and (max-width: 768px) {
	.new-wrap dl {
		display: block;
	}
	.new-wrap dl dt,
	.new-wrap dl dd {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.new-wrap dl dt {
		padding-top: 10px;
		padding-bottom: 4px;
	}
	.new-wrap dl dd {
		padding-bottom: 10px;
	}
	.new-wrap dl dt:nth-of-type(n+2),
	.new-wrap dl dd:nth-of-type(n+2) {
		border-top: none;
	}
	.new-wrap dl dd {
		border-bottom: #a5a5a5 dotted 1px;
	}
	.new-wrap dl dt {
		display: block;
	}
	.new-wrap dl dd {
		width: 100%;
	}
}

.banner {
	padding-top: 30px;
}
.banner h3 {
	font-weight: 500;
	padding-bottom: 2px;
	position: relative;
}
.banner h3::before {
	content: "■";
	color: #0a4384;
	font-size: 100%;
}
.banner ul {
	display: flex;
	justify-content: space-between;
}
.banner ul li {
	width: 32%;
}</pre></body></html>