@media screen and (min-width: 768px) {
  .fs-l-main {
    max-width: 1000px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .column_box {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}
.column_box h2 {
  font-weight: 700;
  position: relative;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .column_box h2 {
    font-size: 1.25rem;
  }
}
.column_box h2::before {
  content: "";
  background: #ee2e3e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  z-index: 0;
  position: absolute;
  transform: translateY(-50%);
}
.column_box a {
  padding-left: 35px;
}

.column_post {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .column_post {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}
.column_post h2 {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 3%;
}
.column_post h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: #000000;
  width: 100%;
  border: none;
}
.column_post h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}

.jump {
  font-size: 0.8125rem;
}
.jump a {
  font-weight: 700;
  display: block;
}

.columnsize {
  width: 100%;
  border: 1px solid #2e2e2e;
  border-collapse: collapse;
  text-align: center;
}
.columnsize td {
  border: 1px solid #2e2e2e;
  padding-right: 2px;
  vertical-align: middle;
}