.seo-posts {
  padding: 0 !important;
}
.seo-posts #mainvisual {
  width: 100%;
  height: 300px;
}
.seo-posts #mainvisual img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .seo-posts .cat_box {
    flex-direction: column;
  }
}
.seo-posts .cat_box li {
  width: calc((100% - 45px) / 4) !important;
  transition: all 0.6s;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .seo-posts .cat_box li {
    width: 100% !important;
  }
}
.seo-posts .cat_box li a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  font-size: 16px;
  text-align: center;
}
.seo-posts .cat_box li a:hover {
  opacity: 0.5;
}
.seo-posts .cat_box .all {
  background: gray;
}
.seo-posts .cat_box .business {
  background: #084C61;
}
.seo-posts .cat_box .it-security {
  background: #222;
}
.seo-posts .cat_box .industry-trends {
  background: #A57A49;
}
.seo-posts.archive {
  padding: 0 !important;
}
.seo-posts.archive .ttlBox {
  margin-bottom: 4% !important;
}
.seo-posts.archive #sec_01:first-of-type {
  margin-bottom: 4% !important;
}
.seo-posts.archive .pageTtl_sub span.business {
  border-color: #084C61;
}
.seo-posts.archive .pageTtl_sub span.it-security {
  border-color: #222;
}
.seo-posts.archive .pageTtl_sub span.industry-trends {
  border-color: #A57A49;
}
.seo-posts.archive .workBox {
  background: #fff;
  width: 100% !important;
  padding-right: 20%;
}
@media screen and (max-width: 767px) {
  .seo-posts.archive .workBox {
    padding-right: 0;
  }
}
.seo-posts.archive .workBox ul {
  width: 100%;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.seo-posts.archive .workBox ul li {
  width: calc((100% - 30px) / 3);
  float: none;
}
@media screen and (max-width: 767px) {
  .seo-posts.archive .workBox ul li {
    width: 100%;
  }
}
.seo-posts.archive .workBox ul li a {
  display: block;
}
.seo-posts.archive .workBox .imgBox {
  aspect-ratio: 400/300;
  position: static !important;
  height: 100% !important;
  width: 100% !important;
}
.seo-posts.archive .workBox .txtBox {
  padding: 18px !important;
  width: 100% !important;
}
.seo-posts.archive .workBox .txtBox span.all {
  background: gray;
}
.seo-posts.archive .workBox .txtBox span.business {
  background: #084C61;
}
.seo-posts.archive .workBox .txtBox span.it-security {
  background: #222;
}
.seo-posts.archive .workBox .txtBox span.industry-trends {
  background: #A57A49;
}
.seo-posts.archive .workBox .date {
  color: #000;
}
.seo-posts.archive .workBox .ttl {
  margin-top: 8px;
  display: block;
  font-size: 14px;
}
.seo-posts.archive .workBox .imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.seo-posts.single .columnImgBox {
  width: 100%;
  aspect-ratio: 16/7;
}
.seo-posts.single .columnImgBox img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 767px) {
  .seo-posts.single .ttlBox {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .seo-posts.single .ttlBox .pageTtl_sub {
    width: 95%;
    margin: 0 auto;
  }
}
.seo-posts.single .ttlBox .pageTtl_sub_single {
  font-size: 0.68em;
  padding: 0 2rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .seo-posts.single .ttlBox .pageTtl_sub_single {
    padding: 0;
  }
}
.seo-posts.single .ttl_box .date {
  font-size: 16px !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .seo-posts.single .text_box {
    padding: 0;
  }
}
.seo-posts.single h2 {
  font-size: 22px;
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 25px;
  border-bottom: #a57a44 3px solid;
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .seo-posts.single h2 {
    font-size: 20px;
  }
}
.seo-posts.single h2::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -4px 10px 0 -2px;
  border-top: 2px solid #a57a44 !important;
  border-right: 2px solid #a57a44 !important;
}
.seo-posts.single h3 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .seo-posts.single h3 {
    font-size: 18px;
    padding-left: 0;
  }
}
.seo-posts.single h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #a57a44;
  display: block;
}
.seo-posts.single p:not(.pageTtl) {
  padding: 0 15px 0 25px;
  text-align: justify;
}
@media (max-width: 767px) {
  .seo-posts.single p:not(.pageTtl) {
    padding: 0 10px;
  }
}
.seo-posts.single p:not(.pageTtl):first-of-type {
  padding: 45px 0;
  font-size: 1.05em;
}
@media (max-width: 767px) {
  .seo-posts.single p:not(.pageTtl):first-of-type {
    padding: 25px 0 35px 0;
  }
}

.wp-pagenavi-container {
  padding-right: 20%;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi-container {
    padding-right: 0;
  }
}
.wp-pagenavi-container .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi-container .wp-pagenavi span, .wp-pagenavi-container .wp-pagenavi a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=column.css.map */