@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#contact {
  padding: 60px 0;
}
#contact .form_title {
  font-size: 22rem;
  margin-bottom: 60px;
  text-align: center;
}
#contact .form_title .fa-regular {
  font-size: 20rem;
  background: #e3ecf3;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  margin: 0 0 15px 0;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  color: #333;
}
#contact .about__title {
  margin-bottom: 40px;
}
#contact #message {
  padding: 50px 0 50px 0;
  margin: 0;
  text-align: left;
}
#contact #message .fa {
  color: #333;
  margin-right: 0.5em;
}
#contact #message ul {
  margin: 30px 0;
  padding: 30px 40px 30px 60px;
  font-size: 14rem;
  list-style: none;
  background: #f5f5f5;
}
#contact #message ul li {
  margin-bottom: 0.9em;
  line-height: 1.6em;
  position: relative;
  top: 0;
  left: 0;
}
#contact #message ul li:before {
  content: "\f138";
  font-family: FontAwesome;
  color: #666;
  margin-right: 1em;
  position: absolute;
  top: 0;
  left: -1.5em;
}
#contact #message ul li:last-of-type {
  margin-bottom: 0;
}
#contact #message .message__about {
  margin-bottom: 20px;
}
#contact #message .message__direct {
  background-color: #0071c1;
  color: #fff;
  padding: 10px 0 10px 0;
}
#contact #message .message__direct .direct__label {
  font-size: 18rem;
  margin: 10px 0 0px 0;
  text-align: center;
}
#contact #message .message__direct .direct__label .sub {
  color: #fff;
}
#contact #message .message__direct .direct__tel {
  font-size: 15rem;
  margin: 0;
  text-align: center;
}
#contact #message .message__direct .direct__tel .num {
  font-size: 40rem;
}
#contact #message .message__direct .direct__open {
  float: left;
  line-height: 1.4em;
  width: 48%;
  margin-top: 12px;
  margin-left: 4%;
}
#contact .form__btn-main {
  background-color: #0071c1;
  border: 3px solid #0071c1;
  color: #fff;
  font-size: 20rem;
  padding: 0.6em 1.5em 0.6em 2em;
  letter-spacing: 0.5em;
}
#contact .form__btn-main:hover {
  background-color: #aaa;
}
#contact .form__btn-sub {
  background-color: #ffffff;
  border: 3px solid #ccc;
  font-size: 0.9em;
  padding: 0.3em 1.5em 0.3em 2em;
  letter-spacing: 0.5em;
  margin-right: 20px;
  line-height: 3em;
}
#contact .form__btn-sub:hover {
  background-color: #eee;
}
#contact .inputarea table .form__glabel {
  border-bottom: 1px solid #8da6bf;
}
#contact .inputarea table .form__glabel th {
  font-weight: bold;
  font-size: 18rem;
  padding-bottom: 15px;
}
#contact #form {
  padding: 20px 0;
  margin-bottom: 70px;
}
#contact #form .warning {
  text-align: left;
  font-weight: normal;
  margin: 0 0px 20px 20px;
}
#contact #form .warning li {
  margin-bottom: 0.3em;
}
#contact #form table .form__glabel {
  border-bottom: 1px solid #8da6bf;
}
#contact #form table .form__glabel th {
  font-weight: bold;
  font-size: 18rem;
  padding-bottom: 15px;
}
#contact #form table td.subitems {
  padding: 0;
}
#contact #form table td.subitems .error {
  margin: 20px 10px;
  display: block;
}
#contact #form table td.subitems table th {
  width: 100px;
}
#contact #form table td.subitems table input.long {
  width: 450px;
}
#contact #form table td.subitems table input.middle {
  width: 350px;
}
#contact #form table td.subitems table input.short {
  width: 120px;
}
#contact #form table td.subitems table input.mini {
  width: 80px;
}
#contact #form form {
  display: block;
}
#contact #form form input[type=checkbox] {
  margin-right: 0.5em;
}
#contact #form form table {
  width: 100%;
}
#contact #form form table tbody tr {
  border-bottom: 1px solid #e6ebf4;
}
#contact #form form table tbody th, #contact #form form table tbody td {
  padding: 20px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
#contact #form form table tbody th input, #contact #form form table tbody th select, #contact #form form table tbody td input, #contact #form form table tbody td select {
  margin: 5px 0;
  padding: 14px 10px;
}
#contact #form form table tbody th select, #contact #form form table tbody td select {
  padding: 12px 10px;
}
#contact #form form table tbody th textarea, #contact #form form table tbody td textarea {
  padding: 14px 10px;
}
#contact #form form table tbody th .input_row, #contact #form form table tbody td .input_row {
  margin: 5px 0;
}
#contact #form form table tbody th .input_row .row__label, #contact #form form table tbody td .input_row .row__label {
  display: inline-block;
  width: 100px;
}
#contact #form form table tbody th .radio, #contact #form form table tbody th .checkbox, #contact #form form table tbody td .radio, #contact #form form table tbody td .checkbox {
  float: left;
  margin: 0 20px 0 0;
  line-height: 3.5em;
}
#contact #form form table tbody th .radio input, #contact #form form table tbody th .checkbox input, #contact #form form table tbody td .radio input, #contact #form form table tbody td .checkbox input {
  position: relative;
  margin: 0 0.7em 0 0;
}
#contact #form form table tbody th .radio label, #contact #form form table tbody th .checkbox label, #contact #form form table tbody td .radio label, #contact #form form table tbody td .checkbox label {
  padding-left: 0;
}
#contact #form form table tbody th {
  width: 220px;
  padding: 35px 10px;
}
#contact #form form table tbody td .td__row {
  margin-bottom: 20px;
}
#contact #form form table tbody td .td__row:last-of-type {
  margin-bottom: 0;
}
#contact #form form table tbody td .td__row .row__label {
  font-size: 14px;
}
#contact #form form table tbody td .td__row .row__col {
  width: 48%;
}
#contact #form form table tbody td .subgroup {
  background: #f5f5f5;
  padding: 30px;
}
#contact #form form table tbody td .subgroup .subcontents__label {
  font-weight: bold;
  margin-bottom: 10px;
}
#contact #form form table tbody .error {
  display: inline-block;
  color: #ea300b;
  margin-top: 3px;
}
#contact #form form table tbody .error:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 0.3em;
}
#contact #form form table tbody .fukidashi {
  display: none;
  margin-left: 20px;
  background-color: #a00;
}
#contact #form form table tbody .fukidashi:after {
  border-right-color: #a00;
}
#contact #form form table tbody .label_b {
  margin-right: 0.5em;
}
#contact #form form table tbody .label_a {
  margin-left: 0.5em;
}
#contact #form form table tfoot td {
  padding-top: 40px;
  text-align: center;
}
#contact #form form .need {
  float: right;
  background-color: #FF6600;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 5px;
  font-size: 11rem;
  font-weight: normal;
  position: relative;
  top: 3px;
  left: 0;
  margin-left: 0.5em;
}
#contact #confirm {
  margin: 0 20px 50px 20px;
  padding: 20px 0;
}
#contact #confirm .information {
  font-size: 1.6em;
  margin: 10px 0 30px 0;
}
#contact #confirm .information .fa {
  margin-right: 1em;
}
#contact #confirm .confirm__body {
  background-color: #ffffff;
  padding: 50px 50px;
}
#contact #confirm table {
  width: 100%;
}
#contact #confirm table tbody tr {
  border-bottom: 1px solid #ddd;
}
#contact #confirm table tbody tr.form__glabel {
  border-bottom: 3px solid #666666;
}
#contact #confirm table tbody tr.form__glabel th {
  background: #eeeeee;
  font-weight: bold;
  font-size: 16rem;
}
#contact #confirm table tbody th, #contact #confirm table tbody td {
  padding: 20px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
#contact #confirm table tbody th input:nth-child(n+2), #contact #confirm table tbody td input:nth-child(n+2) {
  margin-top: 5px;
}
#contact #confirm table tbody th {
  width: 190px;
}
#contact #confirm table tfoot td {
  padding-top: 40px;
  text-align: center;
}
#contact #complete {
  margin: 0px 0 40px 0;
}
#contact #complete .text {
  margin-bottom: 50px;
}

.preview {
  margin-bottom: 50px;
}
.preview .prev__label {
  background: #eee;
  padding: 15px;
  margin-bottom: 10px;
}
.preview .prev__body {
  border: 1px solid #aaa;
  padding: 20px 20px;
  width: 80%;
}
.preview .prev__body .prev__title {
  font-weight: bold;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 0;
  }
  #contact .form__btn-main {
    font-size: 1em;
  }
  #contact .form__btn-sub {
    margin: 0 0 10px 0;
  }
  #contact .form_title {
    font-size: 17rem;
    margin-bottom: 20px;
  }
  #contact #message {
    margin: 0;
  }
  #contact #message .message__about {
    margin: 0 0 15px 0;
  }
  #contact #message ul {
    padding: 30px 20px 30px 40px;
  }
  #contact #message .message__direct {
    padding: 15px 15px;
  }
  #contact #message .message__direct .direct__label {
    font-size: 15rem;
    margin: 0;
    text-align: center;
  }
  #contact #message .message__direct .direct__tel {
    text-align: center;
    float: none;
    font-size: 28rem;
    width: 100%;
    margin: 10px 0;
  }
  #contact #message .message__direct .direct__tel .tel_label {
    font-size: 14rem;
  }
  #contact #message .message__direct .direct__tel .tel__no {
    font-size: 24rem;
  }
  #contact #message .message__direct .direct__open {
    text-align: center;
    float: none;
    line-height: 1.2em;
    margin: 10px 0;
    font-size: 15rem;
    width: 100%;
  }
  #contact #form {
    margin: 0;
  }
  #contact #form form {
    margin: 0;
  }
  #contact #form form .need {
    top: 0;
  }
  #contact #form form table tbody tr {
    border: none;
  }
  #contact #form form table tbody th {
    display: block;
    padding: 10px 0 5px 0;
    width: 100%;
  }
  #contact #form form table tbody td {
    display: block;
    padding: 0 0 10px 0;
  }
  #contact #form form table tbody td textarea {
    width: 100%;
  }
  #contact #confirm {
    padding: 30px 0;
    margin: 0;
  }
  #contact #confirm .information {
    font-size: 16rem;
    margin-bottom: 20px;
  }
  #contact #confirm .confirm__body {
    padding: 20px;
  }
  #contact #confirm table.frame tbody th {
    display: block;
    padding: 10px 0 0 0;
    width: 100%;
    color: #999;
  }
  #contact #confirm table.frame tbody td {
    display: block;
    padding: 0 0 10px 0;
  }
  #contact #complete {
    padding: 30px 15px;
  }
  #contact #complete .text {
    text-align: left;
    font-size: 14rem;
    margin: 40px 0;
  }
}
body#recruit #contact #form form table .area .area__group {
  padding-top: 15px;
}
body#recruit #contact #form form table .area .area__group .group__label {
  font-weight: bold;
}
body#recruit #contact #form form table tfoot td .policy {
  margin-top: 30px;
}
