@charset "UTF-8";

/*-------お見積り無料のリスト、レイアウト調整---------*/
@media screen and (max-width:500px){
    #top_list + div .outer table {
      font-size:2.6vw;
    }

    #top_list + div .outer table th{
      width:42%!important;
    }
}
@media screen and (min-width:501px) and (max-width:700px){
    #top_list + div .outer table th{
      width:40%!important;
    }
}

/*------TOPページ、よくあるご質問のテキスト文字落ち調整------*/
#para + div.composite_box01.block_images_11 .inner_item_txt .pwrap p {
    font-size: 1.3rem;
}

@media screen and (min-width:481px) and (max-width:600px) {
  .heading.block_header_4 p {
    font-size: 1vw;
  }

  #para + div.composite_box01.block_images_11 .inner_item_txt .pwrap p {
    font-size: 1.2rem;
  }
}

/*------TOPページ、会社案内のタイトル幅調整------*/
#top_information + div.widget_shop01 dt {
  width: 200px;
}
@media screen and (max-width: 800px){
  #top_information + div.widget_shop01 dt {
    width: 180px;
  }
}