@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%);
}
/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  #lower-page.outsourcing .sale .tab-container{
    margin-top: 6rem;
  }
  #lower-page.outsourcing .sale .tab-container .tab{
    font-size: 1.6rem;
  }
  #lower-page.outsourcing .sale .content-container .content.show{
    flex-wrap: wrap;
  }
  #lower-page.outsourcing .sale .content-container .content .item{
    width: 100%;
  }
  #lower-page.outsourcing .sale .content-container .content .item:not(:last-of-type)::after{
    height: 1px;
    width: 80%;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%,0%);
  }
  #lower-page.outsourcing .sale .content-container .content .item p.title{
    font-size: 2rem;
  }
}
@media screen and (max-width: 570px){
  #lower-page.outsourcing .sale .tab-container{
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  #lower-page.outsourcing .sale .tab-container .tab {
    padding: 0rem 1rem 1rem;
  }
  #lower-page.outsourcing .sale .content-container .content .item{
    padding: 2rem;
  }
  #lower-page.outsourcing .sale .benefits{
    margin: 4rem auto 4rem;
  }
  #lower-page.outsourcing .sale .benefits li{
    line-height: 1.75;
  }
  #lower-page.outsourcing .sale .benefits li:not(:last-of-type){
    margin-bottom: 1em;
  }
  #lower-page.outsourcing .sale .benefits li::before{
    top: -0.18em;
    transform: translateY(0);
  }
}



#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 .purchase .benefits li{
    line-height: 1.75;
  }
}


#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: 2.2rem;
  margin-bottom: 1em;
  margin-top: 3em;
  font-weight: 700;
  color: #172da9;
}
#lower-page.outsourcing .rental .attention{
  margin-top: 0.5rem;
}
#lower-page.outsourcing .rental .flex-container{
  max-width: 800px;
  margin: 6rem auto 0;
  align-items: center;
}
#lower-page.outsourcing .rental .flex-container .flex-item{
  width: 48%;
  text-align: justify;
}
#lower-page.outsourcing .rental .flex-container .flex-item img{
  object-fit: contain;
}
#lower-page.outsourcing .rental .flex-container .flex-item:first-of-type{
  background: #231815;
  padding: 2rem;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  #lower-page.outsourcing .rental .flex-container .flex-item{
    width: 100%;
    text-align: center;
  }
  #lower-page.outsourcing .rental .flex-container .flex-item:first-of-type{
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 570px){
  #lower-page.outsourcing .rental h4.title{
    font-size: 2rem;
  }
}



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