@charset "utf-8";
/* CSS Document */

/* body ----------------------------------------------------------- */

body {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background: #fff;
  color: #463737;
}

html { scroll-behavior: smooth;}

a {
  font-weight: 800;
  text-decoration: underline;
  color: #00729a;
}

a:hover { color: #64c0da;}
a img { border: 1px solid #fff;}
a img:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
  filter: drop-shadow(0 0 5px #fff) contrast(120%);
}
img { vertical-align: middle;}
.bold { font-weight: 800;}
.center{ text-align: center;}
.right{ text-align: right;}
.under{ text-decoration: underline;}
.letter{ letter-spacing: 0.5rem;}

.red { color: #DC0509;}
.marker{ background: linear-gradient(transparent 50%,rgba(243,170,193,0.5) 50%);}

.border1{ border-bottom: 1px dashed #dfe6b0;}
.border2{ border-bottom: 1px dashed #cfdcf1;}
.border3{ border-bottom: 1px dashed #e9546b;}
.border4{ border-bottom: 1px dashed #19a9c2;}
.border5{ border-bottom: 1px dashed #f6aa37;}
.border6{ border-bottom: 1px dashed rgba(85,58,75,0.3);}

.pc { display: initial;}
.sp { display: none;}

/* body end ----------------------------------------------------------- */

/* header ----------------------------------------------------------- */

.bg { background: url(img/bg-b.png) no-repeat left bottom / contain fixed;}

header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  background: none;
}

.logo {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.logo h1{
  font-size: 5.0rem;
  margin: 30px auto;
  padding: 10px 20px;
  line-height: 1.0;
  text-align: center;
  color: #fff;
}

.number{ font-size: 4.0rem;}

.logo img {
  position: relative;
  max-width: 1000px;
  width: 100%;
}

/*header end ----------------------------------------------------------- */

/* base ----------------------------------------------------------- */

#wrap { margin: 0;}

.content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  max-width: 1400px;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: 0;
}

/* その場で */
.fadein{
  animation-name: fadeinanime;
  animation-duration:1s;
  animation-fill-mode: forwards;
  opacity: 0;
  }
  
  @keyframes fadeinanime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

/* base end ----------------------------------------------------------- */

/* sidebar ----------------------------------------------------------- */

.navi {
  -webkit-flex: 1;
  flex: 0 0 1;
  display: block;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,rgba(255,255,255,0.9),rgba(255,255,255,0));
}

.navi.top{ margin-top: 150px;}

.side {
  -webkit-flex: 1;
  flex: 0 0 400px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.etc {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.etc h4{
  width: 100%;
  margin: 15px auto 10px;
  padding: 5px;
  border-radius: 0;
  border-bottom: 1px dashed #553a4b;
  background: none;
  color: #463737;
}

.etc.no-blur h4{ text-shadow: none;}

.etc img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

/* sidebar end ----------------------------------------------------------- */

/* menu ----------------------------------------------------------- */

.gnavi {
  position: relative;
  border-radius: 0;
  margin: 0 auto 30px;
  padding: 0;
  border-radius: 0;
  width: 100%;
  border-radius: 0;
}

.gnavi li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #553a4b;
}

.gnavi li:hover{ background: none;}

.gnavi li a{
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px 0 5px 30px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 0;
  background: none;
  color: #463737;
}

.gnavi li a:hover{ color: #e9546b;}

/* .gnavi li a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform .3s;
  filter: brightness(150%);
}

.gnavi li a:hover::after { transform: scale(1, 1);} */

/* .n-icon li a { background: url(img/h-icon.png) no-repeat left center / 10%;} */

/* navi logo */
/* .n-logo{ text-align: center;}

.n-logo img{
  max-width: 120px;
  width: 100%;
  margin: 10px auto;
  border: none;
  background: #fff;
} */

/* menu end ----------------------------------------------------------- */

/* main ----------------------------------------------------------- */

.main {
  -webkit-flex: 1;
  flex: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}

.home-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
  background: linear-gradient(180deg,rgba(255,255,255,0.9)95%,rgba(255,255,255,0));
}

.home-image img{
	max-width: 1000px;
  width: 90%;
}

/* main ----------------------------------------------------------- */

/* section ----------------------------------------------------------- */

section {
  display: block;
  height: 100%;
  margin: 0 20px 50px;
  padding: 30px 30px 30px;
  border-radius: 0;
  background: rgba(255,255,255,0.9);
}

/* section:last-of-type{
  margin: 0 auto;
} */

/* section end ----------------------------------------------------------- */

/* text ----------------------------------------------------------- */

p, h1, h2, h3, h4, h5, h6 { margin: 0;}

/* font */

h1, h2, h3, h4, h5,.en h1,th,caption,
.gnavi,.menu,.p-title,.btn-box,.p-menu,
.tp th,.fee td:first-child,.tab li a,.scroll dt,.period dt,.p-box dt {
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-style: normal;
  font-weight: 800;
}

h2, .en h1, .gp-box h4 { font-size: 2.7rem;}
h3, .p-section h3.date,.tp { font-size: 2.3rem;}
h4, .gnavi,.navi .btn-box,.side .btn-box,.gp-box h4 span,.main-text h3 span,.tab li a,caption{ font-size: 2.0rem;}
h5, h4 span, .btn-login span, p{ font-size: 1.8rem;}

/* large */

.font-l { font-size: 2.3rem;}
.font-l.large{ font-size: 2.7rem;}

/* small */

.font-l .small{ font-size: 1.8rem;}
.small{ font-size: 1.6rem;}

/* subtitle */
h2 {
  letter-spacing: 1px;
  margin: 10px auto 20px;
  padding: 10px 0 5px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px dashed #553a4b;
  color: #463737;
}

h3 {
  letter-spacing: 1px;
  margin: 20px 0 10px;
  padding: 10px 15px 10px 15px;
  border-radius: 0;
  border: none; 
  background: url(img/h-line.png) no-repeat left center / cover;
  color: #003e5d;
  text-shadow: 1px 1px 0 #fff;  
}

h4 {
  letter-spacing: 1px;
  margin: 10px 0;
  padding: 10px 20px 5px 20px;
  border-radius: 0;
  border-bottom: 1px solid rgba(85,58,75,0.3);
  background: none;
  color: #553a4b;
}

h5 {
  display: inline-block;
  letter-spacing: 1px;
  margin: 5px 0 5px 10px;
  padding: 0;
  border-radius: 0;
  border-bottom: none;
  background: none;
  color: #e9546b;
}

h5::before{
  display: inline-block;
  position: relative;
  content: "\025c6";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  top: -5px;
  left: -5px;
  color: #dfe6b0;
}

/* .grad{
  display: inline-block;
  background: -webkit-linear-gradient(left,rgba(113,198,213,1),rgba(169,90,158,1),rgba(170,83,154,1),rgba(169,90,158,1),rgba(113,198,213,1));
  background: linear-gradient(to left,rgba(113,198,213,1),rgba(169,90,158,1),rgba(170,83,154,1),rgba(169,90,158,1),rgba(113,198,213,1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

/* 記号削除 */

.gp-box h4::before,.cat_table h4::before,#program h4::before,.important h4::before,
.e-box h4::before,.j-box h4::before,.p-box h5::before { content: "";}

/* <p> */
p {
  margin-bottom: 10px;
  padding: 0 30px;
}

p.top { margin-top: 10px;}
p.mtop { margin-top: -10px;}
p.bottom { margin-bottom: 20px;}

/* ※ */

.plus,.plus.p1,.plus.p2,.plus.p3 {
  position: relative;
  margin: 0 0 0 20px;
}

.plus::before,.plus.p1::before,.plus.p2::before,.plus.p3::before {
  position: absolute;
  top: 0;
  left: 0;
}

.plus{ padding-left: 20px;}
.plus.p1,.plus.p2,.plus.p3 { padding-left: 35px;}

.plus::before{ content: "＊";}
.plus.p1::before { content: "＊1";}
.plus.p2::before { content: "＊2";}
.plus.p3::before { content: "＊3";}

/* English */

.en .plus{ padding-left: 10px;}
.en .plus.p1,.en .plus.p2,.en .plus.p3 { padding-left: 25px;}

.en .plus::before{ content: "*";}
.en .plus.p1::before { content: "*1";}
.en .plus.p2::before { content: "*2";}
.en .plus.p3::before { content: "*3";}

/* 記号 */

.tri,.dia {
  margin: 0 0 0 30px;
  padding-left: 20px;
  position: relative;
}

.tri::before,.dia::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #dfe6b0;
}

.tri::before { content: "\025b6";}
.dia::before{ content: "\025c6";}

/* text end ----------------------------------------------------------- */

/* Information ----------------------------------------------------------- */

#scroll{
  display: block;
  margin: 0 50px 10px;
  padding: 0;
  border-radius: 0;
  border: none;
  outline: none;
}

#scroll h2{
  margin: 0;
  padding: 5px 0;
  text-align: center;
  outline: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px dashed #553a4b;
  background: linear-gradient(180deg,rgba(255,255,255,0)0,rgba(255,255,255,0.9));
  color: #463737;
}

.scroll {
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  border-radius: 0;
  background: linear-gradient(0deg,rgba(255,255,255,0)0,rgba(255,255,255,0.9)50%);
}

.scroll dl{
  margin: 10px auto;
  padding: 10px 20px;
  vertical-align: middle;
}

.scroll dt {
  display: inline-block;
  padding: 5px 20px 0;
  background: none;
  color: #e9546b;
}

.scroll dd{
  width: auto;
  padding: 5px 30px;
  border-bottom: 1px dashed rgba(85,58,75,0.3);
}

/* .scroll a{ color: #92d050;}
.scroll a:hover{ color: #e9546b;} */

/* Information end ----------------------------------------------------------- */

/* box ----------------------------------------------------------- */
/* note */
.note, .j-box, .e-box{
  margin: 20px auto;
  padding: 10px;
}

.note{
  max-width: 800px;
  width: 100%;
  border-radius: 0;
  border: 3px solid #cfdcf1;
  background: rgba(255,255,255,1);
}

.note h3{
  margin: 10px 0;
  padding: 0 15px;
  background: none;
  border-bottom: 1px solid #cfdcf1;
  color: #463737;
}

.note h4{
  margin: 10px 0;
  padding: 5px 15px;
  background: none;
  border-bottom: 1px solid #cfdcf1;
  color: #463737;
}

.note h5 { margin-left: 20px;}
.note p,.j-box p, .e-box p{ padding: 0 20px;}
.note.at{ border: 3px solid #e8554f;}
.note.at h3,.note.at h4{ border-bottom: 1px solid #e8554f;}
.area .note{max-width: 650px;}

/* box other */

.j-box{
  max-width: 650px;
  width: 100%;
  border-radius: 0;  
  border: 2px solid #f6aa37;
  background: rgba(246,170,55,0.2);
}

.e-box {
  max-width: 800px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #19a9c2;
  background: rgba(25,169,194,0.2);
}

.e-box h4, .j-box h4{
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 5px 20px;
  border-radius: 0;
  outline: none;
  background: none;
}

.j-box h4{
  border-bottom: 1px solid #f6aa37;
  color: #553a4b;
}

.e-box h4{
  border-bottom: 1px solid #19a9c2;
  color: #553a4b;
}

.j-box h5,.e-box h5{ 
  display: block;
  margin-left: 0;
  padding: 5px 10px;
  background: rgba(255,255,255,0.9);}

.j-box h5{ border-left: 8px solid rgba(232,85,79,0.5);}
.e-box h5{ border-left: 8px solid rgba(0,62,93,0.5);}
.j-box h5::before,.e-box h5::before{ content: none;}

/* box end ----------------------------------------------------------- */

/* list ----------------------------------------------------------- */

ul,ol {
  margin: 0;
  padding: 0;
}

.list li p{ margin-left: 0;}

.list li .plus{
  margin-left: 0;
  text-indent: 0;
}

.list .bottom li {margin-bottom: 10px;}

.list ul,
.list ol {
  list-style-position: inside;
  margin: 10px 0 20px;
}

.list li{ margin: 0 20px 0 45px;}
.list ul li li{ margin-left: 25px;}
.list ol li li{ margin-left: 30px; text-indent: -27px;}
.list ul li li li{ margin-left: 25px;}
.list ol li li li{ margin-left: 40px; text-indent: -45px;}
.list table li{ margin-left: 25px;}

/* ● */

.disc,.hex,.pn-1,.pn-2 { counter-reset: number;}

.disc li,.hex li {
  list-style-type: none;
  text-indent: -9px;
}

.disc li::before,.hex li::before {
  display: inline-block;  /* インラインブロックにする */
  position: relative;  /* 位置調整 */
  top: 0;  /* 位置指定 */
  left: -5px;
}

.disc li::before{
  content: "\025cf";
  color: rgba(248,181,0,0.5);
}

.j-box .disc li::before{ color: rgba(232,85,79,0.5);}
.e-box .disc li::before{ color: rgba(0,62,93,0.5);}

/* ヘキサゴン */

.hex li::before {
  content: "\2B21";  /* 空の要素作成 */
  color: rgba(108,187,90,0.5); /* 背景色指定 */
}

/* 1. */

.list ol li,ol.dec li{ 
  list-style-type: decimal;
  text-indent: -18px;
}
.list ol li::before{ content: none;}

/* 1) */

ol.pn-1 li{ 
  list-style-type: none;
  margin-left: 60px;
  text-indent: -27px;
}

ol.pn-1 li:before,ol.pn-2 li:before,.en ol.pn-1 li:before {
  counter-increment: number;
  left: 0;
}
ol.pn-1 li:before{ content: "" counter(number) "）";}

/* (1) */

ol.pn-2 li{ 
  list-style-type: none;
  margin-left: 60px;
  text-indent: -45px;
}
ol.pn-2 li:before { content: "（" counter(number) "）";}

/* list end ----------------------------------------------------------- */

/* button ----------------------------------------------------------- */

/*ボタン設定--まずはお決まりのボックスサイズ算出をborer-boxに */
*,*:before,*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.btn {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.btn-box,.poster-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 30px auto;
}

.btn-box .btn-w { 
  max-width: 500px;
  width: 100%;
}

.btn-box a { margin-bottom: 10px;}
.table .btn-box{ margin: 0 auto;}

/* button個別 */

.btn-1 {
  background: #19a9c2;
  outline: 3px solid #19a9c2;
}

.btn-2 {
  background: #64c0da;
  outline: 3px solid #64c0da;
}

.btn-3 {
  background: #e9546b;
  outline: 2px solid #e9546b;
}

.btn-4 {
  background: #f8b500;
  outline: 3px solid #f8b500;
}

.btn-5 {
  background: linear-gradient(0deg,rgba(255,255,255,0.5),rgba(255,255,255,0.2)),url(img/bg.png) no-repeat center center / cover;
  outline: none;
  border: 5px solid rgba(255,255,255,0.5);
  color: #463737;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke;
}

/* hover */

.btn:hover{ filter: sepia(30%); color: #fff;}
.btn-5:hover{ color: #463737;}

/* color change */

.btn.grey{ 
  filter: grayscale(100%);
  border: 2px solid #ccc;
  color: #ccc;
}

/* icon button */

.btn-mw {
  background: #00729a;
  outline: 2px solid #00729a;
}

.btn-me {
  background: #6cbb5a;
  outline: 2px solid #6cbb5a;
}

.btn-pdf {
  background: #e8554f;
  outline: 2px solid #e8554f;
}

.btn-pp {
  background: #df541d;
  outline: 2px solid #df541d;
}

/* login button */

.btn-login {
  max-width: 650px;
  width: 100%;
  font-size: 3.0rem;
  padding: 2rem 1rem;
  margin: 0 auto 20px;
  border-radius: 0;
}

.en .btn-login{ width: 100%;}

.btn-login .small {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.btn-login .red{ color: #f984b1;}

.navi .btn-login{
  max-width: 300px;
  font-size: 2.0rem;
  margin: 0px auto;
}

/* poster-box */
.poster-box img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}
.etc-ev .poster-box img{ max-width: 350px;}
.poster-box.party img{ max-width: 700px;}

/* button end ----------------------------------------------------------- */

/* icon ----------------------------------------------------------- */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  vertical-align: middle;
}

/* アイコン装飾用css */
.icon{
  margin: 0 5px;
  padding: 0 0 3px;
  text-decoration: none;
  text-shadow: none;
  text-indent: 0;
}

.icon.i-c{
  padding: 5px;
  border-radius: 50%;
  background: #e9546b;
  color: #fff;
}

a .icon.i-c:hover{
  background: #6cbb5a;
  color: #fff;
}

h3 .icon{ text-shadow: 1px 1px 0 #fff;}
.icon.mn {color: rgba(85,58,75,0.7);}

/* アイコン横並び */

.icon-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 20px;
  padding: 0 30px;
}

/* 特定の拡張子の場合自動で表示 */
.btn-box > a[href$=".docx"]::after,a[href$=".doc"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/icon/word_icon.png");
  vertical-align: middle;
}

.btn-box a[href$=".pdf"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/icon/pdf_icon.png");
  vertical-align: middle;
}

.btn-box a[href$=".xlsx"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/icon/excel_icon.png");
  vertical-align: middle;
}

.btn-box > a[href$=".pptx"]::after,a[href$=".ppt"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/icon/pptx_icon.png");
  vertical-align: middle;
}

.btn-box .noicon{ content: "none";}

/* ボタンの背景色が白い場合
一部の場合は[:hover]の前にclass名入れる[例：a:is(.btn-5,.btn-6) ]*/

.btn-box a:is(.btn-5[href$=".docx"],.btn-5[href$=".doc"])::after{ content: url("img/icon/word_icon_g.png");}
.btn-box a:is(.btn-5[href$=".pdf"])::after { content: url("img/icon/pdf_icon_g.png");}
.btn-box a:is(.btn-5[href$=".xlsx"])::after { content: url("img/icon/excel_icon_g.png");}
.btn-box a:is(.btn-5[href$=".pptx"],.btn-5[href$=".ppt"])::after { content: url("img/icon/pptx_icon_g.png");}

/* icon end ----------------------------------------------------------- */

/* table ----------------------------------------------------------- */

.table { display: table; }
.table{ margin: 10px auto 20px;}
table{
  width: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  word-wrap: break-word;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
caption{
  margin: 5px auto 10px;
  padding: 5px 0 5px;
  text-align: center;
  font-weight: 800;
  border: none;
  background: rgba(223,230,176,0.5);
  box-shadow: 0 0 5px rgba(223,230,176,0.5);
  color: rgba(85,58,75,0.7);
}

th,td { vertical-align: middle;}
th{ color: rgba(85,58,75,0.7);}
table p{ padding: 0;}
td p, td p.plus{ margin-left: 0;}

/* top-period */

.tp-box{ 
  margin: 0 auto;
  background: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,0.9),rgba(255,255,255,0));
}

.tp table {
  display: table;  
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.tp th {
  width: 25%;
  padding: 0 0 0 10px;
  text-align: left;
  font-weight: 800;
  border-radius: 0;
  border: none;
  outline: none;
  background: none;
  color: #463737;
}

.tp td {
  width: 60%;
  font-weight: 800;
  padding: 0;
  background: none;
  border-bottom: none;
}

/* event */

.event table { width: 100%;}
.event tr { border-bottom: 1px dashed rgba(85,58,75,0.3);}
.event th{
  width: 200px;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
.event td{
  width: auto;
  text-align: left;
  padding: 20px;
}
.table .abst table{ margin: 10px 0 20px;}
.event.abst th,.event.abst td{ padding: 5px 20px;}
.event.i-reading th{ color: #e9546b;}
.event.pre th { width: 50%;}

/* committee */

.com th:first-child{ width: 150px;}

/* fee */

.fee table{
  width: 100%;
  text-align: center;
}
.fee tr:nth-child(even) { background-color: rgba(207,220,241,0.3);}
.fee th {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: rgba(108,187,90,0.2);
  border-left: 1px solid rgba(85,58,75,0.3);
  border-bottom: 1px solid rgba(85,58,75,0.3);
  color: #553a4b;
}
.fee th:nth-of-type(1){ border-left: none;}
.fee td {
  width: 100%;
  padding: 10px 20px;
  border-left: 1px solid rgba(85,58,75,0.3);
  border-bottom: 1px solid rgba(85,58,75,0.3);
}
.fee td:nth-of-type(1){ 
  text-align: center;
  font-weight: 800;
  border-left: none;
  background-color: rgba(233,84,107,0.2);
  color: #553a4b;
}

.fee.party table{ max-width: 600px;}
.fee.ab-schedule th{ width: 100%; text-align: left;}
.fee.ab-schedule td{ width: 100%; text-align: left; background: none;}

/* abstract */

.cat_table table {
  max-width: 900px;
  width: 100%;
  margin: 0; /* 横並びの時は左右の余白0 */
}
.cat_table tr:nth-child(odd) { background: rgba(207,220,241,0.2);}
.cat_table th{
  width: 50px;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(85,58,75,0.3);
  background: rgba(233,84,107,0.3);
  color: #463737;
}
.cat_table td {
  width: auto;
  padding: 10px 10px; /* 余白指定 */
  font-weight: bold;
  border-bottom: 1px solid rgba(85,58,75,0.3);
  color: #553a4b;
}
.cat_table table p,.cat_table table p.plus{ margin: 0;}

/* 横並び用 */

.cat_table-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}

.cat_table-box .cat_table table{ margin-bottom: 0;}
.cat_table-box .cat_table td{ width: 100%;}

/* unit */

.unit table{
  max-width: 900px;
  width: 100%;
  margin: 20px auto 40px;
  border-spacing: 0;
}

.unit tr:nth-child(odd){ background: rgba(110,115,122,0.1);}

.unit th{
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(110,115,122,0.5);
  border-right: 1px solid rgba(110,115,122,0.5);
}

.unit th:last-of-type{ border-right: none;}

.unit td{
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(110,115,122,0.5);
  border-right: 1px solid rgba(110,115,122,0.5);
}

.unit td:first-of-type{ width: 90px;}
.unit td:nth-of-type(2){ width: 120px;}
.unit td:nth-of-type(3){ width: 300px;}
.unit td:nth-of-type(4){ width: 80px;}
.unit table td:last-of-type {
  width: 40px;
  border-right: none;
}

/* sponsorship */

#sponsorship table {
  max-width: 700px;
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto 20px;
  border-spacing: 0;
  word-break: break-word;
  word-wrap: break-word;
  table-layout: fixed;
}

#sponsorship tr:nth-child(even) {
  background: rgba(110,115,122,0.5);
}

#sponsorship th {
  padding: 10px 20px;
  text-align: center;
  background: rgba(255,249,122,0.5);
  border: 1px solid rgba(110,115,122,0.5);
  color: #463737;
}

#sponsorship th:last-child{
  width: 300px;
}

#sponsorship td {
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  color: #333;
  border: 1px solid rgba(110,115,122,0.5);
}

/* table end ----------------------------------------------------------- */

/* greeting ----------------------------------------------------------- */

.g-box {
  display: flex;
  max-width: 1000px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 0;
}

.g-box img {
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
}

.gp-box {
  max-width: 600px;
  width: 100%;
  line-height: 1.5;
  margin: 10px auto 0;
  padding: 0;
  text-align: left;
}

.gp-box h4{
  display: block;
  font-weight: 700;
  outline: none;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(85,58,75,0.5);
  color: #333;
}

.main-text p {
  line-height: 25px;
}

.main-text {
  margin: 20px auto;
  padding: 10px 0;
  border-top: 1px solid #dfe6b0;
}

.main-text h3{
  text-align: center;
  margin: 10px auto;
  border-bottom: none;
  color: #e9546b;
}

.main-text h3 span{ color: #333;}

/* English */

.en .g-box {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.en .gp-box {
  max-width: 1000px;
  margin: 10px 0 20px;
  padding: 0;
  text-align: right;
}

.en .g-box img {
  margin: 0 20px;
  padding: 0;
}

.en .main-text{
  border-top: none;
}

/* greeting end ----------------------------------------------------------- */

/* tab-menu ----------------------------------------------------------- */

/*tabの形状*/

.tab{
  position: relative;
  top: 1px;
}

.tab{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.tab li{
  text-align: center;
  white-space: nowrap;
}

.tab li a{
  display: block;
  margin: 0 2px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-bottom: none;
  color: #acacac;
  background: rgba(157,160,210,0.1);
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  background: rgba(146,208,80,0.5);
  border: 1px solid #fff;
  border-bottom: none;
  color: #562E8C;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  margin: 0 2px;
  padding: 15px 0 0;
  background: none;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* tab-menu end ----------------------------------------------------------- */

/* program ----------------------------------------------------------- */

/* p-menu */

.p-menu{
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  outline: 2px solid rgba(207,220,241,1);
  border-radius: 0;
  border: 2px solid rgba(255,255,255,1);
  background: linear-gradient(45deg,rgba(255,255,255,0.9),rgba(255,255,255,0.5)),url(img/bg.png) no-repeat center top / cover;
}

.p-menu ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.p-menu li{ width: auto;}

.p-menu li a{
  position: relative;
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke;
  color: #463737;
}

.p-menu li a:hover{ color: #e9546b;}

/* menu-arrow */

.n-arrow li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.n-arrow li a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: none;
  outline: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.n-arrow li a:hover:before{ outline: none;}

.n-arrow li a:after {
  content: '';
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent rgba(233,84,107,0.9);
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: drop-shadow(0 0 2px rgba(233,84,107,0.9));
}

.n-arrow li a:hover:after{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: transparent transparent transparent rgba(108,187,90,0.9);
  filter: drop-shadow(0 0 2px rgba(108,187,90,0.9));

}

/* p-section */

.p-section { margin: 0 auto 20px;}

.p-section h3{
  text-align: left;
  border-radius: 0;
  border-left: 10px solid #00729a; 
  color: #553a4b;
}

/* .p-section h3.date{
  padding: 10px 0;
  border-left: 10px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom,#71C6D5,#2DA635,#71C6D5) 10 1;
  background: none;
  color: #2E8C35;
  text-align: center;
} */

.p-section h4{ 
  padding-bottom: 5px;
  border-bottom: 6px solid rgba(223,230,176,0.5);
  background: none;
  color: #f55580;
}

.p-section .p-box h4{
  margin: 0 10px 10px 10px;
  background: none;
  border-left: none;
}

/* .p-section h5{
  display: inline-block;
  max-width: 200px;
  width: auto;
  height: auto;
  margin: 10px 0 10px 20px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  border: 2px solid #fff;
  background: rgba(155,212,213,0.5);
  outline: 2px solid rgba(155,212,213,0.5);
  color: #666;
}

.p-section .p-box h5{
  margin-bottom: 0;
} */

/* 演題名 */

.p-title {
  margin: 10px 0;
  font-weight: bold;
  color: #2E8C35;
}

/* 座長・演者 */

.p-section dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0 20px 0 40px;
  line-height: 2;
}

.p-section dt{
  display: inline-block;
  max-width: 50px;
  width: 100%;
  max-height: 35px;
  height: 100%;
  margin: 5px 0 5px 0;
  padding: 0;
  letter-spacing: 1.5;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  border-radius: 0;
  border: none;
  outline: none;
  color: #553a4b;
}

.p-section .og dt{
  max-width: 150px;
  letter-spacing: normal;
}

.p-section .og dd{ width: 100%;}

.p-section dd{ 
  width: auto;
  margin: 5px 20px;
  padding: 0;
  vertical-align: middle;
  font-weight: 500;
}

.p-section dd .p-title{
  padding-left: 0;
}

/* 共催 */

.p-section .co-sp dt{ color: #df541d;}
.p-section .co-sp dd{ color: #e8554f;}

/* 演者・演題名複数 */

.p-box {
  margin: 20px auto;
  padding: 10px 0;
  border-radius: 0;
  background: #fff;
  outline: 1px solid #cfdcf1;
}

.p-box h4{ 
  border-bottom: 6px solid rgba(207,220,241,0.5);
  color: #463737;
}

/* 時計アイコン */

.time{
  text-align: right;
  font-weight: 600;
  vertical-align: middle;
  margin: 0;
  padding: 0 20px;
  color: #553a4b;
}

.time span{
  margin: -3px 5px 0 0;
  color: #cfdcf1;
}

#unit .time{ text-align: left;}

/* 顔写真 */

.p-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin: 10px auto 0;
}

.photo-box{
  max-width: 160px;
  width: 100%;
  margin-bottom: 10px;
}

.p-photo img {
  max-width: 160px;
  width: 80%;
  padding: 0 5px;
  border-radius: 50%;
}

.p-photo p{
  margin: 10px 0; /* HP毎に調整 */
  padding: 0;
}

/* 企業展示 */

.ex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 40px;
}

.ex-section {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  vertical-align: middle;
}

.ex-img {
  max-width: 400px;
  width: 100%;
  margin: 10px auto;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
}

.ex-img img {
  max-width: 500px;
  width: 100%;
}

/* program end ----------------------------------------------------------- */

/* accordion ----------------------------------------------------------- */

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
  margin: 0;
  padding: 1%;
  border: 1px solid #ccc;
}

.accordion-area h4{
  border-bottom: none;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0 3% 0 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #2E8C35;
  
}
.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
  margin:0;
  padding: 1%;
}

/* accordion end ----------------------------------------------------------- */

/* other ----------------------------------------------------------- */

/* dl */

dt,dd{ vertical-align: middle;}

.period{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px auto;
  line-height: 2;
}

.period dl{
  margin: 0 20px; /* 左寄せの場合はauto→0 */
  padding-bottom: 0;
}

.period dt{
  display: inline-block;
  width: auto;
  padding: 0 20px;
  text-align: center;
  color: #e9546b;
}

.period dd{
  display: inline-block;
  width: auto;
  margin-left: 10px;
  padding: 0 20px;
  text-align: left;
  font-weight: 800;
}

/* period & */

.period.center dl{
  margin: 0 auto; /* 左寄せの場合はauto→0 */
  padding: 0;
}
.period.space dl{ margin: 10px 20px;}
.period.space.center dl{margin: 10px auto;}
.period.color dt{ color: rgba(85,58,75,0.7);}

/* other end ----------------------------------------------------------- */

/* flow ----------------------------------------------------------- */

/* ※＜重要＞ */

.imp-box{
  max-width: 670px;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  word-break: break-all;
  line-height: 1.5;
  border-radius: 10px;
  background: rgba(207,220,241,0.5);
}

.imp-box dl{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
}

.imp-box dt{
  display: inline-block;
  width: 100px;
  height: auto;
  padding: 0;
  font-weight: 600;
  vertical-align: middle;
}

.imp-box dd{
  /* imp-boxのmax-widthに合わせて調整 */
  width: 560px;
  padding: 0;
  font-weight: 600;
  vertical-align: middle;
}

.e-box .imp-box,.j-box .imp-box{ background: rgba(255,255,255,0.5);}

/* フロー */

.flow {
  max-width: 700px;  
  width: 100%;
  margin: 20px auto;
}

.flow-box{
  max-width: 600px;
  width: 100%;
  display: block;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 10px auto 10px;
}

.flow-arrow{
  display: inline-block;
  margin: 10px auto 20px;
  vertical-align: middle;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  color: #dfe6b0;
}

.btn-flow {
  max-width: 600px;
  width: 100%;
  height: 80px;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 25px;
  cursor: default;
  border-radius: 10px;
  border: 3px solid #dfe6b0;
  background: #dfe6b0;
  color: #463737;
}

.btn-flow:hover{ filter: none; color: #463737;}

.btn-flow span {
  font-size: 1.6rem;
  font-weight: 500;
}

/* .flow-header{
  width: 60%;
  margin: 20px 15px 15px 10px;
  padding: 15px 10px 15px 15px;
  font-size: 2.3rem;
  font-weight: 600;
  background-color: rgba(213,127,113,0.5);
	outline: 3px solid #e9546b;
  border: 2px dotted #e9546b;
  color: #333;
} */

/* .flow-header .plus{ margin-left: 0;} */

/* flow end ----------------------------------------------------------- */

/* coi ----------------------------------------------------------- */

.coi-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.coi-box {
  max-width: 300px;
  width: 100%;
  margin-bottom: 10px;
}

.coi-table table {
  max-width: 300px;
  width: 100%;
  border-collapse: collapse;
  margin: 5px 10px;
}

.coi-table th{
  padding: 3px 8px;
  text-align: center;
  border: 2px solid rgba(86,46,140,0.5);
  background-color: rgba(86,46,140,0.8);
  color: #fff;
}

.coi-table td{
  border: 2px solid rgba(86,46,140,0.5);
  padding: 3px 8px;
}

/* coi end ----------------------------------------------------------- */

/* access ----------------------------------------------------------- */

/* google map 埋め込み用 */
.map {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.map iframe {
  width: 90%;
  height: 450px;
}

/* access end ----------------------------------------------------------- */

/* movie ----------------------------------------------------------- */

/* 動画埋め込み用 */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 5px auto 30px;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}

.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/* 動画横並び用 */

.movie-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 15px auto;
}

.movie-flex h3{
  font-size: 1.5rem;
  letter-spacing: 0;
  padding-left: 0;
  margin: 5px 0;
  border-bottom: 1px solid #9acdcd;
}

.movie-box{
  margin: 0 5px;
  width: 45%;
}

.iframe-wrap-flex {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 5px auto 20px;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
.iframe-wrap-flex iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/* movie end ----------------------------------------------------------- */

/* banner ----------------------------------------------------------- */

.bn,.link{
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 15px 50px;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

/* .bn h2,.link h2{
  letter-spacing: 1px;
  margin: 0 auto 20px;
  padding: 5px 15px;
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  background: none;
  color: #463737;
} */

.sp-bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.bn-box,.fp-box {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.fp-box p{ 
  font-weight: 600;
  text-align: center;
}

.handson .fp-box { max-width: 350px;}

.sp-bn img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
  outline: 1px solid #fff;
}

.sp-bn.coi .bn-box,.sp-bn.coi img{ max-width: 300px;}
.sp-bn.coi img{ outline: 1px solid rgba(110,115,122,0.5);}

.sp-bn p {
  font-weight: 600;
  margin-bottom: 10px;  /* HP毎に調整 */
  margin-left: -10px;  /* HP毎に調整 */
}

/* banner end ----------------------------------------------------------- */

/* link ----------------------------------------------------------- */

.link a {
  padding-left: 5px;
  text-decoration: none;
}

/* .link a:hover{ color: #e9546b;} */

.link ul {
  margin: 20px 0 20px;
  padding: 0 10px;
}

.link li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  padding: 5px 0;
  font-weight: bold;
  border-bottom: 1px solid rgba(85,58,75,0.3);
}

.link.list li { margin: 0}

/* link end ----------------------------------------------------------- */

/* arrow ----------------------------------------------------------- */

/*リンクを右下に固定*/
#arrow {
  position: fixed;
  bottom: 11%;
  right: 1%;
  z-index: 2;
   /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#arrow a {
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*円の形状*/
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  outline: none;
  border: none;
  background: rgba(233,84,107,0.9);
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(233,84,107,0.9));
}

#arrow a:hover { 
  background: rgba(108,187,90,0.9);
  filter: drop-shadow(0 0 3px rgba(108,187,90,0.9));
}

/*　上に上がる動き　*/

#arrow.upmove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#arrow.downmove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

/* arrow end ----------------------------------------------------------- */

/* contact ----------------------------------------------------------- */

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin: 0 auto;
}

.flexbox.flexbox-c{
  max-width: 1200px;
  width: 100%;
}

#contact{
  display: block;
  word-wrap: break-word;
  text-align: center;
  margin: 0 auto;
}

#contact h4{
  display: inline-block;
  letter-spacing: 1px;
  margin: 5px auto 5px;
  padding: 5px 20px 5px;
  border-bottom: none;
  background: none;
  color: rgba(85,58,75,0.8);
}

.contact{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.contact table {
  max-width: 800px;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  border-spacing: 0;
  color: rgba(85,58,75,0.8);
}

.contact th {
  width: 20%;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  padding: 20px 10px;
}

.contact td {
  width: 60%;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  padding: 20px 10px;
}

.contact .icon{
  -webkit-text-stroke: initial;
  paint-order: normal;
}

/* contact end ----------------------------------------------------------- */

/* footer ----------------------------------------------------------- */

footer {
  /* 以下 デザイン */
  width: 100%;
  padding: 20px 0 0;
  background: linear-gradient(0deg,rgba(255,255,255,0.8),rgba(255,255,255,0));
}

.footer{
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  background: none;
  color: rgba(85,58,75,0.8);
}

footer small { font-size: 1.7rem;}

/* footer end ----------------------------------------------------------- */

/* タブレット ----------------------------------------------------------- */

@media screen and (max-width: 1280px) {

.home-image img{
	max-width: 1000px;
  width: 80%;
}

}

@media screen and (max-width: 1024px) {

  body{ background-repeat: repeat-y;}

  .pc { display: none;}
  .sp { display: initial;}

  /* font */
  .menu li a { font-size: 1.8rem;}

  /* header */

  .logo h1 {
    font-size: 4.0rem;
    margin: 10px auto;
  }

  .logo{ text-align: left;}
  .logo img{ width: 100%;}
  .number{ font-size: 3.0rem;}
  .n-logo img{ width: 80%;}

  /* base */

  /* .bg { background: linear-gradient(to bottom left,rgba(16,16,16,1)80%,rgba(255,255,255,0)), url(img/bg_temp.png) no-repeat left bottom / contain;} */

  .content {
    flex-direction: column;
    height: 100%;
    padding: 0;
  }

  /* side */

  .navi, .side {
    width: 100%;
    margin: 0 auto 50px;
    align-self: stretch;
  }

  /* .flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  } */

  .etc{
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
  }

  .etc h4{
    width: 100%;
    text-align: center;
  }

  /* sp-menu */

  .gnavi{ margin: 0 auto 0;}
  .gnavi li a{ line-height: 20px;}

  /* ハンバーガー はじまり */

  /* ハンバーガーアイコンの設置スペース */
  .menu-btn {
    width: 55px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    top: 0;
    right: 5px;
    border-radius: 0;
    background: #fff;
  }

  /* ×に変化 */
  .menu-btn span{
    display: inline-block;
    position: absolute;
    transition: all .4s;
    width: 50%;
    height: 1px;
    left: 14px;
    border-radius: 2px;
    background: #553a4b;
  }

  .menu-btn span:nth-of-type(1){
    top: 15px;
  }

  .menu-btn span:nth-of-type(2){
    top: 23px;
  }

  .menu-btn span:nth-of-type(3){
    top: 31px;
  }

  .menu-btn.active span:nth-of-type(1){
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }

  .menu-btn.active span:nth-of-type(2){
    opacity: 0;
  }

  .menu-btn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  /* ナビゲーション（メニュー） */

  .menu{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,1);
    border-radius: 0;
    /* ぼかし */
    -webkit-background-filter: blur(5px);
    backdrop-filter: blur(5px);
    /*動き*/
    transition: all 0.3s;
  }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  .menu.panelactive{
    opacity: 1;
    z-index: 999;
  }

  /*ナビゲーションの縦スクロール*/
  .menu.panelactive .menu-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  .menu ul{
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    width: 60%;
    padding: 0 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .menu.panelactive ul{ display: block;}

 /*リストのレイアウト設定*/

 .menu li{
  list-style: none;
  text-align: center;
 }

 .menu li a{
  display: block;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  text-transform: none; /* 英語の表示 */
  letter-spacing: 0.1em;
  /* border-bottom: 1px dashed #553a4b; */
  color: #463737;
 }

 .menu li a:hover,.menu li a:active{ color: #e9546b;}

 .menu li a:hover::before{
  left: 0;
  padding: 5px 0;
 }

/* sp-menu end */

/* sp-main */

  .main {
    align-self: stretch;
    margin: 0 auto 50px;
    padding: 0 10px;
  }

  .home-image img { width: 100%;}

  section {
    margin: 0 20px 50px;
    padding: 20px 30px;
  }

  /* top登録期間 */

  .tp { margin: 0 auto 20px;} 
  .tp table { max-width: 900px;}
  
  .tp th {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 1.8rem;
    text-align: center;
    border-bottom: 1px dashed #553a4b;
  }
  
  .tp td {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 2.2rem;
    text-align: center;
  }

  /* ボタン */

  .btn-box{ margin: 20px auto;}
  .btn { font-size: 2.0rem;}

  .btn-login {
    width: 550px;
    font-size: 2.3rem;
    padding: 2rem 1rem;
    margin: 10px 10px;
  }

  .btn-login .small{
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  /* icon */

  .icon-box{
    justify-content: center;
    margin: 10px auto 0;
  }

  /* program */

  .p-section dl{ padding: 0 20px 0 40px;}

  .p-box { padding: 10px 0;}
  .p-box dl{ padding: 0 20px 0 40px;}

  /* contact */

  .contact th { width: 150px;}
  .contact td { width: 450px;}

  /* footer */

  footer{ background: linear-gradient(0deg,rgba(255,255,255,0.8)90%,rgba(255,255,255,0));}

}

/* タブレット end ----------------------------------------------------------- */

/* android・iPhone ----------------------------------------------------------- */

@media screen and (max-width: 768px) {

  body{ font-size: 1.6rem;}

  .pc { display: none;}
  .sp { display: initial;}

  /* font */
  
  h2, .gp-box h4,.side-etc h4,.p-section h3.date { font-size: 2.0rem;}  
  h3, caption,.tp th { font-size: 1.8rem;} 
  h4, h5, p, .gp-box h4 span, .main-text h3 span, .tab li a, .menu li a { font-size: 1.6rem;}

  /* large */
  .font-l{ font-size: 2.0rem;}
  .font-l.large { font-size: 2.3rem;}

  /* small */
  .font-l .small{ font-size: 1.6rem;}
  .small{ font-size: 1.4rem;}

  /* header */

  /* .bg { background: linear-gradient(to bottom,rgba(16,16,16,1)95%,rgba(255,255,255,0)), url(img/bg_temp.png) no-repeat left bottom / contain;} */

  .logo img{
    width: 90%;
    margin-top: 0;
  }

   /* top登録期間 */

  .tp { margin: 0 auto 10px;}  
  .tp th { font-size: 1.4rem;} 
  .tp td { font-size: 1.6rem;}

  /* side */

  .navi-etc,.side-etc{
    margin-bottom: 50px;
    padding: 0;
  }

  /* menu */

  .menu ul{ width: 100%;}

  /* main */

  .main {
    margin: 0 auto;
    padding: 0 10px;
  }

  section{
    margin: 0 auto 50px;
    padding: 20px 10px;
  }

  #scroll {
    margin: 0 auto 50px;
    padding: 0;
  }

  /* text */

  h4 { padding: 5px;}

  h5{
    margin-left: 0;
    padding: 0 10px;
  }

  p { padding: 0 10px;}

  .plus,.plus.p1,.plus.p2,.plus.p3 {
    position: relative;
    margin: 0;
  }

  .plus{ padding-left: 15px;}
  .plus.p1,.plus.p2,.plus.p3 { padding-left: 25px;}

  .tri, .dia { margin: 0 0 0 10px;}

   /* list */

   ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .list li { margin: 0 5px 0 26px;}
  .list ul li li{ margin-left: 25px;}
  .list ol li li{ text-indent: -25px;}
  .list ul li li li{ margin-left: 25px;}
  .list ol li li li{ text-indent: -40px;}
  .disc li::before{ margin-left: 0px;}

  /* ol.pn-2 li { text-indent: -36px;}
  li ol.pn-2 li{ text-indent: -18px;} */

  /* button */

  .btn,a.btn,button.btn { font-size: 1.8rem;}

  .btn-login,a.btn-login {
    font-size: 2.3rem;
    margin: 20px 10px 30px;
  }

  /* table */
  /* event */

  .event tr{ border-bottom: none;}
  .event th,.event td{
    display: block;
    width: 100%; 
  }
  
  .event th { border-bottom: 1px dashed rgba(85,58,75,0.3);}
  .event.pre th { width: 100%;}
  .event.i-reading td{ text-align: center; padding: 0;}  

  /* greeting */

  .gp-box {
    display: block;
    max-width: 100%;
    line-height: 1.5;
    text-align: left;
  }

  .g-box img{
    display: block;
    max-width: 120px;
    width: 100%;
  }

  .en .g-box img{ margin: 0;}
  .g-box .gp-box p{ padding: 0 5px;}
  .g-box, .gp-box { padding: 0;}
  .main-text{ padding: 10px 0;}

  /* registration */

  .fee th, .fee td{
    display: block;
    width: 100%;
  }

  .fee th:first-of-type{ width: 100%;}
  .fee.ab-schedule th,.fee.ab-schedule td{text-align: center;}

  /* abstract */

  .cat_table table{ margin: 0;}

  .cat_table.spe th,.cat_table.spe td{
    display: block;
    width: 100%;
  }

  /* unit */
  #sponsorship table{ overflow-y: scroll;}
  #sponsorship th:last-child{ width: auto;}

  /* sub-section */

  .note,.j-box,.e-box{
    padding: 10px 10px;
    margin: 20px auto 20px;
    border-radius: 0;
  }
  .note p,.j-box p,.e-box p{ padding: 0 5px 0 15px;}

  .e-box h5,.j-box h5{ font-size: 1.8rem;}  
  .list .j-box li, .list .e-box li, .list .note li { margin: 10px 0 10px 20px;}

  /* program */

  .p-section dl{ padding: 5px;}
  .area{ padding: 20px 0;}

  .time{
    text-align: left;
    padding: 0 10px;
  }

  /* registration */

  /* 登録期間 */

  .period dl{
    margin: 5px auto; /* 左寄せの場合はauto→0 */
    padding: 0;
  }

  .period dt{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .period dd{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  /* party */

  .period.party dt{ width: 100%;}

  /* award */

  .period.award dl{ margin: 5px auto;}
  .period.award dt{ width: 100%;}

  /* flow */
  .important li{ margin: 0;}

  .imp-box dl{
    flex-direction: column;
    flex-wrap: wrap;
  }

  .imp-box dd{ width: auto;}

  .flow { margin: 30px auto 20px;}

  .btn-flow,
  a.btn-flow,
  button.btn-flow{
    height: auto;
    padding: 2rem 4rem;
  }

  /* accordion */

  .accordion-area li{ margin: 0;}

  /* banner */

  .bn{
    display: block;
    margin: 0 auto 50px;
    padding: 10px 0;
  }

  .bn-box { max-width: 200px;}  
  .sp-bn img { max-width: 200px;}

  /* link */

  .link { padding: 15px 0;}

  .link ul { 
    margin: 20px 0;
    padding: 0;
  }

  /* arrow */

  #arrow a{
    width: 50px;
    height: 50px;
  }

  /* contact */

  .contact th, .contact td{
    display: block;
    width: 100%;
    padding: 0 20px 10px;
  }

  .contact td{ text-align: left;}

  /* English */

  .en .contact table { max-width: 720px;}
  .en .contact td { width: auto;}

}

/* android・iPhone end ----------------------------------------------------------- */