main {
  margin-top: 120px;
}
@media all and (min-width: 751px) {
  main {
    margin-top: 200px;
  }
}

.column_list ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media all and (min-width: 751px) {
  .column_list ul {
    gap: 40px 20px;
  }
}
.column_list li {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(50% - 15px);
}
@media all and (min-width: 751px) {
  .column_list li {
    width: calc(50% - 10px);
  }
}
.column_list li:not(:last-child) {
  margin-bottom: 0;
}
.column_list li a {
  display: block;
  text-decoration: none;
}
.column_list li a .column_img {
  overflow: hidden;
}
.column_list li a .column_img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column_list li a .column_title {
  font-size: 13px;
  font-weight: bold;
  color: #1D2120;
  line-height: 1.8;
  margin: 0 0 12px 0;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#1D2120), to(#1D2120));
  background-image: linear-gradient(to right, #1D2120, #1D2120);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
  display: inline;
}
@media all and (min-width: 751px) {
  .column_list li a .column_title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.column_list li a:hover .column_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.column_list li a:hover .column_title {
  background-size: 100% 1px;
}

.column_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 15px 0 10px;
}

.column_category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F2FAFB;
  color: #18ACC7;
  border: 1px solid #CDE9EF;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 14px;
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column_category a {
  color: #18ACC7;
}
@media all and (min-width: 751px) {
  .column_category {
    font-size: 14px;
    padding: 6px 18px;
  }
}
.column_category:hover {
  background: #18ACC7;
  color: #F2FAFB;
}

.no-posts {
  text-align: center;
  color: #666;
  font-size: 16px;
  padding: 60px 20px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 40px 0 80px;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a.page, .wp-pagenavi span.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 15px;
  font-weight: 700;
  color: #748996;
  background: #fff;
  border: 1px solid #305A6B;
  border-radius: 16px;
  -webkit-box-shadow: 4px 4px 0 #305A6B;
          box-shadow: 4px 4px 0 #305A6B;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
}
.wp-pagenavi span.current {
  background: #E0F6FA;
  color: #305A6B;
}
.wp-pagenavi a.page:hover {
  -webkit-box-shadow: 0px 0px 0 #305A6B;
          box-shadow: 0px 0px 0 #305A6B;
  top: 4px;
  left: 4px;
}
.wp-pagenavi a.next, .wp-pagenavi a.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  color: #305A6B;
  background: #fff;
  border: 1px solid #305A6B;
  border-radius: 16px;
  -webkit-box-shadow: 4px 4px 0 #305A6B;
          box-shadow: 4px 4px 0 #305A6B;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
  left: 0;
}
.wp-pagenavi a.next:hover, .wp-pagenavi a.prev:hover {
  -webkit-box-shadow: 0px 0px 0 #305A6B;
          box-shadow: 0px 0px 0 #305A6B;
  top: 4px;
  left: 4px;
}

.single_column .single_ttl {
  font-size: 16px;
  text-align: left;
}
@media all and (min-width: 751px) {
  .single_column .single_ttl {
    font-size: 18px;
  }
}
.single_column .column_single__content p:not(:last-child) {
  margin-bottom: 20px;
}
.single_column .column_link {
  margin: 50px 0 50px;
}
@media all and (min-width: 751px) {
  .single_column .column_link {
    margin: 100px 0 50px;
  }
}
.single_column .column_single__thumb {
  margin: 30px 0;
}
@media all and (min-width: 751px) {
  .single_column .column_single__thumb {
    margin: 30px 0;
  }
}

.taxonomy .column_link {
  margin: 50px 0 50px;
}
@media all and (min-width: 751px) {
  .taxonomy .column_link {
    margin: 100px 0 50px;
  }
}
/*# sourceMappingURL=column.css.map */