/* 上書き */
.post [class*="__link"],
.post [class*="__link"]:visited {
  color: #3895ff;
  font-weight: 700;
}
/* post */
.post .post__background {
  margin: 0 -960px;
  background-color: #f03;
}
.post .post__content {
  position: relative;
  max-width: 520px;
  margin: auto;
  padding: 0 10px;
  background-color: #fff;
}
.post .post__content::before,
.post .post__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #fefcf6;
}
.post .post__content::after {
  left: auto;
  right: 0;
}
.post .post__inner {
  padding: 8px 16px 40px;
}
.post .post__inner > *:first-child {
  margin-top: 0;
}
.post .post__canvas {
  margin-top: 32px;
}
.post .post__list--highlight {
  padding-left: 0;
  list-style: none;
  color: #f03;
}
.post .post__list--highlight > [class*=__item] {
  position: relative;
  padding-left: 16px;
}
.post .post__list--highlight > [class*=__item]::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
}
.post .post__grant {
  max-width: 250px;
  margin: auto;
}
.post .post__accent {
  margin-top: 32px;
  font-size: 1.6rem;
  font-weight: 700;
}
.post .post__text--highlight {
  color: #f03;
}
/* mainVisual */
.post .mainVisual__period {
  background-color: #242323;
}
/* tableContents */
.post .tableContents {
  margin-top: 16px;
  border-radius: 8px;
  background-color: #fff;
}
.post .headList {
  margin-top: 8px;
  font-size: 1.6rem;
}
.post .headList__item::before {
  content: "";
  width: 13px;
  height: 8px;
  top: 8px;
  left: -20px;
  background: url(https://image.paypay.ne.jp/page/guide/common/images/ico_arrow_03.png) top center no-repeat;
  background-size: 100% auto;
}
/* noteDetail */
.post .noteDetail--blue {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #30c2f2;
  background-color: #f2fbff;
  border-radius: 8px;
}
.post .noteDetail--blue > *:first-child {
  margin-top: 0;
}
.post .noteDetail--blue[class*="icon--"] {
  padding-left: 40px;
}
.post .noteDetail--blue[class*="icon--"]::before {
  position: absolute;
  top: 15px;
  left: 12px;
}
/* storeTable */
.post .storeTable {
  border-collapse: separate;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
}
.post .storeTable__head {
  width: 50%;
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.post .storeTable__head:only-child {
  border-right: none;
}
.post .storeTable__row:last-child .storeTable__head,
.post .storeTable__row:last-child .storeTable__data {
  border-bottom: none;
}
.post .storeTable__data {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
/* poster */
.post .poster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.post .poster__item {
  width: 60%;
  margin-top: 0;
}
.post .poster__caption {
  margin-top: 8px;
  font-size: 1.2rem;
  text-align: center;
}
/* icon */
.post .icon--external {
  margin-right: 4px;
  padding-right: 1.3em;
  background: url(/uploads/2022/07/ico_guide_external_01.png?v=2) right center/auto 90% no-repeat;
}
.post .icon--pdf {
  margin-right: 4px;
  padding-right: 1.0em;
  background: url(/uploads/2022/11/ico_guide_pdf_01.png) right center / auto 90% no-repeat;
}
.post .icon--red {
  position: relative;
  padding-left: 22px;
}
.post .icon--red::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #f03;
  border-radius: 50px;
}
/* 付与条件 */
.post .post__balloon--before,
.post .post__balloon--after {
  position: relative;
  max-width: 290px;
  margin: 24px auto 0;
  padding: 4px 16px;
  color: #f89507;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff7f2;
  border: 1px solid #f89507;
  border-radius: 25px;
}
.post .post__balloon--after {
  color: #2ca438;
  border-color: #2ca438;
  background-color: #effbf6;
}
.post .post__balloon--before::after,
.post .post__balloon--after::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #f89507;
  border-right: 1px solid #f89507;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  background: #fff7f2;
  z-index: 10;
}
.post .post__balloon--after::after {
  border-color: #2ca438;
  background-color: #effbf6;
}
.post .termsTable {
  margin-top: 24px;
  font-size: 0.9rem;
}
.post .termsTable__head {
  background-color: #f3f3f3;
}
.post .termsTable__head:first-child {
  width: 25%;
  font-size: 1.2rem;
}
.post .termsTable__head:nth-of-type(n + 2) {
  width: calc((100% - 26%) / 4);
}
.post .termsTable__head,
.post .termsTable__data,
.post .termsTable__data--before,
.post .termsTable__data--after,
.post .termsTable__data--none {
  padding: 6px 4px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.post .termsTable__data--before,
.post .termsTable__data--after,
.post .termsTable__data--none {
  font-size: 1rem;
  text-align: center;
}
.post .termsTable__data--before {
  color: #f67000;
  font-weight: 700;
  background-color: #ffeec1;
}
.post .termsTable__data--after {
  color: #009110;
  font-weight: 700;
  background-color: #d8edbb;
}
.post .termsTable__data--none {
  color: #ccc;
}
.post .grantTable {
  margin-top: 24px;
  border-collapse: separate;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.2rem;
  text-align: left;
  overflow: hidden;
}
.post .grantTable__head {
  width: 25%;
  padding: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  vertical-align: middle;
}
.post .grantTable__data {
  height: 60px;
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.post .grantTable__head:last-child,
.post .grantTable__data:last-child {
  border-right: none;
}
.post .grantTable__row:last-child .grantTable__head,
.post .grantTable__row:last-child .grantTable__data {
  border-bottom: none;
}

/* よくある質問/規約 */
.post .cpTerms {
  margin-top: 40px;
}
.post .cpFaq__link,
.post .cpFaq__link:visited,
.post .cpTerms__link,
.post .cpTerms__link:visited {
  color: #3895ff;
}
.post .cpTerms__list > [class*=__item] >  .cpTerms__canvas--flow {
  width: 156px;
  margin: 0 auto 16px;
}
/* SP */
@media screen and (max-width: 750px) {
  .post .post__background {
    margin: 0;
    background-color: transparent;
  }
  .post .post__content {
    padding: 0;
  }
  .post .post__inner {
    padding: 16px 0 24px;
  }
  .post .post__content::before,
  .post .post__content::after {
    display: none;
  }
}