body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.wpcf7-not-valid {
  border-color: #ff8888 !important;
}

.wpcf7-not-valid-tip {
  color: #ff8888;
  font-size: 16px;
  margin-top: 0.5rem;
}

.main {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 300px;
  background-image: url("../images/diagnose/sp_main.jpg");
}
@media (min-width: 769px) {
  .main {
    height: 550px;
    background-image: url("../images/diagnose/main.jpg");
  }
}
.main .main-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}
@media (min-width: 769px) {
  .main .main-content {
    top: 40%;
  }
}
.main .main-content .main-title img {
  height: 25px;
}
.main .main-content .main-subtitle {
  line-height: 1.8;
  font-size: min(3.5vw, 15px);
  margin-top: 25px;
}

.container {
  max-width: 800px;
}

.form-area {
  margin: 4rem 0 0;
}
.form-area .diagnose-q-head {
  color: #31A193;
  position: relative;
  text-align: center;
  letter-spacing: 0.25rem;
  font-size: 19px;
  width: fit-content;
  margin: 0 auto;
}
.form-area .diagnose-q-head:before,
.form-area .diagnose-q-head:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #31A193;
}
.form-area .diagnose-q-head:before {
  right: 105%;
}
.form-area .diagnose-q-head:after {
  left: 105%;
}
.form-area .diagnose-q-title {
  width: fit-content;
  margin: 1rem auto 0;
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.form-area .diagnose-q-title img {
  display: block;
  height: 3rem;
  margin: 0 1rem;
  position: absolute;
  top: calc(50% - 1.5rem);
}
.form-area .diagnose-q-title img.q-image-left {
  right: 100%;
}
.form-area .diagnose-q-title img.q-image-right {
  left: 100%;
}
.form-area .diagnose-q-title span {
  font-size: min(5vw, 21px);
  margin: 0 auto;
  display: block;
  text-align: center;
  min-width: 100px;
}
@media (min-width: 769px) {
  .form-area .diagnose-q-title span {
    min-width: 200px;
  }
}
.form-area .diagnose-q-text {
  text-align: center;
  font-size: 12px;
}
.form-area dd {
  margin: 1rem 0 0;
}
.form-area .user_tag {
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.form-area .user_tag .wpcf7-list-item {
  position: relative;
  margin: 0;
  padding: 0;
}
.form-area .user_tag .wpcf7-list-item label {
  display: block;
  margin: 0;
}
.form-area .user_tag .wpcf7-list-item input {
  appearance: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.form-area .user_tag .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  padding: 22px 5px;
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .form-area .user_tag .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 17px;
  }
}
.form-area .user_tag .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: #31A193;
  background-color: #F0F9F8 !important;
  border: 1px solid #31A193;
}
.form-area .diagnose--2items-1 .user_tag {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 769px) {
  .form-area .diagnose--2items-1 .user_tag {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .form-area .diagnose--3items .user_tag {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) {
  .form-area .diagnose--4items .user_tag {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 769px) {
  .form-area .diagnose--5items .user_tag {
    grid-template-columns: repeat(5, 1fr);
  }
}

.formTable {
  margin: 0;
}
@media (min-width: 769px) {
  .formTable {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.formTable .formTable__head {
  margin: 1rem 0 0;
}
.formTable .formTable__head label {
  font-weight: 600;
}
.formTable .formTable__data input,
.formTable .formTable__data select {
  height: 58px;
  width: 100%;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}
@media (min-width: 769px) {
  .formTable .formTable__head {
    text-align: right;
  }
  .formTable .formTable__data select {
    width: fit-content;
  }
}

.confirmation {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirmation .formTable__head {
  margin: 4em auto 0;
}
.confirmation article {
  width: 100%;
  box-sizing: border-box;
  padding: 1.4em;
  overflow-y: scroll;
  height: 30vh;
  margin-top: 1em;
  border: solid 1px #eee;
}
.confirmation article h1, .confirmation article h2, .confirmation article h3, .confirmation article h4, .confirmation article h5, .confirmation article h6 {
  font-weight: bold;
  font-size: 0.9rem;
}
.confirmation article h1:not(:first-child), .confirmation article h2:not(:first-child), .confirmation article h3:not(:first-child), .confirmation article h4:not(:first-child), .confirmation article h5:not(:first-child), .confirmation article h6:not(:first-child) {
  margin-top: 1em;
}
.confirmation article p {
  font-size: 0.8rem;
}
.confirmation label {
  display: block;
  margin: 1rem 0 0;
}
.confirmation label .wpcf7-list-item {
  margin: 0;
}

.formTable__btn {
  margin: 3rem 0 0;
}

.btn__submit {
  box-shadow: 3px 3px #7ec4bb;
  background-color: #fff;
  border: 1px solid #7EC4BB;
  color: #262626;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 12px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 17px;
  display: block;
}/*# sourceMappingURL=diagnose2.css.map */