/*-----------------------------------------------------
 トップ画像セクション
 ------------------------------------------------------*/

/* トップ画像 */
.top-image {
  height: 512px;
}

/* トップ画像のコンテンツ */
.top-image-content {
  min-width: 1280px;
}

/* トップ画像のメッセージレイヤー */
.top-image-message-layer {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/* トップ画像のメッセージ枠 */
.top-image-message-layer-message-box {
  width: 500px;
  padding: 35px 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 6.0rem;
  opacity: .7;
  background-color: #eeeeee;
}

/* トップ画像のメッセージテキスト */
.top-image-message-layer-message-box-message-text {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.0rem;
  letter-spacing: 0.3rem;
  color: #333333;
}

/*-----------------------------------------------------
 お問い合わせメッセージ
 ------------------------------------------------------*/

/* メッセージ本体 */
.message {
  margin-bottom: 100px;
}

/* お問い合わせのタイトルのコンテナ */
.contact-set {
  margin-top: 65px;
  padding-top: 14px;
}

/* お問い合わせのタイトルのボーダー */
.contact-border {
  border-top: 4px solid #168BE7;
  padding-bottom: 18px;
}

/* お問い合わせのタイトル */
.contact-title {
  width: 140px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  height: 2.9rem;
}

/* お問い合わせのタイトル下の英語 */
.contact-title-en {
  color: #168BE7;
  vertical-align: top;
  font-size: 1.0rem;
  line-height: 1.6rem;
}

/* ページのタイトルのテキスト部分 */
.page-title-text {
  width: 75%;
  margin: 65px auto 0 auto;
}

/*-----------------------------------------------------
 メールフォーム
 ------------------------------------------------------*/

/* フォーム */
form {
  width: 75%;
  margin: 0 auto;
  font-size: 1.0rem;
  margin-bottom: 100px;
  letter-spacing: .08rem;
}

/* テキストとメール、テキストエリアのインプット */
input[type="text"], input[type="email"], .value textarea {
  width: 100%;
  padding: .3rem 0;
}

/* 項目タイトルのコンテナ */
.title {
  width: 100%;
  line-height: 1.0rem;
  font-weight: 500;
  margin: 0 auto 20px auto;
}

/* フォーム項目のアクセント */
.title-accent {
  background-color: #168BE7;
  height: 1.0rem;
  display: inline-block;
  vertical-align: top;
  width: 6px;
  margin-right: 8px;
}

/* インプットのコンテナ */
.value {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* インプット */
.value input, .value select, .value textarea {
  font-size: 1.0rem;
  font-family: inherit;
}

/* 選択のインプット */
.value select {
  padding: .3rem;
  margin-right: 10px;
  width: 20%;
}

/* テキストエリアのインプット */
.value textarea {
  line-height: 1.4rem;
  height: 28rem;
  padding-left: .05rem;
}

/* 送信ボタン */
.m-submit {
  background-color: #1D2087;
  color: white;
  border: none;
  font-size: 1.0rem;
  font-family: inherit;
  width: 160px;
  height: 2.4rem;
  margin: 0 auto;
  line-height: 2.4rem;
  text-align: center;
  cursor: pointer;
}

.submit:hover {
  border: none;
  background-color: #383a88;
}

/* 送信後のメッセージ */
#mail-result-message {
  min-height: 2.0rem;
}
