@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
.cf {
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

body {
  counter-reset: number 0;
}

input {
  padding: 4px 0;
}
input.long {
  width: 100%;
}
input.middle {
  width: 420px;
}
input.short {
  width: 120px;
}
input.mini {
  width: 80px;
}
input[type=text] {
  margin: 0 10px;
}
input[type=text]:first-of-type {
  margin-left: 0;
}
input[type=button], input[type=submit] {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c99bf+50,1e5799+53,0549bf+53 */
  background: #1c99bf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c99bf 50%, #1e5799 53%, #0549bf 53%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1c99bf 50%, #1e5799 53%, #0549bf 53%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1c99bf 50%, #1e5799 53%, #0549bf 53%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c99bf', endColorstr='#0549bf',GradientType=0 );
  /* IE6-9 */
  cursor: pointer;
  transition: all .4s;
}
input::placeholder {
  color: #ccc;
}

select {
  width: 42%;
  padding: 4px 10px;
  height: 45px;
}

textarea {
  padding: 15px 10px;
}
textarea.larget {
  width: 100%;
  height: 250px;
}
textarea.middle {
  width: 100%;
  height: 250px;
}
textarea.small {
  width: 100%;
  height: 250px;
}
textarea::placeholder {
  color: #ccc;
}

#contact {
  padding-bottom: 70px;
}
#contact .contact__body .contact_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
#contact .contact__body .contact_title:before {
  content: '';
  width: 10px;
  height: 30px;
  background-color: #E60012;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 20px;
}
#contact .contact__body .contact__description {
  text-align: left;
  font-size: 15px;
  line-height: 1.8em;
}
#contact .contact__body .contact__description .sub {
  color: #e60012;
  text-align: right;
  margin-top: 20px;
}
#contact .contact__body .contact__text {
  text-align: center;
  margin: 70px 0 50px 0;
  line-height: 1.6em;
  letter-spacing: 2.2px;
}
#contact .form_title {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
}
#contact .form_title .fa {
  font-size: 20px;
  background: #eee;
  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 .form__btn-main {
  border: 0px;
  width: 340px;
  height: 87px;
  background: url(../images/top/button.png) left top no-repeat;
  background-size: contain;
}
#contact .form__btn-main:hover {
  opacity: .6;
}
#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;
  width: 200px;
}
#contact .form__btn-sub:hover {
  background-color: #eee;
}
#contact table tbody .agree__btn {
  display: block;
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}
#contact table tbody .sub {
  font-size: 12px;
  color: #666;
}
#contact table tbody .sub span {
  color: #ff0b0f;
}
#contact table tbody .sub__agree {
  font-size: 14px;
}
#contact table tbody .sub__agree span {
  color: #ff0b0f;
}
#contact table tbody td, #contact table tbody th {
  display: block;
  width: 100%;
  line-height: 1.6em;
  padding: 20px 10px;
}
#contact table tbody th .form__label {
  font-weight: bold;
  letter-spacing: 2.2px;
}
#contact table tbody th .form__label:before {
  background: url(../images/common/list.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 27px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 16px;
  vertical-align: middle;
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number) " ";
  /* 表示形式を指定 */
}
#contact table tbody td {
  padding: 20px 10px 20px 45px;
}
#contact table tbody td .td__row {
  margin-bottom: 10px;
  margin-bottom: 20px;
}
#contact table tbody td .td__row:last-of-type {
  margin-bottom: 0;
}
#contact table tbody td .td__row .row__label {
  font-size: 14px;
}
#contact table tbody td .td__row .row__col {
  width: 48%;
  margin-bottom: 20px;
}
#contact table tbody td .td__row .row__col input[type=text] {
  width: 100%;
}
#contact table tbody td .td__row .text--red {
  color: #e7211a;
}
#contact table tbody tr.agree .sub {
  margin-top: 20px;
}
#contact table tbody tr.agree .text--red {
  color: #e7211a;
}
#contact table tbody tr.agree input[type=checkbox] {
  display: none;
}
#contact table tbody tr.agree input[type=checkbox] + label {
  position: relative;
  width: auto;
  padding: 10px 45px 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
}
#contact table tbody tr.agree input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -8px;
  width: 26px;
  height: 26px;
  content: "";
  background: #FFF;
  border: 1px solid #808080;
}
#contact table tbody tr.agree input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  width: 6px;
  height: 17px;
  margin-top: -7px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
}
#contact table tbody tr.agree input[type=checkbox]:checked + label::before {
  background: #0075ff;
}
#contact table tbody tr.agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#contact #form {
  width: 80%;
  margin: 0 auto;
}
#contact #form .warning {
  text-align: left;
  font-weight: normal;
  margin: 0 0px 20px 20px;
}
#contact #form .warning li {
  margin-bottom: 0.3em;
}
#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 {
  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-top: 5px;
  margin-bottom: 5px;
  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 {
  padding: 35px 0 0 0;
}
#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: 50px;
  text-align: center;
}
#contact #form form .need {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 5px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  top: 2px;
  left: 0;
  margin-left: 0.5em;
}
#contact #confirm .information {
  font-size: 1.6em;
  margin: 10px 0 30px 0;
}
#contact #confirm .information .fa {
  margin-right: 1em;
}
#contact #confirm .confirm__body {
  background: #fff;
  padding: 40px 60px;
}
#contact #confirm table {
  width: 100%;
}
#contact #confirm table tbody tr {
  border-bottom: 1px solid #ddd;
}
#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 {
  padding-bottom: 0;
}
#contact #confirm table tbody td {
  padding: 20px 10px 20px 55px;
}
#contact #confirm table tbody td .td__row .row__label {
  color: #666;
}
#contact #confirm table tfoot td {
  padding-top: 40px;
  text-align: center;
}
#contact #confirm table tfoot td form {
  display: inline-block;
  vertical-align: middle;
}
#contact #complete {
  margin: 0px 0 40px 0;
}
#contact #complete .text {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.preview {
  padding: 50px;
}
.preview .prev__title {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0;
}
.preview .prev__body {
  border: 1px solid #ccc;
  padding: 50px 50px;
}

@media screen and (max-width: 768px) {
  input {
    padding: 4px 0;
  }
  input.long {
    width: 100%;
  }
  input.middle {
    width: 100%;
  }
  input.short {
    width: 30%;
  }
  input.mini {
    width: 30%;
  }

  #contact {
    padding: 0;
  }
  #contact .contact__body {
    padding: 20px;
  }
  #contact .contact__body .contact__text {
    margin: 40px 0 30px 0;
    line-height: 1.6em;
  }
  #contact .form_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #contact .form__btn-main {
    width: 100%;
  }
  #contact .form__btn-sub {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
  }
  #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: 15px;
    margin: 0;
    text-align: center;
  }
  #contact #message .message__direct .direct__tel {
    text-align: center;
    float: none;
    font-size: 28px;
    width: 100%;
    margin: 10px 0;
  }
  #contact #message .message__direct .direct__tel .tel_label {
    font-size: 14px;
  }
  #contact #message .message__direct .direct__tel .tel__no {
    font-size: 24px;
  }
  #contact #message .message__direct .direct__open {
    text-align: center;
    float: none;
    line-height: 1.2em;
    margin: 10px 0;
    font-size: 15px;
    width: 100%;
  }
  #contact table tbody td .td__row {
    margin-bottom: 10px;
  }
  #contact table tbody td .td__row .row__col {
    width: 100%;
    margin-bottom: 15px;
  }
  #contact table tbody td .td__row .row__col:last-child {
    margin-bottom: 0;
  }
  #contact table tbody td .td__row .row__col:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  #contact table tbody td .td__row .row__label {
    font-size: 13px;
  }
  #contact #form {
    margin: 0;
    width: 100%;
  }
  #contact #form form {
    margin: 0;
  }
  #contact #form form .need {
    top: 0;
  }
  #contact #form form select {
    width: 100%;
  }
  #contact #form form table tbody tr {
    border: none;
  }
  #contact #form form table tbody tr.agree label {
    font-size: 15px;
    margin: 20px 0;
    display: block;
  }
  #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 #form form table tbody td .radio, #contact #form form table tbody td .checkbox {
    float: none;
    line-height: 2.4em;
  }
  #contact #form form table tfoot td {
    padding: 20px 0 20px 0;
  }
  #contact #confirm {
    padding: 10px 0;
    margin: 0;
  }
  #contact #confirm .information {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #contact #confirm .confirm__body {
    padding: 20px;
  }
  #contact #confirm table.frame tbody th {
    display: block;
    padding: 20px 0 0 0;
    width: 100%;
    color: #999;
    margin-bottom: 10px;
  }
  #contact #confirm table.frame tbody td {
    display: block;
    padding: 0 0 10px 47px;
  }
  #contact #confirm table.frame tbody tr:first-child th {
    padding-top: 0;
  }
  #contact #confirm table.frame tfoot td form {
    display: block;
  }
  #contact #complete {
    padding: 20px 0 0 0;
  }
}
#contact #form form table tbody tr.policy {
  border: none;
}
#contact #form form table tbody tr.policy td {
  padding-bottom: 0;
}
#contact #form form table tbody tr.policy td .policy__body {
  border: 1px solid #ddd;
  padding: 30px;
}
#contact #form form table tbody tr.policy td .policy__body .policy__label {
  font-weight: bold;
  margin-bottom: 15px;
}
#contact #form form table tbody tr.policy td .policy__body ul {
  font-size: 15px;
  line-height: 1.5em;
  list-style: decimal;
  padding-left: 20px;
}
#contact #form form table tbody tr.policy td .policy__body ul li {
  margin-bottom: 20px;
}
#contact #form form table tbody tr.policy td .policy__body ul li:last-child {
  margin-bottom: 0;
}
#contact #form form table tbody tr.policy td .policy__body ul li ul {
  list-style: upper-roman;
}
#contact #form form table tbody tr.policy td .policy__body ul li ul li {
  margin-bottom: 5px;
}
#contact #form form table tbody tr.policy td .policy__body ul li ul li:last-child {
  margin-bottom: 0;
}
#contact #form form table tbody tr.policy td .policy__body ul li ul li ol {
  list-style: disc;
  margin: 10px 0 0 0;
  padding-left: 20px;
}
#contact #form form table tbody tr.policy td .policy__agree {
  text-align: center;
  line-height: 2em;
  padding: 30px 0;
}
