/* ========================================================= ベース */

@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;
  background-color: #f5fbff !important;
  background-color: #1d9af9 !important;
  background-color: #3bb174 !important;
}

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

@media screen and (min-width: 769px){
  #K3_horizontal_left {
    width: 45% !important;
  }
  #K3_horizontal_right {
    width: 55% !important;
  }
}




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

#K3_header{
  width: 100% !important;
  margin: 0 0 30px 0 !important;
  text-align: center !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee !important;
  border: none !important;
  background-color: transparent !important;
  background-color: #fff !important;
  box-shadow: 0px -10px 15px 0px #000;
}

#K3_header #K3_header_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 15px 15px !important;
}

/* ロゴ */
#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: 16px;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin: 5px 0 0 20px;
}

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

#K3_headline{
  display: none;
}




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

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



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

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

#K3_footer {
  margin: 0 auto 0 !important;
  padding: 30px 0px;
  background-color: transparent !important;
}

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


