@media screen and (min-width: 769px), print {
  .stPrice .bBanner {
    background: url("../img/price/banner_pc.png") no-repeat center top/cover;
  }
  .stPrice .bSystem__des {
    text-align: center;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 2;
    color: #1c50a1;
    margin-bottom: 50px;
  }
  .stPrice .bSystem__btn {
    margin-bottom: 80px;
  }
  .stPrice .bSystem__btn a {
    background: url("../img/iconDoubleWhite.png") no-repeat right 30px center #1c50a1;
    -moz-background-size: 35px auto;
         background-size: 35px auto;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    width: 500px;
    margin: 0 auto;
    padding: 25px 0;
  }
  .stPrice .bSystem__btn a:not(:last-child) {
    margin-bottom: 20px;
  }
  .stPrice .bSystem__ttl {
    background-color: #9ed8f5;
    text-align: center;
    color: #1c50a1;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .stPrice .bSystem__subTtl {
    text-align: center;
    margin-bottom: 40px;
  }
  .stPrice .bSystem__subTtl span {
    display: inline-block;
    color: #1c50a1;
    font-weight: 600;
    line-height: 1;
    font-size: 2.4rem;
    padding-top: 40px;
    background: url("../img/price/ic01.png") no-repeat right top;
  }
  .stPrice .bSystem__tabs {
    margin-bottom: 80px;
  }
  .stPrice .bSystem__tabs__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stPrice .bSystem__tabs__list li {
    width: -webkit-calc((100% - 4px) / 6);
    width: -moz-calc((100% - 4px) / 6);
    width: calc((100% - 4px) / 6);
    display: block;
    background-color: #8da7d0;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 2rem;
    padding: 20px 0;
    cursor: pointer;
  }
  .stPrice .bSystem__tabs__list li.active {
    background-color: #1c50a1;
  }
  .stPrice .bSystem__tabs__content {
    background-color: #e4f2fb;
    padding: 25px;
  }
  .stPrice .bSystem__tabs__content .tabContent {
    display: none;
  }
  .stPrice .bSystem__tabs__content .tabContent.active {
    display: block;
  }
  .stPrice .bSystem__tabs__content .tabContent:first-child .avatar img {
    width: 90px;
  }
  .stPrice .bSystem__tabs__content .tabContent:nth-child(2) .avatar img {
    width: 180px;
  }
  .stPrice .bSystem__tabs__content .tabContent:nth-child(3) .avatar img, .stPrice .bSystem__tabs__content .tabContent:nth-child(4) .avatar img, .stPrice .bSystem__tabs__content .tabContent:nth-child(5) .avatar img {
    width: 110px;
  }
  .stPrice .bSystem__tabs__content .tabContent:last-child .bSystem__price {
    padding-bottom: 80px;
  }
  .stPrice .bSystem__tabs__content .tabContent:last-child .avatar img {
    width: 120px;
    margin-top: 0px;
  }
  .stPrice .bSystem__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #ffffff;
    border: 2px solid #1c50a1;
    padding: 30px 20px;
    -moz-border-radius: 25px;
         border-radius: 25px;
    position: relative;
  }
  .stPrice .bSystem__price .avatar {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    padding-right: 20px;
  }
  .stPrice .bSystem__price .avatar h4 {
    color: #1c50a1;
    line-height: 1;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .stPrice .bSystem__price .avatar h4 span {
    display: block;
    text-align: right;
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .stPrice .bSystem__price .avatar img {
    display: block;
    margin: 20px auto 0;
  }
  .stPrice .bSystem__price table {
    border-spacing: 4px;
    margin-left: -4px;
    width: 350px;
  }
  .stPrice .bSystem__price table th,
  .stPrice .bSystem__price table td {
    font-weight: 500;
    text-align: center;
  }
  .stPrice .bSystem__price table th:first-child,
  .stPrice .bSystem__price table td:first-child {
    background-color: #ececec;
    width: 120px;
    text-align: center;
  }
  .stPrice .bSystem__price table th {
    background-color: #9ed8f5;
    padding: 10px 15px;
    font-size: 2.2rem;
  }
  .stPrice .bSystem__price table th:first-child {
    font-size: 1.9rem;
  }
  .stPrice .bSystem__price table td {
    background-color: #e4f2fb;
    padding: 15px 10px;
    font-size: 2.2rem;
  }
  .stPrice .bSystem__price table td:last-child {
    font-size: 2.8rem;
  }
  .stPrice .bSystem__price table td span {
    font-size: 2rem;
  }
  .stPrice .bSystem__price table td span:last-child {
    display: block;
  }
  .stPrice .bSystem__price .info {
    padding-left: 30px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .stPrice .bSystem__price .info h5 {
    font-weight: 700;
    color: #1c50a1;
    font-size: 2.3rem;
    line-height: 2;
  }
  .stPrice .bSystem__price .info h5 span {
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
  }
  .stPrice .bSystem__price .info > p {
    color: #1c50a1;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.6;
    margin: 20px 0 40px;
  }
  .stPrice .bSystem__price .info .ttl {
    background-color: #1c50a1;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    font-size: 2rem;
    display: inline-block;
    padding: 10px 20px;
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .stPrice .bSystem__price .info ul {
    color: #1c50a1;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 10px;
  }
  .stPrice .bSystem__price .info .badge {
    position: absolute;
    right: 0;
    top: -10px;
    background-color: #9ed8f5;
    width: 170px;
    height: 170px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    color: #1c50a1;
  }
  .stPrice .bSystem__price .info .badge span {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
  }
  .stPrice .bSystem__price .info .badge p {
    font-size: 2.6rem;
    font-weight: 900;
    border-top: 2px solid #1c50a1;
    line-height: 1;
    padding-top: 10px;
    margin-top: 10px;
  }
  .stPrice .bSystem__price .info .charges {
    color: #1c50a1;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 0 40px;
  }
  .stPrice .bSystem__price .info .charges::after, .stPrice .bSystem__price .info .charges::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 46px;
    top: 8px;
  }
  .stPrice .bSystem__price .info .charges::before {
    background: url("../img/price/icLeft.svg") no-repeat center/100%;
    left: 0;
  }
  .stPrice .bSystem__price .info .charges::after {
    background: url("../img/price/icRight.svg") no-repeat center/100%;
    right: 0;
  }
  .stPrice .bSystem__price .info__bottom {
    position: relative;
  }
  .stPrice .bSystem__ex {
    margin-top: 80px;
    background-color: #e4f2fb;
    overflow: hidden;
    padding: 0 60px 60px;
  }
  .stPrice .bSystem__ex h4 {
    text-align: center;
    position: relative;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__ex h4::before {
    content: '';
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
  }
  .stPrice .bSystem__ex h4 span {
    line-height: 1;
    color: #1c50a1;
    font-weight: 600;
    font-size: 2.5rem;
    display: inline-block;
    z-index: 2;
    position: relative;
  }
  .stPrice .bSystem__ex > p {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__ex ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stPrice .bSystem__ex ul li {
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    background-color: #ffffff;
    -moz-border-radius: 30px;
         border-radius: 30px;
    overflow: hidden;
    padding: 20px 10px 0;
  }
  .stPrice .bSystem__ex ul li h5 {
    text-align: center;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .stPrice .bSystem__ex ul li > img {
    display: block;
    margin: 0 auto;
    height: 120px;
  }
  .stPrice .bSystem__ex ul li .price {
    margin: 5px 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 3px solid #1c50a1;
    padding-bottom: 8px;
  }
  .stPrice .bSystem__ex ul li .price > div {
    font-size: 1.7rem;
    line-height: 1;
  }
  .stPrice .bSystem__ex ul li .price > div span {
    margin-top: 5px;
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    color: #1c50a1;
  }
  .stPrice .bSystem__ex ul li .price ins {
    display: inline-block;
    text-decoration: none;
    font-size: 1.7rem;
    color: #1c50a1;
    font-weight: 600;
  }
  .stPrice .bSystem__ex ul li dl dt {
    background-color: #1c50a1;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    font-size: 1.7rem;
    padding: 5px 0 7px;
  }
  .stPrice .bSystem__ex ul li dl dd {
    background-color: #9ed8f5;
    color: #1c50a1;
    text-align: center;
    line-height: 1;
    font-size: 1.7rem;
    padding: 5px 0 7px;
  }
  .stPrice .bSystem__support {
    background-color: #9ed8f5;
    -moz-border-radius: 30px;
         border-radius: 30px;
    margin-top: 50px;
    padding: 20px 60px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
  }
  .stPrice .bSystem__support h3 {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__support h3 img {
    width: 40px;
  }
  .stPrice .bSystem__support h3 span {
    display: inline-block;
    color: #1c50a1;
    font-size: 2.4rem;
    line-height: 1;
    border-bottom: 2px solid #1c50a1;
    font-weight: 600;
    padding: 0 8px 6px;
  }
  .stPrice .bSystem__support ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stPrice .bSystem__support ul li {
    width: 46%;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__support > div {
    position: absolute;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    right: 30px;
    bottom: 0;
    width: 288px;
    height: 236px;
    background: url("../img/price/talk.png") no-repeat center/100%;
    padding-top: 10px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stPrice .bBanner {
    background: url("../img/price/banner_sp.png") no-repeat center top/cover;
  }
  .stPrice .bBanner img {
    width: 44.53125vw;
  }
  .stPrice .bSystem h2 img {
    width: 51.82292vw;
  }
  .stPrice .bSystem__des {
    text-align: center;
    font-weight: 500;
    font-size: 3.64583vw;
    line-height: 2;
    color: #1c50a1;
    margin-bottom: 7.8125vw;
  }
  .stPrice .bSystem__btn {
    margin-bottom: 10.41667vw;
  }
  .stPrice .bSystem__btn a {
    background: url("../img/iconDoubleWhite.png") no-repeat right 3.90625vw center #1c50a1;
    -moz-background-size: 4.55729vw auto;
         background-size: 4.55729vw auto;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    display: block;
    font-size: 3.38542vw;
    font-weight: 700;
    width: 84.63542vw;
    margin: 0 auto;
    padding: 4.55729vw 0;
  }
  .stPrice .bSystem__btn a:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .stPrice .bSystem__ttl {
    background-color: #1c50a1;
    text-align: center;
    color: #ffffff;
    font-size: 4.16667vw;
    font-weight: 600;
    line-height: 1;
    padding: 2.60417vw 0;
    margin-bottom: 1.95313vw;
  }
  .stPrice .bSystem__subTtl {
    text-align: center;
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__subTtl span {
    display: inline-block;
    color: #1c50a1;
    font-weight: 600;
    line-height: 1;
    font-size: 4.16667vw;
    padding-top: 6.51042vw;
    background: url("../img/price/ic01.png") no-repeat right top;
    -moz-background-size: 13.02083vw auto;
         background-size: 13.02083vw auto;
  }
  .stPrice .bSystem__tabs {
    margin-bottom: 10.41667vw;
  }
  .stPrice .bSystem__tabs__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stPrice .bSystem__tabs__list li {
    width: -webkit-calc((100% - 4px) / 3);
    width: -moz-calc((100% - 4px) / 3);
    width: calc((100% - 4px) / 3);
    margin-bottom: 2px;
    display: block;
    background-color: #8da7d0;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 3.125vw;
    padding: 3.25521vw 0;
    cursor: pointer;
  }
  .stPrice .bSystem__tabs__list li.active {
    background-color: #1c50a1;
  }
  .stPrice .bSystem__tabs__content {
    background-color: #e4f2fb;
    padding: 3.25521vw;
  }
  .stPrice .bSystem__tabs__content .tabContent {
    display: none;
  }
  .stPrice .bSystem__tabs__content .tabContent.active {
    display: block;
  }
  .stPrice .bSystem__tabs__content .tabContent:first-child .avatar img {
    width: 19.53125vw;
  }
  .stPrice .bSystem__tabs__content .tabContent:nth-child(2) .avatar img {
    width: 32.55208vw;
  }
  .stPrice .bSystem__tabs__content .tabContent:nth-child(3) .avatar img, .stPrice .bSystem__tabs__content .tabContent:nth-child(4) .avatar img, .stPrice .bSystem__tabs__content .tabContent:nth-child(5) .avatar img {
    width: 23.4375vw;
  }
  .stPrice .bSystem__tabs__content .tabContent:last-child .avatar h4 span {
    padding-right: 20.83333vw;
  }
  .stPrice .bSystem__tabs__content .tabContent:last-child .avatar img {
    width: 23.4375vw;
    margin-top: 0px;
  }
  .stPrice .bSystem__price {
    background-color: #ffffff;
    border: 2px solid #1c50a1;
    padding: 3.90625vw 3.25521vw 13.02083vw;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    position: relative;
  }
  .stPrice .bSystem__price .avatar h4 {
    color: #1c50a1;
    line-height: 1;
    text-align: center;
    font-size: 4.42708vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .stPrice .bSystem__price .avatar h4 span {
    display: block;
    text-align: right;
    font-size: 3.64583vw;
    margin-top: 5px;
  }
  .stPrice .bSystem__price .avatar img {
    display: block;
    margin: 3.90625vw auto 0;
  }
  .stPrice .bSystem__price table {
    border-spacing: 2px;
    margin-left: -2px;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    margin-top: 3.90625vw;
  }
  .stPrice .bSystem__price table th,
  .stPrice .bSystem__price table td {
    font-weight: 500;
    text-align: center;
  }
  .stPrice .bSystem__price table th:first-child,
  .stPrice .bSystem__price table td:first-child {
    background-color: #ececec;
    width: 32.55208vw;
    text-align: center;
  }
  .stPrice .bSystem__price table th {
    background-color: #9ed8f5;
    padding: 1.95313vw 0;
    font-size: 4.42708vw;
    width: auto;
  }
  .stPrice .bSystem__price table th:first-child {
    font-size: 3.90625vw;
  }
  .stPrice .bSystem__price table td {
    background-color: #e4f2fb;
    padding: 2.60417vw 0;
    font-size: 4.16667vw;
  }
  .stPrice .bSystem__price table td:first-child {
    font-size: 3.90625vw;
  }
  .stPrice .bSystem__price table td:last-child {
    font-size: 6.51042vw;
  }
  .stPrice .bSystem__price table td span {
    font-size: 4.16667vw;
  }
  .stPrice .bSystem__price table td span:last-child {
    display: block;
  }
  .stPrice .bSystem__price .info {
    position: relative;
    margin-top: 6.51042vw;
    text-align: center;
  }
  .stPrice .bSystem__price .info h5 {
    font-weight: 700;
    color: #1c50a1;
    font-size: 4.94792vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .stPrice .bSystem__price .info h5 span {
    font-size: 3.64583vw;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    margin-top: 1.30208vw;
    display: block;
    padding-right: 6.51042vw;
  }
  .stPrice .bSystem__price .info > p {
    color: #1c50a1;
    font-weight: 700;
    font-size: 3.90625vw;
    line-height: 1.6;
    margin: 2.60417vw 0 5.20833vw;
  }
  .stPrice .bSystem__price .info .ttl {
    background-color: #1c50a1;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    font-size: 3.90625vw;
    display: inline-block;
    padding: 1.95313vw 3.25521vw;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
  }
  .stPrice .bSystem__price .info ul {
    color: #1c50a1;
    font-size: 2.99479vw;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 2.60417vw;
    text-align: left;
    padding-right: 26.04167vw;
  }
  .stPrice .bSystem__price .info .badge {
    position: absolute;
    right: 0;
    top: 10.41667vw;
    background-color: #9ed8f5;
    width: 23.4375vw;
    height: 23.4375vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    color: #1c50a1;
  }
  .stPrice .bSystem__price .info .badge span {
    font-weight: 600;
    font-size: 2.86458vw;
    line-height: 1.2;
  }
  .stPrice .bSystem__price .info .badge p {
    font-size: 3.64583vw;
    font-weight: 900;
    border-top: 1px solid #1c50a1;
    line-height: 1;
    padding-top: 1.30208vw;
    margin-top: 1.30208vw;
  }
  .stPrice .bSystem__price .info .charges {
    color: #1c50a1;
    font-size: 3.64583vw;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    padding: 0 7.8125vw;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 2.60417vw;
  }
  .stPrice .bSystem__price .info .charges::after, .stPrice .bSystem__price .info .charges::before {
    content: '';
    position: absolute;
    width: 5.98958vw;
    height: 8.33333vw;
    top: 1.95313vw;
  }
  .stPrice .bSystem__price .info .charges::before {
    background: url("../img/price/icLeft.svg") no-repeat center/100%;
    left: 0;
  }
  .stPrice .bSystem__price .info .charges::after {
    background: url("../img/price/icRight.svg") no-repeat center/100%;
    right: 0;
  }
  .stPrice .bSystem__price .info__bottom {
    position: relative;
  }
  .stPrice .bSystem__ex {
    margin-top: 10.41667vw;
    background-color: #e4f2fb;
    overflow: hidden;
    padding: 0 3.90625vw 5.20833vw;
  }
  .stPrice .bSystem__ex h4 {
    text-align: center;
    position: relative;
    padding: 3.90625vw 0;
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__ex h4::before {
    content: '';
    width: 41.66667vw;
    height: 41.66667vw;
    background-color: #ffffff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -27.34375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .stPrice .bSystem__ex h4 span {
    line-height: 1;
    color: #1c50a1;
    font-weight: 600;
    font-size: 4.94792vw;
    display: inline-block;
    z-index: 2;
    position: relative;
  }
  .stPrice .bSystem__ex > p {
    text-align: center;
    font-size: 3.38542vw;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__ex ul li {
    background-color: #ffffff;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    overflow: hidden;
    padding: 3.90625vw 1.95313vw 0;
  }
  .stPrice .bSystem__ex ul li:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__ex ul li h5 {
    text-align: center;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 4.94792vw;
    margin-bottom: 3.90625vw;
  }
  .stPrice .bSystem__ex ul li > img {
    display: block;
    margin: 0 auto;
    height: 23.4375vw;
  }
  .stPrice .bSystem__ex ul li .price {
    margin: 2.60417vw 0 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 3px solid #1c50a1;
    padding-bottom: 2.08333vw;
  }
  .stPrice .bSystem__ex ul li .price > div {
    font-size: 4.16667vw;
    line-height: 1;
  }
  .stPrice .bSystem__ex ul li .price > div span {
    margin-top: 1.30208vw;
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 8.85417vw;
    font-weight: 600;
    color: #1c50a1;
  }
  .stPrice .bSystem__ex ul li .price ins {
    display: inline-block;
    text-decoration: none;
    font-size: 4.42708vw;
    color: #1c50a1;
    font-weight: 600;
  }
  .stPrice .bSystem__ex ul li dl dt {
    background-color: #1c50a1;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    font-size: 4.42708vw;
    padding: 1.95313vw 0 2.21354vw;
  }
  .stPrice .bSystem__ex ul li dl dd {
    background-color: #9ed8f5;
    color: #1c50a1;
    text-align: center;
    line-height: 1;
    font-size: 4.42708vw;
    padding: 1.95313vw 0 2.21354vw;
  }
  .stPrice .bSystem__support {
    background-color: #9ed8f5;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    margin-top: 10.41667vw;
    padding: 5.20833vw 3.90625vw 65.10417vw;
    position: relative;
    overflow: hidden;
    margin-bottom: 13.02083vw;
  }
  .stPrice .bSystem__support h3 {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__support h3 img {
    width: 9.11458vw;
  }
  .stPrice .bSystem__support h3 span {
    display: inline-block;
    color: #1c50a1;
    font-size: 4.94792vw;
    line-height: 1;
    border-bottom: 2px solid #1c50a1;
    font-weight: 600;
    padding: 0 8px 6px;
  }
  .stPrice .bSystem__support ul li {
    font-size: 3.64583vw;
    line-height: 1;
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__support > div {
    position: absolute;
    text-align: center;
    font-size: 3.90625vw;
    line-height: 1.5;
    right: 7.8125vw;
    bottom: 0;
    width: 55.72917vw;
    height: 66.40625vw;
    background: url("../img/price/talk_sp.png") no-repeat center/100%;
    padding-top: 16.92708vw;
    padding-right: 3.90625vw;
  }
}
