@charset "UTF-8";
/* ============================================
   Base Setting
============================================ */
#areaWrapper1:not(#_) {
  width: 100%;
  padding: 0;
}

#cck2609 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  overflow: hidden;
}
#cck2609 *,
#cck2609 *::before,
#cck2609 *::after {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}
#cck2609 ol,
#cck2609 ul {
  list-style: none;
}
#cck2609 img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#cck2609 a:hover {
  text-decoration: none;
}
#cck2609 a:hover img {
  opacity: revert;
}

/* 印刷用 */
@media print {
  html {
    transform: scale(0.7);
  }
  .ready {
    opacity: 1;
  }
}
#cck2609 .margin__side {
  margin: 0 1.5rem;
}
#cck2609 .margin__top {
  margin-top: min(16vw, 5rem);
}
@media print, (min-width: 769px) {
  #cck2609 .margin__top {
    margin-top: 3.75rem;
  }
}
#cck2609 .margin__top--large {
  margin-top: min(21.3333333333vw, 6.25rem);
}
@media print, (min-width: 769px) {
  #cck2609 .margin__top--large {
    margin-top: 5rem;
  }
}
#cck2609 .margin__top--small {
  margin-top: min(10.6666666667vw, 3.75rem);
}
@media print, (min-width: 769px) {
  #cck2609 .margin__top--small {
    margin-top: 2.5rem;
  }
}
#cck2609 .margin__top--1em {
  margin-top: 1em;
}

#cck2609 .note {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #333333;
  font-weight: 400;
  font-size: min(3.2vw, 0.875rem);
  line-height: 1.5;
}
#cck2609 .note--bg {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f2f7f4;
  padding: 1.5rem;
  color: #333333;
}
#cck2609 .note--center {
  text-align: center;
}
#cck2609 .note--nogap {
  gap: unset;
}
#cck2609 .note--white {
  color: #ffffff;
}
#cck2609 .note--red {
  color: #f10000;
}
#cck2609 .note__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#cck2609 .note__title {
  font-weight: bold;
  color: #333333;
}
#cck2609 .note__title--large {
  font-size: 0.875rem;
}
#cck2609 .note__title--red {
  color: #f10000;
}
#cck2609 .note__title--red + * {
  margin-top: 0.75rem;
}
#cck2609 .note__text {
  margin-left: 1em;
  text-indent: -1em;
}

#cck2609 .pre {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  background-color: #ffff00;
  padding: 0.1em;
  color: #ff0000;
  font-weight: 700;
  font-size: min(6.9333333333vw, 2.5rem);
  letter-spacing: 0.3em;
  text-align: center;
}

#cck2609 .mv {
  margin: 0 auto;
  width: 100%;
}
#cck2609 .mv img {
  display: block;
  margin: 0 auto;
}

#cck2609 .term {
  display: grid;
  justify-content: center;
  gap: 1rem;
  background-color: #48000a;
  padding: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem) 0;
}
#cck2609 .term__box {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  gap: clamp(0.5rem, 0.2727272727rem + 0.9696969697vw, 1rem);
  color: #ffffff;
  letter-spacing: 0.03em;
}
#cck2609 .term__ttl {
  width: 12.8125rem;
  border-radius: 2rem;
  background-color: #ffffff;
  padding: 0.25rem clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
  color: #48000a;
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.25rem);
  text-align: center;
}
#cck2609 .term__txt {
  font-weight: 700;
  font-size: min(4.8vw, 1.5rem);
  text-align: center;
  font-feature-settings: "palt";
}
#cck2609 .term--year {
  background-color: #48000a;
}
#cck2609 .term--year dt {
  color: #48000a;
}

#cck2609 .schedule {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(3, auto);
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid #d0d6d3;
}
#cck2609 .schedule tbody,
#cck2609 .schedule tr {
  display: contents;
}
#cck2609 .schedule th,
#cck2609 .schedule td {
  display: block;
}
#cck2609 .schedule__ttl {
  height: 100%;
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.25rem);
  text-align: center;
  background-color: #f2f7f4;
  padding: 0.75rem min(2.1333333333vw, 0.75rem);
  place-content: center;
  border-top: 1px solid #d0d6d3;
}
@media print, (min-width: 769px) {
  #cck2609 .schedule__ttl {
    font-size: 1.125rem;
  }
}
#cck2609 .schedule__txt {
  height: 100%;
  font-size: min(3.7333333333vw, 1.125rem);
  padding: 0.75rem 0;
  padding-left: 1rem;
  place-content: center;
  border-top: 1px solid #d0d6d3;
}
@media print, (min-width: 769px) {
  #cck2609 .schedule__txt {
    font-size: 1rem;
  }
}

#cck2609 .lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
#cck2609 .lead + * {
  margin-top: 2.5rem;
}
#cck2609 .lead__txt {
  font-weight: 700;
  font-size: min(5.3333333333vw, 2rem);
}
@media print, (min-width: 769px) {
  #cck2609 .lead__txt {
    font-size: 1.625rem;
  }
}
#cck2609 .lead__subText {
  font-size: min(4.2666666667vw, 1.25rem);
}

#cck2609 .ttl {
  text-align: center;
}
#cck2609 .ttl--margin + * {
  margin-top: 1.5rem;
}
#cck2609 .ttl__txt {
  font-size: min(6.4vw, 2rem);
  text-align: center;
}
#cck2609 .ttl__txt + * {
  margin-top: 1.5rem;
}
#cck2609 .ttl__deco {
  display: inline-block;
  position: relative;
  padding-bottom: 0.75rem;
}
#cck2609 .ttl__deco::before, #cck2609 .ttl__deco::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  content: "";
}
#cck2609 .ttl__deco::before {
  transform: translateX(-141%);
  z-index: 1;
  border-bottom: 5px #ff8533 solid;
  width: 0.8em;
  height: 5px;
}
#cck2609 .ttl__deco::after {
  transform: translateX(-50%);
  border-bottom: 5px #0a9d30 solid;
  width: 2.25em;
  height: 5px;
}
#cck2609 .ttl__mark {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#cck2609 .ttl__mark img {
  width: min(61.3333333333vw, 20rem);
}
#cck2609 .ttl__sub {
  font-weight: 700;
  font-size: min(4.8vw, 1.25rem);
  text-align: center;
}

#cck2609 .item {
  display: flex;
  flex-direction: column;
  gap: min(7.4666666667vw, 2.5rem);
}
#cck2609 .itemList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: min(7.4666666667vw, 2.5rem);
  margin-inline: auto;
  width: 100%;
  max-width: 28.75rem;
}
#cck2609 .itemList__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0.75rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#cck2609 .itemList__item.span2 {
  grid-row: span 2;
}
#cck2609 .itemList__item.span3 {
  grid-row: span 3;
}
#cck2609 .itemList__item.span4 {
  grid-row: span 4;
}
#cck2609 .itemList__item.span5 {
  grid-row: span 5;
}
#cck2609 .itemList__item.span6 {
  grid-row: span 6;
}
#cck2609 .itemList__img {
  margin: auto auto 0;
  width: 70%;
}
#cck2609 .itemList__img .nebikiSeal {
  position: absolute;
  top: min(1.6vw, 0.625rem);
  right: min(5.3333333333vw, 2.25rem);
  width: min(21.3333333333vw, 6.25rem);
  height: min(21.3333333333vw, 6.25rem);
}
#cck2609 .itemList__img .prizeSeal {
  width: min(18.6666666667vw, 5.9375rem);
  height: min(18.6666666667vw, 5.9375rem);
}
#cck2609 .itemList__img:has(> .prizeSeal) {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: min(3.2vw, 1.5rem);
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
}
#cck2609 .itemList__name {
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.125rem);
}
#cck2609 .itemList__price {
  display: inline-block;
  background: linear-gradient(to right, #8a8a8a, #8a8a8a 2px, transparent 2px, transparent 8px) repeat-x left top/8px 2px, linear-gradient(to right, #8a8a8a, #8a8a8a 2px, transparent 2px, transparent 8px) repeat-x left bottom/8px 2px;
  padding: 0.75rem 0;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  max-width: 23.4375rem;
  margin-inline: auto;
}
#cck2609 .itemList__price--nebiki {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
}
#cck2609 .itemList__price--nebiki::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(3.7333333333vw, 1.125rem);
  height: min(2.6666666667vw, 0.75rem);
  background-image: url("/library/contents/share/cmp/arrow_orange.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#cck2609 .itemList__price--nebiki .itemList__price-item {
  display: inline-block;
  font-weight: 400;
}
#cck2609 .itemList__price--nebiki .itemList__price-item.--after {
  color: #f96706;
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.125rem);
}
#cck2609 .itemList__notes--area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333333;
  font-size: 0.875rem;
  text-align: center;
  gap: 0.25rem;
}
#cck2609 .itemList__notes--area .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #0a9d30;
  border: 1px solid #0a9d30;
  border-radius: 999px;
  padding: 0.125rem 0.75rem;
}
#cck2609 .itemList__notes--area .txt {
  letter-spacing: 0.05rem;
}
#cck2609 .itemList__notes--border {
  display: grid;
  place-content: center;
}
#cck2609 .itemList__notes--border .border__txt {
  color: #333333;
  border: 1px solid #333333;
  padding: 0.125rem 1.25rem;
  font-size: 0.875rem;
}
#cck2609 .itemList.--2col {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: min(3.7333333333vw, 1.25rem);
       column-gap: min(3.7333333333vw, 1.25rem);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#cck2609 .itemList.--2col:has(.nebikiSeal) {
  margin-top: clamp(3rem, 2.7727272727rem + 0.9696969697vw, 3.5rem);
}
#cck2609 .itemList.--2col .itemList__item {
  gap: 0.5rem;
  max-width: 17.5rem;
}
#cck2609 .itemList.--2col .itemList__img {
  width: 100%;
}
#cck2609 .itemList.--2col .itemList__img > picture > img {
  width: 100%;
}
#cck2609 .itemList.--2col .itemList__img .nebikiSeal {
  top: calc(min(2.6666666667vw, 1.25rem) * -1);
  right: calc(min(2.1333333333vw, 0.625rem) * -1);
  width: min(16vw, 5rem);
  height: min(16vw, 5rem);
}
#cck2609 .itemList.--2col.--center {
  grid-template-columns: repeat(4, 1fr);
}
#cck2609 .itemList.--2col.--center .itemList__item:nth-of-type(odd) {
  grid-column-start: 1;
  grid-column-end: 3;
}
#cck2609 .itemList.--2col.--center .itemList__item:nth-of-type(even) {
  grid-column-start: 3;
  grid-column-end: 5;
}
#cck2609 .itemList.--2col.--center .itemList__item.--centerItem {
  grid-column-start: 2 !important;
  grid-column-end: 4 !important;
}

#cck2609 .bannerList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  gap: clamp(0.75rem, 0.2954545455rem + 1.9393939394vw, 1.75rem);
  max-width: 62.5rem;
}
#cck2609 .bannerList__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  overflow: hidden;
}
#cck2609 .bannerList__item--border {
  border: 1px solid #ddd;
}
#cck2609 .bannerList__ttl {
  font-weight: 700;
  font-size: min(4.2666666667vw, 1.25rem);
}
#cck2609 .bannerList__link {
  transition: transform 0.3s ease-in;
}
@media (any-hover: hover) {
  #cck2609 .bannerList__link:hover {
    transform: scale(1.04);
    opacity: 0.85;
  }
}

/*----- 背景 -----*/
#cck2609 .background {
  background-image: linear-gradient(135deg, #f2885e 10%, #f5f3d2 10%, #f5f3d2 50%, #f2885e 50%, #f2885e 60%, #f5f3d2 60%, #f5f3d2 100%);
  background-size: 70.71px 70.71px;
  background-attachment: fixed;
}

#cck2609 .background {
  background-image: url("/library/contents/cmp/cck2609/img/pcbg.webp");
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  background-attachment: fixed;
  background-size: cover !important;
}

#cck2609 .nw {
  display: inline-block;
}

#cck2609 .dispPC {
  display: none;
}
@media print, (min-width: 769px) {
  #cck2609 .dispPC {
    display: block;
  }
}
@media print, (min-width: 769px) {
  #cck2609 .dispSP {
    display: none;
  }
}

/* ============================================
   fairID Content
============================================ */
@media print, (min-width: 769px) {
  #camInfo {
    padding: 2.2rem 0 1.4rem;
    margin: 3rem auto !important;
    width: 100%;
    max-width: 1200px;
  }
}

#cck2609 .u-red {
  color: #E8383D !important;
}
#cck2609 .u-bold {
  font-weight: bold;
}
#cck2609 .u-mt1rem {
  margin-top: 1rem !important;
}
#cck2609 .u-mt2rem {
  margin-top: 2rem !important;
}
#cck2609 .u-mtHalf1rem {
  margin-top: 0.5rem !important;
}

#cck2609 .contentArea {
  width: 100%;
  background-color: #ffffff;
  background-color: #FDF3F4;
  background-image: url("/library/contents/cmp/cck2609/img/bg.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media print, (min-width: 769px) {
  #cck2609 .contentArea {
    max-width: 500px;
    margin-inline: auto;
    box-shadow: 0 10px 20px rgba(72, 0, 10, 0.3);
    position: relative;
    overflow: hidden;
  }
}
#cck2609 .contentArea.padding0 {
  padding-bottom: 0;
}

#cck2609 .term {
  background-color: #E8383D;
  font-family: "Kosugi Maru", sans-serif;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: clamp(1.5rem, 1.3295454545rem + 0.7272727273vw, 1.875rem) 0;
}
#cck2609 .term__heading {
  text-align: center;
  font-size: clamp(1.25rem, 1.1363636364rem + 0.4848484848vw, 1.5rem);
  margin-inline: 0.5rem;
}
#cck2609 .term__heading span {
  display: inline-block;
  background-color: #E8383D;
  padding-inline: 0.5em;
  position: relative;
  z-index: 1;
}
#cck2609 .term__heading.mod-sideLine {
  position: relative;
}
#cck2609 .term__heading.mod-sideLine::before, #cck2609 .term__heading.mod-sideLine::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transform: translateY(-50%);
}
#cck2609 .term__heading.mod-sideLine::before {
  right: 0;
}
#cck2609 .term__heading.mod-sideLine::after {
  left: 0;
}
#cck2609 .term__contents {
  margin-top: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  max-width: 470px;
  margin-inline: auto;
}
#cck2609 .term__box {
  gap: 0.25em;
  flex-direction: row;
  padding: 0 1em;
  margin-top: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  justify-content: center;
  max-width: 430px;
  margin-inline: auto;
}
#cck2609 .term__ttl {
  color: #E8383D;
  background-color: #fff;
  font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
  border-radius: 0.625rem;
  width: auto;
}
#cck2609 .term__txt {
  flex: 1;
  font-size: clamp(1.5rem, 1.3863636364rem + 0.4848484848vw, 1.75rem);
  display: grid;
  gap: 0.25rem;
  grid-template-columns: 1fr 1.5rem 1fr;
}
#cck2609 .term__dateWrap {
  position: relative;
  text-align: right;
}
#cck2609 .term__tilde {
  font-size: 0.9em;
}
#cck2609 .term__year {
  font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
  display: block;
  text-align: left;
  letter-spacing: 0.05em;
  position: absolute;
  top: -1.1em;
  left: 1em;
}
#cck2609 .term__date {
  display: block;
  letter-spacing: 0.05em;
  justify-self: end;
}
#cck2609 .term__yearUnit {
  font-size: 0.7em;
  display: inline-block;
}
#cck2609 .term__dateUnit {
  font-size: 0.7em;
  display: inline-block;
}
#cck2609 .term__weekday {
  position: absolute;
  font-size: 0.4em;
  right: 0;
  display: inline-block;
  right: -0.9em;
  top: -0.5em;
}

#cck2609 .ttl__img {
  width: 95%;
  margin-inline: auto;
}

#cck2609 .products__mark {
  display: flex;
  gap: 1rem;
  width: 80%;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
}
#cck2609 .products__markTxt {
  font-size: clamp(1.5rem, 1.2727272727rem + 0.9696969697vw, 2rem);
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  color: #DD3A7C;
  text-align: center;
}
#cck2609 .products__markImg {
  width: 35%;
}

#cck2609 .prize__container {
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #E8383D;
  border-radius: 0.8125rem;
  padding-bottom: 2rem;
}
#cck2609 .prize__heading {
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.3295454545rem + 0.7272727273vw, 1.875rem);
  text-align: center;
  background-color: #E8383D;
  padding: 0.5em;
}
#cck2609 .prize__contents {
  margin-inline: 1rem;
  margin-top: 2rem;
}
#cck2609 .prize__ttlWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25em;
}
#cck2609 .prize__ttl {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0.75em;
}
#cck2609 .prize__ttl .ttl__img {
  width: 25%;
}
#cck2609 .prize__ttl .ttl__txt {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.8977272727rem + 0.9696969697vw, 1.625rem);
  color: #E8383D;
  flex: 1;
  text-align: left;
}
#cck2609 .prize__ttl .ttl__txt .mod-small {
  font-size: 0.6em;
  display: inline-block;
}
#cck2609 .prize__headcount {
  width: 18%;
}
#cck2609 .prize__headcount.mod-10000 {
  width: 28%;
}
#cck2609 .prize__txt {
  font-size: min(3.2vw, 0.875rem);
}

#cck2609 .applyLink__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
#cck2609 .applyLink__txt {
  font-size: 2em;
  font-family: "Kosugi Maru", sans-serif;
  color: #E8383D;
  font-weight: bold;
}
#cck2609 .applyLink__qr {
  width: 30%;
}
#cck2609 .applyLink__link {
  display: block;
  background-color: #E8383D;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  position: relative;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  width: 80%;
  max-width: 400px;
  margin-inline: auto;
  padding: 1em 0.25em;
  font-size: clamp(1.125rem, 0.9545454545rem + 0.7272727273vw, 1.5rem);
  margin-bottom: 1rem;
  transition: opacity 0.2s ease;
}
@media print, (min-width: 769px) {
  #cck2609 .applyLink__link:hover {
    opacity: 0.7;
  }
}
#cck2609 .applyLink__link::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  aspect-ratio: 124/125;
  width: clamp(0.9375rem, 0.7386363636rem + 0.8484848485vw, 1.375rem);
  background-image: url(/library/contents/share/otherwin_wh.svg);
}

#cck2609 .apply {
  background-color: #FFF5E0;
  padding-block: 2rem;
  border-top: 4px solid #E60012;
}
#cck2609 .apply .note__text .line {
  padding: 0.2rem 0.4rem;
  background-color: #00A75A;
  color: #fff;
  font-weight: bold;
  margin: 0 0.2em !important;
}
#cck2609 .apply .ttl {
  color: #BC8E4F;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  font-size: clamp(1.75rem, 1.5227272727rem + 0.9696969697vw, 2.25rem);
  margin-bottom: 1.5rem;
}
#cck2609 .apply .tab__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#cck2609 .apply .tab__list a {
  display: block;
  background-color: #FFE3A5;
  color: #BC8E4F;
  text-align: center;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 0.5em 0.25em;
  font-size: clamp(0.875rem, 0.7613636364rem + 0.4848484848vw, 1.125rem);
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
@media print, (min-width: 769px) {
  #cck2609 .apply .tab__list a:hover {
    opacity: 0.7;
  }
}
#cck2609 .apply .tab__list a.active {
  background-color: #BC8E4F;
  color: #fff;
}

#cck2609 .applyList {
  overflow: hidden;
  border: 3px solid #BC8E4F;
  background-color: #fff;
}
#cck2609 .applyList__item {
  padding: 0.5rem;
}
#cck2609 .applyList__item:not(:last-of-type) {
  border-bottom: 3px solid #BC8E4F;
}
#cck2609 .applyList__item.mod-step7 {
  padding-bottom: 1rem;
}
#cck2609 .applyList__heading {
  font-family: "Kosugi Maru", sans-serif;
  display: flex;
  gap: 1rem;
  font-weight: bold;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #cck2609 .applyList__heading {
    gap: 0.75rem;
  }
}
#cck2609 .applyList__headingNum {
  border-radius: 0 0 1.25rem 0;
  padding: 0.1em 0.5em;
  background-color: #BC8E4F;
  color: #fff;
  display: block;
  font-size: clamp(2.25rem, 1.7954545455rem + 1.9393939394vw, 3.25rem);
  align-self: flex-start;
}
#cck2609 .applyList__headingTxt {
  font-size: clamp(1.0625rem, 0.9204545455rem + 0.6060606061vw, 1.375rem);
  flex: 1;
}
#cck2609 .applyList__img {
  width: 70%;
  margin-inline: auto;
}
#cck2609 .applyList__img.col2 {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
#cck2609 .applyList__img.col2 img {
  width: 40%;
  max-width: 100px !important;
}
#cck2609 .applyList__term {
  background-color: #FFE3A5;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
  gap: 0.25em;
}
#cck2609 .applyList__note {
  padding: 1rem;
  font-weight: bold;
  font-size: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
}
#cck2609 .applyList__note * {
  font-size: 1em;
  font-weight: bold;
}
#cck2609 .applyList__txt {
  font-size: clamp(1rem, 0.9431818182rem + 0.2424242424vw, 1.125rem);
}
#cck2609 .applyList__link {
  display: block;
  background-color: #E8383D;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  position: relative;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  width: 95%;
  margin-inline: auto;
  padding: 0.75em 0.25em;
  font-size: clamp(0.9375rem, 0.8522727273rem + 0.3636363636vw, 1.125rem);
  margin-bottom: 1rem;
  transition: opacity 0.2s ease;
}
@media print, (min-width: 769px) {
  #cck2609 .applyList__link:hover {
    opacity: 0.7;
  }
}
#cck2609 .applyList__link::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  aspect-ratio: 124/125;
  width: clamp(0.9375rem, 0.7386363636rem + 0.8484848485vw, 1.375rem);
  background-image: url(/library/contents/share/cmp/img_app-download--white.svg);
}

#cck2609 .attention {
  background-color: #FFF5E0;
  overflow-wrap: anywhere;
}
#cck2609 .attention .note--bg {
  background-color: #FFF5E0;
  padding: 1.5rem 1.5rem 1rem;
}
#cck2609 .attention .note--wh {
  background-color: #fff;
  padding: 1.5rem 1.5rem 1rem;
}
#cck2609 .attention .bg--wh {
  background-color: #fff;
  padding: 1.5rem 1.5rem 1rem;
}
#cck2609 .attention__rule {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #333333;
  font-weight: 400;
  font-size: min(3.2vw, 0.875rem);
  line-height: 1.5;
}
#cck2609 .attention__rule dt {
  font-weight: bold;
  color: #333333;
}

#cck2609 .copy {
  padding: 1rem 40% 1rem;
  background-color: #FFF;
}
/*# sourceMappingURL=cck2609_style.css.map */