 .contents-body-mannequin {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.mq-header-text {
  text-align: center;
}

.mq-header-text-2 {
  font-size: 3vw;
  font-weight: 800;
}

.mq-header-text-1 {
  color: #fc9e9c;
  font-size: 1.3vw;
}

.mq-category-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mq-text-contents {
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.mq-text-content {
  display: flex;
  margin: 1.5vw 0;
  font-size: 1.1vw;
}

.mq-text-pointer {
  color: rgb(252, 145, 145);
  margin-right: 0.2vw;
}

.mq-text-contents {
  width: 70%;
  margin: 20px auto;
}

.header-sp, .footer-sp, .contact-form-sp {
  display: none;
}

.mannequin-header-img {
  width: 100%;
}

.mannequin-header-img-sp {
    display: none;
}

.mq-header-text-box {
  display: block;
  /*padding-top: 5vw;*/
  /*padding-bottom: 3vw;*/
}

_:-ms-lang(x)::-ms-backdrop, .contents-body-mannequin {
  display: block;
}
