@media only screen and (max-width: 767px) {
  .secMainColumnWrap {
    padding-bottom: 50px;
  }
  .secMainColumnWrap .anchorBox {
    padding-bottom: 50px;
  }
  .secMainColumnWrap .anchorBox:last-of-type {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secMainColumnWrap {
    padding-bottom: 230px;
  }
  .secMainColumnWrap .anchorBox {
    padding-bottom: 140px;
  }
  .secMainColumnWrap .anchorBox:last-of-type {
    padding-bottom: 0;
  }
}
.secPerformance .titleRow {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.secPerformance .titleRow .mainTitle {
  font-family: "Shippori Mincho B1", serif;
}
.secPerformance .captionRow .capCol {
  color: #707070;
  letter-spacing: 0.1em;
}
.secPerformance .captionRow .linkCol .link {
  color: #8E8E8E;
  background: url(../../shared/images/arrow_right_gray.svg) right center no-repeat;
  background-size: 5px 9px;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .secPerformance .titleRow {
    -moz-column-gap: min(8.8vw, 30px);
         column-gap: min(8.8vw, 30px);
    padding: 0 0 20px 0;
  }
  .secPerformance .titleRow .mainTitle {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secPerformance .titleRow .subTitle {
    font-size: 13px;
  }
  .secPerformance .captionRow {
    padding: 0 0 30px 0;
  }
  .secPerformance .captionRow .capCol {
    font-size: 13px;
    padding: 0 0 20px 0;
  }
  .secPerformance .captionRow .linkCol .link {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .secPerformance .titleRow {
    -moz-column-gap: 34px;
         column-gap: 34px;
    padding: 0 0 40px 0;
  }
  .secPerformance .titleRow .mainTitle {
    font-size: clamp(14px, 1.67vw, 20px);
  }
  .secPerformance .titleRow .subTitle {
    font-size: 13px;
  }
  .secPerformance .captionRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 50px 0;
  }
  .secPerformance .captionRow .capCol {
    width: min(100% - 120px, 740px);
    font-size: 13px;
  }
  .secPerformance .captionRow .linkCol {
    width: 100px;
  }
  .secPerformance .captionRow .linkCol .link {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */