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

#K3_header{
  display:none;
}



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

#K3_content{
  margin-top: 30px;
}

/* コンテンツエリア（フォーム見出し）*/
/* 入力画面では非表示設定、確認画面、完了画面では表示する */
#K3_headline{
  display : none;
  margin  : 0 !important;
  padding : 0 !important;
}



/* ========================================================= コンテンツエリア（左半分） */

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


/*  コンテンツエリア（左半分）ロゴ */
#K3_horizontal_left .logo-wrap{
  margin-bottom: 50px;
}
#K3_horizontal_left .logo-wrap a{
  display: block;
  width: 100%;
  height: 50px;
  background: url(https://www.quadcept.com/static/kairos/img/logo-quadcept-white.svg) no-repeat left top;
  background-size: contain;
  /* SVGロゴ（カイロスはSVGをサポートしていない）*/
}


/*  コンテンツエリア（左半分）テキスト */
#K3_horizontal_left .contents-wrap{
  margin-bottom: 40px;
}


/* h3（ご相談・お問い合わせ） */
#K3_horizontal_left h3{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 70px;
}


/* h4
　　・このようなお問い合わせにご対応
　　・お電話でもご相談やお見積りなど承ります
*/
#K3_horizontal_left h4{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
}
/* h4：このようなお問い合わせにご対応 */
#K3_horizontal_left h4.detail{
  padding: 5px 20px;
  border-radius: 100px;
  background-color: #fff;
  font-size: 16px;
  color: #1d9af9;
  position: absolute;
  top: -24px;
  left:20px;
}
/* h4：お電話でもご相談やお見積りなど承ります */
#K3_horizontal_left h4.telok{
  margin-bottom: 20px;
}


/* 問い合わせの対応内容 */
#K3_horizontal_left #list{
  position: relative;
  margin-bottom: 24px;
  padding: 33px 0 20px;
  border: 1px dashed #fff;
  background-color: rgb(255, 255, 255,0.05);
  border-radius: 3px;
}
#K3_horizontal_left #list ul{
  margin-bottom: 0px;
  margin-left  : 0px;
}
#K3_horizontal_left #list ul li{
  margin-bottom: 10px;
  padding-right: 20px;
  letter-spacing: 0px;
  line-height: 1.4;
  color: #fff;
}


/* 補足（サポートの問い合わせはこちら） */
#K3_horizontal_left #note{
  /* border: 1px solid #298edd; */
  /* border: 1px dashed #fff; */
  /* background-color: #ffffff; */
  margin-bottom: 60px;
}
#K3_horizontal_left #note p{
  margin: 0;
  letter-spacing: 0px;
  line-height: 1.4;
}
#K3_horizontal_left #note p br{
  display: none;
}
@media screen and (min-width: 1300px){
  
  #K3_horizontal_left #note p br{
    display: block;
  }
}


#K3_horizontal_left #note a{
  color: yellow;
  padding-right: 2px;
  text-decoration: none;
  border-bottom:1px solid yellow;
}
#K3_horizontal_left #note a:hover{
  color: yellow;
  padding-right: 2px;
  text-decoration: none;
  border:none;
}

/* 電話番号と受付時間 */
#K3_horizontal_left #info {
  color: #fff;
}

#K3_horizontal_left #info h4{
  margin-bottom: 5px;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 0;
}

#K3_horizontal_left .tel,
#K3_horizontal_left .time{
}

/* 電話番号 */  
#K3_horizontal_left .tel{
	font-weight: 900;
  font-size: 35px;
  letter-spacing: 0px;
  padding-left: 44px;
  position: relative;
  margin-left: 0px;
  color: #fff;
}
#K3_horizontal_left .tel::before{
  content: "\f2a0";
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: 32px;
  position: absolute;
  top : 5px;
  left: 1px;
  color: #fff;
}

/* 受付時間 */
#K3_horizontal_left .time{
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-top: -10px;
  margin-left: 0px;
  color: #fff;
}


/* スタッフ */
#K3_horizontal_left #staff{
  padding-top: 0px;

}
/* スタッフの画像 */
#K3_horizontal_left .staff-image{
  position: relative;
  top:0px;
  left: 0px;
  width: 100%;
  height: 310px;
  background: url(https://www.quadcept.com/static/kairos/contact-sales/img/staff-sales.svg) no-repeat left center;
  background-size: contain;
}



/* ========================================================= コンテンツエリア（右半分） */

#K3_horizontal_right{
  margin-top: 40px;
}

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 25px !important;
}

/* テキストフォーム */
.form-control {
  box-shadow: none !important;
}

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

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


/* 実行ボタン */
#K3_control_btn.control-group{
  margin: 35px 0 25px !important;

}
#K3_control_btn.control-group .controls{

}
/* 内容を確認するボタン */
#K3_control_btn.control-group .controls #k3_to_check_input{
  background-color: #298edd;
  border: none;
  width: 100%;
  padding: 20px;
  font-size: 20px !important;
  font-weight: 600;
  border-radius: 5px;
}


/* プライバシーポリシー */
#K3_privacy_policy.well-form-only{
  padding: 0;
  border: none;
  box-shadow: none;
  width: 100%;
  background-color: transparent !important;
}
#K3_privacy_policy .privacy-policy{
  font-size: 13px;
  line-height: 1.7;
}





/* ========================================================= コンテンツエリアの左右のバランス（トップページのみ） */

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



@media screen and (min-width: 769px){

  /* 左 */
  #K3_horizontal_left {
    width: 40% !important;
    max-width: 500px !important;
  }
  /* 右 */
  #K3_horizontal_right {
    width: 60% !important;
  }
}


@media screen and (min-width: 1300px){

  /* 左 */
  #K3_horizontal_left {
    width: 500px !important;
    max-width: 500px !important;
  }
  /* 右 */
  #K3_horizontal_right {
    width: calc( 100% - 500px ) !important;
  }
}


@media screen and (min-width: 1800px){

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