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

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */

body {
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 16px;
  color: #2F333C;
  background: #fff;
}

a {
  color: #0F9FFF;
}

h1,h2,h3{
	margin:0;
}



/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
html, body {
    margin: 0 auto;   
    height: 100%;
}
header {
    width: 100%;
    background-color: #1667da;
    padding:20px 0;
	margin-top:-24px;
}

#inner{
	max-width:1080px;
	width:100%;
	margin:0 auto;
}

header h1{
  display:block;
  color: #fff;
  font-size: 1.8em;
  text-align:center;
}


header h1:before{
  content: "";
  width: 89px;
  height:42px;
  display: inline-block;
  background: url(../images/preopen_logo.png) no-repeat;
  margin-bottom:-12px;
}


/* ------------------------------------------------- *
 *        sec01
 * ------------------------------------------------- */


#sec01{
  margin: 30px 0 50px 0;
  width:100%;
}

#sec01 h2{
  display:block;
  color: #2F333C;
  font-size: 1.6em;
  text-align:center;
	margin-bottom: 30px;
}

.about{
	padding:30px;
	background:#d9efff;
}

.abouttitle{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto 30px auto;
}

.abouttitle .moonico{
	margin-right:18px;
	height:60px;
}

.abouttitle .moonico img{
	height:100%;
}


.abouttitle h3{
	font-size:1.4em;
}

.timechart{
	background:#fff;
	padding:30px 0;
	width:100%;
	text-align:center;
	margin-top:30px;
}

.timechart img{
	width:100%;
	max-width:800px;
	margin:0 auto;
}

.txt{
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}

.noentrytxt{
	text-align:center;
	margin-top: 10px;
}

.copy{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin:10px auto 20px auto;
}

.copy .txt{
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

.copy .txt span{
	color:#FB2063;
	text-decoration:underline;
}

.copy img{
	margin-left:15px;
}

/* ------------------------------------------------- *
 *        sec02
 * ------------------------------------------------- */


#sec02{
  margin: 50px 0 50px 0;
}

#sec02 h2{
  display:block;
  color: #000;
  font-size: 1.6em;
  text-align:center;
  margin-bottom: 30px;
}

.tab{
	width:100%;
	display:flex;
	line-height:1.2;
}

.tab a{
	text-decoration:none;
	display:block;
	color:#868F95;
}

.tab .active{
	background: linear-gradient(#fbee54 0%, #fcd02b 100%);
	width:100%;
	position:relative;
}

.tab .active h3{
	color:#2F333C;
	padding:15px;
	font-size:1.6em;
	text-align:center;
	font-weight:bold;
}


.tab .passive{
	background: #CFD9E0;
	width:50%;
	position:relative;
}

.tab .passive h3{
	color:#868F95;
	padding:15px;
	font-size:1.6em;
	text-align:center;
	font-weight:400;
}

.tab span.number{
	font-size:0.8em;
}

.caution{
  position: relative;
  margin-top: 1.4em;
  padding: 15px 20px;
  border: 2px solid #2F333C;
  border-radius:10px;
  width: calc(100% - 140px);
  margin: 0 auto 30px auto;
}

.caution .caption{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4em;
  padding: 0 1em;
  margin: 0;
  background-color: #f7ff83;
  transform: translateY(-50%) translateX(1em);
}

.caution .caption:before{
  content: "";
  width: 30px;
  height:30px;
  display: inline-block;
  background: url(../images/caution_ico.svg) no-repeat;
  margin-right: 7px;
  margin-bottom: -5px;
}

.caution ul{
	line-height:1.5;
}

.caution ul li{
	list-style-type:decimal;
}




#sec02 .content{
	background:#f7ff83;
	padding:50px 0;
}

#sec02 .content.sokuji{
	background:#9cffbb;
}

#sec02 .content div.des{
	text-align:left;
	padding:10px 0px 30px;
	margin:0 auto;
	width:calc(100% - 80px);
    font-size:1.7em;
}

#sec02 .content div.eight{
	padding:0px 40px 30px;
	margin-top:-20px;
}


/***** sub01 *****/

#sec02 .content .sub01 h3.sub01heading, #sec02 .content .sub02 h3.sub02heading{
	background:#4b56eb;
	padding:30px 20px;
	border-radius:8px;
	margin-left:10px;
	color:#fff;
	margin:0 40px;
	width: calc(100% - 120px);
    text-align: center;
    
}

#sec02 .content .sub02 h3.sub02heading{
	margin-top:20px;
font-size: 2em;
}

#sec02 .content .sub01 h3{
	font-size:1.4em;
	padding:0px 40px 0px;
	color:#2F333C;
	text-align:left;
	margin:0 0 5px 20px;
}

#sec02 .content .sub01 h3 span{
	color:#fcee54;
	text-decoration:underline;
}

#sec02 .content .sub01 .des span{
	color:#FB2063;
}

#sec02 .content .sub01 .vote_imp{
	background:#fff;
	padding:10px 0;
	width:calc(100% - 80px);
	margin:0 auto;
}

#sec02 .content .sub01 .vote_imp h3{
	background:#fff;
	text-align:center;
	margin-bottom:30px;
}

#sec02 .content .sub01 .vote_imp .schedule{
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
#sec02 .content .sub01 .vote_imp .schedule img{
	width:100%;
}


/***** sub02 *****/


#sec02 .content .sub02 h3{
	font-size:1.4em;
	padding:0px 40px 0px;
	color:#2F333C;
	text-align:left;
	margin:30px 0 5px 0;
}

#sec02 .content .sub02 .money{
	background:#fff;
	padding:30px 0;
	width:calc(100% - 80px);
	margin:0 auto 10px auto;
}

#sec02 .content .sub02 .money h3{
	text-align:center;
	margin-bottom:30px;
	margin-top:0;
}

#sec02 .content .sub02 .money h3.sokuji{
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
}

#sec02 .content .sub02 .money .change{
	max-width:600px;
	width:100%;
	margin:0 auto;
}
#sec02 .content .sub02 .money .change img{
	width:100%;
}

#sec02 .content .sub02 .des span{
	color:#FB2063;
	text-decoration:underline;
}


/***** sub03 *****/


#sec02 .content .sub03 .step3easy{
	background:#fff;
	padding:30px 0;
	width:calc(100% - 80px);
	margin:0 auto;
	font-weight:bold;
	text-align:center;
}

#sec02 .content .step3easy h3{
	text-align:center;
	margin-bottom:30px;
}

#sec02 .content .step3easy h3.wantvote{
	color:#FB2063;
	background:linear-gradient(transparent 60%, #ff6 60%);
	display:inline;
	font-size:1.4em;
}

#sec02 .content .sub03 .step3easy .complete{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}

#sec02 .content .sub03 .step3easy .complete span.fontred{
	color:#FB2063;
}

#sec02 .content .sub03 .step3easy .complete span.underline{
    background: linear-gradient(transparent 60%, #ff6 60%);
}

#sec02 .content .sub03 .step3easy .complete .kumahon02{
	margin-right:15px;
}

#sec02 .content .sub03 .step3easy .arrowico{
	width:30px;
	margin:12px auto 0 auto;
}

#sec02 .content .sub03 .step3easy .complete h3{
	text-align:left;
	margin:0;
}


#sec02 .content .sub03 .step3easy .register_btn{
	margin:40px 0 20px 0;
	text-align:center;
}

#sec02 .content .sub03 .step3easy .register_btn a{
	text-decoration:none;
	transition: 0.5s;
}
#sec02 .content .sub03 .step3easy .register_btn a:hover{
	opacity:0.5;
}

#sec02 .content .sub03 .step3easy .register_btn h2{
	text-align:center;
	padding:15px 70px;
	border-radius: 30px;
	background: linear-gradient(#f7ff5f 0%, #ffd94c 10.44%, #ffc55c 43.46%, #ff7654 100%);
	box-shadow: 3px 3px 6px rgba(255, 152, 18, 0.56);
	color:#fff;
	display:inline;
	text-shadow: 1px 1px 3px #ff9156;
}

#sec02 .content .sub03 .step3easy .register_btn h2:after{
	content: "";
	width: 21px;
	height:20px;
	display: inline-block;
	background: url(../images/register_btn_arrow.svg) no-repeat;
	margin-left:15px;
	margin-bottom:-3px;
	
}

#sec02 .content .sub03 .mnbanner{
	text-align:center;
	margin-top:30px;
}

#sec02 .content .sub03 .mnbanner img{
	width:100%;
	max-width:560px;
}


/***** sub04 *****/


#sec02 .content .sub04 .pat2{
	display:flex;
	width:calc(100% - 80px);
	margin:50px auto 0 auto;
	flex-wrap:wrap;
}

#sec02 .content .sub04 .pat2 .one{
	background:#fff;
	padding:30px 0;
	width:calc(50% - 10px);
	margin-right:10px;
}

#sec02 .content .sub04 .pat2 .one h3{
	text-align:center;
	font-weight:bold;
}

#sec02 .content .sub04 .pat2 .one .memoico{
	width:100px;
	margin:30px auto 0 auto;
}

#sec02 .content .sub04 .pat2 .one ul {
	padding:10px 10px 0 10px ;
}

#sec02 .content .sub04 .pat2 .one ul li{
	list-style-type:none;
}

#sec02 .content .sub04 .pat2 .one span{
	color:#FB2063;
	padding:10px;
	display:block;
}

#sec02 .content .sub04 .pat2 .two{
	background:#fff;
	padding:30px 0;
	width:calc(50% - 10px);
	margin-left:10px;
}

#sec02 .content .sub04 .pat2 .two h3{
	text-align:center;
	font-weight:bold;
}

#sec02 .content .sub04 .pat2 .two .bankico{
	width:85px;
	margin:30px auto 15px auto;
}

#sec02 .content .sub04 .pat2 .two .banklist{
	padding:10px;
}


/***** contact *****/


#sec02 .content .contact h2{
	font-size:1.6em;
	padding:0px 40px 0px;
	color:#2F333C;
	text-align:center;
	margin:50px 0 30px 0;
}

#sec02 .content .contact .telephone{
	background:#fff;
	padding:30px;
	border-radius:10px;
	border: 3px solid #cfd9e0;
	display:block;
	text-align:left;
	margin:0 auto;
	box-sizing:border-box;
	width:calc(100% - 80px);
	display:flex;
	flex-direction:column;
	justify-content:center;
}

#sec02 .content .contact .telephone h3.navdial{
	font-size:2em;
	font-weight:bold;
	display:block;
	line-height:0.8;
	margin:0 auto;
	width:46%;
}

#sec02 .content .contact .telephone h3.navdial:before{
  content: "";
  width: 38px;
  height:22px;
  display: inline-block;
  background: url(../images/navdial.svg) no-repeat;
  margin-right:5px;
}

#sec02 .content .contact .telephone h3.tel{
	font-size:2em;
	font-weight:bold;
	display:block;
	line-height:1;
	margin:15px auto 0 auto;
	width:46%;
}

#sec02 .content .contact .telephone h3.tel:before{
  content: "";
  width: 26px;
  height:26px;
  display: inline-block;
  background: url(../images/telico.svg) no-repeat;
  margin-right:5px;
}


#sec02 .content .contact .telephone h3 span{
	font-size:0.6em;
}

#sec02 .content .contact .telephone a{
	text-decoration:none;
	color:#2F333C;
}

#sec02 .content .contact .telephone .des{
	margin-top:15px;
	text-align:center;
	padding-bottom:0;
}


#sec02 .content .contact .txt{
	text-align:center;
	margin-top:20px;
}

.margintop_90{margin-top:-35px!important;}



/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */


.footer {
  position: relative;
  bottom: 0;
  padding: 0px;
}

.footer .footer__image img {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}

.footer__inner {
  width: 100%;
  margin:0 auto;
  background-color: #1667da;
  padding:20px 0;
}

.footer__head {
  text-align:center;
}

.footer__head img {
  width:180px;
  margin-bottom:10px;
}

.footer__headTitle {
  font-size: 20px;
}

.footer__copyright {
  color: #fff;
  font-weight: bold;text-align:center;
}

.footer__copyright{
  font-size: 10px;

}



/* ================================================== *
 *
 *    MEDIA QUERY
 *
 * ================================================== */

.pc { display: block !important; }
.sp { display: none !important; }
	@media only screen and (max-width: 960px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}



@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}



@media only screen and (max-width: 960px) {
	
	header h1:before{
	  display:none;
	}

	header h1 img{
		margin:0 auto;
	}

	header h1 {
		font-size: 1.4em;
	}

	#sec01 {
		margin: 10px 0 30px 0;
	}

	#sec01 h2{
		font-size: 1.4em;
		margin-bottom:20px;
	}

	.abouttitle h3 {
		font-size: 1.2em;
	}

	.abouttitle .moonico {
		height: 45px;
	}

	.spabouttxt{
		margin-bottom:30px;
	}

	.abouttitle {
		margin: 0 auto 10px auto;
	}

	.about {
		padding: 30px 10px;

	}

	.timechart {
		width: 100%;
		margin:20px auto 0 auto;
	}

	.timechart img {
		width: 96%;
	}

	.noentrytxt{
		text-align:center;
		margin-top: 10px;
	}
	
	.copy{
		margin:0 auto;
	}

	.copy .txt {
		text-align: left;
		width:calc(100% - 90px);
	}
	
	.copy img{
		margin-left:5px;
	}

	.tab .passive h3,.tab .active h3{
		font-size: 1.4em;
		position:relative;
		top:50%;
		transform:translateY(-50%);
	}

	.tab span.number{
		font-size:0.7em;
	}

	#sec02 {
		margin: 30px 0 50px 0;
	}

	#sec02 .content {
		padding: 30px 0;
	}

	#sec02 .content .sub01 h3 {
		padding: 0px 10px 0px;
	}

	#sec02 .content div.des {
		padding: 20px 10px 10px;
		width:calc(100% - 40px);
	}

	#sec02 .content .sub01 .vote_imp {
		width: calc(100% - 20px);		
	}

	#sec02 .content .sub01 .vote_imp h3 {
		margin-bottom: 10px;
	}

	#sec02 .content .sub02 h3 {
		padding: 0px 10px 0px;
	}

	#sec02 .content .sub02 .money {
		width: calc(100% - 20px);
	}

	#sec02 .content .sub02 .money .change {
		width: 96%;
	}

	#sec02 .content .sub03 .step3easy {
		width: calc(100% - 20px)
	}

	#sec02 .content .sub03 .step3easy .complete h3 {
		text-align: center;
	}

	#sec02 .content .step3easy h3 {
		margin-bottom: 10px;
	}

	#sec02 .content .sub03 .step3easy .complete {
		flex-wrap:wrap-reverse;
	}

	#sec02 .content .sub03 .step3easy .complete .kumahon02 {
		margin-right: 0;
		margin-top:15px;
		width:100%;
		text-align:center;
	}

	#sec02 .content .sub03 .step3easy .complete .kumahon02 img{
		width:25%;
	}

	#sec02 .content .sub03 .step3easy .register_btn {
		margin: 20px 0 20px 0;
	}

	#sec02 .content .sub03 .step3easy .register_btn h2 {
		padding: 15px 30px;
		display: inline-block;
		line-height:1.3;
		margin-bottom:0;
	}
	
	#sec02 .content .sub03 .mnbanner img{
		width:85%;
	}

	#sec02 .content .sub04 .pat2 {
		width: calc(100% - 20px);
		margin:50px auto;

	}

	#sec02 .content .sub04 .pat2 .one{
		width:100%;
		margin-right:0;
	}

	#sec02 .content .sub04 .pat2 .two{
		width:100%;
		margin-left:0;
		margin-top:20px;
	}

	#sec02 .content .contact h2 {
		padding: 0;
		margin: 30px 0 20px 0;
	}

	#sec02 .content .contact .telephone {
		width: calc(100% - 20px);
		padding:30px 10px;
	}

	#sec02 .content .contact .telephone h3.navdial {
		line-height: 0.8;
		margin-bottom: 5px;
		width:100%;
		text-align:center;
	}

	#sec02 .content .contact .telephone h3.tel {
		line-height: 1.3;
		width:100%;
		text-align:center;
		margin:0 auto 30px auto;
	}

	#sec02 .content .contact .telephone .des {
		text-align: left;
	}

	footer a{
		text-decoration:none;			
	}

	.footer__copyright{
		font-size: 10px;
	}

	.sptoparrow{
		color:#fff;
		margin-bottom:20px;
	}

	.sptoparrow img{
		width:10%;
		margin-bottom:0;
	}

	/*add*/
	.caution .caption {
		font-size: 1.1em;
		padding: 0;
	}

	.caution {
		width: 95%;
		box-sizing:border-box;
	}

	#sec02 .content .sub01 h3.sub01heading, #sec02 .content .sub02 h3.sub02heading {
		margin: 0 auto 10px auto;
		width: 95%;
		box-sizing: border-box;
	}

	#sec02 .content .sub02 h3.sub02heading {
		margin:20px auto 10px auto;
	}
}





/*------------------------------

アコーディオンのCSS

------------------------------*/
.accordion_btn{
	text-align:center;
}

.accordion-hidden{
  display: none;
}

.accordion-open {
  display: inline-block;
  padding: 10px 45px 10px 25px;
  cursor: pointer;
  margin: 5px 0;
  font-weight: bold;
  font-size:1.2em;
  text-align:center;
  background: linear-gradient(#fbee54 0%, #fcd02b 100%);
  border-radius: 10px;
  position: relative;
}

.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 15px;
  height: 3px;
  background: #2F333C;
  position: absolute;
  top: 53%;
  right: 20px;
  transform: translateY(-50%);
}

.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度 */
}

.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
}

@media only screen and (max-width: 960px) {
	.accordion-open {
		display: inline-block;
		padding: 10px 0px;
		width: 90%;
	}	
}</pre></body></html>