@charset "UTF-8";
/* カラー
──────────────────────────────────────── */
@media screen and (min-width: 1050px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .sp-hidden {
    display: none;
  }
}

/* テキスト
──────────────────────────────────────── */
.txt-red {
  color: #BF0E0D;
}

/* 余白と配置
──────────────────────────────────────── */
/* 流用パーツ
──────────────────────────────────────── */
.page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_archive-seminar-header.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}

.page-header__inner {
  padding: 12.5% 2% 4% 2%;
}

.page-header__txt {
  font-weight: 700;
  padding-bottom: 11.5%;
  margin-left: 8.5%;
}

.page-header__txt--small {
  font-size: clamp(1.2rem, 3vw, 2.1rem);
  margin-left: 4.5%;
}

.page-header__txt--large {
  font-size: clamp(1.4rem, 5vw, 6.2rem);
  text-transform: uppercase;
}

.post-type-archive-seminar .page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_archive-seminar-header.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}

.post-type-archive-columns .page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_archive-seminar-header.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}

.post-type-archive-medias .page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_archive-seminar-header.jpg) no-repeat;
  background-size: cover;
  height: 500px;
}

.sns-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.sns-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.twitter,
.facebook,
.hatena {
  padding-right: 10px;
}

.twitter iframe,
.pocket iframe,
.hatena iframe {
  vertical-align: bottom;
}

.pocket iframe {
  height: 20px;
}

.contents {
  background: #EAE7E2;
  padding: 80px 20px 0;
}

.contents__inner {
  padding: 8rem 7rem 3rem;
  max-width: 1000px;
  margin: auto;
  margin: auto;
  background: #fff;
}

.contents__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #573701;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.contents__ttl::after {
  position: absolute;
  content: "";
  background: #573701;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}

.contents-item:not(:last-child) {
  margin-bottom: 5rem;
}

.contents-item__img {
  width: 100%;
  margin: auto;
}

.contents-item__img img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents-info__date {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 5px;
}

.contents-info__ttl {
  font-size: 1.8rem;
  padding: 1.5rem 0 1.2rem;
  font-weight: 700;
  line-height: 1.444;
}

.contents-info__articles {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3a3a3a;
  margin-top: 20px;
}

.contents-info__articles p {
  margin-bottom: 20px;
}

.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prev-link a,
.next-link a {
  color: #3a3a3a;
  text-decoration: none;
}

.prev-link a:hover,
.next-link a:hover {
  text-decoration: underline;
}

.sign {
  margin-bottom: 60px;
}

.sign a {
  color: #3a3a3a;
}

.recommend {
  border: 3px solid #573701;
  padding: 20px;
  margin-bottom: 80px;
}

.recommend a {
  color: #3a3a3a;
}

.archive-contents {
  padding: 0 20px;
  background: #EEEBE6;
}

.archive-contents__inner {
  padding: 60px 0 30px;
  max-width: 1000px;
  margin: auto;
}

.archive-contents__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 3rem;
}

.archive-contents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.2rem 0 7.2rem;
}

.archive-contents-item {
  width: 32%;
  background: #fff;
  border: 1px solid #707070;
  padding: 20px;
  position: relative;
}

.archive-contents-item__thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-contents-item__thumbnail img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-contents-info__date {
  font-weight: 300;
  padding: 0.2rem 0 0 1rem;
}

.archive-contents-info__cat {
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
  width: 11rem;
  height: 2.2rem;
  position: absolute;
  top: 30px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-contents-info__ttl {
  font-size: 1.8rem;
  padding: 8px 0;
  font-weight: 700;
  line-height: 1.444;
}

.archive-contents-info__link {
  text-decoration: none;
  color: #3a3a3a;
}

.archive-contents-info__link:hover {
  text-decoration: underline;
}

.archive-contents-info__articles {
  font-size: 1.4rem;
  line-height: 1.6428;
  color: #3a3a3a;
}

.single-columns .archive-contents-info__cat {
  background: #3B6A58;
}

.single-seminar .archive-contents-info__cat {
  background: #BF0E0D;
}

.single-medias .archive-contents-info__cat {
  background: #573701;
}

.single-medias .contents-item__img img {
  height: auto;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 66px;
  }
  .contents__inner {
    padding: 5rem 3rem 3rem;
  }
  .archive-contents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-contents-item {
    width: 100%;
  }
  .archive-contents-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .contents-item__img img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .sns-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .page-header {
    height: 150px;
  }
  .contents {
    padding: 40px 20px 0;
  }
  .contents__inner {
    padding: 3.5rem 2rem 3rem;
  }
  .contents__ttl {
    font-size: 2rem;
  }
  .contents-item__img img {
    height: 180px;
  }
  .archive-contents-info__cat {
    font-size: 14px;
    font-weight: 500;
  }
  .next {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prev-link {
    margin-bottom: 20px;
  }
  .recommend ul {
    padding-left: 10px;
  }
}
/*# sourceMappingURL=single.css.map */