<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mv__nakamen {
  background: url(/recruit/entry/img/mv.jpg);
  background-size: cover;
  background-position: center;
}

.contactBox {
  padding: 80px 0 70px 0;
  position: relative;
}

.contactBox::after {
  position: absolute;
  background: #C12626;
  width: 100%;
  height: 50%;
  content: '';
  bottom: 0;
  z-index: -1;
  left: 0;
}

.form {
  margin-top: 60px;
}

.whiteBox1 p {
  text-align: center;
  font-size: 14px;
}

.form p.mB {
  margin-bottom: 30px;
}

table {
  border-collapse: collapse;
}

.form table {
  margin: 0 auto;
  border: 1px solid #dcdcdc;
}

.form table th,
.form table td {
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
}



.form table td[colspan="2"] {
  text-align: center;
}

.form table td[colspan="2"] input[type="button"] {
  margin-right: 20px;
}

.form table th {
  background-color: #FAFAFA;
  width: 222px;
  text-align: left;
  vertical-align: middle;
}

.form table th span {
  color: .bd0000;
  margin-right: 5px;
}

.form table tr {
  background: #fff;
}

.form table td {
  padding: 020px;
}

/*
.form table td label {
  margin: 0 10px 0 0;
}

.form table td label input {
  margin: 0 10px 0 0;
}
*/

.hiss {
  color: red;
  font-size: 10px;
}

.errorText {
  color: red;
  font-size: 10px !important;
}

textarea,
input[size="40"] {
  width: 97%;
}

input[type="text"],
input[type="tel"] {
  max-width: 100%;
}

.form table td span {
  font-size: 14px;
}

.form table.confirm {
  max-width: 70%;
  margin: 0 auto;
}

.form table.confirm th {
  background-color: #FAFAFA;
  width: 153px;
  text-align: left;
}

.contactbtn {
  width: 70%;
}

.btn {
  display: block;
  margin: 30px auto 0;
}

.btn {
  width: 164px;
  height: 50px;
  font-size: 1.5rem;
}

option,
input,
select,
textarea {
  border: 1px solid #dcdcdc;
  padding: 5px 10px;
}

select {
  margin: 0 2% 0 3%;
}

select:first-child {
  margin-left: 0;
}

.btnSubmit {
  padding: 20px 0;
  width: 350px;
  margin: 40px auto 0 auto;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #C12626;
  font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic";
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btnSubmit:hover {}

/*thanks.php*/
.thanksBox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.btnBackToTop {
  margin: 50px auto 0 auto;
  width: 350px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.btnBackToTop a {
  display: block;
  text-decoration: none;
  padding: 20px 30px;
  text-align: center;
  background: #79BE35;
  border-radius: 10px;
  color: #fff;
  font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic";
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btnBackToTop:hover {
  width: 380px;
}

.btnBackToTop a:hover {
  letter-spacing: 6px;
}

.title__pttern__flower__orange {
  margin-bottom: 30px;
}

@media screen and (max-width:760px) {
  .nakamenMv {
    height: 40vh;
  }

  .form table {
    max-width: 80%;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #dcdcdc;
  }

  .form table tr,
  .form table tbody {
    display: block;
  }

  .form table th,
  .form table td {
    display: block;
    padding: 10px 20px;
    width: auto;
    border: 1px solid #dcdcdc;
  }

  .form table th {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }


  .form table.confirm th,
  .form table.confirm td {
    text-align: center;
  }

  .form table.confirm th {
    width: 100%;
  }


  .form table th {
    border-top: 1px solid #dcdcdc;
    border-bottom: 0;
  }

  .form table td {
    border-bottom: 0;
  }
}

/*confirm.php*/
.btnconfirm {
  display: inline-block;
  width: 30%;
  margin: 40px 20px 70px 0;
}

.btnconfirm:hover {
  letter-spacing: 6px;
  width: 34%;
}

.btnconfirmFirst {
  background: #61982A;
}


/*error.php*/
.error {
  background: #FFEAF2;
}

@media screen and (max-width:480px) {
  .contactBox {
    margin: 0;
  }

  .form {
    margin-top: 50px;
  }

  .btnSubmit {
    padding: 20px 0;
    width: 250px;

  }


  .btnSubmit:hover {
    letter-spacing: 6px;
    width: 280px;
  }

  .btnconfirmFirst {
    margin: 40px auto 0 auto 0;
  }

  .btnconfirm {
    margin: 0 auto 20px auto;
    display: block;
    width: 80%;
  }

  .btnconfirmFirst {
    margin-top: 40px;
    background: #61982A;
  }


  /*thanks.php*/
  .thanksBox {
    width: 90%;
  }

  .btnBackToTop {
    margin: 50px auto 0 auto;
    width: 250px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
  }

  .btnBackToTop:hover {
    width: 280px;
  }


}



/* 20191022譖ｴ譁ｰ */


.checkbox-input {
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  line-height: 0;
  height: 0;
  font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts {
  color: #79BE35;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #79BE35;
  border-right: 3px solid #79BE35;
}

.entryBox {
  padding: 80px 20px 0;
}

@media screen and (max-width:480px) {
  .entryBox {
    padding: 40px 20px 0;
  }
}

.formBox {
  position: relative;
  display: block;
  z-index: 5;
  padding: 40px 0 80px;
}

@media screen and (max-width:480px) {
  .formBox {
    padding: 20px 0 80px;
  }
}

.qs_wrap__form .btn__submit a,
.qs_wrap__form .btn__submit input,
.qs_wrap__form .btn__submit button {
  background-color: #C12626 !important;
  padding: 20px 50px;
}


.qs_wrap__form input[type="text"],
.qs_wrap__form textarea {
  width: 95% !important;
}



.qs_wrap__form._style01 table input[type="text"],
.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"],
.qs_wrap__form._style01 table textarea {
  border: 1px solid #dcdcdc;
}

li.radio {
  margin-bottom: 10px !important;

  padding-left: 1em !important;
  text-indent: -1em !important;
}
</pre></body></html>