/*
Template:lightning
Theme Name:recwet
*/

p{
  padding: 10px 40px;
}

@media screen and (max-width: 768px) {
p{
  padding: 10px;
}
}

.a-shadow{
  box-shadow: 0px 3px 3px #000;
  transition: 0.8s;
}

.a-shadow:hover{
  opacity: 0.8;
}

.bold{
  font-weight: 600;
}

table{
 border-top:none;
}

.siteHeader_logo img {
    max-height: 75px;
  }

.divi_green {
    color: mediumseagreen;
}
 .divi_pink {
    color: #ff80bf;
}
.divi_blue {
    color: #778aed;
}
/*goto top */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #707070;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

h2{
  border-bottom: 3px solid #024F7E;
  border-top:none;
  font-weight: 600;
  padding:0.7em 0px 0.5em 0.8em;
  font-size: 1.3em;
}

h2.h2-title{
  border-bottom: 3px solid #024F7E;
  border-top:none;
  font-weight: 600;
  padding:0.7em 0px 0.7em 0.8em;
  font-size: 1.3em;
}

h3{
  margin:40px 30px;
  border-left:solid 10px #62C6DE;
  border-top: none;
  border-bottom: none;
  padding: 10px 20px 10px 20px;
  background: #F0F0F0;
  font-size: 1.2em;
  font-weight: 600;
}


h3:after{
  border-bottom: none;
}



h3.h3-title{
  margin:30px 30px;
  border-left:solid 10px #62C6DE;
  border-top: none;
  border-bottom: none;
  padding: 10px 20px 10px 20px;
  background: #F0F0F0;
  font-size: 1.2em;
  font-weight: 600;
}


h3.h3-title:after{
  border-bottom: none;
}

@media screen and (max-width: 768px) {
h3{
  margin:30px 0px;  
}
h3.h3-title{
  margin:30px 0px;
}
}

.pickuptitle h3{
  text-align: center;
  margin:0;
  padding: 15px;
  font-size: 1.1em;
  font-weight: 500;
  border:none;
  background: none;
  color: #fff;
}



.booklet{
  text-align: center;
}

.booklet a{
  text-decoration: none;
  color: #fff;
  font-weight: 600;  
}

.booklet ul{
  list-style: none;
  display: flex;
  vertical-align: middle;  
  margin:50px auto;
  width: 300px;
  height: 143px;
  box-shadow: 0px 3px 3px #000;
  padding: 0px;
}

@media screen and (max-width: 768px) {
.booklet ul{
  width: 280px;
}
}

.booklet li{
  vertical-align: middle; 
  margin: 0px;
}

.booklet-img{
  width: 100px;
  height: 130px;
  object-fit: contain;
  background: #024F7E;
  transition: 0.8s;  
}
.booklet-img:hover{
  opacity: 0.8;
}

.booklet-description{
  padding: 20px 33px 15px 33px;
  background: #024F7E;
  color: #fff;
  line-height:1.5em;
  transition: 0.8s;
}

.booklet-description:hover{
  opacity: 0.8;
}

.book-title h3{
  background: none;
  border:none;
  font-weight: 500;
  margin-bottom:0;
  margin-left: 40px;
}

.pickupbox{
  background: #024F7E;
  width: 300px;
  height: 500px;
  margin:0 auto;
}
@media screen and (max-width: 768px) {
.pickupbox{
  height: 450px;
}
  }

.pickup-image{
  object-fit: cover;
  width: 300px;
  height: 200px;
  background: #707070;

}

.pickup-image img{
  width: 300px;
  height: 200px;
}

.pickuptitle h3{
  padding: 10px;
  border:none;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6em;
}


.others-box table td{
  width: 50%;
  font-size:1em;
}

.events-title h3{
  padding: 10px 0px;
  margin-bottom:10px;
  background: none;
  font-weight: 500;
  font-size:1.1em;
  border:none;
}


.center{
  text-align: center;
}

a.no-deco{
  text-decoration: none;
  color: #222222;
}
.more-btn{
  text-align: center;
  background: #62C6DE;
  box-shadow: 0px 3px 3px #000;
  padding: 10px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin: 20px 30px 0px 30px;
  border:solid 3px #62C6DE;
  transition: 0.8s;
}

.more-btn:hover{
  background: #fff;
  border:solid 3px #62C6DE;
  color: #62C6DE;
}

.see-all-btn{
  background: #024F7E;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 3px 3px #000;
  padding: 10px 80px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin: 20px 30px 0px 30px;
  border:solid 3px #024F7E;
  transition: 0.8s;
}

.see-all-btn:hover{
  background: #fff;
  border:solid 3px #024F7E;
  color: #024F7E;
}


.gray-btn{
  display: table-cell;
  background: #D0CDCA;
  color: #222222;
  box-shadow: 0px 3px 3px #000;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.8em;  
  margin: 5px;
  height: 60px;
  width: 300px;
}

.gray-btn2{
  display: table-cell;
  background: #D0CDCA;
  color: #222222;
  box-shadow: 0px 3px 3px #000;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.9em;  
  margin: 5px;
  height: 60px;
  width: 400px;
}

.page-title-pol{
    /* オーバーレイの高さを指定 */
  height: 150px;  
  /* オーバーレイの色と画像の指定 */
  background: linear-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, .4)),  url("./images/water-g03f1622ff_1920.png"); 
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}

.page-title-pol h1{
  color: #fff;
  font-weight: 500;
  padding-top:50px; 
}

.page-title-book{
    /* オーバーレイの高さを指定 */
  height: 150px;  
  /* オーバーレイの色と画像の指定 */
  background: linear-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, .4)),  url("./images/water-g03f1622ff_1920.png"); 
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}

.page-title-book h1{
  color: #fff;
  font-weight: 500;
  padding-top:50px; 
}

.page-title-eve{
    /* オーバーレイの高さを指定 */
  height: 150px;  
  /* オーバーレイの色と画像の指定 */
  background: linear-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, .4)),  url("./images/water-g03f1622ff_1920.png"); 
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}

.page-title-eve h1{
  color: #fff;
  font-weight: 500;
  padding-top:50px; 
}

.page-title-link{
    /* オーバーレイの高さを指定 */
  height: 150px;  
  /* オーバーレイの色と画像の指定 */
  background: linear-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, .4)),  url("./images/water-g03f1622ff_1920.png"); 
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}

.page-title-link h1{
  color: #fff;
  font-weight: 500;
  padding-top:50px; 
}

.page-title-mem{
    /* オーバーレイの高さを指定 */
  height: 150px;  
  /* オーバーレイの色と画像の指定 */
  background: linear-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, .4)),  url("./images/water-g03f1622ff_1920.png"); 
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}

.page-title-mem h1{
  color: #fff;
  font-weight: 500;
  padding-top:50px; 
}

.page-title-res{
    /* オーバーレイの高さを指定 */
  height: 150px;  
  /* オーバーレイの色と画像の指定 */
  background: linear-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, .4)),  url("./images/water-g03f1622ff_1920.png"); 
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}

.page-title-res h1{
  color: #fff;
  font-weight: 500;
  padding-top:50px; 
}

.page-title-sat{
    /* オーバーレイの高さを指定 */
  height: 150px;  
  /* オーバーレイの色と画像の指定 */
  background: linear-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, .4)),  url("./images/water-g03f1622ff_1920.png"); 
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  vertical-align: middle;
}

.page-title-sat h1{
  color: #fff;
  font-weight: 500;
  padding-top:50px; 
}

.director-box{
  margin:0 40px;
}

.director-img {
  width: 180px;
  height: 240px;
  object-fit: cover;
}

.dept-box{
  text-align: center;
}


.dept-img{
  width: 120px;
  height:120px;
  border-radius: 50%;
  object-fit: cover;
}

.dept-name{
  font-size: 1.2em;
}

.director-box td{
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .director-box td{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    border:none;
  }

  }

.director-name{
  font-size:1.4em;
  font-weight: 400;
}

.collabo-box table th{
  background: #D0CDCA;
  font-size: 1em;
  font-weight: 400;
}

.collabo-box table td{
  font-size: 1em;
}

@media screen and (max-width: 768px) {
    div.collabo-box table  {
      border: 0;
    }
    div.collabo-box table caption {
      font-size: 1.5em;
    }
    div.collabo-box table thead {
      display: none;
    }
    div.collabo-box table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    div.collabo-box table td {
      display: block;
      font-size: 1em;
      text-align: left;
      border-bottom: none;
    }
    div.collabo-box table td:before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    div.collabo-box .naiyou {
      text-align: left;
    }
      div.collabo-box tr:nth-child(2n+1) {
    background: #FFFFFF;
    }
  }

.publication ul{
  list-style: none;
}

.publication ul li{
  display: inline;
  border-right: solid 1px #222222;
  padding-right: 0.8em;
  margin: 5px;
}

.booksWide_table td.book-img{
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
.booksWide_table td.book-img{
  width: 100%;
  border:none; 
}  
.booksWide_table td{
  width: 100%;
  text-align: center;
  display: block;
}
}

.descripition_img td.td_description{
  width: 60%;
}

.descripition_img td.td_img{
  width: 40%;
  text-align: center;  
}
@media screen and (max-width: 768px) {
.descripition_img td{
  display: block;
}  
.descripition_img td.td_description{
  width: 100%;
  border-bottom:none;
}

.descripition_img td.td_img{
  width: 100%;
  text-align: center;
}
}
ul.papers{
  list-style: none;
}

ul.papers li{
  border-bottom:solid 1px #e0e0e0;
  padding: 1em;

}


.col_2{
  width: 100%;
  text-align: center;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_2 > div{
    width: 100%;
  }
}

.col_3{
  width: 100%;
  text-align: center;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
  width: 33.33333%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_3 > div{
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_3 > div{
    width: 100%;
  }
}

.col_4{
  width: 100%;
  text-align: center;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_4 > div{
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .col_4 > div{
    width: 50%;
  }
}

.col_5{
  width: 100%;
  display: flex;
  text-align: center;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div{
  width: 20%;
  padding: 10px;
}
.col_5 > div > div{
  position: relative;
  overflow: hidden
}
@media screen and (max-width: 960px) {
  .col_5 > div{
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_5 > div{
    width: 50%;
  }
}

.vk_post.card-horizontal .vk_post_imgOuter{
  height: 100%;
  max-height: 200px;
}
