@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.mainbox {
  width:calc(100% - 40px);
  padding: 30px 20px;
}


h3 {
  margin-bottom: 25px;
}

p.lead {
  line-height: 2;
}

#contents01 {
  margin: 0 auto 25px;
}

dt.band-title.title01{
  background-size: cover;
  background-image: url(../images/h4_title01_img.png);
  height: 25px;
  box-shadow: 0 5px 10px rgba(23, 77, 87, 0.49);
}
dt.band-title.title02{
  background-size: cover;
  background-image: url(../images/h4_title02_img.png);
  height: 25px;
  box-shadow: 0 5px 10px rgba(23, 77, 87, 0.49);
}
dt.band-title > span {
  display: none;
}

.construction-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.construction-list dt {
  margin: 25px 0 15px;
  width: 100%;
}


.construction-list dd {
  width: 31%;
  margin-bottom: 15px;
}

.construction-list dd:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}

.construction-list dd > figure > img {
  width: 100%;
}

.construction-list dd > span {
  padding-top: 5px;
  display: block;
}
