@charset "UTF-8";
.entry {
  padding: 5.859375vw 0 2.0833333333vw;
}

.entry_text {
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 2em;
}
.entry_text_top {
  margin-bottom: 3.0598958333vw;
}
.entry_text_top .required {
  margin-right: 0.390625vw;
}

.required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.734375vw;
  height: 1.5625vw;
  background-color: #2ddcad;
  color: #fff;
  font-size: 0.9114583333vw;
  font-weight: 400;
  line-height: 1em;
}

.entry_dl {
  display: flex;
  justify-content: space-between;
  padding: 2.0833333333vw 0;
  border-top: 1px solid #c7dbd6;
}

.entry_dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 16.9270833333vw;
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 2em;
}

.entry_dd {
  width: calc(100% - 16.9270833333vw);
  padding: 0 1.3020833333vw 0 2.6041666667vw;
}

.entry_input,
.entry_textarea {
  padding: 0.9114583333vw 1.953125vw;
  background-color: #f7faf9;
  border: none;
  outline: none;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 2em;
}

.entry_input {
  width: 39.0625vw;
}
.entry_input::placeholder {
  color: rgba(131, 134, 133, 0.4);
}

.entry_textarea {
  width: 54.6875vw;
  height: 19.53125vw;
  resize: none;
}

.entry_raido_list {
  display: flex;
}

.entry_radio_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.3020833333vw;
  background-color: #f7faf9;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 2em;
}
.entry_radio_item input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.entry_radio_item label {
  display: flex;
  align-items: center;
  width: 11.71875vw;
  height: 3.90625vw;
}
.entry_radio_item label::before {
  content: "";
  display: inline-block;
  width: 1.171875vw;
  height: 1.171875vw;
  margin: 0 0.6510416667vw 0 1.953125vw;
  background-color: #fff;
  border-radius: 100%;
}
.entry_radio_item input:checked ~ label::before {
  background-color: #2ddcad;
}

.entry_agree {
  position: relative;
  margin: 3.2552083333vw 0 4.6875vw;
  text-align: center;
}
.entry_agree input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.entry_agree label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.entry_agree label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5625vw;
  height: 1.5625vw;
  margin-right: 0.6510416667vw;
  background-color: #fff;
  border: 1px solid #838685;
}
.entry_agree label::after {
  content: "✓";
  position: absolute;
  top: 0.2604166667vw;
  left: 0.3255208333vw;
  color: #2ddcad;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.5em;
  opacity: 0;
}
.entry_agree label a {
  color: #2ddcad;
}
.entry_agree label a:hover {
  text-decoration: none;
}
.entry_agree label span {
  margin-left: 0.6510416667vw;
}
.entry_agree input:checked ~ label::after {
  opacity: 1;
}

.entry_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.25vw;
  height: 6.5104166667vw;
  margin: 0 auto;
  background-color: #2ddcad;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3020833333vw;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.entry_button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px){
  .entry {
    padding: 10.6666666667vw 0;
  }
  .entry_text {
    font-size: 3.7333333333vw;
  }
  .entry_text_top {
    margin-bottom: 8vw;
  }
  .entry_text_top .required {
    margin-right: 1.3333333333vw;
  }
  .required {
    width: 11.2vw;
    height: 6.4vw;
    font-size: 3.2vw;
  }
  .entry_dl {
    display: block;
    padding: 4vw 0 4.8vw;
  }
  .entry_dt {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .entry_dd {
    width: 100%;
    padding: 0;
  }
  .entry_input,
  .entry_textarea {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .entry_input {
    width: 100%;
  }
  .entry_textarea {
    width: 100%;
    height: 32vw;
  }
  .entry_radio_item {
    margin-right: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .entry_radio_item label {
    width: 26.6666666667vw;
    height: 10.6666666667vw;
  }
  .entry_radio_item label::before {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.3333333333vw 0 5.3333333333vw;
  }
  .entry_agree {
    margin: 5.3333333333vw 0 8vw;
  }
  .entry_agree label::before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.6666666667vw;
  }
  .entry_agree label::after {
    top: 0.8vw;
    left: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .entry_button {
    width: 74.6666666667vw;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}