<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------
under_fv_wrap
-------------------- */
#under_fv_wrap {
  background-image: url(../img/business/fv_img_pc.jpg);
}

@media screen and (max-width: 767px) {
  #under_fv_wrap {
    background-image: url(../img/business/fv_img_sp.jpg);
  }
}
/* -----------------
business_wrap
-------------------- */
#business_wrap {
  padding: 43px 0 87px;
}

#business_wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#business_wrap .list li {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  padding-bottom: 30px;
  width: 47%;
  background: #231815;
}

#business_wrap .list img {
  width: 100%;
}

#business_wrap .list .txt_box {
  padding: 40px 6.382978723% 19px;
}

#business_wrap .list .sttl {
  font-weight: 500;
  font-size: 2rem;
  color: #D70C18;
}

#business_wrap .list .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
  margin-top: 26px;
}

#business_wrap .m_btn_grad {
  text-align: right;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  #business_wrap .list li:nth-of-type(even) {
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
  }
}

@media screen and (max-width: 767px) {
  #business_wrap {
    padding: 50px 0;
  }

  #business_wrap .list {
    display: block;
  }

  #business_wrap .list li {
    margin: 0 auto 50px;
    padding-bottom: 20px;
    width: 74.242424242%;
  }

  #business_wrap .list .txt_box {
    padding: 35px 6.530612244% 17px;
  }

  #business_wrap .list .sttl {
    font-size: 1.8rem;
  }

  #business_wrap .list .txt {
    font-size: 1.4rem;
    line-height: 1.96428571428;
    margin-top: 18px;
  }
}</pre></body></html>