@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.8s;
}
a:hover {
  opacity: 0.8;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.page_title {
  background: url(https://sol.ratocsystems.com/wp/wp-content/uploads/2021/12/topimage2.jpg) top center no-repeat;
  background-size: 100% auto;
  margin-bottom: 1rem;
}

.pagettl_txt_green {
  color: #008837;
  font-size: 2.2rem;
  display: block;
}

.servise_line dt {
  width: 80px;
  height: 80px;
  background: #6db824;
  border-radius: 50%;
  z-index: 1;
}

.service__title {
  font-size: 3.6rem;
  margin-bottom: 50px;
  text-align: center;
}
.service__desc {
  margin: 0px 95px 20px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.service__introduce {
  margin: 0px 0px 20px;
  text-align: center;
}
.service__introduce .introduce-image {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  max-width: 400px;
}
.service__introduce .introduce-content {
  display: inline-block;
  vertical-align: middle;
  max-width: 400px;
  margin: 5px;
}
.service__introduce .introduce-content__item {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  height: 170px;
  text-align: center;
  border: 1px solid #33a02c;
  border-radius: 50%;
  color: #33a02c;
  font-size: 2.4rem;
  margin: 5px;
}
.service__introduce .introduce-content__item p {
  padding-top: 15px;
}
.service__list {
  margin: 0px 0px 30px;
  text-align: center;
}
.service__list .list-title {
  margin: 0px 0px 20px;
  font-size: 3rem;
  color: #008837;
  font-weight: bold;
}
.service__list .list-item {
  --spacing: 10px;
  --columns: 6;
  padding: 0 80px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--spacing));
}
.service__list .list-item__image {
  overflow: hidden;
  width: calc(calc(100% / var(--columns)) - var(--spacing));
  margin-left: var(--spacing);
  text-align: center;
  margin-bottom: 20px;
}
.service__list .list-item__image .img {
  height: 80px;
  margin-bottom: 10px;
}
.service__list .list-item__image .img img {
  width: auto;
  height: 100%;
  margin: auto;
}
.service__list .list-item__image p {
  font-size: 1.4rem;
}
.service__function {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.service__function .function-image {
  margin-right: 40px;
}
.service__function .function-list__item {
  text-align: left;
  margin: 0px 0px 3px;
  font-size: 1.8rem;
  font-weight: bold;
}
.service__value {
  margin: 45px 0 15px;
}
.service__value .value-title {
  margin: 0px 0px 20px;
  font-size: 3rem;
  color: #008837;
  text-align: center;
  font-weight: bold;
}
.service__value .value-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.service__value .value-items__card {
  margin-right: 10px;
  margin-bottom: 10px;
}

.point {
  background: #6db824;
  padding: 50px 0 40px;
}
.point__inner {
  background: #fff;
  border-radius: 10px;
}
.point .point-item {
  display: flex;
  align-items: flex-start;
  justify-content: auto;
  flex-wrap: nowrap;
  padding: 30px 75px 30px 70px;
}
.point .point-item__number {
  color: #000;
  font-size: 2rem;
  line-height: 1;
}
.point .point-item__number span {
  display: block;
  font-size: 8rem;
  border-bottom: 2px solid #000;
  padding: 15px 0;
}
.point .point-item__content {
  margin-left: 65px;
}
.point .point-item__content .content-title {
  font-size: 3rem;
  color: #008837;
}
.point .point-item__content .content-desc {
  font-size: 2rem;
  margin-bottom: 20px;
}

.connection {
  padding: 30px 0px;
}
.connection__image {
  padding: 0 20px;
  text-align: center;
}
.connection__noice {
  font-size: 1.5rem;
  padding: 10px 20px 0px;
}

.watt-checker {
  background: #6db824;
  padding: 20px 0;
  line-height: 1.5;
}
.watt-checker__title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.watt-checker__item {
  background: #fff;
  padding: 30px 70px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.watt-checker__item .item-title,
.watt-checker__item .item-subTitle {
  margin: 0px 0px 10px;
  text-align: center;
  color: #008837;
  font-size: 3rem;
  font-weight: bold;
}
.watt-checker__item .item-subTitle {
  color: #000;
}
.watt-checker__item .item-desc {
  margin: 0px auto 20px auto;
  font-size: 2rem;
  max-width: 880px;
}
.watt-checker__item .item-image {
  padding: 0 60px;
}
.watt-checker__item .item-image img {
  margin: 0 auto;
}

.limited {
  padding: 40px 0px 10px;
}
.limited__group {
  text-align: center;
}
.limited__title {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 10px;
  background: #58585a;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.limited__subTitle {
  margin-bottom: 20px;
  color: #008837;
  font-size: 3rem;
  font-weight: bold;
}
.limited__desc {
  margin: 0px auto;
  max-width: 880px;
  font-size: 2rem;
}
.limited .limited-other {
  text-align: center;
}
.limited__image {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.product-checker {
  padding: 20px 0px;
  background: #6db824;
}
.product-checker__title {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
.product-checker__item {
  background: #fff;
  padding: 40px 70px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.product-checker__item .item-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.product-checker__item .item-box__left {
  width: 20%;
}
.product-checker__item .item-box__left img {
  margin: 0 auto;
}
.product-checker__item .item-box__right {
  margin-left: 30px;
}
.product-checker__item .item-box__right .right-title {
  margin: 0px 0px 10px;
  text-align: left;
  color: #008837;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.product-checker__item .item-box__right .right-desc {
  margin: 0px 0px 10px;
  text-align: left;
  font-size: 2rem;
  line-height: 1;
}
.product-checker__item .item-box__right .right-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.product-checker__item .item-box__right .right-tag {
  position: relative;
  margin: 0px 5px 5px 0px;
  width: 70px;
  height: 50px;
  background: #80c41c;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 5px;
  text-align: center;
}
.product-checker__item .item-box__right .right-tag p {
  width: 100%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
}
.product-checker__item .item-box__right .right-tag span {
  font-size: 1rem;
}
.product-checker__item .item-box__right .right-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.product-checker__item .item-box__right .right-links a {
  margin-right: 10px;
}
.product-checker__item .item-title {
  margin: 0px 0px 20px;
  text-align: center;
  color: #008837;
  font-size: 3rem;
  font-weight: bold;
}
.product-checker__item .title-other {
  color: #000;
}
.product-checker__item .item-desc {
  margin: 0px auto 20px auto;
  font-size: 2rem;
  max-width: 880px;
}
.product-checker__item .desc-other {
  text-align: left;
}
.product-checker__item .item-link-other {
  width: 400px;
}

.subIntro {
  padding: 40px 0px;
}
.subIntro__desc {
  margin: 0px auto 20px auto;
  font-size: 2rem;
  max-width: 880px;
  text-align: center;
}

.faq {
  padding: 40px 0;
  background: #6db824;
}
.faq__title {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
.faq__group {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.faq__group .group-wrap {
  padding: 30px 50px;
}
.faq__group .group-wrap__ques {
  position: relative;
  color: #000;
  font-size: 2rem;
  padding-left: 85px;
  height: 60px;
  margin-bottom: 30px;
  line-height: 60px;
}
.faq__group .group-wrap__ques::before {
  position: absolute;
  content: "Q";
  font-family: "Roboto", sans-serif;
  width: 60px;
  height: 60px;
  background: #6db824;
  border-radius: 50%;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 4rem;
  text-align: center;
}
.faq__group .group-wrap__ans {
  position: relative;
  font-size: 1.8rem;
  padding-left: 85px;
}
.faq__group .group-wrap__ans::before {
  position: absolute;
  content: "A";
  font-family: "Roboto", sans-serif;
  width: 60px;
  height: 60px;
  background: #52494d;
  border-radius: 50%;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 4rem;
  text-align: center;
  line-height: 60px;
}
.faq__desc {
  margin: 60px auto 0 auto;
  font-size: 3rem;
  text-align: center;
}

a.item-link {
  position: relative;
  display: table;
  margin: 20px auto 20px;
  padding: 15px 40px 15px 20px;
  background: #de8b11;
  border-radius: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
a.item-link::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 64px;
  }

  .page_title .pagettl_txt_green {
    font-size: 1.3rem;
  }

  .container {
    max-width: 92%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .service__title {
    font-size: 2.3rem;
    margin-bottom: 6.5vw;
  }
  .service__desc {
    margin: 0px auto 3vw;
    font-size: 1.6rem;
  }
  .service__introduce .introduce-image {
    display: block;
    max-width: 70%;
    margin: 0 auto;
  }
  .service__introduce .introduce-content {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .service__introduce .introduce-content__item {
    width: 130px;
    height: 130px;
    font-size: 1.8rem;
  }
  .service__list {
    margin: 0px 0px 4vw;
  }
  .service__list .list-title {
    margin: 0px 0px 3vw;
    font-size: 1.8rem;
  }
  .service__list .list-item {
    --spacing: 10px;
    --columns: 3;
  }
  .service__list .list-item__image .img {
    height: 80px;
  }
  .service__list .list-item__image p {
    font-size: 1.2rem;
  }
  .service__function {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .service__function .function-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .service__function .function-list__item {
    font-size: 1.6rem;
    text-indent: -20px;
    padding-left: 20px;
  }
  .service__value {
    margin: 45px 0 15px;
  }
  .service__value .value-title {
    font-size: 1.8rem;
  }

  .point {
    padding: 6.5vw 0 5.2vw;
  }
  .point .point-item {
    display: flex;
    align-items: center;
    justify-content: auto;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 30px 5%;
  }
  .point .point-item__number {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2vw;
  }
  .point .point-item__number span {
    font-size: 5rem;
  }
  .point .point-item__content {
    margin-left: 0;
  }
  .point .point-item__content .content-title {
    font-size: 2rem;
    text-align: center;
  }
  .point .point-item__content .content-desc {
    font-size: 1.4rem;
  }
  .point .point-item__content .img img {
    margin: 0 auto;
  }

  .watt-checker {
    background: #6db824;
    padding: 50px 0;
  }
  .watt-checker__title {
    font-size: 2.4rem;
  }
  .watt-checker__item {
    padding: 30px 5%;
  }
  .watt-checker__item .item-title,
.watt-checker__item .item-subTitle {
    margin: 0px 0px 3vw;
    font-size: 2rem;
  }
  .watt-checker__item .item-desc {
    margin: 0px auto 3vw auto;
    font-size: 1.6rem;
    max-width: 100%;
  }
  .watt-checker__item .item-image {
    padding: 0;
  }
  .watt-checker__item .item-image img {
    margin: 0 auto;
  }

  .limited__title {
    font-size: 1.6rem;
  }
  .limited__subTitle {
    font-size: 1.8rem;
  }
  .limited__desc {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .limited__image {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }

  .product-checker__title {
    font-size: 2rem;
  }
  .product-checker__item {
    background: #fff;
    padding: 30px 5%;
    border-radius: 10px;
    margin-bottom: 40px;
    text-align: center;
  }
  .product-checker__item .item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .product-checker__item .item-box__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-checker__item .item-box__right {
    margin-left: 0;
  }
  .product-checker__item .item-box__right .right-title {
    line-height: 1.4;
  }
  .product-checker__item .item-box__right .right-desc {
    line-height: 1.4;
  }
  .product-checker__item .item-box__right .right-tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .product-checker__item .item-box__right .right-tag {
    font-size: 1.4rem;
  }
  .product-checker__item .item-box__right .right-tag span {
    font-size: 1rem;
  }
  .product-checker__item .item-box__right .right-links {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .product-checker__item .item-box__right .right-links .item-link {
    margin-left: 0;
    margin-bottom: 0;
  }
  .product-checker__item .item-title {
    font-size: 2rem;
  }
  .product-checker__item .item-desc {
    font-size: 1.6rem;
    max-width: 100%;
  }
  .product-checker__item .item-link-other {
    width: 90%;
  }

  .faq__title {
    font-size: 2rem;
  }
  .faq__group {
    padding: 10px 5%;
  }
  .faq__group .group-wrap {
    padding: 20px 0;
  }
  .faq__group .group-wrap__ques {
    font-size: 1.6rem;
    padding-left: 60px;
    height: auto;
    margin-bottom: 15px;
    line-height: 2em;
  }
  .faq__group .group-wrap__ques::before {
    content: "Q";
    width: 40px;
    height: 40px;
    font-size: 3rem;
  }
  .faq__group .group-wrap__ans {
    position: relative;
    font-size: 1.6rem;
    padding-left: 60px;
  }
  .faq__group .group-wrap__ans::before {
    position: absolute;
    content: "A";
    width: 40px;
    height: 40px;
    font-size: 3rem;
    line-height: 40px;
  }
  .faq__desc {
    margin: 40px auto 0 auto;
    font-size: 2rem;
  }

  a.item-link {
    padding: 2vw 5vw 2vw 2.5vw;
    font-size: 1.4rem;
  }
  a.item-link::after {
    content: "";
    width: 10px;
    height: 10px;
    right: 2.5vw;
  }

  .connection__image {
    padding: 0px;
  }
  .connection__noice {
    padding: 10px 0px 0px;
    font-size: 1.3rem;
  }

  .dl_document_btn a {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  .service__list .list-item {
    padding: 0;
  }
}