#main {
  padding-bottom: 0;
}
#main .body {
  max-width: 1020px;
}

#main .title-1 {
  font-weight: bold;
  text-align: center;
  padding: .25em;
  background: var(--c-green);
  margin-bottom: 1.5em;
}

#main .title-4 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#main .title-4 small {
  display: block;
  font-size: .611em;
}
@media (max-width:768px) {
  #main .title-4 {
    font-size: 3rem;
  }
}

[pc]{
display: block;
}
[sp]{
display: none;
}
@media (max-width:768px) {
  [pc]{
  display: none;
  }
  [sp]{
  display: block;
  }
}

#main .btn-1.dl {
  max-width: calc(100% - 20px);
  width: 470px;
  min-height: 90px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  padding-right: .5em;
  padding-left: 70px;
  background: url("../images/common/icon-dl.svg") 30px center /25px 25px no-repeat #79B9B7;
  border-radius: 8px;
  transition: .2s;
  margin: 10px;
}
#main .btn-1.dl b {
  display: inline-block;
  color: var(--c-green);
  background: #fff;
  padding: 0 .25em;
}
#main .btn-1.dl:hover {
  color: #fff;
  background-image: url("../images/common/icon-dl.svg");
  background-color: var(--c-green2);
}
#main .btn-1.dl:after {
  content: none;
}
@media (max-width:540px) {
  #main .btn-1.dl {
    max-width: 100%;
    min-height: 75px;
    padding-left: 45px;
    background-size: 20px 20px;
    background-position: 1.1em center;
    margin-left: 0;
    margin-right: 0;
  }
}


#main .flex {
  display: flex;
  flex-wrap: wrap;
}
#main .row-2 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


#main .row-2{
  padding: 20px 0 70px;
  background: #ECF8F8;
}
#main .row-2 .features{
  background-image: url(../images/precast/img1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#main .row-2 .features .title {
  height: 630px;
}
#main .row-2 .features .title h2{
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0;
}
#main .row-2 .features .title .text1{
  font-size: 1.7em;
  margin-top: 0.5em;
}
#main .row-2 .features .title .text2{
  font-size: 1.5em;
  color: var(--c-green);
  font-weight: bold;
  margin-top: 0.5em;
}
#main .row-2 .features .title .text3{
  font-size: 1.4em;
  margin-top: 0;
}
#main .row-2 .features .list .col-1{
  width: 50%;
}
#main .row-2 .features .list .col-2{
  width: 46%;
}
#main .row-2 .features .list .col-2 .img{
  width: 60%;
  margin-left: auto;
  margin-top: -85px;
}

@media screen and (max-width: 768px){
  #main .row-2{
    padding: 20px 0 50px;
  }
  #main .row-2 .features{
    background-position-y: 260px;
  }
  #main .row-2 .features .title{
    height: auto;
    width: 95%;
    margin: 0 auto;
  }
  #main .row-2 .features .title h2{
    font-size: 2.8rem;
  }
  #main .row-2 .features .title .text1{
    width: 100%;
    font-size: 1.3em;
    margin-top: 0.5em;
  }
  #main .row-2 .features .title .text2{
    width: 100%;
    font-size: 1em;
    margin-top: 0.5em;
  }
  #main .row-2 .features .title .text3{
    width: 100%;
    font-size: 1em;
    margin-top: 0;
  }
  #main .row-2 .features .list{
    margin-top: 40px;
  }
  #main .row-2 .features .list .col-1{
    width: 95%;
    margin: 0 auto 30px;
  }
  #main .row-2 .features .list .col-2{
    width: 95%;
    margin: 0 auto;
  }
  #main .row-2 .features .list .col-2 .img{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}


.table .text1{
  font-weight: bold;
}
.table .text2{
  color: #0091c9;
  margin-top: 0;
}
.table .text3{
  color: #0091c9;
  margin-top: 1em;
  border: solid 1px #0091c9;
  padding: 0 5px;
}
.table table{
  margin-top: 0;
}
.table table tr th,
.table table tr td {
  text-align: center;
}
.table table tr th{
  font-weight: bold;
}
.table table .bgc1{
  background: #fff;
}
.table table .bgc2{
  background: #f9eeeb;
}
.table table .bgc3{
  background: #dbddde;
}
.table table .bt1{
  border-top:solid 2px #201715;
}
.table table .bt2{
  border-top:solid 1px #a09694;
}
.table table .br1{
  border-right:solid 1px #201715;
}
.table table .bb1{
  border-bottom:solid 2px #201715;
}
.table~.table{
  margin-top: 0.5em;
}

