@charset "UTF-8";
.recruit__lead {
  font-weight: bold;
  text-align: center; }
  @media (min-width: 641px) {
    .recruit__lead {
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 15px; } }
  @media (max-width: 640px) {
    .recruit__lead {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 8%; } }

.recruit__head {
  color: #2e3191;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 641px) {
    .recruit__head {
      font-size: 20px;
      line-height: 21px;
      margin-bottom: 16px; } }
  @media (max-width: 640px) {
    .recruit__head {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 5%; } }

@media (max-width: 640px) {
  .recruit.sec-default__content {
    padding: 7.5% 3.75% 10%; } }

@media (min-width: 641px) {
  .terms {
    margin-bottom: 38px; } }

@media (max-width: 640px) {
  .terms {
    margin-bottom: 14%; } }

.terms__table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 20px;
  width: 100%; }
  @media (max-width: 640px) {
    .terms__table {
      display: block; } }

@media (max-width: 640px) {
  .terms__tbody {
    display: block;
    width: 100%; } }

@media (max-width: 640px) {
  .terms__tr {
    display: block;
    width: 100%; } }

@media (min-width: 641px) {
  .terms__th {
    background-color: #e5e5e5;
    border: solid 1px #c0c0c0;
    padding: 9px 20px;
    vertical-align: top; } }

@media (max-width: 640px) {
  .terms__th {
    background-color: #e5f4ff;
    display: block;
    padding: 2% 0; } }

@media (min-width: 641px) {
  .terms__td {
    border: solid 1px #c0c0c0;
    padding: 9px 20px; } }

@media (max-width: 640px) {
  .terms__td {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 3% 0 3% 5%; } }

.terms__ul {
  font-weight: bold;
  list-style-type: none; }
  @media (min-width: 641px) {
    .terms__ul {
      font-size: 18px;
      line-height: 24px;
      padding-top: 3px; } }
  @media (max-width: 640px) {
    .terms__ul {
      font-size: 14px;
      line-height: 22px;
      padding-top: 3%; } }

.terms__anc {
  color: #c0272d; }

.terms__small {
  font-size: 14px; }

@media (min-width: 641px) {
  .forms {
    padding-bottom: 2%; } }

@media (max-width: 640px) {
  .forms {
    padding: 0 5%; } }

.forms__lead {
  text-align: center; }
  @media (min-width: 641px) {
    .forms__lead {
      margin-bottom: 10px; } }
  @media (max-width: 640px) {
    .forms__lead {
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 11%; } }

.forms__text {
  border: solid 1px #c7c8c8;
  border-radius: 5px;
  width: 100%; }
  @media (min-width: 641px) {
    .forms__text {
      padding: 7px; } }
  @media (max-width: 640px) {
    .forms__text {
      padding: 6px; } }

.forms__ck {
  margin-right: 5px; }

.forms__rad {
  margin-right: 5px; }

.forms__textbox {
  border: solid 1px #c7c8c8;
  border-radius: 5px;
  padding: 7px;
  width: 100%; }

.forms__submit {
  background-image: url(../img/recruit/btntext.png), url(../img/recruit/btn_bg.png);
  background-position: center, center;
  background-repeat: no-repeat, repeat-x;
  border-radius: 5px;
  display: block;
  height: 60px;
  margin: 0 auto;
  min-width: 264px;
  max-width: 484px;
  width: 100%; }
  @media (min-width: 641px) {
    .forms__submit {
      opacity: 1;
      transition-duration: 0.3s; }
      .forms__submit:hover {
        opacity: 0.7; } }

.forms__btn {
  align-items: center;
  background: url(../img/recruit/btn_bg.png) repeat-x center;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  height: 60px;
  padding: 0 20px;
  margin: 0 10px;
  min-width: 150px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none; }
  @media (min-width: 641px) {
    .forms__btn {
      cursor: pointer;
      opacity: 1;
      transition-duration: 0.3s; }
      .forms__btn:hover {
        opacity: 0.7; } }

.forms__centerbox {
  display: flex;
  justify-content: center;
  padding: 20px 0; }

@media (min-width: 641px) {
  .formtable {
    margin: 0 auto 15px;
    max-width: 587px;
    width: 100%; } }

@media (max-width: 640px) {
  .formtable {
    display: block; } }

@media (max-width: 640px) {
  .formtable tbody {
    display: block;
    width: 100%; } }

@media (max-width: 640px) {
  .formtable__tr {
    display: block;
    margin-bottom: 7%;
    width: 100%; } }

.formtable__th {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }
  @media (max-width: 640px) {
    .formtable__th {
      display: block;
      font-size: 13px;
      line-height: 20px; } }
  .formtable__th_required:after {
    content: '※';
    color: #c10d23; }
  .formtable__th_top {
    padding-top: 10px;
    vertical-align: top; }

@media (min-width: 641px) {
  .formtable__td {
    padding: 10px 0; } }

@media (max-width: 640px) {
  .formtable__td {
    display: block; }
    .formtable__td_spflex {
      display: flex;
      justify-content: space-between; } }

.formtable__label {
  white-space: nowrap; }
  @media (min-width: 641px) {
    .formtable__label {
      cursor: pointer;
      padding-right: 15px; } }
  @media (max-width: 640px) {
    .formtable__label {
      display: inline-block;
      padding: 5px 2.5% 5px 0; } }

.formtable__em[aria-hidden=true] {
  display: none; }

@media (max-width: 640px) {
  .formtable__em {
    display: block;
    margin-bottom: 1%;
    width: 100%; } }

.formtable__msg {
  background-color: #c0272d;
  border-radius: 5px;
  color: #fff;
  padding: 1px 10px;
  position: relative; }
  @media (min-width: 641px) {
    .formtable__msg:after {
      bottom: -10px;
      content: '';
      display: inline-block;
      border-top: solid 10px #c0272d;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      border-bottom: none;
      left: 10px;
      position: absolute; } }
  @media (max-width: 640px) {
    .formtable__msg {
      display: block;
      width: 100%; } }

/*# sourceMappingURL=recruit.css.map */