@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main, video {
  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: linear-gradient(to bottom, rgb(30, 108, 177) 0%,rgb(188, 230, 244) 100%) 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:980px;
  height:auto !important;
  height:100%;
  margin:0 auto;
  min-height:684px;
}

/* ヘッダー */
header {
  width: 760px;
  background: #F2D2AE;
}
header a {
  pointer-events: none;
}

/* コンテンツ */
#contents {
  display: flex;
  gap: 5px;
  width: 100%;
  background:#FFFFFF;
  box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
  position: relative;
}

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

/* 左コンテンツ */
#contents_l {
  width: 215px;
  background: #FFFFFF;
  padding-bottom: 10px;
}

/* メニュー */
nav {
  width: 100%;
  margin:0 auto;
}
ul.menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 39px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  color: #001d36;
  padding:5px 5px 5px 8px;
  border-left: 5px solid #004098;
  border-bottom: 1px solid #aabdc5;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  background-color: #d9f1fc;
}
ul.menu > li a.on,
ul.menu > li a:hover {
  background: #ffffff;
  color: #001d36;
}
ul.menu > li a.on::before,
ul.menu > li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #FFFFFF;
}

nav ul.lang {
  width: 100%;
  display: flex;
  gap: 5px;
}
nav ul.lang > li {
  width: 100%;
}
nav ul.lang > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 39px;
  border-left: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background: #666666;
  margin-bottom: 3px;
  box-sizing: border-box;
  font-family: Arial, Roboto, sans-serif;
  text-decoration: none;
}
nav ul.lang > li.menu_ja a,
nav ul.lang > li a:hover {
  background: #d60077;
}
nav ul.lang > li.menu_ja a {
  pointer-events: none;
}
ul.menu > li.menu_dates > a {
  background: #004098;
  color: #FFFFFF;
  border-left: 0;
  padding-left: 13px;
  margin-bottom: 3px;
}
ul.menu > li.menu_dates > a:hover {
  background: #FF0000;
}

nav ul > li.menu_bl01, nav ul > li.menu_bl02, nav ul > li.menu_bl03, nav ul > li.menu_bl04 {
  margin-top:3px;
  display: flex;
  align-items: center;
  width: 215px;
  height: 31px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  color: #FFFFFF;
  padding-left: 13px;
  background: #004098;
  box-sizing: border-box;
}
li[class^="menu_bl"] {
  position: relative;
}
li[class^="menu_bl"]::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 210px;
  height: 1px;
  background: #C8C8C8;
}
p.logo {
  text-align: center;
}
div.logo_top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

ul.menu > li.menu_kaisai > a {
  background:#FFCC00;
  color: #333333;
}
ul.menu > li.menu_kaisai > a.on,
ul.menu > li.menu_kaisai > a:hover
{
  background: #F89A01;
}
/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 760px;
  position:relative;
}
.point{
  position:relative;
}
#contents_r.top p.item_logo {
  text-align: right;
  margin-bottom: 50px;
}
#contents_r:not(.top) > h2 {
  background: #FFFFFF;
  border-top: 10px solid #FFFFFF;
  width: 100%;
}
#contents_r:not(.top) > h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 730px;
  min-height: 67px;
  margin: 0 auto;
  padding: 5px 1em;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  background-image: linear-gradient(90deg, rgba(0, 46, 114, 1), rgba(0, 64, 152, 1) 50%, rgba(0, 46, 114, 1));
  line-height: 1.1;
  letter-spacing: 1px;
  color: #FFFFFF;
}

#contents_r:not(.top) > h2.dates {
  background: #a9272d;
}

.wrapper_news {
  width: 730px;
  padding: 20px 15px;
  display: flex;
  gap: 30px;
  background: #FFFFFF;
}

#news{
  width: 460px;
}
#news > h2{
  width: 460px;
  height: 40px;
  line-height: 40px;
  margin-bottom:10px;
  background: #004098;
  color: #FFFFFF;
  font-size: 18px;
  padding-left: 10px;
  box-sizing: border-box;
}
#news_frame{
  padding:0 10px;
  width: 440px;
  height: 170px;
  overflow:auto;
  font-size: 13px;
  line-height: 1.3;
}
#news_frame p{
  margin-bottom:7px;
}

#contact{
  float:right;
  width: 240px;
  font-size: 13px;
  line-height: 1.5;
}
#contact p img {
  margin: 5px 0 0;
}
#contact h2 {
  margin-top:15px;
  font-weight:bold;
}
#contact h2:first-child{
  margin-top:0;
}
#contact address, address{
  font-style:normal;
}

.banner img {
  max-width: 240px;
}

footer {
  clear:both;
  margin: 0 0 0 auto;
  width:980px;
  background: #001d36;
}
footer p {
  padding:10px 1em;
  font-size:12px;
  text-align:center;
  line-height: 1;
  box-sizing: border-box;
  color: #ffffff;
}

/* サブページ内 */
main {
  width: 660px;
  padding: 30px 50px;
  position:relative;
  min-height: 650px;
  background: #FFFFFF;
  margin: auto;
}

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

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

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

/* サブページ段落 */
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;
  margin-top: 0;
}
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:last-child {
  margin-left: 15px;
}
main .wrapper_greet img {
  padding: 1px;
  border: 1px solid #CCCCCC;
}

/* 開催概要 */
table.hyou_info{
  border-collapse:collapse;
  width:100%;
  border: 1px solid #CCCCCC;
}
table.hyou_info td{
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
  padding:0.75em 1em;
  vertical-align:top;
  text-align:left;
}
table.hyou_info th{
  border:1px solid #CCCCCC;
  padding:0.75em 1em;
  width:17%;
  vertical-align:top;
  text-align:left;
  white-space:nowrap;
  background-color: #e7f3e4;
  color:#555555;
}
table.hyou_info table{
  border-collapse:collapse;
  border:none;
}
table.hyou_info table td{
  border-bottom:none;
  text-align:left;
  vertical-align:top;
  padding:0 0.25em;
}
table.hyou_info table td.prise{
  text-align:right;
}

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

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

/* kigyo */

/* accsess*/

/* link */
main.link p {
  background:url(../images/icon_link.png) no-repeat left center;
  margin-bottom:0.5em;
  padding-left:17px;
}
main.link p a:link,main.link p a:visited {
  color:#333333;
  text-decoration:none;
}
main.link p a:hover,main.link p 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;
}
a:link.red, a:visited.red {
  color:#ff0000;
  text-decoration:none;
}
a:hover.red, a:active.red {
  color:#ff0000;
  text-decoration: underline;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:95px;
  z-index: 3;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 95px;
}

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

/* ◇ */
span.hishi {
  background:url(../images/icon_hishi.png) no-repeat left center;
  padding-left:15px;
}

/* テンプレート */
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:#e7f3e4;
  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;
}
table.non th.sp1{
  padding-right:1em
}

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

/* 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;}
.ml2 {margin-left:2em;}

.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: #d9f1fc;
  border: 2px solid #004098;
  cursor: pointer;
  font-size:18px;
  position: relative;
  height:60px;
}

.button a {
  width: 100%;
  height: 100%;
  color: #004098;
  text-decoration: none;
  font-weight:bold;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 9999px;/*長円形作成*/
}
.button:hover {
  background: #8C6111;
}
.button:hover a {
  color: #fff;
}
.button_400 {
  width: 400px;
}
.button_300 {
  width: 300px;
}
.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: #BBB;
  font-size:18px;
  font-weight: bold;
  color:#fff;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: 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;
}
.pass_icon a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
  background: url('../images/icon_password.png') no-repeat;
  width:23px;
  height:24px;
}

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

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

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

  body {
    background:#FFFFFF;
  }

  /* コンテンツ全体 */
  #contents_all {
    width:100%;
  }

  /* ヘッダー */
  header {
    width: 100%;
  }

  /* コンテンツ */
  #contents {
    box-shadow: none;
  }

  /* 左コンテンツ */
  #contents_l {
    width: 22.5%;
    padding-bottom: 20px;
  }

  /* メニュー */
  ul.menu > li > a {
    font-size: 14px;
    padding:5px 1em 5px 8px;
  }
  nav ul.lang > li a {
    width: 100%;
    font-size: 13px;
  }

  nav ul > li.menu_bl01, nav ul > li.menu_bl02, nav ul > li.menu_bl03, nav ul > li.menu_bl04 {
    width: 100%;
  }

  li[class^="menu_bl"]::before {
    width: 100%;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 77.5%;
  }

  #contents_r:not(.top) > h2 span {
    width: 96%;
  }

  .wrapper_news {
    width: 95%;
    gap: 4%;
  }

  #news{
    width: 60%;
  }
  #news > h2{
    width: 100%;
  }
  #news_frame{
    padding:0 2.5%;
    width: 95%;
    height: 250px;
  }

  #contact{
    width: max-content;
  }

  footer {
    width: 100%;
  }

  /* サブページ内 */
  main {
    width: 85%;
    padding: 30px 7.5%;
  }

  /* pagetop */
  .pagetop {
    bottom:40px;
    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: 38px;
    height: 38px;
    background: #004098;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 10;
    border-radius: 3px;
    border: 1px solid #ffffff;
  }
  .hamburger_line {
    position: relative;
    width: 25px;
    height: 2px;
    background: #FFFFFF;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #FFFFFF;
    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);
  }

  /* コンテンツ全体 */
  #contents_all {
    width:100%;
  }

  /* ヘッダー */
  header {
    position: sticky;
    top: 0;
    z-index: 3;
  }
  header a {
    pointer-events: all;
  }

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

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

  /* メニュー */
  ul.menu > li > a {
    font-size: 15px;
    padding: 5px 2em 5px 8px;
  }

  nav ul.lang > li a {
    width: 100%;
    font-size: 15px;
  }

  /* ここからmain部分 */

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

  #contents_r:not(.top) > h2 span {
    width: 95%;
    font-size: 20px;
    min-height: 50px;
  }

  .wrapper_news {
    gap: 4%;
    flex-direction: column;
    padding: 15px 2.5%;
  }

  #news{
    width: 100%;
    border-bottom: 1px solid #3B8766;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
  #news > h2{
    width: 100%;
  }
  #news_frame{
    padding:0 2.5%;
    width: 95%;
    height: 170px;
  }

  /* サブページ内 */
  main {
    width: 90%;
    padding: 20px 5% 30px;
  }

  /* 会長挨拶 */
  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;
  }

  /* table横スクロール */
  .table_wrap {
    overflow-x: scroll;
  }
  .hyou_endai {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }

  /* ボタン */
  .dl_box {
    flex-direction: column;
    margin:0.5em 0;
  }
  .dl_item {
    text-align:center;
    margin:10px auto;
  }
  .button_400 {
    width: 100%;
    margin:10px 0;
  }


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

