@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.single-publications {
  /*　画像入りヘッダーの設定
  ================================================================================*/
  .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;
    text-shadow: 1px 1px 10px #000000;
    text-align: center;
    font-style: italic;
  }



  /*　全体設定
  ================================================================================*/
  .publications-and-reviews {
    padding-left: 40px;
    padding-right: 40px;
  }
  .Area-inner {
    display: flex;
    justify-content: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .List {
    max-width: 1000px;
    line-height: 1.5;
  }
  .List h3 {
    font-size: 32px;
    color: #93c80e;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .List-inner {
    background-color: #f7f7f7;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    max-width: 100%;
  }
  .List ul {
    background-color: #f7f7f7;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .List div {
    margin-bottom: 100px;
  }
  .PUBLICATIONS.Hidden {
    display: none;
  }
  .PROCEEDINGS.Hidden {
    display: none;
  }
  .REVIEWS.Hidden {
    display: none;
  }
  .BOOKS.Hidden {
    display: none;
  }
  .List li {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    padding: 20px;
    border-top: 1px solid #e0dada;
    max-width: 100%;
  }
  .List li:last-child:last-child {
    border-bottom: 1px solid #e0dada;
  }
  .List p {
    margin-right: 50px;
    width: 100%;
  }


  .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;
  }
  .topic {
    color: #f92a2a;
  }
  .PUBLICATIONS_AND_PROCEEDINGS p {
    max-width: 1000px;
    padding: 20px;
    border-top: 1px solid #e0dada;
    position: relative;
    padding-right: 150px;
    height: auto;
  }
  .PUBLICATIONS_AND_PROCEEDINGS img {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .PUBLICATIONS_AND_PROCEEDINGS:last-child {
    border-bottom: 1px solid #e0dada;
  }



  /*　論文/著書の設定
  ================================================================================*/
  /* 論文/著書タブの設定 ---------- */

  .publication-and-reviews-buttons {
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }
  .publication-and-reviews-buttons h3 {
    margin-left: 5px;
  }
  /* 論文/著書タブの設定 ---------- */

  /* 論文タブの設定 ---------- */
  .image-nolink:hover {
    pointer-events:none
  }
  /* 論文タブの設定 ---------- */

  /* 論文/著書へのリンクサイドメニューの設定 ---------- */
  .Links {
    margin-top: 26px;
    position: sticky;
    top: 30px;
    margin-left: 20px;
  }
  .Links h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .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;
    font-size: 20px;
    font-weight: bold;
  }
  /* 論文/著書へのリンクサイドメニューの設定 ---------- */



  /*　================================================================================
  スマホ・タブレット設定
  ================================================================================　*/
  @media (max-width: 800px) {
    .site-menu ul li:nth-child(5) {
      color:#93c80e;
      font-weight: bold;
    }
    .site-menu ul li:nth-child(5)::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color:#93c80e;
      margin-top: 5px;
      margin-left: 0%;
      visibility: visible;
    }
    .site-menu-en 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 {
      height: 30vh;
      margin-bottom: 50px;
    }
    .main-header h2 {
      font-size: 6.5vw;
    }

    /*　全体設定
    ================================================================================*/
    .publications-and-reviews {
      padding-left: 10px;
      padding-right: 10px;
    }
    .List {
      max-width: 100%;
      line-height: 1.5;
    }
    .List-inner {
      padding: 20px;
    }
    .List h3 {
      font-size: 24px;
      margin-left: 10px;
      margin-bottom: 5px;
    }
    .List ul {
      padding: 0px;
      margin-bottom: 0px;
    }
    .List li {
      display: block;
      padding: 20px;
      text-align: justify;
    }
    .List p {
      margin-right: 0px;
    }
    .List img {
      margin-top: 10px;
      width: 120px;
    }


    /*　論文/著書の設定
    ================================================================================*/
    /* 論文/著書タブの設定 ---------- */
    .publication-and-reviews-buttons {
      font-size: 16px;
      width: fit-content;
    }
    /* 論文/著書タブの設定 ---------- */

    /* 論文/著書へのリンクサイドメニューの設定 ---------- */
    .Links {
      margin-top: 31px;
      top: 30px;
      margin-left: 10px;
      display: none;
    }
    .Links h4 {
      font-size: 16px;
      margin-bottom: 10px;
      display: none;
    }
    .Links-inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      font-size: 16px;
      line-height: 1.5;
    }
    .TOPLINK {
      width: 100%;
      height: 40px;
      text-align: center;
      padding-top: 6px;
      display: none;
    }
    .Links-inner ul {
      grid-template-columns: repeat(1, 70px);
    }
    .Links-inner li {
      height: 25px;
    }
    .Links-inner a:hover {
      font-size: 16px;
    }
    /* 論文/著書へのリンクサイドメニューの設定 ---------- */
  }
}