@charset "UTF-8";
/** -----------------------------------
空撮編集
-------------------------------------**/
#lower-page.outsourcing .sale{
  text-align: center;
}
#lower-page.outsourcing .sale .tab-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 4rem;
}
#lower-page.outsourcing .sale .tab-container .tab{
  width: 33%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #9E9E9E;
  border-bottom: 2px solid;
  padding: 2rem 2rem 1rem;
  cursor: pointer;
}
#lower-page.outsourcing .sale .tab-container .tab h4{
  font-weight: 700;
}
#lower-page.outsourcing .sale .tab-container .tab.active{
  color: #172da9;
}

#lower-page.outsourcing .sale .content-container .content{
  display: none;
  width: 100%;
  background: #fff;
}
#lower-page.outsourcing .sale .content-container .content.show{
  display: flex;
  justify-content: center;
}
#lower-page.outsourcing .sale .content-container .content .item{
  width: 33.3333%;
  padding: 4rem;
  position: relative;
}
#lower-page.outsourcing .sale .content-container .content .item:not(:last-of-type)::after{
  position: absolute;
  content: "";
  height: 60%;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #EEE;
}
#lower-page.outsourcing .sale .content-container .content .item .img{
  max-width: 20rem;
  height: 15rem;
  margin: 0 auto;
}
#lower-page.outsourcing .sale .content-container .content .item p.title{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
#lower-page.outsourcing .sale .content-container .content .item p{
  line-height: 1.75;
  font-size: 1.4rem;
}

#lower-page.outsourcing .sale .benefits{
  border: 1px solid #172da9;
  border-radius: 1rem;
  padding: 4rem;
  max-width: 70rem;
  margin: 10rem auto 6rem;
}
#lower-page.outsourcing .sale .benefits h4{
  color: #172da9;
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: 700;
}
#lower-page.outsourcing .sale .benefits li{
  counter-increment: mycounter;
  text-align: justify;
  position: relative;
  padding-left: 2em;
  line-height: 2.5;
}
#lower-page.outsourcing .sale .benefits li::before {
  position: absolute;
  content: counter(mycounter, decimal-leading-zero);
  font-size: 2rem;
  color: #172da9;
  font-family: 'Oswald';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


#lower-page.outsourcing .purchase{
  text-align: center;
}
#lower-page.outsourcing .purchase .benefits{
  border: 1px solid #172da9;
  border-radius: 1rem;
  padding: 4rem;
  max-width: 70rem;
  margin: 6rem auto 6rem;
}
#lower-page.outsourcing .purchase .benefits h4{
  color: #172da9;
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: 700;
}
#lower-page.outsourcing .purchase .benefits li{
  text-align: justify;
  line-height: 2;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
}


#lower-page.outsourcing .insert-img{
  display: flex;
}
#lower-page.outsourcing .insert-img .item{
  width: 25%;
}


#lower-page.outsourcing .rental{
  text-align: center;
}
#lower-page.outsourcing .rental h4.title{
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: 700;
}
#lower-page.outsourcing .rental .flex-container{
  margin-top: 6rem;
}
#lower-page.outsourcing .rental .flex-container .flex-item{
  width: 48%;
  text-align: justify;
}
#lower-page.outsourcing .rental .flex-container .flex-item .attention{
  margin-top: 1rem;
}


#lower-page.outsourcing .maintenance .flex-container:first-of-type{
  margin-top: 8rem;
}
