
/* 表純工事費ボタン */
.kouji_area{
    position: relative;box-shadow: 2px 2px 4px #888;box-sizing: border-box;
    width: 720px;border: 2px solid #00f;font-size: 28px;margin: 0px auto 80px;border: 2px solid #00f;border-radius: 5px;
  }

  .kouji_area span{display: block;}

  .kouji_title{
    width: 717px;font-size: 28px;line-height: 60px;color: #fff;background-color: #00f;margin-bottom: 20px;font-weight: normal;
  }

  .kouji_text1{
    width: 717px;font-size: 30px;color: #ff007a;margin-bottom: 15px;
  }

  .kouji_text2{
    width: 717px;font-size: 26px;line-height: 60px;color: #fff;background-color: #00f;margin-top: 20px;
  }

  .kouji_area a{
    position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;color: #fff;
  }

  .kouji_area:hover{
    background-color: #ff8;
  }

/* エアコンタイプ */
  .air_type_area{width: 740px;display: flex;flex-wrap: wrap;margin: 10px auto 60px;}
  .air_type_set{width: 350px;height: 250px;margin: 10px 10px;}
  .air_type_texte{width: 350px;height: 50px;font-size: 24px;line-height: 46px;color: #006;font-weight: bold;border: 2px solid #006;box-sizing: border-box;}
  .air_type_img{width: 350px;height: 200px;background-color: #ead788;}
  .air_style_set{width: 350px;height: 210px;margin: 10px 10px;}
  .air_style_img{width: 350px;height: 120px;}
  .air_style_texte{width: 350px;height: 38px;font-size: 22px;line-height: 38px;color: #006;font-weight: bold;border-bottom: 2px solid #006;}

/* 空調面積 ボタン */
  .btn_area_air{
    width: 740px;display: flex;margin: 0 auto;padding: 30px 0px;border-bottom: 3px solid #00f;
  }

  .tjump_btn{
    position: relative;
    width: 350px;
    height: 60px;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #888;
    margin: 0px 10px;
  }

  .tjump_btn a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  .tjump_btn:hover{
    background-color: #ef8;
  }

/* エアコン基本情報について */
.kihon_johou{
    list-style-type: none;
    position: relative;
    padding-left: 45px;
    margin: 15px 0px;
  }

  .kihon_johou li::before{
    position: absolute;
    display: block;
    left: 10px;
    color: #ff007a;
    content: "◆";
  }

  .kihon_johou span{
    display: block;
    color: #000;
  }

  .kihon_johou_t{
    width: 680px;
    color: #f00;
    margin-top: 20px;
  }

  
  
/* 見積から納品までの流れ */
  .nagare_title{
    width: 700px;
    font-size: 26px;
    line-height: 180%;
    text-align: left;
    border-left: 10px solid #ff007a;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 30px auto;
  }

  .nagare_text{
    width: 650px;
    font-size: 24px;
    line-height: 140%;
    text-align: left;
    margin: 0 auto 40px;
  }

  .nagare_text ol{
    padding-left: 30px;
  }

  .jump_btn{
    position: relative;
    width: 600px;
    height: 60px;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #888;
    margin: 0 auto 40px;
  }

  .jump_btn a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  .jump_btn:hover{
    background-color: #ef8;
  }

  



  