@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.page-id-45, .page-id-1779 {
  
  /*　画像入りヘッダーの設定
  ================================================================================*/
  .main-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center
  }
  .main-header h2 {
    width: 100%;
    font-size: 4.5vw;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 10px #000000;
    text-align: center;
    font-style: italic;
  }


  /*　全体設定
  ================================================================================*/
  .Presentations {
    padding-left: 40px;
    padding-right: 40px;
  }
  .wp-block-group.Presentations.is-layout-constrained.wp-block-group-is-layout-constrained {
    margin: 0;
    padding: 0;
  }
  .Area {
    display: none;
  }
  .Area.domestic-conference.show {
    display: block;
  }
  .Area.international-conference.show {
    display: block;
  }
  .Area.award.show {
    display: block;
  }
  .Area.attended-conference.show {
    display: block;
  }
  .Area-inner {
    display: flex;
    justify-content: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .List {
    width: 1000px;
    line-height: 1.5;
  }
  .List ul {
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    margin-bottom: 100px;
    max-width: 100%;
  }
  .List ul .invisible {
    display: none;
  }
  .List li {
    max-width: 1000px;
    padding: 20px;
    border-top: 0.5px solid #e0dada;
    border-bottom: 0.5px solid #e0dada;
    max-width: 100%;
    justify-content: space-between;
    text-align: justify;
  }
  .List li:first-child {
    border-top: 1px solid #e0dada;
  }
  .List li:last-child {
    border-bottom: 1px solid #e0dada;
  }
  .List img {
    display: inline-block;
    width: 150px;
    border: solid 1px #000000;
  }
  .List a {
    display: inline-block;
    color: #93c80e;
  }
  .List a:hover {
    opacity: 0.3;
    transition-duration: 0.3s;
  }
  .hidden {
    display: none !important;
  }


  /*　国内学会/国際学会/受賞/参加学会の設定
  ================================================================================*/
  /* 国内学会/国際学会/受賞/参加学会ボタンの共通設定 ---------- */
  .Presentations-buttons {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    margin-bottom: 50px;
  }
  /* 国内学会/国際学会/受賞/参加学会ボタンの共通設定 ---------- */


  /* 国内学会/国際学会/受賞/参加学会へのリンクサイドメニューの設定 ---------- */
  .Links {
    margin-top: 26px;
    position: sticky;
    top: 30px;
    margin-left: 20px;
  }
  .Links h4 {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
  }
  .Links-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
  .Links-inner::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2C2E2C;
  }
  .Links-inner::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2C2E2C;
  }
  .TOPLINK {
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 6px;
  }
  .Links-inner ul {
    display: grid;
    grid-template-columns: repeat(2, 80px);
    align-items: center;
    text-align: center;
  }
  .Links-inner li {
    height: 40px;
  }
  /* マウスオーバー設定 */
  .Links-inner li:hover:first-child {
    border-bottom: 0px;
  }
  .Links-inner a:hover {
    color: #93c80e;
    text-decoration: underline;
  }
  /* 国内学会/国際学会/受賞/参加学会へのリンクサイドメニューの設定 ---------- */





  /*　================================================================================
  タブレット設定（iPad Mini（768✖︎1024）〜 iPad Pro（1024✖︎1336））
  ================================================================================　*/
  @media (max-width: 1050px) {

    /*　ナビゲーション設定
    ================================================================================*/
    .site-menu ul li:nth-child(4) {
      color:#93c80e;
      font-weight: bold;
    }
    .site-menu ul li:nth-child(4)::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color:#93c80e;
      margin-top: 5px;
      margin-left: 0%;
      visibility: visible;
    }



    /*　画像入りヘッダーの設定
    ================================================================================*/
    .main-header {
      /* background-repeat: no-repeat;
      background-size: cover; */
      height: 40vh;
      /* display: flex;
      align-items: center */
    }
    .main-header h2 {
      /* width: 100%; */
      font-size: 6.5vw;
      /* color: #ffffff;
      font-weight: bold;
      text-shadow: 1px 1px 10px #000000;
      text-align: center;
      font-style: italic; */
    }


    /*　全体設定
    ================================================================================*/
    .Presentations {
      padding-left: 40px;
      padding-right: 40px;
    }
    /* .wp-block-group.Presentations.is-layout-constrained.wp-block-group-is-layout-constrained {
      margin: 0;
      padding: 0;
    } */
    /* .Area {
      display: none;
    } */
    /* .Area.domestic-conference.show {
      display: block;
    } */
    /* .Area.international-conference.show {
      display: block;
    } */
    /* .Area.award.show {
      display: block;
    } */
    /* .Area.attended-conference.show {
      display: block;
    } */
    /* .Area-inner {
      display: flex;
      justify-content: center;
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
    } */
    /* .List {
      width: 1000px;
      line-height: 1.5;
    } */
    .List ul {
      /* background-color: #f7f7f7;
      margin-left: auto;
      margin-right: auto; */
      padding: 30px;
      margin-bottom: 50px;
      /* max-width: 100%; */
    }
    .List li {
      max-width: 1000px;
      padding: 10px;
      border-top: 1px solid #e0dada;
      max-width: 100%;
      justify-content: space-between;
    }
    /* .List li:last-child:last-child {
      border-bottom: 1px solid #e0dada;
    } */
    /* .List img {
      display: inline-block;
      width: 150px;
      border: solid 1px #000000;
    } */
    /* .List a {
      display: inline-block;
      color: #93c80e;
    } */
    /* .List a:hover {
      opacity: 0.3;
      transition-duration: 0.3s;
    } */


    /*　国内学会/国際学会/受賞/参加学会の設定
    ================================================================================*/
    /* 国内学会/国際学会/受賞/参加学会ボタンの共通設定 ---------- */
    .Presentations-buttons {
      /* display: flex;
      width: 100%; */
      /* max-width: 1200px; */
      /* margin-left: auto;
      margin-right: auto;
      font-size: 24px; */
      margin-bottom: 20px;
    }
    /* 国内学会/国際学会/受賞/参加学会ボタンの共通設定 ---------- */


    /* 国内学会/国際学会/受賞/参加学会へのリンクサイドメニューの設定 ---------- */
    .Links {
      margin-top: 24px;
      /* position: sticky; */
      /* top: 30px; */
      margin-left: 10px;
    }
    .Links h4 {
      font-size: 0;
      margin-bottom: 5px;
      /* text-align: center; */
      line-height: 1.2;
    }
    .Links h4::before {
      font-size: 20px;
      content:'リンク';
    }
    /* .Links-inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      font-size: 18px;
      line-height: 1.5;
    } */
    /* .Links-inner::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2C2E2C;
    } */
    /* .Links-inner::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2C2E2C;
    } */
    .TOPLINK {
      /* width: 100%; */
      height: 55px;
      line-height: 1.2;
      /* text-align: center;
      padding-top: 6px; */
    }
    .Links-inner ul {
      /* display: grid; */
      grid-template-columns: repeat(1, 80px);
      justify-content: center;
      /* align-items: center;
      text-align: center; */
    }
    .Links-inner li {
      height: 30px;
    }
    /* マウスオーバー設定 */
    .Links-inner li:hover:first-child {
      border-bottom: 0px;
    }
    .Links-inner a:hover {
      color: #93c80e;
      font-size: 18px;
      text-decoration: underline;
    }
    /* 国内学会/国際学会/受賞/参加学会へのリンクサイドメニューの設定 ---------- */
  }



  /*　================================================================================
  スマホ設定
  ================================================================================　*/
  @media (max-width: 750px) {

    /*　ナビゲーション設定
    ================================================================================*/
    /* .site-menu ul li:nth-child(4) {
      color:#93c80e;
      font-weight: bold;
    } */
    /* .site-menu ul li:nth-child(4)::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color:#93c80e;
      margin-top: 5px;
      margin-left: 0%;
      visibility: visible;
    } */



    /*　画像入りヘッダーの設定
    ================================================================================*/
    .main-header {
      /* background-repeat: no-repeat;
      background-size: cover; */
      height: 30vh;
      /* display: flex;
      align-items: center */
    }
    .main-header h2 {
      /* width: 100%; */
      font-size: 8vw;
      /* color: #ffffff;
      font-weight: bold;
      text-shadow: 1px 1px 10px #000000;
      text-align: center;
      font-style: italic; */
    }


    /*　全体設定
    ================================================================================*/
    .Presentations {
      padding-left: 20px;
      padding-right: 20px;
    }
    /* .wp-block-group.Presentations.is-layout-constrained.wp-block-group-is-layout-constrained {
      margin: 0;
      padding: 0;
    } */
    /* .Area {
      display: none;
    } */
    /* .Area.domestic-conference.show {
      display: block;
    } */
    /* .Area.international-conference.show {
      display: block;
    } */
    /* .Area.award.show {
      display: block;
    } */
    /* .Area.attended-conference.show {
      display: block;
    } */
    /* .Area-inner {
      display: flex;
      justify-content: center;
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
    } */
    /* .List {
      width: 1000px;
      line-height: 1.5;
    } */
    .List h2 {
      font-size: 24px;
      margin-left: 10px;
      display: flex;
    }
    .List ul {
      /* background-color: #f7f7f7;
      margin-left: auto;
      margin-right: auto; */
      padding: 15px;
      margin-bottom: 50px;
      /* max-width: 100%; */
    }
    /* .List li {
      max-width: 1000px;
      padding: 10px;
      border-top: 1px solid #e0dada;
      max-width: 100%;
    } */
    /* .List li:last-child:last-child {
      border-bottom: 1px solid #e0dada;
    } */
    /* .List img {
      display: inline-block;
      width: 150px;
      border: solid 1px #000000;
    } */
    /* .List a {
      display: inline-block;
      color: #93c80e;
    } */
    /* .List a:hover {
      opacity: 0.3;
      transition-duration: 0.3s;
    } */


    /*　国内学会/国際学会/受賞/参加学会の設定
    ================================================================================*/
    /* 国内学会/国際学会/受賞/参加学会ボタンの共通設定 ---------- */
    .Presentations-buttons {
      /* display: flex;
      width: 100%; */
      /* max-width: 1200px; */
      /* margin-left: auto;
      margin-right: auto;
      font-size: 24px; */
      margin-bottom: 20px;
    }
    .domestic-conference-button a, .international-conference-button a, .award-button a, .attended-conference-button a {
      font-size: 14px !important;
      line-height: 1.3;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    /* 国内学会/国際学会/受賞/参加学会ボタンの共通設定 ---------- */


    /* 国内学会/国際学会/受賞/参加学会へのリンクサイドメニューの設定 ---------- */
    .Links {
      /* margin-top: 24px; */
      /* position: sticky; */
      /* top: 30px; */
      /* margin-left: 10px; */
      display: none;
    }
    /* .Links h4 {
      font-size: 0;
      margin-bottom: 5px;
      text-align: center;
      line-height: 1.2;
    } */
    /* .Links h4::before {
      font-size: 20px;
      content:'リンク';
    } */
    /* .Links-inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      font-size: 18px;
      line-height: 1.5;
    } */
    /* .Links-inner::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2C2E2C;
    } */
    /* .Links-inner::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #2C2E2C;
    } */
    /* .TOPLINK {
      width: 100%;
      height: 55px;
      line-height: 1.2;
      text-align: center;
      padding-top: 6px;
    } */
    /* .Links-inner ul {
      display: grid;
      grid-template-columns: repeat(1, 80px);
      justify-content: center;
      align-items: center;
      text-align: center;
    } */
    /* .Links-inner li {
      height: 30px;
    } */
    /* マウスオーバー設定 */
    /* .Links-inner li:hover:first-child {
      border-bottom: 0px;
    } */
    /* .Links-inner a:hover {
      color: #93c80e;
      font-size: 20px;
      font-weight: bold;
    } */
    /* 国内学会/国際学会/受賞/参加学会へのリンクサイドメニューの設定 ---------- */
  }
}

.page-id-1779 {
  .Presentations-buttons {
    height: 80px;
  }
  .Presentations-buttons .wp-block-button {
    height: 100% !important;
  }
  .Presentations-buttons a {
    display: inline-block;
    height: 100% !important;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
  }

  @media (max-width: 1050px) {
    .site-menu ul li:nth-child(3) {
      color:#93c80e;
      font-weight: bold;
    }
    .site-menu ul li:nth-child(4) {
      color:initial;
      font-weight: initial;
    }
    .site-menu ul li:nth-child(3)::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color:#93c80e;
      margin-top: 5px;
      margin-left: 0%;
      visibility: visible;
    }
    .site-menu ul li:nth-child(4)::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color:#93c80e;
      margin-top: 5px;
      margin-left: 0%;
      visibility: hidden;
    }
    /* .Presentations-buttons {
      background-color: aqua !important;
      height: 60px;
    } */
    /* .Presentations-buttons .wp-block-button {
      height: 100% !important;
    } */
    /* .Presentations-buttons a {
      display: inline-block;
      height: 100% !important;
      line-height: 1.2;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 !important;
    } */
    .Links h4 {
      font-size: 20px;
      margin-bottom: 5px;
      /* text-align: center; */
      line-height: 1.2;
    }
    .Links h4::before {
      font-size: 20px;
      content:'リンク';
      display: none;
    }
    .TOPLINK {
      width: 100%;
      height: 30px;
      text-align: center;
      padding-top: 6px;
    }
  }

  @media (max-width: 750px) {
    .Presentations-buttons {
      height: 40px;
    }
    .Presentations-buttons .wp-block-button {
      height: 100% !important;
      padding: 0 !important;
      width: 100% !important;
    }
    .Presentations-buttons a {
      /* display: inline-block;
      height: 100% !important;
      line-height: 1.2;
      display: flex;
      justify-content: center;
      align-items: center; */
      font-size: 10px !important;
      /* padding: 0 !important; */
    }
  }
}
