@charset "UTF-8";

:root {
  --color-black: #58585F;
  --color-white: #fff;
  --color-primary: #71B400;

  --color-grad: linear-gradient(45deg, rgba(244, 255, 85, 1) 0%, rgba(113, 180, 0, 1) 100%);

  --noto-sans: "Noto Sans JP", serif;
  --josefin: "Josefin Sans", sans-serif;
}


/*================================================
 *  
 ================================================*/

.form_list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.form_list dt {
  width: 27rem;
  padding-right: 2rem;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.form_list dt span,
.policyCheck sup {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  background: #E75775;
  color: var(--color-white);
  font-weight: 700;
  padding: 0.2rem 1rem;
  border-radius: 1000px;
}

.policyCheck sup {
  position: static;
}

.form_list dd {
  width: calc(100% - 27rem);
  margin-bottom: 4rem;
}

.form_list dd input,
.form_list dd textarea {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.5rem 1rem;
  background: #F2F2F2;
  font-size: 1.5rem;
  font-family: var(--noto-sans);
  color: var(--color-black);
}

.form_list dd textarea {
  height: 18rem;
  padding: 1rem;
}

.check_list {
  display: flex;
  align-items: center;
  justify-items: start;
  flex-wrap: wrap;
  gap: 1rem;
}

.form_list dd label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
}

.form_list dd input[type="radio"],
.policyCheck input[type="radio"] {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1000px;
}

.policyCheck {
  padding: 2rem;
  border: 1px solid var(--color-primary);
  margin-top: 4rem;
  text-align: center
}

.policyCheck>div {
  margin: 1rem 0 0;
}

.policyCheck>div label {
  margin-left: 1rem;
  cursor: pointer;
}



.policyArea {
  margin-top: 4rem;
}

.policyArea h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.policyArea .inner {
  padding: 2rem;
  height: 22rem;
  overflow-y: scroll;
  border: 1px solid;
}

.policyArea .inner p {
  margin-bottom: 1.5rem;
}

.submit {
  display: block;
  font-size: 1.4rem;
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.4;
  padding: 1.5rem 3rem;
  width: 24rem;
  border-radius: 10000px;
  background: var(--color-grad);
  text-align: center;
  margin: 4rem auto 0;
}

@media screen and (max-width:767px) {
  .form_list dt {
    width: 17rem;
    padding-right: 0;
    text-align: left;
    font-size: 2rem;
  }

  .form_list dd {
    width: calc(100% - 17rem);
    margin-bottom: 4rem;
  }

  .form_list dt span {
    position: static;
    transform: unset;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .form_list dd input {
    height: 5rem;
  }

  .form_list dd textarea {
    height: 24rem;
  }

  .form_list dt.txt,
  .form_list dd.txt {
    width: 100%;
  }

  .form_list dt.txt {
    margin-bottom: 1rem;
  }

  .form_list dd input[type="radio"],
  .policyCheck input[type="radio"] {
    width: 2rem;
    height: 2rem;
  }

  .submit {
    font-size: 2rem;
    padding: 1rem 3rem;
  }
}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/


@media screen and (max-width:767px) {}