@media screen and (max-width: 767px) {
  .archive-column__no-post{
    padding: 40px 30px;
  }
}

.archive-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -20px;
}

@media screen and (max-width: 767px) {
  .archive-column__list {
    margin: 0;
    display: block;
  }
}

.archive-column__item {
  width: 50%;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .archive-column__item {
    width: 100%;
    padding: 15px 30px;
  }
}

.archive-column__item--fluid {
  width: 100%;
  padding: 15px 20px 0;
  margin-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .archive-column__item--fluid {
    padding: 0;
    margin-bottom: 25px;
  }
}

.archive-column__more {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .archive-column__more {
    margin-top: 25px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .archive-column__more .c-button.c-button--more {
    width: 100%;
    max-width: 315px;
  }
}

@media screen and (max-width: 767px) {
  .archive-column__not-found {
    padding: 0 30px;
  }
}

.recommended {
  margin-top: 128px;
}

@media screen and (max-width: 767px) {
  .recommended {
    margin-top: 75px;
  }
}

.recommended__header {
  position: relative;
  border-radius: 6px 6px 0 0;
  padding: 40px 250px 40px 40px;
}

.recommended__header.lazyloaded {
  background: url(../../img/common/ttl_bg_first_appointed.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .recommended__header {
    border-radius: 0;
    padding: 40px 30px;
  }

  .recommended__header.lazyloaded {
    background-image: url(../../img/common/sp/ttl_bg_first_appointed_sp.webp);
  }
}

.recommended__header::before {
  content: '';
  display: block;
  position: absolute;
  right: 50px;
  top: -48px;
  width: 147px;
  height: 203px;
}

.recommended__header.lazyloaded::before {
  background: url(../../img/common/img_first_appointed.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .recommended__header::before {
    right: 26px;
    top: -35px;
    width: 107px;
    height: 147px;
  }
}

.recommended__heading {
  color: #1565C0;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .recommended__heading {
    padding-right: 80px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.recommended__description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  position: relative;
}

.recommended__body {
  border-radius: 0 0 6px 6px;
  background-color: #F9FAFB;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .recommended__body {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .recommended__content {
    padding: 0 30px;
  }
}

.recommended__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 767px) {
  .recommended__list {
    justify-content: space-between;
    margin: 0;
  }
}

.recommended__item {
  width: 33.333%;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .recommended__item {
    flex-basis: calc( (100vw - 60px) / 2 - 3% );
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .recommended__item:nth-of-type(1){
    flex-basis: 100%;
    margin-bottom: 6vw;
  }
}

.category-introduction {
  width: 620px;
  margin-top: 10px;
  color: #323B44;
}

@media screen and (max-width: 767px){
  .category-introduction {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
    display: block;
  }
}

.category-introduction__thumbnail {
  width: 140px;
  border-radius: 6px;
  margin-right: 30px;
  overflow: hidden;
}

.category-introduction__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.category-introduction__description {
  font-size: 14px;
  line-height: 1.6;
}

.not-found {
  text-align: center;
  padding-top: 100px;
  background: url(../../img/common/img_search.svg) no-repeat center top;
}

@media screen and (max-width: 767px) {
  .not-found {
    margin-top: 30px;
    padding: 100px 0 30px;
  }
}

.not-found__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.not-found__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
}

.author-profile {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 30px;
  border-top: 3px solid #1565C0;
}

.author-profile__thumbnail {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .author-profile__thumbnail {
    width: 120px;
    height: 120px;
  }
}

.author-profile__thumbnail img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .author-profile__thumbnail img {
    width: 120px;
    height: 120px;
  }
}

.author-profile__name {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .author-profile__name {
    text-align: center;
  }
}

.author-profile__name--kana {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .author-profile__name--kana {
    font-size: 14px;
  }
}

.author-profile__info {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .author-profile__info {
    text-align: center;
  }
}

.author-profile__description {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2;
}

.author-profile__overview {
  margin-top: 30px;
}

.author-profile__overview-title {
  color: #FFFFFF;
  background-color: #637487;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 6px;
}

.author-profile__overview-description {
  background-color: #F7F7F7;
  color: #434E5B;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.author-profile__link {
  margin-top: 30px;
}

.author-profile__link-item + .author-profile__link-item {
  margin-top: 15px;
}

.author-profile__link-item a {
  display: block;
  padding-left: 24px;
  color: #1565C0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
  word-break: break-all;
  background: url(../../img/common/icon_textlink.svg) no-repeat left top 2px;
  background-size: 18px;
}

@media screen and (min-width: 768px) {
  .author-profile__link-item a:hover {
    text-decoration: none;
  }
}

/* WordPressのプラグイン「AdRotate」で入れたバナーを囲っているブロック */
.banner__column-list a{
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.banner__column-list a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .banner__column-list{
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .banner__column-list{
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
  }
}
