.coupon-wrapper {
  margin-bottom: 16px;
}

.coupon_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
}

.coupon_block {
  color: #707070;
  border: 1px #e6e6e6 solid;
  padding: 12px 24px;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  display: block;
  width: calc(50% - 5px);
}

.coupon_block:nth-child(odd) {
  margin-right: 10px;
}

.coupon_block:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ff9925;
  position: absolute;
  z-index: 1;
}

.coupon_block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.coupon_title {
  font-weight: bold;
  border-bottom: 1px dashed #e6e6e6;
  padding: 14px;
}

.coupon_title span {
  margin-left: 45px;
}

.coupon_content {
  padding: 16px;
  font-size: 12px;
}

.coupon_content th {
  font-weight: normal;
  width: 5.5em;
}

.coupon_content th,
.coupon_content td {
  font-size: 12px;
}

.coupon_content td:first-of-type {
  width: 1em;
}

.large_coupon {
  padding: 0;
}

.large_coupon:first-child,
.large_coupon:nth-child(2) {
  margin-top: 10px;
}

.large_coupon::before {
  border-bottom: 56px solid transparent;
  border-left: 56px solid #ff9925;
}

.tokuten::after,
.waribiki::after {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  transform: rotate(-45deg);
}

.tokuten::after {
  content: "特典";
}

.waribiki::after {
  content: "割引";
}

.page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-link a {
  color: #2884b2;
  margin-right: 20px;
}

.arrow-icon:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 0;
  color: #b6b6b6;
  transition: 0.2s;
}

.content-title {
  font-size: 18px;
  font-weight: bold;
  background: none;
  margin-bottom: 0px;
  display: inline-block;
  padding: 0px 0px 0px 10px;
  width: 100%;
  margin-bottom: 10px;
  line-height: 27px;
}

.hotel-title {
  border-left: 4px solid #26B56D;
}

.red {
  color: #f00;
}
