@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */

::-moz-placeholder {
  color: #989898;
  opacity: 1;
}

::placeholder {
  color: #989898;
}

#steps {
  justify-content: center;
  color: #053a7a;
  margin: 45px 0;
}
#steps .steps__circle {
  font-size: 18rem;
  border: none;
  background-color: #eee;
  color: #aaa;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50px;
}
#steps .steps__circle.current {
  color: #fff;
  background: #3d4c5e;
}
#steps .steps__arrow {
  line-height: 100px;
  margin: 0 30px;
  font-size: 24rem;
}

#contact .form_title {
  font-size: 22rem;
  margin-bottom: 20px;
  text-align: center;
}
#contact .form_title .fa-regular {
  font-size: 20rem;
  background: #eee;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  margin: 0 0 15px 0;
  border-radius: 1.5em;
  color: #333;
}
#contact .form_title .title__note {
  margin-top: 20px;
}
#contact .form_title .title__note span {
  background: #eee;
  color: #f0922d;
  font-size: 14rem;
  padding: 10px 50px;
  font-weight: bold;
}
#contact .about__title {
  margin-bottom: 40px;
}
#contact #message {
  padding: 50px 0 20px 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: #006432;
  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: #006432;
  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__tel {
  font-size: 2.5em;
  margin: 0;
  float: left;
  width: 48%;
  text-align: right;
}
#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: #006432;
  border: 3px solid #006432;
  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 .button__wrap {
  margin-top: 140px;
  text-align: center;
}
#contact .button__wrap button {
  width: 280px;
  padding: 16px;
  background-color: #f0922d;
  border: 2px solid #f0922d;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  border-radius: 100vmax;
  font-size: 18rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.5s all;
  display: inline-block;
}
#contact .button__wrap button::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  background: #fff;
  border-radius: 50%;
}
#contact .button__wrap button:hover {
  background: #fff;
  color: #f0922d;
}
#contact .button__wrap button:hover::after {
  background: #f0922d;
  transition: 0.5s all;
}
#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 {
  width: 100%;
}
#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 th,
#contact #form form table tbody td {
  padding: 14px 0;
  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 {
  width: 100%;
  padding: 20px 20px;
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.15);
  font-size: 16rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#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 {
  width: 100%;
  padding: 20px 20px;
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.15);
  font-size: 16rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
#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 {
  position: relative;
  width: 35%;
  padding-right: 80px;
  font-weight: 500;
  text-align: left;
}
#contact #form form table tbody th .color {
  padding-right: 4px;
  color: #f0922d;
}
#contact #form form table tbody th .must {
  position: absolute;
  right: 32px;
  top: 18px;
  padding: 10px 20px;
  background: #006432;
  border-radius: 100vmax;
  color: #fff;
  line-height: 1;
}
#contact #form form table tbody td {
  width: 65%;
}
#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: #f0922d;
  margin-top: 10px;
}
#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 {
  text-align: center;
}
#contact #confirm {
  margin: 0 20px 50px 20px;
  padding: 20px 0;
}
#contact #confirm .button__wrap button {
  margin: 0 20px;
}
#contact #confirm .button__wrap button.return {
  background-color: #fff;
  color: #333;
}
#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: #f5f5f5;
  padding: 30px 50px;
  margin-bottom: 50px;
}
#contact #confirm .confirm__buttons {
  text-align: center;
}
#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: 20px;
  text-align: center;
}
#contact #complete {
  margin: 0px 0 40px 0;
}
#contact #complete .text {
  margin-bottom: 20px;
}

.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) {
  #steps {
    margin: 25px 0;
  }
  #steps .steps__circle {
    font-size: 14rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  #steps .steps__arrow {
    line-height: 70px;
    margin: 0 10px;
    font-size: 17rem;
  }
  #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 .form_title .title__note span {
    display: block;
    padding: 10px 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: 15px 0 15px 0;
    width: 100%;
  }
  #contact #form form table tbody th .must {
    top: 10px;
    right: 0;
  }
  #contact #form form table tbody td {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }
  #contact #form form table tbody td textarea {
    width: 100%;
  }
  #contact #form form .button__wrap {
    margin-top: 30px;
  }
  #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 #confirm .button__wrap {
    margin-top: 30px;
  }
  #contact #confirm .button__wrap .return {
    margin-bottom: 25px;
  }
  #contact #complete {
    padding: 0 0;
  }
  #contact #complete .text {
    text-align: left;
    margin: 40px 0;
  }
}