@charset "UTF-8";
/* line 103, _setting/_mixin.scss */
input,
button,
select,
textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #ffffff;
  font: inherit;
  box-shadow: none;
}

/* line 122, _setting/_mixin.scss */
input:focus,
button:focus,
select:focus {
  background: #ffffff;
}

/* line 127, _setting/_mixin.scss */
form input::placeholder {
  color: #999999;
}

/* line 130, _setting/_mixin.scss */
:placeholder-shown {
  color: #323232;
}

/* line 131, _setting/_mixin.scss */
::-webkit-input-placeholder {
  color: #323232;
}

/* line 132, _setting/_mixin.scss */
:-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 133, _setting/_mixin.scss */
::-moz-placeholder {
  color: #323232;
  opacity: 1;
}

/* line 134, _setting/_mixin.scss */
:-ms-input-placeholder {
  color: #323232;
}

/* line 135, _setting/_mixin.scss */
select::-ms-expand {
  display: none;
}

/* line 136, _setting/_mixin.scss */
input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=search],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  color: #000000;
  border: 1px solid #323232;
  border-radius: 3px;
  padding: 5px 10px;
  background: #ffffff;
}
@media screen and (max-width: 640px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 15px;
  }
}
@media screen and (max-width: 320px) {
  /* line 136, _setting/_mixin.scss */
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  textarea {
    padding: 1.3333333333vw 10px;
  }
}
/* line 156, _setting/_mixin.scss */
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
textarea:active,
textarea:focus {
  background-color: #ffffff;
}

/* line 173, _setting/_mixin.scss */
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=search]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
  background: #ffffff;
}

/* line 182, _setting/_mixin.scss */
input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}

/* ----------------------------------------
company　会社概要
----------------------------------------*/
/* line 11, contact.scss */
#contact_page .content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 11, contact.scss */
  #contact_page .content {
    width: 100%;
  }
}

/* line 23, contact.scss */
#contact_page .content table {
  width: 100%;
  margin-bottom: 80px;
}
/* line 26, contact.scss */
#contact_page .content table tr {
  width: 100%;
}
/* line 30, contact.scss */
#contact_page .content table th, #contact_page .content table td {
  padding: 20px;
  text-align: left;
  background: #E5E5E5;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  /* line 30, contact.scss */
  #contact_page .content table th, #contact_page .content table td {
    padding: 10px;
    font-size: 13px;
  }
}
/* line 40, contact.scss */
#contact_page .content table th {
  width: 280px;
  background: #323232;
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  /* line 40, contact.scss */
  #contact_page .content table th {
    width: 120px;
  }
}
/* line 50, contact.scss */
#contact_page .content table td {
  width: calc(100% - 280px);
}
/* line 55, contact.scss */
#contact_page .content .list_tit {
  margin-bottom: 20px;
}
/* line 57, contact.scss */
#contact_page .content .list_tit .tit {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 57, contact.scss */
  #contact_page .content .list_tit .tit {
    font-size: 20px;
  }
}
/* line 66, contact.scss */
#contact_page .content .caution {
  margin-bottom: 100px;
}
/* line 68, contact.scss */
#contact_page .content .caution ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  line-height: 1.4;
}
/* line 74, contact.scss */
#contact_page .content .caution ul li:before {
  content: "■";
  position: absolute;
  left: 0;
}
/* line 84, contact.scss */
#contact_page .content .formWrap {
  margin-bottom: 100px;
}
/* line 86, contact.scss */
#contact_page .content .formWrap p {
  margin-bottom: 10px;
}
/* line 89, contact.scss */
#contact_page .content .formWrap .hissu {
  color: #00af8f;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
/* line 95, contact.scss */
#contact_page .content .formWrap #company_name, #contact_page .content .formWrap #name {
  width: 300px;
}
/* line 98, contact.scss */
#contact_page .content .formWrap #tel {
  width: 150px;
}
/* line 101, contact.scss */
#contact_page .content .formWrap #inquiry {
  height: 200px;
}
/* line 104, contact.scss */
#contact_page .content .formWrap #company_name, #contact_page .content .formWrap #name, #contact_page .content .formWrap #zip-code, #contact_page .content .formWrap #place, #contact_page .content .formWrap #tel, #contact_page .content .formWrap #mail, #contact_page .content .formWrap #inquiry {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 104, contact.scss */
  #contact_page .content .formWrap #company_name, #contact_page .content .formWrap #name, #contact_page .content .formWrap #zip-code, #contact_page .content .formWrap #place, #contact_page .content .formWrap #tel, #contact_page .content .formWrap #mail, #contact_page .content .formWrap #inquiry {
    width: 100%;
  }
}
/* line 110, contact.scss */
#contact_page .content .formWrap #zip-code {
  width: 100px;
  margin: 0 0 8px 10px;
}
/* line 114, contact.scss */
#contact_page .content .formWrap #name, #contact_page .content .formWrap #mail, #contact_page .content .formWrap #inquiry {
  border: solid 1px #00af8f;
  background: #E2F5EC;
}
/* line 118, contact.scss */
#contact_page .content .formWrap dt {
  margin-bottom: 8px;
}

/* line 128, contact.scss */
input[type=button],
input[type=submit],
input[type=reset],
button {
  background: #E5E5E5;
  height: 50px;
  width: 150px;
  display: inline-block;
  border-radius: 8px;
  border: solid 1px #323232;
}

/* line 145, contact.scss */
.error .tit {
  margin-bottom: 50px;
  text-align: center;
}
/* line 149, contact.scss */
.error .bl_btn {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
/* line 154, contact.scss */
.error input[type=button] {
  width: 200px;
  margin: 0 auto;
}
/* line 158, contact.scss */
.error p.error_messe {
  color: #ff0000;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}

/* line 170, contact.scss */
.thanks .list_tit {
  margin-bottom: 100px;
}
/* line 172, contact.scss */
.thanks .list_tit .tit {
  line-height: 1.4;
}
/* line 176, contact.scss */
.thanks p {
  text-align: center;
  line-height: 1.6;
}
/* line 180, contact.scss */
.thanks br {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 180, contact.scss */
  .thanks br {
    display: block;
  }
}
