@charset "UTF-8";
.page-contact-form #header {
  height: 90px;
  margin: 0;
}
.page-contact-form #contents {
  padding: 80px 0;
  max-width: 100%;
  width: 100%;
  background: transparent;
}
.page-contact-form #contents #mainarea {
  float: none;
  width: 100%;
}
.page-contact-form #contents #mainarea #mainbody {
  padding: 0;
}
.page-contact-form #contents #mainarea #mainbody .c-heading-type1 {
  margin: 0 0 30px;
  font-size: 42px;
  line-height: 1.33333;
  font-family: "A+9rnz-凸版文久ゴシック Pr6N DB";
  font-weight: 600;
  color: #193264;
  background: transparent;
  padding: 0;
}
.page-contact-form #contents #mainarea #mainbody .list-note {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.5;
}
.page-contact-form #contents #mainarea #mainbody .list-note li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.page-contact-form #contents #mainarea #mainbody .list-note li:nth-child(n+2) {
  margin-top: 5px;
}
.page-contact-form #contents #mainarea #mainbody .form-copy {
  padding: 50px 0 40px;
}
.page-contact-form #contents #mainarea #mainbody .c-heading-type3 + .c-copy {
  margin-top: 35px;
}
.page-contact-form #contents #mainarea #mainbody table.tablenormal {
  width: 100%;
}
.page-contact-form #contents #mainarea #mainbody table.tablenormal th.tl {
  font-family: "A+9rnz-凸版文久ゴシック Pr6N DB";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: middle;
  width: 270px;
  min-width: 220px;
}
.page-contact-form #contents #mainarea #mainbody table.tablenormal td {
  padding: 15px;
  max-width: calc(100% - 200px);
}
.page-contact-form #contents #mainarea #mainbody table.tablenormal td p {
  margin-bottom: 10px;
}
.page-contact-form #contents #mainarea #mainbody table.tablenormal td ul li {
  padding: 0;
  background: transparent;
}
.page-contact-form form input,
.page-contact-form form textarea {
  border: 1px solid #ccc;
  padding: 7px 10px;
}
.page-contact-form form textarea {
  display: block;
  width: 100%;
  max-width: 446px;
}
.page-contact-form form input[type=radio] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.page-contact-form form input[type=radio]::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #193264;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.page-contact-form form input[type=radio]:checked::after {
  opacity: 1;
}
.page-contact-form .form-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page-contact-form .form-btn input[type=submit] {
  font-family: "A+9rnz-凸版文久ゴシック Pr6N DB";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  cursor: pointer;
  background: #fff;
  transition: 0.3s ease-in-out;
  color: #193264;
  padding: 12px 30px;
  border: 1px solid #193264;
  min-width: 200px;
  max-width: 100%;
  text-align: center;
}
@media (hover: hover) {
  .page-contact-form .form-btn input[type=submit]:hover {
    color: #fff;
    background: #193264;
  }
}
.page-contact-form .form-btn input[type=submit].btn-submit {
  background: #193264;
  color: #fff;
}
@media (hover: hover) {
  .page-contact-form .form-btn input[type=submit].btn-submit:hover {
    color: #193264;
    background: #fff;
  }
}
.page-contact-form .d-flex {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.page-contact-form .d-flex-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.page-contact-form .birth-input {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 900px) {
  .page-contact-form .birth-input input[type=text] {
    width: 80px;
  }
}
.page-contact-form .error-box {
  color: #E50011;
  max-width: 100%;
}
.page-contact-form .error-box .txt_star {
  font-size: 120%;
}
.page-contact-form .error-box .txt {
  border: 1px solid #E50011;
  padding: 20px;
  line-height: 1.65;
  margin-bottom: 15px;
  display: block;
}

@media screen and (max-width: 750px) {
  .page-contact-form #header {
    height: 70px;
  }
  .page-contact-form #contents {
    padding: 40px 0;
  }
  .page-contact-form #contents #mainarea #mainbody .c-heading-type1 {
    margin: 0 0 28px;
    font-size: 24px;
  }
  .page-contact-form #contents #mainarea #mainbody .list-note {
    font-size: 14px;
  }
  .page-contact-form #contents #mainarea #mainbody .form-copy {
    padding: 28px 0;
  }
  .page-contact-form #contents #mainarea #mainbody .c-heading-type3 + .c-copy {
    margin-top: 24px;
  }
  .page-contact-form #contents #mainarea #mainbody form table {
    display: block;
    width: 100%;
  }
  .page-contact-form #contents #mainarea #mainbody form table tbody {
    display: block;
    width: 100%;
  }
  .page-contact-form #contents #mainarea #mainbody form table tr {
    display: block;
  }
  .page-contact-form #contents #mainarea #mainbody form table tr th,
.page-contact-form #contents #mainarea #mainbody form table tr td {
    width: 100%;
    display: block;
  }
  .page-contact-form #contents #mainarea #mainbody table.tablenormal th {
    padding: 10px;
  }
  .page-contact-form #contents #mainarea #mainbody table.tablenormal th.tl {
    width: 100%;
  }
  .page-contact-form #contents #mainarea #mainbody table.tablenormal td {
    padding: 10px;
    max-width: 100%;
  }
  .page-contact-form form input,
.page-contact-form form textarea {
    border: 1px solid #ccc;
    padding: 7px 10px;
    max-width: 100%;
  }
  .page-contact-form form textarea {
    width: 100%;
  }
  .page-contact-form form input[type=submit] {
    cursor: pointer;
  }
  .page-contact-form .form-btn {
    gap: 20px;
  }
  .page-contact-form .form-btn input[type=submit] {
    font-size: 16px;
    padding: 12px 20px;
    min-width: 150px;
  }
}
@media screen and (max-width: 750px) and (max-width: 374px) {
  .page-contact-form .form-btn input[type=submit] {
    min-width: 130px;
  }
}
@media screen and (max-width: 750px) {
  .page-contact-form .d-flex:not(.radio-list) {
    flex-direction: column;
    align-items: start;
    gap: 1em;
  }
}
@media screen and (max-width: 750px) {
  .page-contact-form .d-flex-item:not(.birth-input li) {
    flex-direction: column;
    align-items: start;
    gap: 0.2em;
  }
}
@media screen and (max-width: 750px) {
  .page-contact-form .birth-input {
    gap: 1em;
  }
  .page-contact-form .birth-input input[type=text] {
    width: 70px;
  }
}
@media screen and (max-width: 750px) and (max-width: 374px) {
  .page-contact-form .birth-input {
    flex-direction: column;
    gap: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .page-contact-form .radio-list label {
    flex-direction: row !important;
    gap: 0.5em !important;
  }
}
@media screen and (max-width: 750px) {
  .page-contact-form .error-box .txt {
    padding: 15px;
    margin-bottom: 10px;
  }
}