@charset "utf-8";
#csr_responsive2 .csr_h1,
#csr_responsive2 .csr_h2,
#csr_responsive2 .csr_h3 {
    font-family: 'Zen Maru Gothic';
    font-style: normal;
    font-weight: 700 !important;
    color: #ff8c5f !important;
}

#csr_responsive2 .csr_h2 {
    font-size: 28px !important;
}

#csr_responsive2 .csr_h3 {
    font-size: 25px;
}

.pcBr {
    display: block;
}

@media screen and (max-width:768px) {
    .pcBr {
        display: none;
    }
}

#csr_responsive2 {
    background-color: #fff4ed;
}

#csr .container {
    padding: 100px 15px;
}

#csr_responsive2 .ttl-poster {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

#csr_responsive2 .contest__desc {
    background-color: #fff;
    padding: 30px 24px;
    border-radius: 16px;
    font-size: 18px;
    line-height: 38px;
}

@media screen and (min-width:769px), print {
    #childern_poster .col4s li {
        margin: 0 13px 25px 0;
    }
}
#childern_poster dl {
    display: grid;
    grid-template-rows: 1.25fr 1fr;
    gap: 10px;
    height: 100%;
}
#childern_poster dl dt {
    border: solid 1px #2a2a2a;
    display: flex;
    align-items: center;
}
#childern_poster .about {
    text-align: center;
}
#childern_poster .about .icon {
    width: 60%;
    display: inline-block;
}
#childern_poster .award {
    font-size: 90%;
}
#childern_poster .title {
    line-height: 1.25;
}

.sr-link a {
    color: #fff !important;
}
.sr-link a:hover {
    color: #ff8c5f !important;
}

.arw a {
    display: inline-block;
    color: #ff8c5f !important;
}

#csr_responsive2 .comment {
    background-color: #fff;
    padding: 30px 24px;
    border-radius: 16px;
    display: flex;
    gap: 16px;
    margin-top: 20px;
    font-size: 16px;
}
#csr_responsive2 .comment li {
    line-height: 34px;
}
#csr_responsive2 .comment_img {
    max-width: 120px;
    height: auto;
}


.kunitachi_link {
    margin-top: 30px;
}

.kunitachi_link__url {
    margin-top: 0 !important;
}

@media screen and (max-width:768px) {
    #csr_responsive2 .comment {
        flex-direction: column;
    }

    #csr_responsive2 .comment_img {
        max-width: 80px !important;
    }

    #csr_responsive2 .comment li {
        font-size: 14px;
        line-height: 28px;
    }
    .poster_txt {
    padding: 20px 10px;
}
}

/* フェードイン */

/* 初期状態：透明＋少し上に */
.feedIn img {
  opacity: 0;
  transform: translateY(-30px);
  transition:
    opacity 1500ms ease,
    transform 1500ms ease;
  will-change: opacity, transform;
}

/* 可視化後：通常位置・不透明に */
.feedIn img.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* アニメーションを避けたいユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .feedIn img {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.fs-18 {
    font-size: 18px !important;
    line-height: 2 !important;
}

#csr_responsive2 .notion {
    font-size: 14px !important;
    margin-top: 5px;
}

#csr_responsive2 .outline {
    margin-top: 30px;
}

#csr_responsive2 .outline li {
    margin-top: 10px;
    line-height: 1.5 !important;
}

.poster_txt {
    padding: 20px 16px;
    font-size: 16px !important;
}
.poster_txt p {
    font-size: 16px !important;
}

@media screen and (max-width:768px) {
    .poster_txt {
    padding: 20px 10px;
}
}

.sr-link {
  position: relative;
  margin-inline: auto;
  font-weight: 400;
}

.sr-link::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  rotate: 180deg;
  background: url("/library/contents/csr/common/rn202505/images/icon-arrow-white.svg") no-repeat center/contain;
  content: "";
}

.sr-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ff8c5f;
  color: #fff;
}

@media print,screen and (min-width: 769px) {

  .sr-link {
    width: 445px;
    height: 55px;
    margin-top: 100px;
  }

  .sr-link::after {
    left: 20px;
    width: 12px;
    height: 15px;
    transition: left .2s ease-in-out;
  }

  .sr-link a {
    font-size: 20px;
    transition: .2s ease-in-out;
    transition-property: background-color,border;
  }

  .sr-link:hover::after {
    left: 18px;
    background: url("/library/contents/csr/common/rn202505/images/icon-arrow-orange.svg") no-repeat center/contain;
  }

  .sr-link:hover a {
    border: solid 2px #ff8c5f !important;
    background-color: #fff !important;
    color: #ff8c5f !important;
  }
  .sr-link a:hover {
    color: #ff8c5f !important;
  }
}

@media screen and (max-width: 768px) {

  .sr-link {
    width: 22.5em;
    height: 4em;
    margin-top: 2em;
  }

  .sr-link a {
    font-size: 1.3em;
  }

  .sr-link::after {
    left: 1em;
    width: .6em;
    height: .8em;
  }
}