@charset "UTF-8";
/* CSS Document */
.second .inner {
  width: 80%;
  margin: 180px auto 100px;
}
/*施工事例*/
#works .works_box {
  margin: 50px auto;
}
#works .works {
  width: 45%;
  margin: 0 2.5% 40px;
  float: left;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#works .works figure img {
  border-radius: 20px;
}
#works .works figcaption {
  width: 80%;
  margin: 0 auto;
  border-left: 1px solid #000;
  padding: 30px 0 0 30px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
#works .works figcaption h3 {
  color: #2a5f74;
  font-size: 20px;
  margin-bottom: -5px;
}
/*ニュース*/
#news .news_box {
  width: 70%;
  margin: 20px auto;
}
#news dl {
  padding: 40px 2%;
  border-bottom: solid 1px #000;
}
#news dl:last-child {
  border: none;
}
#news dl dt {
  float: left;
  font-weight: bold;
}
#news dl dt.date {
  width: 120px;
  margin-bottom: 10px;
}
#news dl dd {
  margin: 0;
  clear: both;
  text-align: justify;
  text-justify: inter-ideograph;
}
#news figure {
  margin: 20px 0;
}
#news figure img {
  border-radius: 20px;
}
/*会社概要*/
#about .message {
  width: 80%;
  padding: 20px 5% 25px;
  border-radius: 20px;
  background: #e1f5fa;
  margin: 50px auto;
}
#about .message h3 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 22px;
  text-align: center;
}
#about table {
  width: 90%;
  border-collapse: collapse;
  margin: 50px auto;
  border-top: solid 1px #000;
}
#about table th, #about table td {
  border-bottom: solid 1px #000;
  padding: 30px 5%;
}
#about table th {
  width: 30%;
  background-color: #efefef;
}
@media screen and (max-width:1050px) {
  .second .inner {
    width: 80%;
    margin: 100px auto 50px;
  }
  /*施工事例*/
  #works .works_box {
    margin: 40px auto;
  }
  #works .works {
    width: 100%;
    margin: 0 auto 40px;
    float: none;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #works .works figure img {
    border-radius: 20px;
  }
  #works .works figcaption {
    width: 80%;
    margin: 0 auto;
    border-left: 1px solid #000;
    padding: 30px 0 0 20px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  #works .works figcaption h3 {
    color: #2a5f74;
    font-size: 18px;
    margin-bottom: -5px;
  }
  /*ニュース*/
  #news .news_box {
    width: 100%;
    margin: 20px auto;
  }
  #news dl {
    padding: 20px 2%;
    border-bottom: solid 1px #000;
  }
  #news dl:last-child {
    border: none;
  }
  #news dl dt {
    float: none;
    font-weight: bold;
    margin-bottom: -5px;
  }
  #news dl dt.date {
    width: 120px;
    margin-bottom: 10px;
  }
  #news dl dd {
    margin: 0;
    clear: both;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #news figure {
    margin: 20px 0;
  }
  #news figure img {
    border-radius: 20px;
  }
  /*会社概要*/
  #about .message {
    width: 80%;
    padding: 15px 10% 20px;
    border-radius: 20px;
    background: #e1f5fa;
    margin: 40px auto;
    text-align: justify;
  }
  #about .message h3 {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 20px;
    text-align: center;
  }
  #about table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px auto;
    border-top: solid 1px #000;
  }
  #about table th, #about table td {
    border-bottom: solid 1px #000;
    padding: 20px 5%;
    display: block;
    width: 90%;
  }
  #about table th {
    width: 90%;
    padding: 10px 5%;
    background-color: #efefef;
  }
}