@charset "utf-8";

/* ----------------------------------------------------
 Media query All
---------------------------------------------------- */
/* common */

/* vis */
.pagevis h1:after{
  content: "Achievement";
}

/* プロジェクト */
.project-item{
  margin: 0 auto;
  max-width: 1000px;
  padding: 3% 5%;
  border-radius: 8px;
  background: #f8f8f8;
}
.project-item:not(:first-child){
  margin-top: 10px;
}
.project-item dt{
  color: #0f5494;
  font-size: 2.0rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.project-people{
  margin-top: 10px;
  color: #777;
}
.project-txt{
  margin-top: 15px;
}

/* 著作紹介 */
.books-list{
  display: flex;
  margin-left: -2%;
}
.books-item{
  margin-left: 2%;
  width: calc(100% / 2 - 2%);
}

.books-item a{
  display: block;
  text-decoration: none;
  height: 100%;
}
.books-photo{
  display: block;
  padding: 25px;
  text-align: center;
  background: url("/common/images/bg_washi.png") repeat;
}
.books-photo img{
  width: 100%;
  max-width: 120px; 
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.books-dl{
  margin: 10px;
}
.books-dt{
  color: #0f5494;
  font-family: 'Noto Serif JP', serif;
}
.books-dd{
  margin-top: 10px;
  font-size: 1.4rem;
}
.book-sect .sect-list,
.report-sect .sect-list,
.seminar-sect .sect-list,
.other-list{
  margin: 0 auto;
  max-width: 1000px;
}
.book-sect .sect-list{
  margin-top: 50px;
}
.other-list{
  margin-top: 30px;
  padding-left: 1.5em;
  line-height: 2.2;
}
.book-sect li:not(:first-child),
.report-sect li:not(:first-child),
.seminar-sect li:not(:first-child){
  margin-top: 20px;
}
/* All END */

/* ----------------------------------------------------
 - 959px (Smartphone Tablet layout Only)
---------------------------------------------------- */
@media (max-width: 959px) {

		
/* - 959px (Smartphone Tablet layout Only) END*/
}

/* ----------------------------------------------------
 - 519px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 519px) {
  
  .books-list{
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .books-item{
    margin-top: 10px;
  }
  .books-item a{
    border: solid 1px #ccc;
  }


/* - 519px (Smartphone layout Only) END */
}

/* ----------------------------------------------------
 520px - (Pc Tablet layout Only)
---------------------------------------------------- */
@media (min-width: 520px) {

  /* 著作紹介 */
  .books-item{
    margin: 0 0 0 2%;
    width: calc(100% / 4 - 2%);
  }
  .books-dl{
    margin: 10px 5px 0;
  }

/* 520px - (Pc Tablet layout Only) END */
}

/* ----------------------------------------------------
 520px - 959px (Tablet layout Only)
---------------------------------------------------- */
@media (min-width: 520px) and (max-width: 959px) {
  
  /* 520px - 959px (Tablet layout Only) END*/
}

/* ----------------------------------------------------
 960px - (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 960px) {

  /* プロジェクト */
  .project-txt{
    line-height: 2.2;
  }

/*  960px - (Pc layout Only) END*/
}

/* ----------------------------------------------------
 960px - 1920px
---------------------------------------------------- */
@media (min-width: 960px) and (max-width: 1920px) {

/* 960px - 1920px END*/
}