@charset "UTF-8";
/* CSS Document */
#sub {
  min-width: 1040px;
}

.contents {
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 0px auto;
  font-size: 15px;
  line-height: 200%;
}
.contents h4 {
  font-size: 28px;
  line-height: 220%;
  margin: 0px 0px 15px;
  font-weight: normal;
  padding: 0px;
  border-bottom: 1px dotted #cccccc;
}
.contents h5 {
  text-align: left;
  font-size: 18px;
  line-height: 180%;
  color: #4CC4B3;
}
.contents .block {
  margin: 0px auto 60px;
  padding: 0px;
  table-layout: fixed;
  word-break: break-word;
  word-wrap: break-word;
}
.contents .text {
  margin: 0px auto 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px dotted #cccccc;
  zoom: 1;
  overflow: hidden;
  position: relative;
}
/* セミナー情報 */
#event {
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px;
}
#event #sub_title-img {
  width: auto;
  height: auto;
  margin: 0px auto 30px;
  padding: 40px 0px;
  background-image: url(../img/semi-news/main-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* 研究所紹介 */
#intro {
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px;
}
#intro #sub_title-img {
  margin-top: 0px;
  background-image: url(../img/intro/main-img.png);
}
#intro .youtube {
  width: 1000px;
  height: auto;
  margin: 0px auto;
  flex-wrap: wrap;
  display: flex;
}
#intro .youtube iframe {
  width: 480px;
  margin: 0px 10px;
}
#intro ul {
  width: 95%;
  margin: 0 auto;
  padding: 0px;
  list-style-type: square;
}
/* 研究内容 */
#research {
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
#research #sub_title-img {
  background-image: url(../img/research/main-img.png);
}
#research .member-pic {
  width: auto;
  height: auto;
  margin: 5px 15px 15px 0px;
  float: left;
}
#research .member-pic img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #research .member-pic {
    margin: 0 0 15px;
  }
}
#research .name {
  margin: 0px 0px 15px;
  text-align: left;
  font-size: 18px;
  line-height: 180%;
  color: #4CC4B3;
  font-weight: normal;
}
#research .title {
  font-size: 22px;
  font-weight: 500;
}
/* 活動・研究実績 */
#record {
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px;
}
#record #sub_title-img {
  background-image: url(../img/record/main-img.png);
}
#record .text {
  margin: 0px auto 20px;
  padding: 0px 0px 15px;
  border-bottom: 1px dotted #cccccc;
}
#record ol {
  margin: 0px 0px 0px 33px;
  padding: 0px;
  list-style-type: decimal-leading-zero;
}
#record ol li {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  line-height: 180%;
}
/* SDE Series */
#workingpaper {
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px;
}
#workingpaper #sub_title-img {
  background-image: url(../img/workingpaper/main-img.png);
}
#workingpaper tr {
  line-height: 150%;
}
#workingpaper th {
  text-align: center;
  background-color: #79BCA2;
  color: #ffffff;
  padding: 10px;
}
#workingpaper td {
  text-align: left;
  background-color: #efefef;
  padding: 10px;
}
/*スマホ対応*/
@media screen and (max-width: 800px) {
	.maincontent {
	font-size: 90%;
}
  .contents h4 {
    font-size: 18px;
  }
  #intro #sub_title-img {
    margin-top: 118px;
  }
  /* SDE Series */
  #workingpaper {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding: 0px;
  }
  #workingpaper #sub_title-img {
    background-image: url(../img/workingpaper/main-img.png);
  }
  #workingpaper tr {
	font-size: 80%;
    line-height: 150%;
  }
  #workingpaper th {
    text-align: center;
    color: #ffffff;
    padding: 7px;
  }
  #workingpaper td {
    text-align: left;
    padding: 5px;
  }
  #event #sub_title-img {
    margin: 118px auto 30px;
  }
}