@charset "UTF-8";
/* ==================================================

 変数

================================================== */
@media screen and (max-width: 1023px) {
  :root {
    --fs_ss: 1.2rem;
    --fs_sm: 1.2rem;
    --fs_md: 1.4rem;
    --fs_lg: 1.6rem;
    --fs_xl: 1.8rem;
    --fs_xxl: 2.0rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --fs_ss: 1.2rem;
    --fs_sm: 1.4rem;
    --fs_md: 1.6rem;
    --fs_lg: 1.8rem;
    --fs_xl: 2.0rem;
    --fs_xxl: 2.2rem;
  }
}
/* ==================================================

 ニュースTOP

================================================== */
@media screen and (min-width: 1024px) {
  .news_wrap .article_top_wrap {
    background-image: url("../img/news/top_news_l.png");
  }
}
@media screen and (max-width: 1023px) {
  .news_wrap .article_top_wrap {
    background-image: url("../img/news/top_news_m.png");
  }
}
@media screen and (min-width: 1024px) {
  .news_wrap .news_nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .news_wrap .news_nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .news_nav {
    margin-bottom: 20px;
  }
}
.news_wrap .news_nav li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .news_wrap .news_nav li {
    width: 50%;
  }
  .news_wrap .news_nav li:nth-child(n+3) {
    border-top: none;
  }
}
.news_wrap .news_nav li a {
  display: block;
  padding: 20px 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_wrap .news_nav li a {
    padding: 15px 0;
  }
}
.news_wrap .news_nav li a:hover, .news_wrap .news_nav li a.open {
  color: #fff;
  background-color: #c7000b;
}
.news_wrap .conts_basis {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .news_wrap .conts_basis {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .news_wrap .conts_basis {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .conts_basis {
    padding: 0 10px 40px;
  }
}
.news_wrap .conts_basis .news_list li {
  border-bottom: 1px #ccdee5 dashed;
}
.news_wrap .conts_basis .news_list li:first-child a {
  padding-top: 0;
}
.news_wrap .conts_basis .news_list li a {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .news_wrap .conts_basis .news_list li a {
    padding: 20px 0;
  }
}
.news_wrap .conts_basis .news_list li a .item_bundle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_wrap .conts_basis .news_list li a span {
  font-size: var(--fs_md);
  transition: all 0.3s;
}
.news_wrap .conts_basis .news_list li a .item_date {
  width: 9em;
}
.news_wrap .conts_basis .news_list li a .item_cate {
  width: 8em;
  margin: 0 1em;
  padding: 5px;
  text-align: center;
  letter-spacing: 0;
  color: #c7000b;
  border: 1px #c7000b solid;
}
.news_wrap .conts_basis .news_list li a .item_title {
  width: calc(100% - 19em);
}
@media screen and (max-width: 767px) {
  .news_wrap .conts_basis .news_list li a .item_title {
    margin-top: 10px;
    width: 100%;
  }
}
.news_wrap .conts_basis .news_list li a .item_title span {
  position: relative;
}
.news_wrap .conts_basis .news_list li a .item_title span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c7000b;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.news_wrap .conts_basis .news_list li a:hover .item_date, .news_wrap .conts_basis .news_list li a:hover .item_title {
  color: #c7000b;
}
.news_wrap .conts_basis .news_list li a:hover .item_cate {
  color: #fff;
  background-color: #c7000b;
}
.news_wrap .conts_basis .news_list li a:hover .item_title span::after {
  transform: scale(1, 1);
}
.news_wrap .conts_basis .pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .news_wrap .conts_basis .pager {
    margin-top: 15px;
  }
}
.news_wrap .conts_basis .pager .page_item {
  display: block;
  margin: 5px;
  width: 35px;
  height: 35px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  color: #c7000b;
  background-color: #fff;
  border: 1px #c7000b solid;
  transition: all 0.3s;
}
.news_wrap .conts_basis .pager .page_item.current, .news_wrap .conts_basis .pager .page_item:hover {
  color: #fff;
  background-color: #c7000b;
}

/* ==================================================

 news.php ※ニュース詳細

================================================== */
.news_detail_wrap .headline {
  padding: 0 20px 20px;
}
@media screen and (min-width: 1024px) {
  .news_detail_wrap .headline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .news_detail_wrap .headline {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .headline {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .news_detail_wrap .headline {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .headline {
    margin-top: 20px;
    padding: 0 10px 20px;
  }
}
.news_detail_wrap .headline .item_cate {
  padding: 5px 10px;
  color: #fff;
  background-color: #c7000b;
}
.news_detail_wrap .headline .item_title {
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .news_detail_wrap .headline .item_title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .headline .item_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .news_detail_wrap .headline .item_title {
    font-size: 1.8rem;
  }
}
.news_detail_wrap .conts_basis .article_detail {
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .news_detail_wrap .conts_basis .article_detail {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .news_detail_wrap .conts_basis .article_detail {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .conts_basis .article_detail {
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .news_detail_wrap .conts_basis .article_detail {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .conts_basis .article_detail {
    padding-bottom: 20px;
  }
}
.news_detail_wrap .conts_basis .article_detail .top_img {
  display: block;
  margin: 0 auto 20px;
  max-width: 1040px;
}
.news_detail_wrap .conts_basis .article_detail .top_img img {
  max-width: 100%;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box {
  /* ===== 見出し ===== */
  /* ===== 画像 ===== */
  /* ===== リンク ===== */
  /* ===== 横並び ===== */
  /* ===== 引用 ===== */
  /* ===== youtube ===== */
  /* ===== twitter / instagram ===== */
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box h2 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 5px 2rem;
  font-weight: bold;
  border-bottom: 1px #c7000b solid;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .conts_basis .article_detail .detail_txt_box h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  .news_detail_wrap .conts_basis .article_detail .detail_txt_box h2 {
    font-size: 1.6rem;
  }
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box h2::before {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/symbol_icon.svg);
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .middle_head {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 5px 1em;
  font-size: var(--fs_xl);
  font-weight: bold;
  border-bottom: 4px #ccdee5 double;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .middle_head::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 3px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ccdee5;
  transform: rotate(45deg);
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box img {
  display: block;
  margin: 20px auto;
  width: 100%;
  height: auto;
  max-width: 800px;
  border: 1px #ccdee5 solid;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .img_box, .news_detail_wrap .conts_basis .article_detail .detail_txt_box .img_link {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .img_link {
  display: block;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .img_box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .img_box img {
  margin-bottom: 10px;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box a {
  font-weight: bold;
  text-decoration: underline;
  color: #c7000b;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box a:hover {
  opacity: 0.8;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_auto, .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_auto,
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_fix, .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_fix {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  /*@include r.mq_max(sm){ margin: auto 10px; }*/
  justify-content: space-between;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_auto .child_box, .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_auto .child_box,
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_fix .child_box, .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_fix .child_box {
  margin-bottom: 2%;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_auto img, .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_auto img,
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_fix img, .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_fix img {
  margin-top: auto;
  margin-bottom: auto;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_auto .child_box {
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_auto .child_box {
    width: 49%;
  }
}
@media screen and (max-width: 479px) {
  .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_auto .child_box {
    width: 100%;
  }
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_auto .child_box {
  width: 49%;
}
@media screen and (max-width: 479px) {
  .news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_auto .child_box {
    width: 100%;
  }
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_3_fix .child_box {
  width: 32%;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .colm_2_fix .child_box {
  width: 49%;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  width: 100%;
  max-width: 800px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote {
    padding: 40px 10px;
  }
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote::before, .news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999;
}
@media screen and (min-width: 1024px) {
  .news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote::before, .news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote::after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote::before, .news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote::after {
    font-size: 1.6rem;
  }
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote::before {
  content: "";
  top: 10px;
  left: 10px;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote::after {
  content: "";
  bottom: 10px;
  right: 10px;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box blockquote cite {
  display: block;
  margin-top: 10px;
  color: #999;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .youtube_box {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .youtube_box .youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .youtube_box .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_detail_wrap .conts_basis .article_detail .detail_txt_box .twitter-tweet, .news_detail_wrap .conts_basis .article_detail .detail_txt_box .instagram-media {
  margin: 0 auto !important;
}
.news_detail_wrap .conts_basis .article_detail .outline_box, .news_detail_wrap .conts_basis .article_detail .relation_link_box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #ccdee5 dashed;
}
.news_detail_wrap .conts_basis .article_detail .outline_box h3, .news_detail_wrap .conts_basis .article_detail .relation_link_box h3 {
  margin-bottom: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .conts_basis .article_detail .outline_box h3, .news_detail_wrap .conts_basis .article_detail .relation_link_box h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  .news_detail_wrap .conts_basis .article_detail .outline_box h3, .news_detail_wrap .conts_basis .article_detail .relation_link_box h3 {
    font-size: 1.6rem;
  }
}
.news_detail_wrap .conts_basis .article_detail .outline_box span, .news_detail_wrap .conts_basis .article_detail .relation_link_box span {
  margin-top: 5px;
}
.news_detail_wrap .conts_basis .article_detail .outline_box .head_txt, .news_detail_wrap .conts_basis .article_detail .relation_link_box .head_txt {
  width: 4.5em;
}
.news_detail_wrap .conts_basis.btn_box {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .news_detail_wrap .conts_basis.btn_box {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .news_detail_wrap .conts_basis.btn_box {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .conts_basis.btn_box {
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .news_detail_wrap .conts_basis.btn_box {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news_detail_wrap .conts_basis.btn_box {
    padding-top: 20px;
  }
}