@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");

body#K3_body {
  font-size: 16px !important;
  font-family: "Noto Sans JP", sans-serif !important;
  background-color: #fff !important;
}

#K3_container {
  background-color: #fff !important;
  width: 100% !important;
  border: none !important;
}

/* ========================================================= ヘッダー */

#K3_header {
  width: 100% !important;
  background-color: #fff !important;
  margin: 0 0 40px 0 !important;
  text-align: center !important;
  border-bottom: 1px solid #eeeeee !important;
}

#K3_header #K3_header_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ロゴ */
#K3_header #K3_header_inner a {
  display: block;
  width: 130px;
  height: 50px;
  background: url(https://www.quadcept.com/static/kairos/img/logo.svg) no-repeat
    left center; /* SVGロゴ（カイロスはSVGをサポートしていない）*/
  background-size: contain;
}

/* 文言（資料請求フォーム） */
#K3_header #K3_header_inner span {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin: 5px 0 0 20px;
}

/* フッターの区切り線 */
#K3_hr_header {
  display: none !important;
}

@media (max-width: 430px) {
  /* 文言（資料請求フォーム） */
  #K3_header #K3_header_inner span {
    font-size: 15px !important;
  }
}

/* ========================================================= コンテンツエリア */

#K3_content {
  width: 100% !important; /* ⭐️幅指定 */
  max-width: 1000px !important; /* ⭐️幅指定 */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  min-height: auto !important;
}

/* ========================================================= ヘッドライン（キービジュアル） */

#K3_headline {
  margin: 0 !important;
}

#K3_headline h2 {
  margin: 0 !important;
}

#K3_headline .key {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

#K3_headline .key img {
  max-width: 600px !important;
  width: 100% !important;
  height: auto !important;
}

/* 確認画面で出てくる */
#K3_headline + hr {
  display: none !important;
}

/* ========================================================= コンテンツ */

.form-description {
  width: 100% !important; /* ⭐️幅指定 */
  max-width: 600px !important; /* ⭐️幅指定 */
  padding: 0 !important;
  margin: 0 !important;
  font-size: 15px;
  line-height: 1.7;
}

.form-description .key {
  margin-top: 16px;
}
.form-description .key img {
  width: 100%;
  border-radius: 6px;
}

.form-description .text-wrap {
  padding-left: 5px;
  margin-top: 35px;
}

.form-description .text-wrap h3 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-bottom: 1.5rem;
}

.form-description .text-wrap ul {
  padding-left: 23px;
}

.form-description .text-wrap ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
  color: #666;
}

/* 見出し （入力・確認）*/
#K3_headline h2 {
  /* display: none !important; */
}
/* 見出し （完了）*/
#K3_form_registered h2 {
  /* display: none !important; */
}

/* 自動挿入される<hr>を削除 */
.form-description + hr {
  display: none !important;
}

.tensenbox {
  border: 1px dashed #c2a146;
  border-radius: 2px;
  margin: 20px auto 20px;
  padding: 10px 0 8px;
  background-color: #fffef6;
  position: relative;
}
.tensenbox ul {
  margin: 15px 10px 15px 20px;
}
.tensenbox ul li {
  font-size: 14px;
  margin: 4px 0;
}

.tensenbox-title {
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 14px;
  background-color: #fff;
  background-color: #c2a146;
  color: #fff;
  padding: 4px 14px 5px;
  letter-spacing: 1.5px;
  line-height: 1.2;
  display: block;
  border-radius: 3px;
}

.text-red {
  color: #dd2828;
}

.marker-yellow {
  background-color: #fffbbe;
}

/* ========================================================= フォーム */

form {
  width: 100% !important; /* ⭐️幅指定 */

  padding: 30px 25px !important;
  margin: 0 0 0 0 !important;
  background-color: #ffffff !important;
  border-radius: 6px !important;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1) !important;
}

/* ラベル */
.control-label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px !important;
}

/* 各入力フォーム */
div.control-group {
  margin: 0 0 15px !important;
}

/* テキストフォーム */
.form-control {
  height: 40px !important;
}
/* テキストエリア */
textarea.form-control {
  height: 130px !important;
}

/* プレースフォルダー */
input::placeholder {
  font-size: 13px !important;
  letter-spacing: 1px;
}

/* 確認画面 */
form table th,
form table td {
  font-size: 14px;
}

/* ========================================================= フォーム（入力エラー） */

.alert.alert-danger {
  width: 100%;
}

/* ========================================================= プライバシーポリシー */

#K3_privacy_policy.well {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#K3_privacy_policy.well div.note.privacy_policy {
  font-size: 0.9em !important;
}

.privacy-policy .privacy-policy-message {
  font-size: 11px;
  line-height: 1.6;
  margin: 10px 0px;
  color: #666;
}

/* ========================================================= Footer */

/* フッターの区切り線 */
#K3_hr_footer {
  display: none !important;
}

#K3_footer {
  margin: 0 auto 0 !important;
  padding: 30px 0px;
}

#K3_footer #K3_footer_inner {
  text-align: center;
  font-size: 11px;
  color: #8d8d8d;
}

/* ========================================================= 確認画面 */

/* 登録内容の確認 */
#K3_headline + hr + h3 {
  margin-top: 0 !important;
}

/* ========================================================= 完了画面 */

#K3_form_registered {
  margin: 0;
  padding: 0;
  background-color: #fff !important;
}

/* キービジュアルエリア */
#K3_form_registered h2 {
}
#K3_form_registered h2 + hr {
  display: none !important;
}

/* ◯◯様 */
#K3_form_registered h3 {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 18px !important;
}
/* お申し込みありがとうございました */
#K3_form_registered h3 + h3 {
  text-align: center;
  margin: 10px 0 0 0;
}

/* 追加メッセージ */
#K3_message_registered {
  text-align: left;
  margin-top: 40px;
  border-top: 1px dashed #ccc;
  padding: 30px;
  border-bottom: 1px dashed #ccc;
}
#K3_message_registered p {
  margin: 0 0 20px;
  font-size: 14px;
}
#K3_message_registered ul {
  margin-bottom: 25px;
  padding-left: 25px;
}
#K3_message_registered li {
  font-size: 14px;
  margin: 0px 0 10px 0;
}
#K3_message_registered p:last-child {
  margin-bottom: 0 !important;
}

/* ========================================================= */

ul.lightbox-thumbnail-list {

  background-color: #fafafa;
  border: 1px solid #ddd;
  list-style: none;
  padding: 10px;
  margin: 70px 0 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 4px;
  position: relative;
}

ul.lightbox-thumbnail-list::before {
  content: "▼ 下記の画像クリックで資料の一部を確認";
  position: absolute;
  font-weight: bold;
  top: -35px;
}

ul.lightbox-thumbnail-list li {
  padding: 8px;
  width: 50%;
}

ul.lightbox-thumbnail-list li a {
  text-decoration: none;
}

ul.lightbox-thumbnail-list li img {
}

/* ========================================================= */
