.hi_h2{
    width: 750px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    border-bottom: 2px solid #999;
    padding-bottom: 4px;
    padding-left: 10px;
    text-align: left;
  }

  .hi_h4{
    width: 750px;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 25px;
    border-bottom: 2px solid #999;
    padding-bottom: 4px;
    padding-left: 10px;
    text-align: left;
  }

  .hi_button_area{
    display: flex;
    flex-wrap: wrap;
    width: 720px;
    margin: 0 auto 10px;
  }
  .hi_button{
    width: 200px;
    height: 100px;
    margin: 10px auto;
    transition: 0.3s;
  }

  .hi_button:hover{
    scale: 1.1;
    opacity: 0.8;
    transition: 0.3s;
  }

  .hi_h5{
    width: 700px;
    font-size: 30px;
    color: #006;
    text-align: left;
    margin: 0 auto 15px;
  }

  .hi_maker_products{
    width: 680px;
    font-size: 28px;
    text-align: left;
    line-height: 130%;
    margin: 0 auto 20px;
  }

  .hi_maker_products-l{
    width: 740px;
    font-size: 26px;
    text-align: left;
    line-height: 130%;
    margin: 0 auto 20px;
  }

  .hi_maker_products_name{
    margin-left: 30px;
    display: inline-block;
    line-height: 35px;
  }

  .hi_ohtomi_page{
    width: 300px;
    font-size: 30px;
    color: #006;
    font-weight: bold;
  }

  .m_hp_link{
    text-decoration: none;
    color: inherit;
    width: 300px;
    height: 60px;
    font-size: 23px;
    line-height: 60px;
    border: 1px solid #000;
    margin-left: 60px;
    margin-top: 40px;
    
  }

  .m_hp_link:hover{
    background-color: #eee;
    text-decoration: none;
  }

  .maker_area{width: 760px;margin: 0 auto 80px;border-bottom: 2px solid #999;padding-bottom: 50px;}

  .wall-j_color{width: 760px;margin: 10px auto;box-sizing: border-box;text-align: left;padding-left: 10px;font-size: 23px;}

  .pro_title{width: 740px;margin: 20px 0px;box-sizing: border-box;text-align: left;padding-left: 10px;font-size: 32px;border-bottom: 1px solid #999;padding-bottom: 3px;}


  .btn_interior{
    width: 600px;padding: 15px 0px;box-sizing: border-box;font-size: 28px;line-height: 130%;border: 2px solid;border-radius: 5px 5px;margin: 0 auto 100px;position: relative;box-shadow: 2px 2px 4px #888;
  }

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

  .btn_interior:hover{
    background-color: #cff;
  }