@charset "UTF-8";
/* --------------------
 * articles
 * -------------------- */
.article {
  margin: 0 auto 50px;
  width: 900px;
}

.article h1 {
  padding: 100px 0 0;
  font-size: 30px;
}

.article h2 {
  border-top: 3px solid #c60d31;
  border-bottom: 3px solid #c60d31;
  font-size: 22px;
  font-weight: 700;
  color: #c60d31;
  text-align: center;
  margin-bottom: 30px;
}

.article .list_anchor {
  margin: 50px 0;
  border: 3px solid #f0f0f0;
  border-radius: 5px;
  padding: 20px 30px;
}

.article .list_anchor ul li {
  border-bottom: 1px dotted #f0f0f0;
  line-height: 3;
}

.article .list_anchor ul li a {
  font-size: 16px;
}

.article .list_anchor ul li a:hover {
  text-decoration: underline;
}

.article p {
  margin: 0 0 30px;
  font-size: 16px;
}

.article figure {
  margin: 0 0 30px;
  text-align: center;
}

.article_conts {
  margin: 0 0 70px;
}

@media print, screen and (max-width: 959px) {
  .article {
    margin: 0 auto 50px;
    width: 86.6666666667vw;
  }
  .article h1 {
    padding: 0;
    font-size: 20px;
    text-align: left;
  }
  .article .article_conts h2 {
    font-size: 19px;
    padding: 10px 0;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .article .article_conts h3 {
    font-size: 18px;
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin-top: 50px;
    margin-bottom: 25px;
    border-radius: 4px;
  }
  .article .list_anchor ul li {
    line-height: 1.875;
    padding-left: 0;
    text-indent: 0;
  }
  .article .list_anchor ul li a {
    font-size: 16px;
    color: #01bcc5;
    text-decoration: underline;
  }
  .article .article_conts p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .article_conts {
    margin: 0 0 30px;
  }
  .article_conts .wp-block-image {
    margin: 50px auto;
  }
}
/* --------------------
 * TopExample
 * -------------------- */
.article .TopExample__inner {
  padding: 40px 30px;
}

.article .TopExample__inner2 {
  position: relative;
}

.article .TopExample__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 -5px;
}

.article .TopExample__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 25px;
  padding: 0 5px;
}

/* .article .TopExample__item:nth-child(2), .TopExample .TopExample__item:first-child {
  margin-top: 0;
} */
.article .TopExample__link {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  overflow: hidden;
}

.article .TopExample__text {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 15px 15px;
  position: relative;
  text-align: left;
}

/* .article .TopExample__text::after {
  background-image: url("../images/icon_arrow2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}
 */
.article .TopExample__small {
  display: inline-block;
  font-size: 7px;
}

.article .TopExample__cover {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: rgba(97, 97, 97, 0.4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: calc(100% + 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  left: 50%;
  line-height: 1.4375;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.article_title {
  margin-top: 40px;
}

@media print, screen and (min-width: 960px) {
  .article .TopExample__inner {
    margin: auto;
    max-width: 960px;
    padding: 80px 0 80px;
  }
  .article .TopExample__list {
    margin: 0 -10px;
  }
  .article .TopExample__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    margin-top: 20px;
    max-width: 33.33333%;
    padding: 0 10px 0;
  }
  .article .TopExample__item:nth-child(2), .TopExample .TopExample__item:first-child {
    margin-top: 20px;
  }
  .article .TopExample__link {
    border-radius: 20px;
  }
  .article .TopExample__image img {
    vertical-align: top;
    width: 100%;
  }
  .article .TopExample__image img:hover {
    opacity: 0.7;
  }
  /*   .article .TopExample__text::after {
      height: 20px;
      right: 17px;
      width: 20px;
    } */
  .article .TopExample__small {
    font-size: 12px;
    -webkit-transform: none;
    transform: none;
  }
  .article .TopExample__cover {
    font-size: 32px;
    height: calc(100% + 20px);
    width: calc(100% + 10px);
  }
  .article_title {
    margin-top: 50px;
  }
}
.morePostsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.moreArea,
.acBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 42.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  border: 0.4vw solid #333333;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #333333;
}
@media print, screen and (min-width: 960px) {
  .moreArea,
  .acBtn {
    width: 224px;
    height: 56px;
    border-radius: 28px;
    border-width: 2.1px;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
.moreArea a,
.acBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
}

.moreArea:hover,
.acBtn:hover {
  opacity: 0.7;
}

.moreArea,
.moreArea a,
.acBtn.active {
  border-color: #c60d31;
  color: #c60d31;
}

.acBtn.active:before {
  content: "さらに表示する ＋";
}

@media screen and (max-width: 959px) {
  .loading {
    text-align: center;
    width: 13.3333333333vw;
    margin: 5.3333333333vw auto;
  }
}
@media print, screen and (min-width: 960px) {
  .initial_loading {
    margin: 0 29px 0;
    width: 780px;
  }
  .initial_loading .loading {
    margin: 20px auto;
  }
  .loading {
    text-align: center;
  }
}