@charset "utf-8";

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::placeholder {
  color: rgba(255, 0, 0, 0.4);
}

input::-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.4);
}

textarea::placeholder {
  color: rgba(255, 0, 0, 0.4);
}

textarea::-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.4);
}

.entry_wrap {
  padding-top: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  min-width: 1000px;
}

.entry_wrap h3 {
  font-size: 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-align: center;
}

.entry {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 980px;
  background-color: #fffaf3;
}

.entry_form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
}

.entry_form a {
  font-size: 38px;
  font-family: "Hiragino Kaku Gothic Pro";
  color: #000000;
  line-height: 1em;
  text-decoration: none;
}

.entry_form span {
  font-size: 80%;
}

.radio_wrap {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddddd;
}

.radio_box input {
  display: none;
}

input + label {
  position: relative;
  padding-left: 32px;
}

input + label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #ef7d0e;
  border-radius: 50%;
}

input:checked + label::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #ef7d0e;
  border-radius: 50%;
}

label {
  display: inline-block;
  margin-left: 45px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #000000;
  line-height: 22px;
}

.entry_remarks {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #000000;
  text-align: left;
  line-height: 1em;
}

.form_wrap {
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  width: 860px;
}

.form_1 {
  margin-top: 22px;
  width: 860px;
}

.form_1_area {
  position: relative;
  width: 420px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 0.5em;
}

.form_1_area p {
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  line-height: 50px;
}

.form_1_area select {
  position: relative;
  padding-left: 5px;
  border: 0;
  height: 50px;
  font-size: 12px;
  background-color: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  z-index: 2;
}

.form_1_area .arrow {
  position: absolute;
  margin: auto;
  width: 16px;
  height: 16px;
  top: 0px;
  right: 25px;
  bottom: 0px;
  z-index: 2;
}

.form_1_area .inner {
  position: absolute;
  top: -4px;
  width: 16px;
  height: 16px;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: rotate(-45deg);
  transform-origin: center;
  box-sizing: border-box;
  z-index: 2;
}

#postal_btn {
  position: absolute;
  margin: auto;
  top: 10px;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  background-color: #ef7d0e;
  border-radius: 0.5em;
  outline: 0;
}

.form_1_text {
  padding: 0px;
  padding-left: 5px;
  border: 0px;
  height: 50px;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #000000;
  border-radius: 1em;
  outline: 0;
  box-sizing: border-box;
}

.form_1_text#year,
.form_1_text#month,
.form_1_text#day {
  width: 80px;
  text-align: right;
}

.form_2 {
  margin-top: 22px;
  width: 860px;
}

.form_2 .form_1_area {
  width: 860px;
}

.form_2_area {
  position: relative;
  width: 860px;
  height: 131px;
  background-color: #ffffff;
  border-radius: 0.5em;
}

.form_2_area p {
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  line-height: 50px;
}

.form_2_area .form_2_title {
  padding-top: 19px;
  line-height: 1em;
}

#p_school_name,
#p_faculty {
  padding-left: 20px;
}

.form_2_text {
  padding: 0px;
  padding-left: 5px;
  border: 0px;
  height: 50px;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #000000;
  border-radius: 1em;
  outline: 0;
  box-sizing: border-box;
}

.form_3 {
  margin-top: 30px;
  width: 860px;
  height: 160px;
  background-color: #ffffff;
  border-radius: 0.5em;
}

.form_3 p {
  padding-top: 15px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
}

.form_3_text {
  padding: 0px;
  padding-top: 15px;
  padding-left: 5px;
  padding-bottom: 15px;
  border: 0px;
  height: 160px;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #000000;
  line-height: 1.5em;
  text-align: left;
  border-radius: 0.5em;
  outline: 0;
  resize: none;
  box-sizing: border-box;
}

.button_wrap {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
}

#submit {
  width: 280px;
  height: 50px;
  font-size: 24px;
  color: #ef7d0e;
  letter-spacing: 0.25em;
  border: solid 1px #ef7d0e;
  box-sizing: border-box;
}

#submit:hover {
  color: rgb(255, 255, 255);
  background-color: #ef7d0e;
}

@media (max-width: 500px) {
  .entry_wrap {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    min-width: 0px;
    width: 100%;
    padding-top: 5px;
  }

  .entry_wrap h3 {
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
    line-height: 1em;
    text-align: center;
  }

  .entry {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 98%;
    background-color: #fdf6f6;
    overflow: hidden;
  }

  .entry_form {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }

  .entry_form a {
    font-size: 38px;
    font-family: "Hiragino Kaku Gothic Pro";
    color: #000000;
    line-height: 1em;
    text-decoration: none;
  }

  .entry_form span {
    font-size: 80%;
  }

  .radio_wrap {
    margin-top: 15px;
    margin-left: 10px;
    width: 97%;
  }

  .radio_box input {
    display: none;
  }

  input + label {
    position: relative;
    padding-left: 20px;
  }

  input + label::before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    border: 1px solid #e7636a;
    border-radius: 50%;
  }

  input:checked + label::after {
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #e7636a;
    border-radius: 50%;
  }

  label {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN";
    color: #000000;
    line-height: 15px;
  }

  .entry_remarks {
    margin-left: 10px;
    padding-top: 20px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN";
    color: #000000;
    text-align: left;
    line-height: 1em;
  }

  .form_wrap {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }

  .form_1 {
    margin-top: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .form_1_area {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 0.5em;
    float: none;
    margin-top: 15px;
  }

  .form_1_area p {
    padding-left: 12px;
    font-size: 12px;
    text-align: left;
    line-height: 40px;
  }

  .form_1_area select {
    border: 0;
    height: 40px;
    font-size: 12px;
    background-color: transparent;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .form_1_area .arrow {
    position: absolute;
    margin: auto;
    width: 10px;
    height: 10px;
    top: 0px;
    right: 25px;
    bottom: 0px;
    z-index: 2;
  }

  .form_1_area .inner {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 10px;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    transform: rotate(-45deg);
    transform-origin: center;
    box-sizing: border-box;
    z-index: 2;
  }

  .form_1_text {
    padding: 0px;
    padding-left: 5px;
    border: 0px;
    height: 40px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN";
    color: #000000;
    border-radius: 1em;
    outline: 0;
  }

  .form_1_text#year,
  .form_1_text#month,
  .form_1_text#day {
    width: 60px;
    text-align: right;
  }

  #postal_btn {
    position: absolute;
    margin: auto;
    top: 5px;
    right: 10px;
    bottom: 5px;
    color: #ffffff;
    background-color: #e7636a;
    border-radius: 0.5em;
    outline: 0;
  }

  .form_2 {
    margin-top: 15px;
    width: 100%;
  }

  .form_2 .form_1_area {
    width: 100%;
  }

  .form_2_area {
    position: relative;
    width: 100%;
    height: 131px;
    background-color: #ffffff;
    border-radius: 0.5em;
  }

  .form_2_area p {
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    line-height: 50px;
  }

  .form_2_area .form_2_title {
    padding-top: 19px;
    line-height: 1em;
  }

  #p_school_name,
  #p_faculty {
    padding-left: 20px;
  }

  .form_2_text {
    padding: 0px;
    padding-left: 5px;
    border: 0px;
    height: 50px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN";
    color: #000000;
    border-radius: 1em;
    outline: 0;
    box-sizing: border-box;
  }

  .form_3 {
    margin-top: 15px;
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    border-radius: 0.5em;
  }

  .form_3 p {
    padding-top: 15px;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .form_3_text {
    padding: 0px;
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 15px;
    border: 0px;
    height: 160px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN";
    color: #000000;
    line-height: 1.5em;
    text-align: left;
    border-radius: 0.5em;
    outline: 0;
    resize: none;
    box-sizing: border-box;
  }

  .button_wrap {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    width: 98px;
  }

  #submit {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 0.25em;
    border: solid 1px #e7636a;
    background-color: #e7636a;
  }
}
