@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#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 {
  padding: 60px 0;
}
#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: 30px;
}
#contact .form_title .title__note span {
  background: #eee;
  color: #c54949;
  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: #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: #666;
  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 {
  display: block;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 4em;
  font-size: 1.2em;
  width: 100%;
  background-color: inherit;
  border: none;
  color: inherit;
}
#contact .form__btn-mainwrap {
  width: 30%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #f39800;
  border: 1px solid #f39800;
}
#contact .form__btn-mainwrap::after {
  content: "";
  background-image: url(../images/icon2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.9em;
  width: 1.1em;
  height: 1.1em;
}
#contact .form__btn-mainwrap:hover {
  background-color: #fff;
  color: #f39800;
  opacity: 1;
}
#contact .form__btn-mainwrap:hover::after {
  background-image: url(../images/icon2_o.png);
}
#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;
}
#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 tr:first-of-type {
  border-top: 1px solid #e6ebf4;
}
#contact #form form table tbody th, #contact #form form table tbody td {
  padding: 2.2em 0 2.2em 0.3em;
  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;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0.5em;
  font-size: 1.05em;
}
#contact #form form table tbody th select, #contact #form form table tbody td select {
  padding: 12px 10px;
  height: inherit;
}
#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 .checkboxwrap, #contact #form form table tbody td .checkboxwrap {
  display: flex;
}
#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 {
  flex-basis: 10%;
  display: flex;
  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 {
  flex-basis: 28%;
  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: 28%;
  padding: 3.1em 0 2em 0.3em;
  font-size: 1.05em;
  font-weight: 700;
}
#contact #form form table tbody td {
  width: 72%;
}
#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: 0.7em solid transparent;
  border-bottom: 0.9em solid #a00;
  border-left: 0.7em solid transparent;
  position: absolute;
  top: -1.4em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#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 .privacy {
  background-color: #fff;
  text-align: left;
  padding: 2em 3em;
  border: 1px solid #e5e5e5;
  border-radius: 0.5em;
  margin: 2.5em 0 3.5em;
  height: 18em;
  overflow-y: scroll;
}
#contact #form form .agreewrap input {
  transform: scale(1.5);
  margin-right: 0.7em;
  vertical-align: -0.1em;
  margin-bottom: 1.5em;
}
#contact #form form .agreewrap .agree__text {
  font-weight: 700;
}
#contact #form form tfoot td {
  padding-top: 40px;
  text-align: center;
}
#contact #form form .need {
  background-color: #f39800;
  color: #fff;
  border-radius: 1em;
  display: inline-block;
  padding: 0px 1.1em 1px;
  font-size: 0.9em;
  font-weight: normal;
  position: relative;
  line-height: 1.6;
  margin-left: 1.5em;
}
#contact #form form .need.need--type2 {
  margin-left: 0;
  margin-right: 1.5em;
}
#contact #confirm {
  background-color: #f5f5f5;
  padding: 3em 0 2em;
  font-size: 15px;
}
#contact #confirm .confirm__wrap1 {
  background-color: #fff;
  padding: 5em 0;
  font-weight: 700;
  max-width: 1000px;
  box-shadow: 15px 15px 22px #d0d0d0;
}
#contact #confirm .confirm__title2 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
#contact #confirm .confirm__body {
  background-color: #fff;
  padding: 2em 5em;
  margin-bottom: 1.5em;
}
#contact #confirm .confirm__buttons {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 662px;
  margin: 0 auto;
}
#contact #confirm .confirm__buttons > * {
  flex-basis: 48%;
}
#contact #confirm .confirm__buttons .form__btn-sub {
  width: 100%;
  border: 1px solid #1eb101;
  color: #1eb101;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.5em 0;
}
#contact #confirm .confirm__buttons .form__btn-main {
  width: 100%;
  border: 1px solid #f39800;
  background-color: #f39800;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.5em 0;
}
#contact #confirm .confirm__buttons .form__btn-main:hover {
  background-color: #fff;
  color: #f39800;
}
#contact #confirm table {
  width: 100%;
}
#contact #confirm table tbody tr {
  border-bottom: 1px solid #ddd;
}
#contact #confirm table tbody tr:first-of-type {
  border-top: 1px solid #e6ebf4;
}
#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: 2em 1em;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
#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: 30%;
}
#contact #confirm table tfoot td {
  padding-top: 20px;
  text-align: center;
}
#contact #confirm .need {
  background-color: #f39800;
  color: #fff;
  border-radius: 1em;
  display: inline-block;
  padding: 0px 1.1em 1px;
  font-size: 0.9em;
  font-weight: normal;
  position: relative;
  line-height: 1.6;
  margin-left: 1.5em;
}
#contact #confirm .need.need--type2 {
  margin-left: 0;
  margin-right: 1.5em;
}
#contact #complete {
  padding: 10.5em 0 4.5em;
  font-size: 15px;
}
#contact #complete .form_title {
  display: inline-block;
  font-size: 2em;
  color: #1eb101;
  font-weight: 700;
  border-bottom: 1px solid #1eb101;
  margin-bottom: 1.5em;
}
#contact #complete .text {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 3em;
}
#contact #complete .text span {
  display: block;
  font-size: 1.6em;
  margin-top: 0.5em;
}
#contact #complete .buttons {
  width: 30%;
  max-width: 300px;
  margin: 0 auto;
}
#contact #complete .buttons a {
  display: block;
  width: 100%;
  border: 1px solid #1eb101;
  background-color: #fff;
  color: #1eb101;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1em 0;
}
#contact #complete .buttons:hover {
  background-color: #eee;
}

.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: 1439px) {
  #contact #confirm {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #contact #confirm {
    font-size: 1.5em;
  }
}
@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 {
    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 .form_title .title__note span {
    display: block;
    padding: 10px 20px;
  }
  #contact .form__btn-main {
    display: block;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 4em;
    font-size: 1.2em;
    width: 100%;
    background-color: inherit;
    border: none;
    color: inherit;
  }
  #contact .form__btn-mainwrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #f39800;
    border: 1px solid #f39800;
  }
  #contact .form__btn-mainwrap::after {
    content: "";
    background-image: url(../images/icon2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.9em;
    width: 1.1em;
    height: 1.1em;
  }
  #contact .form__btn-mainwrap:hover {
    background-color: #fff;
    color: #f39800;
    opacity: 1;
  }
  #contact .form__btn-mainwrap:hover::after {
    background-image: url(../images/icon2_o.png);
  }
  #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;
    border-bottom: 1px solid #e6ebf4;
  }
  #contact #form form table tbody th {
    display: block;
    padding: 2em 0 5px;
    width: 100%;
    font-size: 1.1em;
  }
  #contact #form form table tbody td {
    display: block;
    padding: 0em 0 2em;
    width: 100%;
  }
  #contact #form form table tbody td select {
    padding: 16px 10px;
  }
  #contact #form form table tbody td textarea {
    width: 100%;
  }
  #contact #form form table tbody td .radio, #contact #form form table tbody td .checkbox {
    flex-basis: auto;
  }
  #contact #form form .privacy {
    padding: 1.2em 1.8em;
    height: 32em;
  }
  #contact #confirm {
    padding: 1em 0;
    margin: 0;
    font-size: 1.05em;
  }
  #contact #confirm .confirm__wrap1 {
    padding: 4em 0;
    width: 98%;
    margin: 0 auto;
    box-shadow: 8px 8px 15px #d0d0d0;
  }
  #contact #confirm .confirm__title2 {
    line-height: 2.2;
  }
  #contact #confirm .confirm__body {
    padding: 2em;
  }
  #contact #confirm table.frame tbody th {
    display: block;
    padding: 2em 0 0.5em 0;
    width: 100%;
    font-size: 1.1em;
  }
  #contact #confirm table.frame tbody td {
    display: block;
    padding: 0 0 2em 0;
    font-size: 1.05em;
  }
  #contact #confirm .confirm__buttons {
    flex-direction: column;
    width: 84%;
    max-width: 662px;
    margin: 0 auto;
  }
  #contact #confirm .confirm__buttons > * {
    margin-bottom: 1em;
  }
  #contact #confirm .confirm__buttons .form__btn-sub {
    font-size: 1.3em;
    padding: 0.4em 0;
  }
  #contact #confirm .confirm__buttons .form__btn-main {
    color: #fff;
    font-size: 1.3em;
    padding: 0.9em 0;
  }
  #contact #complete {
    padding: 10em 0 3.5em;
    font-size: 1em;
  }
  #contact #complete .form_title {
    display: inline;
    line-height: 2;
  }
  #contact #complete .text {
    margin-top: 1.8em;
    margin-bottom: 2.5em;
    font-size: 1.27em;
    line-height: 2.1;
  }
  #contact #complete .buttons {
    width: 100%;
    max-width: inherit;
  }
  #contact #complete .buttons a {
    font-size: 1.4em;
    padding: 1.05em 0;
  }
}

/* ラジオ・チェックボックス全体を縦中央寄せ */
#contact #form form table tbody td .radio,
#contact #form form table tbody td .checkbox,
#contact #form form table tbody th .radio,
#contact #form form table tbody th .checkbox {
  display: flex;
  align-items: center;    /* ★ 追加して縦方向を中央に揃える */
  margin: 0 20px 0 0;
  line-height: 3.5em;     /* 必要に応じて下げてもOK（例：1.5emなど） */
}

#contact #form form table tbody td .radio label {
  white-space: nowrap; /* これで改行を防ぐ */
}

#contact #form form table tbody td .radio {
    width: 50px;        /* 好きな幅にする */
    margin-right: 60px;  /* ラジオボタン同士を離す */
}