.enq-box {
  display: flex;
  flex-direction: row;
  padding: 1rem 0.5rem;
  max-width: 400px;
  width: 90vw;
  margin: 0 auto;
  min-width: 320px;
  flex-wrap: nowrap;
}
.sig-q-dd{
  margin-left: 0;
}
.enq-area-box {
  display: flex;
  margin: 0;
}

.enq-area-box dt {
  font-size: 1.06rem;
  background-color: #db8db2;
  padding: .33rem 1rem;
  color: #fff;
}

.enq-area-box dd {
  font-size: 1.33rem;
  color: #1f1f1f;
  font-weight: bold;
}

.enq-main-box-img {
  width: 100%;
  object-fit: cover;
  height: 160px;
}

.enq-main-box {
  width: 100%;
  background-color: #fff;
}

.enq-main-box h3 {
  width: 100%;
  background: -moz-linear-gradient(left, #DB8DB2, #7095E1);
  background: -webkit-linear-gradient(left, #DB8DB2, #7095E1);
  background: linear-gradient(to right, #DB8DB2, #7095E1);
  height: 45px;
  position: relative;
}

.enq-main-box h3 span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  margin: .5rem 0 0 7rem;
}

.enq-main-box h3 span::before {
  position: absolute;
  left: -6rem;
  top: -.5rem;
  content: "";
  display: inline-block;
  width: 6rem;
  height: 3rem;
  background: url(/assets/images/review.svg) no-repeat;
  background-size: contain;

}

.enq-main-box h3::after {
  position: absolute;
  right: .3rem;
  top: -4rem;
  content: "";
  display: inline-block;
  width: 5rem;
  height: 4rem;
  background: url(/assets/images/fukidashi-enq.svg) no-repeat;
  background-size: contain;

}

.enq-date dt {
  display: inline-block;
  width: 50%;
}

.enq-date dd {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.enq-date dd span {
  color: #db8db2;
}

.enq-time {
  text-align: right;
  display: block;
  margin: 0 1rem 1rem 0;
}

.enq-date-box {
  padding: .66rem;
}


.enq-date dl {
  border-bottom: 1px dashed #aaa;
  padding-bottom: .33rem;
  margin-bottom: .33rem;
}

.enq-date dl:last-of-type {
  border-bottom: none;
}

.enq-textarea {
  border: 1px solid #aaa;
  width: 100%;
  height: 200px;
  padding: .6rem;
  text-align: justify;
  font-size: 1rem;
    line-height: 1.6;
    overflow: scroll;
    margin-left: 0;
}
.enq-matome-front {
  margin-bottom: 4rem !important;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (min-width:1200px) {

  .enq-box {
    min-width: 410px;
    flex-direction: column;
}
.enq-main-box {
  width: 400px;
}
}
@media screen and (max-width:320px) {
.enq-box {

  min-width: 310px;
}
}