<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body{
	overflow:visible;
	max-width: 1024px;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background: #ffffff;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	color: #333333;
	font-weight: 400;
}

h2{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 2;
	padding-left: 10px;
}

#wrapper{
	max-width: 900px;
	padding: 0 10px;
	margin: 0 auto;
}

.img-fit{
	 width: 100%

}

.header-1 h1{
	line-height: 2.5;
	font-size: 3.6rem;
	font-weight: bold;
	padding-left: 10px;
	background-image:linear-gradient(-75deg, #4682B4, #fafaff);
}
.header-2 h2{
	line-height: 2;
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 10px;
	background-image:linear-gradient(-75deg, #fafaff, #4682B4);
}

.index-hr{
	margin-top: 3.5rem;
 	border: 0;
 	height: 7px;
 	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(70, 130, 180.85), rgba(0,0,0,0));
 	background-image: 	-moz-linear-gradient(left, rgba(0,0,0,0), rgba(70, 130, 180.85), rgba(0,0,0,0));
 	background-image: 	 -ms-linear-gradient(left, rgba(0,0,0,0), rgba(70, 130, 180.85), rgba(0,0,0,0));
 	background-image: 	  -o-linear-gradient(left, rgba(0,0,0,0), rgba(70, 130, 180.85), rgba(0,0,0,0));
}
.index-1{
	font-size: 1.4rem;
	margin: 10px 0 25px;
}
.index-1 p{
	font-size: 1.4rem;
	margin-left: 15px;
	font-weight: bold;
}
.index-1 h2{
	font-size: 2.1rem;
}
.index-1 div{
	font-size: 1.4rem;
}

.index-2{
	margin-top: 20px;
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 1.7;
}
.sec-1 {
	margin-bottom: 30px;
}

.sec-1 p{
	margin-bottom: 40px;
}
.sec-1 div{
	font-size: 1.3rem;
	line-height: 1.3;
}
.sec-1 li{
	font-size: 1.3rem;
	line-height: 1.3;
	list-style-type: square;
	margin: 5px 0px 20px 25px;
}

.sec-2 {
	margin-bottom: 50px;
}

.sec-2 p{
	margin-bottom: 35px;
}
.sec-2 div{
	font-size: 1.3rem;
	line-height: 1.3;
}
.sec-2 li{
	font-size: 1.2rem;
	line-height: 1.4;
	list-style-type: disc;
	margin: 0px 0px 5px 25px;
}

.sec-2 ol li{
	font-size: 1.2rem;
	line-height: 1.3;
	list-style-type: decimal;
	margin: 0px 0px 3px 25px;
}

.sec-ol li{
	font-size: 1.4rem;
	line-height: 1.5;
	list-style-type: decimal;
	margin: 0px 0px 20px 25px;
}

.sec-3 {
	text-align: center;
	margin-bottom: 35px;
}

.navi dl {
	display: flex;
	flex-flow: row wrap;
	width: 90%;
	margin: 45px auto 30px;
}
.navi dt {
	font-size: 1.5rem;
	flex-basis: 28%;
	padding: 10px;
	margin-right: 2%;
	margin-bottom: 15px;
	background-color: #ddd;
	border-bottom: 1px solid #666;
	text-align: center;
}
.navi dd {
	font-size: 1.5rem;
	flex-basis: 70%;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #fff;
	border-bottom: 1px solid #666;
}
.navi a {
	bcolor: #000;
}
.navi a:hover {
	color: #6f101f;
}
.navi a:visit {
	color: #333;
}


.navi-v dl {
	display: flex;
	flex-flow: row wrap;
	width: 90%;
	margin: 5px auto 30px;
}
.navi-v dt {
	font-size: 1.5rem;
	flex-basis: 28%;
	padding: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
	text-align: center;
	background-color: #fff;
}
.navi-v dd {
	font-size: 1.5rem;
	flex-basis: 70%;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #fff;
	border-bottom: 1px solid #666;
}
.navi-v a {
	bcolor: #000;
}
.navi-v a:hover {
	color: #6f101f;
}
.navi-v a:visit {
	color: #333;
}

#chart-img{
	margin: 35px;
}

.link-t{
	text-align: center;
	margin-bottom: 27px;
	font-size: 1.2rem;
	font-weight: bold;
}

.compe-title{
	font-weight: bold;
	text-align: center
}
.compe-table table{
	width: 80%;
	margin: 35px auto 7px;
	border: 2px solid #000;
	font-size: 1.5rem;
}
.compe-table td{
	margin: 25px auto 35px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: middle;
}
.compe-b1{
	border-top: double 5px #000;
}
.compe-table_1{
	width: 10%;
	height: 100px;
	text-align: center;
}

.compe-table_2{
	width: 23%;
	padding: 10px;
}

.compe-table_3{
	width: 15%;
	padding: 10px;
}

.compe-table_4{
	padding: 10px;
}

.compe-table_5{
	width: 10%;
	padding: 10px;
	text-align: center;
}
.compe-table-c{
background-color: #c0c0c0
}

.compe-title2{
	font-weight: bold;
	padding-left: 35px; 
}

.compe-table2 table{
		margin: 25px 5% 35px;
	border: 1px solid #000;
	font-size: 1.5rem;
}
.compe-table2 td{
	padding: 7px 15px;
	border: 1px solid #000;
}
.compe-dl { 
	float:right;
	margin-left: 5%;
	margin-right: 5%;
	width: 40%;
}

.compe-dl dt {
	font-size: 1.5rem;
	flex-basis: 28%;
	padding: 7px;
	margin-right: 2%;
	margin-bottom: 5px;
	background-color: #ddd;
	border-bottom: 1px solid #666;
	text-align: center;
}
.compe-dl dd {
	text-align: right;
	font-size: 1.2rem;
	flex-basis: 70%;
	margin-bottom: 30px;
	background-color: #fff;
}

.sponsor-navi dl {
	display: flex;
	flex-flow: row wrap;
	width: 90%;
	margin: 45px auto 30px;
}
.sponsor-navi dt {
	font-size: 1.5rem;
	flex-basis: 28%;
	padding: 10px;
	margin-right: 2%;
	text-align: center;
}
.sponsor-navi dd {
	font-size: 1.5rem;
	flex-basis: 70%;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #fff;
	border-bottom: 1px solid #666;
}
.sponsor-dl { 
	margin-left: 10px;
	padding: 10px;
	width: 250px;
	background-color: #ddd;
	text-align: center;
}
#past-records{
	margin: 0 auto;
	max-width: 600px;
}
#past-records table{
	width:98%;
	text-align: center;
	font-weight: bold;
    border-collapse: separate;
	border-spacing: 0 10px;
}
#past-records td{
	padding: 3px;
}
#past-records a:hover {
  color:#6f101f;
}

#past-records2{
	margin: 0 auto;
	max-width: 620px;
}
#past-records2 table{
	width:98%;
    border-collapse: separate;
	border-spacing: 0 7px;
	font-size: 1.4rem
}
#past-records2 td{
	padding: 7px;
}
#past-records2 a {
  font-weight: bold;
}
#past-records2 a:hover {
  color:#6f101f;
}

#info-box {
max-width:520px;
	/*
height:9em;
overflow: auto;
border: #555555 1px solid;
	*/
text-align:left;
margin: 20px auto 5px ;
padding:10px;
line-height:1.7em }

#info-box dl{
}
#info-box dt {
	font-weight: normal;
	font-size: 1.3rem;
	float: left;
	border-bottom: 1px solid #666;
	text-align: center;
	margin-left: 10px;
	margin-right: 25px;
}
#info-box dd {
	font-size: 1.5rem;
	border-bottom: 1px solid #666;
	margin-bottom: 3px;
}

#info-box a {
	font-weight: bold;
}
#info-box a:hover {
  color:#6f101f;
}

.flow-1{
	max-width: 640px;
	font-size: 1.4rem;
	margin-left: 30px;
	margin-bottom: 25px;
}
.flow-1 a{
	font-weight: bold;	
}
.flow-1 a:hover {
  color:#6f101f;
}
.flow-2{
	max-width: 635px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	margin-bottom: 7px;
	line-height: 1.5;
	background-color:seashell;
}

.flow-1_2{
	max-width: 600px;
	font-size: 1.4rem;
	margin: 0 auto 25px;
}
.flow-pm24 img{
	max-width: 100%;
	margin: 10 auto;
}

/*ギャラリー用css　http://css.programming.jp/?p=901*/
#gallery-01{
	margin-top: 20px;
	margin-bottom: 20px;
    overflow: hidden;
	max-width:520px;
	margin:0 auto ;
}

/*ギャラリー全体のコンテナー*/
#stage {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}
/*全サムネイルのコンテナー*/
#thumbs {
	margin-left:1%;
}
/*サムネイルの幅、ポインターを手のひら*/
#thumbs label img {
	width:19%;
	cursor: pointer;
}
/*ラジオボタンを非表示に*/
#r1, #r2, #r3, #r4, #r5 {
	display: none;
}
/*表示写真の初期配置（全部透明に）とtransition設定*/
.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.photo img {
	width:100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
/*チェックされたサムネイルに相当する写真だけを表示*/
#r1:checked ~ #photo1 img, #r2:checked ~ #photo2 img, #r3:checked ~ #photo3 img, #r4:checked ~ #photo4 img, #r5:checked ~ #photo5 img {
	opacity: 1;
}
/*ギャラリー用css　↑ここまで*/

footer {
	width: 100%;
	height: 40px;
	color: #666;
	font-size: 1rem;
	line-height: 40px;
	text-align: center;
	border-top: solid 1px #888;
}


/*PC*/
@media (min-width: 641px){
#wrapper{
	max-width: 950px;
	padding: 0 25px;
	}
}

/*SP*/
@media (max-width: 640px){

.header-1 h1{
	font-size: 3rem;
	}

.index-1{
	font-size: 2rem;
	line-height: 1.2;
	margin: 15px auto 10px;
}
.index-1 h2{
	font-size: 2.1rem;
}
.index-1 div{
	font-size: 1.6rem;

}
.index-1 p{
	font-size: 1.5rem;
	font-weight: bold;
}

.index-2 p{
	width: 95%;
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 35px;
}
.index-hr{
	margin-top: 45px;
	margin-bottom: 45px;
}

.navi dl {
	flex-flow: column;
	font-size: 1.8rem;
}
.navi dt{
	padding: 10px;
	font-size: 1.8rem;
	}
.navi dd {
	padding:0 0 20px; 
	border-bottom: 0px none;
	font-size: 1.8rem;
}
footer {
	font-size: 1.2rem;
}

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