.p-maintitle {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 4vw 5.3333333333vw;
  padding: 4vw 4vw;
  min-height: 21.2vw;
  box-sizing: border-box;
  border: 0.2666666667vw solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  line-height: 1.3181818182;
  font-size: 2.2rem;
  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 6vw 13.3333333333vw;
  text-align: justify;
  font-size: 1.4rem;
  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-maintitle::before {
  width: 30.1333333333vw;
  height: 6.1333333333vw;
  background-image: url(../../img/sp/report_maintitle_bg.png);
  background-size: 30.1333333333vw auto;
}

.p-report {
  margin: 0 6vw 20vw;
}
.p-report__list {
  border-top: 0.2666666667vw solid rgba(250, 250, 250, 0.3);
}
.p-report__item {
  padding: 10.6666666667vw 0 9.1333333333vw;
  border-bottom: 0.2666666667vw solid rgba(250, 250, 250, 0.3);
}
.p-report__title {
  margin-bottom: 5.3333333333vw;
}
.p-report__title__vol {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5333333333vw;
  padding: 2.4vw 3.3333333333vw;
  background: rgba(69, 123, 195, 0.4);
  font-family: din-2014, sans-serif;
  font-size: 1.25rem;
  color: rgba(250, 250, 250, 0.8);
  box-sizing: border-box;
}
.p-report__title__vol .emphasis {
  line-height: 1;
  display: block;
  font-size: 4.5rem;
  font-weight: 300;
}
.p-report__title__vol .emphasis::before, .p-report__title__vol .emphasis::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
}
.p-report__title__vol .emphasis::before {
  margin-bottom: calc(-0.1375em + 0);
}
.p-report__title__vol .emphasis::after {
  margin-top: calc(-0.1375em + -1px);
}
.p-report__title__date {
  padding: 2vw 3.3333333333vw;
  background: rgba(132, 168, 215, 0.4);
  text-align: right;
  font-family: din-2014, sans-serif;
  font-size: 1.3rem;
  color: #000;
  box-sizing: border-box;
}
.p-report__pics {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4vw;
}
.p-report__pic {
  width: calc(50% - ((4 / 750 * 100vw) / 2));
}
.p-report__pic + .p-report__pic {
  margin-left: 0.5333333333vw;
}
.p-report__text {
  text-align: justify;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  color: #9fa0a0;
}
.p-report__doctors {
  margin-top: 8.6666666667vw;
}
.p-report__doctors__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.8vw;
  font-size: 1.3rem;
  color: #fff;
}
.p-report__doctors__title::before {
  content: '';
  display: block;
  border-top: 1.2vw solid transparent;
  border-bottom: 1.2vw solid transparent;
  border-left: 2vw solid #457bc3;
}
.p-report__doctors__title::before {
  margin-right: 0.8vw;
}
.p-report__doctors__contents {
  padding-left: 2.8vw;
}
.p-report__load-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5.3333333333vw;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #457bc3;
}
.p-report__load-more::after {
  content: '';
  display: block;
  margin-left: 0.6666666667vw;
  width: 0;
  border-top: 2.4vw solid #457bc3;
  border-right: 1.3333333333vw solid transparent;
  border-left: 1.3333333333vw solid transparent;
}

.p-doctor__item {
  line-height: 1.8846153846;
  font-size: 1.3rem;
  color: #9fa0a0;
}
.p-doctor__item a {
  text-decoration: underline;
  color: #a0bcdf;
}

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