@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.construction #overview,
.construction #classification,
.construction #ceiling,
.construction #ceiling-material {
  padding-top: 54px;
  margin-top: -54px;
}

@media screen and (max-width: 767px) {
  .construction #overview,
  .construction #classification,
  .construction #ceiling,
  .construction #ceiling-material {
    padding-top: 64px;
    margin-top: -64px;
  }
}

.construction section {
  padding-bottom: 5em;
}

@media screen and (max-width: 767px) {
  .construction section {
    padding-bottom: 2em;
  }
}

.construction section + * {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .construction section + * {
    padding-top: 0;
  }
}

.construction .eyecatch-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.construction .eyecatch-content::before {
  display: block;
  padding-top: 23%;
  content: '';
}

@media screen and (max-width: 767px) {
  .construction .eyecatch-content::before {
    padding-top: 22%;
  }
}

.construction .eyecatch-content .eyecatch-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/construction/construction_eyecatch.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 70% 0%;
}

@media screen and (max-width: 767px) {
  .construction .eyecatch-content .eyecatch-img {
    background-image: url(../img/construction/construction_eyecatch_sp.png);
  }
}

.construction .eyecatch-content .eyecatch-img .eyecatch-txt {
  display: table;
  width: 100%;
  height: 100%;
}

.construction .eyecatch-content .eyecatch-img .eyecatch-txt h2 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  height: 100%;
}

.construction .eyecatch-content .eyecatch-img .eyecatch-txt h2 span {
  display: block;
  font-size: 0.6em;
}

.construction #head-content {
  text-align: center;
}

.construction #head-content strong {
  font-size: 1.8em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .construction #head-content strong {
    font-size: 1.2em;
  }
}

.construction #head-content ul {
  margin-top: 2.0em;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .construction #head-content ul {
    margin-top: 1.0em;
  }
}

.construction #head-content ul li {
  display: inline-block;
  border-right: 1px solid #004697;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .construction #head-content ul li {
    font-size: 14px;
  }
}

.construction #head-content ul li:last-child {
  border-right: 0;
}

.construction #head-content ul li a {
  padding: 5px;
  margin: 5px 30px;
}

@media screen and (max-width: 767px) {
  .construction #head-content ul li a {
    margin: 5px;
  }
}

.construction #head-content ul li a:link, .construction #head-content ul li a:visited, .construction #head-content ul li a:active {
  color: #004697;
}

.construction #head-content ul li a:hover, .construction #head-content ul li a :focus {
  color: #004697;
  border-bottom: 1px solid #004697;
}

.construction #overview h3,
.construction #classification h3,
.construction #ceiling h3,
.construction #ceiling-material h3 {
  background: #004697;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
  width: 100%;
}

.construction #overview h4,
.construction #ceiling h4 {
  margin: 3em auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .construction #overview h4,
  .construction #ceiling h4 {
    margin: 2em auto 0 auto;
  }
}

.construction #overview h4.bl-bdr-btm,
.construction #ceiling h4.bl-bdr-btm {
  text-align: left;
  color: #004697;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #004697;
}

.construction #overview h4.bl-bdr-btm + p,
.construction #ceiling h4.bl-bdr-btm + p {
  text-align: left;
}

.construction #overview p.bl-bdr,
.construction #ceiling p.bl-bdr {
  border: 1px solid #004697;
  color: #004697;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .construction #overview p.bl-bdr,
  .construction #ceiling p.bl-bdr {
    padding: 10px;
  }
}

.construction #overview .bl-bdr,
.construction #ceiling .bl-bdr {
  border: 1px solid #004697;
  margin: 2em auto 0 auto;
  padding: 30px 15px 20px 15px;
}

@media screen and (max-width: 991px) {
  .construction #overview .bl-bdr,
  .construction #ceiling .bl-bdr {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .construction #overview .bl-bdr,
  .construction #ceiling .bl-bdr {
    margin-top: 1em;
    padding: 15px;
  }
}

.construction #overview .bl-bdr h5,
.construction #ceiling .bl-bdr h5 {
  color: #004697;
  margin: 0 auto;
  text-align: center;
}

.construction #overview .bl-bdr .bl-bg,
.construction #ceiling .bl-bdr .bl-bg {
  color: #fff;
  background: #004697;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .construction #overview .bl-bdr .bl-bg,
  .construction #ceiling .bl-bdr .bl-bg {
    margin: 0.5em auto;
  }
}

@media screen and (max-width: 767px) {
  .construction #overview .bl-bdr .bl-bg,
  .construction #ceiling .bl-bdr .bl-bg {
    margin: 0.3em auto;
    padding: 5px 0;
  }
}

.construction #ceiling-material h4 {
  color: #004697;
  margin-top: 2em;
  margin-bottom: 0;
}

.construction #ceiling-material h4 + p {
  padding-top: 0.5em;
}

.construction #ceiling-material dl.bl-squ {
  margin: 2em 0;
  min-height: 110px;
}

@media screen and (max-width: 991px) {
  .construction #ceiling-material dl.bl-squ {
    margin: 0;
    min-height: 130px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .construction #ceiling-material dl.bl-squ {
    font-size: 14px;
    min-height: auto;
    margin: 0;
  }
}

.construction #ceiling-material dl.bl-squ dt:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: #004697;
}

.construction #ceiling-material dl.bl-squ dd {
  margin: 0.3em auto 1.0em auto;
}

@media screen and (max-width: 1199px) {
  .construction #ceiling-material dl.bl-squ dd {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .construction #ceiling-material dl.bl-squ dd {
    font-size: 14px;
    margin: 0 0 1em 0;
  }
}

.construction #ceiling-material h5.bl-squ {
  font-weight: normal;
  margin-bottom: 1.0em;
}

@media screen and (max-width: 991px) {
  .construction #ceiling-material h5.bl-squ {
    margin-top: 0.5em;
  }
}

.construction #ceiling-material h5.bl-squ:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: #004697;
}

.construction #ceiling-material h6 {
  background: #004697;
  color: #fff;
  padding: 30px 20px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .construction #ceiling-material h6 {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: normal;
  }
}

@media screen and (max-width: 767px) {
  .construction #ceiling-material h6 {
    padding: 10px 8px;
    font-weight: normal;
  }
}

.construction #ceiling-material .img-bm {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .construction #ceiling-material .img-bm {
    margin-bottom: 1em;
  }
}

.construction #ceiling-material .square-list {
  margin-bottom: 2em;
  font-size: 16px;
  padding-left: 40px;
  text-indent: -40px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .construction #ceiling-material .square-list {
    font-size: 14px;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .construction #ceiling-material .square-list {
    padding-top: 1em;
    font-size: 14px;
  }
}

.construction #ceiling-material .square-list span {
  background: #004697;
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  text-indent: 0;
}

.construction #ceiling-material dt {
  margin: 1em 0 0.5em 0;
  color: #004697;
  font-weight: bold;
}

.construction #ceiling-material dd {
  margin: 0 0 3em 0;
}

@media screen and (max-width: 1199px) {
  .construction #ceiling-material dd {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .construction #ceiling-material dd {
    font-size: 14px;
    margin: 0 0 1em 0;
  }
}

.construction #tabTop {
  margin-top: -52px;
  padding-top: 52px;
}

@media screen and (max-width: 991px) {
  .construction #HorizontalTab {
    margin-top: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .construction #HorizontalTab {
    margin-top: 2em !important;
  }
}

.construction #HorizontalTab .resp-tabs-list {
  margin: 3em auto;
}

.construction #HorizontalTab .resp-tabs-list li {
  width: 19%;
  margin: 0;
  font-size: 16px;
  color: #fff;
  border: 0;
  margin-right: 1%;
}

.construction #HorizontalTab .resp-tabs-list li:last-child {
  margin-right: 0;
  width: 20%;
}

.construction #HorizontalTab .resp-tab-active {
  border-color: #004697 !important;
}

.construction #HorizontalTab .resp-tab-content {
  border-color: #004697;
}

.construction #HorizontalTab .resp-tabs-container h2 {
  color: #fff;
}

.construction #HorizontalTab .resp-tabs-container h4 {
  color: #004697;
  margin-top: 2em;
  margin-bottom: 0;
}

.construction #HorizontalTab .resp-tabs-container h4 + p {
  padding-top: 0.5em;
}

.construction #HorizontalTab .resp-tabs-container h5.bl-squ {
  margin-bottom: 0.5em;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .construction #HorizontalTab .resp-tabs-container h5.bl-squ {
    margin-top: 0.5em;
  }
}

.construction #HorizontalTab .resp-tabs-container h5.bl-squ:before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: #004697;
}

.construction #HorizontalTab .resp-tabs-container h6 {
  background: #004697;
  color: #fff;
  padding: 20px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .construction #HorizontalTab .resp-tabs-container h6 {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: normal;
  }
}

@media screen and (max-width: 767px) {
  .construction #HorizontalTab .resp-tabs-container h6 {
    padding: 10px 8px;
    font-weight: normal;
  }
}

.construction #HorizontalTab .resp-tabs-container .img-bm {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .construction #HorizontalTab .resp-tabs-container .img-bm {
    margin-bottom: 1em;
  }
}

.construction #HorizontalTab .resp-tabs-container .square-list {
  margin-bottom: 2em;
  font-size: 16px;
  padding-left: 40px;
  text-indent: -40px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .construction #HorizontalTab .resp-tabs-container .square-list {
    font-size: 14px;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .construction #HorizontalTab .resp-tabs-container .square-list {
    padding-top: 1em;
  }
}

.construction #HorizontalTab .resp-tabs-container .square-list span {
  background: #004697;
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  text-indent: 0;
}

.construction #HorizontalTab .resp-tabs-container .rd {
  color: #bd272d;
}

.construction #HorizontalTab .tabItems {
  border-bottom-color: #fff !important;
}

.construction #HorizontalTab .tabItems.resp-tab-content-active {
  border-bottom-color: #004697 !important;
}

.construction .sp-row2 div {
  padding-left: 5px;
  padding-right: 5px;
}

.construction footer p {
  margin: 16px 0;
}

/*# sourceMappingURL=construction.css.map */