/* カスタマイズ用CSS */
/* プライバシーポリシー */
.privacy-policy {
  line-height: 1.9;
}

.privacy-ttl {
  font-size: 1.1rem;      /* 見出しを控えめサイズに */
  font-weight: 600;
  margin: 2.5em 0 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ccc; /* 本文との区切りライン */
}

.privacy-policy p {
  margin-bottom: 1.8em;
}

.privacy-policy ul {
  margin: 1em 0 2em 1.2em;
}

.privacy-policy li {
  margin-bottom: 0.5em;
}



/* 以下追加css */
:root {
  --fontsize-h2: calc(1.3rem + 0.6vw);
  --fontsize-h3: calc(1.278125rem + 0.3375vw);
  --fontsize-h4: calc(1.25625rem + 0.075vw);
  --fontweight-heading: 500;
}
@media (min-width: 1200px) {
  :root {
    --fontsize-h2: 1.75rem;
    --fontsize-h3: 1.53125rem;
    --fontsize-h4: 1.3125rem;
  }
}
.imgLink:hover {
	opacity: 0.7;
}
.page-title {
  font-size: var(--fontsize-h3);
  font-weight: bold;
  text-align: center;
}
.top-heading01 {
  margin-top: 50px;
  text-align: center;
}
.top-heading01 img {
  width: 80%;
  margin-bottom: 20px;
}
.top-heading01 p {
  font-size: var(--fontsize-h3);
  font-weight: bold;
}
.top-category {
  background: #fff;
}
.top-delivery {
  padding: 15px;
  color: #fff;
  border-radius: 8px;
  background: #004c82;
}
.kadomaru-img {
  border-radius: 8px;
}
.ec-secHeading .ec-secHeading__en {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
.ec-secHeading .ec-secHeading__ja {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  vertical-align: 2px;
}
.ec-faqRole__item {
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
.ec-faqRole__description {
  padding-bottom: 5px;
}
.ec-faqRole__item {
  cursor: pointer;
}
.ec-faqRole__item:hover,
.ec-newsRole__newsItem:hover {
  background-color: #eff4f8;
}
.ec-faqRole__item .ec-newsRole__newsCloseBtn {
    top: 7px;
}
.faq-q {
  padding-bottom: 5px;
  font-size: var(--fontsize-h4);
}
.guide-page-navi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  row-gap: 15px;
  margin: 0 auto;
  padding: 0;
}
.guide-box01 {
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: #f8f8f8;
  overflow: hidden;
}
.guide-box01__inner {
  padding: 10px;
}
.guide-box01__title {
  padding: 15px;
  margin: 0;
  color: #fff;
  font-size: var(--fontsize-h4);
  text-align: center;
  border-radius: 8px 8px 0 0;
  background: #004c82;
}
.guide-box01__img {
  width: 100%;
  margin-bottom: 20px;
}
.guide-box01__img img {
  border: 1px solid #ccc !important;
}
.guide-box01__text {
  width: 100%;
}
.guide-box01__step {
  color: #cc0000;
  font-weight: bold;
}


@media (min-width: 768px) {
  .top-heading01 img {
    width: 60%;
  }
  .ec-eyecatchRole .ec-eyecatchRole__image {
    width: 40% !important;
    flex-shrink: 0 !important;
  }
  .ec-eyecatchRole .ec-eyecatchRole__intro {
    width: 60% !important;
    flex-shrink: 0 !important;
  }
  .ec-faqRole__item .ec-newsRole__newsCloseBtn {
    top: 12px;
  }
  .guide-page-navi {
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 15px;
}
  .guide-box01__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  }
  .guide-box01__img {
    width: 48%;
  }
  .guide-box01__text {
    width: 48%;
  }
}

.fwB {
  font-weight: bold;
}
.sp-block {
  display: block;
}
.pc-block {
  display: none
}
.mgT-cnt {
  margin-top: 40px;
}
.mgB-cnt {
  margin-bottom: 40px;
}
.mgB0 { margin-bottom: 0 !important;}
.mgB5 { margin-bottom: 5px !important;}
.mgB10 { margin-bottom: 10px !important;}
.mgB15 { margin-bottom: 15px !important;}
.mgB20 { margin-bottom: 20px !important;}
.mgB25 { margin-bottom: 25px !important;}
.mgB30 { margin-bottom: 30px !important;}
.mgB35 { margin-bottom: 35px !important;}
.mgB40 { margin-bottom: 40px !important;}
.mgB45 { margin-bottom: 45px !important;}
.mgB50 { margin-bottom: 50px !important;}

.mgT0 { margin-top: 0 !important;}
.mgT5 { margin-top: 5px !important;}
.mgT10 { margin-top: 10px !important;}
.mgT15 { margin-top: 15px !important;}
.mgT20 { margin-top: 20px !important;}
.mgT25 { margin-top: 25px !important;}
.mgT30 { margin-top: 30px !important;}
.mgT35 { margin-top: 35px !important;}
.mgT40 { margin-top: 40px !important;}
.mgT45 { margin-top: 45px !important;}
.mgT50 { margin-top: 50px !important;}

.pdT0 { padding-top: 0 !important;}
.pdT5 { padding-top: 5px !important;}
.pdT10 { padding-top: 10px !important;}
.pdT15 { padding-top: 15px !important;}
.pdT20 { padding-top: 20px !important;}
.pdT25 { padding-top: 25px !important;}
.pdT30 { padding-top: 30px !important;}
.pdT35 { padding-top: 35px !important;}
.pdT40 { padding-top: 40px !important;}
.pdT45 { padding-top: 45px !important;}
.pdT50 { padding-top: 50px !important;}

.pdB0 { padding-bottom: 0 !important;}
.pdB5 { padding-bottom: 5px !important;}
.pdB10 { padding-bottom: 10px !important;}
.pdB15 { padding-bottom: 15px !important;}
.pdB20 { padding-bottom: 20px !important;}
.pdB25 { padding-bottom: 25px !important;}
.pdB30 { padding-bottom: 30px !important;}
.pdB35 { padding-bottom: 35px !important;}
.pdB40 { padding-bottom: 40px !important;}
.pdB45 { padding-bottom: 45px !important;}
.pdB50 { padding-bottom: 50px !important;}

@media (min-width: 768px) {
  .mgT-cnt {
    margin-top: 80px;
  }
  .mgB-cnt {
    margin-bottom: 80px;
  }
  .sp-block {
    display: none;
  }
  .pc-block {
    display: block;
  }
}