@charset "utf-8";
/* CSS Document */

.t18-products {
  font-family: "Murecho", sans-serif;
}


.t18-container {
   background-color: #E9FFF2;
}


/* 2021.03.22 塗り絵追加
---------------------------------------------------------------------------------*/
.txt-coloring {
   color: #cf1c48;
}
.t18-pr-report {
   position: relative;
}
.t18-pr-report::after {
   content: "";
   position: absolute;
   right: 30px;
   bottom: 3%;
   width: 27.75%;
   aspect-ratio: 797 / 596;
   background: url('../img/nurie_kids.png') no-repeat center / contain;
   pointer-events: none;
}
.t18-publicrelations-article-listcolor {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
   justify-content: space-between;
}
.t18-publicrelations-article-listcolor li {
  display: inline-block;
  width: 31.5%;
  margin-bottom: 6%;
}
.t18-publicrelations-article-listcolor li a {
   color: #000;
   text-decoration: none;
}
.t18-publicrelations-article-listcolor li dl {
   margin: 0;
   padding: 0;
}
.t18-publicrelations-article-listcolor li dl dt {
   width: 100%;
   margin: 0 0 10px;
   padding: 0;
   border: 1px solid #ccc;
}
.t18-publicrelations-article-listcolor li dl dt img {
  width: 100%;
  height: auto;
}
.t18-publicrelations-article-listcolor li dl dd {
   width: 100%;
   margin: 0;
   padding: 0;
   text-align: center;
   font-size: 1.8rem;
   font-weight: bold;
   line-height: 1.4;
}
.t18-publicrelations-article-listcolor li dl dd span {
   font-size: 1.4rem;
   font-weight: normal;
   display: block;
   margin-bottom: 10px;
}
.t18-publicrelations-article-listcolor li dl dd .clrbtn {
   display: inline-block;
   background: #00A142;
   color: #fff;
   padding: 5px 20px;
   border-radius: 25px;
}
.t18-publicrelations-article-listcolor li dl dd .clrbtn:hover {
   opacity: 0.6;
}
.display_pc {
   display: block;
}
.clrimg img {
   width: 100%;
   height: auto;
}

.t18-middle-split-rgt {
   width: 100%;
   max-width: 1400px;
   margin: 0 auto;
}

.t18-guide-upper {
   font-size: 1.8rem;
}

.hero {
  display: block;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-star {
  position: absolute;
  top: 6%;
  right: 4%;
  width: 12%;
  max-width: 180px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  animation: star-pulse 1.6s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

@keyframes star-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-star {
    animation: none;
  }
}

.t18-middle-larger-title {
   font-size: 3.6rem;
   font-weight: 600;
   line-height: 1.5;
   margin: 0;
   color: #00a142;
   border-left: 0 !important;
   padding-left: 0 !important;
}


@media screen and (max-width: 750px) {
.t18-publicrelations-article-listcolor li {
  width: 47.8%;
}
.t18-publicrelations-article-listcolor li dl dd {
   font-size: 2.4rem;
}
.t18-publicrelations-article-listcolor li dl dd span {
   font-size: 1.6rem;
}
.display_pc {
   display: none;
}
.t18-publicrelations-article-listcolor li dl dd .clrbtn {
   font-size: 1.6rem;
}
.t18-pr-report::after {
   position: static;
   right: auto;
   bottom: auto;
   width: 80%;
   margin: 40px auto 0;
   display: block;
}
}

h1.kids-page-title{
  color: #00a142!important;
}

.t18-middle-split {
   padding: 0 30px
}