@charset "utf-8";
/* #contact
=========================================*/
#contact {
  position: relative;
}
#sec01 {
}
#sec01 h2 {
  margin-bottom: 30px;
}

#sec01 p {
  font-size: 16px;
}
#sec01 p.ttl {
  font-size: 20px;
  font-weight: 700;
}
#sec01 p.error, #sec01 .error {
  color: #ff0000
}
#sec01 .errorBox {
  color: #ff0000
}
#sec01 .errorBox p.errorTtl {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  border: 1px solid #FF0000;
  background-color: rgba(255, 0, 0, 0.2);
}
#sec01 .textBox {
  padding: 40px;
  background-color: rgba(255, 255, 255, 1.00);
  margin-bottom: 60px;
}
#sec01 .textBox h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5em
}
h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.2em;
  margin-top: 40px;
}
h3 span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 3px 15px;
  background-color: #dc0805;
  display: inline-block;
  margin-right: 10px;
}
h3 span.any {
  background-color: #20B3BC;
}
h3 span.note {
  padding: 3px 0px;
  margin-left: 10px;
  background: none;
  color: #000;
  font-weight: 400
}
::placeholder {
  color: #afafaf;
  font-size: 16px;
  line-height: 1
}
input::-webkit-input-placeholder {
  color: #afafaf;
  font-size: 16px;
  line-height: 1
}
input:-moz-placeholder {
  color: #afafaf;
  font-size: 16px;
  line-height: 1
}
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select {
  border: 1px solid #afafaf;
  border-radius: 5px;
  padding: 7px 30px 7px 10px;
  background-image: url(../images/icon_arrow_select.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  width: 100%;
}
select:invalid {
  background-color: #FEFDF1;
  color: #000
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus, input[type=tel]:focus, input[type=email]:focus {
  background-color: #F0F8FB;
}
input[type=text], textarea, input[type=tel], input[type=email], input[type=password] {
  border: 1px solid #afafaf;
  border-radius: 5px;
  padding: 7px 10px;
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal
}
input[type="submit"] {
  outline: none;
  background-color: rgba(20, 120, 108, 0.00);
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 15px 0;
  width: 90%;
  display: block;
  margin: 0 auto;
}
input[type="submit"]:hover {
  cursor: pointer;
}
.submitBtn {
  margin: 60px 0;
  text-align: center;
}
.submitBtn .button {
  background-color: #EA4D15;
  border-style: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  width: 100%
}
.submitBtn .button:before {
  background-color: #29A7E1;
}
hr.hr01 {
  height: 0;
  margin: 60px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #afafaf;
}
table {
  margin: 60px 0
}
table th {
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 20px 0;
  font-size: 18px
}
table td {
  display: block;
  padding: 20px 30px;
  width: 100%
}
table img {
  margin: 10px 0
}
.finish .button {
  padding: 15px 0;
  text-align: center;
  display: block;
  margin: 60px auto 0;
  width: 400px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #39b9bb;
  border-radius: 50px
}
.finish .button:before {
  background-color: #DB0000;
}
.delete {
  margin: 0px 0 10px;
}
.imgFile a {
  text-decoration: underline;
  margin-top: 10px;
}
input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.finish {
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  #main {
    margin-top: 20px;
  }
  #sec01 {
    margin-top: 0px
  }
  #sec01 h2 {
    margin-bottom: 20px;
  }
  #sec01 p {
    font-size: 14px;
  }
  #sec01 p.ttl {
    font-size: 18px;
  }
  #sec01 .errorBox p.errorTtl {
    font-size: 16px;
    padding: 10px;
  }
  .contactInner {
    margin-top: 20px;
    padding: 0 2%
  }
  #sec01 .textBox {
    padding: 10px;
    margin-bottom: 30px;
  }
  #sec01 .textBox h3 {
    font-size: 14px;
  }
  h3 {
    font-size: 14px;
    margin-top: 20px;
  }
  h3 span {
    font-size: 12px;
    padding: 3px 10px;
  }
  ::placeholder {
    font-size: 14px;
  }
  input::-webkit-input-placeholder {
    font-size: 14px;
  }
  input:-moz-placeholder {
    font-size: 14px;
  }
  select {
    padding: 7px 30px 7px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
  }
  input[type=text], textarea, input[type=tel], input[type=email], input[type=password] {
    border-radius: 5px;
    padding: 7px 10px;
    width: 100%;
    font-size: 14px;
  }
  input[type="submit"] {
    padding: 15px 0;
    width: 100%;
  }
  .submitBtn {
    margin: 20px 0;
  }
  .submitBtn .button {
    font-size: 16px;
		width: 100%
  }
	hr.hr01 {
    margin: 20px 0;
}
  table {
	margin: 0px 0 20px
  }
  table th {
    padding: 10px 0;
    font-size: 14px
  }
  table td {
    padding: 10px 10px;
  }
  table img {
    margin: 10px 0
  }
  .finish .button {
    margin: 30px auto 0;
    width: 100%;
    font-size: 14px;
  }
}