@charset "UTF-8";
/*============================================================ */
/*!　お問合せ
 * ---------------------------------------------------------- */
#contact .container__box#article__01 {
  margin-top: 20px;
}

#contact .container__box#article__01 a:link, #contact .container__box#article__01 a:active, #contact .container__box#article__01 a:visited {
  color: #000;
}

#contact .container__box#article__01 a:hover {
  color: #E20A16;
}

#contact .contact__list__box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#contact .contact__list__box .tel, #contact .contact__list__box .mail {
  display: block;
  position: relative;
  text-decoration: none;
}

#contact .contact__list__box .tel:before, #contact .contact__list__box .mail:before {
  font-size: 0px;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
}

#contact .contact__list__box .tel {
  padding: 0 0 0 30px;
  margin: 0 30px 0 0;
  font-size: 1.84615rem;
  color: #33703D;
}

#contact .contact__list__box .tel:before {
  content: url(../img/icon_tel.png);
}

#contact .contact__list__box .mail {
  padding: 0 0 0 40px;
  margin: 0;
}

#contact .contact__list__box .mail:before {
  content: url(../img/icon_mail.png);
}

/*!　お問合せフォーム
 * ---------------------------------------------------------- */
input[type=submit], input[type=button] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

p.bot {
  text-align: center;
  margin: 30px auto;
  max-width: 300px;
  border: 1px solid #000;
}

p.bot span {
  position: relative;
}

p.bot span:after {
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.84615rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

p.bot span:hover:after {
  color: #fff;
}

p.bot input {
  background-color: #fff;
  -webkit-appearance: none;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  border: none;
  color: #000;
}

p.bot input:hover {
  color: #fff;
  transition: background-color 1s;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

p.bg01 span:after {
  content: url(../img/icon_arrow_01.png);
  right: 15px;
}

p.bg01 input:hover {
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

p.bg02 span:after {
  content: url(../img/icon_arrow_02.png);
  left: 15px;
}

p.bg02 input:hover {
  background-color: #E20A16;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
}

#php_form {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#php_form table {
  width: 100%;
  border-collapse: collapse;
}

#php_form th {
  text-align: left;
  padding: 10px 5px;
  width: 240px;
  vertical-align: top;
  color: #000;
  font-weight: 700;
}

#php_form th em {
  color: #FFF;
  font-size: 0.76923rem;
  background-color: #FF0000;
  margin: 0px 0px 0px 10px;
  padding: 2px 5px;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}

#php_form td {
  padding: 15px 5px;
  line-height: 2;
}

#php_form textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  color: #000;
  background: #FFF;
  border: 1px solid #999;
}

#php_form textarea:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCCCCC;
}

#php_form select {
  border: 1px solid #999;
  padding: 5px;
}

#php_form select input[type=text], #php_form select input[type=tel] {
  border: 1px solid #999;
}

#php_form .p-postal-code {
  border: 1px solid #999;
  padding: 5px;
}

#php_form .p-postal-code:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #999;
}

#php_form .name {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 48.5%;
}

#php_form .name:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #999;
}

#php_form .itext {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #999;
  padding: 5px;
}

#php_form .itext:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #999;
}

@media screen and (min-width: 1100px) {
  #php_form {
    padding: 20px;
  }
  #php_form td input.name:last-of-type {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1099px) {
  #php_form {
    padding: 20px;
    width: 100%;
  }
  #php_form input, #php_form textarea {
    font-size: 16px;
  }
  #php_form select {
    width: 100%;
    display: block;
    font-size: 16px;
  }
  #php_form thead, #php_form tbody, #php_form tr, #php_form th, #php_form td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #php_form th {
    width: auto;
    border-bottom: none;
    padding: 10px 0 0 0;
  }
  #php_form td {
    width: auto;
    padding: 5px 0 10px 0;
  }
  #php_form p.bot input {
    font-size: 0.875rem !important;
  }
  input.code {
    width: 8em;
  }
  input.name {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
}

@media screen and (max-width: 479px) {
  #php_form {
    padding: 15px 10px;
  }
}
