@charset "utf-8";
.p-campaign-lead {
    font-size: 16px;
}
/* .p-campaign-info + .p-campaign-info {
  margin-top: 72px;
} */
.p-campaign-hd {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.p-campaign-info {
    margin-bottom: 72px;
}
.p-otoku-comment {
    margin-left: auto;
}
.p-cashback-comment-balloon {
    position: absolute;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 160px;
    max-width: 100%;
    top: 30px;
    right: 160px;
    color: #059C40;
    font-size: 16px;
    border: 3px solid #059C40;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}
.p-cashback-comment-balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}
.p-cashback-comment-balloon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #059C40;
    z-index: 1;
}
.p-otoku-comment-illust img {
    width: 160px;
}
.p-campaign-info__inner {
  padding: 8px;
  margin-bottom: 16px;
}
.p-campaign-info--text01,
.p-campaign-info--text02,
.p-campaign-info--text03 {
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.p-campaign-info--text01 {
  font-size: 24px;
}
.p-campaign-info--text02 {
  font-size: 28px;
}
.p-campaign-info--text03 {
  font-size: 32px;
}
.p-campaign__item {
  text-align: center;
}
.p-campaign__thum {
    border: 3px solid #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,.16);
    margin-bottom: 24px;
}