<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8"; /* 240822追加 */
/* ========================================================
                        初期設定
======================================================== */

* { /* 240822追加 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before, *::after { /* 240822追加 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html { /* 240822追加 */
  color: #0c1112;
  font-family: NotoSansCJKjp, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.17em !important;
  line-height: 3.5 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}


body { /* 240822追加 */
  background-color: #dcdcdc;
  color: #000000;
  /*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;*/
  line-height: 1.417 !important;
}

#scroll { /* 240822追加 */
    padding-top: 0;!important;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
.site-content {
  overflow: visible;
}
.wrapper_2408-selcp {
  overflow: visible;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  color: #333333;
  /*font-size: 1.3125rem;*/
}
@media screen and (max-width: 767px) {
  .wrapper_2408-selcp {
    min-width: 100%;
  }
}
.wrapper_2408-selcp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-fwb {
  font-weight: bold;
}
.c-fcg {
  color: #29a30a;
}
.c-fcy {
  color: #f8ec00;
}
.c-fs110 {
  font-size: 110%;
}
.c-fs120 {
  font-size: 120%;
}
.c-fs130 {
  font-size: 130%;
}
.c-h2 {
  margin-bottom: 1em;
}
.c-h2 .title {
  font-size: 1.75rem;
  text-align: center;
}
.c-h2 .sub_title {
  font-size: 1rem;
  text-align: center;
}
.c-h2--underline {
  border-bottom: 2px dotted #e8e8e7;
}
.c-h3 {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  text-align: center;
}
.c-h3--icon {
  position: relative;
  padding: 30px 0;
}
.c-h3--icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66px;
  height: 96px;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/2408-selcp/images/icon_01.png);
  background-size: 100% auto;
}
.c-btn--anchor a {
  display: block;
  width: 290px;
  margin: auto;
  padding: 1em 0;
  background-color: #ff6700;
  color: #ffffff;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn--anchor a {
    width: 80%;
  }
}
.c-list {
  margin-top: 1em;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-list {
    font-size: 1rem;
  }
}
.c-pharmaceuticals {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.3em 0.5em;
  border: 2px solid #000000;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.l-inner {
  max-width: 850px;
  width: 90%;
  margin: auto;
}
.p-header .p-header__fv_area {
  overflow: hidden;
  position: relative;
}
.p-header .p-header__fv_area .img {
  position: relative;
  z-index: 2;
  padding: 40px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-header .p-header__fv_area .img {
    padding: 0;
  }
  .p-header .p-header__fv_area .img img {
    width: 100%;
    height: auto;
  }
}
.p-header .p-header__fv_area .bg_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1400px;
}
.p-header .p-header__fv_area .bg_img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e2b9b7;
}
@media screen and (max-width: 767px) {
  .p-header .p-header__fv_area .bg_img {
    display: none;
  }
}
.p-header .p-header__fv_area .bg_img img {
  width: 100%;
  height: auto;
}
.p-header__btn_area {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 20px 0;
  background-color: #29a30a;
}
@media screen and (max-width: 767px) {
  .p-header__btn_area {
    display: none;
  }
}
.p-header__btn_area .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.p-header__btn_area .anchor_link li a {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
}
.p-header__btn_area .anchor_link .btn a {
  padding: 0.5em 2em;
  background-color: #ffffff;
  border-radius: 50vw;
  color: #29a30a;
  text-decoration: underline;
}
.p-page_top {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-page_top {
    width: 13vw;
    bottom: 3vw;
    right: 3vw;
  }
}
.p-section--lineup {
  margin-top: 42px;
}
.p-section--lineup .worries_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-section--lineup .worries_card {
    display: block;
  }
}
.p-section--lineup .worries_card .worries_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.5em;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 767px) {
  .p-section--lineup .worries_card .worries_point {
    width: 100%;
  }
  .p-section--lineup .worries_card .worries_point + .worries_point {
    margin-top: 5%;
    width: 100%;
  }
}
.p-section--lineup .worries_card .worries_point a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
  position: relative;
  width: 100%;
  height: 100px;
  padding: 0 1em;
  background-color: #29a30a;
  border-radius: 50vw;
  -webkit-box-shadow: 3px 5.196px 4px 0px rgb(204, 204, 204);
  box-shadow: 3px 5.196px 4px 0px rgb(204, 204, 204);
  color: #ffffff;
  font-size: 0.875rem !important;
  font-weight: bold !important;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-section--lineup .worries_card .worries_point a {
    height: 25vw;
    font-size: 1rem;
  }
  .p-section--lineup .worries_card .worries_point a + .worries_point {
    margin-top: 5%;
  }
}
.p-section--lineup .worries_card .worries_point a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50vw;
  border: 1px solid #ffffff;
}
.p-section--lineup .worries_card .worries_point a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 26px;
  height: 22px;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/2408-selcp/images/lineup_icon04.png);
}
.p-section--lineup .worries_card .worries_point .name {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}
.p-section--lineup .worries_card .worries_point .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section--lineup .worries_card .worries_point .img {
    width: 30%;
  }
}
.p-section--lineup .worries_card .worries_point .img img {
  display: block;
  width: auto;
  height: 60%;
  margin: auto;
}
.p-section--lineup .worries_card .worries_point .txt {
  width: calc(100% - 70px);
  padding: 1em 0 2.5em 0;
  font-size: 16px; /* 240822追加 */
}
@media screen and (max-width: 767px) {
  .p-section--lineup .worries_card .worries_point .txt {
    width: 70%;
    padding: 1.5em 0 2.5em 0;
  }
}
.p-section--lineup .worries_card .worries_point--other a {
  background-color: #afaeae;
}
.p-section--lineup .worries_card .worries_point--other .txt {
  width: 85%;
}
.p-section--lineup .lineup_card {
  margin-top: 40px;
  padding: 50px 20px;
  border: 8px solid #e8e8e7;
}
@media screen and (max-width: 767px) {
  .p-section--lineup .lineup_card {
    padding: 5%;
  }
}
.p-section--lineup .lineup_card .products_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-section--lineup .lineup_card .products_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-section--lineup
    .lineup_card
    .products_box
    .products_pint
    + .products_pint {
    margin-top: 10%;
  }
}
.p-section--lineup .lineup_card .products_box .products_pint .img {
  text-align: center;
}
.p-section--lineup .lineup_card .products_box .products_pint .product_name {
  margin: 0.5em 0;
}
.p-section--lineup
  .lineup_card
  .products_box
  .products_pint
  .product_name
  .title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.p-section--lineup .lineup_card .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto auto auto;
}
.p-section--lineup .lineup_card .txt_box {
  width: 530px;
  margin: 40px auto auto auto;
}
@media screen and (max-width: 767px) {
  .p-section--lineup .lineup_card .txt_box {
    width: 100%;
  }
}
.p-section--lineup .lineup_card .btn_box {
  margin-top: 40px;
}
.p-section--lineup .p-section__header .title {
  color: #29a30a;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-section--lineup .p-section__header .sub_title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section--lineup .p-section__header .sub_title {
    font-size: 1.3rem;
  }
}
.p-section--symptoms {
  margin-top: 34px;
  padding: 60px 0 100px 0;
  background-color: #dedede;
}
@media screen and (max-width: 767px) {
  .p-section--symptoms {
    padding: 5% 0;
  }
}
.p-section--symptoms .p-section__inner {
  padding: 40px 15px;
  background-color: #ffffff;
  border-radius: 16px;
}
.p-section--symptoms .symptoms_card {
  width: 530px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-section--symptoms .symptoms_card {
    width: 100%;
  }
}
.p-section--symptoms .symptoms_card + .symptoms_card {
  margin-top: 40px;
}
.p-section--symptoms .symptoms_card .txt_point {
  margin-top: 1em;
}
.p-section--symptoms .symptoms_card .img_point {
  margin-top: 1em;
  text-align: center;
}
.p-section--symptoms .symptoms_card .btn_point {
  margin-top: 3em;
}
.p-section--symptoms .symptoms_card .btn_point a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.5em 1em;
  border: 5px solid #199f00;
  border-radius: 50vw;
  color: #199f00;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.p-section--symptoms .symptoms_card .band_point {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 824px;
  width: 90vw;
  padding: 0.5em 0;
  background-color: #f2a8c4;
}
@media screen and (max-width: 767px) {
  .p-section--symptoms .symptoms_card .band_point {
    width: 90vw;
  }
}
.p-section--symptoms .symptoms_card .band_point .txt {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}
.p-section--symptoms .symptoms_card .gif_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.p-section--symptoms .symptoms_card .gif_point .gif_icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 40%;
  width: 200px;
  padding: 5%;
  border: 2px dashed #29a30a;
  border-radius: 13px;
}
.p-section--symptoms .symptoms_card .gif_point .gif_icon .txt {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1em;
  width: 60%;
  padding: 0.5em 1em;
  background-color: #29a30a;
  border-radius: 50vw;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-section--action {
  background-color: #f6f6f6;
  padding: 50px 0 70px 0;
}
@media screen and (max-width: 767px) {
  .p-section--action {
    padding: 5% 0;
  }
}
.p-section--action .p-section__header .txt {
  padding: 60px 0;
  text-align: center;
  background-image: url(//7242392.fs1.hubspotusercontent-na1.net/hubfs/7242392/raw_assets/public/eisai/assets/lp/selbelle/2408-selcp/images/action_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-section--action .p-section__header .txt {
    padding: 7% 0;
    background-size: auto 100%;
  }
}
.p-section--action .action_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-section--action .action_block {
    display: block;
  }
}
.p-section--action .action_block .action_card {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-section--action .action_block .action_card {
    width: 100%;
  }
}
.p-section--action .action_card {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
  border-radius: 10px;
  background-color: #dff1db;
}
.p-section--action .action_card .title_point {
  padding: 1em 0;
  background: rgb(1, 166, 82);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(1, 166, 82)),
    to(rgb(174, 208, 53))
  );
  background: linear-gradient(
    90deg,
    rgb(1, 166, 82) 0%,
    rgb(174, 208, 53) 100%
  );
}
.p-section--action .action_card .title_point .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 6.58px rgba(17, 147, 4, 0.93);
}
.p-section--action .action_card .txt_point {
  width: 85%;
  margin: 2em auto auto auto;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section--action .action_card .txt_point {
    width: 95%;
  }
}
.p-section--action .action_card .img_point {
  margin: 2em auto auto auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section--action .action_card .img_point {
    width: 80%;
  }
}
.p-section--action .txt_card {
  margin-top: 40px;
}
.p-section--action .txt_card .txt {
  font-size: 1.3rem;
  text-align: center;
}
.p-section--action02 {
  width: 780px;
  margin: 45px auto;
  padding: 30px 0;
  border-top: 2px dotted #e8e8e7;
  border-bottom: 2px dotted #e8e8e7;
}
@media screen and (max-width: 767px) {
  .p-section--action02 {
    width: 100%;
  }
}
.p-section--action02 .action_card {
  margin: auto auto 2em auto;
}
@media screen and (max-width: 767px) {
  .p-section--action02 .action_card {
    display: block;
    width: 100%;
  }
}
.p-section--action02 .action_card .img_point {
  width: 131px;
  margin: auto;
}
.p-section--movie {
  padding: 50px 0;
}
.p-section--movie .p-section__contents iframe {
  display: block;
  height: auto;
  margin: auto;
  aspect-ratio: 16/9;
}
.p-section--qa {
  padding: 38px 0;
  background-color: #29a30a;
}
.p-section--qa .p-section__header .title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.p-section--qa .p-section__header .sub_title {
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
}
.p-section--qa summary {
  list-style: none;
}
.p-section--qa summary::-webkit-details-marker {
  display: none;
}
.p-section--qa summary {
  cursor: pointer;
}
.p-section--qa details[open] .accordion_heading:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-section--qa .accordion_card {
  overflow: hidden;
  width: 528px;
  margin: 30px auto auto auto;
  border-radius: 16px;
  background-color: #f0f0ee;
}
@media screen and (max-width: 767px) {
  .p-section--qa .accordion_card {
    width: 100%;
  }
}
.p-section--qa .accordion_card .accordion_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 0.5em;
  padding: 1em 100px 1em 40px;
  background-color: #ffffff;
  color: #2c8d13;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-section--qa .accordion_card .accordion_heading {
    padding: 1em 15% 1em 5%;
  }
}
.p-section--qa .accordion_card .accordion_heading:before {
  content: "Q";
  display: block;
  font-size: 2.25rem;
  line-height: 1;
}
.p-section--qa .accordion_card .accordion_heading:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #2c8d13;
  border-right: solid 2px #2c8d13;
  position: absolute;
  right: 8%;
  top: 40%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.p-section--qa .accordion_card .accordion_body .accordion_body__inner {
  padding: 2em 40px 2em 100px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-section--qa .accordion_card .accordion_body .accordion_body__inner {
    padding: 2em;
    font-size: 1rem;
  }
}
.p-section--cart {
  background-color: #f6f6f6;
  padding: 40px 0;
}
.p-section--cart .p-section__contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px 0;
}
.p-section--cart .cart_card {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-section--cart .cart_card {
    width: 100%;
  }
}
.p-section--cart .cart_card .img_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 378px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section--cart .cart_card .img_point {
    display: block;
    height: auto;
    width: 80%;
    margin: auto;
  }
}
.p-section--cart .cart_card .btn_point {
  margin-top: 30px;
  padding: 15px;
  background-color: #ffffff;
}
.p-section--cart02 {
  padding: 40px 0;
}
.p-section--cart02 .p-section__contents .p-section__contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-section--cart02 .p-section__contents .p-section__contents__inner {
    display: block;
  }
}
.p-section--cart02 .cart_card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
  padding: 20px;
  border: 8px solid #e8e8e7;
}
@media screen and (max-width: 767px) {
  .p-section--cart02 .cart_card {
    width: 100%;
  }
  .p-section--cart02 .cart_card + .cart_card {
    margin-top: 5%;
  }
}
.p-section--cart02 .cart_card .btn_point a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 90px;
  margin: auto;
  padding: 0.5em 1em;
  border: 5px solid #199f00;
  border-radius: 50vw;
  color: #199f00;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-section--cart02 .cart_card .btn_point a {
    height: auto;
  }
}
.p-section--cart02 .cart_card .img_point {
  margin-top: 30px;
  text-align: center;
}
.figure.figure--logo {
  display: block;
  text-align: left;
}
.figure.figure--logo img {
  height: 30px;
}
.buy-columns__column {
  width: 100%;
  padding: 30px 0;
}
.buy-columns__column.buy-columns__column--one {
  margin: auto;
}
.buy-columns__column:nth-child(n + 2) {
  margin-top: 0;
  border-top: 1px solid #d9e4e7;
}
.logo-link {
  display: block;
  position: relative;
  padding: 0px 60px 0 25px;
}
.logo-link[target="_blank"]:after,
.logo-link[target="_blank"]:before {
  background-size: contain;
  content: "";
  height: 20px;
  right: 25px;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1049px) {
  .logo-link[target="_blank"]:after,
  .logo-link[target="_blank"]:before {
    right: 15px;
  }
}
.logo-link[target="_blank"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGcgaWQ9IuODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj4KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMTA1NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMTA1NSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NSIgZGF0YS1uYW1lPSLjg5HjgrkgMTg1IiBkPSJNMTkuMjYuNzIsMTEuNjEsMmw2LjI1LDYuMjVaIiBmaWxsPSIjMmYzNDM2Ii8+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NiIgZGF0YS1uYW1lPSLjg5HjgrkgMTg2IiBkPSJNOS4yMSwxMS4xOUEuNTEuNTEsMCwwLDEsOC44NSwxMWEuNS41LDAsMCwxLDAtLjdsNS41NC01LjUzYS40OTUuNDk1LDAsMSwxLC43LjdMOS41NiwxMUEuNDkuNDksMCwwLDEsOS4yMSwxMS4xOVoiIGZpbGw9IiMyZjM0MzYiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTg3IiBkYXRhLW5hbWU9IuODkeOCuSAxODciIGQ9Ik0xNi4yLDE5LjM0SDEuMDVhLjUuNSwwLDEsMSwwLTFIMTYuMmEuNS41LDAsMSwxLDAsMVoiIGZpbGw9IiMyZjM0MzYiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTg4IiBkYXRhLW5hbWU9IuODkeOCuSAxODgiIGQ9Ik04LjYzLDQuMTlIMS4wNWEuNS41LDAsMCwxLDAtMUg4LjYzYS41LjUsMCwwLDEsMCwxWiIgZmlsbD0iIzJmMzQzNiIvPgogICAgPHBhdGggaWQ9IuODkeOCuV8xODkiIGRhdGEtbmFtZT0i44OR44K5IDE4OSIgZD0iTTEuMDUsMTkuMzRhLjUuNSwwLDAsMS0uNS0uNVYzLjY5YS41LjUsMCwxLDEsMSwwVjE4Ljg0QS41LjUsMCwwLDEsMS4wNSwxOS4zNFoiIGZpbGw9IiMyZjM0MzYiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTkwIiBkYXRhLW5hbWU9IuODkeOCuSAxOTAiIGQ9Ik0xNi4yLDE5LjM0YS41LjUsMCwwLDEtLjUtLjVWMTEuMjdhLjUuNSwwLDEsMSwxLDB2Ny41N0EuNS41LDAsMCwxLDE2LjIsMTkuMzRaIiBmaWxsPSIjMmYzNDM2Ii8+CiAgPC9nPgo8L3N2Zz4K)
    no-repeat center;
}
.logo-link[target="_blank"]:after {
  opacity: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgogIDxyZWN0IGlkPSLplbfmlrnlvaJfMTA1NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMTA1NSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIi8+CiAgPHBhdGggaWQ9IuODkeOCuV8xODUiIGRhdGEtbmFtZT0i44OR44K5IDE4NSIgZD0iTTE5LjI2LjcyLDExLjYxLDJsNi4yNSw2LjI1WiIgZmlsbD0iIzAwOGRiOCIvPgogIDxwYXRoIGlkPSLjg5HjgrlfMTg2IiBkYXRhLW5hbWU9IuODkeOCuSAxODYiIGQ9Ik05LjIxLDExLjE5QS41MS41MSwwLDAsMSw4Ljg1LDExYS41LjUsMCwwLDEsMC0uN2w1LjU0LTUuNTNhLjQ5NS40OTUsMCwxLDEsLjcuN0w5LjU2LDExQS40OS40OSwwLDAsMSw5LjIxLDExLjE5WiIgZmlsbD0iIzAwOGRiOCIvPgogIDxwYXRoIGlkPSLjg5HjgrlfMTg3IiBkYXRhLW5hbWU9IuODkeOCuSAxODciIGQ9Ik0xNi4yLDE5LjM0SDEuMDVhLjUuNSwwLDEsMSwwLTFIMTYuMmEuNS41LDAsMSwxLDAsMVoiIGZpbGw9IiMwMDhkYjgiLz4KICA8cGF0aCBpZD0i44OR44K5XzE4OCIgZGF0YS1uYW1lPSLjg5HjgrkgMTg4IiBkPSJNOC42Myw0LjE5SDEuMDVhLjUuNSwwLDAsMSwwLTFIOC42M2EuNS41LDAsMCwxLDAsMVoiIGZpbGw9IiMwMDhkYjgiLz4KICA8cGF0aCBpZD0i44OR44K5XzE4OSIgZGF0YS1uYW1lPSLjg5HjgrkgMTg5IiBkPSJNMS4wNSwxOS4zNGEuNS41LDAsMCwxLS41LS41VjMuNjlhLjUuNSwwLDEsMSwxLDBWMTguODRBLjUuNSwwLDAsMSwxLjA1LDE5LjM0WiIgZmlsbD0iIzAwOGRiOCIvPgogIDxwYXRoIGlkPSLjg5HjgrlfMTkwIiBkYXRhLW5hbWU9IuODkeOCuSAxOTAiIGQ9Ik0xNi4yLDE5LjM0YS41LjUsMCwwLDEtLjUtLjVWMTEuMjdhLjUuNSwwLDEsMSwxLDB2Ny41N0EuNS41LDAsMCwxLDE2LjIsMTkuMzRaIiBmaWxsPSIjMDA4ZGI4Ii8+Cjwvc3ZnPgo=)
    no-repeat center;
}
.logo-link[target="_blank"]:hover:before {
  opacity: 0;
}
.logo-link[target="_blank"]:hover:after {
  opacity: 1;
}
:popover-open {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  padding: 0;
  background: #29a30a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
:popover-open .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
@starting-style {
  ::-ms-backdrop {
    margin: 0 0 0 100vw;
  }
  ::backdrop,
  :popover-open {
    margin: 0 0 0 100vw;
  }
}
.popover_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999999;
}
.popover_btn--fixed {
  position: fixed;
}
.popover .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.popover .anchor_link li + li {
  margin-top: 1em;
}
.popover .anchor_link li button {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}
.popover .anchor_link .btn button {
  padding: 0.5em 2em;
  /* background-color: #ffffff;*/
  
  border-radius: 50vw;
  color: #29a30a;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */

.worries_point　p.txt { /* 240823追加 */
  /*font-size: 14px !important;
  font-weight: bold;*/
}</pre></body></html>