.wf-notosansjapanese
{
  font-family: "Noto Sans JP";
}

header .title{
  display: block;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}

.dropdown-menu{
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .nav-link{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-height: 700px) and (max-width: 767px) {
  .navbar .navbar-nav .nav-link{
    font-size: 1.2rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item{
    font-size: 1rem;
  }
}
@media (min-width: 767px) {
  .navbar-nav li .dropdown-menu{
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.main__member{
  background-color: #F4F5F7;
  background-repeat: no-repeat;
  background-position: center;
}


.picmem{
  padding-bottom: 20px;
}

.block__member, .block__address, .block__lab, .block__research, .block__yotei, .block__seminar, .block__risyu, .block__kenkyu-panel{
  max-width: 930px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 45px;
  padding-bottom: 45px;
}

.block__kenkyu-panel{
  padding-bottom: 0px;
}

.main__lab{
  background-color: #F4F5F7;
  background-repeat: no-repeat;
  background-position: center;
}

.div__tilt__top {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 0;
}

.div__tilt__top svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 133px;
}

.div__tilt__top .shape-fill {
    fill: #F4F5F7;
}

.div__address .div__tilt__top, .div__research .div__tilt__top, .div__seminar .div__tilt__top{
  transform: scale(-1, 1);
}

.div__address .div__tilt__top .shape-fill, .div__research .div__tilt__top .shape-fill, .div__seminar .div__tilt__top .shape-fill{
  fill: #FFFFFF;
}

.main__yotei, .main__risyu{
  background-color: #F4F5F7;
}

.div__risyu .div__tilt__top {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 0;
}

.div__tilt__top svg {
    height: 120px;
}

.research h3{
  padding-top: 10px;
}

.member ul, .address ul, .yotei ul, .risyu ul, .research dl{
  margin-top: 16px;
  margin-bottom: 16px;
}

dt{
  font-weight: bold;
  padding: 10px 5px;
  color: #000;/*文字色*/
  background: #f5fffa;/*背景色*/
  border-left: solid 5px #0092c4;/*左線（実線 太さ 色）*/
}
dd{
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h2 {
position: relative;
padding: 1.2em;
font-family: "Noto Sans JP";
text-align: center;
}

h2 .title__font{
  font-family: 'Vollkorn';
  font-style: italic;
}

hr{
  border: none;
  border-top: 1.2px dashed #0092c4;
  margin: 0 0;
  size: 1px;
}

.div__title{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

#member, #address, #koukai, #kenkyu, #yotei, #semi, #risyu, #theme{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-left: auto;
  margin-right: auto;
}
#member:before, #member:after, #address:before, #address:after, #koukai:before, #koukai:after, #kenkyu:before, #kenkyu:after, #yotei:before, #yotei:after, #semi:before, #semi:after, #risyu:before, #risyu:after, #theme:before, #theme:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
#member:before, #address:before, #koukai:before, #kenkyu:before, #yotei:before, #semi:before, #risyu:before, #theme:before{
  left: 0;
}
#member:after, #address:after, #koukai:after, #kenkyu:after, #yotei:after, #semi:after, #risyu:after, #theme:after{
  right: 0;
}

#ratest_news{
  background: linear-gradient(transparent 70%, #ffa000 70%);
  width: 30%;
}

.kenkyu-panel h4{
  padding-top: 10px;
}

@media screen and (max-width: 480px) {/* 480px以下*/
  #ratest_news{
    width: 25%;
  }
}

@media screen and (max-width: 320px) {/* 320px以下*/
  #ratest_news{
    width: 72.5px;
  }
}

.f-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
}
.kiso-kenkyu{
  padding-bottom: 20px;
}
.img-comp, .vid-comp, .flicker, .img-fusion, .fumus{
  padding-bottom: 20px;
}
.f-item{
  padding: 10px;
}
.card {
  width: 320px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 7px #ccc;
  transition: all 0.5s cubic-bezier(.48 ,.01,.45,1.9);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.card:hover{
  box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.4);
  transform: scale(1.1);
  z-index: 100;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  background: #0092c4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}

.image{
  text-align: center;
}
.picmem{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main{
    padding-left: 20px;
    padding-right: 20px;
  }
  .main h1{
    font-size: 2rem;
  }
  .main h2{
    font-size: 1.8rem;
  }
  .main h3{
    font-size: 1.6rem;
  }
  .main p, dd{
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .card{
    width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .card{
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .card{
    width: 350px;
  }
}
