.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
}

.ptn_wrap {
  width: 100%;
  padding: 12px;
}
.ptn_wrap .ptn_area {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .ptn_wrap .ptn_area {
    width: 49%;
  }
}
.ptn_wrap .ptn_area p {
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: -1.2px;
}
.ptn_wrap .ptn_area .orange {
  color: #ff7e51;
  line-height: 1.5;
}
.ptn_wrap .ptn_area .blue {
  color: #00a1a9;
  line-height: 1.5;
}
.ptn_wrap .ptn_area .bottom_text {
  margin-top: auto;
}
.ptn_wrap .ptn_area img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sp_bt {
    margin-bottom: 20px;
  }
}
.img_ptn dt {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background: #E77885;
  padding: 5px 30px 5px 15px;
  margin: 20px 20px 0 0;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.img_ptn dt:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  border-top: solid 50px #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .img_ptn dt {
    line-height: 1.4;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
  }
}
.img_ptn dd {
  border: 1px solid #ccc;
  position: relative;
  z-index: 10;
  width: 100%;
}
.img_ptn dd .sub {
  font-size: 12px;
  color: #595757;
  line-height: 1.5;
  display: block;
}

.w65 {
  width: 50px;
}