@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;
  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 0px 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_hr_header {
  display: none !important;
}



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

#K3_content {
  width: 100% !important; /* ⭐️幅指定 */
  max-width: 1140px !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: 40px 0 40px 0 !important;
}

#K3_headline h2 {
  margin: 0 !important;
}

#K3_headline img {
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

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

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




.form-description {
  width: 100% !important; /* ⭐️幅指定 */
  max-width: 700px !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 {
  margin-top: 0px;
}

/* ■ 見出し２（セミナータイトル） */
.form-description .text-wrap h2 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 50px;
}


/* ■ 見出し３ */
.form-description .text-wrap h3 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 16px 16px;
  background:#343434;
  color: #fff;
  border-radius: 4px;
  margin: 40px auto 20px;
}


/* ■ スピーカー紹介 */
dl.staff{
  display: flex;
  flex-direction: column;
}
dl.staff dt{
  
}
dl.staff dt img{
  width:100%;
  border-radius: 6px;
}
dl.staff dd{
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 0 0 0;
}

@media screen and (min-width:360px) {
  dl.staff{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  dl.staff dt{
    width:200px;
    
  }
  dl.staff dt img{
  }
  dl.staff dd{
    padding: 0 0 0 30px;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
  }
}

/* ■ テーブル */
.form-description table.mytable{
  width: 100%;
  border-collapse: collapse;
}
.form-description table.mytable tr:nth-child(odd){
  background:#F5F5F5;
}
.form-description table.mytable th,
.form-description table.mytable td{
  border:1px solid #dddddd;
  padding: 8px 16px;
}
.form-description table.mytable th,
.form-description table.mytable td,
.form-description table.mytable li{
  font-size: 14px;
  color: #333;
}

/* 箇条書き */
.form-description table.mytable ul{
  padding-left:18px;
}
.form-description table.mytable ul:last-child{
  margin-bottom:0px;
}
.form-description table.mytable th{
  max-width:80px;
}

/* 箇条書き（※印）*/
.form-description table.mytable ul.kome {
  list-style-type: none;
}
.form-description table.mytable ul.kome li{
  position: relative;
}
.form-description table.mytable ul.kome li::before{
  content: "※";
  position: absolute;
  top: 0px;
  left: -17px;
}


/* 見出し （入力・確認）*/
#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: 40px 0px;
}

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

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

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

#K3_headline + hr + h3 + p {
  margin-bottom: 30px !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;
}

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

/* YouTube*/
.responsive-youtube {
  position: relative;
  padding-top: 56.25%;
}
.responsive-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* サムネイル */
ul.thumbnails{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
ul.thumbnails li{
  width: 100%;
  list-style: none;
  padding: 10px 0 0;
  margin:  0;
}
ul.thumbnails li img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

@media screen and (min-width:500px) {
  ul.thumbnails{
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
  }
  ul.thumbnails li{
    width: calc(50% - 5px);
    padding: 0px;
  }
   ul.thumbnails li:first-child{
    
   }
}