@charset "UTF-8";



/* 20230825追加 */
.formTable {
  width: 100%;
  border-collapse: collapse;
}
.formTable tr {
  border-bottom: 1px dashed #b9b9b9;
  display: flex;
  flex-wrap: wrap;
}
.formTable tr th,
.formTable tr td {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  line-height: 1.5;
  text-align: left;
}
.formTable tr th {
  padding-bottom: 0;
}
.formTable tr th span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #ab1b12;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
}
.formTable tr td {
  
}
.formTable tr td input,
.formTable tr td select,
.formTable tr td textarea {
  font-size: 12px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}
.formTable tr td textarea {
  height: 150px;
}
.formTable tr td input::placeholder,
.formTable tr td select::placeholder,
.formTable tr td textarea::placeholder {
  color: #b9b9b9;
}
.formTable tr td input:-ms-input-placeholder,
.formTable tr td select:-ms-input-placeholder,
.formTable tr td textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
.formTable tr td input::-ms-input-placeholder,
.formTable tr td select::-ms-input-placeholder,
.formTable tr td textarea::-ms-input-placeholder {
  color: #b9b9b9;
}
.formTable tr td input.w20,
.formTable tr td select.w20,
.formTable tr td textarea.w20 {
  width: 30%;
}
.formTable tr td input.w50,
.formTable tr td select.w50,
.formTable tr td textarea.w50 {
  width: 50%;
}
.formTable tr td input.w100,
.formTable tr td select.w100,
.formTable tr td textarea.w100 {
  width: 90%;
}
.formTable tr td label {
  padding: 5px 0;
  display: block;
}
.formTable tr td label input[type=checkbox],
.formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}

.submit {
  text-align: center;
  margin: 20px auto 40px;
  /* sp */
}
.submit input {
  font-size: 12px;
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 5px;
  width: 90px;
  height: 30px;
}
.submit input[type=submit] {
  color: #fff;
  background: #112856;
}

.privacy {
  margin: 30px 0;
}
.privacy-box {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 0 !important;
  overflow-x: hidden;
}
.privacy-box-txt {
  width: 91%;
  padding: 10px;
  line-height: 1.5;
}
.privacy-box-txt > p {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
.privacy-box-txt dl dt {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  color: #75b23d;
  margin: 20px 0 5px;
}
.privacy-box-txt dl dd {
  font-size: 12px;
  text-align: left;
  margin-left: 0;
}
.privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
.privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
.privacy-box-txt ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}
.privacy table {
  background: #fff;
}
.privacy table tr th, .privacy table tr td {
  border: 1px solid #b9b9b9;
  padding: 10px 20px;
}
.privacy table tr th {
  text-align: center;
  background: #f6f5f3;
  width: 33.333%;
}
.privacy a {
  color: #0a3377;
  text-decoration: underline;
}
.privacy h4 {
  display: block;
  line-height: 1.5;
  margin-bottom: 20px;
}

#formWrap p,
#formWrap h4,
#formWrap input {
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 0;
}