@charset "utf-8";

/** ───────────────────

    トップページ

──────────────────── */

@media print,screen and (min-width : 501px) { /* ----------------------------------------------------------------------------------------------------*/

/** ───────────────────
 メッセージ
──────────────────── */
#sec01{
}
  #sec01 img{
   float:right;
   margin-left:30px;
  }
  #sec01 p{
   margin:20px 0 0 20px; 
   line-height:1.6;
  }

/** ───────────────────
 事業内容
──────────────────── */
#sec02{
  margin-top:20px;
}
  #sec02 ul{
    padding:10px;
  }
  #sec02 li{
    float:left;
    margin:12px;
  }


.pagelink{
  text-align: right;
}
.pagelink a{
  background-color: #26abff;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 6px 20px;
  border-radius:5px;
  line-height: 1.6;
}


/** ───────────────────
 施工実績
──────────────────── */
#works{
  margin-top:20px;
}
  #works a{
    text-decoration: none;
  }
  #works img{
    max-width: 100%;
    height: auto;
    display: block;
  }
  #works ul{
    margin:30px;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  }
  #works ul li{
    width: 32%;
    margin-bottom: 20px;
  }
  #works ul li .date{
    margin-top:10px;
    font-size:14px;font-size:1.4rem;
  }
  #works ul::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }


/** ───────────────────
 新着情報・お知らせ
──────────────────── */
#sec03{
  margin-top:20px;
}
  #sec03 li time{
    margin-right:10px;
  }
  #sec03 ul{
    margin-top:20px;
  }
  #sec03 li{
    margin: 0 0 20px 20px;
    padding: 0 10px 10px 10px;
    border-bottom:solid 1px #c8c8c8;
  }



}
@media screen and (max-width : 500px) {  /* ----------------------------------------------------------------------------------------------------*/

/** ───────────────────
 メッセージ
──────────────────── */
#sec01{
}
  #sec01 img{
    float:left;
    margin:30px 20px 0 0;
    width:160px;height:auto;
  }
  #sec01 p{
   margin:20px 0 0 0px; 
   line-height:1.6;
  }

/** ───────────────────
 事業内容
──────────────────── */
#sec02{
  margin-top:20px;
}
  #sec02 ul{
    width:350px;
    margin:0 auto;
  }
  #sec02 li{
    margin:5px;
    float:left;
    width:160px;
  }
  #sec02 li img{
    width:160px;height:auto;
  }

.pagelink{
  text-align: center;
  margin-top: 20px;
}
.pagelink a{
  background-color: #26abff;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 6px 20px;
  border-radius:5px;
  line-height: 1.6;
  font-size:14px;font-size:1.4rem;
}

/** ───────────────────
 施工実績
──────────────────── */
#works{
  margin-top:20px;
  font-size:14px;font-size:1.4rem;
}
  #works a{
    text-decoration: none;
  }
  #works img{
    max-width: 100%;
    height: auto;
    display: block;
  }
  #works ul{
    margin:10px 10px;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  }
  #works ul li{
    width: 48%;
    margin-bottom: 20px;
  }
  #works ul li .date{
    margin-top:10px;
    margin-bottom: 4px;
    font-size:14px;font-size:1.4rem;
  }


/** ───────────────────
 新着情報・お知らせ
──────────────────── */
#sec03{
  margin-top:20px;
}
  #sec03 li time{
    margin-right:10px;
  }
  #sec03 ul{
    margin-top:20px;
  }
  #sec03 li{
    padding: 0 10px 10px 10px;
    border-bottom:solid 1px #c8c8c8;
  }
  #sec03 a{
    text-decoration: none;
  }

}






