@charset "utf-8";


.istaff * {
  box-sizing: border-box;
}

.istaff img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.istaff .problem {
    padding: 4rem 0;
}

.istaff .problem .problem__img {
  display: block;
  max-width: 71.25rem;
  width: 89%;
  margin: 0 auto;
}

.istaff img {
  vertical-align: middle;
}

.istaff .solution-title {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.istaff .solution-p {
  font-size: 3rem;
}

.istaff .price-img {
  display: block;
  margin: 0 auto;
}

.istaff .sub-strength {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 30px 0px 0px;
    text-align: center;
    padding-bottom: 4rem;
}
.istaff .sub-strength .ttlLv3{
  text-align: center;
  margin: 10px 0;
}

.istaff .sub-strength ul {
    display: flex;
    justify-content: space-between;
}

.istaff .sub-strength li {
    display: flex;
    flex-direction: column;
    width: 32%;
    background: #FFF2E2;
    padding: 1rem;
    box-shadow: 0 0 8px rgba(254,254,254,0.1);
    border-radius: 10px;
    box-sizing: border-box;
}

.istaff .sub-strength-title-txt {
    font-size: 28px;
    font-weight: bold;
    color: #EF8200;
    text-align: center;
}

.istaff .sub-strength-img {
    margin-top: 1rem;
}
.istaff .sub-strength-contents{
  text-align: center;
  margin-top: 1rem;
}

.istaff .service{
  padding-top: 3rem;
}

.istaff .section-ttl {
  font-size: 2rem;
  text-align: center;
}

.istaff .text-l {
  font-size: 2.5rem;
}

.istaff .service .service_icon_group {
  display: block;
  margin-top: 3rem;
}
.istaff li {
  padding: 0;
}
.istaff .service__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.istaff .service__list > .list__item {
  border: #ef8200 solid 6px;
  border-radius: 5px;
  width: 31%;
  position: relative;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}

.istaff .service__list > .list__item .item__head {
  margin-top: -3rem;
}

.istaff .service__list > .list__item .item__body {
  padding: 0 1rem 1.5rem 1rem;
  font-size: 90%;
}

.istaff .service__list > .list__item .item__body .list__item {
   text-indent: -1em;
   padding-left: 1em;
}

.bg_or{
  background: #FFF3E5;
}

.pt20{
  padding-top: 20px;
}

@media only screen and (max-width: 769px){

  .istaff .problem {
    padding: 1rem 0;
  }

  .istaff .problem .problem__img {
    width: 100%;
  }

  .istaff .sub-strength {
    width: 95%;
    padding-bottom: 2rem;
  }

  .istaff .sub-strength ul {
    flex-direction: column;
  }

  .istaff .sub-strength li {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
  }
s
  .istaff .section-ttl {
    font-size: 1.5rem;
  }

  .istaff .text-l {
    font-size: 1.75rem;
  }

  .istaff .service .service_icon_group {
    margin-top: 1.5rem;
  }

  .service .service__list {
    flex-direction: column;
    margin-top: 3rem;
  }

  .istaff .service__list > .list__item {
    border: #ef8200 solid 4px;
    width: 95%;
    margin-top: 2.5rem;
  }

  .istaff .service__list > .list__item .item__head {
    width: 80%;
    margin: 0 auto;
    margin-top: -4rem;
  }

  .istaff .service__list > .list__item .item__body {
    padding: 0 1rem 1.5rem 1rem;
    font-size: 100%;
  }


}

@media screen and (min-width: 737px){
  .sp_only{
    display: none;
  }
}

.txt_center{
  text-align: center;
}
