@charset "UTF-8";


html {
overflow-y:scroll; /*中央配置ズレ回避*/
height: 100%;
}
html {
	scroll-behavior: smooth;
}
table {
	font-size: inherit;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 100%;
}
ul ol,
ol ul {
	font-size: 100% !important;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: baseline;
	font-size: 77%;
}
img {
	vertical-align: top;
}
.clear{clear: both;}
.img_center{text-align: center;}
.img_right{float: right;margin-left: 5%;}
.img_left{float: left; margin-right: 5%;}

/* テキスト位置 */	
.t-aR{text-align:right !important;}
.t-aC{text-align:center;}
.t-aL{text-align:left !important;}
	
/* マージン設定 */
.mb0{margin-bottom:0 !important;}
.mbSS{margin-bottom:0.5em !important;}
.mbS {margin-bottom:1em !important;}
.mbM {margin-bottom:2em !important;}
.mbL{margin-bottom:3em !important;}
.mbLL{margin-bottom:4em !important;}
.mtLL{margin-top:4em !important;}
.mtSS{margin-top:0.5em !important;}

.mtS {margin-top:1em !important;}

/******** Basic XHTML */

body {
  font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	color: #111;
	font-size: 16px;
	}

a{
	color: #111;
	text-decoration: none;
}

a:hover{
	color: #111;
	opacity: 0.6;
}

img{
  max-width: 100%;
  height: auto;
}


.close{
	display: none;
}


/* container */

#container{
	position: relative;
	overflow: hidden;
}

#wrapper{
  margin-right: 100px;
}

#copy{
  position: fixed;
  top: 200px;
  right: 40px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
font-family: futura-pt,sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 14px;
  color: #000;
}

.inner{
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width:1px) and (max-width:1350px){
.inner{
  width: calc(95% - 100px);
  margin-left: 5%;
}
}


.acms-admin-btn-group>.acms-admin-btn {
  display: inline-block;
}

.serial-nav{
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
}
  .serial-nav .serial-nav-item-prev {
    float: left;
  }
  .serial-nav .serial-nav-item-next {
    float: right;
  }



/* header */

header{
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #ddd solid;
}
#top header{
  border-bottom: none;
}
#logo{
  margin-left: 2em;
  line-height: 1;
}
.pc_gnav ul{
  display: flex;
}
.pc_gnav li{
  margin: 0 2em 0 0;
}

@media only screen and (min-width:1101px) and (max-width:1200px){
.pc_gnav li{
  margin: 0 1em 0 0;
}
}
@media only screen and (min-width:1px) and (max-width:1100px){
.pc_gnav{
  display: none;
}
}


#sp_sponser{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:absolute;
    z-index: 2000;
    /*ナビのスタート位置と形状*/
  /*top:-120%;*/
  bottom: -300%;
    left:0;
  width:100%;

  background:#f2f2f2;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#sp_sponser.panelactive{
    top: 100px;
	bottom: 0;
}


/*ナビゲーション*/
#sp_sponser ul {
    /*ナビゲーション天地中央揃え*/
    padding: 5em 0;
}

/*リストのレイアウト設定*/

#sp_sponser li{
  padding: 1em 0;
  text-align: center;
}
#sp_sponser li span{
 display: block;
  padding-top: 5px;
}

#sp_sponser li a{
  display: block;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
  top:0;
  right: 100px;
  cursor: pointer;
    width: 200px;
    height:100px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;

   color: #FF6600;
  font-weight: bold;

}
@media (min-width: 1101px) {
  .openbtn1{
    display: none;
  }
}

@media (max-width: 1100px) {
  .bnr_sponser{
    display: none;
  }
}


#top #sp_sns{
    display: none;
  }


#main_visual{
  position: relative;
  margin-bottom: 6em;
}
#main_visual p{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
#main_visual p a{
  display: block;
  height: 100%;
}

/*#main_visual .main_txt{
  width: 100%;
  position: absolute;
  top: 0;
}
#main_visual .main_txt p{
  margin: 0 5%;
}

#main_visual a:hover{
  opacity: 1;
}
*/


#news{
  display: flex;
  justify-content: space-between;
  margin-bottom: 9em;
  margin-top: 5em;
}
#news h2{
font-family: futura-pt,sans-serif;
font-weight: 600;
font-style: normal;
font-size: 2.7em;
}
.news_title p a{
  padding-right: 30px;
  display: inline-block;
  background: url("../images/arrow01.png") no-repeat right center;
}

.news_contents{
  width: 75%;
}
.news_contents dl{
  display: flex;
  padding: 2em 0;
  border-bottom: 1px #ddd solid;
}
.news_contents dt {
  color: #777;
  margin-right: 2em;
}




#contents{
  display: flex;
  justify-content: space-between;
}

#main{
  width: calc(100% - 310px);
  padding-bottom: 5em;
}
#sub{
  width: 250px;
  margin-left: 40px;
  padding: 0 20px 0 40px;
  border-left: 1px #ddd solid;
  padding-bottom: 5em;
}

#sub ul{
  margin-bottom: 2em;  
}



@media only screen and (min-width:1px) and (max-width:1023px){
#contents{
  display: block;
}
#main{
  width: 100%;
}
#sub{
  display: none;
  width: inherit;
  margin: 0 auto;
  padding: 3em 5%;
  border-left: none;
  border-top: 1px #ddd solid;
}

}




#main section{
  margin-bottom: 10em;
}

#main h2{
  color: #111;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}

#main h2.line{
  position: relative;
  /*display: inline-block;*/
  padding-top: 2.5em;
  color: #0e6885;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 3.5em;
}
#main #pickup h2.line{
  padding-top: 0;
}
#main h2.line span{
  display: block;
font-family: futura-pt,sans-serif;
font-weight: 600;
font-style: normal;
  color: #000011;
  font-size: 3em;
  line-height: 1;
}
#main h2.line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 70px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  background-color: #ddd;/*線の色*/
}
#main #pickup h2.line:before{
  height: 0;
}

#main h3{
  color: #0e6885;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
#main h4{
  color: #0e6885;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

#exhibitors_search h3{
  color: #0e6885;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#main p{
  margin-bottom: 2em;
}
#main ul{
  margin-bottom: 2em;
}
#main ul.list li{
  margin-bottom: 5px;
}
#main ul.list li:before{
 content: "▶︎";
  color: #0e6885;
  font-size: 8px;
  margin: 0 10px;
}
#main ul.list li i{
 margin-left: 5px;
}


#main a{
  color: #0e6885;
  text-decoration: underline;
}


#main table{
  width: 100%;
  margin-bottom: 3em;
}
#main th{
  width: 15%;
  white-space: nowrap;
  padding: 1.5em 1em;
  text-align: left;
  vertical-align: top;
  font-style: normal;
  border-bottom: 1px #0e6885 solid;
}
#main th em{
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  display: block;
}


#main td{
  vertical-align: top;
  padding: 1.5em 2em;
  border-bottom: 1px #ddd solid;
}

.hyphen{
  color: #D00003;
  font-size: 14px;
}
.count{
  display: flex;
  justify-content: space-between;
}



#main ol{
  counter-reset: li;
  margin-bottom: 3em;
}
#main ol li{
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 30px;
}
#main ol li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #0e6885;
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	/*content: counter(li)' -';*/
  content: counter(li, decimal-leading-zero)'.';
}

#main dl{
  margin-bottom: 2em;
}
#main dt{
  margin-bottom: 1em;
  line-height: 1;
  padding-left: 10px;
  border-left: 5px #0e6885 solid;
}
#main dd{
  padding-left: 15px;
}

#main dl.sub_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
#main dl.sub_list.mb{
  margin-bottom: 5em;
}
#main dl.sub_list dt{
  margin-bottom: 0;
  padding-left: 0;
  border-left: none;
  color: #0e6885;
  font-weight: bold;
}
#main dl.sub_list dd{
  font-size: 14px;
  margin: 0.5em 0 0.5em 1em;
  padding: 5px 15px;
  display: flex;
  background: #eee;
  border-radius: 20px;
}



.column{
  margin-bottom: 5em;
  overflow: hidden;
}
.column3{
  display: flex;
  flex-wrap: wrap;
}
.column3 .col{
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2em;
}
.column3 .col:nth-child(3n){
  margin-right: 0;
}

.column4{
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column4 li{
  width: 23%;
}



input, select, button {
  -webkit-appearance: none;
  appearance: none;
}

#pickup{
  margin-bottom: 10em;
}

#pickup .title{
  display: flex;
  justify-content: space-between;
}
#pickup .title h2{
  margin-right: 5%;
}
.pickup_list{
  max-width: 450px;
  width: 100%;
  margin-bottom: 3em;
}
#exhibitors_search .pickup_list{
  margin-bottom: 0em;
}

.pickup_search{
  margin-bottom: 1em;
  line-height: 1;
  justify-content: space-between;
}
.pickup_search input.search-form-input{
  width: 100%;
  border: none;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 12px;
  line-height: 1;
  font-size: 16px;
}
.pickup_search .btn-search{
  width: 50px;
  padding: 0.8em 0;
}

.pickup_category select{
  width: 100%;
  border: none;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 12px;
  font-size: 16px;
}
.pickup_search button{
  border: none;
  padding: 1em 0;
}

.pickup_form{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pickup_form_inner{
  width: calc(100% - 58px);
}


.top_bnr img{
  max-width: 100%;
  width: 99.5%;   
  margin-left: 0.5%;
}

.slick-dots {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.slick-dots button {
  font-size: 0;
  text-indent: -9999px;
  margin: 8px;
  color: #000;
  padding: 0;
  text-align: center;
  width: 10px;
  height: 10px;
  transition: all 300ms ease;
  border-radius: 10px;
  border: none;
}

.slick-dots button:hover,
.slick-dots .slick-active button{
  cursor: pointer;
  background-color: #0e6885;
  color: #fff;
  transition: all 300ms ease;
}
.slick-dots li button { 
   font-size: 0; 
} 

.slider1{
  margin-bottom: 1em;
}

.slider2{

  margin-bottom: 1em;
}
.slider3{
}


.slider1 img{
  width: 98%;
  max-width: 100%;
  margin: 0 auto;
}
.slider2 img{
  width: 96%;
  max-width: 100%;
  margin: 0 auto;
}
  
.slider3 img{
  width: 93%;
  max-width: 100%;
  margin: 0 auto;
}


#about li span{
  padding: 0.5em 0;
   display: block;
  text-align: center;
} 
#about li img{
  width: 100%;
} 
#about a{
	color: #111;
  text-decoration: none;
} 




#sub h2{
  font-size: 1.87em;
  font-weight: bold;
font-family: futura-pt,sans-serif;  
}

.bnr_sponser{
  margin-bottom: 5em;
}
.bnr_sponser li{
  margin-bottom: 2em;
  text-align: center;
}
.bnr_sponser li span{
  padding: 0.5em 0;
   display: block;
} 

#sns ul{
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}

#sns h3{
  font-weight: bold;
  font-size: 1.1em;
}

.t_timeline{
	margin: 10px 0;
}
.twitter-timeline{
	overflow-y: scroll;
	height: 350px;
}




#ft_bnr{
  background: #f2f2f2;
}
#ft_bnr .inner{
  width: 90%;
}
#ft_bnr ul{
  padding: 4em 0 3em;
  display: flex;
  justify-content: space-around;
}
#ft_bnr li{
  margin: 0 2%;
}
#ft_bnr li span{
  margin-top: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}



footer{
  padding: 4em 0 6em;
  color: #fff;
  background: #0e3b69;
}
footer a,
footer a:hover{
  color: #fff;
}
footer .inner{
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#ft_info h2{
  max-width: 380px;
  text-align: left;
}
#ft_info p{
  margin-left: 10px;
  margin-top: 1em;
  margin-bottom: 2em;
}
#ft_info ul{
  display: flex;
  margin-left: 10px;
}
#ft_info li{
  line-height: 1;
}
#ft_info li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #0e3b69;
  background: #fff;
  border-radius: 20px;
  font-size: 20px;
}

#ft_nav{
  padding-top: 5.5em;
  display: flex;
}
#ft_nav ul{
  margin-left: 3em;
}
#ft_nav li{
  margin-bottom: 0.5em;
  font-weight: bold;
}
#ft_nav ul ul{
  margin-left: 1em;
  padding-top: 1em;
}
#ft_nav ul ul li{
  font-weight: normal;
  font-size: 0.9em;
}

@media only screen and (min-width:1px) and (max-width:1230px){
#ft_nav ul{
  margin-left: 1.5em;
}

}

@media only screen and (min-width:1px) and (max-width:1100px){
footer{
  padding: 3em 0;
}

footer .inner{
}
#ft_info{
  text-align: center;
}
#ft_info h2{
  margin: 0 10%;
}

#ft_info ul{
  display: flex;
  justify-content: center;
  padding: 0 0 2em;
  margin-left: 0;
}

  
#ft_nav{
  display: none;
}

}




.breadcrumb{
  padding-top: 3em;
  margin-bottom: 3em;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.breadcrumb li a:after{
 content: "▶︎";
  color: #0e6885;
  font-size: 8px;
  margin: 0 10px;
}


.title_area{
  margin-bottom: 8em;
}
.title_area.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
}
.title_area figure{
  width: 35%;
  text-align: center;
}

.page_title{
  width: 60%;
  position: relative;
  /*display: inline-block;*/
  color: #0e6885;
  /*font-size: 1.2em;*/
  font-weight: bold;
  
}
.page_title span{
  display: block;
font-family: futura-pt,sans-serif;
font-weight: 600;
font-style: normal;
  color: #000011;
  font-size: 3.1em;
  line-height: 1.2;
}

/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*tabの形状*/
.tab{
  display: flex;
  flex-wrap: wrap;
}
.tab li a{
  display: block;
  background:#f2f2f2;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1em;
  line-height: 1;
  border-radius: 10px;
	text-decoration: none!important;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  color: #fff!important;
  background:#0e6885;
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  padding:50px 0;
}
.area a{
  text-decoration: underline;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.btn_gray{
  padding-bottom: 3em;
}
.btn_gray a{
  padding: 1em 5em;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 10px;
}

.pdf span{
  display: block;
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: 10px;
}

.link_btn a{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1em;
  text-align: left;
  padding: 0.5em 1.5em;
  text-decoration: none!important;
  color: #fff!important;
  background: #0D4289;
  border-radius: 5px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    right: 20px;
    width: 20px;
    height: 2px;
    background: #fff;
}
.arrow::after{
    right: 20px;
    width: 8px;
    height: 6px;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}



#listPrint{
  display: flex;
  font-size: 12px;
}
#listPrint p:first-child{
  margin-right: 2em;
}


.schedule_btn{
  margin-bottom: 2em;
}

.schedule_day{
  background: #0e6885;
  color: #fff;
}

.note{
  font-size: 0.8em;
}





#local_nav{
  padding: 50px 0;
  background: #f2f4f7;
}
#local_nav .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.local_title{
  color: #0e6885;
  font-weight: bold;
}
.local_title span{
  display: block;
font-family: futura-pt,sans-serif;
font-style: normal;
  color: #000011;
  font-size: 2.2em;
  line-height: 1.2;
}

#local_nav ul{
  width: 60%;
}
#local_nav ul li{
  width: 160px;
  margin: 5px 0 5px 10px;
  padding: 0.5em 0;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  background: #fff;
}
#local_nav ul li.stay{
  color: #fff;
  background: #0e6885;
}
#local_nav ul li.stay a{
  color: #fff;
}



.acms-col-sm-12{
  margin-bottom: 3em;
}
.acms-col-sm-6{
  margin-bottom: 3em;
}
.acms-col-sm-4{
  margin-bottom: 3em;
}
#main .entry p {
    margin-bottom: 3em;
}



.search_taglist{
    display: flex;
    flex-wrap: wrap;
}
.search_taglist li{
  font-size: 14px;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 5px 15px;
  background: #eee;
  border-radius: 20px;  
}
.search_taglist li a{
	color: #000!important;
	text-decoration: none!important;
}


.column2-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column2-1 .main{
	width: 65%;
}
.column2-1 .sub{
	width: 30%;
}

.column2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column2 .col{
	width: 48%;
}



.pagenav{
	margin-bottom: 3em;
}
.pagenav li{
	margin: 0 30px 10px 0;
	display: inline-block;
}
.pagenav li a{
	text-decoration: none!important;
}

.pagenav li:before{
 content: "▼";
  color: #0e6885;
  font-size: 8px;
  margin: 0 10px;
}


#main table.form_layout td input{
	padding: 10px;
	border: none;
	background: #eee;
}
.width-half{
  width: 50%;
}
#main table.form_layout td p{
	margin-bottom: 0.5em;
}
.form-btn.form-btn-send{
  margin-left: 10px;
}

#main p.error-text{
	color: #AF0002;
	margin-bottom: 0;
	font-size: 0.8em;
}

.label-required{
	background: #AF0002;
	color: #fff;
	padding: 0 5px;
	font-size: 0.7em;	
	margin-left: 10px;
	font-weight: normal;
}
.notes{
  display: block;
  font-style: normal;
  font-size: 0.8em;
}
.notes span{
  display: block;
}

.form-btn-box{
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 20px;
}

.btn-attention-block-large{
	padding: 10px;
	color: #fff;
	background: #0e6885;
	border: none;
	font-size: 16px;
}
.btn-attention-block-large:hover{
	opacity: 0.7;
}



.columnImage{
  max-width: 100%;
  width: 100%;
}




.block_list{
  margin-bottom: 5em!important;
  display: flex;
  flex-wrap: wrap;
}
.block_list li{
  position: relative;
  width: calc(50% - 50px);
  overflow: hidden;
  padding: 7px 0 7px 50px;
  line-height: 1.4;
 margin-bottom: 5px;
}
.block_list li span{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 40px;
  padding: 7px 0;
  text-align: center;
  color: #012877;
  background: #dcdedd;
}

.block_list.block_a li span{
  color: #6dbbdf;
  background: #c2e7fa;
}
.block_list.block_b li span{
  color: #009b44;
  background: #d2e6b3;
}
.block_list.block_c li span{
  color: #e5007f;
  background: #f8cfe1;
}


.notice{
  font-size: 0.8em;
  padding-left:1em;
	text-indent:-1em;
  margin-bottom: 0!important;
}


.event_date{
  display: flex;
}
.event_date li{
  margin-right: 1em;
  color: #111;
  border-radius: 5px;
  background: #f2f2f2;
}
.event_date li.current{
   padding: 0.7em 1em;
  color: #fff;
  background: #0e6885;
}
.event_date li a{
   padding: 0.7em 1em;
  text-decoration: none!important;
  display: inline-block;
}


#schedule table{
  border-top: 1px #ddd solid;
}
#schedule th{
  background: #e6f0f3;
  border-bottom: 1px #ddd solid;
}
#schedule th span{
  display: block;
  color: #777;
  font-weight: normal;
}
#schedule th em{
  display: block;
  font-style: normal;
}
#schedule td{
  vertical-align: top;
  padding: 1.5em 2em;
  border-bottom: 1px #ddd solid;
}
#schedule td h3{
  color: #111;
  margin-bottom: 0;
}
#schedule td h3 strong{
  color: #0e6885;
}
#schedule td h4{
  margin: 1em 0 0.5em;
  font-weight: bold;
}
#schedule td li strong{
  margin-left: 2em;
}
#schedule td li em{
  font-size: 1.4em;
  font-style: normal;
}
#schedule td li.indent{
  padding-left: 3em;
  text-indent: -3em;
}


.banner_full{
  margin-bottom: 1em;
}
.banner_half{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.banner_half figure{
  width: 48%;
}



.entry-title.reports{
   color: #111;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 0;
}







#reports_nav_list{
  display: flex;
  margin-bottom: 3em;
  padding: 1.5em 1em 0.5em;
  background: #f2f4f7;
}
#reports_nav_list p{
  margin: 0 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
#reports_nav_list p:last-child{
  margin-right: 0;
}
#reports_nav_list p a{
  padding: 0.5em 1em;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
}

#reports_top_list dl{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px #eee solid;
}
#reports_top_list dt{
  width: 180px;
  line-height: inherit;
  border-left: none;
  padding-left: 0;
}
#reports_top_list dt span{
  color: #0e6885;
  font-weight: bold;
  margin-right: 20px;
}


#reports_top_list dd{
  width: calc(100% - 180px);
  padding-left: 0;
}


#pagetop{
  position: fixed;
  right: 0;
  bottom: 0;
}

.message{
  color:#AF0002;
  font-weight: bold;
  font-size: 1.2em;
}