@charset "UTF-8";

/*****************************
common
*****************************/
.page-business .pagesec {
  padding: 8rem 0 0;
}

/*****************************
business-lining-sec
*****************************/
.business-lining-sec .txtwrap {
  background: #f5f5f5;
  padding: 4rem;
}
.business-lining-sec .ftxtbox {
  width: 55%;
}
.business-lining-sec .fimgbox {
  width: 40%;
}
.business-lining-sec .ftxtbox h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .business-lining-sec .ftxtbox {
    margin: 2rem;
    width: 100%;
  }
  .business-lining-sec .fimgbox {
    margin-left: auto;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .business-lining-sec .txtwrap {
    padding: 2rem;
  }
  .business-lining-sec .ftxtbox {
    margin: 0;
    margin-bottom: 2rem;
  }
  .business-lining-sec .fimgbox {
    width: 100%;
  }
  .business-lining-sec .ftxtbox h3 {
    font-size: 1.6rem;
  }
}

/*****************************
business-merit-sec
*****************************/
.business-merit-sec .txtwrap {
  background: #f5f5f5;
  padding: 4rem;
}
.business-merit-sec .txtbox1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .business-merit-sec .txtwrap {
    padding: 2rem;
  }
}

/*****************************
business-hikakutbl-sec
*****************************/
.page-business .pagesec.business-hikakutbl-sec {
  padding: 8rem 0;
}
.business-hikakutbl-sec .tblwrap {
  background: #f5f5f5;
  padding: 4rem;
}
.business-hikakutbl-sec .tblbox {
  background: #fff;
  padding: 4rem;
}
.hikakutbl th,
.hikakutbl td {
  border: 1px solid #181818;
  padding: 1rem 2rem;
}
.hikakutbl thead th {
  font-weight: bold;
}
.hikakutbl tbody th {
  background: #f5f5f5;
  font-weight: bold;
  vertical-align: middle;
}
.hikakutbl thead th:first-child {
  width: 100px;
}
.hikakutbl thead th:not(:first-child) {
  width: 45%;
}
.hikakutbl thead th:nth-child(2) {
  background: #C3AC80;
  border: 5px solid #C3AC80;
  color: #fff;
}
.hikakutbl tbody td:nth-child(2) {
  background: #fff8ea;
  border: 5px solid #C3AC80;
}
.hikakutbl tbody td span {
  background: #f5f5f5;
  border-bottom: 1px solid #181818;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.hikakutbl tbody td .good {
  background: #C3AC80;
  border-bottom: 0;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .business-hikakutbl-sec .tblwrap {
    padding: 2rem;
  }
  .business-hikakutbl-sec .tblbox {
    padding: 2rem;
  }
  .hikakutbl {
    width: 600px;
  }
}

/*****************************
business-other-sec
*****************************/
.pagesec.business-other-sec {
  padding: 5rem 0 10rem;
}
.otherbox > ul > li {
  background: #fff8ea;
  border: 2px solid #C3AC80;
  padding: 4rem 2rem;
  position: relative;
}
.otherbox > ul > li::before {
  content: '';
  position: absolute;
  bottom: 0;
}
.otherbox > ul > li:nth-child(1):before {
  background: url(../../images/page/business/otherbox1.svg) no-repeat center / contain;
  right: 0;
  height: 170px;
  width: 15%;
}
.otherbox > ul > li:nth-child(2):before {
  background: url(../../images/page/business/otherbox2.svg) no-repeat center / contain;
  right: 20px;
  height: 200px;
  width: 15%;
}
.otherbox > ul > li:not(:last-child) {
  margin-bottom: 5rem;
}
.otherbox .ttlbox .ttl {
  margin-bottom: 1rem;
}
.otherbox > ul > li ul {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 2rem;
}
.otherbox > ul > li ul li {
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .otherbox > ul > li:nth-child(1):before {
    height: 100px;
    width: 10%;
  }
  .otherbox > ul > li:nth-child(2):before {
    height: 100px;
    width: 10%;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .otherbox > ul > li {
    padding: 2rem;
  }
  .otherbox .ttlbox .ttl {
    font-size: 1.8rem;
  }
  .otherbox > ul > li ul li {
    font-size: 1.6rem;
  }
  .otherbox > ul > li ul {
    display: block;
  }
  .otherbox > ul > li:nth-child(1):before {
    height: 100px;
    width: 30%;
  }
  .otherbox > ul > li:nth-child(2):before {
    height: 100px;
    width: 30%;
  }
}