@charset "UTF-8";
/*================================================================================================================== */
/*!　お申込みフォーム
 * ---------------------------------------------------------- */
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: 290px;
}

p.bot span {
  position: relative;
}

p.bot span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.6875rem;
  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: #E20A16;
}

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

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

p.bg01 span:after {
  content: "\f054";
  right: 15px;
}

p.bg01 input {
  color: #000;
}

p.bg01 input:hover {
  color: #E20A16;
}

p.bg02 span:after {
  content: "\f053";
  left: 15px;
  color: #E20A16;
}

p.bg02 input {
  color: #E20A16;
  border: solid 2px #E20A16;
}

p.bg02 input:hover {
  color: #E20A16;
}

#php_form {
  max-width: 1060px;
  margin: 0px auto;
}

#php_form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

#php_form table th {
  text-align: left;
  font-weight: bold;
  color: #000000;
  padding: 20px 10px;
  width: 360px;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
}

#php_form table th em {
  display: inline-block;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.625rem;
  background-color: #DD454C;
  margin: 0px 0px 0px 10px;
  padding: 2px 5px 1px 5px;
  line-height: normal;
  font-weight: bold;
  font-style: normal;
}

#php_form table th p.example {
  color: #666666;
  font-size: 0.875rem;
	margin: 0;
	font-weight: normal;
}

#php_form table td {
  padding: 20px 10px;
  line-height: 2;
  border-bottom: 1px solid #E5E5E5;
}

#php_form table td > div.box {
  font-size: 0.875rem;
}

#php_form table td > div.box h3.title {
  font-weight: normal;
}

#php_form table td > div.box ul li {
  padding: 0 0 0 20px;
  position: relative;
}

#php_form table td > div.box ul li:before {
  position: absolute;
  left: 0;
  content: "□";
  color: #333333;
}

#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 #ccc;
}

#php_form textarea:focus {
  color: #000;
  background: #FFF;
}

#php_form select {
font-size: 1.1rem;
    border: 1px solid #CCC;
    padding: 10px;
border-radius: 8px;
  width: 100%;

}

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

#php_form input.file {
  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;
}

#php_form input.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 #CCC;
}

#php_form input.itext:focus {
  color: #000;
  background: #FFF;
}

#php_form input.itext.p-postal-code {
  border: 1px solid #CCC;
}

#php_form input.itext.age {
  border: 1px solid #CCC;
}

#php_form input.itext:focus, #php_form textarea:focus {
  color: #000;
  background: #FFFFcc;
  border: 1px solid #CCC;
}

#php_form thead, #php_form tbody, #php_form tr, #php_form th, #php_form td {
  width: 100%;
  display: block;
}
#php_form table th {
  padding: 15px 15px 0px 10px;
  border-bottom: none;
}
#php_form table td {
  width: auto;
  padding: 5px 10px 15px 10px;
}

#php_form table td p{
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5;
    margin: 10px 0;
}




@media screen and (max-width: 959px) {
  #php_form {
    width: 100%;
    margin: 0 auto;
  }
  #php_form input.code {
    width: 8em;
  }
  #php_form input.itext {
    width: 100%;
  }
  #php_form input, #php_form textarea {
    /*font-size: 1.6em;*/
  }
/*
  #php_form select {
    font-size: 1.6em;
    width: 100%;
    display: block;
  }
*/
  #php_form thead, #php_form tbody, #php_form tr, #php_form th, #php_form td {
    width: 100%;
    display: block;
  }
  #php_form table {
    /*border-top: 1px solid #E5E5E5;*/
  }
  #php_form table th {
    width: auto;
    padding: 15px 15px 0px 10px;
    border-bottom: none;
  }
  #php_form table td {
    width: auto;
    padding: 5px 10px 15px 10px;
  }
  p.bot input {
    font-size: 0.875rem !important;
  }
}
