@charset "UTF-8";
.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  height: 95px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 15px 40px;
  text-align: justify;
  font-size: 1.4em;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-logo {
  padding: 30px 0 40px;
}

.p-maintitle::before {
  width: 145px;
  height: 30px;
  background-image: url(../../img/pc/report_maintitle_bg.png);
}

.p-lead {
  margin-bottom: 80px;
}

.p-report__list {
  border-top: 1px solid rgba(250, 250, 250, 0.3);
}

.p-report__item {
  padding: 35px 0 31px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.p-report__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-report__title {
  margin-right: 30px;
}

.p-report__title__vol {
  margin-bottom: 2px;
  padding: 15px;
  width: 138px;
  height: 122px;
  background: rgba(69, 123, 195, 0.4);
  font-family: din-2014, sans-serif;
  font-size: 1.4em;
  color: rgba(250, 250, 250, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-report__title__vol .emphasis {
  display: block;
  font-size: 4em;
  font-weight: 300;
}

.p-report__title__date {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 8px;
  width: 138px;
  background: rgba(132, 168, 215, 0.4);
  font-family: din-2014, sans-serif;
  font-size: 1.4em;
  color: #000;
}

.p-report__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.p-report__pic + .p-report__pic {
  margin-left: 3px;
}

.p-report__text {
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #9fa0a0;
}

.p-report__doctors {
  margin-top: 26px;
}

.p-report__doctors__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4.5px;
  font-size: 1.4em;
  color: #fff;
}

.p-report__doctors__title::before {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #457bc3;
}

.p-report__doctors__title::before {
  margin-right: 6px;
}

.p-report__doctors__contents {
  padding-left: 13px;
}

.p-report__load-more {
  margin-top: 15px;
  cursor: pointer;
  text-align: right;
  font-size: 1.2em;
  color: #a0bcdf;
}

.p-report__load-more::after {
  content: "▼";
  margin-left: 5px;
}

.p-doctor__item {
  line-height: 1.6428571429;
  font-size: 1.4em;
  color: #9fa0a0;
}

.p-doctor__item a {
  text-decoration: underline;
  color: #a0bcdf;
}


/*# sourceMappingURL=report.css.map */
