@charset "UTF-8";
.myListBenefit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .myListBenefit {
    display: block;
  }
}

.myListBenefit .item {
  width: 48%;
  margin-top: 56px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myListBenefit .item {
    width: auto;
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myListBenefit .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.myListBenefit .item:nth-child(-n +2) {
  margin-top: 0;
}

.myListBenefit .image {
  margin-bottom: 20px;
}

.myListBenefit .catch {
  margin-bottom: 10px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myListBenefit .catch {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myListBenefit .txt {
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .myListBenefit .txt {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .myListBenefit .txt .pc {
    display: none;
  }
}

.myTxtLead {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2.5;
  font-size: 13px;
  font-size: 1.3rem;
}

.mySchedule {
  text-align: center;
}

/*# sourceMappingURL=maps/sanka.css.map */
