@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: #28287d;
}

/* 画像全体 */
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%;
  background: #FFFFFF;
  margin:0 auto;
  min-height:684px;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0, 0.5);
}

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

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

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

/* 左コンテンツ */
#contents_l {
  width: 220px;
}
#contents_l.top {
  display: flex;
  flex-direction: column;
}

/* メニュー */
nav {
  width: 100%;
  margin: 0 3px 0 5px;
/*  padding-top: 18px;*/
}
ul.menu {
  width: 212px;
}
ul.menu > li > a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  background: linear-gradient(to right, rgba(0,150,255,1) 25%,rgba(161,219,255,1) 100%);
  padding: 4px 5px 4px 8px;
  margin-bottom: 2px;
  box-sizing: border-box;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
}
ul.menu > li a.on,
ul.menu > li a:hover {
  background: linear-gradient(to right, rgba(160,0,40,1) 25%,rgba(235,0,100,1) 100%);
}
ul.menu > li.menu10 > a::before {
  content:"";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 8px;
  z-index: 2;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(../images/external14.png);
}

/* language */
.language {
  margin: 10px auto;
  text-align: center;
}

/* バナー */
.banner_top {
  margin: 20px 3px 20px 5px;
}
.banner_top img {
  margin-bottom: 10px;
}

/* 事務局等 */
#info {
  width: 212px;
  margin:auto 3px 15px 5px;
}
#info h4 {
  font-style: normal;  
  font-size: 13px;
  background: #ffe6d2;
  margin-bottom: 4px;
  padding: 2px 1px 1px 5px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  font-weight: bold;
}
#info address {
  font-style: normal;  
  font-size: 12px;
  margin-bottom: 4px;
  padding: 2px 0 2px 2px;
  box-sizing: border-box;
  line-height: 1.4;
}
#info .info_wrapper:first-of-type address {
  margin-bottom: 1em;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 740px;
  background: url(../images/bg_contents_r.png) no-repeat left top/100%;
}
#contents_r.top {
  background: url(../images/bg_contents_r_top.png) no-repeat left top/100%;
}

/* 新着情報 */
#news {
  width: 700px;
  margin: 0 auto 15px;
  border: 1px solid #8c3282;
}
#news_frame {
  width: 100%;
  font-size: 13px;
  height:200px;
  padding:10px 20px;
  box-sizing: border-box;
  overflow:auto;
  background: #FFFFFF;
}
#news_frame dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 1.5em;
}
#news_frame dl dt {
  color: #3296ff;
  font-weight: bold;
  letter-spacing: 0.5px;
}
h3.news_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to bottom, rgba(160,0,40,1) 0%,rgba(235,0,100,1) 43%,rgba(235,0,100,1) 53%,rgba(160,0,40,1) 100%);
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  padding: 2px 1em 2px 20px;
  box-sizing: border-box;
  text-shadow:
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0 2px 0 #000,
    2px 0 0 #000,
    0 -2px 0 #000,
    -2px 0 0 #000;
}

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

/* サブページ内 */
main {
  width: 710px;
  margin: 0 auto;
  position:relative;
}
.main-inner {
  width: 710px;
  padding: 30px 35px;
  min-height:650px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #FFFFFF;
}
main h2 {
  width: 100%;
  background: linear-gradient(to right, rgba(160,0,40,1) 25%,rgba(235,0,100,1) 100%);
  padding: 8px 25px 5px 15px;
  margin-bottom: 7px;
  box-sizing: border-box;
  min-height: 50px;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.2;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* サブページ大見出し */
main h3 {
  background: #48488F;
  color: #FFFFFF;
  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 {
  background: #F0F6FF;
  color: #2A2A7D;
  border-left: 4px solid #2A2A7D;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-size: 110%;
  font-weight: bold;
  padding: 0.5em 0.8em 0.35em;
}

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


/* サブページ段落 */
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-end;
  align-items: flex-end;
  margin: 0 0 30px;
}
main .wrapper_greet > p {
  line-height: 1.6;
  text-indent: 0;
  text-align: right;
}
main .wrapper_greet > p:last-child {
  margin-left: 15px;
}
main .wrapper_greet img {
/*  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.8);*/
}

/* 開催概要 */
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;
}

/* 企業の皆様へ */
table.hyou_sponsor {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_sponsor td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 0.5em 0.5em 1em;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
}
table.hyou_sponsor th {
  border: 1px solid #666666;
  background-color: #ffe6d2;
  padding: 0.5em;
  vertical-align: top;
  text-align: center;
  width: 20%;
}
table.hyou_sponsor tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_sponsor td:nth-child(2),
table.hyou_sponsor td:nth-child(3) {
  text-align: center;
}
table.hyou_sponsor td:nth-child(2),
table.hyou_sponsor td ul {
  font-size: 95%;
}
table.hyou_sponsor .btn_spon a{
 max-width: 170px;
 margin: auto;
 background: #e3ecfa;
 border-radius: 6px;
 border: 2px solid #033787;
 display: block;
 width: 100%;
 padding: 0.5em;
 text-decoration: none;
 color: #033787;
 font-weight: bold;
 box-sizing: border-box;
}
table.hyou_sponsor .btn_spon a:hover {
 background: #033787;
 color: #FFFFFF;
}

/* endai */

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

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

/* kigyo */

/* accsess*/

/* リンク */
p.link {
  background:url(../images/icon_link.png) no-repeat left center;
  padding-left:20px;
  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;
  width: 60px;
  height: 60px;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/img_pagetop.svg) no-repeat center;
  background-size: contain;
  transition: opacity 0.3s;
  opacity: 0.9;
}
.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-color: #FEFEE0;
  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;
}

/* ボタン */
.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;
  flex-direction: column;
  border-radius: 9999px;/*長円形作成*/
}
.button:hover {
  background: #033787;
}

.button.red {
  background-color: #FFF1E7;
  border: 2px solid #B00646;
}
.button.red a {
  color: #B00646;
}
.button.red:hover {
  background: #B00646;
}
.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;
}
.ppt_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_ppt-25px.png') no-repeat;
  width:25px;
  height:25px;
}
.doc_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_doc-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%;
  }

  /* ヘッダー */

  /* コンテンツ */

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

  /* メニュー */
  nav {
    background: #FFFFFF;
  }
  ul.menu {
    width: 95%;
  }

  /* 事務局等 */
  #info {
    width: 95%;
    margin: 0 auto;
    background: #FFFFFF;
  }
  #info address {
    padding: 5px 0 10px 10px;
  }
  #info .info_wrapper:first-of-type address {
    margin-bottom: 0;
  }

  /* ここからmain部分 */

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

  /* 新着情報 */
  #news {
    width: 95%;
  }
  #news_frame dl {
    display: grid;
    grid-template-columns: 1fr;
    gap:initial;
  }
  #news_frame dl > dd {
    padding-bottom: 1em;
  }
  #news_frame {
    padding: 10px 20px 0;
  }

  /* サブページ内 */
  main {
    width: 95%;
  }
  .main-inner {
    width: 100%;
    padding:20px 2.5% 30px;
    min-height: 600px;
  }

  /* pagetop */
  .pagetop {
  bottom:40px;
  right:2.5%;
  }




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

/*------------------------------------------*/
/* スマホ用 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;
    border: 2px solid #28287d;
  }
  .hamburger_line {
    position: relative;
    width: 25px;
    height: 2px;
    background:#28287d;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #28287d;
    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);
  }

  /* language */
  .language {
    margin: 0 auto;
    margin: 15px auto 0;
/*    padding:0 0 20px;*/
  }

  body{
    background: #FFFFFF;
  }
  body.active {
    background: #01A0FF;
  }
  /* コンテンツ全体 */
  #contents_all {
    box-shadow: none;
  }


  /* コンテンツ */
  #contents {
    display: block;
    background:url(../images/bg_contents_r.png) no-repeat left top/100%;
  }
  #contents.top {
    display: block;
    background:url(../images/bg_contents_r_top.png) no-repeat left top/100%;
  }

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

  /* メニュー */
  nav {
    margin: 75px auto 0;
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
  ul.menu {
    margin: auto;
  }
  
  /* バナー */
  .banner_top {
    margin: 20px 2.5%;
  }

  /* 事務局等 */
  #info {
    background: #FFFFFF;
    margin: 0 auto;
  }
  #info h4 {
    margin-bottom: 0;
  }
  #info address {
    margin-bottom: 0;
  }
  #info .info_wrapper:first-of-type address {
    margin-bottom: 0;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r,
  #contents_r.top {
    width: 100%;
    background: transparent;
  }

  /* 新着情報 */
  #news_frame {
    height: 250px;
  }

  /* 新着情報 */
  h3.news_title {
    font-size: 20px;
    line-height: 34px;
    height: 34px;
    padding-left: 10px;
  }

  /* サブページ内 */
 .main-inner {
    min-height: 500px;
  }
  main h2 {
    font-size: 22px;
  }

  .dl_box {
    flex-direction: column;
    margin:0.5em 0;
  }
  .dl_item {
    text-align:center;
    margin:10px auto;
  }
  .button_400 {
    width: 100%;
    margin:10px 0;
  }
  .dl_box.sp_only {
    display: block;
    margin:20px auto;
  }

  /* 挨拶 */
  main .wrapper_greet {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0;
  }

  main .wrapper_greet > p {
    margin-top: 1em;
    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;
  }

  .table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll table {
    min-width: 600px;
  }



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