@charset "UTF-8";
/* CSS Document */
.entry p {
  text-align: center;
  margin-bottom: 40px;
}
.entry .caption {
  font-size: 13px;
}
.entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  border-top: solid 3px #004e29;
  border-bottom: solid 3px #004e29;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
}
.entry table th, .entry table td {
  border-bottom: solid 1px #004e29;
  padding: 20px 3%;
}
.entry table th {
  width: 30%;
  text-align: left;
  background-color: #f3f8f6;
  position: relative;
}
.entry .input {
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #efefef;
  border-radius: 5px;
}
.entry .input02 {
  width: 15%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #efefef;
  border-radius: 5px;
  margin-bottom: 10px;
}
.entry .select {
  position: relative;
}
.entry .select i {
  position: absolute;
  right: 3%;
  top: 35%;
  color: #004e29;
  pointer-events: none;
}
.entry select {
  border: none;
  outline: none;
  background-color: #efefef;
  font-size: 16px;
  padding: 15px 3%;
  border-radius: 5px;
}
.entry select:hover {
  cursor: pointer;
}
.entry .job select {
  width: 100%;
}
.entry .birthday select {
  width: 20%;
  margin-right: 5px;
}
.entry .birthday {
  margin-right: 20px;
}
.entry .radio_box span {
  margin-right: 30px;
}
.entry input[type="radio"] {
  display: none;
}
.entry label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.entry label::before, .entry label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
}
.entry label::before {
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border: 1px solid #004e29;
}
.entry label:hover::before {
  background: #fff;
}
.entry label::after {
  opacity: 0;
  left: 3px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #004e29;
}
.entry input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #004e29;
}
.entry input[type="radio"]:checked + label::after {
  opacity: 1;
}
.entry textarea {
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #efefef;
  border-radius: 5px;
}
.entry .required {
  font-size: 10px;
  color: #fff;
  background-color: #c1272d;
  padding: 0 5px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}
.entry .caption .required {
  margin-right: 5px;
}
.entry th .required {
  position: absolute;
  top: 40%;
  right: 5%;
}
.entry .btn_box {
  text-align: center;
}
.entry .submit {
  width: 35%;
  color: #fff;
  background-color: #c1272d;
  box-shadow: 0 3px 0 #891b23;
  border: none;
  padding: 20px 0;
  text-align: center;
  margin: 0 2%;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline;
  border-radius: 5px;
}
.entry .submit:hover {
  opacity: 1;
  transition: none;
  box-shadow: none;
  position: relative;
  top: 3px;
}
.entry .btn a {
  width: 30%;
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
  background-color: #278156;
  box-shadow: 0 3px 0 #004e29;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  outline: none;
  display: block;
  border-radius: 5px;
}
.entry .btn a:hover {
  opacity: 1;
  transition: none;
  box-shadow: none;
  position: relative;
  top: 3px;
}
@media screen and (max-width:1050px) {
  .entry p {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 15px;
  }
  .entry .caption {
    font-size: 13px;
  }
  .entry table {
    width: 100%;
    margin-bottom: 30px;
  }
  .entry table th {
    width: 94%;
    text-align: left;
    display: block;
    padding: 5px 3%;
  }
  .entry table td {
    width: 94%;
    padding: 20px 3%;
    display: block;
  }
  .entry .input {
    width: 90%;
    font-size: 16px;
    padding: 15px 5%;
    border: none;
    outline: none;
    background-color: #efefef;
  }
  .entry textarea {
    width: 90%;
    font-size: 16px;
    padding: 15px 5%;
    border: none;
    outline: none;
    background-color: #efefef;
  }
  .entry th .required {
    position: absolute;
    top: 25%;
    right: 5%;
  }
  .entry .birthday select {
    width: 80%;
    margin: 5px 5px 5px 0;
  }
  .entry .btn_box {
    text-align: center;
  }
  .entry .submit {
    width: 45%;
    color: #fff;
    background-color: #c1272d;
    box-shadow: 0 3px 0 #891b23;
    border: none;
    padding: 20px 0;
    text-align: center;
    margin: 0 2%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    display: inline;
    border-radius: 5px;
  }
  .entry .btn a {
    width: 46%;
    font-size: 16px;
    padding: 20px 0;
    color: #fff;
    background-color: #278156;
    box-shadow: 0 3px 0 #004e29;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    outline: none;
    display: block;
    border-radius: 5px;
  }
  input[type="reset"] {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
}