@charset "utf-8";
.vessel_lead {
  position: relative;
}

.vessel_lead::before {
  content: '';
  margin: 0 0 10px 15px;
  display: block;
  float: right;
  width: 180px;
  height: 81px;
  background: url(../img/vessel_chara_black.png) no-repeat center center;
  background-size: contain;
}

.vessel_check_sticker {
  display: inline-block;
  position: relative;
  padding: 10px 15px 10px 50px;
  line-height: 1.5;
  font-weight: bold;
  color: white;
  background: #ef648e;
  border-radius: 10px;
}

.vessel_check_sticker strong {
  font-size: 1.285rem;
}

.vessel_check_sticker::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto 0;
  width: 50px;
  height: 91px;
  background: url(../img/vessel_chara.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 640px) {
}

@media (min-width: 641px) {
  .vessel_lead {
    padding-right: 260px;
  }

  .vessel_lead::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 240px;
    height: 108px;
  }

  .vessel_check_sticker {
    padding: 20px 20px 20px 80px;
    font-size: 1.125rem;
    border-radius: 15px;
  }

  .vessel_check_sticker strong {
    font-size: 1.375rem;
  }

  .vessel_check_sticker::before {
    left: -10px;
    width: 75px;
    height: 136px;
  }
}