@charset "UTF-8";

.lead__block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contents .categoryTit01 h3 {
  border-left: solid 5px #498333;
}

.container > .inner {
  padding: 20px 10px;
}

@media (min-width: 960px) {
  .container > .inner {
    padding: 35px 20px;
  }
}

.container > .inner .explanation__block p {
  line-height: 2;
}

.container > .inner .explanation__block dl dt {
  float: left;
  width: 7em;
  padding: 2px 0;
  margin: 0 0 10px 0;
  text-align: center;
  background-color: #498333;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.container > .inner .explanation__block dl dd {
  padding: 2px 0 2px 8em;
  margin: 0 0 10px 0;
}

.container > .inner .explanation__block > .inner {
  padding: 0 20px;
}

/*============================================================*/
/*!　フォーム
 * ---------------------------------------------------------*/
input[type=submit], input[type=button] {
  font-family: "icomoon";
  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: "icomoon";
  font-weight: 900;

  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%;
  background-color: #fff;
  line-height: 1;
}

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.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: "\e903";
  right: 15px;
  color: #498333;
}

p.bg01 input {
  color: #498333;
  border: solid 2px #498333;
}

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

p.bg02 span:after {
  content: "\e905";
  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;
}

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

  color: #333333;
  content: "\e903";
  font-family: "icomoon";
}

#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.0625rem;
  border: 1px solid #CCC;
}

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

@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 15px;
    border-bottom: none;
  }
  #php_form table td {
    width: auto;
    padding: 15px 10px;
  }
  p.bot input {
    font-size: 0.875rem !important;
  }
}
