@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

section.column-desc img {
  width: calc(100% + 10px);
  margin-left: -10px;
}

@media screen and (max-width: 500px) {
  section.column-desc img {
    width: calc(112% + 8px);
  }
}

.column-refine .select1 {
  background-color: #b2b2b2;
}

.column-archive_thumb {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.column-archive_thumb .w-back1 span::before {
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .column-archive_thumb {
    height: 250px;
  }
}

@media screen and (max-width: 500px) {
  .column-archive_thumb {
    height: 200px;
  }
}

.column-archive_thumb::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 100%;
  background-color: rgba(0, 91, 172, 0.5);
  content: "";
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .column-archive_thumb::before {
    width: 44px;
  }
}

.column-archive_thumb::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .column-archive_thumb::after {
    width: 44px;
  }
}

.column-archive_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.column-archive_thumb .area-tag {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 3;
}

.column-archive_lists {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-archive_list {
  margin-bottom: 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 500px) {
  .column-archive_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.column-archive_list:last-child,
.column-archive_list:nth-last-child(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .column-archive_list:nth-last-child(2) {
    margin-bottom: 40px;
  }
}

.column-archive_list a {
  position: relative;
}

.column-archive_list a:hover .b-back1 span::before {
  opacity: 0;
}

.column-archive_list .column-slider_info:before,
.column-archive_list .column-slider_info:after {
  content: none;
}

.column-archive_list .column-slider_info dd,
.column-archive_list .column-slider_ttl {
  z-index: 3;
}

.column-ttl {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .column-ttl .w-50 {
    width: 100%;
    padding-right: 5%;
  }
}

.column-ttl .desc-txt {
  padding-left: 10px;
}

.column-ttl .desc-txt span {
  display: inline-block;
}

.column-ttl .datetime {
  margin-top: 30px;
  padding-left: 10px;
}

.column-ttl h2 {
  font-size: 2rem;
  margin: 30px 0;
}

.column-ttl h2 span {
  font-weight: bold;
}

.column-desc {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .column-desc .w-50 {
    width: 100%;
  }
}

.column-desc .desc-txt {
  padding-left: 10px;
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  .column-desc .desc-txt {
    padding-right: 10%;
  }
}

.column-desc img {
  max-height: 650px;
  width: auto;
  max-width: 100%;
  margin: 2% 0;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 768px) {
  .column-desc img {
    max-height: 500px;
  }
}

@media screen and (max-width: 500px) {
  .column-desc img {
    margin: 5% 0;
    max-height: 400px;
  }
}

.column-desc table {
  width: 100%;
  border: 1px solid #000;
  margin: 3% 0;
}

.column-desc table tr {
  border-bottom: 1px solid #000;
}

.column-desc table tr:last-child {
  border-bottom: none;
}

.column-desc table tr th {
  padding: 8px 10px;
}

@media screen and (max-width: 500px) {
  .column-desc table tr th {
    padding: 6px;
  }
}

.column-desc table tr td {
  padding: 8px 10px;
  border-left: 1px solid #000;
}

.column-desc table tr td:first-child {
  border-left: none;
}

@media screen and (max-width: 500px) {
  .column-desc table tr td {
    padding: 6px;
  }
}

.column-desc a {
  display: inline-block;
  word-break: break-all;
}

.column-desc a.column-desc_banner {
  display: block;
}

.column-title_lists {
  padding: 5% 0;
}

.column-title_list a {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
  padding-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.column-title_list a:hover {
  color: #065bab;
  border-color: #065bab;
}

.column-title_list a span {
  font-weight: bold;
}

.column-cat {
  font-weight: bold;
  margin-right: 10px;
}

.column-article {
  position: relative;
  z-index: 3;
}

.column-article .page-btns {
  padding: 5% 0;
}

@media screen and (max-width: 500px) {
  .column-article .page-btns {
    padding: 8% 0;
  }
}

.column-related {
  padding-top: 30px;
  position: relative;
}

.column-related .more-btn {
  position: absolute;
  margin-left: 50%;
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  .column-related .more-btn {
    width: 190px;
  }
}

@media screen and (max-width: 500px) {
  .column-related .more-btn {
    width: 160px;
    bottom: -70px;
  }
}

.column-section {
  background-color: #eee;
  padding: 3% 0;
  margin-bottom: 5%;
}

@media screen and (max-width: 1024px) {
  .column-section {
    padding: 5% 80px;
  }
}

@media screen and (max-width: 768px) {
  .column-section {
    padding: 5% 60px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  .column-section {
    padding: 30px 30px 40px;
    margin-bottom: 40px;
  }
}

.column-section:last-child {
  margin-bottom: 3%;
}

.column-section ol li {
  list-style: decimal;
  list-style-position: inside;
}

.column-section ul li {
  list-style: disc;
  list-style-position: inside;
}

.column-thumb {
  height: 600px;
}

@media screen and (max-width: 1024px) {
  .column-thumb {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .column-thumb {
    height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .column-thumb {
    height: 210px;
  }
}

.column-thumb img {
  height: 600px;
}

@media screen and (max-width: 1024px) {
  .column-thumb img {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .column-thumb img {
    height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .column-thumb img {
    height: 210px;
  }
}

.column_img img {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 768px) {
  .column_img img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .column_img img {
    height: 200px;
  }
}

.column-desc h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px 0;
}

@media screen and (max-width: 500px) {
  .column-desc h3 {
    padding: 20px 0;
  }
}

.column-banner a {
  position: relative;
  height: auto;
  display: block;
  width: 50%;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 500px) {
  .column-banner a {
    width: 100%;
  }
}

.column-banner a:hover {
  opacity: 0.7;
}

.column-banner a img {
  width: 100%;
}

.area-tag.add_link {
  width: auto;
  display: inline-block;
  padding: 15px 10px;
}
.p-columnNotes {
  margin: -4% auto 1%;
  width: 95%;
}
/*# sourceMappingURL=column.min.css.map */
