body {
  box-sizing: border-box;
  overflow-x: hidden;
}

.shop_title > h2 > img {
  position: relative;
  top: 7px;
}

.contents-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contents-wrapper a {
  color: #f18e57;
  text-decoration: none;
}

.news-introduce:first-child {
  margin-top: -8%;
}

.news-introduce {
  border-radius: 16px;
  background-color: #fff;
  width: 95vw;
  height: auto;
  padding: 5vh 4vw;
  margin: 0 auto 15vh;
  display: flex;
  align-items: center;
  flex-direction: row;
  max-width: 800px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.news-introduce-contents {
  padding: 24px;
  word-break: break-word;
}

.news-introduce img {
  width: 360px;
  height: auto;
  object-fit: cover;
  margin-right: 4vw;
}

.news-introduce-contents h1 {
  font-size: 1.25em;
  padding-bottom: 5px;
}

.news-introduce-contents p {
  padding-bottom: 5px;
  font-size: 1.125em;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: justify;
}

.align-left {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .news-introduce {
    flex-direction: column;
    width: 80%;
    padding: 30px;
    margin: 3%;
  }
  .news-introduce span {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .news-introduce:first-child {
    margin-top: -32%;
  }

  .headline-description ul {
    flex-direction: column;
  }

  .news-introduce-contents {
    padding: 10px 0;
  }

  .news-introduce img {
    width: 100%;
    max-height: 30vh;
    object-fit: contain;
    padding: 0;
  }

  .news-introduce-contents h1 {
    font-size: 1.2em;
  }
  .news-introduce-contents p {
    font-size: 1em;
  }
}

@media screen and (max-width: 425px) {
  .shop_title > h2 > img {
    position: relative;
    top: 0px;
  }
  .news-introduce {
    flex-direction: column;
  }
  .news-introduce img {
    width: 100%;
    height: 30vh;
    padding: 0;
  }
  .news-introduce-contents p {
    font-size: 1em;
  }
}
