.m-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: linear-gradient(#31bfd8, #2fa8bc);
  transition: opacity 0.2s ease;
  border: 0;
  font-weight: 600;
}

.m-btn:hover {
  opacity: 0.8;
}

.m-btn--cv {
  height: 13vw;
  border-radius: 13vw;
  font-size: 4vw;
}

.m-btn--cv:hover {
  opacity: 1;
  filter: hue-rotate(340deg);
}

@media screen and (min-width: 769px) {
  .m-btn--cv {
    font-size: 2vw;
    height: 6.5vw;
    width: 43vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1301px) {
  .m-btn--cv {
    font-size: 24px;
    height: 85px;
    width: 559px;
  }
}

@media screen and (max-width: 769px) {
  .form-field form {
    width: 90%;
    margin: 0 auto;
  }
}

.l-contact__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.l-contact__item:last-of-type {
  padding: 20px 0 0;
  border-bottom: 0;
}

@media screen and (min-width: 769px) {
  .l-contact__item {
    flex-wrap: nowrap;
  }
}

.l-contact__item--nowrap {
  justify-content: center;
  flex-wrap: nowrap;
  width: 100% !important;
}

.l-contact__item--question {
  align-items: flex-start;
}

.l-contact__lable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: calc(12px + .5vw);
}

@media screen and (min-width: 769px) {
  .l-contact__lable {
    font-size: calc(10px + .5vw);
    justify-content: space-between;
    width: 28%;
    margin-bottom: 0;
  }
}

.l-contact__inputarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .l-contact__inputarea {
    padding-left: 30px;
    width: 70%;
  }
}

.l-contact__inputarea .error {
  margin-top: 5px;
  font-size: 14px;
}

.l-contact__input {
  padding: 10px 20px;
  border-radius: 5px;
  border: 0;
  background-color: #f5f5f5;
  font-size: calc(10px + .5vw);
  width: 100%;
}

.l-contact__input::placeholder {
  color: #cccccc;
}

.l-contact__must {
  display: inline-block;
  width: 50px;
  padding: 3px 0;
  margin-left: 10px;
  background: #e4274b;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-contact__must {
    width: 40px;
    padding: 2px 0;
  }
}

.l-contact.contact--confirm .contact__must {
  display: none;
}

.l-contact__confirm {
  display: block;
  position: relative;
  height: 60px;
  width: 300px;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

.l-contact__confirm input {
  position: relative;
  border: 0;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  font-size: calc(6px + 1vw);
}

.l-contact__confirm .m-btn__tx:after {
  transform: rotate(-90deg);
}

.l-contact__back {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60px;
  width: 300px;
  margin: 20px auto;
  margin-right: 20px;
  border-radius: 10px;
  text-align: center;
  padding: 0;
  background-color: #ccc;
  color: #fff;
  font-size: calc(6px + 1vw);
  cursor: pointer;
  border: 0;
}

@media screen and (max-width: 768px) {
  .l-contact__confirm .m-btn__tx:after {
    margin-left: 0;
  }

  .l-contact__confirm input {
    font-size: calc(6px + 1.8vw);
  }

  .l-contact__back {
    font-size: calc(6px + 1.8vw);
  }
}

.l-contact__name {
  width: 40%;
}

.l-contact__email {
  width: 40%;
}

.l-contact__question {
  width: 50%;
  height: 200px;
}

.l-contact__select {
  width: 40%;
  text-align: center;
  padding: 10px;
}

.l-contact {
  text-align: center;
  padding: 50px;
}

.l-contact__des {
  margin-bottom: 15px;
}
