@charset "UTF-8";
.sp_br {
  display: none;
}

.column h1 {
  font-size: 3.2rem;
  margin-bottom: 3vh;
}
.column h2 {
  border-left: 4px solid #0288cf;
  margin-top: 4vh;
  margin-bottom: 1vh;
  padding-left: 0.5em;
}
.column h3 {
  border-bottom: 4px solid #0288cf;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4vh;
  margin-bottom: 1vh;
}
.column h4 {
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3vh;
  margin-bottom: 1vh;
  background-color: #0288cf;
  color: #fff;
}
.column p {
  margin-bottom: 2vh;
  line-height: 1.8;
}
.column_thumb {
  margin-bottom: 3vh;
  max-width: 640px;
}
.column_thumb img {
  height: auto;
}
.column ul {
  margin: 2vh 0;
}
.column ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 1.8;
}
.column ul li::before {
  content: "・";
  font-weight: bold;
  padding-right: 4px;
}
.column ol {
  margin: 2vh 0;
  counter-reset: number 0;
}
.column ol li {
  text-indent: -1.6em;
  padding-left: 1.6em;
  line-height: 1.8;
}
.column ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  padding-right: 10px;
  font-weight: bold;
}
.column a {
  display: inline-block;
  text-decoration: underline;
  color: #0250cf;
}
.column a.contact {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  margin-top: 3vh;
  color: #333;
}
.column table {
  border-collapse: collapse;
  margin-bottom: 1vh;
  width: 100%;
}
.column table th {
  border: 1px solid;
  padding: 4px;
  background-color: #ebf8ff;
}
.column table td {
  border: 1px solid;
  padding: 4px;
  background-color: #fff;
  text-align: center;
}

.el_rectangle {
  position: relative;
  overflow: hidden;
}
.el_rectangle::before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.el_rectangle img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.col2 article {
  width: calc(50% - 10px);
  margin-bottom: 3vh;
}
.col2 h2 {
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.category {
  margin-top: 1vh;
}
.category a {
  display: inline-block;
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 10px;
  color: #0288cf;
  border: 2px solid #0288cf;
  margin-bottom: 4px;
  text-decoration: none;
}
.category a.active {
  background-color: #0288cf;
  color: #fff;
}
.category span {
  display: inline-block;
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 10px;
  color: #0288cf;
  border: 2px solid #0288cf;
  margin-bottom: 4px;
  font-size: 14px;
}

.is_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bl_column {
  margin-bottom: 3vh;
}
.bl_column .el_rectangle {
  width: 300px;
}
.bl_column .bl_txt {
  width: calc(100% - 320px);
}

.category_list {
  margin-bottom: 3vh;
  padding: 10px;
  border: 2px solid;
}
.category_list p {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .bl_column a:hover .el_rectangle img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .panNavi ul {
    flex-wrap: wrap;
  }

  .col2 h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .bl_column {
    margin-bottom: 6vh;
  }
  .bl_column .is_flex {
    flex-direction: column;
  }
  .bl_column .el_rectangle {
    width: 100%;
  }
  .bl_column .bl_txt {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .sp_br {
    display: block;
  }

  .column h1 {
    font-size: 2.4rem;
  }
  .column img {
    width: 100%;
    height: auto;
  }

  .col2 article {
    width: 100%;
    margin-bottom: 6vh;
  }

  .category a {
    font-size: 12px;
  }
  .category span {
    font-size: 12px;
  }
}

/*# sourceMappingURL=column.css.map */