@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 768px) {
  /*----------------------------------------------------
  business
  ----------------------------------------------------*/
  #business{
    width:92%;
    margin:30px auto 30px;
  }
  .box_lt,.box_Rt{
    width: 100%;
    margin: 0 auto 40px;
  }
  .box_lt .box_img{
    float:none;
    width: 100%;
    margin-bottom: 10px;
  }
  .box_lt .box_img img,
  .box_Rt .box_img img{
    width: 100%;
  }
  .box_lt .box_txt{
    float:none;
    width: 100%;
  }
  .box_Rt .box_img{
    float:none;
    width: 100%;
    margin-bottom: 10px;
  }
  .box_Rt .box_txt{
    float:none;
    width: 100%;
  }
  .box_txt p{font-size: 13px;line-height: 1.7;letter-spacing: 1px;}
  .box_img h2{
    margin-bottom: 15px;
    font-size: 16.9px;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .box_img p{font-size:15px;font-family: 'Hannari', serif;text-align:right;line-height: 1.4;margin:5px 0 10px;}
  .box_img h3{text-align: right;font-size:16px;font-family: 'Hannari', serif;font-weight: 500;margin-bottom: 20px;}


  #business h1 {margin-top:20px;margin-bottom: 10px;}
  #business h1 span{font-size: 20px;padding: 10px;}
  .btn a{width: 100%;margin: 5px 0;}
  .tabs { width:100%;margin:0 auto;}
  .tabs a {
    display:block;
    background:#fff;
    height: initial;
    font-size:18px;
    letter-spacing: 2px;
    line-height:50px;

  }
  .tabs li { float:none;  width:100%;margin-bottom: 10px;}
  #business .img{text-align: center;margin-top: 20px;width: 100%;}
  #business .img img{width: 100%;}
  #business .txt{font-family: 'Noto Sans Japanese', sans-serif;font-size: 12px;line-height: 1.6;letter-spacing:1px;margin-bottom: 20px;}
  #business #shumatsu{width: 100%;margin-bottom: 30px;}
  #business .shumatsu h2{font-size: 16px;text-align: center;letter-spacing: 1px;line-height: 1.6;}
  #business .shumatsu p{font-size: 12px;}
  #business .shumatsu li span{width: 100%;}
  #business .shumatsu li h3{font-size: 13px;}
  #business .shumatsu ul{ margin-bottom: 20px;}
  #business .shumatsu li:nth-of-type(1) span{margin-right: 0;margin-bottom: 15px;}
  #business .shumatsu small{font-size: 10px;}
  #business .shumatsu li a{
    pointer-events: auto;
  }
  #business .shumatsu li span{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #444;
    text-indent: 15px;
    position: relative;
    background-color: #efefef;
  }
  #business .shumatsu li span:before{
    content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    color: #444;
    top: 9px;
    left: -5px;
    font-size: 15px;
  }
  .btn{margin-bottom:30px;}
  .tab_content{width: 100%;margin:0 auto;}
  .tab_content li{float: none;width: initial;height: initial;box-sizing:border-box;padding:20px 0;border-bottom: 1px dotted #ddd;}
  .tab_content li:nth-last-of-type(1){border-bottom: none;}
  .tab_content li:after {content:" ";display:block;clear:both;}
  .tab_content li h2{margin-top:0;text-align: left;font-size: 18px;margin-bottom: 8px;}
  .tab_content li .logo{float: left;width: 30%;}
  .tab_content li .logo img{width:100%;}
  .tab_content li span{float: right;width: 65%;}
  .tab_content li span p{font-size: 10px;}
  .tab_content li:nth-of-type(1),
  .tab_content li:nth-of-type(2),
  .tab_content li:nth-of-type(3){
    border-bottom: 1px dotted #ddd;
    border-right: none;
  }
  .tab_content li:nth-of-type(4){
    border-bottom: 1px dotted #ddd;
  }
  .tab_content li:nth-of-type(5),
  .tab_content li:nth-of-type(6),
  .tab_content li:nth-of-type(7){
    border-right: none;
  }
  .tab_content li:nth-of-type(9),
  .tab_content li:nth-of-type(10){
    border-right: none;
    border-top: none;
  }
  #inspection {
    margin-top: 30px;
  }

  #inspection h2{
    font-size:18px;
    margin-bottom: 20px;
  }
  #inspection h3{
    font-size:16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top:30px;
  }

  #inspection h4{
    font-size:14px;
    margin-top:10px;
  }

  #inspection .text{
    font-size: 12px;
    line-height: 1.4;
  }


}
