@media print, screen and (min-width: 768px) {
  .commonTitleArea {
    text-align: center;
  }
}
.secBlog .secBlogIn {
  margin: 0 auto;
}
.secBlog .secBlogIn .tabArea {
  display: flex;
  justify-content: space-between;
}
.secBlog .secBlogIn .tabArea .tab {
  width: 50%;
  background: #E4E1E1;
  border-bottom: solid 1px #CACACA;
  text-align: center;
}
.secBlog .secBlogIn .tabArea .tab.selected {
  background: #ffffff;
  border-top: solid 1px #CACACA;
  border-bottom: none;
  pointer-events: none;
}
.secBlog .secBlogIn .tabArea .tab:first-of-type {
  border-right: solid 1px #CACACA;
}
.secBlog .secBlogIn .listArea .listItem {
  border-bottom: solid 1px #CACACA;
}
.secBlog .secBlogIn .listArea .listItem:first-of-type {
  border-top: solid 1px #CACACA;
}
.secBlog .secBlogIn .listArea .listItem .itemIn {
  display: block;
}
.secBlog .secBlogIn .listArea .listItem .itemIn .dateCol {
  color: #8E8E8E;
}
.secBlog .secBlogIn .listArea .listItem .itemIn .titleCol {
  font-family: "Shippori Mincho B1", serif;
}
.secBlog .secBlogIn .listArea .listItem .itemIn .categoryCol {
  color: #707070;
}

@media only screen and (max-width: 767px) {
  .secBlog .secBlogIn {
    width: min(88vw, 400px);
  }
  .secBlog .secBlogIn .tabArea {
    margin: 14px 0 84px 0;
  }
  .secBlog .secBlogIn .tabArea .tab {
    padding: 12px;
    font-size: 13px;
  }
  .secBlog .secBlogIn .listArea {
    padding: 0 0 56px 0;
  }
  .secBlog .secBlogIn .listArea .listItem .itemIn {
    padding: 20px 0 20px 0;
  }
  .secBlog .secBlogIn .listArea .listItem .itemIn .dateCol {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .secBlog .secBlogIn .listArea .listItem .itemIn .titleCol {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-bottom: 10px;
  }
  .secBlog .secBlogIn .listArea .listItem .itemIn .categoryCol {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secBlog .secBlogIn {
    width: min(90%, 890px);
  }
  .secBlog .secBlogIn .tabArea {
    margin: 76px 0 84px 0;
  }
  .secBlog .secBlogIn .tabArea .tab {
    padding: 12px;
    font-size: 13px;
  }
  .secBlog .secBlogIn .listArea {
    padding: 0 0 98px 0;
  }
  .secBlog .secBlogIn .listArea .listItem .itemIn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 24px 2.72%;
  }
  .secBlog .secBlogIn .listArea .listItem .itemIn .dateCol {
    width: clamp(80px, 18%, 154px);
    font-size: 12px;
  }
  .secBlog .secBlogIn .listArea .listItem .itemIn .titleCol {
    width: calc(100% - clamp(80px, 18%, 154px) - 128px);
    padding-right: 12px;
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secBlog .secBlogIn .listArea .listItem .itemIn .categoryCol {
    width: 128px;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */