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


/* =============================================
 common上書き
============================================= */
.section-header{
	padding-bottom: 25px;
	background: transparent url(../img/bg_top.png) center top no-repeat;
}


/* =============================================
 header
============================================= */
.header-title{
	position: relative;
	max-width: 1000px;
	width: 100%;
	padding-top: 57px;
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
.memory{
	padding: 0;
	margin: 0;
	position: absolute;
	background: transparent url(../img/icon_66th.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 130px;
	height: 97px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	left: 100px;
}
.logo{
	padding-top: 2%;
	margin: 0 auto;
	width: 450px;
}
.header-txt1,
.header-txt2{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 70.1%;
	height: 0;
	padding-top: 12.9%;
	margin: 0 auto;
}
.header-txt1{
	background: transparent url(../img/txt1.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.header-txt2{
	background: transparent url(../img/txt2.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.line{
	display: block;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: relative;
	margin: 10px auto;
}
.line:after{
	content: "";
	clear: both;
	display: block;
	background: transparent url(../../common/img/deco_line.png) center center repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	margin-top: 8px;
}
@media screen and (max-width:1000px) { 
	.header-title{
		padding-top: 5.8%;
	}
	.memory{
		width: 14%;
		left: 9%;
	}
	.logo{
		width: 46%;
	}
}
@media screen and (max-width:640px) { 
	.header-title{
		padding-top: 0;
	}
	.memory{
		width: 21%;
		left: 0;
	}
	.logo{
		width: 76%;
	}
	.header-txt1,
	.header-txt2{
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 100%;
		height: 0;
		padding-top: 18.333%;
		margin: 0 auto;
	}


}


/* =============================================
 main
============================================= */
.main{
	position: relative;
	max-width: 100%;
	width: 100%;
	padding: 20px 0;
	z-index: 2;
}

/* -------------------------------------------
 box
------------------------------------------- */
.box_wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 0;
}
.box{
	position: relative;
	display: inline-block;
	width: 32%;
	vertical-align: top;
	background: #fff;
	box-shadow:0 0 7px -1px #787d78;
	-moz-box-shadow:0 0 7px -1px #787d78;
	-webkit-box-shadow:0 0 7px -1px #787d78;
	font-size: 0.9rem;
	padding: 0;
	margin: 0 0 2.5% 2%;
}
.box a:hover{
	opacity: 0.7;
}
.box_none{
	background: #f9c22e;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	padding-bottom: 3%;
}
.box_wrap .box:nth-child(3n-2){
	margin-left: 0;
}
.box a{
	display: block;
	text-decoration: none;
	color: #000;
}
.box:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
}
.box-title {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.box-title img{
	width: 100%;
}
.box-img{
	position: relative;
	display: block;
	width: 90%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	line-height: 0;
	margin-bottom: 5%;
}
.box-img:before{
	content: "";
	position: absolute;
	display: block;
	clear: both;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}
.box-img:after{
	content: "";
	position: absolute;
	display: block;
	clear: both;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;

}
.box-txt{
	margin: 0;
	padding: 0 5% 5%;
}
.logo_wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1%;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo_wrap img{
	width: 33%;
}
.logo_collabo img{
	width: 38%;
}
.logo_wrap img+img{
	float: right;
	margin-right: 3px;
}
.txt_place{
	font-weight: bold;
}
.box-link{
	text-align: center;
	padding: 5% 0;
	width: 90%;
	display: block;
	margin: 0 auto 5%;
	background: #e4007f;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.box-link p{
	margin: 0;
	padding: 0;
	color: #fff;
}

@media screen and (max-width:1040px) {
	.box_wrap{
		width: 98%;
	}
}
@media screen and (max-width:640px) { 
	.box_wrap{
		width: 100%;
	}
	.box{
		width: 47%;
		margin: 0 0 5% 2%;
	}
	.box_wrap .box:nth-child(3n-2){
		margin: 0 0 5% 2%;
	}
	.box_none{
		display: none;
	}

}
@media screen and (max-width:380px) { 
	.box_wrap{
		width: 100%;
	}
	.box{
		display: block;
		width: 90%;
		margin: 0 auto 5%;
	}
	.box_wrap .box:nth-child(3n-2){
		margin: 0 auto 5%;
	}
	.box_none{
		display: none;
	}

}




/* =============================================
 contact
============================================= */
.section-contact{
	display: block;
	clear: both;
	padding: 60px 0 30px 0;
	position: relative;
	top: -20px;
}
.section-contact p{
	margin: 0;
	padding: 0;
}
.section-contact span{
	display: inline-block;
	padding: 10px 15px;
	color: #e4007f;
	border: 1px solid #e4007f;
	margin-right: 10px;
}


/* =============================================
 side
============================================= */
.side {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	font-size: 0;
}
.side-contents{
	background: #fff;
	display: block;
	clear: both;
	width: 98.214%;
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 600px;
}
.side-contents_wrap{
	padding: 20px;
	border: 1px solid #e9ebee;
	border-top: 0;
}

.side-title {
	line-height: 0;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

.side-news,
.side-access{
	vertical-align: top;
	display: inline-block;
	margin: 0 2% 0 0;
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 90%;	
	font-size: 1rem;
}

.side-access{
	margin-right: 0;
}
@media screen and (max-width:640px) { 
	.side-news,.side-access{
		display: block;
		margin: 0 auto;
		width: 95%;
		max-width: 540px;
	}
	.side-contents{
		min-height: 0;
	}
	.side-news{
		margin-bottom: 20px;
		min-height: 600px;
	}

}
</pre></body></html>