
@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 : 600px !important; /* ⭐️幅指定 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items : center;
  margin-left : auto;
  margin-right: auto;
}


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


#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;
 }

/* 見出し （入力・確認）*/
#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; /* ⭐️幅指定 */
  max-width : 600px !important; /* ⭐️幅指定 */
  padding : 30px 25px !important;
  margin  : 20px 0 0 0 !important;
  background-color: #f1f1f1 !important;
  border-radius: 6px !important;
}

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

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

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

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

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

.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:20px 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: #fff4e4;
  border: 1px solid #f5e4cb;
  list-style: none;
  padding: 10px;
  margin : 50px 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: -30px;
}

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

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

ul.lightbox-thumbnail-list li img{
  
}


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