.p-support {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-bottom: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-support .c-note p {
    font-size: 1.6rem;
  }
}
.p-support p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-support p {
    font-size: 1.4rem;
  }
}
.p-support .p-fix {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix {
    margin-top: 5rem;
  }
}
.p-support .p-fix-flow {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-flow {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 2rem;
  }
}
.p-support .p-fix-flow .flow-unit {
  background: #fff;
  padding: 4rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-flow .flow-unit {
    padding: 2.5rem 1.5rem;
  }
}
.p-support .p-fix-flow .flow-unit:after {
  content: "";
  width: 1rem;
  height: 1.9rem;
  position: absolute;
  right: -2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/support/icn_arw.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-flow .flow-unit:after {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -2.4rem;
  }
}
.p-support .p-fix-flow .flow-unit .en {
  text-align: center;
  font-family: "Tomorrow", sans-serif;
  color: #366a47;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-flow .flow-unit .en {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-support .p-fix-flow .flow-unit .img {
  margin: 0 auto 2rem;
}
.p-support .p-fix-flow .flow-unit .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-flow .flow-unit .ttl {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
}
.p-support .p-fix-flow .flow-unit .detail {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-flow .flow-unit .detail {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.p-support .p-fix-flow .flow-unit.m-01 .img {
  width: 5.3rem;
}
.p-support .p-fix-flow .flow-unit.m-02 .img {
  width: 3.5rem;
}
.p-support .p-fix-flow .flow-unit.m-03 .img {
  width: 3.7rem;
}
.p-support .p-fix-flow .flow-unit.m-04:after {
  display: none;
}
.p-support .p-fix-flow .flow-unit.m-04 .img {
  width: 6.3rem;
}
.p-support .p-fix-item .c-section-subheadline {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-item .c-section-subheadline {
    margin-bottom: 2rem;
  }
}
.p-support .p-fix-item .c-linklist {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-item .c-linklist {
    margin-top: 2rem;
  }
}
.p-support .p-fix-detail {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-detail {
    margin-top: 5rem;
  }
}
.p-support .p-fix-detail .c-section-subheadline {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-detail .c-section-subheadline {
    margin-bottom: 2rem;
  }
}
.p-support .p-fix-price .c-section-subheadline {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-price .c-section-subheadline {
    margin-bottom: 2rem;
  }
}
.p-support .p-fix-price .c-linklist {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-fix-price .c-linklist {
    margin-top: 2rem;
  }
}
.p-support .p-calibration {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration {
    margin-top: 5rem;
  }
}
.p-support .p-calibration .c-section-headline {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .c-section-headline {
    margin-bottom: 2rem;
  }
}
.p-support .p-calibration .c-section-subheadline {
  margin: 6rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .c-section-subheadline {
    margin: 3rem 0 2rem;
  }
}
.p-support .p-calibration .calibration-wrap {
  margin: 4rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .calibration-wrap {
    display: block;
  }
}
.p-support .p-calibration .calibration-wrap .img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  aspect-ratio: 45/27;
  width: 45rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .calibration-wrap .img {
    width: 100%;
  }
}
.p-support .p-calibration .calibration-wrap .img img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .calibration-wrap .img img {
    width: 100%;
  }
}
.p-support .p-calibration .calibration-wrap .img.m-big {
  aspect-ratio: 45/34;
}
.p-support .p-calibration .calibration-wrap .img.m-big img {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .calibration-wrap .img.m-big img {
    width: 100%;
  }
}
.p-support .p-calibration .calibration-wrap .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-support .p-calibration .calibration-wrap .txt .c-section-smallheadline {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .calibration-wrap .txt .c-section-smallheadline {
    margin-bottom: 2rem;
  }
}
.p-support .p-calibration .calibration-wrap + .calibration-wrap {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .calibration-wrap + .calibration-wrap {
    margin-top: 4rem;
  }
}
.p-support .p-calibration .calibration-wrap + .c-section-subheadline {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .calibration-wrap + .c-section-subheadline {
    margin-top: 5rem;
  }
}
.p-support .p-calibration .calibration-wrap + .u-note {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-calibration .calibration-wrap + .u-note {
    margin-top: 2rem;
  }
}
.p-support .p-parts {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-parts {
    margin-top: 5rem;
  }
}
.p-support .p-parts .c-section-headline {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-parts .c-section-headline {
    margin-bottom: 2rem;
  }
}
.p-support .p-parts .u-note {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-parts .u-note {
    margin-top: 2rem;
  }
}
.p-support .p-parts .c-linklist {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-parts .c-linklist {
    margin-top: 2rem;
  }
}