@charset "UTF-8";

/* セクション */
/* コンテナー */
.cp-container {
  width: 100%;
  max-width: 1065px;
  margin: auto;
}

.cp-container-small {
  max-width: 500px;
}
.form-group {
    padding: 15px 0;
}
input, textarea, select {
    border: 1px solid #707070;
    border-radius: 6px;
    padding: 5px;
    width: 100%;
}
label {
    display: block;
    padding: 5px;
    color: #707070;
}
select {
    height: 35px;
}
/* テキスト */
.cp-text-center {
  text-align: center;
}

/* ラベル */
.cp-label {
  color: #000000;
}

/* フォームリセット テキスト */
.cp-text {
  width: 100%;
  padding: 2px;
  font-size: 16px;
  border: 1px solid #707070;
  font-family: inherit;
  color: #707070;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
}

.cp-text:focus {
  box-shadow: none;
  outline: none;
}

/* フォームリセット テキストエリア */
.cp-textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #707070;
  font-family: inherit;
  color: #707070;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
}

.cp-textarea:focus {
  box-shadow: none;
  outline: none;
}

/* フォームリセット ボタン */
.cp-submit {
  display: inline-block;
  margin: 0;
  font-size: 2rem;
  height: 43px;
  line-height: 43px;
  width: 100%;
  border: 1px solid #707070;
  transition: 0.2s ease-in-out;
  color: #707070;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.cp-submit:hover,
.cp-riset-submit:focus {
  outline: none;
}

.cp-submit:hover {
  color: #fff;
  background: #707070;
}

/* ボタン */
.cp-submit-primary {
  color: #fff;
  background: #000000;
}

.cp-submit-primary:hover {
  color: #707070;
  background: #fff;
}

@media screen and (max-width: 767px) {
  /* セクション */
  .cp-section {
    padding: 40px 0;
  }

  /* コンテナー */
  .cp-container {
    padding-right: 20px;
    padding-left: 16px;
  }
}
/* お問合せフォーム ------------------------------*/
/* アイテム */
.cp-contactForm01__item:not(:last-child) {
  margin-bottom: 28px;
}

.cp-contactForm01__title {
  margin-bottom: 3px;
  font-size: 16px;
  color: #707070;
}

.cp-contactForm01__description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}

.cp-contactForm01__privacy {
  margin: 40px 0 16px;
  line-height: 1.5;
  color: #707070;
}

label:not(:first-child) {
  margin-left: 24px;
}

.contact-explanation {
  line-height: 1.125;
  font-family: Arial;
  font-weight: 500;
  margin-bottom: 49px;
  margin-top: 33px;
}
.contact-explanation p {
  margin-top: 16px;
  line-height: 1.5;
}

.g-recaptcha {
  margin-top: 30px;
  max-width: 331px;
  width: 100%;
  height: 83px;
}
.g-recaptcha iframe {
  width: 331px;
}

.alert {
    max-width: 500px;
    color: red;
    display: block;
    padding: 20px 0;
    margin: 0 auto;
}
