@media only screen and (max-width: 767px) {
  .pnkzArea {
    padding: 0 0 30px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .pnkzArea {
    padding: 0 0 10px 0;
  }
  .pnkzArea .commonWidth {
    width: auto;
  }
}
.secMainArea {
  position: relative;
}
.secMainArea .textCol .title {
  font-family: "Shippori Mincho B1", serif;
}
.secMainArea .textCol .interviewInfo {
  color: #707070;
}
.secMainArea .textCol .categoryRow {
  display: flex;
  flex-wrap: wrap;
}
.secMainArea .textCol .categoryRow .cat {
  padding-left: 14px;
  background: url(../../shared/images/icon_circle_gray.svg) left center no-repeat;
  background-size: 6px;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .secMainArea {
    padding: 0 0 40px 0;
  }
  .secMainArea .textCol {
    padding: 0 0 40px 0;
  }
  .secMainArea .textCol .title {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 10px 0 10px 0;
  }
  .secMainArea .textCol .interviewInfo {
    font-size: 13px;
  }
  .secMainArea .textCol .categoryRow {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 4px;
  }
  .secMainArea .textCol .categoryRow .cat {
    font-size: 12px;
  }
  .secMainArea .contentCol .topImg {
    padding: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secMainArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 160px 0;
  }
  .secMainArea .textCol {
    width: min(23%, 260px);
  }
  .secMainArea .textCol .title {
    font-size: clamp(14px, 1.67vw, 20px);
    padding: 48px 0 48px 0;
  }
  .secMainArea .textCol .interviewInfo {
    padding: 0px 0 14px 0;
    font-size: 13px;
  }
  .secMainArea .textCol .categoryRow {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 4px;
  }
  .secMainArea .textCol .categoryRow .cat {
    font-size: 12px;
  }
  .secMainArea .contentCol {
    width: min(75%, 890px);
  }
  .secMainArea .contentCol .topImg {
    padding: 0 0 88px 0;
  }
}/*# sourceMappingURL=style.css.map */