@CHARSET "UTF-8";
/*
date: 2019.05.12
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow-y: scroll;
}
body {
	margin: 0;
	overflow: hidden;
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
}
.font_en{
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 20px;
}
ul,dl,dd{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0 0 20px;
}
.sp_none{
	display: none;
}
.btn_link{
	background: #0081cc;
  border: #0081cc solid 1px;
	color: #fff;
	display: block;
	padding: 15px 10px;
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
	text-align: center;
  line-height: 1;
  -webkit-transition: .3s;
	transition: .3s;
}
.btn_link:hover{
	background: #fff;
	color: #0081cc;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.sp_none{
  display: none;
}
.wrapper{
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
}

.accordion dd{
  display: none;
}
.accordion dt{
  cursor: pointer;
}
.table01 {
  margin: 20px auto;
  border: 1px solid #0081cc;
}
.table01 th,
.table01 td {
  padding: .5em 1em;
  border: 1px solid #0081cc;
}
.table01 th {
  background: rgba(0, 129, 204, 0.6);
  color: #fff;
}
.table02 {
  text-align: center;
  border: 1px solid #0081cc;
}
.table02 th,
.table02 td {
  padding: .5em;
  border: 1px solid #0081cc;
}
.table02 tbody th {
  background: rgba(0, 129, 204, 0.3);
  color: #000;
}
.table02 thead th {
  background: rgba(0, 129, 204, 0.8);
  color: #fff;
}
.table03 {
  text-align: center;
  margin: 20px auto;
  border: 1px solid #0081cc;
}
.table03 th,
.table03 td {
  padding: .5em;
  box-sizing: border-box;
  border: 1px solid #0081cc;
}
.table03 tr th:first-child {
  width: 6em;
  padding-left: 0;
  padding-right: 0;
}
.table03 tr:nth-child(2n) td {
  background: rgba(0, 129, 204, 0.1);
}
.table03 tr:nth-child(4n) td {
  background: rgba(0, 129, 204, 0.3);
}

.table03 tr.bgb0 td {
  background: rgba(255,255,255,1) !important;
}
.table03 tr.bgb1 td {
  background: rgba(0, 129, 204, 0.1) !important;
}
.table03 tr.bgb2 td {
  background: rgba(0, 129, 204, 0.3) !important;
}

.table03 tbody th {
  background: rgba(0, 129, 204, 0.8);
  color: #fff;
  font-weight: bold;
}
.table03 tr th:nth-child(3n+1) {
  width: 5em;
  padding-left: 0;
  padding-right: 0;
}
.table03 tr th:nth-child(3n) {
  width: 7em;
  padding-left: 0;
  padding-right: 0;
}
.table03.green {
  border: 1px solid #1bca30;
}
.table03.green th,
.table03.green td {
  border: 1px solid rgba(29, 180, 29, 1);
}
.table03.green tr:nth-child(2n) td {
  background: rgba(29, 180, 29, 0.1);
}
.table03.green tr:nth-child(4n) td {
  background: rgba(29, 180, 29, 0.3);
}

.table03.green tr.bgg0 td {
  background: rgba(255,255,255,1) !important;
}
.table03.green tr.bgg1 td {
  background: rgba(29, 180, 29, 0.1) !important;
}
.table03.green tr.bgg2 td {
  background: rgba(29, 180, 29, 0.3) !important;
}

.table03.green tbody th {
  background: rgba(29, 180, 29, 0.8);
}
.table03 tbody td.white {
  background: rgba(255,255,255,1) !important;
}
.table04 {
  text-align: center;
  margin: 0 auto;
  border: 1px solid #0081cc;
  border-collapse: collapse;
}
.table04 th,
.table04 td {
  padding: .5em 1em;
  border: 1px solid #0081cc;
  border-collapse: collapse;
}
.table04 tbody th {
  background: rgba(0, 129, 204, 0.3);
  color: #000;
  font-weight: normal;
}
.table04 thead th {
  background: rgba(0, 129, 204, 0.8);
  color: #fff;
}
.table04 td a:hover {
	text-decoration: underline;
}
.table04 td.select {
	background-color: #f6aa59;
}
.fz12 {
  font-size: 12px !important;
}

/* =header
-------------------------------------------------------------- */

#site_header__inner{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 5px 0;
	justify-content: space-between;
}
#header_logo{
  display: block;
  width: 150px;
  line-height: 40px;
  margin-right: 10px;
}
#header_logo img{
  vertical-align: middle;
}
#site_header__timer p{
  font-size: 11px;
  line-height: 1.5;
  padding: 3px 0;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  text-align: center;
  margin: 0;
}

.header_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}



/* =Nav
-------------------------------------------------------------- */

.menu_wrap dt{
	position: fixed;
	top: 0;
	right: 0;
	width: 45px;
	height: 50px;
	background: #0081cc;
	text-align: center;
	z-index: 9999;
  color: #fff;
}
.menu_wrap dt span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 8px;
}
.menu_wrap dt span.border{
	width: 30px;
	height: 1px;
	background-color: #fff;
}
.menu_wrap dt span.nav_txt{
  font-size: 10px;
  line-height: 1;
  bottom: 3px;
  left: 5px;
}
.menu_wrap dt span.border:nth-of-type(1) {
	top: 10px;
}
.menu_wrap dt span.border:nth-of-type(2) {
	top: 20px;
	opacity: 1;
}
.menu_wrap dt span.border:nth-of-type(3) {
	top: 30px;
}
.menu_wrap dt.open span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu_wrap dt.open span:nth-of-type(2) {
	opacity: 0;
}
.menu_wrap dt.open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.main_navigation dd{
	width: 100%;
	height: calc(100% + 50px);
	background: rgba(0,129,204,.9);
	z-index: 999;
	position: fixed;
	top: 50px;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
  display: none;
}
.main_navigation dd ul{
	position: relative;
  width: 100%;
}
.main_navigation dd ul li a{
	color: #fff;
	display: block;
	padding: 10px;
	border-bottom: #fff solid 1px;
}





/* =Footer
-------------------------------------------------------------- */

#site_footer{
  background: #d4efff;
  padding: 30px 0 20px;
  margin-top: 100px;
  position: relative;
}
#site_footer::before{
  content: '';
  background: url('../img/common/footer_illust.png') no-repeat right top;
  background-size: 634px 40px;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}
#footer_bottom ul{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
#footer_bottom ul li{
  padding: 0 5px;
}
#footer_copy{
  margin: 0;
  font-size: 11px;
  text-align: center;
}



/* =Top
-------------------------------------------------------------- */

.top_section{
  padding: 30px 0;
}
.top_section h2{
  text-align: center;
  font-size: 16px;
  color: #0081cc;
  line-height: 1.2;
}
.top_section h2 span{
  font-size: 30px;
  display: block;
}
#top_sponsors h3{
  font-size: 16px;
  text-align: center;
	margin-bottom: 50px;
}

#top_sponsors .flex{
	text-align: center;
}
#top_sponsors .flex p{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
#top_sponsors .flex p a,
#top_sponsors .flex p span
{
	margin-right: 20px;
}
#top_sponsors .flex p a:last-child{
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	#top_sponsors .flex{
		text-align: center;
	}
	#top_sponsors .flex p{
		display: block;
		margin-bottom: 0;
	}
	#top_sponsors .flex p a,
	#top_sponsors .flex p span
	{
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
}



/* =page common
-------------------------------------------------------------- */

.page_header{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 150px;
  margin-bottom: 30px;
}
.page_title{
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 5%;
  font-style: italic;
}
.page_title span{
  font-size: 12px;
  display: block;
  font-weight: 400;
}

#page_record .page_header{
  background-image: url('../img/record/header.jpg');
}
.title_bg{
  background: #ebf2f5;
  padding: 10px;
  position: relative;
  border-bottom: #a0dafb solid 4px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.title_bg::after{
  content: '';
  background: #3ba3df;
  position: absolute;
  width: 30%;
  height: 4px;
  left: 0;
  bottom: -4px;
  z-index: 5;
}
.title_borderLeft{
  font-size: 16px;
  margin-bottom: 10px;
  background: #ebf2f5;
  padding: 5px 10px 5px 15px;
  border-bottom: #d7d7d8 solid 2px;
  border-left: #3ba3df solid 4px;
}
.contents_box{
  margin-bottom: 30px;
}
.contents_box p{
  margin-bottom: 10px;
  padding: 0 10px;
}
.contents_box ul li{
  text-indent: -20px;
  padding: 0 10px 0 30px;
  margin-bottom: 10px;
}
.contents_box p a{
  text-decoration: underline;
  color: #3ba3df;
}
.contents_box h4{
  font-weight: bold;
  margin-bottom: 0;
}

.sponsor_bnr{
  margin: 50px 0;
}

.main_container{
  margin-bottom: 50px;
  position: relative;
}



.pager{
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
  line-height: 1;
  border-left: #000 solid 1px;
}
.pager li{
  padding: 0 10px;
  border-right: #000 solid 1px;
}





/* =Record
-------------------------------------------------------------- */

.page_record__inner{
  margin-bottom: 50px;
}
.page_record__inner ul li{
  padding: 10px;
  border-bottom: #000 dotted 1px;
}
.page_record__inner ul li i{
  color: #0081cc;
}
.page_record__inner ul li a{
  text-decoration: underline;
}
.page_record__inner ul li a:hover{
  text-decoration: none;
}

#record_detail{
  background: #e5f2fa;
  padding: 20px;
  margin: 40px 0;
  position: relative;
}
#record_detail ul li{
  margin-bottom: 5px;
}
#record_detail ul li i{
  color: #0081cc;
}
#record_detail ul li a{
  text-decoration: underline;
}
#record_detail ul li a:hover{
  text-decoration: none;
}

@media screen and (min-width: 768px){
#record_detail a.back {
	position: absolute;
	bottom: 20px;
	right: 25px;
}
}




.page_nav{
	display: flex;
	justify-content: center;
}
.page_nav li{
	width: 40%;
	margin: 0 10px;
	max-width: 200px;
}
.page_nav li a{
	display: block;
	background: #0081cc;
	padding: 10px;
	color: #fff;
	text-align: center;
}


/* =RWD
-------------------------------------------------------------- */
@media screen and (max-width: 767px){
.table-scroll {
  overflow-x: scroll;
}

.table-scroll table {
  width: 100%;
  white-space: nowrap;
}
}

@media screen and (min-width: 768px){
  .pc_none{
    display: none;
  }
  .sp_none{
    display: block;
  }
  .container_wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .main_container{
    width: 73%;
  }
  .side_container{
    width: 25%;
  }
  #site_footer{
    margin-top: 200px;
  }
  #site_footer::before{
    background-size: cover;
    top: -120px;
    height: 120px;
  }
  .top_section{
    padding: 50px 0;
  }
  .top_section h2{
    font-size: 18px;
  }
  .top_section h2 span{
    font-size: 50px;
  }
  #top_sns{
    padding: 50px 0;
  }
  #top_sns .wrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .top_sns__inner{
    background: #fff;
    padding: 10px;
    width: 48%;
  }
  #fb_box{
    margin: 0;
  }
  #top_sponsors h3 br{
    display: none;
  }
  .page_title span{
    display: inline;
    margin-left: 10px;
  }
  .table01 th{
    width: 20%;
  }
  .table02 th.kukan{
    width: 80px;
  }
  #record_wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .page_record__inner{
    width: 49%;
  }
  #record_detail ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #record_detail ul li{
    width: 33.33%;
    padding: 0 10px;
  }
  .about_record{
  	display: table;
  	width: 100%;
  }
  .about_record dt{
  	display: table-cell;
  	width: 100px;
  }
  .about_record dd{
  	display: table-cell;
  	padding: 0 10px;
  }
  .about_block__inner{
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  }
  .about_block__inner img{
  	width: 40%;
  }
  .about_block__inner p{
  	width: 55%;
  }
  .about_box h2{
  	font-size: 30px;
  }
  .about_box h3{
  	font-size: 25px;
  	margin-bottom: 20px;
  }
	.align_left{
		float: left;
		margin-right: 20px;
	}
}
@media screen and (min-width: 1024px){
	.wrapper{
		width: 100%;
	}
  .pc_none{
    display: none;
  }
  .sp_none{
    display: block;
  }
  #site_header__inner{
    padding: 10px 0;
  }
  #header_logo{
    width: auto;
  }
  #site_header__timer{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 20px;
  }
  #site_header__timer p{
    font-size: 16px;
    font-weight: bold;
  }
  #site_header__timer .sp_none{
    border: 0;
    text-align: left;
    margin-left: 10px;
  }
  #site_header__timer .sp_none span{
    display: inline-block;
    background: linear-gradient(#505050,#282828);
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    margin: 0 2px;
  }
  #header_nav li a{
    display: block;
    background: url('../img/common/bg.png');
    padding: 3px 15px;
    text-align: center;
    margin: 3px 0;
    font-size: 15px;
  }
  #header_sns{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #header_sns li{
    margin-left: 10px;
  }
  #header_sns li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #4d80bd;
    color: #fff;
    text-align: center;
  }
  #header_sns li.tw a{
    background: #6fc8eb;
  }
  .menu_wrap dt{
    display: none;
  }
  .main_navigation dd{
    display: block;
    background: none;
    position: static;
    overflow: visible;
  }
  .main_navigation dd ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .main_navigation dd ul li{
    position: relative;
    padding: 15px 0;
  }
  .main_navigation dd ul li a{
    color: #000;
    border: 0;
    display: inline;
    padding: 0;
    font-size: 16px;
  }
  .main_navigation.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
  }
  .main_navigation dd ul li ul.sub_nav{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
    white-space: nowrap;
    width: 220px;
    display: none;
  }
  .main_navigation dd ul li ul.sub_nav::before{
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 20px solid #ebf2f5;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 20px;
  }
  .main_navigation dd ul.sub_nav li{
    padding: 0;
  }
  .main_navigation dd ul.sub_nav li a{
    display: block;
    padding: 15px 10px;
    background: #ebf2f5;
    font-size: 14px;
  }
  .main_navigation dd ul li:hover .sub_nav{
    display: block;
  }
  #nav_bottom{
    display: none;
  }
  #footer_nav{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #footer_nav li{
    margin: 0 20px 10px;
  }
  #footer_nav li a:hover{
    text-decoration: underline;
  }
  #footer_bottom{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #footer_bottom ul{
    margin: 0;
  }
  #footer_copy{
    text-align: left;
    margin-left: 100px;
  }
  /*
  .slick-dots li button:before{
    font-size: 40px;
  }*/
  #top_information p{
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
  .info_slide__box{
    padding: 0 20px;
  }
  .info_slide__box a p{
    padding: 10px 20px;
    font-size: 30px;
    line-height: 1.5;
  }
  #top_sns h2{
    font-size: 40px;
  }
  .top_sns__inner{
    padding: 20px;
  }
  #top_sponsors h3{
    font-size: 24px;
  }
  .page_header{
    height: 200px;
    margin-bottom: 50px;
  }
  .page_title{
    font-size: 42px;
    left: 50%;
    margin-left: -490px;
    padding: 0;
  }
  .page_title span{
    font-size: 22px;
  }
  .title_bg{
    font-size: 26px;
    padding: 10px 20px;
  }
  .title_borderLeft{
    font-size: 20px;
  }
  .pager{
    margin: 30px 0;
  }
  .media_section h2{
    line-height: 1.3;
    font-size: 22px;
    padding: 10px 100px;
  }
  .media_section h2 .media_icon{
    width: auto;
    left: 20px;
  }
  .media_section h2 .media_logo{
    width: auto;
    right: 20px;
  }
  #record_detail{
    padding: 50px;
  }
  .guide_section{
    margin-bottom: 50px;
  }
    #about_intro h2{
		font-size: 18px;
		margin-bottom: 50px;
	}
	#about_intro h2 span{
		font-size: 55px;
	}
	#about_intro p{
		font-size: 17px;
	}
	.about_box{
		padding: 30px 50px;
		margin-bottom: 50px;
	}
	.about_box p{
		margin-bottom: 50px;
	}
	.about_block p{
		font-size: 17px;
	}
	.about_record{
		font-size: 20px;
	}
	.about_block{
		margin-bottom: 150px;
	}
	#about_last h2{
		font-size: 36px;
	}
	#topics_list{
		margin-bottom: 80px ;
	}
	.topics_list__inner .posted_date{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.topics_list__inner h2{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.page_nav{
		font-size: 16px;
	}
	.page_nav li{
		margin: 0 20px;
	}
	#topics_detail{
		margin-bottom: 100px;
	}
	#topics_detail__header{
		margin-bottom: 50px;
	}
	#topics_detail__header h1{
		font-size: 30px;
	}
	#topics_detail__header p{
		font-size: 16px;
	}
	#topics_detail__inner{
		padding-bottom: 80px;
	}
	#topics_detail__list{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	#topics_detail__list li a{
		display: flex;
		padding: 20px 0;
	}
	#topics_detail__list li a span{
		width: 150px;
	}
	#topics_detail__list li a p{
		width: 650px;
	}
}
