@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_top.png) repeat-x left top;
  position: relative;
}

/* 画像全体 */
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:100%;
  height:auto !important;
  height:100%;
  /* margin:0 auto; */
  min-height:684px;
  /* background: #FFFFFF; */
  position: relative;
}
#contents_all::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  background: url(../images/bg_bottom.png) repeat-x left bottom;
}

/* コンテンツ */
#contents {
  margin:0 auto;
  width: 1000px;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  display: flex;
}

/* クリアフィクス */
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

/* 左コンテンツ */
#contents_l {
  width: 250px;
  box-shadow: 10px 0px 15px -10px rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}

header {
  background: #333333;
}
header a {
  width: 100%;
  display: block;
}

/* メニュー */
nav {
  width: 100%;
  margin:0 auto;
  position: relative;
}
ul.menu {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  box-sizing: border-box;
}
ul.menu > li {
  margin-bottom: 2px;
}
ul.menu > li > a {
  width: 100%;
  min-height: 40px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.1;
  padding: 4px 0 2px 15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  text-decoration: none;
  position: relative;
  
}
ul.menu > li a.on,
ul.menu > li a:hover {
  background: #c00002;
  color: #FFFFFF;
}
ul.menu > li.is_submenu span {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  line-height: 1;
  padding: 12.5px 1em 12.5px 15px;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2px;
}
ul.menu > li.is_submenu li > a {
  display: flex;
  align-items: center;
  background:#F2F2F2;
  color: #333333;
  padding: 5px 10px 5px 2em;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-decoration: none;
}
ul.menu > li.is_submenu li > a.on,
ul.menu > li.is_submenu li > a:hover {
  background:#c00002;
  color: #FFFFFF;
}
ul.menu > li.is_submenu span::before {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 7px 5px 0px 5px;
}

/* banner */
div.top_banner {
  margin: 30px auto 20px;
  padding: 0 15px;
}
div.top_banner a {
  position: relative;
  display: block;
  max-width: 220px;
  height: auto;
  margin: auto;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 750px;
}
#contents_r:not(.top) > h2 {
  width: 100%;
  padding: 8px 1em 8px 10px;
  box-sizing: border-box;
  background:#c00002; 
  color: #FFFFFF;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px,4.1vw,32px);
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.1;
}

/* 新着情報 */
#news {
  width: 700px;
  text-align:left;
  margin-bottom: 1.5em;
  margin: auto;
}
#news h3 {
  width: 100%;
  height: 50px;
  background:#c00002;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 25px;
  line-height: 50px;
  padding-left: 1em;
  letter-spacing: 1px;
  border: 1px solid #c00002;
  box-sizing: border-box;
}
#news_frame {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  height: 160px;
  overflow:auto;
  line-height: 1.6;
  background: #FFFFFF;
  border: 1px solid #c00002;
  border-top: 0;
  box-sizing: border-box;
}
#news_frame dl {
  overflow: hidden;
  padding: 5px 20px;
}
#news_frame dt ,#news_frame dd {
  padding-top: 0.5em;
}
#news_frame dt {
  float: left;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#news_frame dd {
  padding-left: 7em;
}

/* 事務局等 */
#info {
  width: 700px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 25px;
  font-size: 12px;
  box-sizing: border-box;
}
#info h4 {
  display: inline-block;
  border: 1px solid #333333;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
#info address {
  padding-top: 4px;
  font-style: normal;
  line-height: 1.5;
}

/* フッター */
footer {
  text-align: center;
  font-size: 12px;
  padding: 6px 1em;
  width: 100%;
  line-height: 1.4;
  background: #1f1715;
  color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

/* サブページ内 */
main {
  width: 750px;
  padding: 35px;
  box-sizing: border-box;
   min-height:760px;
  position:relative;
}

/* サブページ大見出し */
main h3 {
  /* background: #D1A902; */
  background: linear-gradient(to bottom, rgba(18,57,114,1) 0%,rgba(13,39,81,1) 100%);
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 10px 8px 25px;
  margin: 2em 0 1em;
  position: relative;
}
main h3::before {
  content: "";
  width: 3px;
  height: 85%;
  background: #FFFFFF;
  position: absolute;
  left: 6px;
  top: 0;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
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: #c6d5eb;
  color: #123972;
  padding: 0.5em 0.8em 0.35em;
}

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


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


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


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

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

/* kigyo */

/* accsess*/

/* リンク */
p.link {
  background:url(../images/icon_link.png) no-repeat left center;
  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;
  z-index: 3;
}
.pagetop a {
  display: block;
  background: #123972;
  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;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background: #F9F9F9;
  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;
}

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

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

.pro-btn_box {
  display: flex;
  flex-wrap:wrap;
  gap: 20px;
  justify-content: center;
  justify-content: space-between;
  margin:20px 5px;
}

/* ボタン */
.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;
}

/* 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%;
    box-shadow: none;
  }

  /* ヘッダー */

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

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

  /* メニュー */

  /* 言語 lang */
  ul.lang {
    width: 100%;
  }
  ul.lang li {
    width: 49%;
  }
  ul.menu > li > a {
    font-size: 13px;
    padding: 0 0 0 5px;
  }
  ul.menu > li.is_submenu span {
    padding: 12.5px 1em 12.5px 5px;
    font-size: 13px;
  }
  ul.menu > li.is_submenu li > a {
    padding: 5px 10px 5px 10px;
    font-size: 13px;
  }
  /* banner */
  div.top_banner {
    padding: 0 5%;
  }


  /* ここからmain部分 */

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

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

  /* 事務局等 */
  #info {
    width: 100%;
    padding: 15px 2.5%;
  }

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

   /* pagetop */
  .pagetop {
    display: none;
    position: fixed;
    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: 46px;
    height: 46px;
    border: 2px solid #cf121b;
    cursor: pointer;
    position: fixed;
    top: 6px;
    right: 10px;
    z-index: 10;
    border-radius: 3px;
    box-sizing: border-box;
    }
  .hamburger_line {
    position: relative;
    width: 25px;
    height: 4px;
    background:  #FFFFFF;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    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);
  }

  /* ヘッダー */
  header .logo_44btp {
    position: absolute;
    top: -60px;
  }
  .logo_44btp_wrapper {
    width: 100%;
    height: 60px;
    text-indent: 0;
    overflow: visible;
    white-space:inherit;
    background: #333333;
    position: sticky;
    top: 0;
    z-index: 3;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
  }
  .logo_44btp {
    width: 160px;
    padding-top: 4px;
  }

  .page_title {
    display: none;
  }

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

  /* 左コンテンツ */
  #contents_l {
    width: 100%;
    margin: auto;
    max-height: 100dvh;
    overflow-y: auto;
    box-shadow: none;
  }

  /* メニュー */
  ul.menu > li > a {
    font-size: 15px;
    padding: 0 0 0 1em;
  }
  ul.menu > li > a::before {
    left: 10px;
  }
  ul.menu > li.is_submenu span {
    padding: 12.5px 1em 12.5px 1em;;
    font-size: 15px;
  }
  ul.menu > li.is_submenu li > a {
    padding: 5px 10px 5px 2em;
    font-size: 15px;
  }

  /* ここからmain部分 */

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

  /* 新着情報 */
  #news_frame {
    height: 200px;
  }
  #news_frame dd {
    padding-top: 0;
  }
  #news_frame dt {
    float: none;
  }
  #news_frame dd {
    padding-left: 0;
    padding-right: 0;
  }

  /* 事務局等 */


  /* サブページ内 */
  main {
    min-height: 450px;
  }

  /* 挨拶 */
  main .wrapper_greet {
    flex-direction: column;
    align-items: center;
  }
  main .wrapper_greet > p {
    text-align: center;
  }
  main .wrapper_greet > p:first-child {
    margin-bottom: 1em;
  }
  main .wrapper_greet > p:last-child {
    margin-left: 0;
    margin-bottom: 1em;
  }
  .wrapper_greet p span {
    display: inline-block;
    padding: 0.5em 0 0;
  }

  

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

