@charset "utf-8";

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

html,body{ height:100%;}

/* 背景 */
body {
  height: 100%;
  line-height: 1.7;
  color: #333333;
  font-family: Arial, Roboto, "Droid Sans",  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,sans-serif;
  font-size: 90%;
  overflow: auto;
  background-color:#8cd2c8;
}

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

/* 見出し */
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;
}
ol > li > ul > li {
  list-style:disc;
}

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

/* HTML5 */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  display: block
}

/* コンテンツ全体 */
#contents_all {
  position: relative;
  width: 960px;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  min-height: 784px;
  background-color: #fff2cf;
  box-shadow: 0px 0px 7px 3px rgba(120,120,120,0.9);
}

/* コンテンツ */
#contents {
  position: relative;
  margin:0 auto;
  width: 960px;
  display: flex;
  justify-content: start;
  align-items: stretch;    /*メニュー背景色を下まで伸ばすため*/
}

/* ヘッダー */
header {
  width:730px;
  height: 142px;
  margin:0;
  background-color: #fff2cf;
  box-shadow: inset 5px 0px 4px -2px rgba(140,140,140,1);
  z-index: 999;
  position: absolute;
  right: 0;
}
header img {
  margin: 12px 20px;
}

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

/* 左コンテンツ */
#contents_l {
  width: 230px;
}
/* メニュー */
nav {
  width:224px;
  margin: 12px 0 0 0;
}
ul.menu {
  width:224px;
}
ul.menu > li{
  margin:0 auto;
}
ul.menu > li > a{
  height: 42px;
  display: flex;
  padding-left: 10px;
  align-items:center;
  position: relative;
  overflow: hidden;
  background: #aaaaaa;
  font-size: 14px;
  line-height: 1.2;
  color: #414141;
  box-sizing:border-box;
  margin-bottom: 6px;
  font-weight: bold;
  text-decoration: none;
}

ul.menu > li > a::before {
  content: '';
  display: block;
  background: url(../images/ico_off.svg) no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 1px;
}
/*ul.menu > li > a.on,
ul.menu > li > a:hover {
  background-color: #61baa0;
  color: #ffffff;
  text-decoration: none;
}*/
/*ul.menu > li > a.on::before,
ul.menu > li > a:hover::before {
  background: url(../images/ico_on.svg) no-repeat;
}*/

.img_l {
  display: block;
  margin: 20px 10px 0;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 730px;
  min-height: 934px;
  box-shadow: inset 5px 0px 4px -2px rgba(140,140,140,1);
  background: url(../images/img_page.png) no-repeat top;
  background-position: 0 142px;
  background-color: #ffffff;
}

/* 新着情報 */
#news {
  width: 700px;
  box-sizing: border-box;
  margin: 0 auto 16px;
  border: 1px solid #00357f;
}
#news h2{
  width: 700px;
  height: 35px;
  background: linear-gradient(90deg, rgba(0,21,97,1) 20%, rgba(0,120,180,1) 100%);
  color:#fff;
  font-weight: 100;
  font-size:28px;
  line-height: 1.3;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding-left: 10px;
}
#news_flame {
  padding: 10px 20px;
  height:150px;
  overflow: auto;
  font-size: 97.2%;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 15px;
}
#news_flame dt {
  float: left;
  color: #00357f;
  font-weight: bold;
}
#news_flame dd {
  padding-bottom: 7px;
  padding-left: 5.75em;
}

/* 事務局等 */
.info {
  position: absolute;
  width: 210px;
  font-size:12px;
  line-height: 1.5;
  top: 780px;
  left: 10px;
}
.info.top {
  top: 650px;
}
.info div{
  margin-bottom:10px;
}
.info address {
  font-style: normal;
  margin-top:1.5em;
}
.info h2 {
  height:20px;
  margin-bottom: 0.5em;
  font-weight:bold;
  text-align: left;
  border-bottom: 1px solid #1d6bb4;
  font-size: 14px;
  color: #1d6bb4;
}

/* フッター */
footer {
  margin: 0 auto;
  padding: 3px 0;
  width: 960px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  background-color: #00357f;
}

/* サブページ内 */
main {
  width: 650px;
  margin-top: 142px;
  min-height:800px;
  background-color: rgba(255,255,255,0.9);
  padding: 30px 40px;
  box-shadow: inset 5px 0px 4px -2px rgba(140,140,140,1);
}
main h2.pagetitle {
  background-color: #61baa0;
  color: #ffffff;
  width: 630px;
  line-height: 1.5;
  height: 46px;
  font-weight: bold;
  font-size: 32px;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 16px;
}
/* サブページ大見出し */
main h3 {
  margin: 2em 0 1em;
  padding: 4px 0 4px 10px;
  border-left: 8px double #004e7f;
  border-bottom: 1px solid #004e7f;
  border-top: 1px solid #004e7f;
  border-right: 8px double #004e7f;
  background-color: #ffffff;
  font-weight: bold;
  font-weight: 600;
  font-size: 120%;
  text-align: left;
  color: #004e7f;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child, main blockquote 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: 1.5em 0 1em;
  padding:0.4em 1em 0.2em;
  background: #9c5d75;
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  border: 4px double #ffffff;
}

/* サブページ小見出し */
main h5 {
  margin: 1.2em 0 0.7em;
  padding:0 2px 2px;
  font-size: 105%;
  font-weight: bold;
  border-bottom: 1px dotted #333;
}

/* サブページ段落 */
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;
}

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

/* 挨拶 */
main.greet p {
  margin-top: 0.75em;
}
div.greet_name{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
}
div.greet_name div.name{
  flex: auto;
}
div.greet_name div.name p{
  text-indent: 0;
  line-height: 1.8;
  text-align: left;
}
div.greet_name div.photo{
  flex: 0 0 150px;
  padding: 0 30px 0 0;
}

/* 開催概要 */
table.hyou_info {
  width: 100%;
  border: 1px solid #DDDDDD;
}
table.hyou_info th,table.hyou_info td {
  padding: 15px 15px;
  border: 1px solid #DDDDDD;
}
table.hyou_info td {
  background-color: #fff;
}
table.hyou_info th {
  background-color: #E4F4FF;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
}

/* 協賛について*/
table.kyosan_hyou {
  width: 100%;
  border: 1px solid #DDDDDD;
  margin-top: 1em;
}
table.kyosan_hyou th,table.kyosan_hyou td {
  padding: 10px;
  border: 1px solid #DDDDDD;
}
table.kyosan_hyou td {
  background-color: #fff;
  text-align: center;
}
table.kyosan_hyou th {
  background-color: #E4F4FF;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
}

/* accsess*/

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

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

/* 関連リンク */
p.link:before {
  content:url(../images/icon_link.png);
  padding-right: 4px;
  vertical-align:top;
}
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:20px;
  right:10px;
}
.pagetop a {
  display: block;
  width:100%;
  height:auto;
}
/* 外部関連リンク */
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 #CDCDCD;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #CDCDCD;
  background-color: #E4F4FF;
  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;
}
dl.katakakko dt {
  float: left;
}
dl.katakakko dd {
  padding-left: 1.5em;
}

.dl_btn {
  text-align:center;
}

.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;
}

.dl_box {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  margin:1.5em 0;
  gap: 25px 40px;
}

/* PCで表示 */
.pc_only {
  display: inline-block;
}

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

/*------------------------------------------*/
/* タブレット用 */
/*------------------------------------------*/
@media screen and (max-width:959px){


  /* タブレットで表示 */
  .tb_only, .pc_none {
    display: inline-block;
  }

  /* タブレットでは非表示 */
  .pc_only, .sp_only {
    display: none;
  }

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

  /* コンテンツ */
  #contents {
    max-width: 100%;
  }
  /* ヘッダー */
  header {
    width:75%;
    height: 108px;
    box-sizing: border-box;
    text-align: center;
  }
  header img {
    margin: 5px auto;
    height: 98px;
    width: 566px;
  }
  /* 左コンテンツ */
  #contents_l {
    width: 25%;
  }
  /* メニュー */
  nav {
    margin: 0;
    width: 100%;
  }
  ul.menu {
    width:96%;
    margin: 4% 0 0 0;
  }
  ul.menu > li > a{
    height: 36px;
    display: flex;
    align-items:center;
    font-size: 11.5px;
    line-height: 1.3;
  }
  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 75%;
    max-width: 820px;
    background-size: 100% auto;
    height: 100%;
    min-height: 860px;
    background-position: 0 108px;
  }
  #top_contents {
    width: 100%;
  }

  /* 新着情報 */
  #news {
    width: 90%;
    margin-top: 122%;
  }
  #news h2 {
    width:100%;
    font-size: 24px;
    height: 36px;
  }
  #news_flame {
    width: 86%;
    height: 140px;
    padding: 12px;
    font-size: 90%;
    line-height: 1.4;
  }
/* 事務局等 */
  .info{
    width: 22%;
    margin:0 auto;
    box-sizing: border-box;
    top: 650px;
    font-size: 10.5px;
  }
  .info.top{
    top: 550px;
  }
  .info h2 {
    font-size: 12px;
  }
  /* サブページ内 */
  #contents_r h2.pagetitle {
    font-size: 22px;
    height: 32px;
    width:auto;
    display:block;
    line-height: 1.6;
  }
  main {
    width:auto;
    min-height: 660px;
    margin-top: 108px;
  }

  /* pagetop */
  .pagetop {
    bottom:2%;
    right:2%;
  }
  footer{
    width: 100%;
  }

  .dl_box {
    gap: 20px 30px;
  }

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

/*------------------------------------------*/
/* スマホ用 767px 320px */
/*------------------------------------------*/
@media screen and (max-width:767px){

  /* スマホで表示 */
  .sp_only, .pc_none {
    display: inline-block;
  }

  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none, .img_l {
    display: none;
  }
  /* スマホ-button- */
  #btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 5px;
    margin-left: auto;
    z-index: 999;
  }
  #menu-collapser {
    display: block;
    width: 26px;
    height: 2px;
    background: #004e7f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser:before {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: #004e7f;
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser:after {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: #004e7f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser.click {
    background: transparent;
  }
  #menu-collapser.click:before {
    top: 0;
    transform: rotate(45deg);
  }
  #menu-collapser.click:after {
    bottom: 0;
    transform: rotate(135deg);
  }
  /* コンテンツ */
  #contents_all {
    width: 100%;
    max-width: 480px;
    min-height:100%;
    margin: 0 auto;
    overflow:hidden;
  }
  #contents {
    margin:0 auto;
    width: 100%;
    position: relative;
    overflow:hidden; /* contents_lと contents_rの高さを揃える*/
  }
  /* ヘッダー */
  header{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    height: 65px;
    text-align: left;
  }
  header img {
    width: 320px;
    margin: 5px 0 0 8px;
    height: 55px;
  }
  
  /* 左コンテンツ */
  #contents_l {
    float: none;
    width: 100%;
  }

  /* スマホ-button- */
  #btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 4px;
    margin-left: auto;
    z-index: 999;
  }
  #menu-collapser {
    display: block;
    width: 26px;
    height: 2px;
    background: #004e7f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser:before {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: #004e7f;
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser:after {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: #004e7f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser.click {
    background: transparent;
  }
  #menu-collapser.click:before {
    top: 0;
    transform: rotate(45deg);
  }
  #menu-collapser.click:after {
    bottom: 0;
    transform: rotate(135deg);
  }

  nav {
    float: none;
    width: 100%;
    margin: auto;
    background-color: #fff2cf;
  }
  nav.add {
    padding-top: 16%;
  }
  ul.menu {
    width: 100%;
    display: none;
    margin: 3% 0 0 0;
  }
  ul.menu > li > a{
    height: 45px;
    font-size: 105%;
    box-shadow: none;
  }
  ul.menu > li > a:before {
    padding-right: 6px;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    margin-left: -100%;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    margin-top: 65px;
    min-height: 560px;
  }
  #contents_r.top {
    background-position: 0 0;
  }
  #top_contents{
    display: block;
    margin: 5% auto;
    width: 90%;
  }

  /* 新着情報 */
  #news{
    width: 92%;
    margin: 104% auto 1%;
  }
  #news h2{
    width:100%;
    font-size: 18px;
    height: 28px;
    line-height: 1.7;
  }
  #news_flame {
    width:100%;
    height:160px;
    padding: 6px;
    background-color: #fff;
  }
  #news_flame dt {
    float: none;
    padding: 0;
  }
  #news_flame dd {
    padding: 0 0 1em;
  }

  /* 事務局等 */
  .info{
    display:block;
    position: static;
    margin: 10px auto 0;
    width: 100%;
    padding:5%;
    font-size: 84%;
  }
  .info h2 {
    font-size: 105%;
  }
  .info div{
    margin-bottom: 0;
  }
  footer{
    width: 100%;
    font-size: 10px;
  }

  /* サブページ内 */
#contents_r h2.pagetitle {
    margin: 0 0 16px;
    padding: 8px 15px;
    font-size: 22px;
    min-height: 30px;
    height: 100%;
    line-height: 1.4;
  }
  main {
    min-height: 470px;
    padding: 14px 15px;
    margin-top: 0;
  }

  /* 挨拶 */
  div.greet_name{
    display: block;
    margin: 0 auto 1.5em;
  }
  div.greet_name{
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
  }
  div.greet_name div.name{
    order: 2;
    margin:0 auto;
  }
  div.greet_name div.name p{
    text-align: center;
  }
  div.greet_name div.photo {
    margin: 0 auto 1em;
    padding: 0;
    order: 1;
  }
  div.greet_name div.photo img {
      margin: 0 5%;
      width: 90%;
      height: auto;
  }
  main.greet p{
    margin: 0 0 0.75em 0;
  }

  /* 開催概要 */
  table.hyou_info th,table.hyou_info td {
    padding: 0.7em;
  }

  /* pagetop */
  .pagetop {
    bottom:7%;
    right:3%;
  }
  #contents_r .pagetop img {
    max-width:90%;
  }

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

/*------------------------------------------*/
/* スマホ用 320px以下 */
/*------------------------------------------*/
@media screen and (max-width:320px){

  /* ヘッダー */
  header{
    height: 58px;
  }
  header img {
    width: 280px;
    height: 48px;
  }
  #contents_r {
    min-height: 600px;
  }

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