@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
/*================*/
/* 下層ページ共通 */
/*================*/
.page .page-heading {
  width: 100%;
  height: 31.5vw;
  padding-top: 15vw;
  background: url(/gift/images/common/com_bg01.webp) no-repeat center bottom;
  background-size: 100% auto;
  text-align: center;
}
@media (max-width: 1395px) {
  .page .page-heading {
    height: 446px;
    padding-top: 209px;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .page .page-heading {
    padding-top: 137px;
  }
}
@media (max-width: 767px) {
  .page .page-heading {
    height: 240px;
    padding-top: 82px;
  }
}
.page .page-heading h1 {
  padding-bottom: 10px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page .page-heading h1 {
    font-size: 26px;
  }
}
.page .page-heading h1 span {
  position: relative;
  display: inline-block;
}
.page .page-heading h1 span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffba11;
}
.page .page-heading h1 + p {
  margin-top: 24px;
}
.page .contents {
  padding: 80px 0 100px;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 9px, rgba(255, 242, 0, 0.5) 9px, rgba(255, 242, 0, 0.5) 15px);
}
@media (max-width: 767px) {
  .page .contents {
    padding: 40px 0 60px;
  }
}
.page .contents-wrap {
  padding: 40px;
  background-color: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .page .contents-wrap {
    padding: 24px 16px;
  }
}
.page .contents-wrap + .contents-wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .page .contents-wrap + .contents-wrap {
    margin-top: 60px;
  }
}

/*============*/
/* 事業者の方 */
/*============*/
.business-wrap .business-btn ul,
.business-wrap .person-btn ul,
.person-wrap .business-btn ul,
.person-wrap .person-btn ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 60px;
}
@media (max-width: 1395px) {
  .business-wrap .business-btn ul,
.business-wrap .person-btn ul,
.person-wrap .business-btn ul,
.person-wrap .person-btn ul {
    gap: 32px 40px;
  }
}
@media (max-width: 1279px) {
  .business-wrap .business-btn ul,
.business-wrap .person-btn ul,
.person-wrap .business-btn ul,
.person-wrap .person-btn ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 0;
  }
}
.business-wrap .business-btn ul li,
.business-wrap .person-btn ul li,
.person-wrap .business-btn ul li,
.person-wrap .person-btn ul li {
  width: calc((100% - 60px) / 2);
  min-height: 164px;
}
@media (max-width: 1395px) {
  .business-wrap .business-btn ul li,
.business-wrap .person-btn ul li,
.person-wrap .business-btn ul li,
.person-wrap .person-btn ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 1279px) {
  .business-wrap .business-btn ul li,
.business-wrap .person-btn ul li,
.person-wrap .business-btn ul li,
.person-wrap .person-btn ul li {
    max-width: 670px;
    width: 100%;
    height: 164px;
  }
}
@media (max-width: 767px) {
  .business-wrap .business-btn ul li,
.business-wrap .person-btn ul li,
.person-wrap .business-btn ul li,
.person-wrap .person-btn ul li {
    min-height: auto;
    height: 110px;
  }
}
.business-wrap .business-btn ul li a,
.business-wrap .person-btn ul li a,
.person-wrap .business-btn ul li a,
.person-wrap .person-btn ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 40px 92px 40px 40px;
  background-color: #0879b7;
  color: #FFF;
  text-align: left;
}
@media (max-width: 767px) {
  .business-wrap .business-btn ul li a,
.business-wrap .person-btn ul li a,
.person-wrap .business-btn ul li a,
.person-wrap .person-btn ul li a {
    padding: 24px 72px 24px 24px;
  }
}
.business-wrap .business-btn ul li a::after,
.business-wrap .person-btn ul li a::after,
.person-wrap .business-btn ul li a::after,
.person-wrap .person-btn ul li a::after {
  width: 60px;
  height: 60px;
  background-image: url(/gift/images/common/com_ic01.svg);
}
@media (max-width: 767px) {
  .business-wrap .business-btn ul li a::after,
.business-wrap .person-btn ul li a::after,
.person-wrap .business-btn ul li a::after,
.person-wrap .person-btn ul li a::after {
    width: 40px;
    height: 40px;
  }
}
.business-wrap .business-btn ul li a .btn-wrap .text,
.business-wrap .person-btn ul li a .btn-wrap .text,
.person-wrap .business-btn ul li a .btn-wrap .text,
.person-wrap .person-btn ul li a .btn-wrap .text {
  display: block;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .business-wrap .business-btn ul li a .btn-wrap .text,
.business-wrap .person-btn ul li a .btn-wrap .text,
.person-wrap .business-btn ul li a .btn-wrap .text,
.person-wrap .person-btn ul li a .btn-wrap .text {
    font-size: 20px;
  }
}
.business-wrap .business-btn ul li a .btn-wrap .small,
.business-wrap .person-btn ul li a .btn-wrap .small,
.person-wrap .business-btn ul li a .btn-wrap .small,
.person-wrap .person-btn ul li a .btn-wrap .small {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .business-wrap .business-btn ul li a .btn-wrap .small,
.business-wrap .person-btn ul li a .btn-wrap .small,
.person-wrap .business-btn ul li a .btn-wrap .small,
.person-wrap .person-btn ul li a .btn-wrap .small {
    margin-top: 8px;
    font-size: 14px;
  }
}
.business-wrap .business-btn ul li a .btn-wrap .small + .text,
.business-wrap .person-btn ul li a .btn-wrap .small + .text,
.person-wrap .business-btn ul li a .btn-wrap .small + .text,
.person-wrap .person-btn ul li a .btn-wrap .small + .text {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .business-wrap .business-btn ul li a .btn-wrap .small + .text,
.business-wrap .person-btn ul li a .btn-wrap .small + .text,
.person-wrap .business-btn ul li a .btn-wrap .small + .text,
.person-wrap .person-btn ul li a .btn-wrap .small + .text {
    margin-top: 5px;
  }
}
.business-wrap .no-link,
.person-wrap .no-link {
  pointer-events: none;
}

.business-wrap .large {
  margin-bottom: 60px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .business-wrap .large {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.business-wrap .large a {
  text-decoration: underline;
}
.business-wrap .large a:hover {
  opacity: 0.7;
}
.business-wrap .business-btn ul .first {
  width: 100%;
  padding-bottom: 4em;
}
@media (max-width: 1279px) {
  .business-wrap .business-btn ul .first {
    height: auto;
    padding-bottom: 0;
  }
}
.business-wrap .business-btn ul .first > a {
  background-color: #03A33F;
}
@media (max-width: 1279px) {
  .business-wrap .business-btn ul .first > a {
    height: 164px;
  }
}
@media (max-width: 767px) {
  .business-wrap .business-btn ul .first > a {
    height: 110px;
  }
}
.business-wrap .manual {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .business-wrap .manual {
    margin-top: 60px;
  }
}
.business-wrap .manual h2 {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fce37c;
  border-radius: 8px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .business-wrap .manual h2 {
    margin-bottom: 24px;
    padding: 12px;
    font-size: 20px;
  }
}
.business-wrap li .note {
  padding-block: 1em 0.5em;
}
@media (max-width: 767px) {
  .business-wrap li .note {
    max-width: 400px;
    margin-inline: auto;
  }
}
.business-wrap li .note p {
  margin-left: 1em;
  text-indent: -1em;
}
.business-wrap li .note p a {
  display: inline !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: #F00 !important;
  text-decoration: underline;
}
.business-wrap li .note p a:hover {
  text-decoration: none;
}

.person-wrap .person-btn ul .first {
  width: 100%;
}
.person-wrap .person-btn ul li:nth-child(-n+3) {
  min-height: 110px;
  height: auto;
}

.person-app-wrap h2 {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fce37c;
  border-radius: 8px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .person-app-wrap h2 {
    padding: 12px;
    font-size: 18px;
  }
}
.person-app-wrap .person-app-btn {
  margin-top: 40px;
}
.person-app-wrap .person-app-btn .flex {
  display: flex;
  gap: 0 16px;
}
@media (max-width: 1279px) {
  .person-app-wrap .person-app-btn .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 0;
  }
}
.person-app-wrap .person-app-btn .flex .ribbon {
  --cut: 1em;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 70%;
  padding: 8px 2em;
  background: #e96d6a;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-clip-path: polygon(100% 0, calc(100% - var(--cut)) 50%, 100% 100%, 0 100%, calc(0% + var(--cut)) 50%, 0 0);
          clip-path: polygon(100% 0, calc(100% - var(--cut)) 50%, 100% 100%, 0 100%, calc(0% + var(--cut)) 50%, 0 0);
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .ribbon {
    font-size: 17px;
  }
}
.person-app-wrap .person-app-btn .flex .col {
  width: calc((100% - 16px) / 2);
  padding: 24px 16px;
  border: 1px solid #999;
  border-radius: 8px;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(1) {
  position: relative;
  background-color: #e5fff0;
}
@media (max-width: 1279px) {
  .person-app-wrap .person-app-btn .flex .col:nth-child(1) {
    width: 100%;
    max-width: 670px;
  }
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .col:nth-child(1) {
    max-width: 400px;
  }
}
.person-app-wrap .person-app-btn .flex .col:nth-child(1) h3 {
  color: #03A33F;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(1) ul li a {
  background-color: #03A33F;
  border-color: #03A33F;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(1) .comment {
  margin-top: 16px;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(2) {
  background-color: #ffeef1;
}
@media (max-width: 1279px) {
  .person-app-wrap .person-app-btn .flex .col:nth-child(2) {
    width: 100%;
    max-width: 670px;
  }
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .col:nth-child(2) {
    max-width: 400px;
  }
}
.person-app-wrap .person-app-btn .flex .col:nth-child(2) h3 {
  color: #c4002a;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(2) h3 + ul > li:not(:first-of-type) {
  margin-top: 40px;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(2) ul li a {
  background-color: #c4002a;
  border-color: #c4002a;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(2) ul li a:nth-child(2) {
  min-height: auto !important;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(2) .comment {
  margin-bottom: 16px;
}
.person-app-wrap .person-app-btn .flex .col:nth-child(2) .comment dt {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .col:nth-child(2) .comment dt {
    font-size: 16px;
  }
}
.person-app-wrap .person-app-btn .flex .col ul li a {
  display: flex;
  align-items: center;
  min-width: auto;
  width: 100%;
  height: 100%;
  min-height: 164px;
  padding-inline: 24px 86px;
  text-align: left;
  color: #FFF;
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .col ul li a {
    min-height: 110px;
    padding-inline: 24px 72px;
  }
}
.person-app-wrap .person-app-btn .flex .col ul li a::after {
  width: 60px;
  height: 60px;
  background-image: url(/gift/images/common/com_ic01.svg);
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .col ul li a::after {
    width: 40px;
    height: 40px;
  }
}
.person-app-wrap .person-app-btn .flex .col ul li .btn-wrap .text {
  display: block;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .col ul li .btn-wrap .text {
    font-size: 20px;
  }
}
.person-app-wrap .person-app-btn .flex .col ul li .btn-wrap .small {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .col ul li .btn-wrap .small {
    margin-top: 8px;
    font-size: 14px;
  }
}
.person-app-wrap .person-app-btn .flex h3 {
  margin-bottom: 24px;
  font-size: 56px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex h3 {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
.person-app-wrap .person-app-btn .flex .digital .app-link {
  padding-bottom: 24px;
}
.person-app-wrap .person-app-btn .flex .digital .app-link a {
  position: relative;
  display: block;
  padding: 16px 50px 16px 24px;
  background-color: #ffa600;
  border-radius: 16px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .digital .app-link a {
    padding: 16px 46px 16px 24px;
    font-size: 16px;
  }
}
.person-app-wrap .person-app-btn .flex .digital .app-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/gift/images/common/com_ic01.svg) no-repeat center center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .person-app-wrap .person-app-btn .flex .digital .app-link a::after {
    width: 22px;
    height: 22px;
  }
}
.person-app-wrap .person-app-btn .flex .digital .app-link a:hover {
  opacity: 0.7;
}
.person-app-wrap .person-app-btn .flex .digital .app-link p:not(:first-of-type) {
  margin-top: 24px;
}

.person-other-wrap h2 {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fce37c;
  border-radius: 8px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .person-other-wrap h2 {
    padding: 12px;
    font-size: 18px;
  }
}
.person-other-wrap h2:not(:first-of-type) {
  margin-top: 40px;
}
.person-other-wrap figure img {
  width: 100%;
}

/*================*/
/* 電子商品券申込 */
/*================*/
.paperticket .paperticket-wrap h2 {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fce37c;
  border-radius: 8px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap h2 {
    padding: 12px;
    font-size: 18px;
  }
}
.paperticket .paperticket-wrap dl {
  margin-top: 16px;
  padding: 16px 24px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap dl {
    padding-inline: 16px;
  }
}
.paperticket .paperticket-wrap dl dt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap dl dt {
    font-size: 18px;
  }
}
.paperticket .paperticket-wrap dl dd .app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap dl dd .app .img img {
    width: 90px;
  }
}
.paperticket .paperticket-wrap dl dd .note {
  margin-top: 24px;
}
.paperticket .paperticket-wrap dl dd .list-num li:not(:first-of-type) {
  margin-top: 0.5em;
}
.paperticket .paperticket-wrap .btn {
  margin-top: 40px;
  text-align: center;
}
.paperticket .paperticket-wrap .btn p {
  margin-bottom: 16px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap .btn p {
    font-size: 16px;
  }
}
.paperticket .paperticket-wrap .btn a {
  display: flex;
  align-items: center;
  max-width: 400px;
  height: 164px;
  padding: 40px 92px 40px 40px;
  background-color: #03A33F;
  color: #FFF;
  text-align: left;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap .btn a {
    height: 110px;
    padding: 24px 72px 24px 24px;
  }
}
.paperticket .paperticket-wrap .btn a::after {
  width: 60px;
  height: 60px;
  background-image: url(/gift/images/common/com_ic01.svg);
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap .btn a::after {
    width: 40px;
    height: 40px;
  }
}
.paperticket .paperticket-wrap .btn a .btn-wrap .text {
  display: block;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap .btn a .btn-wrap .text {
    font-size: 20px;
  }
}
.paperticket .paperticket-wrap .btn a .btn-wrap .small {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap .btn a .btn-wrap .small {
    margin-top: 8px;
    font-size: 14px;
  }
}
.paperticket .paperticket-wrap .btn a .btn-wrap .small + .text {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .paperticket .paperticket-wrap .btn a .btn-wrap .small + .text {
    margin-top: 5px;
  }
}

/*======*/
/* Q＆A */
/*======*/
.faq .faq-wrap:not(:first-of-type) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .faq .faq-wrap:not(:first-of-type) {
    margin-top: 80px;
  }
}
.faq .faq-wrap h2 {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fce37c;
  border-radius: 8px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .faq .faq-wrap h2 {
    padding: 12px;
    font-size: 20px;
  }
}
.faq .faq-wrap h2 + dl {
  margin-top: 0;
}
.faq .faq-wrap h2 + h3 {
  margin-top: 0;
}
.faq .faq-wrap h3 {
  margin: 60px 0 16px;
  color: #0879b7;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .faq .faq-wrap h3 {
    margin: 40px 0 16px;
    font-size: 20px;
  }
}
.faq .faq-wrap dl {
  margin-top: 16px;
  padding: 16px;
  background-color: #fafafa;
}
.faq .faq-wrap dl dt {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 8px;
  padding-left: 2em;
  border-bottom: 1px solid #999;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  .faq .faq-wrap dl dt {
    font-size: 16px;
  }
}
.faq .faq-wrap dl dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 1;
}
.faq .faq-wrap dl dd {
  position: relative;
  padding-left: 2em;
}
.faq .faq-wrap dl dd::before {
  content: "A. ";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 24px;
  color: #F00;
  line-height: 1;
}
.faq .faq-wrap dl dd p + p,
.faq .faq-wrap dl dd p + ul,
.faq .faq-wrap dl dd ul + p,
.faq .faq-wrap dl dd p + ol,
.faq .faq-wrap dl dd ol + p {
  margin-top: 1em;
}
.faq .faq-wrap dl dd ul li {
  padding-left: 1em;
}
.faq .faq-wrap dl dd ul li:before {
  content: "・";
  margin-left: -1em;
}
.faq .faq-wrap dl dd ol li {
  margin-left: 30px;
}

/*=====================*/
/* プライバシーポリシー */
/*=====================*/
.privacy-wrap dt {
  margin-bottom: 0.5em;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  .privacy-wrap dt {
    font-size: 18px;
  }
}
.privacy-wrap dt:not(:first-of-type) {
  margin-top: 2em;
}
.privacy-wrap dd .list-dot {
  margin: 1em 0;
}

/*==========*/
/* 募集要領 */
/*==========*/
.requirements .requirements-wrap p + p,
.requirements .requirements-wrap p + dl,
.requirements .requirements-wrap p + ul,
.requirements .requirements-wrap ul + p,
.requirements .requirements-wrap p + ol,
.requirements .requirements-wrap ol + p {
  margin-top: 1em;
}
.requirements .requirements-wrap dt {
  margin-bottom: 0.5em;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  .requirements .requirements-wrap dt {
    font-size: 18px;
  }
}
.requirements .requirements-wrap dt:not(:first-of-type) {
  margin-top: 2em;
}
.requirements .requirements-wrap .list-circle li {
  position: relative;
  padding-left: 1em;
}
.requirements .requirements-wrap .list-circle li::before {
  content: "〇";
  margin-left: -1em;
}
.requirements .requirements-wrap .list-circle li > .list-number {
  margin-top: 0.5em;
}
.requirements .requirements-wrap .list-circle li > .note li {
  padding-left: 0;
}
.requirements .requirements-wrap .list-circle li > .note li::before {
  content: none;
}
.requirements .requirements-wrap .list-circle li > p {
  margin-top: 1em;
}
.requirements .requirements-wrap .list-circle li .list-dot {
  margin-top: 0.5em;
}
.requirements .requirements-wrap .list-circle li .list-dot li::before {
  content: "・" !important;
}
.requirements .requirements-wrap .list-circle li:not(:first-of-type) {
  margin-top: 0.5em;
}
.requirements .requirements-wrap .list-number {
  list-style-type: none;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.requirements .requirements-wrap .list-number > li {
  position: relative;
  padding-left: 0;
}
.requirements .requirements-wrap .list-number > li::before {
  content: "(" counter(list-item) ")";
  position: absolute;
  right: calc(100% + 0.5rem);
  white-space: nowrap;
}
.requirements .requirements-wrap .list-number li:not(:first-of-type) {
  margin-top: 0.5em;
}
.requirements .requirements-wrap .list-order {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.requirements .requirements-wrap .list-order > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.requirements .requirements-wrap .list-order > li .list-number {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .requirements a[href^="tel:"] {
    color: inherit !important;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}

/*==========*/
/* お知らせ */
/*==========*/
.news .news-wrap .news-list li {
  border-bottom: 1px solid #999;
}
.news .news-wrap .news-list li a {
  display: block;
  position: relative;
  padding: 16px 56px 16px 0;
}
.news .news-wrap .news-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(/gift/images/common/com_ic04.svg) no-repeat center top;
  background-size: 100% auto;
}
.news .news-wrap .news-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.news .news-wrap .news-list li dl {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  font-family: "NotoSansJP-Medium", sans-serif;
}
@media (max-width: 767px) {
  .news .news-wrap .news-list li dl {
    flex-direction: column;
    gap: 6px 0;
  }
}
.news .news-wrap .news-list li dl dt {
  width: 140px;
  padding-block: 2px 4px;
  background-color: #0879b7;
  color: #FFF;
  text-align: center;
}
.news .news-wrap .news-list li dl dd {
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .news .news-wrap .news-list li dl dd {
    padding-top: 0;
  }
}
.news .news-wrap .news-details .post-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-bottom: 24px;
  padding: 20px;
  background-color: #fce37c;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .news .news-wrap .news-details .post-header {
    gap: 4px 0;
    padding: 12px;
  }
}
.news .news-wrap .news-details .post-header h2 {
  width: calc(100% - 16px - 130px);
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .news .news-wrap .news-details .post-header h2 {
    width: 100%;
    font-size: 18px;
  }
}
.news .news-wrap .news-details .post-header p {
  width: 130px;
  text-align: right;
}
@media (max-width: 767px) {
  .news .news-wrap .news-details .post-header p {
    width: 100%;
  }
}
.news .news-wrap .return-btn {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .news .news-wrap .return-btn {
    margin-top: 40px;
  }
}
.news .news-wrap .return-btn .com-bt {
  font-size: 18px;
}
@media (max-width: 767px) {
  .news .news-wrap .return-btn .com-bt {
    font-size: 14px;
  }
}

/*===========*/
/* Not Found */
/*===========*/
.notfound .contents-wrap {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .notfound .contents-wrap {
    font-size: 18px;
  }
}
.notfound .contents-wrap p:last-of-type {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .notfound .contents-wrap p:last-of-type {
    margin-top: 40px;
  }
}
.notfound .contents-wrap a {
  text-decoration: underline;
}
.notfound .contents-wrap a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=contents.css.map */