@charset "utf-8";


/*　画像入りヘッダーの設定
================================================================================*/
 .main-header {
  height: 50vh;
  display: flex;
  align-items: center;
  background-image: linear-gradient(-45deg, #fff 25%, #f1f1f1 25%, #f1f1f1 50%, #fff 50%, #fff 75%, #f1f1f1 75%, #f1f1f1);
  background-color: #ffffff;
  background-size: 10px 10px;
}
.main-header h2 {
  width: 100%;
  font-size: 4.5vw;
  color: #ffffff;
  font-family: 'Satisfy', cursive;
  text-shadow: 1px 1px 10px #868080;
  text-align: center;
  font-style: italic;
}



/*　全体設定
================================================================================*/
html {
  scroll-behavior: smooth;
}
.member-information {
  display: flex;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.member-information-inner {
  display: flex;
  margin-left: 200px;
}
.hidden {
  display: none;
}
.member-information-inner.Linkshidden {
  margin-left: auto;
  margin-right: auto;
}



/*　グレ-ボックスの共通設定
================================================================================*/
.gray-box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
  padding: 40px;
}
.gray-box h3 {
  font-size: 28px;
}
.gray-box h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background-color: #2C2E2C;
}
.gray-box-inner {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 60px;
}
.gray-box-inner h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.gray-box-inner p {
  font-size: 16px;
}
.gray-box-inner a {
  display: inline-block;
  color: #93c80e;
}
.Area {
  margin-top: 50px;
}
.Area p {
  padding-left: 20px;
}

.Area ul li {
  padding-left: 30px;
  text-indent: 0px;
  max-width: 100%;
}

.Area.publications, .Area.proceedings, .Area.reviews-and-books, .Area.patent, .Area.international-conferences, .Area.domestic-conferences, .Area.award, .Area.steering-committee {
  margin-top: 70px;
}
.publications h4, .proceedings h4, .reviews-and-books h4, .patent h4, .international-conferences h4, .domestic-conferences h4, .award h4, .steering-committee h4 {
  margin-bottom: 0px;
}
.publications ul,.proceedings ul, .reviews-and-books ul, .patent ul, .international-conferences ul, .domestic-conferences ul, .award ul, .steering-committee ul {
  margin-top: 20px;
}
.publications p,.proceedings p, .reviews-and-books p, .patent p, .international-conferences p, .domestic-conferences p, .award p, .steering-committee p {
  padding-left: 0px;
}
.List {
  line-height: 1.5;
}
.update {
  text-align: right;
  font-style: italic;
  margin-bottom: 30px;
}
.List p {
  width: 100%;
}
.List ul {
  background-color: #f7f7f7;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.List li {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #e0dada;
  max-width: 100%;
}
.List img {
  display: inline-block;
  width: 120px;
  border: solid 1px #000000;
  margin-right: 50px;
  margin-left: 20px;
}
.List a {
  display: inline-block;
  color: #93c80e;
}
.List li:last-child {
  border-bottom: 1px solid #e0dada;
}
.manual-update li:first-child {
  border-top: none;
  padding-top: 0px;
}
.patent .List li:first-child {
  border-top: 1px solid #e0dada;
  padding-top: 20px;
}
.international-conferences .List li:first-child {
  border-top: 1px solid #e0dada;
  padding-top: 20px;
}
.domestic-conferences .List li:first-child {
  border-top: 1px solid #e0dada;
  padding-top: 20px;
}
.award .List li:first-child {
  border-top: 1px solid #e0dada;
  padding-top: 20px;
}
.steering-committee .List li:first-child {
  border-top: 1px solid #e0dada;
  padding-top: 20px;
}
.journal .List li:first-child {
  border-top: 1px solid #e0dada;
  padding-top: 20px;
}
.award .List li {
  display:list-item;
}
.international-conferences .List li {
  display:list-item;
}
.domestic-conferences .List li {
  display:list-item;
}
.topic {
  color: #ee0000;
}
.decoration {
  font-weight: bold;
  text-decoration: underline;
}
/* マウスオーバー設定 */
.Area a:hover {
  opacity: 0.3;
  transition-duration: 0.3s;
}
.image-nolink:hover {
  pointer-events:none
}



/*　サイドメニューの設定
================================================================================*/
.Links {
  flex-shrink: 0;
  position: relative;
}
.Links-inner {
  position: sticky;
  top: 30px;
  line-height: 1.5;
  font-size: 18px;
  padding-top: 20px;
  width: 200px;
}
.Links-inner h4 {
  font-family: 'Montserrat', sans-serif;
  margin-left: 15px;
}
.Links-inner ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Arrow-img {
  width: 40px;
  margin-right: 2px;
  margin-bottom: 15px;
  position: relative;
}
.Arrow-img img {
  position: absolute;
}
.Links-inner li:first-child {
  margin-bottom: 60px;
}
.Links-inner li {
  margin-top: 5px;
}

/* マウスオーバー設定 */
.Links-inner li:hover:first-child {
  border-bottom: 0px;
}
.Links-inner li:hover {
  border-bottom: 3px solid #93c80e;
}
.Links-inner a:hover {
  color: #93c80e;
  font-size: 20px;
  font-weight: bold;
}
.Arrow-img:hover img:nth-child(2) {
  opacity: 0;
}
.Arrow-img:hover {
  width: 50px;
}





/*　================================================================================
スマホ・タブレット設定
================================================================================　*/
@media (max-width: 800px) {

  /*　画像入りヘッダーの設定
  ================================================================================*/
  .main-header {
    height: 30vh;
    margin-bottom: 100px;
  }
  .main-header h2 {
    font-size: 6.5vw;
  }

  /*　全体設定
  ================================================================================*/
  .member-information-inner {
    display: flex;
    margin-left: 0px;
  }

  /*　グレ-ボックスの共通設定
  ================================================================================*/
  .gray-box {
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .gray-box h3 {
    font-size: 22px;
  }
  .gray-box h3::after {
    height: 2px;
    margin-top: 5px;
  }
  .gray-box-inner {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
  }
  .gray-box-inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .gray-box-inner p {
    font-size: 14px;
  }
  .Area {
    margin-top: 30px;
  }
  .Area p {
    padding-left: 10px;
    font-size: 14px;
  }
  .Area ul li {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    text-indent: -10px;
    text-align: justify;  
  }
  .Area.publications, .Area.proceedings, .Area.reviews-and-books, .Area.patent, .Area.international-conferences, .Area.domestic-conferences, .Area.award, .Area.steering-committee {
    margin-top: 50px;
  }
  .publications h4, .proceedings h4, .reviews-and-books h4, .patent h4, .international-conferences h4, .domestic-conferences h4, .award h4, .steering-committee h4 {
    margin-bottom: 5px;
  }

  .publications ul,.proceedings ul, .reviews-and-books ul, .patent ul, .international-conferences ul, .domestic-conferences ul, .award ul, .steering-committee ul {
    margin-top: 10px;
  }
  .publications p,.proceedings p, .reviews-and-books p, .patent p, .international-conferences p, .domestic-conferences p, .award p, .steering-committee p {
    padding-left: 0px;
  }
  .List {
    line-height: 1.4;
  }
  .update {
    margin-bottom: 10px;
  }
  .List li {
    display: block;
    padding: 20px;
    text-align: justify;
  }
  .List img {
    margin-top: 10px;
    width: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }

  /*　サイドメニューの設定
  ================================================================================*/
  .Links {
    display: none;
  }
  .Links-inner {
    position: sticky;
    top: 30px;
    line-height: 1.5;
    font-size: 18px;
    padding-top: 20px;
    width: 200px;
  }
  .Links-inner h4 {
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
  }
  .Links-inner ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Arrow-img {
    width: 40px;
    margin-right: 2px;
    margin-bottom: 15px;
    position: relative;
  }
  .Arrow-img img {
    position: absolute;
  }
  .Links-inner li:first-child {
    margin-bottom: 60px;
  }
  .Links-inner li {
    margin-top: 5px;
  }

  /* マウスオーバー設定 */
  .Links-inner li:hover:first-child {
    border-bottom: 0px;
  }
  .Links-inner li:hover {
    border-bottom: 3px solid #93c80e;
  }
  .Links-inner a:hover {
    color: #93c80e;
    font-size: 20px;
    font-weight: bold;
  }
  .Arrow-img:hover img:nth-child(2) {
    opacity: 0;
  }
  .Arrow-img:hover {
    width: 50px;
  }

}