@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
}

a {
  color: #1e90ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1e90ff;
  text-decoration: underline;
}
a:visited {
  color: #1e90ff;
  text-decoration: underline;
}

fieldset {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 0.7rem;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 0.8rem;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

h4 {
  margin: 0 0 15px 0;
}

@media screen and (min-width: 641px) {
  .display-sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .display-pc {
    display: none;
  }
}

.bg {
  min-height: 350px;
  height: 500px;
}

.terms-link {
  text-align: right;
}

.terms-link--center {
  text-align: center;
}

.sample-title {
  text-align: center;
  color: #325A35;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0;
}

.cover {
  display: none;
  position: fixed;
  height: 100vh;
  bottom: 0;
  margin: auto;
  background: rgba(53, 65, 80, 0.7);
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  right: 0;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (min-width: 641px) {
  .cover {
    background: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

.visitors-form {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
  overscroll-behavior-y: none;
}
.visitors-form img {
  width: 100%;
  display: block;
}
.visitors-form a:link.visitors-form__link,
.visitors-form a:visited.visitors-form__link,
.visitors-form a:hover.visitors-form__link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.visitors-form li {
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.visitors-form__header {
  width: 100%;
  border-bottom: 1px solid #CFCFCF;
}
.visitors-form__logo {
  width: 29%;
  margin: 14px auto;
}
@media screen and (min-width: 641px) {
  .visitors-form__logo {
    width: 140px;
  }
}
.visitors-form__logo--footer {
  margin: 0px auto;
}
@media screen and (max-width: 639px) {
  .visitors-form__logo--footer {
    width: 44%;
  }
}

.visitors-form__content {
  width: 100%;
  display: block;
  background: none;
  padding: 15px;
}
@media screen and (min-width: 641px) {
  .visitors-form__content {
    background: linear-gradient(90deg, white 0%, white 50%, #FAFAFA 50%, #FAFAFA 100%);
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 0 20px;
  }
}

.visitors-form__inner {
  padding: 13px;
}
@media screen and (min-width: 641px) {
  .visitors-form__inner {
    padding: 30px 30px 10px;
  }
}

.visitors-form__title {
  font-size: 24px;
  font-size: 1.5rem;
}

.visitors-form__info {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .visitors-form__info {
    width: 500px;
  }
}

.visitors-form__text {
  font-size: 16px;
  font-size: 1rem;
}

.visitors-form__point {
  width: 80%;
  text-align: center;
  background: #ebebeb;
  margin: 10px auto 0;
  padding: 20px;
}
@media screen and (max-width: 639px) {
  .visitors-form__point {
    display: none;
  }
}

.visitors-form_list {
  width: fit-content;
}

.visitors-form_list-item {
  text-align: left !important;
}

@media screen and (min-width: 641px) {
  .visitors-form__thumbnails {
    width: 250px;
    margin: 20px auto 0;
  }
}

.visitors-form__footer {
  background: #0e0808;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.visitors-form__footer-list {
  padding: 30px 0 20px;
  display: flex;
  justify-content: center;
}

.visitors-form__footer-item {
  margin: 0 20px;
}

.visitors-form__form-item input[type=text], .visitors-form__form-item input[type=email],
.visitors-form__form-item input[type=tel], .visitors-form__form-item textarea {
  border-radius: 3px;
  width: 100% !important;
  background: white;
  border: 1px solid #979797;
  border-radius: 5px;
  padding: 10px;
  height: 43px;
  font-size: 16px;
  font-size: 1rem;
}
.visitors-form__form-item textarea {
  min-height: 100px;
}
.visitors-form__form-item .visitors-form__form-heading {
  font-weight: bold;
  margin: 20px 0 7px;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.visitors-form__form-item .visitors-form__form-heading span {
  color: #FF3C00;
  display: inline-block;
  padding: 0 0 0 2px;
  font-size: 12px;
  font-size: 0.75rem;
}

.visitors-form__button-area .visitors-form__agreement {
  text-align: center;
  margin: 0 0 18px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.visitors-form__button-area input[type=submit] {
  background: #0a5bda !important;
  width: 100%;
  font-weight: bold;
  color: white;
  text-align: center;
  border-radius: 5px;
  border: none;
  padding: 20px 0;
  font-size: 16px;
  font-size: 1rem;
}

.visitors-form__contact {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 10px 20px;
  margin: 28px 0;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/*# sourceMappingURL=visitors-form.css.map */
