@charset "UTF-8";
#article h2 span:not(.sub) {
  display: inline-block;
}
#article .hd-gs {
  font-size: clamp(1.375rem, 1.104rem + 1.16vw, 2rem);
  text-align: center;
}
#article .em-color {
  color: #23387f;
}
#article .point-color {
  color: #24bfc4;
}
#article .hd-gs > .em-color {
  font-size: clamp(1.375rem, 1.104rem + 1.16vw, 2rem);
}
.list-wrap {
  position: relative;
  margin-inline: auto;
  padding: 24px;
  width: 85%;
  border: 2px solid #333;
  border-radius: 24px;
}
.list-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 55px;
  height: 99px;
  right: -40px;
  top: 40px;
  background: url('images/panda01.png') no-repeat;
  background-size: contain;

}
.gs {
  margin-bottom: 40px;
}
.gs-list > li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}
.gs-list > li:not(:last-child) {
  border-bottom: 1px dashed #333;
}
.gs-list > li + li {
  margin-top: 24px;
}
.gs-list-item::before {
  content: "";
  position: absolute;
  display: inline-block;
}
.item1::before {
  width: 40px;
  height: 30px;
  left: 0;
  top: 10px;
  background: url('images/num01.png') no-repeat;
  background-size: contain;
}
.item2::before {
  width: 41px;
  height: 30px;
  left: 0;
  top: 10px;
  background: url('images/num02.png') no-repeat;
  background-size: contain;
}
.item3::before {
  width: 40px;
  height: 30px;
  left: 0;
  top: 10px;
  background: url('images/num03.png') no-repeat;
  background-size: contain;
}
.item4::before {
  width: 41px;
  height: 29px;
  left: 0;
  top: 10px;
  background: url('images/num04.png') no-repeat;
  background-size: contain;
}
#article .hd-list {
  color: #24bfc4;
}
#article h2.hd-run {
  position: relative;
}
#article h2.hd-run::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 64px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url('images/panda02.png') no-repeat;
  background-size: contain;

}
#article h2 span.hd-run-sub {
  font-size: clamp(1.25rem, 1.118rem + 0.56vw, 1.625rem);
}
figcaption {
  word-break: break-all;
}
.lead-wrap {
  display: flex;
  flex-direction: column;
}
.advisor {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.advisor__comment {
  position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 12px;
}
.advisor__comment::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  border-width: 13px 10px 0;
  border-style: solid;
  border-color: #333 transparent transparent;
}
.advisor__comment::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  border-width: 12px 9px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.advisor__ph {
  flex-shrink: 0;
}
.advisor__ph img {
  width: 50%;
  margin-inline: auto;
}
.check {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 2px dashed #23387f;
  border-bottom: 2px dashed #23387f;
}
.check-balloon {
  position: absolute;
  padding: 4px 16px;
  width: fit-content;
  top: -22px;
  border: 1px solid #333;
  background: #fff;
  font-weight: bold;
}
.post-container img {
  width: 90%;
  margin-inline: auto;
}
#article .check h3 {
  margin-bottom: 16px;
}
.raffine-list {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #e4f3f4;
}

.list-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
}
#article .shop-grid {
  grid-template-columns: 1fr;
  order: 1;
  margin-top: 16px;
}
#article .shop-grid .card-heading {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}

.qa {
  gap: 32px;
}
.qa-title-img {
  width: 80%;
  margin-inline: auto;
}
.q-text {
  position: relative;
  margin-bottom: 24px;
  padding-left: 50px;
  color: #23387f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  &::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 42px;
    height: 55px;
    left: 0;
    top: -8px;
    background: url(images/icon-q.png) no-repeat;
    background-size: contain;
  }
}
.a-text {
  position: relative;
  padding-left: 40px;
  &::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 38px;
    left: 8px;
    top: 0;
    background: url(images/icon-a.png) no-repeat;
    background-size: contain;
  }
}
.advisor-ph {
  flex-shrink: 0;
  width: 100px;
}
.advice-info {
  margin-bottom: 60px;
  padding-top: 16px;
  border-top: 1px dashed #333;
}

@media screen and (min-width: 1024px) {
  .list-wrap {
    padding: 60px;
    width: 70%;
  }
  .list-wrap::before {
    width: 75px;
    height: 119px;
    right: -54px;
  }
  .gs-list > li {
    padding-left: 100px;
  }
  .item1::before {
    width: 80px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .item2::before {
    width: 81px;
    height: 59px;
    top: 50%;
    transform: translateY(-50%);
  }
  .item3::before {
    width: 80px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .item4::before {
    width: 81px;
    height: 57px;
    top: 50%;
    transform: translateY(-50%);
  }
  .advisor {
    margin-bottom: 40px;
    flex-direction: row;
    gap: 16px;
  }
  .advisor__comment::before {
    left: auto;
    right: -13px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent transparent #333;
  }
  .advisor__comment::after {
    left: auto;
    right: -11px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #fff;
  }
  #article h2.hd-run {
    width: fit-content;
  }
  #article h2.hd-run::after {
    left: 110%;
    width: 180px;
    height: 95px;
  }
  .list-text {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  .list-title {
    width: 60%;
    word-break: keep-all;
  }
  .post-container img {
    width: 70%;
  }
  #article .shop-grid {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  }
  .qa:first-of-type .qa-box:nth-of-type(2) {
    margin-top: 120px;
  }
  .qa-title-img {
    width: 60%;
  }

