@charset "UTF-8";

.emphasize-area-next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.emphasize-area-next .box-tag-label {
  background-color: #db58a8;
}

.emphasize-area-next .box-text {
  line-height: 1.6;
}

.emphasize-area-next a {
  display: flex;
  flex-direction: row;
  color: #383336;
  background: #fbeef6;
  text-decoration: none;
  font-weight: bold;
  padding: 30px;
  margin: 10px 0 10px 0;
  width: 680px;
}

.emphasize-area-next a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
}

@media screen and (max-width: 599px) {
  .emphasize-area-next a {
    flex-direction: column;
  }

  .emphasize-area-next .box-tag-label {
    width: 80px;
  }

  .emphasize-area-next .box-text {
    margin-top: 5px;
  }
}