@charset "UTF-8";
/* ▼▼▼ 特集ページ
======================================================*/
.info_sec {
  padding-bottom: 50px;
}
.info_sec:not(:last-child) {
  margin-bottom: 35px;
  border-bottom: 1px solid #E8E8E8;
}
.info_sec_inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.info_top_date {
  color: var(--txt-gray);
  font-size: 13px;
}
.info_top_title {
  font-size: 18px;
}
.info_top_cat {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 5px;
  background: #E8E8E8;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}
.info_top_img {
  margin: 15px auto;
}
.info_top_img_slide {
  margin-bottom: 60px !important;
}
.info_top_place {
  display: inline-block;
  padding: 5px 10px;
  background: var(--txt-gray);
  color: #FFF;
  font-size: 11px;
  line-height: 1;
}
.info_top_limit {
  margin-top: 10px;
  color: var(--txt-gray);
  font-size: 12px;
}
.info_detail_wrap {
  margin-top: 30px;
}
.info_detail_wrap .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 10px 20px;
}
.info_detail_wrap .btn_wrap_btm {
  text-align: center;
}
.info_detail_more {
  --color:#3C6EA7;
  display: inline-block;
  margin-top: 10px;
  padding-right: 1em;
  color: var(--color) !important;
  text-decoration: underline !important;
  position: relative;
}
.info_detail_more::after {
  content: "";
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid var(--color);
  border-right: 1px solid var(--color);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}