@charset "UTF-8";
/* -------------------共通------------------ */
.freepage-ttl span {
  display: block;
  text-align: center;
}

.freepage-ttl .en {
  font-family: "futura", "Century Gothic";
  line-height: 1;
  letter-spacing: 0.15em;
}

.freepage-ttl .ja {
  color: var(--GRAY02);
  letter-spacing: 0.2em;
}

.guide-ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.page__content.content__wrap {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 16px;
}

.guide-sec {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
}

ol.asterisk li, ul.asterisk li {
  position: relative;
  margin-left: 1.8rem;
}

ol.asterisk li::before, ul.asterisk li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: -1.8rem;
  content: "※";
}

@media screen and (min-width: 768px) {
  .freepage-ttl {
    margin-bottom: 50px;
  }
  .freepage-ttl .en {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .freepage-ttl .ja {
    font-size: 15px;
  }
  .guide-sec {
    margin-bottom: 80px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: 16px;
  }
  .guide-ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .guidetitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .freepage-ttl {
    margin-bottom: 30px;
  }
  .freepage-ttl .en {
    font-size: 32px;
    margin-bottom: 7px;
  }
  .freepage-ttl .ja {
    font-size: 12px;
  }
  .guide-sec {
    margin-bottom: 60px;
  }
  .guide-ttl {
    font-size: 20px;
    padding: 8px 0 8px 15px;
    margin-bottom: 30px;
  }
}
/* -------------------特定商取引法------------------- */
h2.section-title {
  text-align: center;
}

h3.contract-section-title {
  font-weight: bold;
}

.contents-wrap {
  margin-bottom: 64px;
}

.contract-section {
  text-align: left;
  display: grid;
  grid-template-columns: 32% 1fr;
  margin-bottom: 12px;
  border-bottom: dotted 1px #999;
  padding: 20px 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .contract-section {
    display: block;
  }
}
/* -------------------よくある質問------------------ */
.faq dt,
.faq dd {
  position: relative;
}

.faq dt::before,
.faq dd::before {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: absolute;
}

.faq dt::before {
  content: "Q.";
}

.faq dd::before {
  content: "A.";
  color: #7f7f7f;
}

.faq dd a {
  text-decoration: underline;
  font-weight: bold;
}

.faq dd:not(:last-child) {
  border-bottom: 1px dashed #b0b0b0;
}

@media screen and (min-width: 768px) {
  .faq:not(:last-child) {
    margin-bottom: 50px;
  }
  .faq dt {
    font-size: 18px;
    padding: 0 60px 15px 60px;
  }
  .faq dd {
    padding: 10px 60px 25px;
    margin-bottom: 25px;
  }
  .faq .faq-padding-reset {
    padding: 10px 80px 0px;
  }
  .faq dt::before,
  .faq dd::before {
    font-size: 27px;
  }
  .faq dt::before {
    left: 20px;
    top: -9px;
  }
  .faq dd::before {
    left: 22px;
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .faq:not(:last-child) {
    margin-bottom: 30px;
  }
  .faq dt {
    font-size: 16px;
    padding: 0 0px 3px 28px;
  }
  .faq dd {
    padding: 8px 0px 12px 28px;
    margin-bottom: 12px;
  }
  .faq .faq-padding-reset {
    padding: 8px 10px 0px 40px;
  }
  .faq dt::before,
  .faq dd::before {
    font-size: 19px;
  }
  .faq dt::before {
    left: 0px;
    top: -3px;
  }
  .faq dd::before {
    left: 1px;
    top: 4px;
  }
}
/* -------------------お買い物ガイド------------------ */
.guide-nav {
  display: grid;
}

.guide-nav li a {
  display: block;
  text-align: center;
  border: 1px solid var(--BLACK);
  border-radius: 70px;
}

.guide-txt p {
  line-height: 2;
}

.guide-subttl {
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #171b22;
}

.guide-list li {
  line-height: 2;
  position: relative;
}

.guide-list li::before {
  content: "";
  display: inline-block;
  background: var(--BLACK);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
}

.credit-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.guide-notes {
  position: relative;
  color: var(--GRAY04);
}

.guide-notes::before {
  content: "※";
  left: 0;
  position: absolute;
}

.rakuten-howto p {
  font-weight: bold;
  line-height: 2;
}

.rakuten-howto ul {
  counter-reset: original-counter;
}

.rakuten-howto li {
  line-height: 2;
  position: relative;
}

.rakuten-howto li::before {
  content: counter(original-counter) ".";
  counter-increment: original-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.delivery-area {
  background-color: var(--GRAY02);
}

.delivery-ttl {
  font-weight: bold;
}

.delivery-ttl::before {
  content: "【";
}

.delivery-ttl::after {
  content: "】";
}

.delivery-free {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #000;
  border-bottom: none;
  border-right: none;
  text-align: center;
  margin-bottom: 20px;
}

.delivery-free tbody tr td:nth-of-type(1) {
  text-align: left;
}

.delivery-free th,
.delivery-free td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 13px;
}

.guide-txt a {
  text-decoration: underline;
  color: #1a7ae1;
}

.faq-nav {
  display: grid;
  margin: 0 15px 50px;
}

.faq-nav li a {
  display: block;
  color: #000;
}

.faq p:last-child {
  text-align: center;
  padding: 0 0 1em 0;
  text-decoration: none;
}

.gift {
  width: 95%;
  margin: 0 auto;
}

.gift img {
  width: auto;
}

.gift-table {
  text-align: center;
}

.gift-flex {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}

.gift h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.gift > p {
  margin-bottom: 25px;
}

.gift-flex_table {
  border-collapse: collapse;
  text-align: center;
}

.gift-flex_table th, .gift-flex_table td {
  border: #c6c6c6 1px dotted;
  border-left: none;
  border-right: none;
  padding: 7px 0 5px;
}

.gift-flex_table th {
  background-color: #fff;
}

.gift-ttl th {
  background-color: #dddddd;
  padding: 5px 0 5px;
}

.order-flow {
  margin: 20px auto;
}

.order-flow h4 {
  border-bottom: 1px solid #666;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1.5em;
}

.order-flow dd {
  align-self: center;
}

.link-button.guidelinkbtn a {
  margin: 0;
  background: #fff;
  color: #000;
  border-radius: 10px;
  border: 1px solid #000;
}

.link-button.othercontactlink {
  margin-bottom: 200px;
}

.link-button.othercontactlink a {
  background: #fff;
  color: #000;
  border-radius: 0px;
  border: 1px solid #000;
}

.link-button.othercontactlink a:hover {
  background: #000;
  color: #fff;
}

.link-button.othercontactlink li {
  margin: 30px 0;
}

#FAQ01,
#FAQ02,
#FAQ03,
#FAQ04,
#FAQ05,
#FAQ06,
#FAQ07,
#FAQ08,
#FAQ09,
#FAQ10 {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .guide-nav {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 20px;
    margin-bottom: 50px;
  }
  .guide-nav li a {
    padding: 15px 0;
  }
  .guide-nav li a:hover {
    background-color: var(--BLACK);
    color: var(--WHITE);
    opacity: 1;
  }
  .guide-inner {
    margin: 0 20px;
  }
  .guide-txt {
    margin-bottom: 40px;
  }
  .guide-subttl {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .guide-subttl::before {
    width: 12px;
    left: -20px;
  }
  .guide-list {
    margin-bottom: 40px;
  }
  .guide-list li {
    padding-left: 18px;
  }
  .guide-list li::before {
    --MARU_SIZE: 10px;
    top: 10px;
  }
  .credit-list {
    width: 400px;
    gap: 10px;
    margin: 20px 0;
  }
  .guide-notes {
    font-size: 12px;
    padding-left: 16px;
  }
  .guide-notes::before {
    top: 0;
  }
  .guidelast {
    margin-bottom: 200px;
  }
  .payment {
    width: 200px;
    margin: 20px 0;
  }
  .rakuten-howto {
    margin-bottom: 40px;
  }
  .rakuten-howto li {
    padding-left: 15px;
  }
  .delivery-area {
    padding: 30px 30px 1px 20px;
    margin-bottom: 40px;
  }
  .delivery-free th,
  .delivery-free td {
    padding: 10px 20px;
  }
  .faq-nav {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 18px;
    row-gap: 13px;
    margin: 0 auto 40px;
  }
  .faq-nav li {
    border: 1px solid #515151;
    border-radius: 10px;
    background: #fafafa;
    text-align: center;
  }
  .faq-nav li a {
    padding: 10px 0;
  }
  .faq-nav li a:hover {
    background: #f4f4f4;
    border-radius: 10px;
  }
  .gift-flex p {
    display: inline-block;
    margin: 0 4em;
  }
  .gift-flex_table {
    width: 400px;
    margin: 0 20px;
  }
  .link-button a {
    padding: 10px;
  }
  .link-button li, .link-button p {
    margin: 70px 0;
  }
  .order-flow {
    width: 80%;
    margin-bottom: 80px;
  }
  .order-flow dl {
    width: 90%;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 10px;
    row-gap: 20px;
  }
  .order-flow dt {
    padding: 20px 0;
    border: #000 1px solid;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order-flow p.productinhand {
    border: #000 1px solid;
    text-align: center;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
  }
  .productin-caution {
    margin-top: 20px;
  }
  .guidelinkbtn {
    margin-top: 50px;
  }
  .link-button.guidelinkbtn a:hover {
    background: #000;
    color: #fff;
  }
  .link-button.othercontactlink a {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .guide-nav {
    display: none;
  }
  .guide-nav li a {
    padding: 10px 0;
    font-size: 12px;
  }
  .guide-inner {
    margin: 0 15px;
  }
  .guide-txt {
    margin-bottom: 30px;
  }
  .guide-subttl {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .guide-subttl::before {
    width: 10px;
    left: -15px;
  }
  .guide-list {
    margin-bottom: 30px;
  }
  .guide-list li {
    padding-left: 15px;
  }
  .guide-list li::before {
    --MARU_SIZE: 8px;
    top: 13px;
  }
  .credit-list {
    width: 100%;
    max-width: 400px;
    gap: 8px;
    margin: 15px 0;
  }
  .guide-notes {
    font-size: 11px;
    padding-left: 13px;
  }
  .guide-notes::before {
    top: 0;
  }
  .payment {
    width: 150px;
    margin: 15px 0;
  }
  .rakuten-howto {
    margin-bottom: 30px;
  }
  .rakuten-howto li {
    padding-left: 13px;
  }
  .delivery-area {
    padding: 20px 20px 1px 20px;
    margin-bottom: 30px;
  }
  .delivery-free td {
    padding: 5px 10px;
  }
  .delivery-free th {
    padding: 5px 5px;
    width: 75px;
  }
  .faq-nav {
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
    margin-bottom: 30px;
  }
  .faq-nav li {
    border: 1px solid #515151;
    border-radius: 10px;
    background: #fafafa;
    text-align: center;
  }
  .faq-nav li a {
    font-size: 13px;
    padding: 5px 0 4px;
  }
  .gift-flex p {
    font-size: 12px;
  }
  .gift-flex_table {
    flex: 1;
    margin: 0 0px 0 20px;
  }
  .gift-flex img {
    width: 30%;
  }
  .gift-table {
    font-size: 12px;
  }
  .link-button a {
    padding: 10px 14px;
  }
  .link-button li, .link-button p {
    margin: 50px 0;
  }
  .order-flow dl {
    margin: 0 auto;
  }
  .order-flow p.productinhand {
    width: 100%;
    font-size: 15px;
    border: 1px solid #242424;
    border-top: 1px solid #242424;
  }
  .order-flow dt {
    position: relative;
    display: block;
    margin: 1.1em 0 1.1em;
    padding: 7px 10px;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 1px #555;
    box-sizing: border-box;
    text-align: center;
  }
  .order-flow dt:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 2;
  }
  .order-flow dt:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -16px;
    border: 11px solid transparent;
    border-top: 11px solid #555;
    z-index: 1;
  }
  .order-flow dd {
    margin: 0 0px 1em;
  }
  .order-flow p {
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
    border-top: #000 1px dashed;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
  }
  .guidelinkbtn {
    margin-top: 20px;
  }
  .link-button.guidelinkbtn a {
    display: block;
    margin: 0 auto;
  }
  .link-button.othercontactlink a {
    width: 100%;
  }
}
/* ------------------会社概要------------------- */
.company-toparea {
  position: relative;
}

.company-toparea .freepage-ttl {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
}

.company-toparea .freepage-ttl .en {
  margin-bottom: 0;
}

.concept {
  display: grid;
}

.concept-ttl {
  text-align: center;
  color: var(--GRAY01);
}

.concept-box {
  box-shadow: 7px 8px 15px -5px #cccccc;
}

.concept-subttl {
  text-align: center;
}

.concept-list {
  display: grid;
}

.concept-list li {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23B7B6B6%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpolygon%20points%3D%22335.6%2C414.3%2053.5%2C414.3%2053.5%2C132.1%20291.1%2C132.1%20344.6%2C78.6%200%2C78.6%200%2C467.8%20389.1%2C467.8%20389.1%2C441%20389.1%2C323.7%20335.6%2C377.2%20%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%22158.9%2C163.3%20103.9%2C218.3%20193.4%2C307.8%20248.4%2C362.8%20303.4%2C307.8%20512%2C99.2%20457%2C44.2%20248.4%2C252.8%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.concept-list li .en {
  font-weight: bold;
}

.concept-list li .en::after {
  content: " :";
}

.company-ttl {
  text-align: center;
  font-weight: bold;
}

.company {
  width: 100%;
  border-collapse: collapse;
}

.company th,
.company td {
  border: 1px solid var(--GRAY03);
  border-left: none;
  border-right: none;
}

@media screen and (min-width: 768px) {
  .company-toparea {
    margin-bottom: 50px;
  }
  .company-toparea .freepage-ttl {
    padding: 30px 40px;
  }
  .concept {
    width: 80%;
    margin: 0 auto 60px;
    gap: 50px;
  }
  .concept-ttl {
    font-size: 22px;
  }
  .concept-box {
    padding: 30px;
  }
  .concept-subttl {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .concept-list {
    gap: 15px;
  }
  .concept-list li {
    padding-left: 28px;
    background-size: 18px;
    background-position: left top 2px;
  }
  .company-ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .company {
    width: 80%;
    margin: 0 auto;
  }
  .company th,
  .company td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .company-toparea {
    margin-bottom: 40px;
  }
  .company-toparea .freepage-ttl {
    padding: 15px 20px;
  }
  .company-toparea .freepage-ttl .en {
    font-size: 25px;
  }
  .concept {
    margin: 0 auto 50px;
    gap: 30px;
  }
  .concept-ttl {
    font-size: 18px;
  }
  .concept-box {
    padding: 10px 20px;
  }
  .concept-subttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .concept-list {
    gap: 12px;
  }
  .concept-list li {
    padding-left: 25px;
    background-size: 15px;
    background-position: left top 4px;
  }
  .company-ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .company th,
  .company td {
    padding: 18px 0;
  }
  .company th {
    width: 120px;
  }
}
.about-toparea {
  position: relative;
  z-index: 0;
}

.about-top {
  position: relative;
  z-index: 1;
}

.about-top::after {
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-pagettl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.about-list {
  display: grid;
}

.about-ttl {
  border-left: 5px solid #000;
}

.about-ttl span {
  display: block;
}

.about-ttl .en {
  line-height: 1;
}

.about-ttl .ja {
  color: var(--GRAY01);
}

.about-txt {
  display: grid;
}

.about-txt p {
  font-weight: 400;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .about-toparea {
    margin-bottom: 80px;
  }
  .about-pagettl {
    width: 25%;
  }
  .about-list {
    gap: 100px;
  }
  .about-ttl {
    padding: 10px 0 7px 20px;
    margin-bottom: 40px;
  }
  .about-ttl .en {
    font-size: 28px;
    margin-bottom: 3px;
  }
  .about-ttl .ja {
    font-size: 13px;
  }
  .about-txt {
    gap: 30px;
  }
  .about-txt p {
    font-size: 23px;
  }
  .about-list .company {
    width: 100%;
  }
  .about-list .company th,
  .about-list .company td {
    padding: 25px 0;
  }
  .about-list .company th {
    text-align: center;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .about-toparea {
    margin-bottom: 40px;
  }
  .about-pagettl {
    width: 50%;
  }
  .about-list {
    gap: 60px;
  }
  .about-ttl {
    padding: 8px 0 6px 15px;
    margin-bottom: 30px;
  }
  .about-ttl .en {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .about-ttl .ja {
    font-size: 11px;
  }
  .about-txt {
    gap: 20px;
  }
  .about-txt p {
    font-size: 16px;
  }
}
.link-button a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid var(--GRAY01);
  text-align: center;
  text-decoration: unset;
  background-color: var(--BLACK);
  color: var(--WHITE);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .link-button a {
    padding: 12px 30px;
  }
  .link-button a:hover {
    background: var(--WHITE);
    color: var(--BLACK);
    opacity: 1;
  }
}
/*---------------目次----------------*/
.guide-contents {
  display: grid;
  justify-content: center;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.guide-contents a {
  display: block;
}

.guide-contents a:hover {
  color: #969696;
}

.guide-contents ul {
  margin-left: 0.8em;
}

.guide-contents ul li {
  position: relative;
  padding-left: 11px;
}

.guide-contents ul li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20320%20512%22%20style%3D%22enable-background%3Anew%200%200%20320%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%236a6a6a%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M267.3%2C244.7c6.2%2C6.2%2C6.2%2C16.4%2C0%2C22.6l-160%2C160c-6.2%2C6.2-16.4%2C6.2-22.6%2C0s-6.2-16.4%2C0-22.6L233.4%2C256%20L84.7%2C107.3c-6.2-6.2-6.2-16.4%2C0-22.6s16.4-6.2%2C22.6%2C0L267.3%2C244.7L267.3%2C244.7z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: -3px;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 768px) {
  .guide-contents {
    margin: 50px auto;
    width: 95%;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  .guide-contents h2 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .guide-contents ul li {
    line-height: 2.5;
  }
  .guide-contents ul li:before {
    top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .guide-contents {
    margin: 0px auto 100px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .guide-contents ul li {
    line-height: 2;
    font-size: 16px;
  }
  .guide-contents section {
    margin-bottom: 8px;
  }
  .guide-contents h2 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .guide-contents ul li:before {
    top: 12px;
  }
}
/*---------------

会員プログラムについて
----------------*/
#guide_memberprogram .ctm_sec {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #guide_memberprogram .ctm_sec {
    margin-bottom: 30px;
  }
}
#guide_memberprogram .link-button_list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #guide_memberprogram .link-button_list {
    flex-direction: column;
  }
}
#guide_memberprogram .link-button_list .link-button {
  width: 300px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #guide_memberprogram .link-button_list .link-button {
    margin-bottom: 10px;
  }
}
#guide_memberprogram .link-button_list .link-button a {
  width: 100%;
}/*# sourceMappingURL=freepage.css.map */