@charset "UTF-8";

/*======================================================
新着情報スタイル
======================================================*/
.c-news-list {
  position: relative;
}
.u-news-cat{
    margin-left:auto;
}

.u-news-cat a {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  padding: 0 8px;
  margin-left: 1em;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  background: var(--blue-bg);
  color: var(--blue-main);
  font-weight: bold;
  border:1px solid var(--blue-light);
}/*# sourceMappingURL=style.css.map */


/*------------------------------------------------------
新着情報　日付とタイトル　テキストのみ　横並び
------------------------------------------------------*/
.c-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.c-news-list:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}
.c-news-list dt {
  font-size: 1.3rem;
  font-weight: normal;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .c-news-list dt,
  .c-news-list dd {
    width: 100%;
  }
}


/*-----------------------------------------
新着情報
-----------------------------------------*/
.p-top-heading-news {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .p-top-heading-news {
    left: -100px;
    top: 0;
    display: block;
    height: 100%;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .p-top-heading-news.is-active::before {
    content: "";
    background: #333;
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: borderAnimeTop 0.8s forwards ease 0.3s;
            animation: borderAnimeTop 0.8s forwards ease 0.3s;
  }
  @-webkit-keyframes borderAnimeTop {
    0% {
      height: 0;
    }
    100% {
      height: calc(100% + 20px);
    }
  }
  @keyframes borderAnimeTop {
    0% {
      height: 0;
    }
    100% {
      height: calc(100% + 20px);
    }
  }
}
@media screen and (max-width: 767px) {
  .p-top-heading-news {
    top: -60px;
    left: 0;
  }
  .p-top-heading-news.is-active::after {
    content: "";
    background: #333;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: borderAnimeLeft 0.8s forwards ease 0.3s;
            animation: borderAnimeLeft 0.8s forwards ease 0.3s;
  }
  @-webkit-keyframes borderAnimeLeft {
    0% {
      width: 0;
    }
    100% {
      width: calc(100% + 100px);
    }
  }
  @keyframes borderAnimeLeft {
    0% {
      width: 0;
    }
    100% {
      width: calc(100% + 100px);
    }
  }
  .p-top-heading-news::after {
    width: 100%;
  }
}

.p-top-news {
  background: #e5f2fa;
  padding-top: 100px;
}

.p-top-news__box {
  width: 70%;
  background: #fff;
  border-radius: 16px 0 0 16px;
  padding: 20px 40px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-news__box {
    width: 90%;
  }
}

.p-top-att-box {
  padding: 50px !important;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-att-box {
    padding: 20px !important;
  }
}

.p-top-heading-att {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  margin-bottom: 1em;
}

/*======================================================
p-archive.scss
======================================================*/

.p-archive-wrapper {
  border-bottom: 1px dashed #999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.p-archive-wrapper .more-link {
  color: var(--green);
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
}

.p-archive-date {
  font-size: 1.3rem;
  color: var(--green);
}

/*======================================================
詳細ページの設定
======================================================*/
/*------------------------------------------------------
Singleページの設定
------------------------------------------------------*/
.p-post-wrapper {
  padding: 0 20px;
  margin-bottom: 0 !important;
}

.p-post-title {
  text-align: center;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-post-title {
    padding: 20px 0;
  }
}

.p-post-date {
  text-align: right;
  font-size: clamp(1.1rem, 1.1818181818vw, 1.3rem);
  font-weight: bold;
  padding-right: 20px;
}

.p-post-cont {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 4px 4px rgba(204, 204, 204, 0.5803921569);
          box-shadow: 4px 4px 4px 4px rgba(204, 204, 204, 0.5803921569);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-post-cont {
    padding: 80px;
    margin-bottom:2em;
  }
}

/* ページ送り（前の記事、次の記事）設定 */
.p-pager-previous {
  font-size: clamp(1.2rem, 1.2727272727vw, 1.4rem);
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.p-pager-previous a::before {
  content: url(../img/common/arrow-black-left.gif);
  margin-right: 0.5em;
}

.p-pager-next {
  font-size: clamp(1.2rem, 1.2727272727vw, 1.4rem);
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.p-pager-next a::after {
  content: url(../img/common/arrow-black-right.gif);
  margin-left: 0.5em;
}