@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.systeminfo_wrap {
  padding: 60px 0 72px;
  border-top: 10px solid #C60079;
  border-bottom: 10px solid #C60079;
}
.systeminfo_wrap a {
  text-decoration: none;
  color: #000;
}
.systeminfo_wrap a.tel {
  font-size: 1.2em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .systeminfo_wrap a.tel {
    pointer-events: auto;
  }
}
.systeminfo_wrap p {
  line-height: 1.8;
}
.systeminfo_wrap p span.underline {
  border-bottom: 1px solid #000;
}
.systeminfo_wrap p span.bold {
  font-weight: 700;
}
.systeminfo_wrap p.pink {
  color: #C60079;
}
.systeminfo_wrap p.small {
  margin-top: 12px;
  font-size: 0.9em;
}

.s_partsWrapper .systeminfo_wrap p a:not(.noStyle) {
  color: #000;
}

.fv {
  display: block;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 12px;
  background: #727171;
  text-align: center;
  margin-bottom: 40px;
}
.fv__mainttl {
  margin-bottom: 24px;
}
.fv__mainttl p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__mainttl p {
    font-size: 1.8em;
    line-height: 1.4;
  }
}
.fv__ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    font-size: 1.2em;
  }
}

.con {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}
.con__ttl {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con__ttl {
    font-size: 1.4em;
    margin-bottom: 24px;
  }
}
.con__main {
  width: 95%;
  margin: 0 auto;
}
.con__main p {
  text-indent: 1em;
  margin-top: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.con__about {
  width: 95%;
  margin: 40px auto;
  padding: 1em 1.5em 2.5em;
  background: #DFF2FC;
}
@media screen and (max-width: 767px) {
  .con__about {
    margin: 24px auto;
  }
}
.con__about p {
  text-indent: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.con__about p.ttl {
  margin-top: 1em;
  text-indent: 0;
  font-size: 1.2em;
  font-weight: 700;
}
.con__detail {
  margin-top: 20px;
}
.con__detail p {
  text-indent: 0;
}
.con__contact {
  width: 95%;
  margin: 0 auto;
}/*# sourceMappingURL=2405systeminfo.css.map */