@charset "UTF-8";
/* CSS Document */
/* ブログ用 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.text-center {
  text-align: center;
}
.mt-20{
  margin-top: 20px;
}
.tit02 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 35px;
}
.tit02[class*='icon_'] span {
  padding-left: 40px;
  position: relative;
}
.tit02[class*='icon_'] span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 32px;
}
.tit02.icon_pickup span:before {
  background: url(../images/icon_pickup.png) no-repeat center center;
  background-size: contain;
}
.tit02.icon_article span:before {
  background: url(../images/icon_article.png) no-repeat center center;
  background-size: contain;
}
.tit02.icon_relation span:before {
  background: url(../images/icon_relation.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .tit02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tit02[class*='icon_'] span {
    padding-left: 25px;
  }
  .tit02[class*='icon_'] span:before {
    width: 20px;
    height: 21px;
  }
}

.contents_inner.top {
  padding-top: 40px !important;
}
.contents_inner.top .text-header {
  margin-bottom: 3em;
}

.tit03 {
  border-bottom: solid 1px #F40009;
  color: #F40009;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 30px;
}

#pickup-contents {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #pickup-contents {
    margin-bottom: 35px;
  }
}

.box-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  justify-content: space-between;
   */
  /*
    a {
      &:hover {
        .pic {
          img {
            transform: scale(1.1);
          }
        }
      }
    }

   */
}
.box-pickup > * {
  border: solid 1px #DDDDDD;
  width: 31.96%;
  max-width: 342px;
}
.box-pickup > * + * {
  margin-left: 1.8%;
}
.box-pickup > * .pic {
  font-size: 0;
  overflow: hidden;
}
.box-pickup > * img {
  width: 100%;
  height: inherit;
  transition: transform 0.4s ease;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.box-pickup > * img.over {
  transform: scale(1.1);
  opacity: .7;
}
.box-pickup > * a {
  color: #444;
  display: block;
  text-decoration: none;
}
.box-pickup > * a:hover {
  opacity: .7;
}
.box-pickup > * .box_body {
  padding: 17px 20px 20px;
}
.box-pickup > * h3 {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .box-pickup {
    flex-direction: column;
  }
  .box-pickup > * {
    width: 100%;
    max-width: none;
  }
  .box-pickup > * + * {
    margin-top: 20px;
    margin-left: 0;
  }
  .box-pickup > * h3 {
    font-size: 15px;
  }
}

.box-new_articles .box_articles,
.box-new_articles .pagination-container {
  float: left;
  width: 68.22%;
  max-width: 730px;
}
.box-new_articles .box_articles .disabled,
.box-new_articles .pagination-container .disabled {
  display: none !important;
}
.box-new_articles .box_articles .pagination,
.box-new_articles .pagination-container .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0 !important;
  /*
  margin-top: 50px;
   */
}
.box-new_articles .box_articles .pagination .first,
.box-new_articles .box_articles .pagination .last,
.box-new_articles .pagination-container .pagination .first,
.box-new_articles .pagination-container .pagination .last {
  display: none;
}
.box-new_articles .box_articles .pagination > *,
.box-new_articles .pagination-container .pagination > * {
        /*
        &.navi-active {
          a {
            background: #F40009;
            color: #fff;
          }
        }

         */
}
.box-new_articles .box_articles .pagination > * + *,
.box-new_articles .pagination-container .pagination > * + * {
  margin-left: 5px;
}
.box-new_articles .box_articles .pagination > * a,
.box-new_articles .pagination-container .pagination > * a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F40009;
  width: 50px;
  height: 50px;
  border: solid 1px #F40009;
  text-decoration: none;
}
.box-new_articles .box_articles .pagination > *.current a,
.box-new_articles .pagination-container .pagination > *.current a {
  background: #F40009;
  color: #fff;
}
.box-new_articles .pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.box-new_articles .pagination-container > .prev,
.box-new_articles .pagination-container > .next {
  display: inline-block;
}
.box-new_articles .pagination-container > .prev button,
.box-new_articles .pagination-container > .next button {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F40009;
  width: 52px;
  height: 52px;
  border: solid 1px #F40009;
  text-decoration: none;
  margin: 0 5px;
}
.box-new_articles .box-new_side {
  float: right;
  width: 28.04%;
  max-width: 300px;
}
.box-new_articles .box-new_side a {
  color: #444;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.box-new_articles .box-new_side a:hover {
  background: rgba(244, 0, 9, 0.1);
}
.box-new_articles .box-new_side ul li {
  border-bottom: solid 1px #DDDDDD;
}
.box-new_articles .box-new_side ul li span {
  font-size: 14px;
  display: block;
  padding: 5px;
}
.box-new_articles .box_article {
  border: solid 1px #DDDDDD;
  padding: 20px;
  margin-bottom: 30px;
    /*
    + .box_article {
      margin-top: 30px;
    }

     */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  color: #444;
  text-decoration: none;
}
.box-new_articles .box_article img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.box-new_articles .box_article img.over {
  transform: scale(1.1);
  opacity: .7;
}
.box-new_articles .box_article .pic {
  font-size: 0;
  width: 44.46%;
  overflow: hidden;
}
.box-new_articles .box_article .box_body {
  width: 52%;
}
.box-new_articles .box_article .box_body h3 {
  font-size: 16px;
  font-weight: normal;
}
.box-new_articles .box_article a {
  color: #444;
  text-decoration: none;
}
.box-new_articles .box_article a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .box-new_articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .box-new_articles .box_articles,
  .box-new_articles .pagination-container,
  .box-new_articles .box-new_side {
    float: none;
    width: 100%;
    max-width: none;
  }
  .box-new_articles .box_articles {
    order: 1;
  }
  .box-new_articles .box_articles .box_body h3 {
    font-size: 14px;
  }
  .box-new_articles .pagination-container {
    order: 2;
      /*
      .pagination {
        margin-top: 15px;
      }

       */
  }
  .box-new_articles .box-new_side {
    order: 3;
    margin-top: 50px;
  }
  .box-new_articles .box_article {
    padding: 10px;
    margin-bottom: 15px;
      /*
      + .box_article {
        margin-top: 15px;
      }

       */
  }
}

.box_relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_relation .box_article {
  border: solid 1px #DDDDDD;
  padding: 20px;
  width: calc(48.59% - 42px);
  max-width: 520px;
  margin-bottom: 30px;
}
.box_relation .box_article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.box_relation .box_article > div .pic {
  font-size: 0;
  width: 44%;
  overflow: hidden;
}
.box_relation .box_article > div .pic img {
  width: 100%;
  height: inherit;
  transition: transform 0.4s ease;
}
.box_relation .box_article > div .pic img.over {
  transform: scale(1.1);
  opacity: .7;
}
.box_relation .box_article > div .box_body {
  width: 52%;
}
.box_relation .box_article > div .box_body h3 {
  font-size: 16px;
  font-weight: normal;
}
.box_relation .box_article a {
  color: #444;
  text-decoration: none;
}
.box_relation .box_article a:hover {
  opacity: .7;
}
.box_relation .box_category {
  flex: none;
  display: block !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box_relation {
    flex-direction: column;
  }
  .box_relation .box_article {
    padding: 10px;
    width: calc(100% - 20px);
    max-width: none;
    margin-bottom: 0;
  }
  .box_relation .box_article + .box_article {
    margin-top: 15px;
  }
  .box_relation > div .box_body h3 {
    font-size: 14px !important;
  }
}

.tag-category {
  background: #EDEDED;
  border-radius: 4px;
  color: #444;
  font-size: 12px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 7px;
  padding: 3px 8px;
}
.tag-list .tag-category {
  background: #fff;
  border: solid 1px #666666;
}
.tag-category a {
  color: #444;
  text-decoration: none;
}

.tag-list {
  padding-left: 30px;
  position: relative;
}
.tag-list:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 18px;
  background: url(../images/icon_tag.png) no-repeat center center;
  background-size: contain;
}

.text-date {
  font-size: 11px;
}

#banner-contents {
  margin: 30px 0;
}
#banner-contents img {
  width: 100%;
}
#banner-contents a {
  padding: 0 !important;
}
#banner-contents a + a {
  margin-top: 20px;
}

.list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.list-sns > li {
  border: none !important;
}
.list-sns > li > a {
  padding: 0 !important;
}

#searchform {
  position: relative;
}
#searchform input {
  border: solid 2px #DDDDDD;
  border-radius: 4px;
  padding: 10px 30px 10px 10px;
  width: 100%;
}
#searchform button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_search.png) no-repeat center center;
  background-size: contain;
  border: none;
}

.title_box {
  margin-bottom: 10px !important;
}

.prev-top {
  text-align: right;
  margin-top: -4em;
  margin-bottom: 30px;
}
.prev-top a {
  background: #f40009;
  color: #fff !important;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  width: auto;
  max-width: none;
}
.prev-top a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .prev-top {
    margin-top: -5em;
    margin-bottom: 40px;
  }
}

.enCnt {
  display: none;
}

.enCntResult {
  font-style: normal;
}

/*
移設ブログのCSS上書き
 */
#container #contents .contents_inner > .contents_inner {
  padding-top: 0;
}

.w720 {
  max-width: 720px;
  margin: 0 auto;
}


/* 2022.06追加　タイトルのみ改行 */
.not-br br{
  display: none !important;
}
@media screen and (max-width: 783px){
  .contents_inner .title_box h2 br.sp-none{
    display: none !important;
  }
}
#container #contents .contents_inner .wbr{
  display: inline-block;
  white-space: nowrap;
}

.mt_40 {
  margin-top: 40px !important;
}

.event-txt h3, .event-txt h3+p, .event-txt h3+h4, .event-txt h4+p, .event-txt p+h4 {
  margin-top: 20px;
}
