.support h2, .curriculum h2 {
  font-size: 38px;
  color: #272727;
}

.support h2 small, .curriculum h2 small {
  display: block;
  font-size: 28px;
  font-weight: 500;
}

.support h2 b, .curriculum h2 b {
  color: #6246e4;
}

.support h2:before, .curriculum h2:before {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #6246e4;
  margin-bottom: 20px;
}

.support {
  background: rgba(226, 220, 255, 0.3);
  margin-bottom: -80px;
  padding-top: 120px;
  overflow: hidden;
}

.support .tab {
  border-color: rgba(98, 70, 228, 0.24);
  padding: 60px 0 20px;
}

.support .tab a {
  color: #6246e4;
  border-color: #6246e4;
  background: none;
}

.support .tab a.tab-active {
  color: #ffffff;
  background: #6246e4;
}

.support h3 {
  font-size: 32px;
  padding-bottom: 20px;
}

.support p {
  font-size: 22px;
  line-height: 1.83;
  max-width: 500px;
}

.support img {
  width: 50%;
  margin: 0 auto;
  display: block;
  /*max-width:490px; box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.12);*/
  max-width: 529px;
  margin-left: -17px;
}

.support .support-detail {
  display: none;
  padding-top: 40px;
}

.support .support-detail.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.support .support-detail .support-detail-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  min-width: calc(50% - 546px);
  padding: 20px 0 20px 100px;
}

.support .report p {
  max-width: 800px;
}

.curriculum {
  padding: 160px 0;
}

.curriculum h2 {
  text-align: center;
}

.curriculum h2 small {
  font-size: 24px;
  color: #6b6b6b;
  padding: 20px 0 40px;
}

.curriculum h2:before {
  margin-left: auto;
  margin-right: auto;
}

.curriculum .inner:after {
  content: '';
  clear: both;
  display: block;
}

.curriculum dl {
  position: relative;
  float: left;
  margin: 40px 0 0 40px;
  width: calc(50% - 20px);
  border: solid 1.5px #d5d5d5;
  border-radius: 12px;
  padding: 40px 30px;
}

.curriculum dl:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

.curriculum dl:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #848484;
  border-right: 2px solid #848484;
  right: 49px;
  top: 62px;
  margin: -7px -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.curriculum dl:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
  top: 42px;
  right: 30px;
  background-color: #f6f7f9;
  border-radius: 100%;
}

.curriculum dl.open dt {
  max-height: none;
}

.curriculum dl.open dt:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 65px;
}

.curriculum dl.open dt b {
  color: #6246e4;
}

.curriculum dl.open dd {
  display: block;
}

.curriculum dl.open .more {
  display: none;
}

.curriculum dd {
  display: none;
  position: relative;
  margin-top: 40px;
}

.curriculum dd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #ccc), color-stop(0%, rgba(204, 204, 204, 0)));
  background-image: linear-gradient(to right, #ccc 15%, rgba(204, 204, 204, 0) 0%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.curriculum dt {
  font-size: 22px;
  line-height: 1.55;
  position: relative;
  cursor: pointer;
  max-height: 125px;
  overflow: hidden;
}

.curriculum dt b {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 12px;
}

.curriculum .more {
  position: absolute;
  background: #ffffff;
  right: 0;
  bottom: 0;
  width: 30%;
}

.curriculum .more:before {
  content: '...';
}

.curriculum .curriculum-summary {
  color: #6b6b6b;
  padding: 30px 0 18px;
}

.curriculum .curriculum-summary li {
  font-size: 16px;
  font-weight: 500;
}

.curriculum .curriculum-summary li + li {
  margin-top: 16px;
}

.curriculum .curriculum-summary li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

.curriculum .curriculum-summary .target:before {
  background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-1.png");
}

.curriculum .curriculum-summary .method:before {
  background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-2.png");
}

.curriculum .curriculum-summary .during:before {
  background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-3.png");
}

.curriculum .curriculum-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.curriculum .curriculum-class:after {
  content: '';
  clear: both;
  display: block;
}

.curriculum .curriculum-class li {
  float: left;
  background: rgba(246, 247, 249, 0.8);
  border-radius: 8px;
  margin: 12px 0 0 12px;
  width: calc(50% - 6px);
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
}

.curriculum .curriculum-class li:nth-child(2n+1) {
  margin-left: 0;
}

.curriculum .curriculum-class li:nth-child(2n+1):last-child {
  width: 100%;
}

.curriculum .curriculum-class small {
  font-size: 16px;
  padding-top: 9px;
  display: block;
  color: #6b6b6b;
}

.curriculum .curriculum-class b {
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 14px;
  background-color: rgba(192, 181, 244, 0.5);
  font-size: 20px;
  font-weight: 500;
  padding: 0 20px;
  line-height: 40px;
  color: #6246e4;
}

.subscribe_type:after {
  content: '';
  clear: both;
  display: block;
}

.subscribe_type dl {
  float: left;
  margin: 40px 0 0 40px;
  width: calc(50% - 20px);
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  background: #ffffff;
  overflow: hidden;
}

.subscribe_type dl:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

.subscribe_type dl:hover {
  -webkit-box-shadow: inset 0 0 0 1.5px #6246e4;
          box-shadow: inset 0 0 0 1.5px #6246e4;
}

.subscribe_type a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 56px;
  border-radius: 28px;
  min-width: 180px;
  text-align: center;
}

.subscribe_type a + a {
  margin-left: 8px;
}

.subscribe_type .btn-tutorial {
  -webkit-box-shadow: inset 0 0 0 1.5px #6246e4;
          box-shadow: inset 0 0 0 1.5px #6246e4;
  color: #6246e4;
}

.subscribe_type .btn-subscribe {
  background: #6246e4;
  color: #ffffff;
}

.subscribe_type dd {
  padding: 60px 16px;
}

.subscribe_type p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  padding-bottom: 40px;
  max-width: 380px;
  margin: 0 auto;
}

.subscribe_type p:before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 40px;
  background: url("../../images/plsoup/event/subscribe-type-icon-1.png");
  background-size: contain;
}

.subscribe_type dt {
  background: #6246e4;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 86px;
}

.subscribe_type .subscribe_type-self .btn-subscribe, .subscribe_type .subscribe_type-self dt {
  background: #fcbc14;
}

.subscribe_type .subscribe_type-self p {
  max-width: none;
}

.subscribe_type .subscribe_type-self p:before {
  background-image: url("../../images/plsoup/event/subscribe-type-icon-2.png");
}

.subscribe_type .subscribe_type-self .btn-tutorial {
  -webkit-box-shadow: inset 0 0 0 1.5px #fcbc14;
          box-shadow: inset 0 0 0 1.5px #fcbc14;
  color: #fcbc14;
}

.subscribe_type .subscribe_type-self:hover {
  -webkit-box-shadow: inset 0 0 0 1.5px #fcbc14;
          box-shadow: inset 0 0 0 1.5px #fcbc14;
}

.subscribe_pay {
  color: #272727;
  font-weight: 500;
}

.subscribe_pay:after {
  content: '';
  clear: both;
  display: block;
}

.subscribe_pay h2 {
  font-size: 28px;
  border-bottom: 2px solid #272727;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.subscribe_pay dt {
  font-size: 24px;
}

.subscribe_pay-detail dl, .subscribe_pay-summary {
  border-radius: 8px;
  border: 1px solid #d5d5d5;
}

.subscribe_pay-detail dl dt, .subscribe_pay-summary dt {
  padding: 24px;
  line-height: 34px;
  font-weight: bold;
}

.subscribe_pay-detail dl dd, .subscribe_pay-summary dd {
  margin: 0 24px;
  border-top: 1px solid #d5d5d5;
  padding: 30px 0;
}

.subscribe_pay-detail {
  float: left;
  width: calc(100% - 366px);
}

.subscribe_pay-detail dl {
  margin-bottom: 40px;
}

.subscribe_pay-detail dl dt {
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.subscribe_pay-detail dl dt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 27px;
  border: solid #848484;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: -4px;
  border-width: 0 1.5px 1.5px 0;
  width: 12px;
  height: 12px;
}

.subscribe_pay-detail dl.close dt:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -11px;
}

.subscribe_pay-detail dl.close dd {
  display: none;
}

.subscribe_pay-summary {
  float: right;
  width: 326px;
}

.subscribe_pay-summary .subscribe_pay-summary-row:after {
  content: '';
  clear: both;
  display: block;
}

.subscribe_pay-summary .subscribe_pay-summary-row + .subscribe_pay-summary-row {
  margin-top: 24px;
}

.subscribe_pay-summary label {
  float: left;
}

.subscribe_pay-summary .price {
  float: right;
}

.subscribe_pay-summary .discount {
  color: #f20000;
}

.subscribe_pay-summary .total {
  padding-top: 24px;
  border-top: 1px solid #272727;
  line-height: 36px;
}

.subscribe_pay-summary .total .price {
  color: #6246e4;
  font-weight: bold;
  font-size: 24px;
}

.subscribe_pay-summary .total .price small {
  font-size: 16px;
}

.subscribe_pay-summary .btn_r-purple {
  display: block;
  margin: 30px auto 0;
  min-width: 70%;
  font-size: 16px;
}

.subscribe_pay-product {
  margin-bottom: 60px;
}

.subscribe_pay-product dt {
  padding-bottom: 20px;
}

.subscribe_pay-product dd {
  min-height: 120px;
  font-size: 18px;
  position: relative;
  border: 1px solid #6246e4;
  border-radius: 12px;
  padding: 20px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe_pay-product dd:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 70px;
  width: 61px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: url("../../images/plsoup/event/img-subscribe_pay.png") no-repeat;
  background-size: contain;
}

.subscribe_pay-product .price {
  position: absolute;
  right: 40px;
  top: 50%;
  color: #6246e4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
}

.subscribe_pay-product .date {
  color: #848484;
  font-size: 14px;
  padding-top: 10px;
}

.subscribe_pay-product .d_day {
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  color: #272727;
  background: #ececec;
  border-radius: 13px;
  vertical-align: middle;
  margin: -3px 0 0 8px;
}

.subscribe_pay-method button {
  border: 1px solid #ccc;
  line-height: 54px;
  width: calc(50% - 6px);
  float: left;
  border-radius: 4px;
  font-weight: 500;
}

.subscribe_pay-method button:nth-child(2n) {
  float: right;
}

.subscribe_pay-method button.checked {
  background: rgba(98, 70, 228, 0.08);
  color: #6246e4;
  border-color: #6246e4;
}

.subscribe_pay-method button:before {
  content: '';
  display: inline-block;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: no-repeat;
  background-size: contain;
}

.subscribe_pay-method .credit:before {
  background-image: url("../../images/plsoup/event/icon-credit.png");
}

.subscribe_pay-method .credit.checked:before {
  background-image: url("../../images/plsoup/event/icon-credit-on.png");
}

.subscribe_pay-method .bank:before {
  background-image: url("../../images/plsoup/event/icon-bank.png");
}

.subscribe_pay-method .bank.checked:before {
  background-image: url("../../images/plsoup/event/icon-bank-on.png");
}

.subscribe_pay-method dd:after {
  content: '';
  clear: both;
  display: block;
}

.subscribe_pay-user .ps_rev-input-row:after {
  content: '';
  clear: both;
  display: block;
}

.subscribe_pay-user .form-group + .form-group {
  margin-top: 20px;
}

.subscribe_pay-user .ps_rev-gender {
  line-height: 44px;
}

.subscribe_pay-user .ps_rev-gender + .ps_rev-gender {
  margin-left: 50px;
}

.subscribe_pay-user .ps_rev_label {
  float: left;
  width: 145px;
  line-height: 44px;
}

.subscribe_pay-user .ps_rev_label-blank {
  display: block;
  margin: 12px 0 0 145px;
}

.subscribe_pay-user .p_soup_text-focus {
  color: #6246e4;
}

.subscribe_pay-user .ps_rev_input-c {
  width: 100%;
  max-width: 340px;
}

.subscribe_pay-user .btn-zipcode {
  line-height: 34px;
  border: 1px solid #272727;
  background: none;
  font-weight: 500;
  padding: 0 25px;
  border-radius: 18px;
  margin-left: 8px;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .support h2, .curriculum h2 {
    font-size: 24px;
  }
  .support h2 small, .curriculum h2 small {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .support h2:before, .curriculum h2:before {
    width: 40px;
  }
  .subscribe_type dl {
    float: none;
    margin: 0;
    width: auto;
    border-radius: 12px;
  }
  .subscribe_type dl + dl {
    margin-top: 30px;
  }
  .subscribe_type a {
    font-size: 14px;
    line-height: 38px;
    border-radius: 19px;
    min-width: 120px;
  }
  .subscribe_type a + a {
    margin-left: 4px;
  }
  .subscribe_type dd {
    padding: 30px 16px;
  }
  .subscribe_type p {
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 16px;
  }
  .subscribe_type p:before {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
  .subscribe_type dt {
    font-size: 18px;
    height: 48px;
  }
  .curriculum {
    padding: 60px 0;
  }
  .curriculum h2 small {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .curriculum dl {
    float: none;
    width: auto;
    margin: 30px 0 0;
    border-radius: 8px;
    padding: 24px 16px;
  }
  .curriculum dl.open dt:after {
    top: 17px;
  }
  .curriculum dl:after {
    width: 6px;
    height: 6px;
    border-width: 0 1px 1px 0;
    right: 26px;
    top: 37px;
    margin: -4px -2px 0 0;
  }
  .curriculum dl:before {
    width: 24px;
    height: 24px;
    top: 26px;
    right: 16px;
  }
  .curriculum dd {
    margin-top: 24px;
  }
  .curriculum dt {
    font-size: 14px;
    line-height: 1.7;
    max-height: 88px;
  }
  .curriculum dt b {
    font-size: 18px;
  }
  .curriculum .curriculum-summary {
    padding: 23px 0 15px;
  }
  .curriculum .curriculum-summary li {
    font-size: 12px;
  }
  .curriculum .curriculum-summary li + li {
    margin-top: 14px;
  }
  .curriculum .curriculum-summary li:before {
    margin-right: 6px;
    width: 20px;
    height: 20px;
  }
  .curriculum .curriculum-class li {
    margin: 8px 0 0 8px;
    width: calc(50% - 4px);
    font-size: 16px;
    padding: 16px;
  }
  .curriculum .curriculum-class small {
    font-size: 14px;
    padding-top: 4px;
  }
  .curriculum .curriculum-class b {
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    padding: 0 13px;
    line-height: 24px;
  }
  .support {
    margin-bottom: -50px;
    padding: 60px 0 0;
  }
  .support .tab {
    padding: 40px 16px 20px;
    white-space: nowrap;
    overflow: auto;
    margin: 0 -16px;
  }
  .support h3 {
    font-size: 18px;
    padding: 40px 0 12px;
  }
  .support p {
    font-size: 14px;
    margin: 0 auto 30px;
  }
  .support img {
    width: 529px;
    max-width: calc(100% + 32px);
    margin: 0 auto;
  }
  .support .support-detail {
    padding-top: 0;
  }
  .support .support-detail.show {
    display: block;
  }
  .support .support-detail .support-detail-desc {
    display: block;
    padding: 0;
    width: auto;
    text-align: center;
  }
  .subscribe_pay h2 {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  .subscribe_pay dt {
    font-size: 18px;
  }
  .subscribe_pay-detail {
    float: none;
    width: auto;
  }
  .subscribe_pay-detail dl {
    margin-bottom: 0;
    border: 0;
    border-top: 8px solid #ececec;
    border-radius: 0;
    margin: 0 -16px;
  }
  .subscribe_pay-detail dl dt:after {
    right: 23px;
    margin-top: -2px;
    width: 8px;
    height: 8px;
  }
  .subscribe_pay-detail dl.close dt:after {
    margin-top: -8px;
  }
  .subscribe_pay-detail dl dt, .subscribe_pay-summary dt {
    padding: 16px;
    line-height: 27px;
  }
  .subscribe_pay-detail dl dd, .subscribe_pay-summary dd {
    margin: 0 16px;
    padding: 20px 0;
  }
  .subscribe_pay-summary {
    float: none;
    width: auto;
    margin-top: 60px;
    font-size: 16px;
  }
  .subscribe_pay-summary .btn_r-purple {
    line-height: 54px;
    border-radius: 27px;
    min-width: 180px;
  }
  .subscribe_pay-product {
    margin-bottom: 30px;
  }
  .subscribe_pay-product dt {
    padding-bottom: 12px;
  }
  .subscribe_pay-product dd {
    font-size: 16px;
    padding: 16px 10px 16px 100px;
  }
  .subscribe_pay-product dd:before {
    left: 50px;
  }
  .subscribe_pay-product .price {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 16px;
    padding-top: 5px;
  }
  .subscribe_pay-product .date {
    font-size: 12px;
  }
  .subscribe_pay-product .d_day {
    display: none;
  }
  .subscribe_pay-user .ps_rev_label {
    float: none;
    width: auto;
    display: block;
    line-height: 1.2em;
    padding-bottom: 10px;
  }
  .subscribe_pay-user .form-group + .form-group {
    margin-top: 30px;
  }
  .subscribe_pay-user .ps_rev_label-blank {
    margin-left: 0;
    clear: both;
  }
  .subscribe_pay-user .ps_rev_input-c {
    max-width: none;
    display: block;
  }
  .subscribe_pay-user .ps_rev_label-zipcode {
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 10px;
  }
  .subscribe_pay-user .btn-zipcode {
    padding: 0;
    width: 90px;
    text-align: center;
    float: right;
    margin: 4px 0 0;
  }
  .subscribe_pay-user .btn-zipcode + .ps_rev_label-blank {
    margin-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .support img {
    margin: 0 -16px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .curriculum .curriculum-summary .target:before {
    background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-1@2x.png");
  }
  .curriculum .curriculum-summary .method:before {
    background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-2@2x.png");
  }
  .curriculum .curriculum-summary .during:before {
    background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-3@2x.png");
  }
  .subscribe_type p:before {
    background-image: url("../../images/plsoup/event/subscribe-type-icon-1@2x.png");
  }
  .subscribe_type .subscribe_type-self p:before {
    background-image: url("../../images/plsoup/event/subscribe-type-icon-2@2x.png");
  }
  .subscribe_pay-product dd:before {
    background-image: url("../../images/plsoup/event/img-subscribe_pay@2x.png");
  }
  .subscribe_pay-method .credit:before {
    background-image: url("../../images/plsoup/event/icon-credit@2x.png");
  }
  .subscribe_pay-method .credit.checked:before {
    background-image: url("../../images/plsoup/event/icon-credit-on@2x.png");
  }
  .subscribe_pay-method .bank:before {
    background-image: url("../../images/plsoup/event/icon-bank@2x.png");
  }
  .subscribe_pay-method .bank.checked:before {
    background-image: url("../../images/plsoup/event/icon-bank-on@2x.png");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .curriculum .curriculum-summary .target:before {
    background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-1@3x.png");
  }
  .curriculum .curriculum-summary .method:before {
    background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-2@3x.png");
  }
  .curriculum .curriculum-summary .during:before {
    background-image: url("../../images/plsoup/event/subscribe-curriculum-icon-3@3x.png");
  }
  .subscribe_type p:before {
    background-image: url("../../images/plsoup/event/subscribe-type-icon-1@3x.png");
  }
  .subscribe_type .subscribe_type-self p:before {
    background-image: url("../../images/plsoup/event/subscribe-type-icon-2@3x.png");
  }
  .subscribe_pay-product dd:before {
    background-image: url("../../images/plsoup/event/img-subscribe_pay@3x.png");
  }
  .subscribe_pay-method .credit:before {
    background-image: url("../../images/plsoup/event/icon-credit@3x.png");
  }
  .subscribe_pay-method .credit.checked:before {
    background-image: url("../../images/plsoup/event/icon-credit-on@3x.png");
  }
  .subscribe_pay-method .bank:before {
    background-image: url("../../images/plsoup/event/icon-bank@3x.png");
  }
  .subscribe_pay-method .bank.checked:before {
    background-image: url("../../images/plsoup/event/icon-bank-on@3x.png");
  }
}
/*# sourceMappingURL=subscribe.css.map */