@charset "UTF-8";
.contactTopImg {
  position: relative;
  width: 100%;
  height: auto;
}
.contactTopImg img {
  width: 100%;
  height: auto;
}
.contactTopImg p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中心に移動 */
  font-size: 20px;
  color: #FFFFFF;
}

.contactTopImgpc {
  display: none;
}

.contactTopImgsp {
  display: block;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.breadcrumb a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}
.breadcrumb img {
  width: 5px;
}

.contactTopText {
  width: 100%;
  margin: auto;
}
.contactTopText a {
  text-decoration: none;
  color: #1F56A3;
  text-decoration: underline #1F56A3;
}
.contactTopText a:hover {
  text-decoration: none;
  color: #6BB2F8;
}

.contactFormBox {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

.contactTextBox {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

.contactFormText {
  max-width: 245px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.contactFormText p {
  width: fit-content;
}

.contactForm {
  width: 100%;
  position: relative;
}
.contactForm .formtext {
  width: 100%;
  height: 50px;
  border: solid 1px;
  border-radius: 5px;
  padding: 0.4em 0.8em;
}

.contactFormTextBox {
  position: relative;
  width: 100%;
  height: 230px;
}
.contactFormTextBox .formtextbox {
  width: 100%;
  height: 230px;
  border-radius: 5px;
  padding: 0.4em 0.8em;
}

.contactFormRequired {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 21px;
  font-size: 15px;
  background-color: #1F56A3;
  color: #FFFFFF;
  margin-right: 20px;
}

.contactblank {
  width: 55px;
  margin-right: 20px;
}

.contactCaution {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 340px;
  font-size: 12px;
}

.contactFormSend {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  color: #ffffff;
  background-color: #CFCFCF;
  border: solid 1px #CFCFCF;
  border-radius: 20px;
  text-decoration: none;
  margin: 40px auto;
}

.contactFormSend:hover {
  cursor: pointer;
}

.contacttext {
  text-align: center;
  margin-bottom: 20px;
}
.contacttext h2 {
  font-size: 16px;
  font-weight: normal;
}

.contactLink {
  display: block;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.contactTellBox {
  width: 100%;
  margin-bottom: 20px;
}

.contactLinkBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 65px;
  background-color: #A59879;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 19px;
}
.contactLinkBox img {
  padding-right: 20px;
}

.TopLinkBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.TopLink {
  text-decoration: none;
  color: #333333;
}
.TopLink img {
  margin: auto;
  margin-bottom: 10px;
}
.TopLink span {
  text-align: center;
}
@media (min-width: 768px){
  .contactTopImg p {
    font-size: 30px;
  }
  .contactTopImgpc {
    display: block;
  }
  .contactTopImgsp {
    display: none;
  }
  .breadcrumb {
    margin-left: 50px;
  }
  .contactTopText {
    width: 80%;
    text-align: start;
  }
  .contactFormBox {
    display: flex;
    justify-content: space-between;
    margin: 0 10%;
    margin-bottom: 30px;
    width: 90%;
  }
  .contactTextBox {
    display: flex;
    justify-content: space-between;
    margin: 0 10%;
    margin-bottom: 100px;
    width: 90%;
  }
  .contactFormText p {
    width: 155px;
  }
  .contactFormText {
    justify-content: space-between;
    gap: 0;
  }
  .contactForm {
    width: 70%;
  }
  .contactFormTextBox {
    width: 70%;
  }
  .contacttext h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 80px;
  }
  .contactLink {
    display: flex;
  }
  .contactTellBox {
    margin-bottom: 0;
    width: 365px;
  }
  .contactLinkBox {
    width: 330px;
    height: 100px;
    font-size: 16px;
  }
}

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