@charset "UTF-8";
/* -------------------------------------------------------------------
　
------------------------------------------------------------------- */
section .ttlbox {
  background: url(../imgs/contact/bg_contact.webp) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
section .ttlbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
section .ttlbox h2 {
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 35px;
  line-height: 1.5em;
  margin: 0;
  text-align: center;
}

#download .inner {
  margin: 11vh auto;
}
#download .inner .lead {
  text-align: center;
  margin: 0 0 11vh;
  color: #3e646d;
  letter-spacing: 1px;
}
#download .inner .f-container {
  display: flex;
  justify-content: space-around;
}
#download .inner .f-container__ct {
  width: 50%;
}
#download .inner .f-container__ct:first-child {
  width: 35%;
}
#download .inner .f-container__ct ul {
  color: #3e646d;
  padding: 0 1rem;
  line-height: 1.7;
}
#download .inner .f-container__ct img {
  width: 100%;
  margin-bottom: 2rem;
}
#download .inner #form form {
  display: flex;
  flex-wrap: wrap;
}
#download .inner #form form .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#download .inner #form form .item .txt-area {
  width: 12em;
  flex-shrink: 0;
}
#download .inner #form form .item .ans-area {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #download .inner .f-container {
    flex-direction: column;
  }
  #download .inner .f-container__ct {
    width: 100%;
  }
  #download .inner .f-container__ct:first-child {
    width: 100%;
    margin-bottom: 3rem;
  }
  #download .inner #form form .item {
    flex-direction: column;
    align-items: start;
  }
}
#contact .inner {
  margin: 11vh auto;
}
#contact .inner .lead {
  text-align: center;
  margin: 0 0 11vh;
  color: #3e646d;
  letter-spacing: 1px;
}
#contact .inner .f-container {
  display: flex;
}
#contact .inner .f-container__ct {
  width: 80%;
  margin: 0 auto;
}
#contact .inner #form form .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .inner #form form .item .txt-area {
  width: 15em;
  flex-shrink: 0;
}
#contact .inner #form form .item .ans-area {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}
#contact .inner #form form .item .ans-area .aligntop {
  align-items: center;
}
#contact .inner #form form .item .ans-area .wpcf7-list-item {
  display: block;
}

@media screen and (max-width: 768px) {
  #contact .inner .f-container__ct {
    width: 100%;
  }
  #contact .inner #form form .item {
    flex-direction: column;
    align-items: start;
    justify-items: start;
  }
}
.req:after {
  content: "必須";
  color: #ffffff;
  background: #cc0000;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.3em;
}

.opt:after {
  content: "任意";
  color: #ffffff;
  background: #ccc;
  font-size: 0.8em;
  padding: 0.3em;
  border-radius: 0.5em;
  margin-left: 0.3em;
}

.acceptance {
  font-size: 1.125rem;
  width: fit-content;
  margin: 2rem auto;
}
.acceptance a {
  color: #33C3F0;
}
.acceptance a:after {
  background-color: #33C3F0;
  height: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  border: 1px #ccc solid;
  margin: 10px 0 10px 0;
  padding: 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

textarea {
  height: 5em;
}

input[type=submit] {
  color: #fff;
  background-color: #0c482f;
  width: 75%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border-radius: 50px;
  transition: 0.3s ease;
  border: 1px solid #0c482f;
  margin: 3rem auto 0;
}
input[type=submit]:hover {
  background-color: #fff;
  color: #0c482f;
}

.thanks {
  padding: 3rem 0;
  line-height: 1.7;
}
.thanks p {
  margin-top: 1.5rem;
}
.thanks .ttl {
  font-size: 20px;
  font-weight: 900;
  margin: 3rem 0;
  text-align: center;
}

/*# sourceMappingURL=contact.css.map */
