@charset "UTF-8";
/* Scss Document */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2rem; }

img {
  width: 100%;
  height: auto; }

.pc {
  display: block; }

.tb {
  display: none; }

.row {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.wrapper .row {
  padding: 80px 2%; }

.wrapper footer .row {
  padding: 0 2%; }

h2 {
  color: #683b93;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative; }

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 12px;
  background: -webkit-repeating-linear-gradient(-45deg, #ffbe2c, #ffbe2c 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px);
  background: repeating-linear-gradient(-45deg, #ffbe2c, #ffbe2c 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px); }

header {
  background-color: #683b93; }
  header .row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .site_id a {
    display: flex;
    color: #FFF;
    text-decoration: none; }
    header .site_id a img {
      width: 57px;
      height: 76px;
      margin-right: 5px; }
    header .site_id a p {
      font-family: "UD Shin Go Medium";
      margin: 0;
      line-height: 1.6rem;
      font-size: 1.4rem;
      font-weight: bold; }
      header .site_id a p span {
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        display: block;
        font-size: 1rem;
        font-weight: normal; }
  header .site_id a:hover {
    color: #ffbe2c; }
  header nav.pc {
    display: flex; }
    header nav.pc .mainmenu {
      display: flex;
      flex-wrap: wrap;
      width: 438px; }
      header nav.pc .mainmenu li {
        width: 140px;
        margin: 0 3px 3px; }
        header nav.pc .mainmenu li a {
          color: #000;
          background-color: #ffbe2c;
          display: block;
          text-align: center;
          padding: 0.35rem 0;
          text-decoration: none;
          font-size: 0.9rem;
          font-weight: bold;
          border-radius: 5px; }
      header nav.pc .mainmenu li:nth-child(n+4) {
        margin: 0 3px;
        align-items: flex-end; }
    header nav.pc .submenu {
      background-color: #ffbe2c;
      border-radius: 5px;
      margin-left: 3px; }
      header nav.pc .submenu li {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%; }
        header nav.pc .submenu li a {
          color: #000;
          display: block;
          text-align: center;
          padding: 0.2rem 0.6rem;
          text-decoration: none;
          font-size: 0.9rem;
          font-weight: bold;
          line-height: 1rem; }
  header .sns {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap; }
    header .sns li {
      line-height: 0;
      margin: 0.3rem 0; }
      header .sns li a {
        color: #FFF;
        font-size: 1.8rem; }

.headline_area {
  height: 300px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.headline_area h1 {
  font-family: "M PLUS 1p";
  color: #FFF;
  font-weight: bold;
  text-shadow: 2px  2px 1px #000, -2px  2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000, 2px  0px 1px #000, 0px  2px 1px #000, -2px  0px 1px #000, 0px -2px 1px #003366; }

footer {
  background-color: #683b93; }
  footer .row {
    display: flex;
    flex-wrap: wrap; }
    footer .row #secretariat {
      background-color: #ffbe2c;
      width: 50%;
      box-sizing: border-box;
      color: #683b93;
      padding-bottom: 3rem; }
      footer .row #secretariat h5 {
        display: inline-block;
        padding: 0.1rem 5rem 0.1rem 2rem;
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
        background-color: #683b93;
        color: #ffbe2c;
        font-size: 1.2rem;
        margin-bottom: 1.2rem; }
      footer .row #secretariat a {
        color: #683b93;
        text-decoration: none; }
      footer .row #secretariat p:nth-child(3) {
        font-weight: bold;
        padding-bottom: 0; }
        footer .row #secretariat p:nth-child(3) span {
          font-size: 1.4rem; }
        footer .row #secretariat p:nth-child(3) span::before {
          content: ' ';
          display: inline; }
      /*footer .row #secretariat p:nth-child(5) {
        padding: 0.8rem 2rem 0.2rem; }*/
    footer .row #management_office {
      width: 50%;
      box-sizing: border-box;
      color: #ffbe2c; }
      footer .row #management_office h5 {
        display: inline-block;
        padding: 0.1rem 5rem 0.1rem 2rem;
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
        background-color: #ffbe2c;
        color: #683b93;
        font-size: 1.2rem;
        margin-bottom: 1.2rem; }
      footer .row #management_office a {
        color: #ffbe2c;
        text-decoration: none; }
      footer .row #management_office p:nth-child(2) {
        font-weight: bold;
        padding-bottom: 0; }
        footer .row #management_office p:nth-child(2) span {
          font-size: 1.4rem; }
        footer .row #management_office p:nth-child(2) span::before {
          content: ' ';
          display: inline; }
      footer .row #management_office p:nth-child(3) {
        padding: 0.8rem 2rem 0.2rem; }
    footer .row p {
      padding: 0.1rem 2rem;
      margin: 0;
      font-size: 1rem; }
  footer .copyright {
    margin: 0;
    padding: 1rem 0;
    background-color: #49137d;
    text-align: center;
    font-size: 0.8rem;
    color: #FFF; }

.home header .site_id {
  display: flex;
  color: #FFF; }
  .home header .site_id img {
    width: 57px;
    height: 76px;
    margin-right: 5px; }
  .home header .site_id p {
    font-family: "UD Shin Go Medium";
    margin: 0;
    line-height: 1.6rem;
    font-size: 1.4rem;
    font-weight: bold; }
    .home header .site_id p span {
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      display: block;
      font-size: 1rem;
      font-weight: normal; }

#main_vis {
  position: relative; }
  #main_vis p {
    margin: 0; }
    #main_vis p img {
      width: 100%;
      height: auto; }
  #main_vis h1 {
    position: absolute;
    top: 2rem;
    transform: translateX(-50%);
    left: 50%;
    width: 90%;
    max-width: 869px; }
    #main_vis h1 img {
      width: 100%;
      height: auto; }
  #main_vis .exhibition_info {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-align: center; }
    #main_vis .exhibition_info .subcatch {
      color: #FFF;
      font-weight: bold;
      font-size: 3.2rem;
      text-align: center;
      text-shadow: 2px  2px 1px #000,-2px  2px 1px #000,2px -2px 1px #000,-2px -2px 1px #000,2px  0px 1px #000,0px  2px 1px #000,-2px  0px 1px #000,0px -2px 1px #000; }
    #main_vis .exhibition_info .catchcopy {
      text-align: center;
      color: #FFF;
      font-weight: bold;
      font-size: 1.8rem;
      margin-bottom: 2rem;
      text-shadow: 2px  2px 1px #000,-2px  2px 1px #000,2px -2px 1px #000,-2px -2px 1px #000,2px  0px 1px #000,0px  2px 1px #000,-2px  0px 1px #000,0px -2px 1px #000; }
    #main_vis .exhibition_info .tablearea {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1rem 4rem;
      display: inline-flex; }
      #main_vis .exhibition_info .tablearea table {
        color: #FFF;
        font-size: 1.4rem;
        font-weight: bold; }
        #main_vis .exhibition_info .tablearea table th {
          white-space: nowrap;
          text-align: left; }
        #main_vis .exhibition_info .tablearea table th::after {
          content: '：';
          display: inline; }
        #main_vis .exhibition_info .tablearea table th, #main_vis .exhibition_info .tablearea table td {
          vertical-align: top;
          text-align: left; }
        #main_vis .exhibition_info .tablearea table tr:last-child td span {
          font-size: 1rem;
          font-weight: normal; }
        #main_vis .exhibition_info .tablearea table tr:last-child td span::before {
          content: '　';
          display: inline; }

.tablearea.sp {
  display: none; }

#submission_period {
  background-color: #683b93;
    padding: 2rem 0;
}
#submission_period .row {
    background-color: #f0ebf4;
    padding: 2rem;
    width: 90%;
}
  #submission_period h2 {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    position: static; }
  #submission_period h2::after {
    display: none; }
#submission_period p {
    text-align: center;
    margin-bottom: 0;
}

#greeting .row .chairman {
  width: 43%;
  padding-left: 4%;
  margin-bottom: 2rem;
  float: right; }
  #greeting .row .chairman img {
    width: 100%;
    height: auto; }
  #greeting .row .chairman h3 {
    text-align: center;
    border-bottom: 1px dotted #000; }
#greeting .row p:last-child {
  text-align: center;
  font-size: 1rem; }
  #greeting .row p:last-child span::before {
    content: '\A';
    white-space: pre; }
  #greeting .row p:last-child span::after {
    content: '　';
    display: inline; }
#greeting .row > p:last-child {
  text-align: right; }

#for_sponser {
  background-color: #f0ebf4; }
  #for_sponser h2 {
    line-height: 3rem; }
    #for_sponser h2 span {
      font-size: 1.4rem;
      display: block; }
  #for_sponser p:last-child {
    text-align: center;
    padding-top: 2rem; }
    #for_sponser p:last-child a {
      display: inline-block;
      padding: 0.6rem 7rem;
      background-color: #683b93;
      color: #ffbe2c;
      font-size: 1.6rem;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 0.2rem; }

#change_log .change_log_info {
  display: table;
  margin: 0 auto; }
  #change_log .change_log_info dl {
    display: table-row; }
    #change_log .change_log_info dl dt {
      display: table-cell;
      white-space: nowrap;
      font-size: 1.1rem;
      padding: 1rem 1.5rem 1rem 0;
      border-bottom: 1px dashed #000; }
    #change_log .change_log_info dl dd {
      display: table-cell;
      padding: 1rem 0;
      border-bottom: 1px dashed #000; }

#sponsers {
  background-color: #f0ebf4; }
  #sponsers .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #sponsers .row h2 {
      width: 100%; }
    #sponsers .row #seminar, #sponsers .row #ad_banner {
      width: 100%;
      background-color: #FFF;
      margin-bottom: 1%; }
      #sponsers .row #seminar h3, #sponsers .row #ad_banner h3 {
        border-bottom: 1px dotted #683b93;
        text-align: center;
        padding-bottom: 0.1rem;
        font-size: 1.6rem; }
      #sponsers .row #seminar ul, #sponsers .row #ad_banner ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap; }
        #sponsers .row #seminar ul li, #sponsers .row #ad_banner ul li {
          width: 25%;
          padding: 0 1% 2%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box; }
          #sponsers .row #seminar ul li a, #sponsers .row #ad_banner ul li a {
            text-decoration: none; }
            #sponsers .row #seminar ul li a p, #sponsers .row #ad_banner ul li a p {
              margin: 0.2rem 0;
              font-size: 1rem; }
#sponsers .row #ad_banner ul li a p {
    text-align: center;
}
    #sponsers .row #advertise {
      width: 66%;
      background-color: #FFF; }
      #sponsers .row #advertise h3 {
        border-bottom: 1px dotted #683b93;
        text-align: center;
        padding-bottom: 0.1rem;
        font-size: 1.6rem; }
      #sponsers .row #advertise ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 2rem; }
        #sponsers .row #advertise ul li {
          width: 48%;
          margin-right: 2%;
          margin-bottom: 0.2rem; }
    #sponsers .row #donation {
      width: 33%;
      background-color: #FFF; }
      #sponsers .row #donation h3 {
        border-bottom: 1px dotted #683b93;
        text-align: center;
        padding-bottom: 0.1rem;
        font-size: 1.6rem; }
      #sponsers .row #donation ul {
        list-style: none;
        padding: 0 2rem; }
        #sponsers .row #donation ul li {
          margin-bottom: 0.2rem; }

.cf-abstract .headline_area {
  background-image: url("../images/cf-abstract/headline_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.cf-abstract .abstract_btn,
.program .abstract_btn {
  display: block;
  padding: 0.6rem 0;
  width: 50%;
  background-color: #683b93;
  color: #ffbe2c;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  margin: 0 auto 2rem;
  text-align: center; }
.cf-abstract .lecture_field_list {
  display: flex;
  list-style: none;
  flex-wrap: wrap; }
  .cf-abstract .lecture_field_list li {
    width: 20%;
    white-space: nowrap;
    margin-bottom: 0.5rem; }
  .cf-abstract .lecture_field_list li:nth-last-child(2) {
    width: 40%; }
.cf-abstract #introduction .row {
  padding-bottom: 0; }
.cf-abstract #introduction p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 50px; }
.cf-abstract #introduction p + p {
  background-color: #F0EBF4;
  padding: 2rem 1rem; }
.cf-abstract #content .period {
  background-color: #FFF2D4;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #683B93;
  padding: 0.6rem 0; }
  .cf-abstract #content .period span::after {
    content: '：';
    display: inline; }
  .cf-abstract #content .period br.sp {
    display: none; }
.cf-abstract #content .youkou {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem; }
  .cf-abstract #content .youkou th {
    border: 1px solid #000;
    background-color: #F0EBF4;
    vertical-align: top;
    text-align: left;
    padding: 0.6rem;
    white-space: nowrap; }
  .cf-abstract #content .youkou td {
    border: 1px solid #000;
    vertical-align: top;
    text-align: left;
    padding: 0.6rem; }
  .cf-abstract #content .youkou tr:nth-child(odd) td {
    background-color: #FFF2D4; }
.cf-abstract #content .entry_abstract {
  list-style: none; }
  .cf-abstract #content .entry_abstract li {
    margin-bottom: 0.6rem; }
.cf-abstract #content .note {
  font-size: 1rem;
  text-indent: -1rem;
  padding-left: 1rem; }
.cf-abstract #content .note::before {
  content: '※';
  display: inline; }
.cf-abstract #content h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem; }
.cf-abstract #content .hope_join {
  border: 1px solid #000;
  padding: 1.5rem; }
  .cf-abstract #content .hope_join p {
    margin: 0; }
  .cf-abstract #content .hope_join h5 {
    margin-top: 1rem;
    margin-bottom: 0.6rem; }
.cf-abstract #content h3 {
  border-left: 8px solid #683B93;
  color: #683B93;
  border-bottom: 1px solid #000;
  padding: 0.3rem 1rem;
  margin-top: 3rem; }
.cf-abstract #content h3 + p a {
  text-indent: -1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  display: block; }
.cf-abstract #content h3 + p a::before {
  content: '・';
  display: inline; }
.cf-abstract #content .entry_abstract {
  list-style: disc; }
.cf-abstract #content .slide_example ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 50px;
  padding-left: 0; }
  .cf-abstract #content .slide_example ul li {
    width: 45%;
    background-color: #806c01; }
    .cf-abstract #content .slide_example ul li a {
      display: block;
      width: 100%;
      padding: 20px;
      text-align: center;
      text-decoration: none;
      color: #FFF; }

.access .headline_area {
  background-image: url("../images/access/access_headline_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.access .exterior_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }
  .access .exterior_img img {
    margin-bottom: 2rem; }
  .access .exterior_img h3 {
    color: #683b93;
    font-family: "M PLUS 1p";
    font-weight: bolder;
    font-size: 1.6rem;
    padding-right: 2rem; }
  .access .exterior_img p span {
    padding-right: 1rem; }
  .access .exterior_img iframe {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 2rem; }
.access #traffic h3 {
  margin-bottom: 0.4rem; }
.access #traffic h3 + p {
  margin-top: 0; }
.access #traffic h3 + p + p {
  padding-left: 8.5rem;
  text-indent: -8.5rem; }
.access #hotels ol {
  list-style: none;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .access #hotels ol li {
    width: 50%;
    margin-bottom: 0.6rem; }
    .access #hotels ol li a {
      color: #D20092; }

@media screen and (max-width: 900px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1; }

  header .site_id {
    padding: 0.6rem 0; }

  header nav.pc {
    display: none; }

  .pc {
    display: none; }

  .tb {
    display: block; }

  .wrapper {
    padding-top: 95px; }

  #main_vis h1 {
    top: 0; }

  .toggle {
    /* display:none; */
    /* 通常時は非表示 */
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 21px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #ccc; }

  .toggle span {
    display: block;
    position: absolute;
    /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px; }

  .toggle span:nth-child(1) {
    top: 3px; }

  .toggle span:nth-child(2) {
    top: 13px; }

  .toggle span:nth-child(3) {
    top: 23px; }

  .toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold; }

  /***** クリック後のボタン *****/
  /* 最初のspanをマイナス45度にする */
  .toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /* 2番目と3番目のspanを45度にする */
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

  /*************************************
  * グローバルメニュー
  *************************************/
  /* .global_nav */
  .global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 50px;
    text-align: center;
    color: #000;
    background: #ccc;
    transition: all 0.8s; }

  .global_nav .nav_li {
    width: 100%;
    padding: 5px;
    list-style-type: none; }

  .global_nav .nav_li a {
    display: block;
    color: #000; }

  /* .global_navに.activeが追加 */
  .global_nav.active {
    transform: none; }

  header .sns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #683b93;
    flex-direction: row;
    justify-content: space-between; }
    header .sns li {
      width: 50%;
      padding: 0.4rem 0;
      text-align: center; }
      header .sns li a {
        display: inline; } }
@media screen and (max-width: 800px) {
  #main_vis h1 {
    margin-top: 0.2rem;
    width: 60%; }
  #main_vis .exhibition_info .subcatch {
    font-size: 2.2rem; }
  #main_vis .exhibition_info .catchcopy {
    font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  #main_vis .exhibition_info .subcatch {
    font-size: 1.8rem; }
  #main_vis .exhibition_info .catchcopy {
    margin-bottom: 0.6rem;
    font-size: 1.2rem; }
  #main_vis .exhibition_info .tablearea {
    padding: 0.4rem 2rem; }
    #main_vis .exhibition_info .tablearea table tr th, #main_vis .exhibition_info .tablearea table tr td {
      font-size: 1.2rem; }
    #main_vis .exhibition_info .tablearea table tr:last-child th, #main_vis .exhibition_info .tablearea table tr:last-child td {
      line-height: 1.6rem; }
    #main_vis .exhibition_info .tablearea table tr:last-child td span:first-child::before {
      content: '\A';
      white-space: pre; }

  #submission_period h2 {
    font-size: 1.8rem; }

  #greeting .row .chairman {
    float: none;
    padding-left: 0;
    width: 100%; }
    #greeting .row .chairman h3 {
      text-align: center; }
    #greeting .row .chairman p:last-child {
      text-align: center; }
      #greeting .row .chairman p:last-child span::before {
        content: '\A';
        white-space: pre; }

  #change_log .change_log_info dl dt {
    display: block;
    margin-bottom: 0.2rem; }
  #change_log .change_log_info dl dd {
    display: block;
    margin-left: 0; }

  #sponsers .row #advertise ul li {
    width: 100%; }
  #sponsers .row #seminar, #sponsers .row #advertise, #sponsers .row #donation {
    width: 100%;
    margin-bottom: 5%; }

  footer .row #secretariat, footer .row #management_office {
    width: 100%; }
  footer .row p {
    padding: 0.1rem 0.4rem; }
  footer .row #secretariat p:nth-child(5) {
    padding: 0.8rem 0.4rem 0.2rem; }
  footer .row #management_office p:nth-child(3) {
    padding: 0.8rem 0.4rem 0.2rem; }
  footer .row #management_office {
    margin-bottom: 3rem; }

  .access .exterior_img h3 {
    width: 90%;
    padding-right: 0; }
  .access .exterior_img h3 + p {
    width: 90%;
    margin-top: 0; }
  .access #hotels ol li {
    width: 100%; }

  .cf-abstract .lecture_field_list li {
    width: 33.3%; }
  .cf-abstract .lecture_field_list li:nth-last-child(2) {
    width: 66.6%; }
  .cf-abstract .abstract_btn {
    width: 90%; }
  .cf-abstract #content .period span {
    display: block; }
  .cf-abstract #content .period span::after {
    content: ''; } }
@media screen and (max-width: 510px) {
  #main_vis h1 {
    margin-top: 1rem;
    width: 70%; }
  #main_vis .exhibition_info .tablearea {
    display: none; }

  .tablearea.sp {
    display: block; }
    .tablearea.sp .row {
      padding: 1rem 2%; }
      .tablearea.sp .row table th, .tablearea.sp .row table td {
        font-size: 1.2rem;
        vertical-align: top;
        text-align: left; }
      .tablearea.sp .row table th {
        white-space: nowrap; }
      .tablearea.sp .row table th::after {
        content: '：';
        display: inline; }
      .tablearea.sp .row table td span {
        font-size: 0.9rem; }
      .tablearea.sp .row table td span::before {
        content: '　';
        display: inline; }
      .tablearea.sp .row table td span:first-child::before {
        content: '\A';
        white-space: pre; }

  #submission_period h2 span {
    display: block; } }
@media screen and (max-width: 430px) {
  .home header .site_id p, header .site_id a p {
    font-size: 0.9rem; }
    .home header .site_id p span, header .site_id a p span {
      font-size: 0.8rem; }

  .tablearea.sp .row table td span:nth-child(2)::before {
    content: '\A';
    white-space: pre; }

  #for_sponser h2 span {
    font-size: 1rem; }
  #for_sponser p:last-child a {
    padding-left: 0;
    padding-right: 0;
    /*display: block;*/
    width: 90%; }

  .cf-abstract h2 {
    font-size: 2.2rem; }
  .cf-abstract .lecture_field_list li {
    width: 50%; }
  .cf-abstract .lecture_field_list li:nth-last-child(2) {
    width: 100%; }
  .cf-abstract #introduction p {
    font-size: 1em; }
  .cf-abstract #content .row {
    padding-top: 0; }
  .cf-abstract #content .slide_example ul {
    width: 90%;
    margin: 0 auto; }
    .cf-abstract #content .slide_example ul li {
      width: 100%; }
    .cf-abstract #content .slide_example ul li:first-child {
      margin-bottom: 1rem; }
  .cf-abstract #content .period br.sp {
    display: inline; } }
@media screen and (max-width: 380px) {
  #main_vis .exhibition_info .subcatch {
    font-size: 1.5rem; }
  #main_vis .exhibition_info .catchcopy {
    font-size: 1rem; }

  #submission_period h2 {
    font-size: 1.4rem; }

  .cf-abstract .abstract_btn {
    font-size: 1.3rem; } }


/* 参加登録
*******************************************/
.participation .headline_area {
  background-image: url("../images/participation/headline_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.participation #content .row {
    padding-top: 0;
}
.participation #content h3 {
    border-left: 8px solid #683B93;
    color: #683B93;
    border-bottom: 1px solid #000;
    padding: 0.3rem 1rem;
    margin-top: 3rem;
}
.participation #content #sanka_fee {
    margin: 0 auto;
}
.participation #content #sanka_fee tr {
    border-bottom: 1px solid #ab98c4;
}
.participation #content #sanka_fee th,
.participation #content #sanka_fee td {
    padding: 0.4rem 1.4rem;
}
.participation #content #sanka_fee th {
    background-color: #f5eefe;
}
.participation #content .red_bold_maru_note {
    color: #F00;
    font-weight: bold;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
    margin-bottom: 0.6rem;
}
.participation #content .red_bold_maru_note::before {
    content: '◎ ';
    display: inline;
}
.red {
    color: #F00;
}
.participation .sp {
    display: none;
}
.participation #content .note {
    margin-top: -1rem;
    font-size: 1.1rem;
    text-indent: -1rem;
    padding-left: 1rem;
}
.participation #content .note::before {
    content: '＊';
    display: inline;
}
.participation #content .table_notice {
    font-size: 1.1rem;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
    margin: 0.6rem 0;
}
.participation #content .table_notice::before {
    content:'※' attr(data-count);
    display: inline;
}
.participation #content .disp-block {
    display: block;
    padding: 0.6rem 0 0.6rem 1.8rem;
    font-weight: bold;
}
.participation #content .table_notice a {
    display: block;
    padding: 0.4rem 0 0.6rem 1.8rem;
}
.participation #content .table_notice a::before {
    content: '・';
    display: inline;
}
.participation #content .red_bold_maru_note + .table_notice a {
    display: inline;
    padding: 0;
}
.participation #content .notice-block {
    background-color: #f5eefe;
    padding: 2rem;
}
.participation #content .notice-block h4 {
    margin: 0;
}
.participation #content .notice-block h4::before {
    content: '【';
    display: inline;
}
.participation #content .notice-block h4::after {
    content: '】';
    display: inline;
}
.participation #content .notice-block li {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}
.participation #content .button {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 3em;
}
.participation #content .button li {
    width: 40%;
    margin: 0 3%;
}
.participation #content .button a {
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #683b93;
    color: #ffbe2c;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-decoration: none;
    letter-spacing: 0.3em;
    text-align: center;
    width: 100%;
}
.participation #content .button li:last-child a {
    background-color: #007f9a;
}
.participation #content h5 {
    margin-bottom: 0;
    font-size: 1.3rem;
}
.participation #content .sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .participation h2 {
        font-size: 2.2rem;
    }
    .participation #content .sp {
        display: inline;
    }
    .participation #content #sanka_fee th, .participation #content #sanka_fee td {
        font-size: 0.9rem;
        padding: 0.4rem;
    }
    .participation #content .notice-block {
        padding: 1rem;
    }
    .participation #content .notice-block ul {
        padding-left: 1rem;
    }
    .participation #content .button {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .participation #content .button li {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.training .headline_area {
    background-image: url(../images/training/headline_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.training .headline_area h1 {
    text-align: center;
}
.training #information table {
    margin: 0 auto;
}
.training #information table tr {
    border-bottom: 1px solid #c2b1d7;
}
.training #information table tr:last-child {
    border-bottom: 0;
}
.training #information table tr:nth-child(0dd) th,
.training #information table tr:nth-child(0dd) td {
    background-color: #f5eefe;
}
.training #information table th {
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-ideograph;
    vertical-align: top;
    padding: 0.2rem 0;
    white-space: nowrap;
}
.training #information table td {
    padding: 0.2rem 0 0.2rem 1rem;
    text-indent: -1rem;
    border-bottom: #c2b1d7;
}
.training #information table td::before {
    content: '：';
    display: inline;
}
.training #information .sp {
    display: none;
}
.training #content .row {
    padding-top: 0;
}
.training #content h3 {
    border-left: 8px solid #683B93;
    color: #683B93;
    border-bottom: 1px solid #000;
    padding: 0.3rem 1rem;
    margin-top: 3rem;
}
.training #content #jukou-taisho {
    border-collapse: collapse;
    margin: 0 auto;
}
.training #content #jukou-taisho th,
.training #content #jukou-taisho td {
    border: 1px solid #999;
    padding: 0.4rem 1rem;
    font-size: 1.1rem;
}
.training #content #jukou-taisho th {
    background-color: #f5eefe;
}
.training #content .table_notice {
    margin-top: 0.2rem;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
    font-size: 1rem;
}
.training #content .table_notice::before {
    content: '※ ';
    display: inline;
}
.training #content #touroku {
    margin: 0 auto;
}
.training #content #touroku th,
.training #content #touroku td {
    padding: 0.4rem 0.5rem;
    font-size: 1.1rem;
    vertical-align: top;
}
.training #content #touroku th {
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-ideograph;
}
.training #content #touroku td {
    text-indent: -1rem;
    padding-left: 1rem;
}
.training #content #touroku td::before {
    content: '：';
    display: inline;
}
.training #content .button {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 3em;
}
.training #content .button li {
    width: 40%;
    margin: 0 3%;
}
.training #content .button a {
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #683b93;
    color: #ffbe2c;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-decoration: none;
    letter-spacing: 0.3em;
    text-align: center;
    width: 100%;
}
.training #content .button li:last-child a {
    background-color: #007f9a;
}
.training #content ol li {
    margin-bottom: 0.8rem;
}
.training #content ol.notice_list li:nth-child(2),
.training #content ol.notice_list li:nth-child(8) {
    color: #F00;
}
.training #content .sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .training .headline_area h1 {
        font-size: 1.8rem;
    }
    .training #information .sp,
    .training #content .sp {
        display: inline;
    }
    .training #content #jukou-taisho th, .training #content #jukou-taisho td {
        padding: 0.2rem 0.4rem;
        font-size: 1rem;
    }
    .training #content #touroku th, .training #content #touroku td {
        display: block;
    }
    .training #content #touroku th {
        padding: 0;
        border-bottom: 1px dashed #999;
        text-align: left;
        text-align-last: left;
    }
    .training #content #touroku td {
        padding: 0.4rem 0 0.4rem 1rem;
        margin-bottom: 1.5rem;
        text-indent: 0;
        text-align: justify;
    }
    .training #content #touroku td::before {
        content: '';
        display: none;
    }
    .training #content .button {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .training #content .button li {
        width: 100%;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 430px) {
    .training h2 {
        font-size: 2.2rem;
    }
}
.program .headline_area {
    background-image: url(../images/program/headline_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.program #special_lecture article,
.local #special_lecture article {
    padding: 0 15px;
    margin-bottom: 30px;
}
.program .wrapper #introduction .row {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.program .wrapper #introduction .row p {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.program .abstract_btn {
    width: 90%;
}
.program .wrapper .row .row {
    padding: 0 2%;
    margin-bottom: 3rem;
}
.program #special_lecture article h3,
.local #special_lecture article h3 {
    font-size: 1.5rem;
    background-color: #683b93;
    color: #ffbe2c;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.program #special_lecture article h3::before,
.local #special_lecture article h3::before {
    content: '「';
    display: inline;
}
.program #special_lecture article h3::after,
.local #special_lecture article h3::after {
    content: '」';
    display: inline;
}
.program #special_lecture article h4,
.local #special_lecture article h4 {
    font-size: 1.3em;
    color: #683b93;
    margin-bottom: 10px;
}
.program #special_lecture article .f_h_t,
.local #special_lecture article .f_h_t {
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px dashed #4B8445;
    margin-bottom: 10px;
}
#special_lecture article .f_h_t span {
    font-size: 1em;
    font-weight: normal;
}
.program #special_lecture article .f_h_t span.hall::before,
.local #special_lecture article .f_h_t span.hall::before {
    content: "：";
    display: inline;
}
.program #special_lecture article .f_h_t span.time,
.local #special_lecture article .f_h_t span.time {
    padding-left: 2em;
}
.program #special_lecture article dl,
.local #special_lecture article dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.program #special_lecture article dt,
.local #special_lecture article dt {
    width: 12em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    border: 1px solid #683b93;
    border-radius: 5px;
    background-color: #ffbe2c;
    margin-bottom: 15px;
    color: #683b93;
    font-weight: bold;
}
.program #special_lecture article dd,
.local #special_lecture article dd {
    width: calc(100% - 12em);
    margin-bottom: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .program #special_lecture article dt,
    .program #special_lecture article dd,
    .local #special_lecture article dt,
    .local #special_lecture article dd {
        width: 100%;
    }
    .program #special_lecture article dd,
    .local #special_lecture article dd {
        padding-left: 0;
        margin-left: 0;
    }
    .program #special_lecture article .f_h_t span.time,
    .local #special_lecture article .f_h_t span.time {
        padding-left: 0;
        display: block;
    }
    .program .abstract_btn,
    .local .abstract_btn {
        width: 100%;
    }
    .program .abstract_btn {
        margin-bottom: 0;
    }
    .program .wrapper #introduction .row p {
        width: 100%;
    }
}

.local .headline_area {
    background-image: url(../images/local/headline_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 参加者へのご案内
*******************************************/
.invite .headline_area {
  background-image: url("../images/invite/headline_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.invite #content h3 {
    border-left: 8px solid #683B93;
    color: #683B93;
    border-bottom: 1px solid #000;
    padding: 0.3rem 1rem;
    margin-top: 3rem;
}
.invite #information .row {
    padding-bottom: 0;
}
.invite #information p:first-child {
    text-align: center;
    margin-bottom: 3rem;
}
.invite #information .button,
.invite #content .button {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 3em;
    padding-left: 0;
}
.invite #information .button li {
    width: 48%;
    margin: 0 3%;
}
.invite #information .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 12px 1rem;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #ffbe2c;
    color: #683b93;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-decoration: none;
    letter-spacing: 0.3em;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.invite #information .button a:hover {
    color: #ffbe2c;
    background-color: #683b93;
}
.invite #information .button a p {
    width: 80%;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: normal;
    text-align: left;
    margin: 0;
}
.invite #content .button li {
    width: 40%;
    margin: 0 3%;
}
.invite #content .button a {
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #683b93;
    color: #ffbe2c;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-decoration: none;
    letter-spacing: 0.3em;
    text-align: center;
    width: 100%;
}
.invite #content .button li:last-child a {
    background-color: #007f9a;
}
.invite #content .note {
    margin-top: -1rem;
    font-size: 1.1rem;
    text-indent: -1rem;
    padding-left: 1rem;
}
.training #information .note {
    font-size: 1.1rem;
    text-indent: -1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    display: table;
    margin: 0 auto;
}
.invite #content .note::before,
.training #information .note::before {
    content: '＊';
    display: inline;
}
.invite #content table th::after {
    content: '：';
    display: inline;
}
.invite #content .add_list {
    border: 1px solid #683B93;
    padding: 1.5rem 3rem;
    display: table;
    margin: 0 auto;
}
.invite #content .add_list li {
    font-weight: bold;
}
.invite #content .add_list li .sp {
    display: none;
}
.invite #content .about-eatspace {
    border: 1px solid #683B93;
    padding: 1.5rem 3rem;
    display: table;
    margin: 0 auto;
    background-color: #f0ebf4;
}
.invite #content .about-eatspace h4 {
    margin: 0.2rem 0 0.6rem;
    font-size: 1.3rem;
}
.invite #content .about-eatspace h4::before {
    content: '● ';
    display: inline;
}
.invite #content .about-eatspace p {
    padding-left: 1.6rem;
}
.invite #content .about-eatspace p:nth-child(2) {
    margin-top: 0;
}
.invite #content .about-eatspace p span::before {
    content: '/ ';
    display: inline;
}

@media screen and (max-width: 767px){
    
    .invite #information .button,
    .invite #content .button {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .invite #information .button {
        margin-bottom: 0;
    }
    .invite #information .button li,
    .invite #content .button li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .invite #content table th,
    .invite #content table td {
        display: block;
    }
    .invite #content table th {
        text-align: left;
        border-bottom: 1px dashed #000;
    }
    .invite #content table th::after {
        content: '';
        display: none;
    }
    .invite #content table td {
        margin-bottom: 1rem;
    }
    .invite #content .add_list {
        display: block;
        padding: 1.5rem;
    }
    .invite #content .add_list li .sp {
        display: inline;
    }
    .invite #content .about-eatspace {
        padding: 1.5rem;
        display: block;
    }
    .invite #content .about-eatspace p span {
        display: block;
    }
    .invite #content .about-eatspace p span::before {
        content: '';
        display: none;
    }
}

