@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
  line-height: 1.6;  color: #333333;
  font-family: Meiryo,"Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-size: 93%;
  background: #E5E5E5;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}

/* コンテンツ全体 */
#contents_all {
  width: 100%;
  /* height:auto !important; */
  height:100%;
  background: #E5E5E5;
  margin:0 auto;
  min-height:684px;
display: grid;grid-template-rows: auto 1fr;}

/* ヘッダー */
header {
  width: 100%;
  height: 117px;
  text-align:center;
  background: #4C68AB;
  border-top: 3px solid #23304E;
  box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.8);
  position: relative;
  z-index: 3;
}
header h1 {
  background: url(../images/img_header.png) no-repeat top center;
  width: 1023px;
  height: 117px;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
/* コンテンツ */
#contents {
  margin:0 auto;
  width: 960px;
  background: url(../images/bg_menu.png) repeat-y left top;
  box-shadow: 0px 3px 20px -6px rgba(0,0,0,0.6);
display: grid;grid-template-rows: 1fr auto;grid-template-columns: 200px 1fr;}

/* クリアフィクス */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* トップページメイン画像 */
.hero {
  display: grid;grid-template-rows: auto 1fr;width: 960px;
  height: 100%;
  background: url(../images/bg_hero.png) no-repeat center top;
}
.wrapper_detail {
  overflow: hidden;
  padding-top: 340px;
height: 130px;/* width: 100%; */}
.date {
  background: url(../images/img_top01.png) no-repeat left top;
  width: 420px;
  height: 37px;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.natl {
  background: url(../images/img_top02.png) no-repeat left top;
  width: 540px;
  height: 130px;
  float: right;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.venue {
  background: url(../images/img_top03.png) no-repeat left top;
  width: 420px;
  height: 93px;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* 左コンテンツ */
#contents_l {
  /* float: left; */
  width: 200px;
}
body.toppage #contents_l {
  width: 960px;
  height: auto;display: grid;
  
grid-template-columns: 200px 1fr;}

/* メニュー */
nav {
  width: 200px;
  margin: 0 auto 100px;
  padding: 30px 0 30px;/* background-color: #D3DAEB; */
position: sticky;top: 0;}
body.toppage nav {
    padding-top: 0;
    margin-bottom: 0;
}
ul.menu {
  width: 190px;
  margin: 0 auto;
}
ul.menu.top {
  margin: 10px auto 100px;
}
ul.menu > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  height: 40px;
  background: #FFFFFF;
  color: #333333;
  border-left: 6px solid #1B4E8C;
  padding-left: 5px;
  margin-bottom: 2px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
ul.menu > li a.on,
ul.menu > li a:focus,
ul.menu > li a:hover {
  background: #256EBC;
  text-decoration: none;
  color: #FFFFFF;
}


/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  /* float: right; */
  /* width: 760px; */
}

/* 新着情報 */
.wrapper_news {
  /* width: 730px; */
  margin: 10px 18px 0 12px;
display: flex;flex-direction: column;}
#news {
  width: 100%;
  text-align:left;
}
#news_frame {
  width: 690px;
  font-size: 13px;
  height:350px;
  padding:5px 20px;
  overflow:auto;
  background: #FFFFFF;
}  
#news h3 {
  background: #4C68AB;
  color: #FFFFFF;
  width: 730px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  box-sizing: border-box;
}
#news_frame dl {
  overflow: hidden;
  margin-bottom: 1em;
}
#news_frame dl > div {
  padding-left: 0.8em;
}
#news_frame dt ,#news_frame dd {
  padding-top: 1em;
}
#news_frame dt {
  float: left;
  font-weight: bold;
  color: #003782;
}
#news_frame dd {
  padding-left: 7em;
}

/* 事務局等 */
#info {
  width:730px;
  text-align:left;
  padding: 8px 0;
  font-size: 12px;
margin-top: auto;}
#info h4 {
  font-size: 13px;
  font-weight: bold;
}
#info address {
  font-style: normal;
  line-height: 1.5;
}

/* フッター */
footer {
  /* clear: both; */
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  margin: 0 auto;
  width: 100%;
  background-color: #1B4E8C;
  color: #FFFFFF;
grid-column: 1 / 3;}

/* サブページ内 */
main {
  width: 690px;
  padding: 20px 35px 50px;
  position:relative;
  min-height:650px;
  background: #FFFFFF;
height: calc( 100% - 70px);}
main h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #4C68AB;
  margin-bottom: 40px;
  border-bottom: 2px solid #4C68AB;
  text-shadow: 1px 1px 1px rgba(76,104,171,0.4);
}
/* サブページ大見出し */
main h3 {
  font-size: 18px;
  font-weight: bold;
  margin:2em 0 1em;
  padding: 6px 12px 4px 10px;
  box-sizing: border-box;
  background: #ccecfc;
  color:#333333;
  border-bottom: 2px solid #B2B2B2;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

main h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 4px 0 0 15px;
  box-sizing: border-box;
  font-size: 115%;
  font-weight: bold;
  color: #9CAB4E;
  border-left: 5px solid #9CAB4E;
}
/* サブページ小見出し  */
main h5 {
  margin: 1em 0 0.5em 0;
  padding:0.2em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}


/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}


/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.aki li {
  padding-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}
main ol.aki li {
  padding-bottom: 0.5em;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}

/* 挨拶 */
main.greet p{
  line-height: 1.9;
  text-indent:1em;
}
div.greet_name {
  line-height: 1.8;
  position: relative;
  height:220px;
  margin-bottom:2em;
  width:100%;
}
main.greet div.name{
  position: absolute;
  bottom:0;
  margin-left:180px;
}
main.greet p.photo {
  float:left;
  text-indent:0;
}
main.greet p.photo img{
  border: 1px solid #CCCCCC;
  padding:1px;
}
/* テーブルで組む場合 */
table.greet_name {
  border: none;
}
table.greet_name td {
  text-align: left;
  vertical-align: bottom;
}
table.greet_name th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  width:160px;
}

/* 開催概要 */
table.hyou_info{
  border-collapse:collapse;
  width:100%;
}
table.hyou_info th{
  border-top:1px solid #a52a2a;
  border-bottom:1px solid #a52a2a;
  padding:1em 1.5em 1em 0.5em;
  vertical-align:top;
  white-space:nowrap;
  text-align:left;
  color:#555;
  width:10%;
}
table.hyou_info td{
  border-top:1px solid #a52a2a;
  border-bottom:1px solid #a52a2a;
  padding:1em 0 1em 0.5em;
  vertical-align:top;
  text-align:left;
}
/* Information */
table.regi {
  width: 100%;
}
table.regi td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: middle;
}
table.regi td.yen {
  text-align: center;
}
table.regi th {
  border: 1px solid #666666;
  background-color: #D1D1D1;
  background-color: #fff2c2;
  background-color: #F0F4D1;
  padding: 0.5em;
  vertical-align: middle;
  font-weight: normal;
}
table.regi th.left {
  text-align: left;
}

/* Organizing Committee */
table.non.committee td {
  font-size: 85%;
  padding-right: 0.8em;
  padding-bottom: 0.2em;
}

/* Tour */
.tour_img_flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.tour_img_flex figure:nth-child(-n+2) {
  margin-bottom: 1em;
}
figcaption {
  margin: 2px 0 0;
  font-size: 0.8em;
}

/* endai */

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* accsess*/

/* リンク */
p.link {
  background:url(../images/icon_link.png) no-repeat left 8px;
  padding-left:15px;
  margin-bottom:0;
}
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:95px;
}
.pagetop a {
  display: block;
  width:70px;
  height:70px;
}

/* 外部リンク */
a.external {
  background: url(../images/external.png) no-repeat right center;
  padding-right: 20px;
}

/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background-color: #F0F4D1;
  background-color: #fff2c2;
  background-color: #F0F4D1;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}

/* text */
.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRFAAAAp3o92gAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=)
0 center repeat-x;
}
.uchikeshi.red {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF/wAAGeIJNwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=
) 0 center repeat-x;
}
.underline {
  text-decoration:underline;
}
.red {color: #FF0000;
}
.blue {color: #1d2777;
}


/* 取り消し線 */
span.del {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-color: red;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

.text_r{
  text-align:right;
}
.text_c{
  text-align:center;
}

.btn a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.btn a {
  border-radius: 5px;
  padding: 10px 25px;
  margin: 10px;
  min-width: 150px;
  font-size: 16px;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  color: #FFFFFF !important;
  background-image: linear-gradient(to bottom, #0061CF, #00428D);
}
.btn a:hover {
  opacity: 0.6;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.8);
}
.btn.pdf a {
  position: relative;
}
.btn.pdf a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(../images/icon_pdf.svg) no-repeat;
  position: absolute;
  top:calc(50% - 12px);
  right: 1em;
}

.table {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  color: #353535;
  margin-bottom: 4rem;
}

.table th,
.table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.table td {
  text-align: left;
  vertical-align: top;
}

td.td_cn {
  text-align: center;
}

td.td_cl {
  background: #cfd6e7;
  font-weight: 600;
}
td.w25 {
  width:28.3333333%;
}
td.w85 {
  width:85%;
}

.table th {
  background: #cfd6e7;
	text-align: center;
	white-space: nowrap;
  vertical-align: middle;
  width: 15%;
}
