@charset "UTF-8";

/* お問い合わせ */
.contact-title {
  margin-bottom: 0;
}
.contact-inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contact-text {
  margin: 40px 0;
}
.contact-complete-text {
  margin: 60px 0 0;
	text-align: center;
}
.contact-text p:first-of-type,
.contact-complete-text p:first-of-type {
  margin-bottom: 20px;
}
.link-top {
	display: block;
  margin-top: 30px;
}
.link-top:hover {
	text-decoration: none;
}

/* フォーム */
.contact-form {
  margin-bottom: 30px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  padding: 12px;
  background-color: #FFF;
  resize: vertical;
  border: 2px solid #E7ECF2;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .3s ease;
  outline: none;
  box-sizing: border-box;
}
.contact-form input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.contact-form input:focus,
.contact-form textarea:focus {
  border: 2px solid #AAA;
}
.contact-form-list li:not(:last-of-type) {
  margin-bottom: 30px;
}
.contact-form-list li .item_name {
  margin: 0 0 6px;
}
.contact-form-list li span.mandatory,
.contact-form-list li span.any {
  font-size: 12px;
  color: #FFF;
  margin-right: 8px;
  padding: 4px 8px;
  background: #1D5900;
}
.contact-form-list li span.any {
  font-weight: 700;
  color: #1D5900;
  background: #FFF;
  border: 1px solid #1D5900;
}

@media (max-width: 480px) {
  .contact-form-list li {
    margin-bottom: 20px;
  }
}

/* 個人情報保護方針 */
.privacy-title {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}
.privacy-box {
  width: 100%;
  height: 250px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 25px;
  margin-bottom: 40px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.privacy-box p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.privacy-list {
  margin-top: 20px;
  padding-left: 20px;
  list-style: decimal;
}
.privacy-list li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.privacy-note {
  margin-bottom: 30px;
}
.contact-submit {
  text-align: center;
}
.contact-btn {
	font-family: inherit;
  padding: 16px 40px;
  background-color: #1D5900;
	border: none;
  transition: background-color 0.5s ease;
	cursor: pointer;
}

@media (min-width: 769px) {
  .contact-btn:hover {
    color: #FFF;
    background: #329900;
  }
  .tsuen-btn:hover::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

@media (max-width: 768px) {
  .privacy-box {
    height: 300px;
    padding: 25px;
  }
}

/* コンタクトフォーム 独自スタイル非表示 */
.wpcf7-spinner,
.wpcf7 form .wpcf7-response-output {
	display: none;
}

