@charset "utf-8";

.box-shadow-0-3-6 {
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}

.hero {
  background: #FFE632;
}

.container,
nav {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.merit_container h3 {
  position: relative;
}
.merit_container h3::after {
  content: '';
  display: block;
  border-top: 15px solid #FFE632;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.merit_container dt {
  background: left center / auto 2.3em no-repeat url('./img/merit_icon.png');
  padding-left: 3em;
}

.flow_content {
  background: #FAF5C8;
  border: 2px solid #582904;
  border-radius: 12px;
  margin-top: 22%;
}

.step_img {
  margin-top: -27%
}

.faq_content dt>div,
.faq_content dd>div {
  padding-left: 3rem;
}

.contact input[type=text],
.contact textarea {
  width: 100%;
  border: 0;
  background: #efefef;
  padding: .5rem;
}

.contact input[type=submit] {
  width: 100%;
}

.copyright {
  margin-bottom: 42.5vw;
}

@media(min-width:768px){
  .rounded-md-12 {
    border-radius: 12px;
  }

  .voice_head {
    margin-top: -4%;
  }

  .flow_content {
    margin-top: 0;
  }

  .step_img {
    margin-top: 0;
  }

  .faq_content dt>div {
    padding-left: 0;
  }

  .faq_content dd>div {
    padding-left: 4.5rem;
  }

  .contact_head {
    margin-bottom: -8em;
  }

  .copyright {
    margin-bottom: 0;
  }
}
