@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  お問い合わせ

---------------------------------*/
/*
header {
  text-align: center;
  padding: 5rem 1rem 0;
}
header h1 {
  font-size: 145%;
  width: 100%;
}
header h1 img {
  display: block;
  margin: 0 auto 2rem;
  max-width: 50rem;
}
main {
  margin: 5rem 0;
}
main .section {
  margin: auto;
  max-width: 85rem;
  width: 90%;
}
main .section .txt {
  margin: 3rem 0;
  text-align: center;
}
main .section .contactBox {
  background: #eee;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 5rem;
  padding: 3rem;
  text-align: center;
}
footer {
  background: #de6a08;
  color: #fff;
  font-size: 80%;
  padding: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 2rem 1rem 0;
  }
  main {
    margin: 3rem 0;
  }
  main .section .txt {
    margin: 2rem 0;
  }
}
*/

/*---------------------------------

  メールフォーム

---------------------------------*/
input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F1E8;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 0.9em;
  margin: .5rem 0;
  padding: 0.4em 0.8em;
}
input[type="text"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
input[type="text"]:disabled {
  color: #999999;
  background-color: #E9ECEF;
}
input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F1E8;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 0.9em;
  margin: .5rem 0;
  padding: 0.4em 0.8em;
}
input[type="email"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F1E8;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 0.9em;
  margin: .5rem 0;
  padding: 0.4em 0.8em;
}
input[type="tel"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F5F1E8;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 0.9em;
  min-height: 15rem;
  resize: vertical;
  padding: 0.4em 0.8em;
  width: 100%;
}
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #F5F1E8 url(https://www.koga-aiaigou.com/images/form-css-arrow.png) no-repeat center right 8px/12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9em;
  margin: .5rem 0;
  padding: 0.4em 0.8em;
  padding-right: 3rem;
}
select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}
label {
  display: inline-block;
  margin: 0 .5rem;
}
label input[type="radio"] {
  opacity: 0;
  position: absolute;
}
label input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.6em;
  position: relative;
}
label input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
label input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  background: #de6a08;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 8px;
}
label input[type="radio"]:checked + span::after {
  opacity: 1;
}
.error {
  /* バリデーションメッセージ用　プラグインのCSSを上書きする */
  font-size: 93%;
  color: #B70000;
  display: block;
  background-color: #FFE9F6;
}
.btnWrap {
  text-align: center;
}
input[type="submit"], input[type="reset"], button[type="submit"] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 1rem;
  padding: 1em 2em;
  text-decoration: none;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, button[type="submit"]:hover, button[type="submit"]:focus {
  outline: none;
}
input[type="submit"]::-moz-foucus-inner, input[type="reset"]::-moz-foucus-inner, button[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
input[type="submit"] {
  background-color: #de6a08;
  padding: 1em 4em;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .btnWrap {}
  input[type="submit"], input[type="reset"], button[type="submit"] {
    display: inline-block;
    margin: 0 .2rem;
  }
  input[type="submit"] {
    padding: 1em 3em;
  }
}
/*---------------------------------
  フォームスタイル
---------------------------------*/
#formWrap {}
#formWrap table {
  /*border: 1px solid #ccc;*/
  margin: 5rem 0;
  width: 100%;
}
#formWrap table tr:nth-child(1) th {
  background: #de6a08;
  color: #fff;
  font-size: 120%;
  padding: 1.5rem;
}
#formWrap table tr:not(:nth-child(1)) {
  border-bottom: 1px dotted #ccc;
}
#formWrap table tr:not(:nth-child(1)) th {
  text-align: left;
  vertical-align: middle;
  padding: 0 2rem;
  width: 30%;
}
#formWrap table tr:not(:nth-child(1)) th span {
  color: red;
}
#formWrap table td {
  padding: 2rem 0;
  width: 70%;
}
#formWrap table td p {
  font-size: 90%;
  margin: .5rem 0;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #formWrap table {}
  #formWrap table tr:nth-child(1) th {
    font-size: 110%;
    padding: 1rem;
  }
  #formWrap table tr:not(:nth-child(1)) th {
    display: block;
    padding: 2rem 0 0;
    width: 100%;
  }
  #formWrap table td {
    display: block;
    padding: 1rem 0 2rem;
    width: 100%;
  }
}

