/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {
  padding-bottom: 100px;
}
#sec01 .sec-row {
  margin-top: 100px;
}
#sec01 .sec-row .row-col .col-txt {
  width: 55%;
}
#sec01 .sec-row .row-col .col-img {
  width: 500px;
  max-width: 41.7%;
}
#sec01 .sec-row.row01 .row-img {
  margin-top: 40px;
}
#sec01 .sec-row.row01 .row-img .img-col {
  width: 580px;
  max-width: 48.334%;
}
#sec01 .sec-row.row02 .row-box {
  margin-top: 50px;
  padding: 35px 40px 35px;
  background: #eee;
}
#sec01 .sec-row.row02 .row-box .box-list {
  padding-left: 1em;
  line-height: 2;
  list-style: circle;
}
#sec01 .sec-row.row02 .row-box .box-list li {
  margin-bottom: 5px;
}
#sec01 .sec-row.row04 .row-col .col-img img {
  max-height: 340px;
}
#sec01 .sec-row.row05 .row-col .col-txt {
  width: 69.4%;
}
#sec01 .sec-row.row05 .row-col .col-img {
  width: 320px;
  max-width: 26.7%;
}
#sec01 .sec-row.row05 .row-col .col-img img {
  height: min-content;
  max-height: 269px;
}
#sec01 .sec-row.row05 h5 {
  margin: 35px 0 10px;
  color: #E57300;
}
#sec01 .sec-row.row05 .icon-list {
  margin-bottom: 20px;
}
#sec01 .sec-row.row05 .icon-list li {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
#sec01 .sec-row.row05 .icon-list .icon {
  width: 32px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  #sec01 .container {
    padding: 0 10px;
  }
  #sec01 .sec-row {
    margin-top: 60px;
  }
  #sec01 .sec-row.row01 .row-img {
    margin-top: 20px;
  }
  #sec01 .sec-row.row01 .row-img .img-col {
    max-width: 100%;
  }
  #sec01 .sec-row.row01 .row-img .img-col + .img-col {
    margin-top: 10px;
  }
  #sec01 .sec-row.row02 .row-box {
    padding: 20px;
  }
  #sec01 .sec-row .row-col .col-txt {
    width: 100%;
  }
  #sec01 .sec-row .row-col .col-img {
    max-width: 100%;
    margin: 20px auto 0;
  }

  #sec01 .sec-row.row05 .row-col .col-txt {
    width: 100%;
  }
  #sec01 .sec-row.row05 h5 {
    font-size: 20px;
    margin-top: 20px;
  }
  #sec01 .sec-row.row05 .icon-list {
    font-size: 20px;
  }
  #sec01 .sec-row.row05 .row-col .col-img {
    max-width: 100%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #sec01 .sec-row.row01 .row-img .img-col {
    max-width: 48%;
  }
  #sec01 .sec-row.row01 .row-img .img-col + .img-col {
    margin-top: 0;
  }
  #sec01 .sec-row h4 .pc-only {
    display: block;
  }
  #sec01 .sec-row h4 .sp-only {
    display: none;
  }
}
