.site-main__service .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .site-main__service .tab-list {
    margin-bottom: 50px;
  }
}
.site-main__service .tab-list .tab {
  border: 1px solid #ccc;
  width: 50%;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  padding: 15px 0;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .site-main__service .tab-list .tab {
    padding: 25px 0;
    font-size: 20px;
  }
}
.site-main__service .tab-list .tab:nth-child(2) {
  border-left: none;
}
.site-main__service .tab-list .selected {
  background: #1fa700;
  color: #fff;
}
.site-main__service .contents-list .item {
  display: none;
}
.site-main__service .contents-list .is-show {
  display: block;
}
.site-main__service .block:not(:first-child) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
.site-main__service .block .block-title {
  margin-bottom: 25px;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 1024px) {
  .site-main__service .block .block-title {
    margin-bottom: 35px;
  }
}
.site-main__service .block .block-title__ja {
  padding: 15px 0;
  background: #1fa700;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .site-main__service .block .block-title__ja {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .block .block-title__ja {
    padding: 25px 0;
  }
}
.site-main__service .desc {
  margin-top: -5px;
  line-height: 1.8em;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 768px) {
  .site-main__service .desc {
    font-size: 16px;
  }
}
.site-main__service .method .img, .site-main__service .method .method-desc {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__service .method .img, .site-main__service .method .method-desc {
    margin-top: 25px;
  }
}
.site-main__service .method .img img {
  width: 100%;
}
.site-main__service .method .method-desc {
  margin-top: 15px;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .site-main__service .method .method-desc {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .example .reform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main__service .example .reform-list .reform-list-item {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .site-main__service .example .reform-list .reform-list-item {
    margin-top: 50px;
    width: calc(33.3% - 16.6px);
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__service .example .reform-list .reform-list-item {
    width: calc(33.3% - 33.3px);
    margin-right: 50px;
  }
}
.site-main__service .example .reform-list .reform-list-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__service .example .reform-list .reform-list-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .example .reform-list .reform-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.site-main__service .example .reform-list .reform-list-item .img img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.site-main__service .example .reform-list .reform-list-item .reform-title {
  font-size: 18px;
  margin: 15px 0 10px;
  color: #1fa700;
}
@media screen and (min-width: 1024px) {
  .site-main__service .example .reform-list .reform-list-item .reform-title {
    font-size: 22px;
    margin: 20px 0 15px;
  }
}
.site-main__service .example .reform-list .reform-list-item .reform-desc {
  line-height: 1.6em;
}