@charset "utf-8";
.p-otoku-lead {
  text-align: left;
  margin-bottom: 55px;
  position: relative;
  z-index: 7;
}
.p-otoku {
  justify-content: space-between;
}
.p-otoku-thum {
  width: 336px;
}
.p-otoku-info {
  padding: 24px;
  margin: 5px;
  width: calc(100% - 384px);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border: 1px solid #e0e0e0;
}
.p-otoku-info__inner {
  background-color: #fff;
  padding: 32px 47px 34px;
}
.p-otoku-info__inner--title {
  border-bottom: 1px solid rgba(85, 85, 85, 0.3);
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.p-otoku-info__inner--text01 {
  font-size: 28px;
}
.p-otoku-info__inner--text02 {
  font-size: 24px;
}
.p-otoku-info__inner--text03 {
  font-size: 36px;
}
.p-otoku-info__inner--text01,
.p-otoku-info__inner--text02,
.p-otoku-info__inner--text03 {
  display: inline-block;
  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: 10px;
  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;
}
