#scc-page {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #scc-page .features-section .wrapper > hr {
    margin-bottom: 10rem;
  }
}
#scc-page .features-section .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #scc-page .features-section .wrapper ul {
    gap: 8rem;
  }
}
#scc-page .features-section .wrapper ul li {
  flex: 0 1 calc((100% - 9.16rem) / 3);
}
#scc-page .cost-reduction-section {
  background-color: #e9f5ff;
  margin-top: 0;
}
#scc-page .cost-reduction-section .wrapper {
  max-width: 192rem;
  text-align: center;
  padding: 9.1rem 21rem 8rem 21rem;
}
@media screen and (max-width: 768px) {
  #scc-page .cost-reduction-section .wrapper {
    flex-direction: column;
    padding: 3rem 1.8rem 6rem;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #scc-page .cost-reduction-section .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #scc-page .cost-reduction-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
#scc-page .cost-reduction-section .wrapper .content {
  display: flex;
  align-items: center;
  gap: 0;
}
#scc-page .cost-reduction-section .wrapper .content .image {
  flex: 0 0 37.5%;
}
#scc-page .cost-reduction-section .wrapper .content .image img {
  width: 80%;
  max-height: 500rem;
}
#scc-page .cost-reduction-section .wrapper .content .text {
  width: 100%;
  max-width: 120rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #0D5393;
}
@media screen and (max-width: 768px) {
  #scc-page .cost-reduction-section .wrapper .content .text {
    font-size: 1.4rem;
  }
}
#scc-page .cost-reduction-section .wrapper .content .text p {
  margin-bottom: 2rem;
}
#scc-page .cost-reduction-section .wrapper .content .text p span {
  font-size: 2.35rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #scc-page .cost-reduction-section .wrapper .content .text p span {
    font-size: 2rem;
  }
}
#scc-page .cost-reduction-section .wrapper .content .text p:last-child {
  margin-bottom: 0;
}
#scc-page .cost-reduction-section .wrapper .content .text .sub {
  font-size: 1.58rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #scc-page .cost-reduction-section .wrapper .content .text .sub {
    font-size: 1.4rem;
  }
}
#scc-page .pricing-section {
  margin: 0;
  padding: 0;
}
#scc-page .pricing-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 192rem;
  margin: 0 auto;
  text-align: center;
  padding: 12.5rem 36rem 13.7rem 36rem;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .wrapper > h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
#scc-page .pricing-section .wrapper .header {
  background-color: #0D5393;
  color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 2rem 2rem 0 0;
  margin: 0 auto;
  width: 100%;
}
#scc-page .pricing-section .wrapper .header h3 {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .wrapper .header h3 {
    font-size: 1.6rem;
  }
}
#scc-page .pricing-section .wrapper .header h4 {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .wrapper .header h4 {
    font-size: 1.8rem;
  }
}
#scc-page .pricing-section .cards {
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.0509803922);
  margin: 0 auto;
  padding: 3rem 2rem 2rem 2rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards {
    display: flex;
    flex-direction: column;
    padding: 1rem 3rem;
    width: 100%;
    margin-bottom: 0;
  }
}
#scc-page .pricing-section .cards .banner {
  grid-column: span 3;
  width: 100%;
  background-color: #e9f5ff;
  color: #0D5393;
  padding: 3.5rem;
  border-radius: 1rem;
  margin: 0 auto 1.5rem auto;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .banner {
    flex-direction: column;
    margin-top: 1rem;
    width: 100%;
    padding: 2rem;
    font-size: 1.8rem;
  }
}
#scc-page .pricing-section .cards .banner .cost-amount {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0 0.2rem 0 2rem;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .banner .cost-amount {
    font-size: 2.8rem;
    margin-left: 1rem;
  }
}
#scc-page .pricing-section .cards .banner .cost-unit {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .banner .cost-unit {
    font-size: 2rem;
  }
}
#scc-page .pricing-section .cards .banner .cost-note {
  font-size: 1.6rem;
  color: #0D5393;
  margin-top: 0.5rem;
}
#scc-page .pricing-section .cards .banner .cost-note span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .banner .cost-note {
    font-size: 1.1rem;
  }
}
#scc-page .pricing-section .cards .card {
  grid-column: span 1;
  text-align: center;
  border-right: 0.1rem solid #B6B6B6;
  margin-top: 1rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card {
    margin-top: 0;
    padding-top: 1rem;
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 0.063rem solid #e0e0e0;
  }
}
#scc-page .pricing-section .cards .card:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card:last-child {
    border-bottom: none;
  }
}
#scc-page .pricing-section .cards .card .title {
  font-size: 2.2rem;
  color: #0D5393;
  font-weight: bold;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .title {
    font-size: 1.6rem;
  }
}
#scc-page .pricing-section .cards .card .description {
  font-size: 1.5rem;
  color: #0D5393;
  line-height: 1.5;
  min-height: 4.5em;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .description {
    font-size: 1.4rem;
    min-height: 4em;
  }
}
#scc-page .pricing-section .cards .card .bullet img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .bullet img {
    max-width: 25%;
  }
}
#scc-page .pricing-section .cards .card .ptz img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .ptz img {
    max-width: 40%;
  }
}
#scc-page .pricing-section .cards .card .wide img {
  width: 37%;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .wide img {
    max-width: 40%;
  }
}
#scc-page .pricing-section .cards .card .body.bullet .label {
  position: relative;
  top: 2rem;
}
#scc-page .pricing-section .cards .card .body.bullet .units {
  position: relative;
  top: 2rem;
}
#scc-page .pricing-section .cards .card .body.bullet .price {
  position: relative;
  top: 2rem;
}
#scc-page .pricing-section .cards .card .body.wide .label {
  position: relative;
  top: 0.8rem;
}
#scc-page .pricing-section .cards .card .body.wide .units {
  position: relative;
  top: 0.8rem;
}
#scc-page .pricing-section .cards .card .body.wide .price {
  position: relative;
  top: 0.8rem;
}
#scc-page .pricing-section .cards .card .body .label {
  display: inline-block;
  font-size: 1.7rem;
  color: #0D5393;
  border: 0.1rem solid #0D5393;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .body .label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
#scc-page .pricing-section .cards .card .body .units {
  font-size: 2.5rem;
  color: #0D5393;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .body .units {
    font-size: 2rem;
  }
}
#scc-page .pricing-section .cards .card .body .price {
  font-size: 5.2rem;
  color: #0D5393;
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .body .price {
    font-size: 3.6rem;
  }
}
#scc-page .pricing-section .cards .card .body .price .price-unit {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #scc-page .pricing-section .cards .card .body .price .price-unit {
    font-size: 2rem;
  }
}
#scc-page .device-support-section {
  margin: 0;
  padding: 0;
}
#scc-page .device-support-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 192rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 8rem 0;
}
@media screen and (max-width: 768px) {
  #scc-page .device-support-section .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  #scc-page .device-support-section .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
#scc-page .device-support-section .wrapper > hr {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  #scc-page .device-support-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
#scc-page .device-support-section .wrapper .content {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #scc-page .device-support-section .wrapper .content {
    flex-direction: column;
  }
}
#scc-page .device-support-section .wrapper .content .text {
  flex: 0 0 50%;
  position: relative;
  padding-left: 20rem;
  text-align: left;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  #scc-page .device-support-section .wrapper .content .text {
    padding-left: 0;
    margin-right: 0;
  }
}
#scc-page .device-support-section .wrapper .content .text p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
}
#scc-page .device-support-section .wrapper .content .text p span {
  color: #0D5393;
  font-size: 1.6rem;
  font-weight: bold;
}
#scc-page .device-support-section .wrapper .content .text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #scc-page .device-support-section .wrapper .content .image {
    margin-top: 2rem;
    transform: translateX(5.5%);
  }
}
#scc-page .device-support-section .wrapper .content .image img {
  max-height: 500rem;
  border-radius: 5rem 0 0 5rem;
}

/*# sourceMappingURL=scc.css.map */
