@charset "utf-8";

.blue{
    color: #4DB7FE;
    font-weight: 700;
}
.pricing-explain{
    margin-bottom:48px;
    font-size: 15px;
}
@media screen and (max-width: 375px) {
    .section-subtitle {
        font-size:23px;
    }
    .res-kigou{
        display: none;
    }
  }
