@charset "utf-8";
#contact h1 {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  background: url(../images/main_banner.jpg) no-repeat center center;
  background-size: cover;
  font-size: 3em;
  color: #FFFFFF;
  padding: 150px 0px;
  margin-bottom: 45px;
}
#contact h1.sub {
  background: #c8c8c8;
  padding: 50px 0px;
}
#contents .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 100px;
}
#contents .inner h2 {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 25px;
}
#contents .mandatory {
  color: #E62328;
  font-weight: bold;
}
#contents .mBtm10 {
  margin-bottom: 10px;
}
#contents .mBtm20 {
  margin-bottom: 20px;
}
#contents .mBtm30 {
  margin-bottom: 30px;
}
#contents .center {
  text-align: center;
}
#contents .small {
  font-size: 0.8em;
  line-height: 160%;
}
#contents .explain {
  margin-bottom: 40px;
  text-align: center;
}
#contents .explain p {
  margin: 0px 0px 40px;
  font-size: 1.1em;
  line-height: 180%;
}
#contents table {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}
#contents th {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  vertical-align: middle;
  width: 200px;
  font-weight: 700;
}
#contents td {
  padding: 20px 0 20px 20px;
  text-align: left;
  border-top: 1px solid #CCCCCC;
  vertical-align: middle;
}
#contents p.success, #contents p.message {
  line-height: 180%;
  text-align: center;
}
#error p.message {
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  #contact h1 {
    font-size: 2em;
    padding: 56px 0px;
    margin-bottom: 20px;
  }
  #contact h1.sub {
    padding: 15px 0px;
  }
  #contents .inner {
    margin: 0 20px;
    padding: 0 0 60px;
  }
  #contents .inner h2 {
    margin-bottom: 20px;
  }
  #contents .mBtm30 {
    margin-bottom: 20px;
  }
  #contents .explain {
    margin-bottom: 20px;
    text-align: center;
  }
  #contents .explain p {
    margin: 0px 0px 20px;
    font-size: 1.1em;
    line-height: 180%;
  }
  #contents table {
    margin-bottom: 30px;
  }
  #contents th {
    display: block;
    padding: 15px 0 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents td {
    display: block;
    padding: 5px 0 10px;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
  }
  #contents #confirm {
    margin-bottom: 20px;
  }
  #contents #confirm td {
    padding: 15px 0;
  }
}
/* Form
--------------------------------------------------*/
input[type="text"], input[type="email"], input[type="tel"] {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 10px 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 10px 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 200px;
}
@media screen and (min-width: 768px) {
  button {
    cursor: pointer;
  }
  input.w200 {
    width: 200px;
  }
  input.w400 {
    width: 400px;
  }
  input.w600 {
    width: 600px;
  }
  textarea {
    width: 600px;
  }
  #contents input[type=text]:hover, #contents input[type="email"]:hover, #contents input[type="tel"]:hover, #contents textarea:hover, #contents input[type=text]:focus, #contents input[type="email"]:focus, #contents input[type="tel"]:focus, #contents textarea:focus {
    background-color: #ECFBFF;
  }
}
@media screen and (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
  }
}
/* プライバシーポリシーの同意
--------------------------------------------------*/
.agreeContainer {
  text-align: center;
}
.agreeContainer .agree {
  display: inline-block;
  background-color: rgba(100, 200, 230, 0.1);
  position: relative;
}
.agreeContainer .agreementCheck input[type=checkbox] {
  display: none;
  margin: 0;
}
.agreeContainer .agreementCheck input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 20px 20px 20px 60px;
  font-weight: 700;
}
.agreeContainer .agreementCheck input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  background-color: #FFF;
  border: 1px solid #cccccc;
}
.agreeContainer .agreementCheck input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  left: 25px;
  width: 12px;
  height: 6px;
  margin-top: -7px;
  border-left: 3px solid #E62328;
  border-bottom: 3px solid #E62328;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.agreeContainer a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .agreeContainer {
    margin: 0 0 35px;
  }
  .agreeContainer a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .agreeContainer {
    margin: 0 0 35px;
  }
  .agreeContainer .agreementCheck input[type=checkbox] + label {
    padding: 20px 15px 20px 60px;
    line-height: 160%;
    text-align: left;
  }
}
/* Button
--------------------------------------------------*/
#contents .button {
  text-align: center;
}
#contents .button button {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", "Myriad Web", "Myriad Pro", Verdana, sans-serif;
  min-width: 200px;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  margin: 0 10px;
  line-height: 55px;
  border-radius: 6px;
  border-style: none;
  background-color: #969696;
  color: #FFFFFF;
}
#contents .button button#submit {
  background-color: #E62328;
}
#contents .button button#submit[disabled] {
  background-color: #999999;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  #contents .button button {
    margin: 10px 0;
  }
}