@charset "UTF-8";

.header--fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}
.hamburger_text {
  text-align: right;
  margin: 28px 18px 0 0;
}

@media screen and (min-width: 1024px) {
  .header--fixed {
    width: 1000px;
    margin: 0 auto;
  }
  .hamburger {
    top: 26px;
  }
  .hamburger_text {
    margin: 50px 0 0 0;
  }
}
.hero-section--plan_pill {
  padding-bottom: 15px;
}
.hero-section--plan_pill .hero__visual {
  background-image: url(../img/plan_pill/background_img_sp.jpg);
  background-position: center center;
  padding: 0;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 60px;
}
.hero-section--plan_pill .hero__title {
  width: 209px;
}
.hero-section--plan_pill .hero__catchcopy {
  max-width: 735px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .hero-section--plan_pill .hero__visual {
    background-image: url(../img/plan_pill/background_img_pc.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0;
    height: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .hero-section--plan_pill .hero__title {
    width: 329px;
  }
  .hero-section--plan_pill .hero__catchcopy {
    max-width: 735px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 40px;
  }
}
.section-begin,
.section-experienced {
  padding-bottom: 50px;
}
.section-begin .section__title,
.section-experienced .section__title {
  width: 335px;
  margin-bottom: 40px;
}
.section-begin .plan-table__table,
.section-experienced .plan-table__table {
  width: 100%;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}
.section-begin .plan-table__table th, .section-begin .plan-table__table td,
.section-experienced .plan-table__table th,
.section-experienced .plan-table__table td {
  padding: 10px;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  vertical-align: middle;
}
.section-begin .plan-table__table th,
.section-experienced .plan-table__table th {
  text-align: center;
  background-color: #F7F7F7;
  font-size: 11px;
  vertical-align: middle;
  width: 115px;
  box-sizing: border-box;
}
.section-begin .plan-table__table th span,
.section-experienced .plan-table__table th span {
  display: none;
}
.section-begin .plan-table__table td,
.section-experienced .plan-table__table td {
  padding-left: 30px;
  background-color: #fff;
  font-size: 12px;
}
.section-begin .plan-table__table td ul li::before,
.section-experienced .plan-table__table td ul li::before {
  content: "・";
}
.section-begin .plan-table__table td ul li:last-child .note,
.section-experienced .plan-table__table td ul li:last-child .note {
  margin-bottom: 0;
}
.section-begin .plan-table__table td .note,
.section-experienced .plan-table__table td .note {
  display: block;
  color: #9D9DA2;
  font-size: 11px;
  padding-left: 1em;
  position: relative;
  margin-left: 1.2em;
  margin-bottom: 10px;
}
.section-begin .plan-table__table td .note::before,
.section-experienced .plan-table__table td .note::before {
  position: absolute;
  left: 0;
  content: "※";
}

.section-begin {
  background: url(../img/plan_pill/separator_img_sp.png) repeat-x center top #F2FCFB;
  background-size: 375px 36px;
  padding-top: 60px;
}

@media screen and (min-width: 1024px) {
  .section-begin {
    padding-top: 75px;
  }
  .section-experienced {
    padding-top: 50px;
  }
}
.section-experienced {
  background-color: #FCFBF2;
}

@media screen and (min-width: 1024px) {
  .section-begin,
  .section-experienced {
    padding-bottom: 60px;
  }
  .section-begin .plan-table__table th, .section-begin .plan-table__table td,
  .section-experienced .plan-table__table th,
  .section-experienced .plan-table__table td {
    font-size: 16px;
  }
  .section-begin .plan-table__table th br, .section-begin .plan-table__table td br,
  .section-experienced .plan-table__table th br,
  .section-experienced .plan-table__table td br {
    display: none;
  }
  .section-begin .plan-table__table th span, .section-begin .plan-table__table td span,
  .section-experienced .plan-table__table th span,
  .section-experienced .plan-table__table td span {
    display: inline-block;
  }
  .section-begin .plan-table__table th,
  .section-experienced .plan-table__table th {
    width: 295px;
  }
  .section-begin .plan-table__table td .note,
  .section-experienced .plan-table__table td .note {
    font-size: 16px;
  }
}
.section-start-use .store-button__header span {
  display: block;
}
.section-start-use .store-button {
  margin-top: 40px;
}
.section-start-use .note {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section-start-use {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-start-use .store-button__header span {
    display: inline;
  }
  .section-start-use .store-button {
    margin-top: 70px;
  }
  .section-start-use .note {
    margin-top: 60px;
    display: block;
    font-size: 11px;
    color: #9D9DA2;
  }
}/*# sourceMappingURL=plan_pill.css.map */