.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--users_voice {
  padding-bottom: 15px;
}
.hero-section--users_voice .hero__visual {
  background-image: url(../img/contents_01/background_img_sp.jpg);
  background-position: center center;
  padding: 0;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px;
}
.hero-section--users_voice .hero__title {
  width: 272px;
}
.hero-section--users_voice .hero__catchcopy {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 20px 0px;
}

.contents_index_wrap {
  margin-top: 30px;
  padding: 0 20px;
}
.contents_index{
  background-color: #F3FBFB;
  padding: 20px;
}
.contents_index_title {
  text-align: center;
  font-weight: bold;
}
.contents_index .index-list {
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.index-list,
.index-list-sub {
  margin-top: 10px;
}
.index-list a,
.index-list-sub a {
  text-decoration: none;
  color: #000031;
}
.contents_index .index-list::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  color: #F68699;
  font-weight: bold;
}
.contents_index .index-list.list1::before {
  content: "1";
}
.contents_index .index-list.list2::before {
  content: "2";
}
.contents_index .index-list.list3::before {
  content: "3";
}
.index-list-sub {
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.index-list-sub:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 22px;
  width: 6px;
  height: 8px;
  background: url(../img/contents_01/arrow.png) no-repeat 0 0 / 6px 8px;
}

@media screen and (min-width: 1024px) {
  .hero-section--users_voice {
    padding-bottom: 30px;
  }
  .hero-section--users_voice .hero__visual {
    background-image: url(../img/contents_01/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--users_voice .hero__title {
    width: 440px;
  }
  .hero-section--users_voice .hero__catchcopy {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .contents_index{
    width: 500px;
    margin: 0 auto;
    padding: 30px;
    font-size: 16px;
  }
  .contents_index .index-list {
    margin-top: 20px;
    padding-left: 20px;
  }
  .index-list-sub:before {
    top: 8px;
  }
}
.section-contents01 {
  padding: 30px 20px;
}
.wave {
  background: url(../img/plan_pill/separator_img_sp.png) repeat-x center top #FFFFFF;
  background-size: 375px 36px;
  padding-top: 60px;
}
.section-contents01 .section__title {
  margin-bottom: 15px;
}
.section-contents01 p {
 margin-top: 20px;
}
.section-contents01 .voice-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-contents01 .voice-list .voice-list__item {
  margin-top: 10px;
}
.section-contents01 .voice-list .voice-list__item:first-of-type {
  margin-top: 0;
}
.section-contents01 .voice-list__img {
  width: 100%;
}
.online-contents {
  margin-top: 50px;
}
.online-contents .subtitle{
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 16px;
  color: #3B9EC7;
}
.strong {
  font-weight: bold;
}
.hintcontents {
  font-size: 13px;
  margin-top: 20px;
  padding: 20px;
  background: #F7F7F7;
}
.hintcontents p {
  margin-top: 0;
}
.hintcontents li {
  margin-top: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.hintcontents li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  color: #3B9EC7;
  font-weight: bold;
}
.border .section__inner {
  border-top: 1px dotted #E8E8E8;
  padding: 30px 0 0;
}
.okusuri_appeal {
  background-color: #F8EEF4;
  padding: 20px 20px 0;
}
.okusuri_appeal figure {
  text-align: center;
}
.okusuri_appeal .store-button__container{
  margin-bottom: 10px;
}
.appeal_title {
  margin: 15px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #F68699;
}
.t-a-c {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .section-contents01 {
    padding-top: 105px;
    padding-bottom: 40px;
  }
  .section__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .border .section__inner {
    padding: 100px 0 0;
  }
  .section-contents01 .section__title {
    margin-bottom: 30px;
    width: 1000px;
  }
  .section__inner p{
    font-size: 16px;
  }
  .contents_flex {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .online-contents .subtitle {
    margin: 20px 0 10px;
    font-size: 18px;
  }
  .online-contents p {
    font-size: 16px;
  }
  .hintcontents {
    width: 300px;
    margin: 30px auto 0;
  }
  .hintcontents p {
    font-size: 16px;
    text-align: center;
  }
  .hintcontents ul {
  }
  .hintcontents li {
    font-size: 16px;
  }
  .hintcontents li:first-of-type{
    margin-left: 0;
  }
  .okusuri_appeal {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .appeal_text {
    padding: 0 50px;
  }
  .contents_1000 {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
  }
}

.section-column .entry {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.section-column .entry picture {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
}
.section-column .entry .entry__title {
  padding-left: 75px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 13px;
  min-height: 60px;
}
.section-column .entry .entry__title br {
  display: none;
}
.section-column .entry .store-button__container {
  padding-top: 0px;
}

@media screen and (min-width: 1024px) {
  .section-column .section__title {
    margin: 0 auto 50px;
  }
  .section-column .entry {
    padding: 30px;
    min-height: 190px;
  }
  .section-column .entry picture {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 130px;
    height: 130px;
  }
  .section-column .entry .entry__title {
    padding-left: 160px;
    font-size: 17px;
  }
  .section-column .entry .entry__title br {
    display: block;
  }
  .section-column .entry .store-button__container {
    padding-top: 15px;
    padding-left: 80px;
  }
  .store-button__container {
   padding-bottom: 20px; 
  }
}


.section-start-use {
  padding: 30px 0;
}
.section-start-use .store-button__header span {
  display: block;
}
.section-start-use .store-button {
  margin-top: 40px;
}

.note {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section-start-use {
    margin-top: 50px;
    padding-bottom: 60px;
    padding-top: 0;
  }
  .section-start-use .store-button__header span {
    display: inline;
  }
  .section-start-use .store-button {
    margin-top: 70px;
  }
  .note {
    margin: 0 auto 60px;
    display: block;
    font-size: 11px;
    color: #9D9DA2;
    width: 1000px;
  }
  .note-list {
    text-align: left;
  }
  
}/*# sourceMappingURL=users_voice.css.map */
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}