@charset "utf-8";
.p-otoku {
    justify-content: space-between;
}
.p-otoku-thum {
  width: 100%;
  margin-bottom: 30px;
}
.p-otoku-thum img {
  width: 100%;
}
.p-otoku-info {
    width: 100%;
    margin: 5px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.16);
    border: 1px solid #e0e0e0;
}
.p-otoku-info__inner {
  padding: 20px;
  background: #fff;
}
.p-otoku-info__inner--title {
    border-bottom: 1px solid rgba(85,85,85,.3);
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.p-otoku-info__inner--text01, .p-otoku-info__inner--text02, .p-otoku-info__inner--text03 {
    display: inline;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.p-otoku-comment {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 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: -15px;
    right: 120px;
    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: 120px;
}
@media screen and (max-width: 425px) {
  .p-otoku-info__inner--text01 {
      font-size: 16px;
  }
  .p-otoku-info__inner--text02 {
      font-size: 13px
  }
  .p-otoku-info__inner--text03 {
    font-size: 19px;
  }
}
@media screen and (max-width: 374px){
  .p-otoku-info__inner--text01, .p-otoku-info__inner--text02, .p-otoku-info__inner--text03 {
      letter-spacing: -0.04em;
  }
  .p-point-info__inner--text02 {
    margin-left: -3px;
    margin-right: -3px;
  }
}