@charset "UTF-8";
div.breadcrumbs {
  margin-top: 20px;
}

/*-------------------------------------------*/
/*  バックグラウンドアニメーション
/*-------------------------------------------*/
.bg-container .cube {
  position: fixed;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #FFDFA8;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
          animation: cube 12s ease-in forwards infinite;
  z-index: -1;
}
.bg-container .cube:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 25vw;
  top: 40vh;
  border-color: #AFDB93;
}
.bg-container .cube:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 75vw;
  top: 50vh;
  border-color: #B0C8F8;
}
.bg-container .cube:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  left: 90vw;
  top: 10vh;
  border-color: #EFBCB6;
}
.bg-container .cube:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10vw;
  top: 85vh;
  border-color: #B0C8F8;
}
.bg-container .cube:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.c-orange {
  color: #fcb900;
  font-size: 80%;
  margin-left: 5px;
}

.post-type-archive-perspective .bg-container .cube {
  border: solid 1px #FEB6B6;
}
.post-type-archive-perspective .bg-container .cube:nth-child(2) {
  border-color: #D9F3D4;
}
.post-type-archive-perspective .bg-container .cube:nth-child(3) {
  border-color: #A5F3FE;
}
.post-type-archive-perspective .bg-container .cube:nth-child(4) {
  border-color: #FFDFA8;
}
.post-type-archive-perspective .bg-container .cube:nth-child(5) {
  border-color: #D9F3D4;
}

.about .bg-container .cube {
  border: solid 1px #FFC164;
  border-radius: 50%;
}
.about .bg-container .cube:nth-child(2) {
  border-color: #63B93B;
}
.about .bg-container .cube:nth-child(3) {
  border-color: #A5F3FE;
}
.about .bg-container .cube:nth-child(4) {
  border-color: #6694FF;
}
.about .bg-container .cube:nth-child(5) {
  border-color: #DF7D7E;
}

.post-type-archive-blog .bg-container .cube {
  border: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23C9F3F9" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.post-type-archive-blog .bg-container .cube:nth-child(2) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FEB6B6" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.post-type-archive-blog .bg-container .cube:nth-child(3) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FFDFA8" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.post-type-archive-blog .bg-container .cube:nth-child(4) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23DEDED3" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.post-type-archive-blog .bg-container .cube:nth-child(5) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FEB6B6" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}

.contact .bg-container .cube {
  border: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23C9F3F9" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.contact .bg-container .cube:nth-child(2) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FEB6B6" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.contact .bg-container .cube:nth-child(3) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FFDFA8" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.contact .bg-container .cube:nth-child(4) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23DEDED3" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.contact .bg-container .cube:nth-child(5) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FEB6B6" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}

.registration .bg-container .cube {
  border: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23CDF4F8" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.registration .bg-container .cube:nth-child(2) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FEB6B6" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.registration .bg-container .cube:nth-child(3) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FFDFA8" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.registration .bg-container .cube:nth-child(4) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23DEDED3" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.registration .bg-container .cube:nth-child(5) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FEB6B6" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.registration #wpmem_reg {
  margin-left: auto;
  margin-right: auto;
  width: 90% !important;
}

.form .buttons {
  display: block;
  margin: 5px auto 15px auto !important;
  width: clamp(280px, 95%, 360px);
  height: 80px;
  background: #FFFFC8;
  border: solid 1px #FFC164;
  transition: 0.3s;
  font-weight: bold;
}
.form .buttons:hover {
  box-shadow: 5px 5px 0 #6DE1FE;
  transform: translate(-2.5px, -4.5px);
}

.div_text,
.button_div,
.link-text {
  width: 95% !important;
  text-align: center !important;
}

#wpmem_login {
  margin-left: auto;
  margin-right: auto;
}

#wpmem_login_form fieldset {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}
#wpmem_login_form fieldset legend {
  display: none;
}
#wpmem_login_form fieldset label {
  font-weight: bold;
}

.login .bg-container .cube {
  border: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23D9F3D4" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.login .bg-container .cube:nth-child(2) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FEB6B6" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.login .bg-container .cube:nth-child(3) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FFDFA8" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.login .bg-container .cube:nth-child(4) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23DEDED3" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}
.login .bg-container .cube:nth-child(5) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 250"><path stroke="%23FEB6B6" stroke-width="18" fill="none" d="M126.444 21.576l118.574 213.431H7.871L126.444 21.576z"/></svg>');
}

.mypage {
  background: #FFFFF1;
}
.mypage .t-mv {
  background-color: #FFFFF1;
  background-image: repeating-linear-gradient(-65deg, #A5F3FE, #A5F3FE 14px, transparent 0, transparent 28px);
  height: clamp(210px, 25vh, 250px);
}
.mypage .t-mv h1 {
  line-height: clamp(210px, 25vh, 250px);
  font-size: clamp(23px, 7vw, 64px);
  text-shadow: 0 3px 0 #FFFFF1;
}
.mypage .mypage_contents {
  padding: 0 15px;
  max-width: 1200px;
  margin: 100px auto 0 auto;
}
.mypage .mypage_contents section li a {
  display: block;
  margin: 30px auto 15px auto;
  width: clamp(280px, 95%, 360px);
  height: 80px;
  line-height: 80px;
  background: #FFFFC8;
  border: solid 1px #FFC164;
  text-decoration: none;
  vertical-align: baseline;
  transition: 0.3s;
  text-align: center;
}
.mypage .mypage_contents section li a:hover {
  box-shadow: 3px 3px 0 #6DE1FE;
  transform: translate(-2px, -3px);
  opacity: 1;
  color: inherit;
}

.wpp-no-data {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}

/*-------------------------------------------*/
/*  固定ページ
/*-------------------------------------------*/
.about {
  background: #FFFFF1;
  margin-bottom: 200px;
}
.about .t-mv {
  background-color: #FFC164;
  background-image: repeating-linear-gradient(-76deg, #FFFFC8, #FFFFC8 14px, transparent 0, transparent 28px);
  height: clamp(425px, 50vh, 500px);
}
.about h1 {
  line-height: clamp(425px, 50vh, 500px);
  font-size: clamp(23px, 6vw, 64px);
  text-shadow: 0 3px 0 #FFFFF1;
}
.about h2 {
  font-size: clamp(18px, 6vw, 40px);
  font-family: "Nico Moji";
  margin-top: 14vw;
  margin-bottom: 7.8vw;
  display: inline-block;
}
@media screen and (min-width: 897px) {
  .about h2 {
    margin-bottom: 3rem;
  }
}
.about h3 {
  display: inline-block;
}
.about figcaption {
  font-size: 14px;
}
@media screen and (min-width: 897px) {
  .about figcaption {
    font-size: 16px;
  }
}
.about .sec01 h2 {
  color: #63B93B;
  border-bottom: solid 5px #6694FF;
}
.about .sec01 figure {
  background: #FFFFC8;
  padding: 40px 15px;
  border-radius: 30px;
}
.about .sec01 figure img {
  display: block;
  max-width: 250px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.about .sec01 figure figcaption {
  margin-top: 40px;
}
@media screen and (min-width: 897px) {
  .about .sec01 figure {
    display: flex;
  }
  .about .sec01 figure img {
    max-height: 186px;
    order: 1;
    padding-left: 10px;
  }
  .about .sec01 figure figcaption {
    margin-top: 0;
  }
}
.about .sec02 h2 {
  color: #63B93B;
  border-bottom: solid 5px #FFC164;
}
.about .sec02__inner01 {
  padding: 20px 15px;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 7.8vw;
  border-radius: 30px;
}
.about .sec02__inner01 h3 {
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: solid 5px #FFC164;
  padding-bottom: 3px;
}
.about .sec02__inner01 h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f14a";
  padding-right: 5px;
  color: #FF4500;
}
.about .sec02__inner01 figure {
  display: flex;
  flex-direction: column;
}
.about .sec02__inner01 figure img {
  order: -1;
  width: clamp(200px, 30vw, 287px);
  height: clamp(200px, 30vw, 287px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 55px auto;
}
@media screen and (min-width: 897px) {
  .about .sec02__inner01 figure {
    flex-direction: row;
  }
  .about .sec02__inner01 figure img {
    order: 1;
  }
  .about .sec02__inner01 figure figcaption {
    margin-right: 15px;
  }
}
.about .sec02__inner01 .link__text {
  color: #6694FF;
  font-weight: bold;
  display: block;
  margin-left: auto;
}
.about .sec02__inner01 .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff !important;
  margin-bottom: 0;
}
.about .sec02__inner01 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 225px;
}
.about .sec02__inner01 .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .sec02__inner01 .swiper-pagination {
  background: #fff !important;
}
.about .sec02__inner02 {
  background: #FFE9E9;
  padding: 20px 15px;
  border-radius: 30px;
}
.about .sec02__inner02 h2 {
  color: #63B93B;
  border-bottom: solid 5px #FFC164;
}
.about .sec02__inner02 h3 {
  border-bottom: solid 5px #FEB6B6;
  margin-bottom: 30px;
  padding-bottom: 3px;
  font-weight: bold;
}
.about .sec02__inner02 h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f14a";
  color: #FEB6B6;
  padding-right: 2px;
}
.about .sec02__inner02 figure {
  display: flex;
  flex-direction: column;
}
.about .sec02__inner02 figure img {
  order: -1;
  width: clamp(200px, 30vw, 287px);
  height: clamp(200px, 30vw, 287px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 55px auto;
}
@media screen and (min-width: 897px) {
  .about .sec02__inner02 figure {
    flex-direction: row;
  }
  .about .sec02__inner02 figure img {
    order: 1;
  }
  .about .sec02__inner02 figure figcaption {
    margin-right: 15px;
  }
}
.about .sec02__inner02 .video-wrapper {
  margin: 50px auto 110px auto;
  text-align: center;
}
.about .sec02__inner02 .video-wrapper iframe {
  width: 90%;
  height: 47vw;
  max-width: 650px;
  max-height: 366px;
  min-height: 200px;
}
@media screen and (min-width: 897px) {
  .about .sec02__inner02 .video-wrapper {
    margin: 0 auto 55px auto;
  }
}
.about .sec03 h2 {
  color: #6694FF;
  border-bottom: solid 5px #63B93B;
}
.about .sec03__inner-01 {
  background: #E8FCFF;
  padding: 36px 15px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 9vw;
  position: relative;
  padding-bottom: 320px;
}
.about .sec03__inner-01 div {
  display: flex;
  flex-direction: column;
}
.about .sec03__inner-01 h3 {
  color: #6694FF;
  border-bottom: solid 5px #B8F7AC;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 3px;
}
.about .sec03__inner-01 h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f53f";
  color: #63B93B;
  padding-right: 5px;
}
.about .sec03__inner-01 img {
  width: clamp(200px, 30vw, 287px);
  height: clamp(200px, 30vw, 287px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  order: 1;
}
.about .sec03__inner-01 p {
  order: 2;
  position: absolute;
  top: clamp(330px, 49vw, 390px);
  font-size: 14px;
  padding-right: 15px;
}
@media screen and (min-width: 897px) {
  .about .sec03__inner-01 p {
    font-size: 16px;
  }
}
@media screen and (min-width: 399px) {
  .about .sec03__inner-01 {
    padding-bottom: 265px;
  }
}
@media screen and (min-width: 576px) {
  .about .sec03__inner-01 {
    padding-bottom: 250px;
  }
}
@media screen and (min-width: 897px) {
  .about .sec03__inner-01 {
    flex-direction: row;
    padding-bottom: 40px;
  }
  .about .sec03__inner-01 img {
    order: -1;
  }
  .about .sec03__inner-01 div {
    margin-left: 25px;
  }
  .about .sec03__inner-01 div h3 {
    margin-bottom: 10px;
  }
  .about .sec03__inner-01 div p {
    position: inherit;
  }
}
.about .sec03__inner-02 {
  background: #D9F3D4;
  padding: 43px 15px;
  border-radius: 30px;
}
.about .sec03__inner-02 h3 {
  color: #63B93B;
  border-bottom: solid 5px #6DE1FE;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 3px;
}
.about .sec03__inner-02 h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f022";
  color: #6694FF;
  padding-right: 5px;
}
.about .sec03__inner-02 dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .about .sec03__inner-02 dl {
    flex-direction: row;
  }
}
.about .sec03__inner-02 dl dt {
  background: #FFC164;
  width: 100%;
  font-weight: bold;
  padding: 18px 10px;
}
@media screen and (min-width: 399px) {
  .about .sec03__inner-02 dl dt {
    padding: 18px 30px;
  }
}
@media screen and (min-width: 576px) {
  .about .sec03__inner-02 dl dt {
    width: 30%;
    margin-bottom: 10px;
  }
}
.about .sec03__inner-02 dl dd {
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
}
.about .sec03__inner-02 dl dd ul li {
  list-style: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 14px;
}
@media screen and (min-width: 897px) {
  .about .sec03__inner-02 dl dd ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .about .sec03__inner-02 dl dd {
    width: 70%;
  }
}
.about .sec04 h2 {
  color: #DF7D7E;
  border-bottom: solid 5px #FFC164;
}
.about .sec04__inner-01 {
  background: #FBF5EC;
  border-radius: 30px;
  padding: 40px 15px 60px 15px;
  position: relative;
  margin-bottom: 4.6vw;
}
.about .sec04__inner-01 h3 {
  color: #FF4500;
  border-bottom: solid 5px #FEB6B6;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 3px;
  display: inline-block;
}
.about .sec04__inner-01 h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f5ad";
  color: #DF7D7E;
  padding-right: 5px;
}
.about .sec04__inner-01 dl {
  display: flex;
  flex-wrap: wrap;
}
.about .sec04__inner-01 dl dt {
  color: #FF4500;
  font-weight: bold;
  width: 30%;
  border-bottom: solid 3px #DF7D7E;
  padding: 10px 0;
  word-break: break-all;
}
.about .sec04__inner-01 dl dd {
  width: 70%;
  border-bottom: solid 3px #DF7D7E;
  padding: 10px 0;
}
.about .sec04__inner-01 > a {
  position: absolute;
  bottom: 1rem;
  right: 15px;
  font-weight: bold;
  color: #FF4500;
}
.about .sec04__inner-01 > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-left: 3px;
}
.about .sec04__inner-02 {
  background: #FEE8C7;
  border-radius: 30px;
  padding: 40px 15px 60px 15px;
  position: relative;
  margin-bottom: 4.6vw;
}
.about .sec04__inner-02 h3 {
  color: #6694FF;
  border-bottom: solid 5px #6DE1FE;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 3px;
  display: inline-block;
}
.about .sec04__inner-02 h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f5ad";
  color: #6DE1FE;
  padding-right: 5px;
}
.about .sec04__inner-02 dl {
  display: flex;
  flex-wrap: wrap;
}
.about .sec04__inner-02 dl dt {
  color: #6694FF;
  font-weight: bold;
  width: 30%;
  border-bottom: solid 3px #6DE1FE;
  padding: 10px 0;
  word-break: break-all;
}
.about .sec04__inner-02 dl dd {
  width: 70%;
  border-bottom: solid 3px #6DE1FE;
  padding: 10px 0;
}
.about .sec04__inner-02 > a {
  position: absolute;
  bottom: 1rem;
  right: 15px;
  font-weight: bold;
  color: #6694FF;
}
.about .sec04__inner-02 > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-left: 3px;
}

.page-id-47 {
  background: #FFFFF1;
}
.page-id-47 .t-mv {
  background-color: #C8C8C8;
  background-image: repeating-linear-gradient(-65deg, #A5F3FE, #A5F3FE 14px, transparent 0, transparent 28px);
  height: clamp(210px, 25vh, 250px);
}
.page-id-47 .t-mv h1 {
  line-height: clamp(210px, 25vh, 250px);
  font-size: clamp(23px, 7vw, 64px);
  text-shadow: 0 3px 0 #FFFFF1;
}
.page-id-47 p {
  margin-top: 50px;
}
.page-id-47 a.btn__goTop {
  display: block;
  margin: 120px auto 15px auto;
  width: clamp(280px, 95%, 360px);
  height: 80px;
  line-height: 80px;
  background: #FFFFC8;
  border: solid 1px #FFC164;
  text-decoration: none;
  vertical-align: baseline;
  transition: 0.3s;
  text-align: center;
}
.page-id-47 a.btn__goTop:hover {
  box-shadow: 5px 5px 0 #6DE1FE;
  transform: translate(-2.5px, -4.5px);
}
.page-id-47 .login_contents {
  margin-bottom: 60px;
}
.page-id-47 .login_contents #wpmem_login fieldset {
  padding: 50px 0 5px 15px;
  background: #fff;
  max-width: clamp(300px, 95%, 1200px);
  margin: auto;
  margin-top: 70px;
}
.page-id-47 .login_contents #wpmem_login .div_text,
.page-id-47 .login_contents #wpmem_login .button_div,
.page-id-47 .login_contents #wpmem_login .link-text {
  width: 95%;
  text-align: center;
}
.page-id-47 .login_contents #wpmem_login .div_text {
  text-align: inherit;
}
.page-id-47 .login_contents #wpmem_login .buttons {
  display: block;
  margin: 5px auto 15px auto;
  width: clamp(280px, 95%, 360px);
  height: 80px;
  background: #FFFFC8;
  border: solid 1px #FFC164;
  transition: 0.3s;
}
.page-id-47 .login_contents #wpmem_login .buttons:hover {
  box-shadow: 5px 5px 0 #6DE1FE;
  transform: translate(-2.5px, -4.5px);
}

.page-id-49 {
  background: #FFFFF1;
}
.page-id-49 .t-mv {
  background-color: #FFC164;
  background-image: repeating-linear-gradient(-65deg, #FFFFF1, #FFFFF1 14px, transparent 0, transparent 28px);
  height: clamp(210px, 25vh, 250px);
}
.page-id-49 .t-mv h1 {
  line-height: clamp(210px, 25vh, 250px);
  font-size: clamp(23px, 7vw, 64px);
  text-shadow: 0 3px 0 #FFFFF1;
}
.page-id-49 p {
  margin-top: 50px;
}
.page-id-49 a.btn__goTop {
  display: block;
  margin: 120px auto 15px auto;
  width: clamp(280px, 95%, 360px);
  height: 80px;
  line-height: 80px;
  background: #FFFFC8;
  border: solid 1px #FFC164;
  text-decoration: none;
  vertical-align: baseline;
  transition: 0.3s;
  text-align: center;
}
.page-id-49 a.btn__goTop:hover {
  box-shadow: 5px 5px 0 #6DE1FE;
  transform: translate(-2.5px, -4.5px);
}
.page-id-49 #wpmem_reg legend {
  display: none;
}
.page-id-49 #wpmem_reg fieldset {
  padding: 50px 0 20px 15px;
  background: #fff;
  max-width: clamp(300px, 95%, 1200px);
  margin: auto;
  margin-top: 70px;
}
.page-id-49 #wpmem_reg .div_text,
.page-id-49 #wpmem_reg .button_div,
.page-id-49 #wpmem_reg .link-text {
  width: 95%;
  text-align: center;
}
.page-id-49 #wpmem_reg .div_text {
  text-align: inherit;
}
.page-id-49 #wpmem_reg .buttons {
  display: block;
  margin: 5px auto 15px auto;
  width: clamp(280px, 95%, 360px);
  height: 80px;
  background: #FFFFC8;
  border: solid 1px #FFC164;
  transition: 0.3s;
  font-weight: bold;
  font-size: 120%;
  letter-spacing: 4px;
}
.page-id-49 #wpmem_reg .buttons:hover {
  box-shadow: 5px 5px 0 #6DE1FE;
  transform: translate(-2.5px, -4.5px);
}
.page-id-49 #wpmem_reg .req-text {
  margin-bottom: 20px;
}

.passwordreset {
  background: #FFFFF1;
}
.passwordreset .t-mv {
  background-color: #FFC164;
  background-image: repeating-linear-gradient(-65deg, #FFFFF1, #FFFFF1 14px, transparent 0, transparent 28px);
  height: clamp(210px, 25vh, 250px);
}
.passwordreset .t-mv h1 {
  line-height: clamp(210px, 25vh, 250px);
  font-size: clamp(23px, 7vw, 64px);
  text-shadow: 0 3px 0 #FFFFF1;
}
.passwordreset legend {
  display: none;
}

.contact {
  background: #fffff1;
  margin-bottom: 150px;
}
.contact .t-mv {
  background-color: #FFFFF1;
  background-image: repeating-linear-gradient(-76deg, #B8F7AC, #B8F7AC 14px, transparent 0, transparent 28px);
  height: clamp(425px, 50vh, 500px);
}
.contact h1 {
  line-height: clamp(425px, 50vh, 500px);
  font-size: clamp(23px, 7vw, 64px);
  text-shadow: 0 3px 0 #FFFFF1;
}
.contact .contact_contents section > p:first-of-type {
  margin-top: 70px;
  margin-bottom: 50px;
}
@media (min-width: 897px) {
  .contact .contact_contents section > p:first-of-type {
    margin-top: 100px;
  }
}
.contact .contact_contents .wp-block-contact-form-7-contact-form-selector {
  background: #fff;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact .contact_contents .wp-block-contact-form-7-contact-form-selector .wpcf7-form {
  padding: 30px 15px;
}
.contact .contact_contents form label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  font-weight: bold;
  width: 100%;
}
.contact .contact_contents form p {
  margin-bottom: 15px;
}
.contact .contact_contents form .wpcf7-text,
.contact .contact_contents form .wpcf7-textarea {
  width: 100% !important;
  background: #FCFCFC;
  border: solid 1px #C8C8C8;
}
.contact .contact_contents form .wpcf7-select {
  border: solid 1px #C8C8C8;
}
.contact .contact_contents form .wpcf7-form-control-wrap {
  margin-top: 3px;
}
.contact .contact_contents form input[type=submit] {
  display: block;
  margin: 30px auto 15px auto;
  width: clamp(280px, 95%, 360px);
  height: 80px;
  background: #FFFFC8;
  border: solid 1px #FFC164;
  transition: 0.3s;
  font-weight: bold;
}
.contact .contact_contents form input[type=submit]:hover {
  box-shadow: 5px 5px 0 #6DE1FE;
  transform: translate(-2.5px, -4.5px);
}
.contact .contact_contents form .icon_req {
  background: #F63131;
  border-radius: 3px;
  color: #fff;
  padding: 0 3px;
  margin-left: 5px;
}

/*-------------------------------------------*/
/* 　個別投稿ページ
/*-------------------------------------------*/
#toc_container {
  border-color: #C8C8C8;
  border-radius: 5px;
  background: #FFFFF1 !important;
  width: 100% !important;
}
#toc_container .toc_title {
  background: #B8F7AC;
  position: relative;
  padding: 5px 0 5px 40px !important;
  right: 3.1rem;
  text-align: left !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 897px) {
  #toc_container .toc_title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
  }
}
#toc_container .toc_title:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #8DBF84;
}
#toc_container .toc_title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ca";
  padding-right: 5px;
}
#toc_container .toc_list > li {
  margin-bottom: 20px;
  font-weight: bold;
  text-indent: -3.5rem;
  padding-left: 4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}
#toc_container .toc_list > li a > .toc_number {
  background: #FFC164 !important;
  padding: 4px 11px;
  border-radius: 15px;
}
#toc_container .toc_list > li ul li {
  margin: 15px 0;
}
#toc_container .toc_list > li ul li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#toc_container .toc_list > li ul li a > .toc_number {
  background: #FFC164 !important;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  padding-left: 13px;
  text-indent: -0.5rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.nav-links {
  text-align: center;
  padding-bottom: 40px;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  border: solid 1px #707070;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: bold;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
  display: block;
  padding: 10px;
  height: 70px;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
  color: #212529;
  opacity: 1;
}
.nav-links .nav-previous:hover,
.nav-links .nav-next:hover {
  box-shadow: 7px 10px 0 #FFC164;
  transform: translate(-2.5px, -4.5px);
}
.nav-links .nav-previous:first-of-type,
.nav-links .nav-next:first-of-type {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .nav-links .nav-previous:first-of-type,
.nav-links .nav-next:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .nav-links {
    display: flex;
    justify-content: space-between;
  }
  .nav-links .nav-previous,
.nav-links .nav-next {
    width: 45%;
  }
}

.single {
  background: #FFFFF1;
}
.single .t-mv h1 {
  line-height: clamp(425px, 50vh, 500px);
  font-size: clamp(23px, 7vw, 64px);
  text-shadow: 0 3px 0 #FFFFF1;
}
.single .child_ttl {
  font-size: 35px;
  position: relative;
  background: #B8F7AC;
  padding: 2rem;
  padding-left: 3rem;
  width: calc(100% + 3rem);
  margin-bottom: 3rem;
  right: 3.1rem;
}
.single .child_ttl::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #8DBF84;
}
.single .child_time {
  text-align: right;
  margin-bottom: 60px;
}
.single .child_time time {
  color: #C8C8C8;
}
.single p {
  margin: 0 auto;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.single h2 {
  margin: 50px auto 25px auto;
  background: #B8F7AC;
  padding: 25px 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.single h2 span {
  font-weight: bold;
}
.single h3 {
  margin: 50px auto 25px auto;
  background: #FFFFF1;
  border-left: solid 5px #B8F7AC;
  padding: 20px 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.single h3 span {
  font-weight: bold;
}
.single h4 {
  margin: 50px auto 25px auto;
  border-top: solid 2px #B8F7AC;
  border-bottom: solid 2px #B8F7AC;
  padding: 20px 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.single h4 span {
  font-weight: bold;
}
.single h5 {
  margin: 50px auto 25px auto;
  border-bottom: solid 2px #B8F7AC;
  padding: 10px 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.single h5 span {
  font-weight: bold;
}
.single h6 {
  margin: 50px auto 25px auto;
  position: relative;
  background: #B8F7AC;
  padding: 10px 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.single h6 span {
  font-weight: bold;
}
.single h6::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 12px solid transparent;
  border-top: 12px solid #B8F7AC;
  width: 0;
  height: 0;
}
.single .toc_list li a:hover {
  text-decoration: none !important;
}

.single-animationstyle {
  background: #FFFFF1;
}
.single-animationstyle .t-mv {
  background-color: #D9F3D4;
  background-image: repeating-linear-gradient(-76deg, #FEB6B6, #FEB6B6 14px, transparent 0, transparent 28px);
  height: clamp(425px, 50vh, 500px);
}
.single-animationstyle .animationstyle_contents {
  margin-top: 9rem;
  background: #fff;
}
.single-animationstyle .sec03 {
  margin-bottom: 100px;
}

.single-lifehack {
  background: #FFFFF1;
}
.single-lifehack .t-mv {
  background-color: #D9F3D4;
  background-image: repeating-linear-gradient(-76deg, #FFFFC8, #FFFFC8 14px, transparent 0, transparent 28px);
  height: clamp(425px, 50vh, 500px);
}
.single-lifehack .lifehack_contents {
  margin-top: 9rem;
  background: #fff;
}

.single-perspective {
  background: #FFFFF1;
}
.single-perspective .t-mv {
  background-color: #D9F3D4;
  background-image: repeating-linear-gradient(-76deg, #A5F3FE, #A5F3FE 14px, transparent 0, transparent 28px);
  height: clamp(425px, 50vh, 500px);
}
.single-perspective .perspective_contents {
  margin-top: 9rem;
  background: #fff;
}

.single-blog {
  background: #FFFFF1;
}
.single-blog .t-mv {
  background-color: #FFFFF1;
  background-image: repeating-linear-gradient(-76deg, #FFFFC8, #FFFFC8 14px, transparent 0, transparent 28px);
  height: clamp(425px, 50vh, 500px);
}
.single-blog .blog_contents {
  margin-top: 9rem;
  background: #fff;
}

.single-pagination {
  margin: 0 auto 5rem auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.single-pagination .post-page-numbers {
  margin: 0 auto;
  display: block;
  width: clamp(300px, 80%, 510px);
  height: clamp(70px, 50%, 90px);
  line-height: clamp(70px, 50%, 90px);
  border: solid 1px #FC5D22;
  text-align: center;
  background: #FFC978;
  background: linear-gradient(#FFC164 0%, #FBA424 12%, #F6A629 50%, #FBA422 80%, #FFC978 100%);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.content__attention h2 {
  margin: 50px auto 25px auto;
  background: #B8F7AC;
  padding: 25px 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #FEB6B6;
}
.content__attention h2 span {
  font-weight: bold;
}
.content__attention h2 > span {
  background: linear-gradient(transparent 75%, #A5F3FE 75%);
}
.content__attention ul li a {
  text-decoration: none;
}
.content__attention ul li .card {
  transition: 0.3s;
}
.content__attention ul li .card img {
  height: 250px;
}
.content__attention ul li .card:hover {
  box-shadow: 7px 10px 0 #D9F3D4;
  transform: translate(-2.5px, -4.5px);
}
.content__attention ul li .card .card-body {
  height: 90px;
}
.content__attention ul li .card-title_private::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f023";
  margin-left: 5px;
  font-size: 70%;
  color: #fcb900;
}

.content__wellRead {
  margin-bottom: 100px;
}
.content__wellRead h2 {
  margin: 50px auto 25px auto;
  background: #B8F7AC;
  padding: 25px 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #D9F3D4;
}
.content__wellRead h2 span {
  font-weight: bold;
}
.content__wellRead h2 > span {
  background: linear-gradient(transparent 75%, #FEB6B6 75%);
}

/*-------------------------------------------*/
/* 　アーカイブページ
/*-------------------------------------------*/
.post-type-archive,
.archive {
  background: #FFFFF1;
}
.post-type-archive .t-mv,
.archive .t-mv {
  background-color: #D9F3D4;
  background-image: repeating-linear-gradient(-76deg, #FEB6B6, #FEB6B6 14px, transparent 0, transparent 28px);
  height: clamp(400px, 45vh, 480px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-type-archive .t-mv h1,
.archive .t-mv h1 {
  font-size: clamp(23px, 6vw, 60px);
  line-height: 1.4;
  text-shadow: 0 3px 0 #FFFFF1;
}
.post-type-archive .card,
.archive .card {
  position: relative;
}
.post-type-archive .card img,
.archive .card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive .card .addtoany_content_bottom,
.archive .card .addtoany_content_bottom {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
}
.post-type-archive .card .term-list,
.archive .card .term-list {
  position: absolute;
  top: 10px;
  left: 10px;
}
.post-type-archive .card .term-list .term,
.archive .card .term-list .term {
  display: inline-block;
  background: #FFC164;
  min-width: 100px;
  text-align: center;
  padding: 1px 5px;
  font-weight: 600;
}
.post-type-archive .card .term-list .term:hover,
.archive .card .term-list .term:hover {
  text-decoration: none;
  color: #fff;
}
.post-type-archive .card .term-list .term:not(:first-of-type),
.archive .card .term-list .term:not(:first-of-type) {
  margin-left: 8px;
}
.post-type-archive .sec01 #form,
.archive .sec01 #form {
  position: relative;
  margin: 60px auto;
}
.post-type-archive .sec01 #form #s-box,
.archive .sec01 #form #s-box {
  width: clamp(200px, 95%, 300px);
  height: 40px;
  box-shadow: 5px 5px 0 #B8F7AC;
  border: solid 1px #C8C8C8;
  border-radius: 10px;
  padding-left: 10px;
}
.post-type-archive .sec01 #form #sbtn2,
.archive .sec01 #form #sbtn2 {
  background: none;
  border: none;
  position: absolute;
  left: calc(50% + 100px);
  bottom: 6px;
  font-size: 150%;
  cursor: pointer;
}
.post-type-archive .sec02 ul li,
.archive .sec02 ul li {
  margin-bottom: 30px;
}
.post-type-archive .sec02 ul li .card-body,
.archive .sec02 ul li .card-body {
  min-height: 220px;
}
@media (min-width: 400px) {
  .post-type-archive .sec02 ul li .card-body,
.archive .sec02 ul li .card-body {
    min-height: 196px;
  }
}
.post-type-archive .sec02 ul li .card,
.archive .sec02 ul li .card {
  transition: 0.3s;
  position: relative;
}
.post-type-archive .sec02 ul li .card img,
.archive .sec02 ul li .card img {
  height: 300px;
}
.post-type-archive .sec02 ul li .card:hover,
.archive .sec02 ul li .card:hover {
  box-shadow: 7px 10px 0 #D9F3D4;
  transform: translate(-2.5px, -4.5px);
}
.post-type-archive .sec02 ul li .card time,
.archive .sec02 ul li .card time {
  padding-left: 15px;
  position: absolute;
  top: 270px;
  right: 5px;
  text-shadow: 2px 2px 2px #fff;
}
.post-type-archive .sec02 ul li .card-title_private::after,
.archive .sec02 ul li .card-title_private::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f023";
  margin-left: 5px;
  font-size: 70%;
  color: #fcb900;
}
.post-type-archive .pagination .nav-links,
.archive .pagination .nav-links {
  text-align: center;
  margin: 0 auto;
}
.post-type-archive .pagination .nav-links .current,
.archive .pagination .nav-links .current {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 7px;
  border: 2px solid #63B93B;
  border-radius: 50%;
  background: #A5F3FE;
  font-size: 1.3rem;
  line-height: 30px;
}
@media (min-width: 576px) {
  .post-type-archive .pagination .nav-links .current,
.archive .pagination .nav-links .current {
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 1.4rem;
    margin: 8px;
  }
}
.post-type-archive .pagination .nav-links .dots,
.archive .pagination .nav-links .dots {
  display: inline-block;
  margin: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}
.post-type-archive .pagination .nav-links a.page-numbers,
.archive .pagination .nav-links a.page-numbers {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 7px;
  border: 2px solid #63B93B;
  border-radius: 50%;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 31px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.post-type-archive .pagination .nav-links a.page-numbers:hover,
.archive .pagination .nav-links a.page-numbers:hover {
  background: #A5F3FE;
  transition: all 0.3s;
  opacity: 1;
}
@media (min-width: 576px) {
  .post-type-archive .pagination .nav-links a.page-numbers,
.archive .pagination .nav-links a.page-numbers {
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 1.4rem;
    margin: 8px;
  }
}

.post-type-archive-animationstyle {
  background: #FFFFF1;
}
.post-type-archive-animationstyle .t-mv {
  background-color: #D9F3D4;
  background-image: repeating-linear-gradient(-76deg, #FEB6B6, #FEB6B6 14px, transparent 0, transparent 28px);
  height: clamp(400px, 45vh, 480px);
}
.post-type-archive-animationstyle .sec03 {
  margin-bottom: 100px;
}

.post-type-archive-lifehack {
  background: #FFFFF1;
}
.post-type-archive-lifehack .t-mv {
  background-color: #D9F3D4;
  background-image: repeating-linear-gradient(-76deg, #FFFFC8, #FFFFC8 14px, transparent 0, transparent 28px);
  height: clamp(400px, 45vh, 480px);
}

.post-type-archive-perspective .t-mv {
  background-color: #D9F3D4;
  background-image: repeating-linear-gradient(-76deg, #A5F3FE, #A5F3FE 14px, transparent 0, transparent 28px);
  height: clamp(400px, 45vh, 480px);
}

.post-type-archive-blog .t-mv {
  background-color: #FFFFF1;
  background-image: repeating-linear-gradient(-76deg, #FFFFC8, #FFFFC8 14px, transparent 0, transparent 28px);
  height: clamp(400px, 45vh, 480px);
}

.post-type-archive-drawing .t-mv {
  background-color: #C8C8C8;
  background-image: repeating-linear-gradient(-65deg, #A5F3FE, #A5F3FE 14px, transparent 0, transparent 28px);
  height: clamp(400px, 45vh, 480px);
}

/*-------------------------------------------*/
/* 　search
/*-------------------------------------------*/
.search {
  background: #FFFFF1;
}
.search .t-mv {
  background-color: #FFFFC8;
  background-image: repeating-linear-gradient(-65deg, #C8C8C8, #C8C8C8 14px, transparent 0, transparent 28px);
  height: clamp(210px, 25vh, 250px);
}
.search .t-mv h1 {
  line-height: clamp(210px, 25vh, 250px);
  font-size: clamp(23px, 7vw, 64px);
  text-shadow: 0 3px 0 #FFFFF1;
}
.search .sec01 > h2 {
  margin: 40px auto;
}
.search .sec01 ul {
  flex-wrap: wrap;
}
.search .sec01 ul li {
  margin-bottom: 30px;
}
.search .sec01 ul li .card {
  transition: 0.3s;
  height: 100%;
}
.search .sec01 ul li .card .card-body {
  min-height: 165px;
}
.search .sec01 ul li .card .card-body p:first-of-type {
  margin-bottom: 10px;
}
.search .sec01 ul li .card-title_private::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f023";
  margin-left: 5px;
  font-size: 70%;
  color: #fcb900;
}
.search .sec01 ul li .card:hover {
  box-shadow: 7px 10px 0 #D9F3D4;
  transform: translate(-2.5px, -4.5px);
}
.search .sec01 ul li .card a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
}
.search .sec01 .attachment-post-thumbnail {
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}
.search .pagination .nav-links {
  text-align: center;
  margin: 0 auto;
}
.search .pagination .nav-links .current {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 7px;
  border: 2px solid #63B93B;
  border-radius: 50%;
  background: #A5F3FE;
  font-size: 1.3rem;
  line-height: 30px;
}
@media (min-width: 576px) {
  .search .pagination .nav-links .current {
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 1.4rem;
    margin: 8px;
  }
}
.search .pagination .nav-links .dots {
  display: inline-block;
  margin: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}
.search .pagination .nav-links a.page-numbers {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 7px;
  border: 2px solid #63B93B;
  border-radius: 50%;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 31px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.search .pagination .nav-links a.page-numbers:hover {
  background: #A5F3FE;
  transition: all 0.3s;
  opacity: 1;
}
@media (min-width: 576px) {
  .search .pagination .nav-links a.page-numbers {
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 1.4rem;
    margin: 8px;
  }
}
.search #form {
  position: relative;
  margin: 60px auto;
}
.search #form #s-box {
  width: clamp(200px, 95%, 300px);
  height: 40px;
  box-shadow: 5px 5px 0 #B8F7AC;
  border: solid 1px #C8C8C8;
  border-radius: 10px;
  padding-left: 10px;
}
.search #form #sbtn2 {
  background: none;
  border: none;
  position: absolute;
  left: calc(50% + 100px);
  bottom: 6px;
  font-size: 150%;
  cursor: pointer;
}
/*# sourceMappingURL=page.css.map */