@charset "utf-8";
/* 臨床協力者からの報告 */
.Page #reportArticle .flexBox2 li p {
  text-align: left;
  padding: 0;
}
#pageTitle {
  padding: 0 20px;
}
#pageTitle h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageTitle h1 span {
  display: block;
  background: #97bbd3;
  color: #fff;
  font-size: 60%;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0 20px 0 0;
  border-radius: 20px;
}
.btn {
  font-size: 80%;
}
.btn a {
  display: block;
  white-space: nowrap;
  border: 1px solid #afafaf;
  background: #eeeeee;
  padding: 10px;
}
#S02 .contentsDetail {
  background: #fff;
}
#S02 .rightBox {
  justify-content: space-between !important;
}
#pageFLink {
  padding: 0 0 50px;
}
.firstText {padding: 0 0 20px;}
.firstText p {
  text-align: center;
  color: #265280;
}
/*----------------------------------------------------------- 812px */
@media screen and (max-width: 812px) {
  #pageTitle h1 {
    flex-flow: column;
  }
  #pageTitle h1 span {
    margin: 0 20px 20px;
  }
}
/*----------------------------------------------------------- 812px */
@media screen and (max-width: 480px) {
  .Page .reDetail li {
    width: 100%;
    padding: 10px 10px 15px;
  }
  .Page .reDetail .vkfs button[type=submit] {
    width: 270px;
    letter-spacing: 2px;
  }
  .Page h2 {
    text-align: center;
  }
  .reDetail h3 {
    flex-flow: column;
    padding-left: 0;
    text-indent: 0;
    margin: 10px 0;
  }
  .reDetail .detailBox .leftBox {
    width: auto;
    border-right: none;
  }
  .reDetail .detailBox .rightBox {
    width: auto;
    flex-flow: column;
    margin: 0 0 20px;
  }
  .reDetail h3 span {
    display: block;
    background: #97bbd3;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-radius: 20px;
    width: 85%;
    text-align: center;
  }
  .reDetail .detailBox .rightBox p {
    font-size: 80%;
    padding: 0 15px 20px;
  }
  .btn {
    width: 210px;
  }
}