@charset "UTF-8";
.return-details img,
.return-method img,
.return-exclusion img {
  width: 140px;
  margin: 0 auto;
}

.section-subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.return-heading {
  text-align: center;
  font-size: 18px;
  margin-top: 2rem;
}

.return-list {
  margin-top: 25px;
}

.return-details,
.return-method,
.return-exclusion {
  border-bottom: 1px dashed #003865; /* 破線 */
  padding-bottom: 25px;
  margin-bottom: 0;
}

.points-grid .point-item:first-child {
  border-bottom: 1px dashed #003865; /* 破線 */
  padding-top: 25px;
  margin-bottom: 0;
}

.r_container-first {
  border-top: 1px dashed #003865; /* 破線 */
  padding-top: 25px;
  margin-bottom: 0;
}

.fr_last {
  margin-bottom: 50px !important;
}

/* タブレット以上では破線を外す */
@media (min-width: 600px) {
  .points-grid .point-item:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .points-grid .point-item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}/*# sourceMappingURL=return_method.css.map */