
/* 資料請求 begin */

#request-form-layout {
  background-color: #ffffff;
  padding: 20px;
	margin: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	max-width: 1400px;
}

.request-form-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.request-form-left-column,
.request-form-right-column {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.request-form-left-column h2 {
  font-size: 24px;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
}

.request-form-left-column p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.request-form-left-column img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  max-height: 400px;
  object-fit: contain;
}

.request-form-left-column h3 {
  font-size: 18px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
}

.request-form-left-column ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #555;
}


.request-form-right-column form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.request-form-right-column label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}


.request-form-right-column input,
.request-form-right-column select,
.request-form-right-column textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.request-form-right-column input[type="submit"] {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
  width: 100%;
  margin-top: 3rem;
}

.request-form-right-column input[type="submit"]:hover {
  background-color: #0056b3;
}

.request-form-right-column .wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 5px;
}

/* レスポンシブデザイン */

@media (max-width: 960px) {
  .request-form-content {
    flex-direction: column;
  }

  .request-form-left-column,
  .request-form-right-column {
    width: 100%;
  }
}
/* 資料請求 end */

/* お問い合わせ begin */
#contact-form-layout form {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

#contact-form-layout form a {
  color: blue;
}
/* お問い合わせ end */

/* contact form 7 共通 begin */
.wpcf7 form label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

.wpcf7 input[type="submit"] {
  background-color: #4d78de;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #7db4fa;
}

.wpcf7 .hissu {
  color: red;
}
.wpcf7 a {
  color: #4d78de;
}
/* contact form 7 共通 end */

/* モバイル表示時のみ、動画の映る中心位置を左側にずらす */
@media screen and (max-width: 767px) {
  #top-mv-area .only-sp.metatell-mv_bg_video {
    /* 左から「20%」の位置を中心に表示（＝左側を映す設定） */
    object-position: 30% center !important;
  }
}
