@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*, 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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 90%;
  overflow: auto;
  background: linear-gradient(270deg, #f8d3e3, #c0e0c2, #fef9ba, #cae8f9);
  background: linear-gradient(
    270deg,
    #f8d3e3 0%,
    #c0e0c2 25%,
    #fef9ba 50%,
    #cae8f9 75%,
    #f8d3e3 100%
  );
  background-size: 800% 800%;
  /* ここ↓の秒数変更するとゆっくりになったり速くなったりします */
/*  animation: gradientMove 10s ease infinite;*/
  animation: gradientMove 15s ease infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* 画像全体 */
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
}

/* 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;}

.f80 {font-size:80%;}
.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%;}
.f130 {font-size:130%;}

.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;
}
.doubleline_red {/*二重取り消し線*/
background-image:url(../images/2line_red.png);
background-repeat:repeat-x;
background-position: center;
}
/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

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

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

/* PC表示用 */
.pc_none {
  display: none;
}

/* コンテンツ全体 */
#contents_all {
  position: relative;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  min-height: 684px;
}
.contents_wrap {
  display: flex;
}

/* ヘッダー */
.head-bnr {
  padding: 8px;
  background: linear-gradient(to right, #005aaa, #5f96d4, #a0cbfe);
}
.head-bnr p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1;
  max-width: 924px;
  margin-inline: auto;
}
header {
  position: relative;
  width: 100%;
  z-index: 10000;
}

/* 左コンテンツ */
#contents_l {
  display: flex;
  flex-direction: column;
  width: 22%;
  background-color: #fff;
}

/* メニュー */
.nav_wrapper {
  width: 100%;
}
ul.menu > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #005aaa;
  background-color: #fff;
  min-height:38px;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  font-size: 14px;
  line-height: 1.5;
  margin: 1px 0;
  transition: all .3s;
  font-weight: 600;
  border-radius: 2px;
}
ul.menu > li > a::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 97%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #d9e3ea;
  border-radius: 2px;
}
ul.menu > li > a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background: center / contain no-repeat url(../images/icon_arrow.png);
  width: 6px;
  height: 10px;
  right: 6px;
}
ul.menu > li > a.on,
ul.menu > li > a:hover {
  opacity: 0.5;
}
ul.menu > li > a.current {
  background-color: #579adf;
  color: #fff;
}
ul.menu > li > a.current::before {
  display: none;
}

/* 右コンテンツ */
#contents_r {
  width: 78%;
  position: relative;
  overflow: hidden;
}
#contents_r div.top {
  width: 100%;
}
/* メインコンテナ */
.main_theme {
  position: relative;
}
.main_theme__wrap {
  position: relative;
}
.main_theme_title {
  position: absolute;
  z-index: 1;
  width: 62.33%;
  top: 6.6%;
  left: 5.2%;
}
.main_theme_copy {
  position: absolute;
  z-index: 1;
  width: 3.1%;
  top: 28.2%;
  right: 38%;
}
.main_theme_info {
  position: relative;
  z-index: 3;
  margin-top: -3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  padding: 6% 4% 2.5% 5.5%;
}
.main_theme_infoText {
  width: 80.3%;
}
.main_theme_logo {
  width: 15%;
}
.main_theme__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1159 / 1284;
}
.main_theme_bgImg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  animation: bgFade 15s infinite;
}
.main_theme_bgImg1 {
  width: 99.6%;
}
/* 踊り子アニメーション */
.main_theme_bgImg:nth-of-type(1) {
  animation-delay: 0s;
  animation-delay: -1.5s;
}
.main_theme_bgImg:nth-of-type(2) {
  animation-delay: 3.75s;
  animation-delay: 2.25s;
}
.main_theme_bgImg:nth-of-type(3) {
  animation-delay: 7.5s;
  animation-delay: 6s;
}
.main_theme_bgImg:nth-of-type(4) {
  animation-delay: 11.25s;
  animation-delay: 9.75s;
}
@keyframes bgFade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* お知らせ */
.news {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 5px 5px 10px;
  width: 100%
}
.news h2{
  width: 93%;
  color:#005aaa;
  background-color: #e5f2fd;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding-left: 10px;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.news .news_flame {
  width: 88%;
  padding: 10px 0;
  padding: 15px 0;
  margin-inline: auto;
  overflow: auto;
  height: 140px;
  height: 160px;
}
.news .news_flame dl div {
  margin-bottom: 10px;
  font-size: 14px;
  color: #005aaa;
  border-bottom: 1px solid #d9e3ea;
  padding-bottom: 8px;
}
.news .news_flame dl div.new {
  position: relative;
}
.news .news_flame dl div.new::before {
  position: absolute;
  left: -45px;
  top: 5px;
  width: 33px;
  height: 14px;
  background: url(../images/icon_new.png) no-repeat left top / contain;
  content: '';
}
.news .news_flame dl dt {
  float: left;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
}
.news .news_flame dl dd {
  margin-left: 7.5em;
  line-height: 1.6;
}
.news .news_flame dl dd a {
/*  text-decoration: underline;*/
  font-weight: 800;
}
.news-list {
  position: absolute;
  top: 4px;
  right: 15px;
}

.nav_info {
  background-color: #e5f2fd;
  width: 100%;
/*  border-top: 1px solid #005aaa;*/
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 3%;
}
.nav_info address {
  display: flex;
  align-items: center;
  position: relative;
  font-style: normal;
  font-size: 13px;
/*  font-weight: 600;*/
}
.nav_info address h2 {
  writing-mode: vertical-rl;
  flex-shrink: 0;
  color: #005aaa;
  font-size: 13px;
  font-weight: 600;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.2em;
  border-right: 1px solid #005aaa;
  padding-right: 4px;
  margin-right: 8px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav_info address p {
  color: #333333;
/*  letter-spacing: 0.1em;*/
  font-size: 14.9px;
  font-size: 14px;
/*  line-height: 1.666;*/
}
.nav_info a:link, .nav_info a:visited {
  color: #333333;
  text-decoration: none;
}
.nav_info a:hover, .nav_info a:active {
  color: #333333;
  text-decoration: underline;
}

/* フッター */
footer {
  clear: both;
  width: 100%;
  padding: 4px 10px;
  background: linear-gradient(to top, #5f96d4, #a0cbfe);
}
footer p {
  font-size: 10px;
  font-size: 12px;
  text-align: center;
  padding:6px;
  color: #fffcfc;
  letter-spacing: 0.1em;
}

/* サブページ用 */
#contents_r.page {
  display: flex;
  flex-direction: column;
  min-height: 760px;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 860px;
  min-height: 880px;
}
#contents_r.page .inner {
  flex: 1;
  position: relative;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 30px min(60px, 6.25vw) 60px;
}

/* サブページタイトル */
#contents_r .page_head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
/*  border-bottom: 1px solid #005aaa;*/
}
#contents_r .page_head img {
  width: 62.33%;
}
/* サブページタイトル */
#contents_r h1.sub_h2 {
  font-weight: 600;
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.15em;
  color: #005aaa;
  background-color: #e5f2fd;
  margin-bottom: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #579adf;
  border-bottom: 1px solid #579adf;
}

/* サブページ大見出し */
main h3 {
  position: relative;
  margin: 2em 0 1em;
  padding: 10px 10px 10px 1em;
  padding: 10px 10px 10px 1.2em;
  font-size: 120%;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  background-color: #005aaa;
}
main h3::before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 88%;
  top: 0;
  left: 0.5em;
  background-color: #ffffff;
}
/* 一番最初にくる時はアキなしにする場合はここに書き足す */
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 {
  position: relative;
  margin: 1.5em 0 0.7em;
  padding: 0.2em 0 0.2em 1em;
  padding: 0.2em 0 0.2em 1.2em;
  font-size: 110%;
  border-bottom: 2px solid #005aaa;
  font-weight: 600;
}
main h4::before {
  position: absolute;
  content: '';
  display: block;
  width: 3px;
  background-color: #005aaa;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
  height: 50%;
}
/* サブページ小見出し */
main h5 {
  margin: 1.2em 0 0.7em;
  color: #3ca87a;
  font-size: 105%;
  font-weight: 700;
}
/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}
/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding: 100px 0;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}
.num dt{
  float:left;
}
.num dd{
  margin-left:1.5em;
}

/* 表 */
table.hyou_aaa {
  width: 100%;
  margin: 1em 0;
}
table.hyou_aaa tr {
  width: 100%;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa thead th {
  background-color: #e5f2fd;
  color: #005aaa;
}
table.hyou_aaa th {
  width: 25%;
  padding: 1em;
  vertical-align: middle;
  background-color: #f1f2f6;
  border: 1px solid #d7d7d7;
  font-weight: normal;
}
table.hyou_aaa td {
  width: 70%;
  padding: 1em;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

/* 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;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.square {
  margin-left: 1.6em;
}
main ul.square li {
  position: relative;
  list-style: none;
}
main ul.square li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -19px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #005aaa;
  border-radius: 50%;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.25em;
}
main ol li {
  list-style: decimal;
}

/* リンク */
p.link {
  position: relative;
  margin-bottom:0;
}

p.link a:link,p.link a:visited {
  color:#3ca87a;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  text-decoration:underline;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #4d6ffb;
  color:#3ca87a;
  text-decoration: none;
}
a:hover, a:active {
  color: #4d6ffb;
  color:#3ca87a;
  text-decoration: underline;
}

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

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid #fff;
}
.pagetop a:hover {
  opacity: 0.8;
}
/* ボタン */
.button {
  width: 280px;
  border-radius: 9999px;
  text-align: center;
  background-color: #00479d;
  border: 2px solid #00479d;
  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: #FFF;
  text-decoration: none;
  font-weight:bold;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 9999px;/*長円形作成*/
  transition: all .3s;
}
.button a:hover {
  background-color: #FFF;
  color: #00479d;
}
/* 反応しないボタン */
.button_gray {
  width: 280px;
  border-radius: 9999px;/*長円形作成*/
  text-align: center;
  background-color: #AAA;
  border: 1px solid #AAA;
  font-size:18px;
  font-weight: bold;
  color:#fff;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: relative;
  height:60px;
}

.button_300 {
  width: 300px;
}
.button_320 {
  width: 320px;
}
.button_350 {
  width: 350px;
}
.button_400 {
  width: 400px;
}
.button_180 {
  width: 180px;
}
.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;
}

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

/* 挨拶 */
main.greet p{
  line-height: 1.8;
/*  text-indent:1em;*/
  margin-top: 0;
}
main.greet p + p {
  margin-top: 1em;
}
div.greet_name{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 3%;
  margin: 0 auto 30px;
}
div.greet_name div.name{
  flex: 1;
}
div.greet_name div.name p {
  text-indent:0;
  line-height:1.6;
}
div.greet_name div.name p .f120 {
  font-weight: 700;
}
div.greet_name div.photo{
  flex:0 0 170px;
}
div.greet_bottom {
  text-align: right;
  margin-top: 1em;
}

/* 開催概要 */
table.info {
  width: 100%;
  margin:1em 0;
  border: 1px solid #d7d7d7;
}
table.info th {
  padding: 1em;
  vertical-align: middle;
  background-color: #f1f2f6;
  border: 1px solid #d7d7d7;
  white-space: nowrap;
  font-weight: normal;
}
table.info td {
  padding: 1em;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

/* 企業協賛のご案内 */
table.kyosan {
  width: 100%;
  margin: 1em 0;
}
table.kyosan tr {
  width: 100%;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
table.kyosan thead th {
  background-color: #e5f2fd;
  color: #005aaa;
  text-align: center;
}
table.kyosan th {
  padding: 1em;
  vertical-align: middle;
  background-color: #f1f2f6;
  border: 1px solid #d7d7d7;
  font-weight: normal;
}
table.kyosan td {
  padding: 1em;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  text-align: center;
}

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

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

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

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

  /* 右コンテンツ */
  .news .news_flame dl div.new::before {
    left: -40px;
    height: 13px;
  }

  main {
    margin: 0 auto 0;
    min-height:920px;
  }

  .nav_info address p {
    font-size: 13px;
  }

  div.greet_name div.photo{
    flex:0 0 150px;
  }

  .dl_box {
    gap: 20px;
  }

}
/* TB表示用終了 */


/* SP表示用 */
@media screen and ( max-width: 767px ) {

    /* スマホで表示 */
  .sp_only, .pc_none {
    display: inline-block;
  }
  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none {
    display: none;
  }
  .head-bnr {
    padding: 10px;
  }
  .head-bnr p {
    font-size: 11px;
  }
  /* コンテンツ */
  #contents_all {
    width: 100%;
    flex-direction: column;
    max-width: 480px;
    min-height:100%;
    margin: 0 auto;
    overflow:hidden;
  }
  #contents_l,
  #contents_r {
    width: 100%;
    height: 100%;
    box-shadow:none;
  }

  /* ヘッダー */
  .sp_menu_link {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 35px;
    height: 28px;
  }

  /* メニュー */
  #contents_l.nav_wrapper {
    background-color: #e9eaf6;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100vh;
    overflow-x: auto;
    z-index: 10000;
    padding: 6% 0;
  }
  .nav_wrapper .sp_nav_close {
    position: absolute;
    top: 12px;
    right: 6px;
    width: 35px;
    height: 28px;
    cursor: pointer;
  }
  .nav_wrapper .sp_nav_header .title {
    width: 95%;
    margin: 0 auto 8px;
  }

  /* メニュー */
  ul.menu {
    padding: 5px 7px;
  }
  ul.menu > li > a {
    min-height: 48px;
    font-size: 14px;
  }

  #menu_open {
    cursor: pointer;
  }


  /* メイン部分 */
  #contents_r div.bottom {
    flex-direction: column;
    padding: 15px 20px;
  }

  .main_theme_info {
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    row-gap: 10px;
  }
  .main_theme_infoText {
    width: 100%;
  }
  .main_theme_logo {
    width: 20%;
  }

  /* お知らせ */
  .news {
    width: 100%;
    padding: 5px 12px 20px;
  }
  .news h2 {
    width: 100%;
  }
  .news .news_flame {
    width: 100%;
    height:180px;
    margin-bottom:0;
    padding: 10px;
  }
  .news .news_flame dl div {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .news .news_flame dl div.new::before {
    height: 13px;
  }
  .news .news_flame dl dt {
    float: none;
  }
  .news .news_flame dl dd {
    margin-left: 0;
  }
  .news-list {
    top: 1%;
    right: 3%;
  }

  /* info */
  .nav_info {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px;
    padding: 10px 10px;
  }
  .nav_info h2 {
    padding-right: 12px;
    margin-right: 12px;
  }
  .nav_info address {
    margin: 10px 0;
  }
  .nav_info address p {
    line-height: 1.5;
  }

  /* サブページ用 */
  main {
    width: 100%;
    /* padding: 0 10px 14px; */
    box-shadow:none;
    min-height:500px;
  }
  #contents_r .page_head {
    padding-top: 30px;
  }
  #contents_r .page_head img {
    width: 93%;
  }
  #contents_r h1.sub_h2 {
/*    font-size: 18px;*/
    font-size: 20px;
    height: 100%;
    line-height: 24px;
    width:100%;
    padding:8px 10px;
    margin-bottom: 20px;
  }
  #contents_r.page .inner {
    padding: 16px 24px 30px;
  }
  main h1 + h3 {
    margin-top:0;
  }

  /* 挨拶 */
  div.greet_name{
    display: block;
    margin: 0 auto 1.5em;
  }
  div.greet_name{
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px;
  }
  div.greet_name div.name{
    order: 2;
    margin:0 auto;
    text-align: center;
  }
  div.greet_name div.photo {
    margin: 0 auto 1em;
    padding: 0;
    order: 1;
  }

  /* 開催概要 */
  table.info {
  }
  table.info th {
    padding: 0.8em;
  }
  table.info td {
    padding: 0.8em;
  }
  .info_poster img {
    width:240px;
  }

  /* pagetop */
  .pagetop {
    bottom:70px;
    right:10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }

}
@media screen and ( max-width: 320px ) {
  /* メニュー */
  .sp_menu_link {
    top: 6px;
    width: 30px;
    height: 24px;
  }
  .nav_wrapper .sp_nav_close {
    top: 10px;
    width: 30px;
    height: 24px;
  }
}
/* SP表示用 */
