@charset "utf-8";
/* CSS Document */

/* body */

body {
  margin: 0;
  padding: 0;
  color: #333;
  background-image: url(img/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.6rem;
  font-style: normal;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
}

img, dt {
  vertical-align: middle;
}

dd{
  vertical-align: top;
}

a {
  color: #2660ac;
  text-decoration: underline;
}

a:hover {
  color: #e96076;
}

a img:hover {
  opacity: 0.8;
}

.bold {
  font-weight: 600;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

.under{
  text-decoration: underline;
}

.red {
  color: #DC0509;
}

.marker{
  background: linear-gradient(transparent 50%,  rgba(255, 178, 178, 0.5) 50%) ;
  }

.pc {
  display: initial;
}

.sp {
  display: none;
}

/* body end */

/* header */

.bg {
  background-image:  url(img/bg-bottom.png),url(img/bg-c.png);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: center bottom, center bottom;
}

header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.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: #3e3a39;
}

.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: 1200px;
  width: 100%;
  min-height: 100vh;
  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 */

/* menu */

.navi {
  -webkit-flex: 1;
  flex: 0 0 250px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 auto;
  overflow: hidden;
  top: 0;
  left: 0;
}

.navi-top{
  margin-top: 150px;
}

/* .n-logo{
  text-align: center;
}

.n-logo img{
  max-width: 120px;
  width: 100%;
  margin: 10px auto;
  border: none;
} */

.gnavi {
  position: relative;
  max-width: 250px;
  width: 100%;
  border-radius: 0;
  margin: 0 auto 30px;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 0;
  width: 100%;
  border-radius: 0;
  background-color: none;
}

.gnavi li {
  display: block;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  margin-bottom: 0;
  /* border-bottom: 5px solid rgba(255, 255, 255, 0.5); */
}

/* .gnavi li:last-child{
  border-bottom: none;
} */

.gnavi li a {
  display: inline-block;
  position: relative;
  width: 250px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 10px 20px;
  transition: .2s;
  box-sizing: border-box;
  text-decoration: none;
  color: #e96076;
  background-color: #fff;
}

.gnavi li a:hover{
  color: #fff;
  background-color: #2660ac;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

/* .gnavi li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #3e3a39;
  transform: scale(0, 1);
  transform-origin: center center;
  transition: transform .3s;
}

.gnavi li a:hover::after {
  transform: scale(1, 1);
} */

/* menu end */

/* 3カラム目 */

.side {
  -webkit-flex: 1;
  flex: 0 0 250px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.navi-etc,
.side-etc {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.navi-etc h4,
.side-etc h4 {
  letter-spacing: 1px;
  margin: 15px 0 10px;
  padding: 5px 0 5px 20px;
  text-align: left;
  color: #2660ac;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navi-etc img,
.side-etc img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

/* 3カラム目 end */

/* main */

.main {
  -webkit-flex: 1;
  flex: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 20px 200px;
}

.home-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
}

.home-image img{
	max-width: 750px;
  width: 100%;
  /* box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff; */
}

/* top 登録期間 */

.bot-box{
  margin: 20px auto 50px;
}

.bot {
  display: table;
  margin: 20px auto;
}

.bot table {
  display: table-cell;
  max-width: 900px;
  width: 100%;
  border-collapse: collapse;
}

.bot th {
  width: 250px;
  font-size: 2.0rem;
  padding: 10px;
  letter-spacing: 0.5rem;
  vertical-align: middle;
  text-align: center;
  color: #e96076;
  background-color: #fff;
  /* border-bottom: 5px solid rgba(255, 255, 255, 0.5); */
}

.bot td {
  width: auto;
  font-size: 2.3rem;
  font-weight: 600;
  padding: 5px 20px;
  vertical-align: middle;
  color: #3e3a39;
  background-color: none;
  /* border-bottom: 5px solid rgba(255, 255, 255, 0.5); */
}

/* top 開催概要 */

/* .top-ev{
  margin: 20px auto 30px;
}

.top-ev dl{
  max-width: 700px;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
}

.top-ev dt{
  padding: 10px;
  vertical-align: middle;
  letter-spacing: 0.5em;
  font-size: 2.0rem;
  border-bottom: 1px solid #fff;
}

.top-ev dd{
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 2.5rem;
} */

/* section */

section {
  display: block;
  margin: 0 auto 100px;
  padding: 30px 50px;
  border-radius: 0;
  background: none;
}

section a img {
  border: 1px solid #fff;
}

/* font */

h2, h3, h4, h5, th, caption,
.scroll dt, .period dt, #program dt, .tab li a,
.bot, .top-ev, .gnavi, .menu, .p-title, .btn-box {
  font-family: fot-chiaro-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-family: fot-chiaro-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1.en{
  font-family: fot-chiaro-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
}

h2, .gp-box h4 {
  font-size: 2.5rem;
}

h3, .gp-box h4 span {
  font-size: 2.0rem;
}

h4, .main-text h3 span, caption, .tab li a{
  font-size: 1.8rem;
}

h5, h4 span{
  font-size: 1.6rem;
}

/* font end */

/* subtitle */

section h2 {
  letter-spacing: 1px;
  margin: 0 auto 20px;
  padding: 5px 15px 5px;
  color: #2660ac;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  vertical-align: middle;
}

/* .grad{
  display: inline-block;
  background: -webkit-linear-gradient(top, #FBCA7B 10%, #EC7710 100%);
  background: linear-gradient(to bottom, #FBCA7B 10%, #EC7710 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */

/* section h2::before, #info h2::before {
  content: url(img/icon-bard.png);
  margin-right: 5px;
} */

section h3 {
  letter-spacing: 1px;
  padding: 10px 0 10px 15px;
  margin: 20px 0 10px;
  border-radius: 0 50px 0 30px;
  color: #e96076;
  background-color: #fff;
  border-left: 6px solid #e96076;
}

section h4 {
  letter-spacing: 1px;
  padding: 0 20px 5px 15px;
  margin: 5px 0;
  color: #2660ac;
  border-bottom: 3px solid #fff;
}

section h5 {
  letter-spacing: 1px;
  padding: 0 20px 0 15px;
  margin: 5px 0;
  color: #3e3a39;
}

section h5::before, #link li:before {
  position: relative;
  top: -1px;
  left: -5px;
}

section h5::before{
  content: "\025c6";
  vertical-align: middle;
  color: #82CDE8;
}

/* 記号削除 */

.gp-box h4::before,
.cat_table h4::before,
#program h4::before,
.important h4::before {
  content: "";
}

/* subtitle end */

/* Information */

#info{
  display: block;
  margin: 0 50px 50px;
  padding: 0;
  border-radius: 20px;
  background: none;
  outline: 2px solid #2660ac;
  background-color: #fff;
}

#info h2{
  margin: 0;
  padding: 5px 15px 5px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  outline: 2px solid #2660ac;
  background-color: #2660ac;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.scroll {
  display: block;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0 10px;
  overflow-y: scroll;
}

.scroll dl{
  margin: 0 auto;
  padding: 20px 0;
  vertical-align: middle;
}

.scroll dt {
  display: inline-block;
  font-weight: 900;
  padding: 5px 10px;
  color: #e96076;
}

.scroll dd{
  width: auto;
  margin-left: 10px;
  padding: 5px 20px;
  border-bottom: 1px solid #c6e7f9;
}

/* Information end */

/* box */

.info.note{
  max-width: 800px;
  width: 100%;
  margin: 10px auto 30px;
  padding: 10px 15px;
  border-radius: 20px;
  border: 3px solid #e96076;
  background-color: #fff;
}

.info.note h4{
  border-bottom: 2px solid #e96076;
}

.info.note p{
  padding: 0 10px;
  margin: 0;
}

.info.note .plus{
  margin-left: 10px;
}

.info.note.at{
  border: 3px solid #DC0509;
}

.j-box, .e-box{
  padding: 10px 30px 5px;
  margin: 20px auto 20px;
  border-radius: 20px;
}

.j-box p, .e-box p{
  padding: 0 10px;
}

.j-box{
  max-width: 600px;
  width: 100%;
  border: 3px solid #d8b9d7;
  background-color: rgba(249, 218, 232, 0.5);
}

.e-box {
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(242, 206, 219, 0.5);
  border: 1px solid #fff;
}

.e-box h4{
  padding: 0 20px 5px;
  border-bottom: 1px solid #fff;
}

/* box end */

/* list */

ul {
  margin: 0;
  padding: 0;
}

ol{
  margin: 0;
  padding: 0;
  counter-reset: cnt;
  list-style-type: none;
}

section li p{
  margin-left: 0;
}

section li .plus{
  margin-left: 0;
  text-indent: 0;
}

.list ul,
.list ol {
  list-style-position: inside;
  margin: 10px 0 20px;
}

.list li{
  margin-left: 60px;
}

.list li li{
  margin-left: 20px;
}

.list td li, td p, td p.plus{
  margin-left: 0;
}

/* 箱内リスト */

.list .j-box li, .list .e-box li, .list .info.note li {
  margin-left: 30px;
}

/* ● */

.disc li {
  list-style-type: none;
  text-indent: -8px;
}

.disc li::before {
  content: "\025cf";  /* 空の要素作成 */
  display: inline-block;  /* インラインブロックにする */
  position: relative;  /* 位置調整 */
  top: 0;  /* 位置指定 */
  left: -5px;
  border-radius: 100%;  /* 要素を丸くする */
  color: #fff9bd; /* 背景色指定 */
}

/* 1. */

.dec li{
  list-style-type: none;
  text-indent: -18px;
}

.dec li::before{
  counter-increment: cnt;
  content:counter(cnt)'. ';
}

/* 1) */

.kakko li {
  padding-left: 10px;
  list-style-type: none;
  text-indent: -26px;
}

.kakko li:before {
  counter-increment: cnt;
  content: "" counter(cnt) "）";
}

/* (1) */

.cnt li {
  padding-left: 10px;
  list-style-type: none;
  text-indent: -42px;
}

.cnt li:before {
  counter-increment: cnt;
  content: "（" counter(cnt) "）";
}

/* list end */

/* text */

/* 余白 */

section p {
  margin-bottom: 10px;
  padding: 0 40px;
}

section p.top {
  margin-top: 0px;
}

section p.mtop {
  margin-top: -10px;
}

section p.bottom {
  margin-bottom: 10px;
}

/* ※ */

section .plus,
section .plus.p1,
section .plus.p2,
section .plus.p3 {
  position: relative;
  margin: 0 0 0 40px;
}

section .plus::before,
section .plus.p1::before,
section .plus.p2::before,
section .plus.p3::before {
  position: absolute;
  top: 0;
  left: 0;
}

section .plus{
  padding-left: 25px;
}

section .plus.p1,
section .plus.p2,
section .plus.p3 {
  padding-left: 35px;
}

section .plus::before{
  content: "※";
}

section .plus.p1::before {
  content: "※1";
}

section .plus.p2::before {
  content: "※2";
}

section .plus.p3::before {
  content: "※3";
}

/* 記号 */

section .tri,
section .dia {
  margin: 0 0 0 40px;
  padding-left: 20px;
  position: relative;
}

section .tri::before {
  content: "\025b6";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff9bd;
}

section .dia::before{
  content: "\025c6";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff9bd;
}

/* main 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,
a.btn {
  font-size: 2.0rem;
  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.1em;
  border-radius: 10px;
  color: #fff;
  outline: 1px solid #fff;
}

.btn:hover, a.btn:hover{
  color: #3e3a39;
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 30px auto;
}

.btn-box .btn-w {
  width: 250px;
}

.btn-box a {
  margin-bottom: 10px;
}

.btn-box img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.btn-box a img {
  border: 1px solid #fff;
}

.btn-1,
a.btn-1 {
  background-color: #2660ac;
}

.btn-1:hover,
a.btn-1:hover {
  background-color: #9ed8f5;
}

.btn-2,
a.btn-2 {
  background-color: #39AD3A;
}

.btn-2:hover,
a.btn-2:hover {
  background-color: #c8dc6c;
}

.btn-3,
a.btn-3 {
  background-color: #e96076;
}

.btn-3:hover,
a.btn-3:hover {
  background-color: #F2CEDB;
}

.btn-4,
a.btn-4 {
  background-color: #A8629C;
}

.btn-4:hover,
a.btn-4:hover {
  background-color: #d8b9d7;
}

.btn-login,
a.btn-login {
  width: 650px;
  font-size: 3.0rem;
  padding: 2rem 1rem;
  margin: 10px auto 20px;
}

.en .btn-login,
.en a.btn-login{
  width: 100%;
}

.btn-login span,
a.btn-login span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

/* 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 5px;
  text-decoration: none;
}

.icon.i-c{
  padding: 5px;
  color: #fff;
  background-color: #2660ac;
  border-radius: 50%;
}

a .icon.i-c:hover{
  color: #fff;
  background-color: #e96076;
}

/* アイコン横並び */

.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,
.btn-box a[href$=".doc"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/word_icon.png");
  vertical-align: middle;
}

.btn-box a[href$=".pdf"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/pdf_icon.png");
  vertical-align: middle;
}

.btn-box a[href$=".xlsx"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/excel_icon.png");
  vertical-align: middle;
}

.btn-box a[href$=".pptx"]::after,
.btn-box a[href$=".ppt"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/pptx_icon.png");
  vertical-align: middle;
}

/* ボタンの背景色が白い場合 */

.btn-box a[href$=".docx"]:hover::after,
.btn-box a[href$=".doc"]:hover::after { /* 一部の場合は[:hover]の前にclass名入れる[例：.btn-1:hover] */
  content: url("img/word_icon_b.png");
}

.btn-box a[href$=".pdf"]:hover::after { /* 一部の場合は[:hover]の前にclass名入れる[例：.btn-1:hover] */
  padding-left: 10px;
  display: inline-block;
  content: url("img/pdf_icon_b.png");
  vertical-align: middle;
}

.btn-box a[href$=".xlsx"]:hover::after { /* 一部の場合は[:hover]の前にclass名入れる[例：.btn-1:hover] */
  padding-left: 10px;
  display: inline-block;
  content: url("img/excel_icon_b.png");
  vertical-align: middle;
}

.btn-box a[href$=".pptx"]:hover::after,
.btn-box a[href$=".ppt"]:hover::after { /* 一部の場合は[:hover]の前にclass名入れる[例：.btn-1:hover] */
  padding-left: 10px;
  display: inline-block;
  content: url("img/pptx_icon_b.png");
  vertical-align: middle;
}

/* icon end */

/* table */

table {
  -webkit-text-size-adjust: 100%;
}

table th, table td {
  vertical-align: middle;
}

/* event・committee・abstract */

#event table,
#com table,
.ab-table table {
  max-width: 800px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px auto 20px;
}

#com caption{
  color: #e96076;
  background-color: #fff;
}

#event tr, #com tr, .ab-table tr{
  border-bottom: 1px solid #fff;
}

#event th, #com th, .ab-table th{
  text-align: center;
  margin: 10px 20px 0 0;
  padding: 10px;
  color: #3e3a39;
  vertical-align: middle;
}

#event th:first-child{
  width: 150px;
}

#com th:first-child{
  width: 150px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#event td, #com td, .ab-table td{
  width: auto;
  text-align: left;
  padding: 20px 20px;
  color: #3e3a39;
}

#com td:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}

.ab-table th{
  width: 150px;
}

/* registration */

.regi table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto 20px;
  border-spacing: 0;
}

/* .regi table tr {
  border-bottom: 1px solid #F0A25E;
} */

.regi table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}

.regi table th {
  padding: 10px 20px;
  color: #3e3a39;
  background-color: rgba(255, 249, 189, 0.5);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.regi table th:first-child{
  border-left: none;
}

.regi table td {
  text-align: center;
  padding: 10px 0;
  color: #3e3a39;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* fee */

.fee table{
  max-width: 600px;
}

.fee th{
  width: 200px;
  text-align: left;
}

.fee td{
  width: 200px;
}

.fee2 table{
  max-width: 400px;
}

.fee2 th{
  width: 200px;
  text-align: center;
}

/* abstract */

.e_table{
  margin: 10px auto 20px;
}

.e_table table{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.e_table th{
  width: 200px;
  padding: 10px 20px; /* 余白指定 */
  text-align: center;
  color: #333;
  background-color: rgba(0, 126, 65, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.e_table.qp th:first-of-type{
  width: 100px;
}

.e_table.sc th:first-of-type{
  width: 250px;
  text-align: left;
}

.e_table td{
  width: auto;
  padding: 10px 20px; /* 余白指定 */
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.cat_table {
  padding-left: 25px;
  margin: 10px auto 20px;
}

.cat_table h4{
  display: inline-block;
  margin: 10px auto 10px;
  padding: 5px 20px 5px;
  color: #3e3a39;
  background-color: rgba(138, 194, 70, 0.5);
  border: 1px solid #fff;
}

.cat_table table {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; /* 横並びの時は左右の余白0 */
  border-collapse: collapse;
}

.cat_table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}

.cat_table th {
  width: 35px;
  border: none;
  padding: 5px 10px; /* 余白指定 */
  text-align: center;
  color: #fff;
  background-color: #2660ac;
  border-bottom: 1px solid #fff;
}

.cat_table td {
  width: auto;
  color: #3e3a39;
  padding: 5px 10px; /* 余白指定 */
  border-bottom: 1px solid #fff;
}

.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: center;
}

/* workshop */

.ws table{
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ws tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.ws th{
  text-align: center;
  padding: 10px;
  color: #333;
  background-color: rgba(19, 164, 127, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.ws td {
  text-align: center;
  padding: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.ws td:last-of-type{
  font-weight: 600;
}

/* table end */

/* greeting */

.g-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 0 20px;
  max-width: 1000px;
  width: 100%;
}

.g-box img {
  /* display: block; */
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  /* border-radius: 10px; */
}

.g-box .gp-box {
  max-width: 70%;
  width: 100%;
  line-height: 1.5;
  padding: 0 20px;
  margin: 10px auto 0;
  text-align: left;
}

.gp-box h4{
  color: #3e3a39;
  border-bottom: 2px solid #3e3a39;
}

.main-text p,
.g-box .gp-box p {
  text-align: justify;
  line-height: 25px;
}

.main-text {
  border-top: 1px solid #fff;
  margin: 20px auto;
  padding: 20px 0;
}

.main-text h3{
  text-align: center;
  margin-bottom: 20px;
  border-bottom: none;
  color: #2660ac;
}

.main-text h3 span{
  color: #3e3a39;
  text-shadow: none;
}

/* greeting end */

/* program */

/* タブメニュー はじまり */

/*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;
  color: #3e3a39;
  background: #fff9bd;
  margin: 0 2px;
  padding: 10px 20px;
  text-decoration: none;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  color: #2660ac;
  background: none;
  border: 1px solid #fff;
  border-bottom: none;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: none;
  margin: 0 2px;
  padding: 50px 20px;
}

/*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;
  }
}

/* タブメニュー おわり */

#program h3 {
  border-bottom: 2px solid #e96076;
}

#program .area h3.c-title{
  background-color: rgba(255, 255, 255, 0.5);
  border: none
}

#program .area h4{
  padding-bottom: 5px;
  border-bottom: 1px dashed #c8dc6c;
}

.p-section {
  margin-bottom: 40px;
}

.p-section h4 {
  /* background-color: rgba(255, 255, 255, 0.5); */
  border-bottom: 1px solid #fff;
}

/* 演題名 */

.p-section .p-title {
  font-weight: 900;
  color: #e96076;
}

/* 座長・演者 */

.p-section dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 0;
  padding: 5px 0 5px 40px;
  line-height: 2;
}

.p-section dt{
  display: inline-block;
  max-width: 200px;
  width: auto;
  height: 40px;
  padding: 3px 10px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  color: #2660ac;
  background-color: #fff;
  border: 1px solid #c6e7f9;
}

.p-section dd{ 
  width: auto;
  margin: 0 0 0 10px;
  padding: 5px 5px;
}

.p-section dd .p-title{
  padding-left: 0;
}

/* 演者・演題名複数 */

.p-box {
  margin: 10px 0;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.p-box dl{
  padding: 5px 20px 5px;
  border-bottom: 1px solid #c6e7f9;
}

/* 時計アイコン */

.time{
  text-align: right;
  font-weight: 600;
  vertical-align: middle;
  margin-top: 5px;
  padding: 0;
}

.time span{
  color: #2660ac;
  margin-right: 5px;
}

/* 顔写真 */

.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: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  vertical-align: middle;
}

.ex-img {
  max-width: 200px;
  width: 100%;
  margin: 10px auto;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
}

.ex-img img {
  max-width: 160px;
  width: 100%;
}

/* program end */

/* other */

/* 登録期間 */
.period{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px auto;
  padding-bottom: 5px;
  line-height: 2;
  font-weight: 600;
}

.period dl{
  margin: 5px 0; /* 左寄せの場合はauto→0 */
  padding: 0;
}

.period dt{
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  background-color: none;
  border-bottom: none;
  color: #2660ac;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.period dd{
  display: inline-block;
  width: auto;
  margin-left: 10px;
  padding: 5px 20px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #fff;
}

/* font-large */

.font-l{
  font-size: 2.5rem;
}

.font-l .small{
  font-size: 1.6rem;
}

/* center */

.period.center dl{
  margin: 5px auto; /* 左寄せの場合はauto→0 */
  padding: 0;
}

/* award */

.award dl,.ab-book dl{
  margin: 5px 20px;
}

.award dt{
  width: 100px;
  text-align: center;
}

/* ab-book fee */

.ab-book dt{
  width: 420px;
}

/* abstract & registration */

.e-section, j-section, .c-section{
  margin: 10px auto 20px;
  padding: 10px 10px 20px;
}

.e-section, .j-section{
  border-bottom: 1px solid #9BC950;
}

.c-section{
  border-bottom: 3px solid #9BC950;
}

.e-section h5, .j-section h5, .c-section h5{
  padding-left: 30px;
  font-weight: 600;
  color: #e96076;
  border-bottom: 1px dashed rgba(169 219 236, 0.5);
}

.info.note .e-section p,
.info.note .j-section p, 
.info.note .c-section p{
  padding: 0 40px;
}

/* other end */

/* flow */

.important {
  max-width: 650px;
  width: 100%;
  margin: 20px auto 10px;
  padding: 0 20px;
  border: 2px solid #DC0509;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  word-break: break-all;
  border-radius: 10px;
}

.important h4 {
  color: #DC0509;
  text-align: center;
  padding-top: 10px;
  border-bottom: none;
}

.important ul li {
  list-style: disc;
  color: #DC0509;
  font-weight: 600;
  margin-left: 25px;
  padding-left: 0;
}

.important p {
  padding: 10px 0;
  margin: 0;
  font-weight: 600;
  color: #DC0509;
}

.imp-box{
  max-width: 650px;
  width: 100%;
  margin: 10px auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.imp-box dt{
  float: left;
  font-weight: 600;
  margin-right: 0;
}

.imp-box dd{ /* ※＜重要＞ */
  margin-left: 80px;
  font-weight: 600;
}

.imp-box .imp dd{ /* ＜重要＞ */
  margin-left: 70px;
}

#abst .imp-box{
  margin: 0 auto 20px;
}

.flow p, .flow dl {
  line-height: 1.5;
}

.flow {
  max-width: 700px;
  width: 100%;
  margin: 50px auto;
}

.flow-box {
  max-width: 450px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px auto 20px;
}

.flow-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #020873;
  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);
  margin: 10px auto 20px;
}

.btn-flow,
a.btn-flow,
button.btn-flow {
  background-color: #020873;
  border: none;
  max-width: 450px;
  width: 100%;
  height: 70px;
  font-size: 1.7rem;
  border-radius: 1.0rem;
  font-weight: 600;
  line-height: 20px;
  cursor: default;
}

.btn-flow:hover,
a.btn-flow:hover,
button.btn-flow:hover{
  color: #fff;
}

.btn-flow span,
a.btn-flow span,
button.btn-flow span {
  font-size: 1.3rem;
  font-weight: 500;
}

/* flow end */

/* registration・abstract end */

/* coi */

.coi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.coi-box {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.coi img {
  max-width: 250px;
  width: 100%;
}

.coi p {
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: -5px; /* HP毎に調整 */
  margin-left: -20px; /* HP毎に調整 */
}

/* 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 */

.sp-bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.bn-box {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.sp-bn img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.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 ul {
  margin: 20px 0 20px;
  padding: 0 10px;
}

#link li {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 5px 10px 0;
  border-bottom: 1px dashed #82CDE8;
}

#link li:before{
  content: url(img/icon-leaf.png);
  vertical-align: middle;
}

/* link end */

/* arrow */

/*リンクを右下に固定*/
#arrow {
  position: fixed;
  bottom: 8%;
  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;
  border-radius: 50%;
  outline: 1px solid #fff;
  background-color: #2660ac;
  color: #fff;
  transition: all 0.3s;
}

#arrow a:hover {
  background-color: #e96076;
  color: #fff;
}

/*　上に上がる動き　*/

#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 */

/*footer*/

footer {
  /* 以下 デザイン */
  width: 100%;
  text-align: center;
  color: #3e3a39;
  padding: 20px 0;
}

footer small {
  font-size: 1.5rem;
}

/*footer end*/

/* タブレット */

@media screen and (max-width: 1024px) {

  body{
    background-repeat: repeat-y;
  }

  .pc {
    display: none;
  }

  .sp {
    display: initial;
  }

  /* header */

  .logo h1 {
    font-size: 4.0rem;
    margin: 10px auto;
  }

  .number{
    font-size: 3.0rem;
  }

  /* base */

  .content {
    flex-direction: column;
    height: 100%;
    padding: 0;
  }

  .navi, .side {
    width: 100%;
    margin: 0 auto 50px;
    align-self: stretch;
  }

  /* .flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  } */

  .navi-etc,
  .side-etc{
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
  }

  .navi-etc h4,
  .side-etc h4{
    font-size: 1.6rem;
    text-align: center;
  }

  /* sp-menu */

  .gnavi{
    margin: 0 auto 0;
    font-size: 1.6rem;
  }

  .gnavi li a{
    line-height: 20px;
  }

  /* ハンバーガー はじまり */

  /* ハンバーガーアイコンの設置スペース */
  .menu-btn {
    height: 50px;
    width: 55px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    top: 10px;
    right: 10px;
  }

  /* ×に変化 */
  .menu-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    width: 50%;
    height: 3px;
    border-radius: 2px;
    background-color: #3e3a39;
  }

  .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: 18px;
    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: 18px;
    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: #c6e7f9;
    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;
    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;
  color: #3e3a39;
  text-decoration: none;
  padding: 5px 20px;
  text-transform: none; /* 英語の表示 */
  letter-spacing: 0.1em;
 }

 .menu li a:hover::before{
  left: -15px;
  padding: 5px 0;
 }

/* sp-menu end */

/* sp-main */

  .main {
    align-self: stretch;
    margin: 0 auto 150px;
    padding: 0 10px;
  }

  .home-image img {
    width: 100%;
  }

  section {
    margin: 0 auto 50px;
    padding: 20px 50px;
  }

  /* top概要 */

  /* .top-ev dt{
    font-size: 1.6rem;
  }

  .top-ev dd{
    font-size: 2.0rem;
  } */

  /* top登録期間 */

  .bot {
    margin: 0 auto 20px;
  }
  
  .bot table {
    max-width: 700px;
  }
  
  .bot th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 5px 0;
    text-align: center;
  }
  
  .bot td {
    display: block;
    width: 100%;
    font-size: 2.2rem;
  }

  /* ボタン */

  .btn,
  a.btn,
  button.btn {
    font-size: 1.8rem;
  }

  .btn-login,
  a.btn-login {
    width: 550px;
    font-size: 2.3rem;
    padding: 2rem 1rem;
    margin: 10px 10px;
  }

  .btn-login span,
  a.btn-login span{
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  /* icon */

  .icon-box{
    justify-content: center;
    margin: 10px auto 0;
  }

  /* program */

  #program dl{
    padding: 5px 0 5px 20px;
  }

  .p-box {
    padding: 10px 0;
  }
}

@media screen and (max-width: 720px) {

  body{
    font-size: 1.4rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: initial;
  }

  /* font */
  
  h2, .gp-box h4 {
    font-size: 1.8rem;
  }
  
  h3, .gp-box h4 span, #com caption {
    font-size: 1.6rem;
  }
  
  h4, h5, p, .main-text h3 span,.side-etc h4, .tab li a {
    font-size: 1.4rem;
  }

   /* top登録期間 */

  .bot {
      margin: 0 auto 10px;
    }
  
    .bot th {
      font-size: 1.2rem;
    }
  
    .bot td {
      font-size: 1.5rem;
    }

   /* main */

   .main {
    margin: 0 auto;
    padding: 0 20px;

  }

  section{
    margin: 0 auto 50px;
    padding: 20px 20px;
  }

  #info {
    margin: 0 auto 50px;
    padding: 20px 0;
  }

  /* text */

  section h4 {
    padding: 5px;
  }

  section p {
    padding: 0 10px;
  }

  section .plus,
  section .plus.p1,
  section .plus.p2,
  section .plus.p3 {
    position: relative;
    margin: 0 0 0 10px;
  }

  section .tri {
    margin: 0 0 0 10px;
  }

   /* list */

   ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

  .list ul li {
    margin: 10px 5px 10px 20px;
  }
  
  .list ol li{
    margin: 10px 5px 10px 0;
  }

  ul.disc li::before{
    margin-left: 0px;
  }

  /* button*/

  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
  }

  .btn-login,
  a.btn-login {
    font-size: 2.0rem;
    margin: 20px 10px 30px;
  }

  /* table */
  /* event */

  #event tr{
    border-bottom: 1px solid #fff;
  }

  #event table th:first-child {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  
  #event td, .ab-table th, .ab-table td {
    display: block;
    width: 100%;
  }

  #com table th:first-child{
    width: auto;
  }

  /* greeting */

  .g-box .gp-box {
    display: block;
    max-width: 100%;
    line-height: 1.5;
    text-align: center;
  }

  .g-box img{
    display: block;
    width: 100%;
  }
  
  .g-box .gp-box p{
    padding: 0;
    text-align: center;
  }

  .g-box, .g-box .gp-box {
    padding: 0;
  }

  /* abstract*/

  .cat_table{
    margin: 0 0 20px;
    padding: 0;
  }

  .cat_table table{
    margin: 0;
  }

  .e_table.sc th, .e_table.sc th:first-of-type, .e_table.sc td{
    display: block;
    width: 100%;
  }

  .info.note .e-section p,
  .info.note .j-section p, 
  .info.note .c-section p{
    padding: 0;
  }

  .j-box, .e-box{
    padding: 10px auto 5px;
    margin: 20px auto 20px;
    border-radius: 0;
  }

  .e-box h5{
    font-size: 1.6rem;
  }
  
  .list .j-box ul li, .list .e-box ul li, .list .info.note ul li {
    margin: 10px 0 10px 10px;
  }

  .list .j-box ol li, .list .e-box ol li, .list .info.note ol li{
    margin: 10px 0 10px 10px;
  }

  /* program */

  #program dl{
    padding: 5px;
  }

  .area{
    padding: 20px 0;
  }

  .time{
    text-align: left;
    padding: 0;
  }

  /* registration */

  /* 登録期間 */

  .period dl{
  margin: 5px auto; /* 左寄せの場合はauto→0 */
  padding: 0;
  text-align: center;
  }

  .period dd{
    width: auto;
    padding: 0;
  }

  /* font-large */

  .period.font-l dl{
    font-size: 1.8rem;
  }

  .period.font-l dl span{
    font-size: 1.4rem;
  }

  /* award */

  .period.award dl{
    margin: 5px 10px;
  }

  /* flow */
  .imp-box dt{
    float: none;
  }

  .imp-box dd{
    margin: 0 0 10px 10px;
  }

  .flow {
    margin: 30px auto 20px;
  }

  .flow p, .flow dl {
    font-size: 1.4rem;
  }

  .btn-flow,
  a.btn-flow,
  button.btn-flow{
    height: auto;
    padding: 2rem 4rem;
  }

  /* banner */

  .bn-box {
    max-width: 200px;
  }
  
  .sp-bn img {
    max-width: 200px;
  }

  /* link */

  #link ul {
    margin: 20px 0;
  }

  #link li {
    text-indent: -20px;
  }

  #link li .icon{
    margin-left: 20px;
  }

  /* arrow */

  #arrow a{
    width: 50px;
    height: 50px;
  }

}