@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.7;  color: #333333;
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  background: url(../images/bg_body.webp) no-repeat left top fixed;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* 見出し */
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:960px;
  height:auto !important;
  height:100%;
  margin:0 auto;
  min-height:684px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.8);
}

/* ヘッダー */
header {
  width: 100%;
}
header h1 a {
  pointer-events: none;
}

/* コンテンツ */
#contents {
  margin:0 auto;
  width: 960px;
  display: flex;
}

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

/* 左コンテンツ */
#contents_l {
  width: 240px;
  background: #b4c8f5;
  display: flex;
  flex-direction: column;
}

.banner {
  margin:10px auto;
}
.banner2 {
  margin:0 10px 10px;
}
/* メニュー */
nav {
  width: 100%;
  margin:0 auto 60px;
  margin:0 auto 20px;
}
ul.menu {
  width: 100%;
}
ul.menu > li.menu00 > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  border-bottom: 4px solid #b4c8f5;
  background: #dcf0ff;
  color: #000000;
  padding: 2px 0.5em 2px 25px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.1;
  font-size: 14px;
  position: relative;
}
ul.menu > li.menu00 > a::before {
  content: "";
  display: block;
  background: url(../images/ico_menu.svg) no-repeat ;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 2;
  color: #FFFF00;
}
ul.menu > li.menu00 > a.on::before,
ul.menu > li.menu00 > a:hover::before {
  background: url(../images/ico_menu_on.svg) no-repeat ;
}
ul.menu > li.menu00 > a:hover,
ul.menu > li.menu00 > a.on {
 font-weight: bold;
 background: linear-gradient(to right, rgba(145,61,39,1) 20%,rgba(0,0,0,1) 100%);
 color: #FFFF00;
}
ul.menu_child > li > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  border-bottom: 4px solid #b4c8f5;
  background: #dcf0ff;
  color: #000000;
  padding: 4px 0.5em 2px 25px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.2;
  font-size: 14px;
  position: relative;
}
ul.menu_child > li a.on,
ul.menu_child > li a:hover {
 font-weight: bold;
 background: linear-gradient(to right, rgba(145,61,39,1) 20%,rgba(0,0,0,1) 100%);
 color: #FFFF00;
}
li.menu_parent > span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 34px;
  background: linear-gradient(to right, rgba(40,70,210,1) 20%,rgba(23,28,97,1) 100%);
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 4px solid #b4c8f5;
  box-sizing: border-box;
  position: relative;
}
/* メニュー折りたたみ時のアイコン */
li.menu_parent > span::before {
  /* content: ''; */
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 12px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
  transition: 0.3s all;
  transform-origin: center;
}
li.menu_parent > span.active::before {
  transform: translateY(-2px) rotate(315deg);
  box-sizing: border-box;
}
/* 子要素の折りたたみ用 */
ul.menu_child {
  /* display: none; */
}
ul.menu_child > li > a::before {
  content: "";
  display: block;
  background: url(../images/ico_menu.svg) no-repeat ;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 2;
}
ul.menu_child > li a.on::before,
ul.menu_child > li a:hover::before {
  background: url(../images/ico_menu_on.svg) no-repeat ;
}
ul.menu_child > li.menu26 > a::before {
  top: 5px;
}
ul.menu_child > li.menu26 a.on::before,
ul.menu_child > li.menu26 a:hover::before {
  top: 5px;
}

/* 言語切り替え */
ul.lang_btn {
  width: 100%;
  display: flex;
  gap: 0 10px;
  justify-content: center;
  margin-bottom: 15px;
}
ul.lang_btn li {
  flex: 1;
}
ul.lang_btn li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 26px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #afafaf;
  color: #3c3c3c;
  text-decoration: none;
  flex-shrink: 0;
}
ul.lang_btn li > a:hover,
ul.lang_btn li > a.on {
  background: #bd2033;
  color: #FFFFFF;
}
ul.lang_btn li > a.on {
  pointer-events: none;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 720px;
  background: #d2d7d7 url(../images/bg_contents_r.png) no-repeat left top;
}
#contents_r.page h2 {
  width: 680px;
  min-height: 50px;
  background: linear-gradient(to right, rgba(145,61,39,1) 20%,rgba(0,0,0,1) 100%);
  padding: 15px 1em 10px 65px;
  margin: auto;
  font-size: clamp(20px,3.64vw,28px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
#contents_r.page h2::before {
  content: "";
  display: block;
  background: url(../images/ico_page_h2.svg) no-repeat;
  width: 39px;
  height: 35px;
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 2;
}

/* 新着情報 */
#news {
  margin: 0 auto 1em;
  width: 680px;
  text-align:left;
}
#news h3.news_title {
  width: 100%;
  height: 42px;
  background: linear-gradient(to right, rgba(23,42,136,1) 25%,rgba(120,55,55,1) 100%);
  box-sizing: border-box;
  border: 1px solid #000000;
}
#news_frame {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  height: 200px;
  height: 300px;
  padding: 10px 20px;
  box-sizing: border-box;
  overflow:auto;
  border: 1px solid #000000;
  border-top: none;
  background: #FFFFFF;
}
#news_frame dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em 2em;
}
#news_frame dt {
  font-weight: bold;
  color: #be4119;
}

/* 事務局等 */
#info {
  width:100%;
  text-align:left;
  padding: 20px 8px;
  box-sizing: border-box;
/*  margin-top: auto;*/
}
#info h4 {
  font-size: 14px;
  font-weight: bold;
  color: #2846d2;
  border-bottom: 1px solid;
  border-image:linear-gradient(to right, rgba(40,70,210,1) 20%,rgba(23,28,97,1) 100%);
  border-image-slice: 1;
  line-height: 1;
  padding-bottom: 2px;
}
#info address {
  font-style: normal;
  font-size: 12px;
  padding-top: 4px;
  line-height: 1.4;
}
#info h4:nth-of-type(2){
  margin-top: 1em;
}

/* フッター */
footer {
  text-align: center;
  font-size: 12px;
  padding: 6px 1em;
  margin: 0 auto;
  width: 100%;
  background: #193278;
  color: #FFFFFF;
  box-sizing: border-box;
  line-height: 1.2;
}

/* サブページ内 */
main {
  width: 680px;
  margin: 0 auto 20px;
  padding:20px 35px 40px;
  box-sizing: border-box;
  min-height:1250px;
  min-height:1280px;
  min-height:1580px;
  background:rgba(255,255,255,0.95);
  position:relative;
}

/* サブページ大見出し */
main h3 {
  border-left: 10px solid #D0A900;
  border-bottom: 2px solid #BBBBBB;
  background: #fcf4ce;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 10px 8px 10px;
  margin: 2em 0 1em;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
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: 0.75em;
  font-size: 110%;
  font-weight: bold;
  background: #B4C8F5;
  padding: 0.5em 0.8em 0.35em;
}

/* サブページ小見出し  */
main h5 {
  margin: 1.2em 0 0.2em 0;
  margin-bottom: 0.5em;
  padding: 0.2em;
  font-weight: bold;
  border-bottom: 2px dotted #BBBBBB;
}

/* サブページ段落 */
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.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;
}
main .wrapper_greet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 30px;
}
main .wrapper_greet > p {
  line-height: 1.6;
  text-indent: 0;
  text-align: left;
}
main .wrapper_greet > p:first-child {
  flex-shrink: 0;
}
main .wrapper_greet > p:last-child {
  margin-left: 20px;
}
main .wrapper_greet img {
  box-shadow: 2px 2px 4px 0px #999;
}
/* タブ切替（挨拶） */
.greet_tab_container {
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 3px solid;
  border-image:linear-gradient(to right, rgba(145, 61, 39, 1) 20%, rgba(0, 0, 0, 1) 100%) 1;
  display: flex;
  gap: 5px;
}
.greet_tab {
  font-size: 18px;
  font-weight: bold;
  text-align:center;
  width: calc((100% - 10px) / 3);
  height: 45px;
  line-height: 45px;
  padding: 3px 10px 0;
  box-sizing: border-box;
  background: #afafaf;
  color: #FFFFFF;
  cursor: pointer;
}
.greet_tab:hover,
.greet_tab.active {
  background: #913D27;
}
.greet_content {
    display: none;
}
.greet_content.show {
    display: block;
}

/* 開催概要 */
table.hyou_info {
  border-collapse:collapse;
  width:100%;
  border: 1px solid #CCCCCC;
}
table.hyou_info th {
  border-right:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
  padding:1em 1.5em 1em 0.5em;
  vertical-align:top;
  white-space:nowrap;
  text-align:left;
  background: #e0eee9;
  font-weight: normal;
  color:#555;
  width:10%;
}
table.hyou_info td {
  border-bottom:1px solid #CCCCCC;
  padding:1em 0 1em 0.5em;
  vertical-align:top;
  text-align:left;
}

.googleMap iframe {
  aspect-ratio: 16/9;
  width: 100%;
  margin-top: 2em;
}

/* リンク */
p.link {
  background-image: url(../images/icon_link.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 15px 15px;
  padding-left: 20px;
}
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;
  z-index: 3;
}
.pagetop a {
  display: block;
  background: #bd2033;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
  opacity: 0.9;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
}
.pagetop a::before {
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.pagetop a:hover {
  opacity: 0.6;
}


/* 外部リンク */
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 1em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background-color: #DCF0FF;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em 1em;
  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;
}

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

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

/* ボタン */
.button {
  width: 270px;
  border-radius: 9999px;
  text-align: center;
  background-color: #e3ecfa;
  border: 2px solid #033787;
  cursor: pointer;
  font-size:18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  height:60px;
}

.button a {
  width: 100%;
  height: 100%;
  color: #033787;
  text-decoration: none;
  font-weight:bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;/*長円形作成*/
}
.button:hover {
  background: #033787;
}
.button:hover a {
  color: #FFFFFF;
}
.button_400 {
  width: 400px;
}
.button_190 {
  width: 190px;
}
.button_2line {
  height:60px;
  padding:0;
  line-height: 1.2;
}
.button_3line {
  height:84px;
  padding:0;
  border-radius: 9999px;
  line-height: 1.2;
}

/* 反応しないボタン */
.button_gray {
  width: 270px;
  border-radius: 9999px;/*長円形作成*/
  text-align: center;
  background-color: #BBBBBB;
  font-size:18px;
  font-weight: bold;
  color:#FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height:60px;
}

/* ボタン  アイコン */
.pdf_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_pdf-25px.png') no-repeat;
  width:25px;
  height:25px;
}

.dl_box {
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  margin:1em 0;
}
.dl_item {
  margin: 10px;
}
/* endai */


/* sponsor */
table.sponsor {
  width: 100%;
  margin: 1em 0;
}
table.sponsor td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: center;
}
table.sponsor td.content {
  text-align: left;
  background-color: #F5F5F5;
  width:60%;
}
table.sponsor th {
  border: 1px solid #666666;
  background-color: #DCF0FF;
  padding: 0.5em 1em;
  vertical-align: top;
  font-weight: normal;
}


/* PCで表示 */
.pc_only {
  display: inline-block;
}
/* PCでは非表示 */
.sp_only, .tb_only, .pc_none {
  display: none;
}

/*------------------------------------------*/
/* タブレット用 959px */
/*------------------------------------------*/
@media screen and (max-width:959px){
  /* タブレットで表示 */
  .tb_only, .pc_none {
    display: inline-block;
  }
  /* タブレットでは非表示 */
  .pc_only, .sp_only {
    display: none;
  }


  body {
    background: #FFFFFF;
  }
  /* コンテンツ全体 */
  #contents_all {
    width:100%;
    box-shadow: none;
  }

  /* ヘッダー */

  /* コンテンツ */
  #contents {
    width: 100%;
  }

  /* 左コンテンツ */
  #contents_l {
    width: 25%;
  }

  .banner {
    width:92%;
  }

  /* メニュー */
  ul.menu_child > li > a {
    font-size: 12px;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 75%;
    background: #d2d7d7 url(../images/bg_contents_r.png) no-repeat left top / 100%;
  }
  #contents_r.page h2 {
    width: 95%;
    padding: 15px 1em 10px 10%;
  }

  /* 新着情報 */
  #news {
    width: 95%;
  }

  #news_frame dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #news_frame dd {
    padding-bottom: 1em;
  }

  /* サブページ内 */
  main {
    width: 95%;
    padding:20px 5% 40px;
    min-height:1320px;
    min-height:1570px;
/*    margin: 0 auto 50px;*/
  }

  /* pagetop */
  .pagetop {
    bottom:45px;
    right:10px;
    }

  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 767px  */
/*------------------------------------------*/
  @media screen and (max-width:767px){
  /* スマホで表示 */
  .sp_only, .pc_none {
    display: inline-block;
  }
  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none {
    display: none;
  }

  /*ハンバーガー ボタン*/
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 0;
    background: #FFFFFF;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 10;
    border-radius: 3px;
  }
  .hamburger_line {
    position: relative;
    width: 25px;
    height: 2px;
    background: #2946D3;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #2946D3;
    transition: 0.3s;
  }
  .hamburger_line::before {
    top: -8px;
  }
  .hamburger_line::after {
    bottom: -8px;
  }
  /* 閉じる */
  .hamburger.active .hamburger_line {
    background: transparent;
  }
  .hamburger.active .hamburger_line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.active .hamburger_line::after {
    bottom: 0;
    transform: rotate(-45deg);
  }


  body {
    background: #b4c8f5;
  }
  
  /* コンテンツ全体 */
  #contents_all {
    width:100%;
    background:rgba(0,35,72,1) url(../images/bg_contents_r.png) no-repeat left top / 100%;
  }
  #contents_all.active {
    background: #b4c8f5;
  }

  /* ヘッダー */
  header {
    position: sticky;
    top: 0;
    z-index: 3;
    transition: 0.3s all;
    background: rgba(0,35,72,1);
  }
  header.scrolled {
    background: rgba(0,35,72,0.7);
  }
  header h1 a {
    pointer-events: all;
  }

  /* コンテンツ */
  #contents {
    flex-direction: column;
  }

  /* 左コンテンツ */
  #contents_l {
    width: 100%;
    padding: 20px 0 50px;
  }

  .banner {
    width:auto;
  }
  .banner2 {
    text-align: center;
  }

  /* メニュー */
  ul.menu > li > a {
    height: 50px;
  }
  ul.menu_child > li > a {
    min-height: 50px;
    font-size: 14px;
  }
  li.menu_parent > span {
    min-height: 50px;
  }
  ul.menu > li.menu00 > a::before {
    top: 14px;
  }

  /* 親要素メニュー折りたたみ時のアイコン */
  li.menu_parent > span::before {
    content: ''; 
  }
  ul.menu_child > li > a::before {
    top: 14px;
  }
  /* 子要素の折りたたみ用 */
  ul.menu_child {
    /* display: none; */
    /* 今は未使用 */
  }
  ul.menu_child > li a.on::before,
  ul.menu_child > li a:hover::before {
    top: 14px;
  }

  /* 言語切り替え */
  ul.lang_btn li > a {
    min-height: 50px;
    width: 90%;
    margin: 0 5% 10px;
  }

  .banner2 {
    margin:10px 8px;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 100%;
  }
  #contents_r.page h2 {
    width: 100%;
  }
  #contents_r.page h2::before {
    content: "";
    display: block;
    background: url(../images/ico_page_h2.svg) no-repeat;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 2;
  }

  /* 新着情報 */
  #news {
    width: 95%;
  }
  #news h3.news_title {
    display:flex;
    align-items: center;
    padding-left: 1em;
  }
  #news h3.news_title img {
    width: 120px;
  }

  /* 事務局等 */
  #info {
    margin-top: 0;
    padding: 15px 5%;
    background: #b4c8f5;
  }

  /* サブページ内 */
  main {
    width: 100%;
    margin: 0 auto;
    min-height: 450px;
  }

  /* 挨拶 */
  main .wrapper_greet {
    flex-direction: column;
    align-items: center;
    }
  main .wrapper_greet > p {
    margin-bottom: 1em;
    text-align: center;
  }
  main .wrapper_greet > p:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .wrapper_greet p span {
    display: inline-block;
    padding: 0.5em 0 0;
  }
  /* タブ切替（挨拶） */
  .greet_tab_container {
    width: 100%;
    margin: 0 0 20px;
    border-bottom:none;
    flex-direction: column;
  }
  .greet_tab {
    font-size: 16px;
    width: 100%;
  }

  /* 開催概要 */
  table.hyou_info {
    box-sizing: border-box;
    border: none;
  }
  table.hyou_info th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:1px solid #DDDDDD;
    border: none;
  }
  table.hyou_info td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
  }


  /* 下記は削除しない */
}
