@charset "UTF-8";
/*-------------------研究内容-------------------*/
/*動画埋め込み*/
.second.research .project .video_box {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.second.research .project .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0;
}
.second.research .project .project_box .box {
  padding: 20px 5% 30px;
  background-color: #eee;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.second.research .project .project_box .box.blue {
  background-color: #dce3f1;
  color: #000;
}
.second.research .project .project_box .box.yellow {
  background-color: #fdf2d0;
  color: #000;
}
.second.research .project .project_box .box.green {
  background-color: #e5efdb;
  color: #000;
}
.second.research .project .project_box .box.red {
  background-color: #f7e6d8;
  color: #000;
}
.second.research .project .project_box .box .txt {
  width: 55%;
}
.second.research .project .project_box .box figure {
  width: 42%;
}
.second.research .project .project_box .box figure .video_box {
  margin: 10px auto;
}
.second.research .project .project_box .box .txt h5 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #000;
  padding: 5px 20px 6px;
  border: solid 1px #000;
  border-radius: 50px;
  background-color: #fff;
  margin: 0 auto 10px 0;
  width: 350px;
}
.second.research .project .project_box .box .txt h4 {
  background: no-repeat;
  padding: 7px 3% 9px;
  margin: 0 auto 5px;
}
.second.research .project .project_box .box .txt .ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.second.research .project .project_box .box .txt ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc;
}
.second.research .project .project_box .box .txt p {
  margin: 0;
}
.second.research .project .project_box .box .txt .link {
  display: block;
  text-align: left;
  word-break: break-all;
}
.second.research .project .project_box .box .txt .link a {
  color: #0078c2;
}
.second.research .project .project_box .box .txt .red {
  font-weight: 500;
}
/*主な実験例*/
.second.research .experiment_ex section {
  background-color: #ebf4fa;
  padding: 30px 5%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.second.research .experiment_ex section h5 {
  display: inline-block;
  padding: 10px 2% 11px;
  color: #fff;
  background-color: #0078c2;
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 20px;
}
.second.research .experiment_ex section h6 {
  padding-bottom: 10px;
  border-bottom: solid 1px #0078c2;
  color: #0078c2;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 20px;
}
.second.research .experiment_ex section .txt {
  margin-bottom: 20px;
}
.second.research .experiment_ex section .txt .ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.second.research .experiment_ex section .txt ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.second.research .experiment_ex section .txt .red {
  font-weight: 500;
}
.second.research .experiment_ex section .figure_box {
  display: flex;
  flex-wrap: wrap;
}
.second.research .experiment_ex section .figure_box figure {
  margin: 0 5px 20px;
}
.second.research .experiment_ex section .figure_box figure img {
  height: 200px;
  width: auto;
}
.second.research .experiment_ex section .figure_box figure figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
}
.second.research .experiment_ex section .video_wrap {
  width: 50%;
  margin: 0 5px 10px;
}
.second.research .experiment_ex section .video_wrap .video_box {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.second.research .experiment_ex section .video_wrap .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0;
}
/*-------------------病院スタッフのための地震対策ハンドブック-------------------*/
.second.handbook section a {
  color: #0078c2;
}
.second.handbook .pdf_box {
  width: 100%;
  margin: 0 auto 40px;
}
.second.handbook .pdf_box iframe {
  width: 100%;
  height: 600px;
}
.second.handbook .pdf_box .pdf a {
  display: none;
}
.second.handbook .video_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.second.handbook .video_box ul li {
  width: 48%;
  margin: 0 1%;
}
.second.handbook .video_box ul li .video {
  margin-bottom: 10px;
}
.second.handbook .video_box ul li h5 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  text-align: center;
}
.second.handbook .handbook_application ul {
  margin: 0 auto 20px;
  padding: 0 0 0 25px;
}
.second.handbook .handbook_application .process section {
  background-color: #ebf4fa;
  padding: 30px 5%;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}
.second.handbook .handbook_application .process section:last-child:after {
  display: none;
}
.second.handbook .handbook_application .process section:after {
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  border-top-color: #ccc;
}
.second.handbook .handbook_application .process .section:last-child {
  margin: 0;
  border-bottom: none;
}
.second.handbook .handbook_application .process .process section a {
  color: #0078c2;
}
.second.handbook .handbook_application .process .process section h5 {
  margin: 0 auto 20px;
  color: #0078c2;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 1px #0078c2;
}
.second.handbook .handbook_application .process section h5 .no {
  font-family: Arial, Helvetica, "sans-serif";
  display: inline-block;
  background-color: #0078c2;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
}
.second.handbook .handbook_application .process section .btn_dl a {
  background-color: #fff;
}
.second.handbook .handbook_application .process section .box {
  background-color: #cce4f3;
  padding: 30px 5% 15px;
  border-radius: 20px;
  margin: 20px auto;
}
.second.handbook .handbook_application .process section .box h6 {
  font-weight: 500;
  margin: 0 auto -5px;
  font-size: 16px;
}
/*-------------------成果発表会ポスター・動画-------------------*/
.second.achievement .poster ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.second.achievement .poster ul li {
  width: 48%;
  margin: 10px 1%;
}
.second.achievement .poster ul li a {
  display: block;
  text-decoration: none;
  color: #0078c2;
  background-color: #ebf4fa;
  border: solid 1px #0078c2;
  border-radius: 10px;
  padding: 20px 5%;
  position: relative;
}
.second.achievement .poster ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #0078c2;
}
.second.achievement .poster ul li h5 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
}
.second.achievement .poster ul li p {
  margin: 0;
}
.second.achievement .poster ul li i {
  color: #0078c2;
  font-size: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-5%, -50%);
}
.second.achievement .poster ul li a:hover h5 {
  color: #fff;
}
.second.achievement .poster ul li a:hover i {
  color: #fff;
}
.second.achievement .video_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.second.achievement .video_box ul li {
  width: 48%;
  margin: 0 1% 30px;
  text-align: center;
  color: #0078c2;
}
.second.achievement .video_box ul li .video {
  margin-bottom: 10px;
}
.second.achievement .video_box ul li h5 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
}
.second.achievement .video_box ul li p {
  margin: 0;
}
/*-------------------プロジェクト成果-------------------*/
.second.research.result .contents ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.second.research.result .contents ul li {
  margin: 5px 0;
}
.second.research.result .contents ul li a {
  color: #0078c2;
}
@media screen and (max-width:1050px) {
  /*-------------------研究内容-------------------*/
  .second.research .project .project_box .box {
    padding: 20px 5%;
    display: block;
  }
  .second.research .project .project_box .box .txt {
    width: auto;
    margin-bottom: 20px;
  }
  .second.research .project .project_box .box figure {
    width: auto;
  }
  .second.research .project .project_box .box .txt h5 {
    width: auto;
  }
  .second.research .project .project_box .box .txt h4 {
    padding: 7px 5% 9px;
  }
  /*主な実験例*/
  .second.research .experiment_ex section {
    padding: 20px 5%;
  }
  .second.research .experiment_ex section h5 {
    padding: 5px 5% 6px;
    font-size: 20px;
    margin: 0 auto 15px;
  }
  .second.research .experiment_ex section h6 {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .second.research .experiment_ex section .figure_box {
    display: block;
  }
  .second.research .experiment_ex section .figure_box figure {
    margin: 0 auto 15px;
  }
  .second.research .experiment_ex section .figure_box figure img {
    height: auto;
    width: 100%;
  }
  .second.research .experiment_ex section .figure_box figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
  }
  .second.research .experiment_ex section .video_wrap {
    width: 100%;
    margin: 0 auto 15px;
  }
  /*-------------------病院スタッフのための地震対策ハンドブック-------------------*/
  .second.handbook .pdf_box {
    margin: 0 auto 30px;
  }
  .second.handbook .pdf_box iframe {
    display: none;
  }
  .second.handbook .pdf_box .pdf a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #0078c2;
    background-color: #ebf4fa;
    border: solid 1px #0078c2;
    border-radius: 50px;
    text-align: center;
    padding: 20px 5%;
    position: relative;
  }
  .second.handbook .pdf_box .pdf a:hover {
    opacity: 1;
    color: #fff;
    background-color: #0078c2;
  }
  .second.handbook .pdf_box .pdf i {
    color: #0078c2;
    font-size: 20px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(-5%, -50%);
  }
  .second.handbook .pdf_box .pdf a:hover i {
    color: #fff;
  }
  .second.handbook .video_box ul {
    display: block;
  }
  .second.handbook .video_box ul li {
    width: auto;
    margin: 0 auto 30px;
  }
  .second.handbook .handbook_application .process section h5 {
    margin: 0 auto 20px;
    font-size: 18px;
  }
  .second.handbook .handbook_application .process section .no {
    display: block !important;
    margin: 0 0 10px 0;
  }
  /*-------------------成果発表会ポスター・動画-------------------*/
  .second.achievement .poster ul {
    display: block;
  }
  .second.achievement .poster ul li {
    width: auto;
    margin: 10px auto;
    font-size: 14px;
  }
  .second.achievement .poster ul li h5 {
    font-size: 16px;
  }
  .second.achievement .video_box ul {
    display: block;
  }
  .second.achievement .video_box ul li {
    width: auto;
    margin: 0 auto 30px;
  }
}