@charset "utf-8";
.p-campaign-lead {
    margin-bottom: 8px;
    font-size: 16px;
}
.p-campaign-hd {
    position: relative;
}
.p-campaign-info {
    margin-bottom: 72px;
}
.p-otoku-comment {
   position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
}
.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: 10px;
    right: 120px;
    color: #059C40;
    font-size: 16px;
    letter-spacing: -.1em;
    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: 120px;
}
.p-campaign-info__inner {
    margin-bottom: 16px;
}
.p-campaign-info--text01,
.p-campaign-info--text02,
.p-campaign-info--text03 {
    display: inline-block;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
.p-campaign-info--text01 {
  font-size: 16px;
}
.p-campaign-info--text02 {
  font-size: 16px;
}
.p-campaign-info--text03 {
  font-size: 19px;
}
.p-campaign__item {
  text-align: center;
}
.p-campaign__thum {
    border: 3px solid #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,.16);
}
