.u-flex-wrap {
  flex-wrap: wrap;
}

.p-case__content__v2 .p-case__item {
  padding: 30px 15px !important;
}

.p-case__content__v2 .p-case__item:nth-of-type(3) {
  border-bottom: 1px dashed #666;
}

.p-case__content__v2 .p-case__item:first-of-type,
.p-case__content__v2 .p-case__item:nth-of-type(2) {
  border-bottom: 1px dashed #666;
}

@media screen and (min-width: 768px) {
  .p-case__content__v2 .p-case__item:nth-of-type(3) {
    border-right: 1px dashed #666;
    border-bottom: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
.l-header__list li a, .p-common__h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;

}
.l-header__list li a{
  font-size: 15px;
  font-size: 1.5rem;
}
.p-common__h2 {
  font-size: 30px;
  font-size: 3rem;
}
@media  screen and (max-width: 767px){
  .p-common__h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}