@charset "UTF-8";
/*************************************************

lowerbtns

*************************************************/
.lowerbtns {
  margin-top: 0;
}

/*************************************************

material

*************************************************/
.datafit-outline__lead {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .datafit-outline__lead {
    font-size: 1.6rem;
  }
}
.datafit-outline__lead strong {
  color: #FF8A00;
}

.datafit-outline__cap {
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .datafit-outline__cap {
    font-size: 1.2rem;
  }
}

/*************************************************

service-merit

*************************************************/
.service-meritbox {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
  border: #F0F0F0 solid 0.4rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .service-meritbox {
    display: block;
    margin-bottom: 4rem;
  }
}
.service-meritbox:last-child {
  margin-bottom: 0;
}

.service-meritbox__img {
  overflow: hidden;
  width: 45.9401709402%;
  text-align: center;
  line-height: 0;
  border-radius: 1rem 0 0 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .service-meritbox__img {
    width: 100%;
    border-radius: 0 0 1rem 1rem;
  }
}
.is-02 .service-meritbox__img img {
  max-width: 95.6989247312%;
}
.is-02 .service-meritbox__img img {
  max-width: 99.6415770609%;
}

.service-meritbox__leters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.0598290598%;
  padding: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .service-meritbox__leters {
    width: auto;
    padding: 3rem 2rem 4rem;
  }
}

.service-meritbox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: #004292 solid 0.3rem;
}
.service-meritbox__title .in-num {
  width: 8rem;
  color: #FFA11F;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service-meritbox__title .in-num {
    width: 5rem;
    font-size: 3.2rem;
  }
}
.service-meritbox__title .in-text {
  width: calc(100% - 8rem);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .service-meritbox__title .in-text {
    width: calc(100% - 5rem);
    font-size: 1.8rem;
  }
}

.service-meritbox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.service-meritbox__list .in-item {
  position: relative;
  padding-left: 1.1em;
  font-weight: 500;
}
.service-meritbox__list .in-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}

/*************************************************

datafit-scene

*************************************************/
.datafit-scene__list {
  display: table;
  margin: 0 auto;
}

.datafit-scene__list-item {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 3.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.datafit-scene__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .datafit-scene__list-item {
    padding-left: 3rem;
    font-size: 1.6rem;
  }
}
.datafit-scene__list-item::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: block;
  content: "";
  width: 2.4rem;
  height: auto;
  line-height: 0;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_check02.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .datafit-scene__list-item::before {
    top: 0.3rem;
    width: 2rem;
  }
}

/*************************************************

datafit-support

*************************************************/
@media screen and (max-width: 767px) {
  .datafit-support .parts-iconlist01__img {
    width: 50%;
  }
}

/*************************************************

datafit-plan

*************************************************/
/*************************************************

datafit-environment

*************************************************/
.datafit-environment .parts-tablestyle th {
  width: 24.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .datafit-environment .parts-tablestyle th {
    width: 15rem;
  }
}