/* case-summary
-----------------------*/
.case-summary {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .case-summary {
    margin-bottom: 16vw;
  }
}
.case-summary .section-list {
  width: 646px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .case-summary .section-list {
    width: 100%;
  }
}
.case-summary .section-list li {
  margin: 10px 0;
  text-align: center;
}

/* base
-----------------------*/
.section-inner {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding: 0 2.6666666667vw;
  }
}
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  margin-bottom: 40px;
  color: #4474c9;
  font-size: 2.6rem;
  border-top: 2px solid #4474c9;
  border-bottom: 2px solid #4474c9;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 4vw 0;
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
#case-summary-company .section-title {
  color: #ff9933;
  border-top: 2px solid #ff9933;
  border-bottom: 2px solid #ff9933;
}

.section-title small {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .section-title small {
    font-size: 3.7333333333vw;
  }
}
.section-title:before {
  display: none;
  margin-bottom: 10px;
  content: attr(data-title_en);
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .section-title:before {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
/*# sourceMappingURL=case.css.map */
