@charset "UTF-8";
/* ページ独自のstyleはここに記述 */
.rm-p-te-campaignArea__desc {
  line-height: 1.4;
}
.rm-p-te-detail__item {
  overflow-wrap: anywhere;
}
.rm-p-te-detail__item + .rm-p-te-detail__item {
  margin-top: 14px;
}

.rm-c-notice {
  margin-top: 16px;
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #bf0000;
  padding: 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
.rm-c-notice__text {
  font-size: 14px;
  line-height: 1.5;
}
.rm-c-notice--table {
  margin-top: 16px;
  text-align: left;
  width: 100%;
  border: solid 2px #bf0000;
  padding: 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
.rm-c-notice__text--table {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 761px) {
  .rm-c-notice {
    margin-top: 24px;
    padding: 16px;
    text-align: center;
  }
  .rm-c-notice__text {
    font-size: 16px;
  }
  .rm-c-notice--table {
    padding: 16px;
  }
}