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

 ◆creation date: 18/6/6
 ・update:18/6/6 リデザイン版共通
 ・update:18/8/31 中止対応
 ・update:18/10/15 プレスリリース対応
 ・update:19/5/24 色変更他
 ・update:19/7/19 2カラムのレイアウト調整

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


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

	基本

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

body {
	/*font-family: "ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;*/
}



/*-- ブレークポイント -------------------------*/
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media (max-width:768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}




/*-- 画像フィット -------------------------*/
#contents .fit {max-width:100%;}




/*-- clearfix -------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*-- float -------------------------*/
#contents .left { float:left; }
#contents .right { float:right; }



/*-- align -------------------------*/
#contents .alignL { text-align:left; }
#contents .alignR { text-align:right; }
#contents .alignC { text-align:center; }



/*-- テーブル -------------------------*/
.tableLayout {
	display:table;
	border-collapse:collapse;
	width:100%;
}

.tableLayout.fixLayout {
	table-layout:fixed;
}

.tableLayout>* {
	display:table-cell;
	vertical-align:top;
}

.tableLayout>*.vMiddle {vertical-align:middle;}



@media (min-width:769px) {
/*==============================================
基本
==============================================*/


/*テーブル*/
#contents .tableLayout.column2_pc > * {width:50%;}
#contents .tableLayout.column2_pc > *:first-child {padding-right:2%;}
#contents .tableLayout.column2_pc > *:last-child {padding-left:2%;}

/*==============================================
ボックス
==============================================*/
/*子要素float*/
.floatArea.column3_pc > * {width:32.3%;margin-right:1.5%;margin-bottom:0;}
.floatArea.column3_pc > *:nth-of-type(3n) {margin-right:0;}
.floatArea.column3_pc > *:nth-of-type(n+4) {margin-top:20px;}

.floatArea.column4_pc > * {width:24%;margin-right:1%;margin-bottom:0;}
.floatArea.column4_pc > *:nth-of-type(4n) {margin-right:0;}
.floatArea.column4_pc > *:nth-of-type(n+5) {margin-top:20px;}
}



/*-- フォントサイズ -------------------------*/
#contents .fs80 { font-size: 80%    !important; }
#contents .fs85 { font-size: 85%    !important; }
#contents .fs90 { font-size: 90%    !important; }
#contents .fs95 { font-size: 95%    !important; }
#contents .fs105 { font-size: 105%    !important; }
#contents .fs110 { font-size: 110%    !important; }
#contents .fs115 { font-size: 115%    !important; }
#contents .fs120 { font-size: 120%    !important; }
#contents .fs130 { font-size: 130%    !important; }
#contents .fs140 { font-size: 140%    !important; }
#contents .fs150 { font-size: 150%    !important; }
#contents .fs160 { font-size: 160%    !important; }
#contents .fs170 { font-size: 170%    !important; }



/*-- マージン -------------------------*/

/*-- top --*/
#contents .mt00 { margin-top:     0px !important; }
#contents .mt05 { margin-top:     5px !important; }
#contents .mt10 { margin-top:    10px !important; }
#contents .mt15 { margin-top:    15px !important; }
#contents .mt20 { margin-top:    20px !important; }
#contents .mt25 { margin-top:    25px !important; }
#contents .mt30 { margin-top:    30px !important; }
#contents .mt40 { margin-top:    40px !important; }
#contents .mt50 { margin-top:    50px !important; }
#contents .mt60 { margin-top:    60px !important; }
#contents .mt70 { margin-top:    70px !important; }
#contents .mt80 { margin-top:    80px !important; }
#contents .mt90 { margin-top:    90px !important; }
#contents .mt100 { margin-top:    100px !important; }

/*-- bottom --*/
#contents .mb00 { margin-bottom:     0px !important; }
#contents .mb05 { margin-bottom:     5px !important; }
#contents .mb10 { margin-bottom:    10px !important; }
#contents .mb15 { margin-bottom:    15px !important; }
#contents .mb20 { margin-bottom:    20px !important; }
#contents .mb25 { margin-bottom:    25px !important; }
#contents .mb30 { margin-bottom:    30px !important; }
#contents .mb40 { margin-bottom:    40px !important; }
#contents .mb50 { margin-bottom:    50px !important; }
#contents .mb60 { margin-bottom:    60px !important; }
#contents .mb70 { margin-bottom:    70px !important; }
#contents .mb80 { margin-bottom:    80px !important; }
#contents .mb90 { margin-bottom:    90px !important; }
#contents .mb100 { margin-bottom:    100px !important; }



/*-- カラー -------------------------*/
#contents .blue {color:#333399;}




/*-- ボタン -------------------------*/
a.btn01 {
	position: relative;
	display: inline-block;
	background-color: #fffc00;
	font-weight: bold;
	color: #063190;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 30px;
}

a.btn02 {
	position: relative;
	display: inline-block;
	background-color: #fffc00;
	font-weight: bold;
	color: #063190;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	padding: 15px 30px;
	/*min-width: 300px;*/
}

a i {
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	border:1px solid #0000cc;
	border-left:none;
	border-bottom:none;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: absolute;
	right: 15px;
	top: 50%;
}

a i {
	margin-top:-2px;
}

a:hover > i {
	-webkit-transform:translateX(5px) rotate(45deg);
	transform:translateX(5px) rotate(45deg);
}

/*テキスト+アンダーライン+グレー背景*/
#contents .txtButton {
	color:#0000cc;
	font-size:127%;
	text-decoration:underline;
	border:1px solid #0000cc;
	border-radius:5px;
	background:#eeeeee;
	text-align:center;
	width:50%;
	display:inline-block;
	padding:0.3em 0;
	}
#contents .txtButton:hover {text-decoration:none;}

#contents .txtButton.min {
	width:28%;
	margin-left:1.5%;
	margin-right:1.5%;
	}
	


/*-- オーバーライド -------------------------*/
.icon-blank img {
	display:none;
}



#contents .blueTit {
	color:#fff;
	/*background:#333399;*/
	background: #00b6fc;
	text-align:center;
	line-height:1;
	padding:0.7em 0;
	border-radius:5px;
	font-size:128%;
	margin-bottom:1em;
	}
#contents .blueTit:nth-of-type(n+2) {margin-top:2em;}








/*==============================================
bp:TB以下
==============================================*/
@media (max-width:768px) {

/*-- テーブル -------------------------*/
#contents .tableLayout.resetTable_tb,
#contents .tableLayout.resetTable_tb > * {
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0;
	margin-bottom:1em;
}




}





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

	ヘッダー・ナビ

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


/*-- ヘッダーレイアウト -------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background-color: #063190;
	width: 100%;
	height: 54px;
	z-index: 1000;
}

header a.logo {
	display: inline-block;
	margin: 11px 0 0 24px;
}

header a.logo img {
	max-width: 310px;
}







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

	フッター

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

footer {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	color: #0b318f;
	margin: 30px auto 15px auto;
	text-align: center;
	font-weight: bold;
}




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

	サイドナビ

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

.sidenavi {
	position: fixed;
	/*top: 15%;*/
	right: -150px;
	z-index: 999;
	overflow: hidden;
	top: 50%;
	transform: translate(0, -50%);
}

.sidenavi li {
	margin-bottom: 15px;
}

.sidenavi li .height-L {
	display: block;
}

.sidenavi li .height-M,
.sidenavi li .height-S {
	display: none;
}


@media (max-width:768px) {
	.sidenavi {
		display: none;
	}
}



@media screen and (max-height: 760px) {
	.sidenavi {
		top: 10%;
		transform: translate(0,0);
	}

	.sidenavi li .height-M {
		display: block;
	}

	.sidenavi li .height-L,
	.sidenavi li .height-S {
		display: none;
	}
}



@media screen and (max-height: 660px) {
	.sidenavi {
		top: 10%;
		transform: translate(0,0);
	}

	.sidenavi li .height-S {
		display: block;
	}

	.sidenavi li .height-L,
	.sidenavi li .height-M {
		display: none;
	}
}



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

	下層共通

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

#sub {
	margin-top: 54px;
}

#sub h1 {
	background-color: #00b6fc;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 1% 2%;
	margin-bottom: 45px;
}

#sub #contents-block {
	max-width: 1000px;
	margin: 0 auto;
}

#sub .col-2 .box {
	/*display: inline-block;*/
	/*float: left;*/
	width: 50%;
	padding: 30px;
	font-size: 16px;
	text-align: center;
}

#sub h2 {
	text-align: center;
	margin-bottom: 20px;
}

#sub h2 span {
	font-size: 24px;
	color:  #0b308e;
	font-weight: bold;
	/*border-bottom: 2px solid #00a0e9;*/
}


/*-- レイアウト --*/

#sub .col-2 {
	display: flex;
	flex-wrap: wrap;
}

#sub .col-2 > div {
	border: 2px solid #00b6fc;
	border-collapse: collapse;
}

#sub .col-2 > div:nth-child(odd) {
	border-right: 2px solid #00b6fc;
}

#sub .col-2 > div:nth-child(even) {
	border-left: none;
}

#sub .col-2 > div:nth-child(n+3) {
	border-top: none;
}


a.blank {
	display: inline;
	background: url(/anaopen/about/image/2018/180801/icon_link.png) right center no-repeat;
	padding-right: 15px;
}



@media (max-width:768px) {
	#sub #contents-block {
		padding: 0 2%;
	}

	#sub .col-2 {
		display: block;
	}

	#sub .col-2 .box {
		width: 100%;
	}

	#sub h2 span {
		font-size: 24px;
		color: #0b308e;
		font-weight: bold;
	}

	#sub .col-2 > div:nth-child(even) {
		border-left: 2px solid #00b6fc;
	}

	#sub .col-2 > div:nth-child(n+2) {
		border-top: none;
	}
}




/*-- 大会概要 -----------------------*/

#sub .about .col-2 .box h2 {
	height: 43px;
}

#sub .col-2 .box h2 span {
	padding-top: 10px;
	display: inline-block;
	min-height: 43px;
}

.about div:nth-child(1) h2 span {
	background: url(/anaopen/about/image/2018/icon_01.png) no-repeat left center;
	padding-left: 55px;
	margin-left: -40px;
}

.about div:nth-child(2) h2 span {
	background: url(/anaopen/about/image/2018/icon_02.png) no-repeat left center;
	padding-left: 65px;
	margin-left: -40px;
}

.about div:nth-child(3) h2 span {
	background: url(/anaopen/about/image/2018/icon_03.png) no-repeat left center;
	padding-left: 55px;
	margin-left: -40px;
}

.about div:nth-child(4) h2 span {
	background: url(/anaopen/about/image/2018/icon_04.png) no-repeat left center;
	padding-left: 75px;
	margin-left: -55px;
}

/*
.about div:nth-child(1) h2 span::before {
	content: url(/anaopen/about/image/2018/icon_01.png);
	padding-right: 10px;
	padding-top: 20px;
}
*/


#sub .col-2 .box h2 img {
	padding-right: 10px;
	margin-left: -20px;
}

#sub .about .box1,
#sub .about .box2 {
	height:180px;
}

#sub .prizemoney td::before {
	content: "￥";
}

@media (max-width:768px) {
	#sub .about .box1,
	#sub .about .box2 {
		height: auto;
	}

	#sub .prizemoney th {
		width: 30%;
	}
	
	.prizemoney.last table th,
	.prizemoney.last table td {
		border: none;
		border-top: none !important;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	/*#contents .tbl.prizemoney.last table tbody tr:nth-child(even) > * {background:#dceeff !important}*/
}







/*-- チケット -----------------------*/

#sub .ticket h2 {
	text-align: center;
	margin-bottom: 20px;
}

#sub .ticket h2 span {
	font-size: 24px;
	color:  #0b308e;
	font-weight: bold;
	/*border-bottom: 2px solid #00a0e9;*/
}

#sub .ticket .read {
	text-align: center;
	font-size: 16px;
}
/*
#sub .ticket-info {
	border: 1px solid #00b6fc;
	padding: 2%;
	font-size: 16px;
	color:  #0b308e;
}
*/

#sub .ticket-info ul li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
}

#sub .ticket .ticket-box {
	display: flex;
}

#sub .ticket .ticket-box dl.maeuri {
	width: 25%;
}

#sub .ticket .ticket-box dl.maeuri dt {
	background-color: #00b6fc;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1% 2% 2% 2%;
}

#sub .ticket .ticket-box dl.maeuri:last-child dt {
	border-right: 1px solid #00b6fc;
}

#sub .ticket .ticket-box dl.maeuri dd {
	padding: 5% 3%;
	font-size: 18px;
	font-weight: bold;
	color: #cc3333;
	text-align: center;
	border-bottom: 1px solid #00b6fc;
	border-right: 1px solid #00b6fc;
}

#sub .ticket .ticket-box dl.maeuri:first-child dd {
	border-left: 1px solid #00b6fc;
}

#sub .tokuten .box {
	text-align: left;
}

#sub .ticket .kounyu-info {
	margin-top: 30px;
	text-align: center;
}

#sub .ticket .kounyu-info ul {
	display: inline-block;
}


@media (max-width:768px) {
	#sub .ticket .read {
		text-align: left;
	}

	#sub .ticket .ticket-box {
		flex-wrap: wrap;
	}

	#sub .ticket .ticket-box dl.maeuri {
		width: 50%;
	}

	#sub .ticket .ticket-box dl.maeuri dt {
		border-right: none;
	}

	#sub .ticket .ticket-box dl:nth-child(odd) dt {
		border-right: 1px solid #fff;
	}
	
	#sub .ticket .ticket-box dl:nth-child(3) {
		border-left: 1px solid #00b6fc;
	}

	#sub .ticket .kounyu-info {
		text-align: left;
	}

}





/*-- アクセス -----------------------*/

#sub .access {

}

#sub .access h3 {
	color: #00b6fc;
	font-size: 18px;
	font-weight: bold;
}

#sub .access ul li {
	font-size: 16px;
}

#sub .access ul li {
	text-indent: -1em;
	padding-left: 1em;
}

#sub .access .kikan {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

#parking {
	font-size: 16px;
}


/*-- テレビ中継 -----------------------*/

.tv-table td,
.tv-table th {
	width:33%;
}

.tv-table p {
	padding: 0 5% 0 3%;
	text-align: left;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
	.tv-table p {
	}
}

@media (max-width:768px) {
	.tv-table p {
		text-align: center;
	}
}




/*-- コース詳細 -----------------------*/

#contents .course {
}

#contents .course ul li a {
	background:url(/anaopen/image/2017/170808/subnavi_link.png) no-repeat left center;
	padding-left:16px;
	margin-right:1.5em;
	font-size:130%;
	/*text-align: left;*/
}

#contents .highlight {
	
}

#contents .highlight figure {
	width:33%;
	float:left;
}

#contents .highlight p {
	width:62%;
	float:right;
}

#sub .course-map .kokuchi .info {
	display: inline-block;
	text-align: center;
	border: 2px solid #cc3333;
	padding: 2% 4%;
	font-size: 16px;
}

#contents .course-map {
	text-align: center;
}
/*
#contents .course-map .map-img {
	width: 60%;
	margin-right: 5%;
}

#contents .course-map .map-info {
	width: 35%;
	font-size: 16px;
}
*/



.course-navi .info {
	font-size: 18px;
	margin: 30px auto;
	text-align: center;
}

.course-wrap {
	display: flex;
	align-items: flex-start;
}

.course-wrap .course-movie {
	width: 28%;
	margin-right: 2%;
}

.course-wrap .course-link {
	width: 70%;
}

.course-wrap .course-link .course {
	display: flex;
	align-items: flex-start;
}

#contents .course-wrap .course-link .course ul {
	margin-right: 5%;
	margin-left: 5%;
	width: 45%;
}

#contents .course-wrap .course-link .course ul:last-child {
	margin-right: 0;
	margin-left: 0;
}

#contents .course-wrap .course-link .course ul li a {
	margin-right: 0;
	font-size:130%;
}


@media (max-width:768px) {
	#contents .course ul:nth-child(1) {
		margin-bottom:0;
	}

	#contents .course ul li a {
		font-size:110%;
	}

	.course-wrap {
		display: block;
	}

	.course-wrap .course-movie {
		width: 100%;
		margin-right: 0;
	}

	.course-wrap .course-link {
		width: 100%;
	}

	.course-wrap .course-link .course {
		display: block;
	}

	#contents .course-wrap .course-link .course ul {
		margin-right: 0%;
		margin-left: 0%;
		width: 100%;
	}
	
	#contents .course-wrap .course-link .course ul li {
		text-align: center;
	}

	#contents .course-wrap .course-link .course ul li a {
	}

	#contents .course-wrap .course-link .course ul:last-child {
		margin-right: 0;
		margin-left: 0;
	}

	#contents .course-wrap .course-link .course ul li a {
		margin-right: 0;
		font-size: 110%;
	}
}




/*-- ドローン --------------------*/

.dorone {
	border:2px solid #333399;
	border-radius:5px;
	padding:1.5%;
}

.dorone .movie .details {
	float:left;
	width:67%;
}

.dorone .movie .details h2 {
	display:block;
	font-size:22px;
	font-weight:bold;
	color:#333399;
	margin-bottom:15px;
}

.dorone .movie .details dl {
}

.dorone .movie .details dl dt {
	font-size:18px;
	font-weight:bold;
}

.dorone .movie .details dl dd {
	margin-top:10px;
}

.dorone .movie .photo {
	float:right;
	width:30%;
}

.dorone .movie .photo .txtButton {
	width:100% !important;
}

.dorone .project {
	background-color:#eeeeee;
	padding:1.5%;
	margin-top:20px;
}

.dorone .project h3 {
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.dorone .project div {
	float:left;
	width:77%;
}

.dorone .project figure {
	float:right;
	width:21%;
}



@media (max-width:768px) {
	.dorone {
		padding:2.5%;
	}
	
	.dorone .movie .details,
	.dorone .movie .photo,
	.dorone .project div,
	.dorone .project figure {
		float:none;
		width:100%;
	}
	
	.dorone .project {
		padding:3%;
		margin-top:30px;
	}
	
	.dorone .movie .photo,
	.dorone .project figure {
		margin-top:3%;
	}
}





/*-- イベント -----------------------*/

#sub .event dl {
	display: inline-block;
	border-left: 4px solid #fff100;
	border-right: 4px solid #fff100;
	padding: 0 3%;
	margin-bottom: 30px;
}

#sub .event dl dt {
	font-size: 24px;
	color:  #0b308e;
	font-weight: bold;
	text-align: center;
}

#sub .event .read {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

#sub .event .gourmetmenu .menu-box {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#sub .event .gourmetmenu .col-3,
#sub .event .gourmetmenu .col-4 {
	display: inline-block;
	vertical-align: top;
	width: 188px;
	/*float: left;*/
	/*width: 25%;*/
}
/*
#sub .event .gourmetmenu .col-4 {
	display: inline-block;
	vertical-align: top;
}
*/
/*
#sub .event .gourmetmenu .col-4:nth-child(odd) {
	background-color: #ebebeb;
}

#sub .event .gourmetmenu .col-4:nth-child(even) {
	background-color: #f3f3f3;
}
*/
#sub .event .gourmetmenu .col-4 img {
	/*width: 100%;*/
}

#sub .event .gourmetmenu .col-3 p,
#sub .event .gourmetmenu .col-4 p {
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	min-height: 3.5em;
	color:  #0b308e;
}

#sub .event .col-2 .box figure {
}

#sub .event .col-2 .box p {
	text-align: left;
	margin-top: 10px;
}

#sub .event .col-2 .box p span {
	font-size: 13px;
}
/*
#sub .event .col-2 .event01 {
	height: 530px;
}

#sub .event .col-2 .event02 {
	height: 380px;
}

#sub .event .col-2 .event03 {
	height: 500px;
}

#sub .event .col-2 .event04 {
	height: 405px;
}
/*
#sub .event .col-2 .last {
	border-top: none;
	border-right: 2px solid #00b6fc;
}
*/
@media (max-width:768px) {
	#sub .event .col-2 .box h2 {
		height: auto;
	}

	#sub .event .col-2 .event01,
	#sub .event .col-2 .event02,
	#sub .event .col-2 .event03,
	#sub .event .col-2 .event04 {
		height: auto;
		min-height: inherit;
	}

	#sub .event .gourmetmenu .col-3,
	#sub .event .gourmetmenu .col-4 {
		width: 50%;
	}

	#sub .event .gourmetmenu .col-3 img,
	#sub .event .gourmetmenu .col-4 img {
		width: 100%;
	}

	#sub .event .gourmetmenu .last {
		display: block;
		text-align: left;
		margin-top: 30px;
	}

}




/*-- 協賛・協力 -----------------------*/
.supporter-logo {}

.supporter-logo ol {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.supporter-logo li {
	display: flex;
	align-items: center;
	width: 28%;
	margin-bottom: 3.6%;
	padding-right: 1%;
	/*padding: 0 5%;*/
}

.supporter-logo li:nth-child(3n-1) {
	margin-left: 8%;
	margin-right: 8%;
}

.supporter-logo li a {
	display: inline;
	background: url(/anaopen/about/image/2018/180801/icon_link.png) right center no-repeat;
	padding-right: 15px;
}

.supporter-logo li a:hover,
.col-relationlink a:hover {
	opacity: 0.6;
}

.supporter-logo li img {
	width: 100%;
}





@media (max-width:768px) {
.supporter-logo li:nth-child(3n-1) {
	margin-left: auto;
	margin-right: auto;
}

	.supporter-logo ol {
		padding: 0;
		text-align: center;
	}

	.supporter-logo li {
		width: 50%;
		padding: 0 5%;
		margin-bottom: 5%;
	}
}

/*----------*/
.col-relationlink {
	text-align: center;
}

.col-relationlink h2 {
	color: #0b308e;
}

.col-relationlink a {
	display: inline-block;
	width: 23%;
	margin-right: 120px;
}

.col-relationlink a:last-child {
	margin: 0;
}


@media (max-width:1070px) {
	.supporter {
		padding: 0 2%;
	}

	.col-relationlink a img {
		width: 90%;

	}

	.col-relationlink a:nth-child(even) {
		margin: 5% 0;
	}
}



@media (max-width:768px) {
	.supporter {
		padding: 0;
	}
	
	.col-relationlink a {
		display: block;
		width: 100%;
	}

	.col-relationlink a img {
		width: 100%;
	}

	.col-relationlink a:nth-child(even) {
		margin: 5% 0;
	}
}



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

	払い戻し

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

.refund {
	margin-bottom: 3rem;
	font-size: 18px;
}

.refund h2 {
	color: #0b318f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.refund strong {
	color: #cc3333;
}

.refund dl {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2rem;
}

.refund dl:nth-child(even) {
	margin-right: 0;
}

.refund dl dt {
	font-weight: bold;
}

.refund dd a.btn01 {
	padding: 10px 30px;
}


@media (max-width:768px) {
	.refund dl {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	/*
	.refund dl dt {
		text-align: center;
	}

	.refund dd.btn {
		text-align: center;
	}
	*/
}




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

	カミングスーン

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

#sub .comingsoon {
	border: 2px solid #00b6fc;
	font-size: 16px;
	text-align: center;
	padding: 2%;
}

#contents .comingsoon3 {
	font-size:22px;
	font-weight:bold;
	color:#333399;
	text-align: center;
	margin-bottom: 60px;
	margin-left: -64px;
}

#sub .comingsoon2 {
	text-align: center;
}

#sub .comingsoon2 p,
#sub .event .kokuchi p {
	display: inline-block;
	text-align: center;
	/*margin: 0 auto 45px auto;*/
	border: 2px solid #cc3333;
	padding: 2% 4%;
	font-size: 16px;
}

h2.comingsoon-ttl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	color:  #0b308e;
	font-weight: bold;
	margin-left: -64px;
}

h2.comingsoon-ttl::before,
#contents .comingsoon3::before {
	content: url("/anaopen/image/2021/210715/icon_comingsoon.png");
	padding-right: 10px;
}

#sub .event .kokuchi {
	text-align: center;
	margin-bottom: 40px;
}




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

	インフォメーション

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

.infomation {
	padding: 1%;
	border: 2px solid #C33;
	text-align: center;
	color: #e80000;
	font-size: 1.8rem;
	max-width: 1000px;
	margin: 0 auto 45px auto;
}
/*
#contents-block-event .infomation {
	margin-top: 45px;
}

#contents-block.info-none .infomation {
	display: none;
}
*/


