@charset "UTF-8";
html {
  background: #99D2ED;
  font-size: 62.5%;
  font-family: 'BIZ UDPGothic', sans-serif;
  color: #4d4d4d;
  letter-spacing: 0.1em; }

body {
  margin: 0;
  padding: 0; }

a:link, a:visited {
  color: #1364A6; }
a:hover {
  color: #99D2ED; }

@media (min-width: 769px) {
  .hidden_lg {
    display: none; } }

@media (max-width: 768px) {
  .hidden_sp {
    display: none; } }

@media (min-width: 558px) {
  .br_mb {
    display: none; } }

/*ヘッダー*/
.lhead {
  width: 100%;
  background: #1364A6;
  margin: 0;
  padding: 1em;
  color: #fff; }
  @media (max-width: 768px) {
    .lhead {
      display: none; } }
  .lhead .headbox {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    padding: 1em 0; }
    @media (max-width: 768px) {
      .lhead .headbox {
        display: block !important; } }
    .lhead .headbox .box1 {
      width: 55%;
      font-size: 1.3rem; }
      @media (max-width: 768px) {
        .lhead .headbox .box1 {
          width: 100% !important; } }
      @media (max-width: 557px) {
        .lhead .headbox .box1 img {
          width: 100% !important; } }
    .lhead .headbox .box2 {
      vertical-align: bottom;
      width: 45%;
      font-size: 1.8rem;
      line-height: 1.5em;
      font-weight: bold; }
      @media (max-width: 768px) {
        .lhead .headbox .box2 {
          width: 100% !important; } }

/* ベーススタイル */
#wrap {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  /*ハンバーガーメニュー*/
  /*リンク？*/ }
  @media (max-width: 768px) {
    #wrap #lnav {
      display: none; } }
  #wrap #mainnav {
    min-width: 270px;
    font-size: 1.8rem;
    margin: 0;
    padding: 1em; }
    #wrap #mainnav ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #wrap #mainnav ul li {
        padding: 1.3em 0.8em;
        font-weight: bold;
        color: #1364A6;
        border-bottom: 2px solid #1364A6; }
        #wrap #mainnav ul li a {
          color: #1364A6;
          text-decoration: none;
          display: inline-block;
          width: 100%;
          /* リンクをli全体に広げる */ }
          #wrap #mainnav ul li a:hover::before {
            content: ">";
            margin-right: 0.1em;
            /* 「＞」とテキストの間隔を調整 */
            color: #1364A6;
            /* 「＞」の色を設定 */ }
          #wrap #mainnav ul li a:hover {
            text-decoration: underline; }
          #wrap #mainnav ul li a:visited {
            color: #1364A6; }
  #wrap .sphead {
    color: #fff;
    width: 100%;
    /* img{
         width: 100%;
     } */
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #1364A6;
    padding: 1em;
    z-index: 1000; }
    #wrap .sphead p {
      font-size: 1.4rem;
      line-height: 1.2em; }
      @media (max-width: 557px) {
        #wrap .sphead p {
          font-size: 1.2rem; } }
    @media (min-width: 769px) {
      #wrap .sphead {
        display: none;
        min-height: 100px; } }
    @media (max-width: 557px) {
      #wrap .sphead img {
        width: 80%; } }
    #wrap .sphead .menu-toggle {
      display: inline-block;
      cursor: pointer;
      float: right;
      margin-right: 30px; }
      #wrap .sphead .menu-toggle .bar1, #wrap .sphead .menu-toggle .bar2, #wrap .sphead .menu-toggle .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s; }
    #wrap .sphead.open .bar1 {
      transform: rotate(-45deg) translate(-9px, 6px); }
    #wrap .sphead.open .bar2 {
      opacity: 0; }
    #wrap .sphead.open .bar3 {
      transform: rotate(45deg) translate(-8px, -8px); }
    #wrap .sphead .splogo {
      max-width: 80%; }
  #wrap #spnav {
    width: 100%;
    /* 横幅を画面いっぱいに */
    height: 0;
    /* 初期状態で高さを0に設定 */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    /* メニューが展開されるまでは表示しない */
    transition: height 0.5s ease;
    /* 高さが変わるアニメーションを追加 */ }
    #wrap #spnav #mainnav_sp {
      position: relative;
      top: 0;
      left: 0;
      text-align: center;
      opacity: 0;
      /* 初期状態でメニューの内容を非表示 */
      transition: opacity 0.5s ease;
      /* 表示時にフェードインするようにアニメーションを追加 */ }
      #wrap #spnav #mainnav_sp ul {
        list-style: none;
        margin: 0;
        padding: 0px 0 0 0;
        color: #fff; }
        @media (max-width: 557px) {
          #wrap #spnav #mainnav_sp ul {
            padding: 90px 0 0 0; } }
        #wrap #spnav #mainnav_sp ul li {
          padding: 0.4em 0;
          font-size: 1.8rem;
          background: #99D2ED;
          border-bottom: 1px solid #fff; }
          #wrap #spnav #mainnav_sp ul li a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s; }
            #wrap #spnav #mainnav_sp ul li a:hover {
              color: #f1c40f; }
    #wrap #spnav.open {
      height: 100%;
      /* メニューを開く際に高さを100%にする */ }
    #wrap #spnav.open #mainnav_sp {
      opacity: 1;
      /* メニューが開いた時に内容を表示 */ }
  #wrap .overlay.open {
    width: 100%;
    height: 9999px; }
  #wrap #clinks {
    min-width: 270px;
    font-size: 1.8rem;
    margin: 0;
    padding: 1em; }
    #wrap #clinks h2 {
      font-size: 1.8rem;
      text-align: center; }
    #wrap #clinks ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #wrap #clinks ul li {
        padding: 1.4em 0.8em;
        font-weight: bold;
        color: #1364A6;
        border-bottom: 2px solid #1364A6; }
        #wrap #clinks ul li a {
          color: #1364A6;
          text-decoration: none;
          display: inline-block;
          width: 100%;
          /* リンクをli全体に広げる */ }
          #wrap #clinks ul li a:hover {
            text-decoration: underline; }
          #wrap #clinks ul li a:hover::before {
            content: '>';
            margin-right: 0.1em;
            /* 「＞」とテキストの間隔を調整 */
            color: #1364A6;
            /* 「＞」の色を設定 */ }
          #wrap #clinks ul li a:visited {
            color: #1364A6; }
  #wrap #contents {
    flex-grow: 1;
    padding: 20px; }
    @media (max-width: 768px) {
      #wrap #contents {
        margin: 60px auto 0 auto; } }

footer {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff; }
  footer .address {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 0; }
    footer .address h1 {
      font-size: 2.2rem; }
    footer .address p {
      font-size: 1.6rem;
      margin-bottom: 1em;
      line-height: 1.5em; }
    @media (max-width: 768px) {
      footer .address {
        width: calc(100% - 2em); } }
  footer .footerlink {
    display: flex;
    font-size: 1.6rem;
    margin: 0 auto; }
    footer .footerlink ul {
      margin: 0;
      padding: 0; }
    footer .footerlink li {
      display: inline-block; }
      footer .footerlink li::before {
        content: '|';
        /* 各 li の前に縦線を表示 */
        padding: 0 1em;
        /* 縦線の左右に余白を設定 */ }
      footer .footerlink li:first-child::before {
        content: '';
        /* 最初の li の前に縦線を表示しない */
        padding: 0 !important;
        /* 余白もリセット */ }
      footer .footerlink li:first-child {
        list-style: none !important;
        /* 最初の li のリストスタイルをリセット */ }

#clinks_sp {
  text-align: left;
  /*  width: calc(100% - 1em);*/
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1em 0; }
  @media (min-width: 769px) {
    #clinks_sp {
      display: none; } }
  #clinks_sp h2 {
    font-size: 1.8rem;
    text-align: center; }
  #clinks_sp ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 557px) {
      #clinks_sp ul {
        display: block !important;
        text-align: center; } }
    #clinks_sp ul li {
      padding: 0 0 0 1em;
      /* font-weight: bold;*/
      color: #1364A6;
      display: inline-block;
      line-height: 1.5em;
      /* border-bottom: 2px solid #1364A6;*/ }
      @media (max-width: 557px) {
        #clinks_sp ul li {
          padding: 0; } }
      #clinks_sp ul li a {
        color: #1364A6;
        text-decoration: none; }
        #clinks_sp ul li a:hover {
          text-decoration: underline; }
        #clinks_sp ul li a:visited {
          color: #1364A6; }
    #clinks_sp ul li::before {
      content: "|";
      padding-right: 1em; }
    #clinks_sp ul li:first-child::before {
      content: "";
      padding-right: 1em; }

/*上に戻るボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 2rem;
  line-height: 1;
  z-index: 99; }
  @media (max-width: 557px) {
    #page-top {
      bottom: 20px;
      right: 10px;
      font-size: 2rem; } }

#page-top a {
  background: #1364A6;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 20px 10px;
  text-align: center;
  display: block;
  border-radius: 100px;
  opacity: 0.9;
  transition: all .3s ease; }
  @media (max-width: 557px) {
    #page-top a {
      width: 35px;
      padding: 18px 10px; } }

#page-top a:hover {
  text-decoration: none;
  opacity: .5; }

@media (max-width: 768px) {
  .hidden_sp {
    display: none; } }

/*コンテンツ*/
.topimg {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .topimg {
      width: 100%;
      margin: 0 0 40px 0; } }
  .topimg img {
    width: 100%; }

.notice {
  background: #FBF6AD;
  margin: 40px 3em;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 1.6em; }
  @media (max-width: 768px) {
    .notice {
      margin: 20px 0 !important;
      padding: 0.5em; } }
  .notice p {
    text-indent: 0 !important;
    padding: 0;
    margin: 0; }

.btn_subject {
  margin: 20px 0; }
  .btn_subject a:link, .btn_subject a:visited {
    padding: 10px 1em;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    width: 200px;
    display: block;
    background-color: #FFC000;
    margin: 20px 0;
    text-align: center;
    border-radius: 8px;
    text-decoration: none; }
    @media (max-width: 557px) {
      .btn_subject a:link, .btn_subject a:visited {
        margin: 0 auto; } }
  .btn_subject a:hover {
    background-color: rgba(255, 192, 0, 0.6); }

.gaiyou {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .gaiyou {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .gaiyou h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .gaiyou h1 {
        font-size: 2.4rem; } }
  .gaiyou h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    background: #1364A6; }
  .gaiyou .basic dl {
    border-bottom: 1px solid #999;
    margin-top: 40px;
    padding: 0 2em; }
    @media (max-width: 557px) {
      .gaiyou .basic dl {
        margin: 1em 0 0 0;
        padding: 0 1em; } }
    .gaiyou .basic dl dt {
      color: #1364A6;
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 0.5em; }
      @media (max-width: 557px) {
        .gaiyou .basic dl dt {
          margin: 1em 0 0.3em 0; } }
    .gaiyou .basic dl dd {
      font-size: 1.6rem;
      margin: 0 0 0 -1em;
      padding: 0em 1em 0.5em 1em;
      line-height: 1.5em; }
      @media (max-width: 557px) {
        .gaiyou .basic dl dd {
          margin: 0;
          padding: 0 0 1em 0; } }
  .gaiyou .imformation dl {
    /*  border-bottom: 1px solid #999;*/
    padding: 0 1em;
    display: flex; }
    @media (max-width: 557px) {
      .gaiyou .imformation dl {
        width: 100% !important;
        display: block; } }
    .gaiyou .imformation dl dt {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 0.5em;
      width: 6em;
      padding: 0 1em 0em 1em;
      line-height: 1.5em; }
      @media (max-width: 557px) {
        .gaiyou .imformation dl dt {
          width: 100% !important;
          display: block;
          padding: 0; } }
    .gaiyou .imformation dl dd {
      font-size: 1.6rem;
      margin: 0;
      padding: 0 1em 0em 1em;
      line-height: 1.5em; }
      .gaiyou .imformation dl dd include mb {
        width: 100% !important;
        display: block; }

.photo {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0;
  display: flex; }
  @media (max-width: 768px) {
    .photo {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  @media (max-width: 768px) {
    .photo {
      display: block !important; } }
  .photo .box1 {
    padding: 1em;
    text-align: center; }
    @media (max-width: 557px) {
      .photo .box1 img {
        width: calc(100% - 2em); } }
  .photo .box2 p {
    padding: 1em 0;
    font-size: 1.5rem;
    line-height: 1.4em; }

.sponser {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .sponser {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .sponser h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .sponser h1 {
        font-size: 2.4rem; } }
  .sponser h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    background: #1364A6; }
  .sponser h3 {
    font-size: 1.8rem;
    border-bottom: 2px solid #999;
    padding-bottom: 0.5em;
    line-height: 1em; }
  .sponser .imgarea {
    padding: 0 1em; }
    .sponser .imgarea img {
      padding: 0 10px; }
      @media (max-width: 557px) {
        .sponser .imgarea img {
          padding: 10px 0 !important; } }
  .sponser .textarea {
    font-size: 1.5rem;
    line-height: 1.8em; }

/*プライバシーポリシー*/
.privacypolicy {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .privacypolicy {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .privacypolicy h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center; }
  .privacypolicy dl {
    margin-bottom: 40px;
    padding: 0 2em; }
  .privacypolicy dt {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1364A6; }
  .privacypolicy dd {
    font-size: 1.6rem;
    line-height: 2em; }
  .privacypolicy .txtarea {
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 2em; }

/*特定商取引に基づく表記*/
.trade {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .trade {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .trade h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center; }
  .trade table {
    border-collapse: collapse;
    margin: 20px auto;
    width: calc(100% - 3em);
    font-size: 1.6rem; }
    .trade table th {
      width: 30%;
      background: #ccc;
      border: solid 1px #ccc;
      color: #4d4d4d;
      padding: 1em 2em;
      width: 40%;
      border: solid 1px #999;
      text-align: left; }
    .trade table td {
      border: solid 1px #999;
      padding: 1em; }
    @media (max-width: 768px) {
      .trade table th {
        display: block !important;
        width: 100% !important; }
      .trade table td {
        display: block !important;
        width: 100% !important; } }

/*開催概要*/
.about {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .about {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .about h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .about h1 {
        font-size: 2.4rem; } }
  .about h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    background: #1364A6; }
  .about p {
    text-indent: 1em;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0 1em; }
  .about .notice {
    background: #FBF6AD;
    margin: 40px 3em;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.6em; }
    @media (max-width: 768px) {
      .about .notice {
        margin: 20px 0 !important; } }
  .about dl {
    margin-bottom: 40px;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .about dl {
        padding-bottom: 0px !important; } }
  .about dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #1364A6; }
  .about dd {
    margin: 0;
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 2em;
    width: calc(100% -1em);
    border-bottom: 1px solid #999; }
    @media (max-width: 557px) {
      .about dd {
        padding: 0 !important; } }

/*大会長挨拶*/
.greeting {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .greeting {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .greeting h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .greeting h1 {
        font-size: 2.4rem; } }
  .greeting h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    background: #1364A6; }
  .greeting p {
    text-indent: 1em;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0 1em; }

/*演題登録と参加登録*/
.subject {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .subject {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .subject h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .subject h1 {
        font-size: 2.4rem; } }
  .subject h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    background: #1364A6; }
  .subject h3 {
    font-size: 2rem;
    border-bottom: 2px solid #999;
    padding-bottom: 0.5em;
    line-height: 1.8em; }
  .subject dl {
    margin-bottom: 40px;
    padding: 0 1em; }
  .subject dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #1364A6;
    line-height: 1.3em; }
  .subject dd {
    margin: 0;
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.5em;
    width: calc(100% -1em);
    border-bottom: 1px solid #999; }
    @media (max-width: 557px) {
      .subject dd {
        padding-left: 0; } }
  .subject ul {
    margin-bottom: 40px; }
  .subject li {
    line-height: 1.3em;
    margin-bottom: 10px; }
  .subject .txtarea {
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 2em; }
  .subject .hosoku {
    font-size: 1.4rem;
    line-height: 1.4em;
    padding: 0.5em 1em; }

/**演題採択一覧**/
.saitaku_list {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0;
  min-height: 400px; }
  @media (max-width: 768px) {
    .saitaku_list {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .saitaku_list h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .saitaku_list h1 {
        font-size: 2.4rem; } }
  .saitaku_list h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    background: #1364A6; }
  .saitaku_list p {
    font-size: 1.8rem;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0 1em; }

/*プログラム*/
.program {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .program {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .program h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .program h1 {
        font-size: 2.4rem; } }
  .program h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    background: #1364A6; }
  .program h2 span {
    font-size: 1.6rem; }
  .program p {
    font-size: 1.6rem;
    line-height: 1.5em; }
  .program h3 {
    font-size: 2rem;
    border-bottom: 2px solid #999;
    padding-bottom: 0.2em;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .program h3 {
        font-size: 1.8rem; } }
  .program dl {
    margin-bottom: 40px;
    padding: 0 1em; }
  .program dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #1364A6;
    line-height: 1.5em; }
  .program dd {
    margin: 0 0 1em 0;
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.3em;
    width: calc(100% -1em);
    border-bottom: 1px solid #999; }
  .program .txtarea {
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 2em; }
  .program p {
    font-size: 1.6rem;
    padding: 0 1em; }
  .program ul {
    margin-bottom: 80px; }
  .program li {
    font-size: 1.6rem;
    margin-bottom: 0.8em; }

/*会場案内*/
.access {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .access {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .access h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.5em; }
    @media (max-width: 768px) {
      .access h1 {
        font-size: 2.4rem; } }
  .access h2 {
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: left;
    background: #1364A6; }
  .access p {
    text-indent: 1em;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0 1em; }
    @media (max-width: 557px) {
      .access p img {
        max-width: 350px;
        text-align: center; } }
  .access dl {
    margin-bottom: 40px;
    padding: 0 1em; }
  .access dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #1364A6;
    line-height: 1.3em; }
  .access dd {
    margin: 0;
    padding-left: 1em;
    font-size: 1.6rem;
    line-height: 1.5em;
    width: calc(100% -1em);
    border-bottom: 1px solid #999; }
    @media (max-width: 557px) {
      .access dd {
        padding-left: 0; } }

/*協賛申込み*/
.sponsorship_reg {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1em;
  margin: 40px 0; }
  @media (max-width: 768px) {
    .sponsorship_reg {
      width: calc(100% - 20px);
      margin: 40px 0; } }
  .sponsorship_reg h1 {
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    text-align: center; }
  .sponsorship_reg h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #1364A6; }
  .sponsorship_reg p {
    font-size: 1.6rem;
    line-height: 1.5em;
    margin: 20px 0;
    padding: 0 1em; }
  .sponsorship_reg .txtarea {
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 2em; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

p {
  margin: 0;
  padding: 0; }

/*汎用*/
.txt-32 {
  font-size: 3.2rem; }

.txt-30 {
  font-size: 3rem; }

.txt-28 {
  font-size: 2.8rem; }

.txt-27 {
  font-size: 2.7rem; }

.txt-26 {
  font-size: 2.6rem; }

.txt-24 {
  font-size: 2.4rem; }

.txt-22 {
  font-size: 2.2rem; }

.txt-21 {
  font-size: 2.1rem; }

.txt-20 {
  font-size: 2.0rem; }

.txt-18 {
  font-size: 1.8rem; }

.txt-16 {
  font-size: 1.6rem; }

.txt-15 {
  font-size: 1.5rem; }

.txt-14 {
  font-size: 1.4rem; }

.txt-13 {
  font-size: 1.3rem; }

.txt-12 {
  font-size: 1.2rem; }

.txt-11 {
  font-size: 1.1rem; }

.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt120 {
  margin-top: 120px !important; }

.mt130 {
  margin-top: 130px !important; }

.mt140 {
  margin-top: 140px !important; }

.mt150 {
  margin-top: 150px !important; }

.mt160 {
  margin-top: 160px !important; }

.mt170 {
  margin-top: 170px !important; }

.mt180 {
  margin-top: 180px !important; }

.mt190 {
  margin-top: 190px !important; }

.mt200 {
  margin-top: 200px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml100 {
  margin-left: 100px !important; }

.pd0 {
  padding-top: 0; }

.pd10 {
  padding: 10px !important; }

.pd20 {
  padding: 20px !important; }

.pd30 {
  padding: 30px !important; }

.pd40 {
  padding: 40px !important; }

.pd50 {
  padding: 50px !important; }

.pd60 {
  padding: 60px !important; }

.pd70 {
  padding: 70px !important; }

.pd80 {
  padding: 80px !important; }

.pd90 {
  padding: 90px !important; }

.pd100 {
  padding: 100px !important; }

.pt0 {
  padding-top: 0; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb0 {
  padding-bottom: 0; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pr0 {
  padding-right: 0; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl0 {
  padding-left: 0; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pl70 {
  padding-left: 70px !important; }

.pl80 {
  padding-left: 80px !important; }

.pl90 {
  padding-left: 90px !important; }

.pl100 {
  padding-left: 100px !important; }

@media screen and (max-width: 991px) {
  .mb10 {
    margin-bottom: 5px !important; }

  .mb20 {
    margin-bottom: 10px !important; }

  .mb30 {
    margin-bottom: 15px !important; }

  .mb40 {
    margin-bottom: 20px !important; }

  .mb50 {
    margin-bottom: 25px !important; }

  .mb60 {
    margin-bottom: 30px !important; }

  .mb70 {
    margin-bottom: 35px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .mb90 {
    margin-bottom: 45px !important; }

  .mb100 {
    margin-bottom: 50px !important; }

  .mb110 {
    margin-bottom: 55px !important; }

  .mb120 {
    margin-bottom: 60px !important; }

  .mb130 {
    margin-bottom: 65px !important; }

  .mb140 {
    margin-bottom: 70px !important; }

  .mb150 {
    margin-bottom: 75px !important; }

  .mb160 {
    margin-bottom: 80px !important; }

  .mb170 {
    margin-bottom: 85px !important; }

  .mb180 {
    margin-bottom: 90px !important; }

  .mb190 {
    margin-bottom: 95px !important; }

  .mb200 {
    margin-bottom: 100px !important; }

  .mt10 {
    margin-top: 5px !important; }

  .mt20 {
    margin-top: 10px !important; }

  .mt30 {
    margin-top: 15px !important; }

  .mt40 {
    margin-top: 20px !important; }

  .mt50 {
    margin-top: 25px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mt70 {
    margin-top: 35px !important; }

  .mt80 {
    margin-top: 40px !important; }

  .mt90 {
    margin-top: 45px !important; }

  .mt100 {
    margin-top: 50px !important; }

  .mt110 {
    margin-top: 55px !important; }

  .mt120 {
    margin-top: 60px !important; }

  .mt130 {
    margin-top: 65px !important; }

  .mt140 {
    margin-top: 70px !important; }

  .mt150 {
    margin-top: 75px !important; }

  .mt160 {
    margin-top: 80px !important; }

  .mt170 {
    margin-top: 85px !important; }

  .mt180 {
    margin-top: 90px !important; }

  .mt190 {
    margin-top: 95px !important; }

  .mt200 {
    margin-top: 100px !important; }

  .mr20 {
    margin-right: 10px !important; }

  .mr30 {
    margin-right: 15px !important; }

  .mr40 {
    margin-right: 20px !important; }

  .mr50 {
    margin-right: 25px !important; }

  .mr60 {
    margin-right: 30px !important; }

  .mr70 {
    margin-right: 35px !important; }

  .mr80 {
    margin-right: 40px !important; }

  .mr90 {
    margin-right: 45px !important; }

  .mr100 {
    margin-right: 50px !important; }

  .ml20 {
    margin-left: 10px !important; }

  .ml30 {
    margin-left: 15px !important; }

  .ml40 {
    margin-left: 20px !important; }

  .ml50 {
    margin-left: 25px !important; }

  .ml60 {
    margin-left: 30px !important; }

  .ml70 {
    margin-left: 35px !important; }

  .ml80 {
    margin-left: 40px !important; }

  .ml90 {
    margin-left: 45px !important; }

  .ml100 {
    margin-left: 50px !important; }

  .pd0 {
    padding-top: 0; }

  .pd10 {
    padding: 5px !important; }

  .pd20 {
    padding: 10px !important; }

  .pd30 {
    padding: 15px !important; }

  .pd40 {
    padding: 20px !important; }

  .pd50 {
    padding: 25px !important; }

  .pd60 {
    padding: 30px !important; }

  .pd70 {
    padding: 35px !important; }

  .pd80 {
    padding: 40px !important; }

  .pd90 {
    padding: 45px !important; }

  .pd100 {
    padding: 50px !important; }

  .pt0 {
    padding-top: 0; }

  .pt10 {
    padding-top: 10px !important; }

  .pt20 {
    padding-top: 10px !important; }

  .pt30 {
    padding-top: 15px !important; }

  .pt40 {
    padding-top: 20px !important; }

  .pt50 {
    padding-top: 25px !important; }

  .pt60 {
    padding-top: 30px !important; }

  .pt70 {
    padding-top: 35px !important; }

  .pt80 {
    padding-top: 40px !important; }

  .pt90 {
    padding-top: 45px !important; }

  .pt100 {
    padding-top: 50px !important; }

  .pb0 {
    padding-bottom: 0; }

  .pb10 {
    padding-bottom: 10px !important; }

  .pb20 {
    padding-bottom: 10px !important; }

  .pb30 {
    padding-bottom: 15px !important; }

  .pb40 {
    padding-bottom: 20px !important; }

  .pb50 {
    padding-bottom: 25px !important; }

  .pb60 {
    padding-bottom: 30px !important; }

  .pb70 {
    padding-bottom: 35px !important; }

  .pb80 {
    padding-bottom: 40px !important; }

  .pb90 {
    padding-bottom: 45px !important; }

  .pb100 {
    padding-bottom: 50px !important; }

  .pr0 {
    padding-right: 0; }

  .pr10 {
    padding-right: 10px !important; }

  .pr20 {
    padding-right: 10px !important; }

  .pr30 {
    padding-right: 15px !important; }

  .pr40 {
    padding-right: 20px !important; }

  .pr50 {
    padding-right: 25px !important; }

  .pr60 {
    padding-right: 30px !important; }

  .pr70 {
    padding-right: 35px !important; }

  .pr80 {
    padding-right: 40px !important; }

  .pr90 {
    padding-right: 45px !important; }

  .pr100 {
    padding-right: 50px !important; }

  .pl0 {
    padding-left: 0; }

  .pl10 {
    padding-left: 10px !important; }

  .pl20 {
    padding-left: 10px !important; }

  .pl30 {
    padding-left: 15px !important; }

  .pl40 {
    padding-left: 20px !important; }

  .pl50 {
    padding-left: 25px !important; }

  .pl60 {
    padding-left: 30px !important; }

  .pl70 {
    padding-left: 35px !important; }

  .pl80 {
    padding-left: 40px !important; }

  .pl90 {
    padding-left: 45px !important; }

  .pl100 {
    padding-left: 50px !important; } }
@media screen and (max-width: 768px) {
  .xs-mb0 {
    margin-bottom: 0px !important; }

  .xs-mb10 {
    margin-bottom: 10px !important; }

  .xs-mb20 {
    margin-bottom: 20px !important; }

  .xs-mb30 {
    margin-bottom: 30px !important; }

  .xs-mb40 {
    margin-bottom: 40px !important; }

  .xs-mb50 {
    margin-bottom: 50px !important; }

  .xs-mb60 {
    margin-bottom: 60px !important; }

  .xs-mb70 {
    margin-bottom: 70px !important; }

  .xs-mb80 {
    margin-bottom: 80px !important; }

  .xs-mb90 {
    margin-bottom: 90px !important; }

  .xs-mb100 {
    margin-bottom: 100px !important; }

  .xs-mt0 {
    margin-top: 0px !important; }

  .xs-mt5 {
    margin-top: 5px !important; }

  .xs-mt10 {
    margin-top: 10px !important; }

  .xs-mt20 {
    margin-top: 20px !important; }

  .xs-mt30 {
    margin-top: 30px !important; }

  .xs-mt40 {
    margin-top: 40px !important; }

  .xs-mt50 {
    margin-top: 50px !important; }

  .xs-mt60 {
    margin-top: 60px !important; }

  .xs-mt70 {
    margin-top: 70px !important; }

  .xs-mt80 {
    margin-top: 80px !important; }

  .xs-mt90 {
    margin-top: 90px !important; }

  .xs-mt100 {
    margin-top: 100px !important; }

  .xs-center {
    text-align: center; }

  .xs-left {
    text-align: left; }

  .xs-right {
    text-align: right; } }
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sm-mb0 {
    margin-bottom: 0px !important; }

  .sm-mb10 {
    margin-bottom: 10px !important; }

  .sm-mb20 {
    margin-bottom: 20px !important; }

  .sm-mb30 {
    margin-bottom: 30px !important; }

  .sm-mb40 {
    margin-bottom: 40px !important; }

  .sm-mb50 {
    margin-bottom: 50px !important; }

  .sm-mb60 {
    margin-bottom: 60px !important; }

  .sm-mb70 {
    margin-bottom: 70px !important; }

  .sm-mb80 {
    margin-bottom: 80px !important; }

  .sm-mb90 {
    margin-bottom: 90px !important; }

  .sm-mb100 {
    margin-bottom: 100px !important; }

  .sm-mt0 {
    margin-top: 0px !important; }

  .sm-mt10 {
    margin-top: 10px !important; }

  .sm-mt20 {
    margin-top: 20px !important; }

  .sm-mt30 {
    margin-top: 30px !important; }

  .sm-mt40 {
    margin-top: 40px !important; }

  .sm-mt50 {
    margin-top: 50px !important; }

  .sm-mt60 {
    margin-top: 60px !important; }

  .sm-mt70 {
    margin-top: 70px !important; }

  .sm-mt80 {
    margin-top: 80px !important; }

  .sm-mt90 {
    margin-top: 90px !important; }

  .sm-mt100 {
    margin-top: 100px !important; }

  .sm-center {
    text-align: center; }

  .sm-left {
    text-align: left; }

  .sm-right {
    text-align: right; } }
@media screen and (min-width: 992px) and (max-width: 992px) {
  .md-mb0 {
    margin-bottom: 0px !important; }

  .md-mb10 {
    margin-bottom: 10px !important; }

  .md-mb20 {
    margin-bottom: 20px !important; }

  .md-mb30 {
    margin-bottom: 30px !important; }

  .md-mb40 {
    margin-bottom: 40px !important; }

  .md-mb50 {
    margin-bottom: 50px !important; }

  .md-mb60 {
    margin-bottom: 60px !important; }

  .md-mb70 {
    margin-bottom: 70px !important; }

  .md-mb80 {
    margin-bottom: 80px !important; }

  .md-mb90 {
    margin-bottom: 90px !important; }

  .md-mb100 {
    margin-bottom: 100px !important; }

  .md-mt0 {
    margin-top: 0px !important; }

  .md-mt10 {
    margin-top: 10px !important; }

  .md-mt20 {
    margin-top: 20px !important; }

  .md-mt30 {
    margin-top: 30px !important; }

  .md-mt40 {
    margin-top: 40px !important; }

  .md-mt50 {
    margin-top: 50px !important; }

  .md-mt60 {
    margin-top: 60px !important; }

  .md-mt70 {
    margin-top: 70px !important; }

  .md-mt80 {
    margin-top: 80px !important; }

  .md-mt90 {
    margin-top: 90px !important; }

  .md-mt100 {
    margin-top: 100px !important; }

  .md-center {
    text-align: center; }

  .md-left {
    text-align: left; }

  .md-right {
    text-align: right; } }
@media screen and (min-width: 1024px) {
  .lg-mb0 {
    margin-bottom: 0px !important; }

  .lg-mb10 {
    margin-bottom: 10px !important; }

  .lg-mb20 {
    margin-bottom: 20px !important; }

  .lg-mb30 {
    margin-bottom: 30px !important; }

  .lg-mb40 {
    margin-bottom: 40px !important; }

  .lg-mb50 {
    margin-bottom: 50px !important; }

  .lg-mb60 {
    margin-bottom: 60px !important; }

  .lg-mb70 {
    margin-bottom: 70px !important; }

  .lg-mb80 {
    margin-bottom: 80px !important; }

  .lg-mb90 {
    margin-bottom: 90px !important; }

  .lg-mb100 {
    margin-bottom: 100px !important; }

  .lg-mt0 {
    margin-top: 0px !important; }

  .lg-mt10 {
    margin-top: 10px !important; }

  .lg-mt20 {
    margin-top: 20px !important; }

  .lg-mt30 {
    margin-top: 30px !important; }

  .lg-mt40 {
    margin-top: 40px !important; }

  .lg-mt50 {
    margin-top: 50px !important; }

  .lg-mt60 {
    margin-top: 60px !important; }

  .lg-mt70 {
    margin-top: 70px !important; }

  .lg-mt80 {
    margin-top: 80px !important; }

  .lg-mt90 {
    margin-top: 90px !important; }

  .lg-mt100 {
    margin-top: 100px !important; }

  .lg-center {
    text-align: center; }

  .lg-left {
    text-align: left; }

  .lg-right {
    text-align: right; } }
