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

#mainttl01 {
  font-size: 225%;
}
.imgWrap01 {
  margin-bottom: 15em;
  position: relative;
}
.imgWrap01 img {
  width: 100%;
}
.imgWrap01 .caption01 { 
  bottom: 2em;
}
.imgWrap01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 19.25%;
  position: absolute;
  z-index: 100;
}
.imgWrap01 ul li {
  width: 49%;
  max-width: 91px;
  margin-bottom: 2%;
}
.imgWrap01 ul li.blank {
  margin: 0 !important;
  padding: 0 !important;
}
.imgWrap01 ul li a {
  display: block;
  transition: 0.4s;
}
.imgWrap01 ul li a img {
  width: 100%;
}
.imgWrap01 ul.list01 {
  top: 0;
  left: 0;
}
.imgWrap01 ul.list02 {
  top: 0;
  right: 0;
}
.imgWrap01 ul.list02:before,
.imgWrap01 ul.list01:before {
  display: block;
  content: '';
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  z-index: 100;
}
.imgWrap01 ul.list01:before {
  content: '材料・建設資材';
  color: #163a97;
}
.imgWrap01 ul.list02:before {
  content: '機械・設備';
  color: #00a18c;
}
.txtWrap01 {
  padding: 3em 0;
  margin: 4em 0;
  border-top: 1px solid #006699;
  border-bottom: 1px solid #006699;
  position: relative;
}
.txtWrap01 .ttl10 {
  color: #fff;
  font-size: 87.5%;
  padding: 0 1em;
  background: #006699;
  position: absolute;
  top: -1px;
  left: 1em;
  z-index: 100;
}
.txtWrap01 .ttl10 .sp02,
.txtWrap01 .ttl10 .sp01 {
  vertical-align: middle;
}
.txtWrap01 .ttl10 .sp01 {
  display: inline-block;
}
.txtWrap01 .ttl10 .sp02 {
  display: inline-block;
  font-size: 80%;
}
.txtWrap01 ul {
  height: 150px;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 3em;
  overflow-y: scroll;
}
.txtWrap01 ul::-webkit-scrollbar {
  width: 8px;
  -webkit-overflow-scrolling: touch;
}
.txtWrap01 ul::-webkit-scrollbar-track {
  background: #eee;
}
.txtWrap01 ul::-webkit-scrollbar-thumb {
  background: #aaa;
}
.txtWrap01 ul li {
  margin-bottom: 1em;
}
.txtWrap01 ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #333 !important;
  font-size: 87.5%;
  line-height: 1.5;
}
.txtWrap01 ul li a .ttl01 {
  color: #666;
  width: 7em;
  margin-right: 2em;
}
.txtWrap01 ul li a .txt01 {
  width: calc(100% - 10em);
}
.pdfWrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4em;
}
.pdfWrap01 .left {
  width: 22%;
  margin-right: 3%;
}
.pdfWrap01 .left a {
  display: block;
  padding: 2em;
  background: #f8f8f8;
}
.pdfWrap01 .left a img {
  display: block;
  width: 100%;
}
.pdfWrap01 .right {
  width: 75%;
}
.pdfWrap01 .right a {
}
.pdfWrap01 .right a:after {
  content: url(https://www.kobelco.co.jp/share/img/icon-pdf.gif);
  padding: 4px 20px 0 5px;
}



@media only screen and (max-width: 1100px) {
}
@media only screen and (max-width: 960px) {
}
@media (min-width: 768px) {
  .imgWrap01 ul li a:hover {
    opacity: 0.8;
    transition: 0.4s;
  }
  .pdfWrap01 .left a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  #mainttl01 {
    padding-bottom: 1em;
  }
  .imgWrap01 {
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
  .imgWrap01 > img {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .imgWrap01 ul {
    justify-content: flex-start;
    width: 21%;
    width: 100%;
    margin-top: 3em;
    position: relative;
  }
  .imgWrap01 ul li {
    width: 19%;
    max-width: 100%;
    margin-right: 1.25%;
  }
  .imgWrap01 ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgWrap01 .caption01 {
    top: 29%;
    bottom: auto;
  }
  .txtWrap01 {
    padding: 2.5em 0 2em;
    margin: 3em 0 2em;
  }
  .txtWrap01 .ttl10 {
  }
  .txtWrap01 ul {
    padding: 0 1em;
    height: 100px;
  }
  .txtWrap01 ul li a .ttl01 {
    margin-right: 1em;
  }
  .txtWrap01 ul li a .txt01 {
    width: calc(100% - 8em);
  }
  .pdfWrap01 .left {
    width: 36%;
    margin-right: 4%;
  }
  .pdfWrap01 .left a {
    padding: 1em;
  }
  .pdfWrap01 .right {
    width:  60%;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
}
@media print {
}