#subpage.smarteegs .sect_ttl {
  padding: 50px 0 100px;
}

#subpage .points-blk {
  margin-bottom: 50px;
}

#subpage .points-blk h4 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

#subpage .points-blk ul.list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#subpage .points-blk ul.list li span {
  width: 80%;
}

#subpage .wide_content.unique-content .list {
  margin-bottom: 30px;
}

#subpage .gs-list {
  display: flex;
  justify-content: space-between;
}

#subpage .gs-list li {
  display: flex;
  flex-direction: column;
  width: 350px;
  margin: 0 20px;
  padding: 30px;
  border: 3px solid #d9b31b;
  border-radius: 16px;
}

#subpage .gs-list li h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  text-align: center;
  min-height: 80px;
}

#subpage .gs-list .gs-itm-img {
  width: 100%;
}

#subpage .gs-list .gs-itm-img img {
  width: 100%;
  max-width: 400px;
}

#subpage .gs-ftr-content h3 {
  margin: 50px auto 60px;
  font-size: 3rem;
  text-align: center;
}

#subpage .gs-feature-list {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 0 30px 20px;
}

#subpage .gs-feature-list li {
  width: 45%;
}

#subpage .gs-feature-list::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -2;
  width: 100%;
  height: 230px;
  background-color: #ae9a6c;
  content: "";
  transform: translateX(-50%);
}

#subpage .gs-feature-list .gs-feature-yt {
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}

#subpage .gs-feature-list iframe {
  width: 100%;
  height: 100%;
}

#subpage .gs-feature-list li h4 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

#subpage .trtmt-content figure {
  width: 400px;
}

#subpage .wide_content.trtmt-content .textbox-list .textbox01:last-child {
  margin: 0 auto 30px;
}

#subpage .wide_content.trtmt-content .text h4 {
  color: #d9b31b;
  font-size: 2rem;
  font-weight: bold;
}

#subpage .wide_content.comparison h3 {
  margin-top: 0;
}

#subpage .cmn-tbl tr th,
#subpage .cmn-tbl tr td {
  padding: 15px 10px;
  border: 2px solid #463603;
}

#subpage .trtmt-tbl {
  text-align: center;
  width: 100%;
}

#subpage .trtmt-tbl tr th {
  background: #d9b31b;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

#subpage .trtmt-tbl tr td:first-child {
  background-color: #f4f1ea;
}

#subpage .case-blk+.case-blk {
  margin-top: 50px;
}

#subpage .case-blk .case-fig-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#subpage .case-blk .case-fig-list .case-fig-img {
  position: relative;
  width: calc((100% / 2) - 50px);
}

#subpage .case-blk .case-fig-list .case-fig-img:first-child::after {
  position: absolute;
  top: 50%;
  right: -90px;
  width: 80px;
  height: 80px;
  background: url("/smarteegs/img/icn-right-arr.png") no-repeat;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}

#subpage .case-tbl tr th {
  width: 25%;
  background: #f4f1ea;
}

#subpage .wide_content.abt-fees-content .btn-blk {
  display: flex;
  justify-content: center;
}

#subpage .wide_content.abt-fees-content .btn-blk .btn {
  width: 330px;
  height: auto;
  padding: 10px;
  border: 2px solid #d9b31b;
  color: #d9b31b;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50px;
}

#subpage .wide_content.abt-fees-content .btn-blk .btn:hover {
  background: #d9b31b;
  color: #fff;
}

#subpage .wide_content.abt-fees-content .risk_wrap {
  background: unset;
  margin-top: 60px;
}

#subpage .wide_content.abt-fees-content .risk_wrap .risk {
  margin: 0 auto;
  padding: 0 50px;
}

#subpage .wide_content.abt-fees-content .risk_wrap .risk p a {
  color: #d9b31b;
  text-underline-offset: 3px;
  font-weight: bolder;
}

#subpage .wide_content.abt-fees-content .risk_wrap .risk p a:hover {
  opacity: 0.9;
}

.ltxt {
  text-align: left !important;
}

#subpage .wide_content .stb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: stb-counter;
}

#subpage .wide_content .stb-list li {
  width: calc(85% / 2);
  margin-right: 50px;
  margin-bottom: 40px;
  counter-increment: stb-counter;
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  border: 3px solid #d9b31b;
}

#subpage .wide_content .stb-list li:nth-child(2n) {
  margin-right: 0;
}

#subpage .wide_content .stb-list li:last-child{
  margin-bottom: 0;
  margin-right: 0;
}

#subpage .wide_content .stb-list li .stb-despt {
  color: #463603;
  font-size: 2rem;
  flex: 1;
}

#subpage .wide_content .stb-list li .stb-despt span {
  position: relative;
  display: block;
  padding-left: 90px;
}

#subpage .wide_content .stb-list li .stb-despt span::before {
  position: absolute;
  content: "Point\A" counter(stb-counter);
  white-space: pre;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #d9b31b;
  padding: 15px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2rem;
}

#subpage .wide_content .stb-list li .stb-img {
  width: 100%;
  max-width: 80%;
  margin: 30px auto 0;
}

#subpage .bpfp-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#subpage .bpfp-list li {
  width: calc((100% / 3) - 30px);
  text-align: center;
  position: relative;
}
#subpage .bpfp-list li::after {
  position: absolute;
  content: "";
  background: #463603;
  top: 0;
  width: 1px;
  right: -25px;
  height: 100%;
  opacity: 0.5;
}
#subpage .bpfp-list li:last-child::after {
  display: none;
}
#subpage .bpfp-list li .bpfp-ttl span {
  font-size: 2rem;
  font-weight: 700;
}
#subpage .bpfp-list li .bpfp-img {
  margin: 10px 0;
}
#subpage .bpfp-list li p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #subpage.smarteegs .title {
    background-position: 85% center;
  }
  #subpage.smarteegs .sect_ttl {
    padding: 40px 0 60px;
  }

  #subpage .textbox01.smartee_txtbox .text {
    margin-top: 20px;
  }

  #subpage.smarteegs h3.line {
    text-align: left;
  }

  #subpage .points-blk {
    margin-bottom: 20px;
  }

  #subpage .wide_content figure {
    width: 100%;
    margin: 0 auto;
  }

  #subpage .points-blk ul.list li {
    display: block;
  }

  #subpage .points-blk ul.list li span {
    display: block;
  }

  #subpage .wide_content.unique-content .list {
    margin-bottom: 15px;
  }

  #subpage .gs-list {
    width: 800px;
  }

  #subpage .gs-list li {
    width: 200px;
    height: auto;
    margin: 0 15px;
    padding: 30px;
  }

  #subpage .gs-list li h4 {
    font-size: 1.8rem;
    min-height: auto;
  }

  #subpage .gs-feature-list {
    display: block;
  }

  #subpage .gs-feature-list {
    padding: 0 30px 20px;
  }

  #subpage .gs-feature-list::after {
    height: 106.667vw;
  }

  #subpage .points-blk ul.list li,
  #subpage .gs-feature-list li {
    width: 100%;
  }

  #subpage .gs-feature-list li+li {
    margin-top: 40px;
  }

  #subpage .gs-ftr-content h3 {
    margin: 40px auto 30px;
    font-size: 2.3rem;
  }

  #subpage .tbl-blk {
    width: 100%;
  }

  #subpage .tbl-blk.trtmt-tbl-blk {
    overflow-x: scroll;
  }

  #subpage .tbl-blk .trtmt-tbl {
    width: 700px;
  }

  #subpage .trtmt-tbl tr th {
    font-size: 1.3rem;
  }

  #subpage .wide_content.trtmt-content .text h4 {
    margin: 30px auto 10px;
    font-size: 1.5rem;
  }

  #subpage .case-blk .case-fig-list .case-fig-img {
    width: calc((100% / 2) - 5.333vw);
  }

  #subpage .case-blk .case-fig-list .case-fig-img:first-child::after {
    right: -10.667vw;
    width: 10.667vw;
    height: 10.667vw;
  }

  .sp-ltxt {
    text-align: left;
  }

  #subpage .wide_content.abt-fees-content .btn-blk .btn {
    width: 280px;
    font-size: 1.3rem;
  }
  #subpage .wide_content.abt-fees-content .risk_wrap {
    margin-top: 30px;
    padding: 0;
  }
  
  #subpage .wide_content.abt-fees-content .risk_wrap .risk {
    padding: 0 20px;
    max-height: 150px;
    text-align: left;
  }

  #subpage .wide_content .stb-list,
  #subpage .bpfp-list {
    display: block;
  }

  #subpage .wide_content .stb-list li,
  #subpage .bpfp-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    box-sizing: border-box;
  }

  #subpage .wide_content .stb-list li .stb-despt span {
    padding-left: 80px;
    text-align: left;
    font-size: 1.8rem;
  }
  #subpage .wide_content .stb-list li .stb-despt span::before {
    font-size: 1.8rem;
    line-height: 22px;
    padding: 10px;
  }
  #subpage .wide_content .stb-list li .stb-img {
    max-width: 90%;
    margin: 20px auto 0;
  }

  #subpage .bpfp-list li .bpfp-img {
    width: 100%;
    max-width: 300px;
    padding: 0 30px;
    margin: 10px auto;
    box-sizing: border-box;
  } 
  #subpage .bpfp-list li::after {
    bottom: -25px;
    width: 100%;
    right: 0;
    height: 2px;
    top: unset;
  } 
}