@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: #002dbc;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  /*position: relative;*/ }

h2::after {
  content: "";
  display: block;
  /*position: absolute;
  left: 0;
  bottom: 0;*/
  width: 100%;
  height: 22px;
  background-color: #e1ef28;
  margin-top: -25px;
  /*z-index: -1;*/ }

header {
  background-color: #2a71f1;
    /*.sns {
    list-style: none;
    padding-left: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        flex-wrap: wrap;
        li {
            line-height: 0;
            margin: 0.3rem 0;
            a {
                color: #FFF;
                font-size: 1.8rem;
            }
        }
}*/ }
  header .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0.6rem 2%; }
  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;
      white-space: nowrap; }
      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: #e1ef28; }
  header nav.pc {
    display: flex;
    align-items: flex-end; }
    header nav.pc .mainmenu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      /*width: 438px;*/
      background-color: #e1ef28;
      border-radius: 2rem;
      padding: 0.5rem 0 0.5rem 14px; }
      header nav.pc .mainmenu li {
        /*width: 140px;
        margin: 0 3px 3px;*/
        padding: 0 0.6rem 0 14px; }
        header nav.pc .mainmenu li a {
          color: #2a71f1;
          /*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;*/
          position: relative; }
        header nav.pc .mainmenu li a::before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 8px solid #2a71f1;
          position: absolute;
          top: 50%;
          left: -10px;
          transform: translateY(-50%); }
      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; }

.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: #2a71f1; }
  footer .row {
    display: flex;
    flex-wrap: wrap; }
    footer .row #secretariat {
      background-color: #e1ef28;
      width: 50%;
      box-sizing: border-box;
      color: #2a71f1;
      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: #2a71f1;
        color: #e1ef28;
        font-size: 1.2rem;
        margin-bottom: 1.2rem; }
      footer .row #secretariat a {
        color: #2a71f1;
        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(4) {
        padding: 0.8rem 2rem 0.2rem; }
    footer .row #management_office {
      width: 50%;
      box-sizing: border-box;
      color: #e1ef28; }
      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: #e1ef28;
        color: #2a71f1;
        font-size: 1.2rem;
        margin-bottom: 1.2rem; }
      footer .row #management_office a {
        color: #e1ef28;
        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, footer .row #management_office p:nth-child(2) span::after {
          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: #2a71f1;
    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; }

p.table_notice {
  margin: 0;
  font-size: 1.1rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem; }

p.table_notice + p.table_notice {
  margin: 0 0 2rem 0; }

.red_bold {
  color: #F00;
  font-weight: bold; }

#submission_period {
  background-color: #2a71f1; }
  #submission_period h2 {
    margin: 0;
    padding: 3rem 5%;
    color: #FFF;
    text-align: center;
    font-size: 2.4rem;
    position: static;
    line-height: 2.8rem; }
    #submission_period h2 span {
      font-size: 1.6rem; }
      #submission_period h2 span:nth-of-type(2) {
        display: block;
        padding-top: 1.8rem;
        text-align: center; }
    #submission_period h2 br.sp {
      display: none; }
  #submission_period h2::after {
    display: none; }

#breakin_news .row {
  padding-bottom: 0; }
  #breakin_news .row p {
    border: 1px solid #F00;
    padding: 2.5rem;
    line-height: 2rem;
    margin-bottom: 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    #breakin_news .row p span {
      display: block;
      padding-top: 1rem; }

@media (max-width: 767px) {
  #breakin_news .row {
    padding-top: 2rem; }
    #breakin_news .row p {
      padding: 1.5rem;
      font-size: 1rem;
      text-align: justify; } }
#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; }

@media (max-width: 767px) {
  #greeting .row {
    padding-top: 3rem; } }
#for_sponser {
  background-color: #eaf1fe; }
  #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: #2a71f1;
      color: #e1ef28;
      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: #eaf1fe; }
  #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 #2a71f1;
        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 #advertise {
      width: 66%;
      background-color: #FFF; }
      #sponsers .row #advertise h3 {
        border-bottom: 1px dotted #2a71f1;
        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 #2a71f1;
        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 {
  display: block;
  padding: 0.6rem 0;
  width: 50%;
  background-color: #2a71f1;
  color: #e1ef28;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  margin: 0 auto 2rem;
  text-align: center; }
.cf-abstract .tourokukikan {
  font-weight: bold;
  font-size: 2.4em;
  margin: 0 auto; }
  .cf-abstract .tourokukikan tbody tr td {
    vertical-align: top; }
    .cf-abstract .tourokukikan tbody tr td p {
      text-align: left;
      display: inline-block;
      margin: 0; }
  .cf-abstract .tourokukikan tbody tr:first-child td {
    white-space: nowrap; }
  .cf-abstract .tourokukikan tbody tr:first-child td:nth-child(2) p {
    position: relative; }
  .cf-abstract .tourokukikan tbody tr:first-child td:nth-child(2) p::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 3px solid #F00;
    top: calc(50% - 1px);
    left: 0;
    position: absolute; }
  .cf-abstract .tourokukikan tbody tr:last-child td span:last-child {
    font-weight: normal; }
  .cf-abstract .tourokukikan br.sp {
    display: none; }
  .cf-abstract .tourokukikan span {
    font-size: 1.6rem; }
.cf-abstract .lecture_field_list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  /*li:nth-last-child(2) {
      width: 40%;
  }*/ }
  .cf-abstract .lecture_field_list li {
    width: 20%;
    white-space: nowrap;
    margin-bottom: 0.5rem; }
.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: #eaf1fe;
  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 #002dbc;
  color: #002dbc;
  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; }

.participation .wrapper #introduction .row {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .participation .wrapper #introduction .row p {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .participation .wrapper #introduction .row p a {
      width: 90%;
      display: block;
      padding: 0.6rem 0;
      background-color: #e1ef28;
      color: #002dbc;
      font-size: 1.6rem;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 0.1rem;
      margin: 0 auto;
      text-align: center;
      border-radius: 8px; }
  .participation .wrapper #introduction .row p:last-child {
    width: 100%;
    padding: 1.5rem 2rem;
    color: #F00;
    border: #F00 3px solid;
    border-radius: 1rem;
    font-weight: bold; }
.participation .wrapper h3 {
  border-left: 8px solid #002dbc;
  color: #002dbc;
  border-bottom: 1px solid #000;
  padding: 0.3rem 1rem;
  margin-top: 3rem; }
.participation .wrapper .sp {
  display: none; }
.participation .wrapper table.pay_limit th {
  font-weight: normal;
  text-align: left;
  vertical-align: top; }
.participation .wrapper table.pay_limit td {
  vertical-align: top; }
.participation .wrapper table.pay_limit tr:first-child td:nth-child(3),
.participation .wrapper table.pay_limit tr:nth-child(2) td:nth-child(2) {
  text-indent: -1rem;
  padding-left: 1rem; }
.participation .wrapper table.pay_limit tr:first-child td:nth-child(3)::before,
.participation .wrapper table.pay_limit tr:nth-child(2) td:nth-child(2)::before {
  content: '：';
  display: inline; }
.participation .wrapper table#sanka_fee th {
  padding: 0.4rem;
  background-color: #e1ef28;
  border: 1px solid #000; }
.participation .wrapper table#sanka_fee td {
  padding: 0.4rem;
  border: 1px solid #000; }
.participation .wrapper .no_mb {
  margin-bottom: 0; }
.participation .wrapper table.dl_period th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 0.8rem 0 0.1rem 0;
  border-bottom: 1px solid #000; }
.participation .wrapper table.dl_period td {
  vertical-align: top;
  padding: 0.8rem 0 0.1rem;
  border-bottom: 1px solid #000;
  text-indent: -1rem;
  padding-left: 1rem; }
.participation .wrapper table.dl_period td::before {
  content: '：';
  display: inline; }

.participation .headline_area {
  background-image: url("../images/participation/headline_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.participation #content .button {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 3rem;
  padding-left: 0;
  gap: 6%; }
  .participation #content .button li {
    width: 40%; }
    .participation #content .button li a {
      display: block;
      padding: 12px 0;
      font-size: 1.2em;
      font-weight: bold;
      background-color: #e71b85;
      color: #f2e9b4;
      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 a:hover {
      background-color: #002dbc; }
  .participation #content .button li:last-child a {
    background-color: #007f9a; }
  .participation #content .button li:last-child a:hover {
    background-color: #002dbc; }
  .participation #content .button + p {
    color: #F00;
    margin-top: 0.6rem;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    font-weight: bold; }
  .participation #content .button + p::before {
    content: '※';
    display: inline; }

@media (max-width: 670px) {
  .participation .wrapper table.pay_limit tr {
    display: flex;
    flex-direction: column; }
  .participation .wrapper table.pay_limit tr:first-child td:nth-child(3)::before, .participation .wrapper table.pay_limit tr:nth-child(2) td:nth-child(2)::before {
    display: none; }
  .participation .wrapper table.pay_limit tr:first-child td:nth-child(2)::after, .participation .wrapper table.pay_limit tr:nth-child(2) td:first-child::after {
    content: '：';
    display: inline; }
  .participation .wrapper table.dl_period {
    width: 100%; }
    .participation .wrapper table.dl_period th {
      background-color: #E5E5E5;
      display: block;
      width: 100%;
      border-bottom: none;
      padding: 0.1rem 0.6rem; }
    .participation .wrapper table.dl_period td {
      border-bottom: none;
      display: block;
      width: 100%;
      padding: 0.1rem 0 0.1rem 1rem;
      margin-bottom: 1rem;
      text-indent: 0; }
    .participation .wrapper table.dl_period td::before {
      display: none; }
  .participation .wrapper table#sanka_fee {
    font-size: 1rem; }
  .participation .wrapper #content .button {
    flex-wrap: wrap; }
    .participation .wrapper #content .button li {
      width: 100%; }
    .participation .wrapper #content .button li:first-child {
      margin-bottom: 1.5rem; }
  .participation .wrapper #introduction .row p {
    width: 100%; } }
.program .abstract_btn {
  width: 90%;
  display: block;
  padding: 0.6rem 0;
  background-color: #002dbc;
  color: #e1ef28;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  margin: 0 auto 2rem;
  text-align: center; }
.program .wrapper .headline_area {
  background-image: url("../images/program/headline_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.program .wrapper #introduction .row {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  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 .wrapper article {
  padding: 0 15px;
  margin-bottom: 35px; }
  .program .wrapper article .f_h_t {
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px dashed #002dbc;
    margin-bottom: 10px; }
    .program .wrapper article .f_h_t span {
      font-size: 1em;
      font-weight: normal; }
    .program .wrapper article .f_h_t span.hall::before {
      content: '：';
      display: inline; }
    .program .wrapper article .f_h_t span.time {
      padding-left: 2em; }
  .program .wrapper article h4 {
    font-size: 1.5em;
    color: #002dbc;
    margin-bottom: 10px; }
  .program .wrapper article dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  .program .wrapper article dt {
    width: 12em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    border: 1px solid #002dbc;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #E1EF2C; }
  .program .wrapper 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; }

.local .wrapper .headline_area {
  background-image: url("../images/local/headline_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .local .wrapper .headline_area br.sp {
    display: none; }
.local .wrapper article {
  padding: 0 15px;
  margin-bottom: 35px; }
  .local .wrapper article .f_h_t {
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px dashed #002dbc;
    margin-bottom: 10px; }
    .local .wrapper article .f_h_t span {
      font-size: 1em;
      font-weight: normal; }
    .local .wrapper article .f_h_t span.hall::before {
      content: '：';
      display: inline; }
    .local .wrapper article .f_h_t span.time {
      padding-left: 2rem; }
  .local .wrapper article h4 {
    font-size: 1.5em;
    color: #002dbc;
    margin-bottom: 10px; }
  .local .wrapper article dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  .local .wrapper article dt {
    width: 12em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    border: 1px solid #002dbc;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #E1EF2C; }
  .local .wrapper 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; }

.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: #2a71f1;
    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 .exterior_img p.submap {
    padding: 2rem 2% 0; }
.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 #traffic .row {
  padding: 40px 2% 0; }
  .access #traffic .row img {
    margin-bottom: 3rem; }
  .access #traffic .row img:last-child {
    margin-bottom: 0; }
.access #hotels .row {
  padding-bottom: 130px; }
  .access #hotels .row .wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background-color: #f9fcd4;
    padding: 3rem 2rem;
    box-sizing: border-box;
    text-align: center; }
    .access #hotels .row .wrap p {
      font-weight: bold;
      margin: 0; }

@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) {
  header .row {
    padding: 0 2%; }

  .cf-abstract .tourokukikan {
    font-size: 2rem; }
    .cf-abstract .tourokukikan tbody tr td {
      display: block; }
    .cf-abstract .tourokukikan tbody tr:last-child td p {
      line-height: 2rem; }
    .cf-abstract .tourokukikan tbody tr:last-child td span:last-child {
      font-size: 1.4rem; }
    .cf-abstract .tourokukikan br.sp {
      display: inline; }

  #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;
    line-height: 2rem;
    text-align: left; }
    #submission_period h2 span {
      font-size: 1.2rem; }
      #submission_period h2 span:nth-of-type(2) {
        text-align: right; }
    #submission_period h2 br.sp {
      display: inline; }

  #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:nth-last-child(2) {
        width: 66.6%;
    }*/ }
    .cf-abstract .lecture_field_list li {
      width: 33.3%; }
  .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; }

  .program .wrapper #introduction .row p {
    width: 100%; }
  .program .wrapper #introduction .row p:first-child a {
    margin-bottom: 0; }
  .program .wrapper article .f_h_t span.time {
    display: block;
    padding-left: 1rem; }
  .program .wrapper article dt {
    width: 100%; }
  .program .wrapper article dd {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0 2rem; }

  .local .wrapper .headline_area br.sp {
    display: inline; }
  .local .wrapper article .f_h_t span.time {
    display: block;
    padding-left: 1rem; }
  .local .wrapper article dt {
    width: 100%; }
  .local .wrapper article dd {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0 2rem; } }
@media screen and (max-width: 430px) {
  .home header .site_id p, header .site_id a p {
    font-size: 0.9rem;
    line-height: 1.2rem; }
    .home header .site_id p span, header .site_id a p span {
      font-size: 0.8rem; }

  .home header .site_id img,
  header .site_id a img {
    height: 60px;
    width: auto; }

  .toggle {
    top: 14px; }

  .wrapper {
    padding-top: 79px; }

  .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:nth-last-child(2) {
        width: 100%;
    }*/ }
    .cf-abstract .lecture_field_list li {
      width: 50%; }
  .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: 1rem; }
    #submission_period h2 span {
      font-size: 1rem; }

  .cf-abstract .abstract_btn {
    font-size: 1.3rem; } }
#emergency {
  padding: 2rem 0;
  text-align: center; }
  #emergency a {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    padding: 1rem 0;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    background-color: #FF4800;
    color: #FFF;
    border-radius: 10px;
    text-decoration: none; }
    #emergency a:hover {
      background-color: #e40800;
      text-decoration: underline; }
