.ss {
  max-width: 390px;
  margin: 50px auto;
}

.ssWrap {
  position: relative;
  width: 100%;
  height: auto;
}

.ssBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  overflow: hidden;
  border-radius: 8px;
  background: url(../wp-content/themes/sango-theme-child/assets/img/common/ss_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ssBox.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.ssBox__hd {
  padding: 16px 0;
  border-radius: 0 0 16px 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #22C6D8;
}

.ssBox__wrap {
  padding: 20px 10px 40px;
}

.ssBox__nums {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ssBox__num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding-right: 2px;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #BBBBBB;
  background: #fff;
}

.ssBox__num:first-child::before {
  display: none;
}

.ssBox__num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: #BBBBBB;

}

.ssBox__num.bg-sky {
  border: 1px solid #22C6D8;
  background: #22C6D8;
  color: #fff;
}

.ssBox__num.active {
  border: 1px solid #22C6D8;
  background: #22C6D8;
  color: #FFF569;
}

.ssBox__num.bg-sky::before,
.ssBox__num.active::before {
  background: #22C6D8;
}

.ssBox__main {
  position: relative;
  max-width: 350px;
  margin: 20px auto 0;
  margin-top: 20px;
  padding: 24px 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #00000014;
}

.ssBox__icon {
  position: absolute;
  top: -8px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding-right: 4px;
  padding-bottom: 2px;
  border: 1px solid #22C6D8;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #FFF569;
  background: #22C6D8;
}

.ssBox__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

.ssBox__ttl span {
  background: linear-gradient(transparent 60%, #FFF569 60%);
}

.ssBox__img {
  max-width: 302px;
  width: 100%;
  margin: 20px auto 0;
}

.ssBox__btns {
  max-width: 302px;
  width: 100%;
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ssBox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 4px);
  height: 36px;
  border: 1px solid #22C6D8;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #22C6D8;
  transition: 0.5s;
  cursor: pointer;
}

.ssBox__btn.bg-sky {
  color: #fff;
  background: #22C6D8;
}

.ssBox__btn--icon.ana {
  width: 61px;
  height: 16px;
}

.ssBox__btn--icon.jal {
  width: 84px;
  height: 24px;
}

.ssBox__btn--sm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 16px) / 3);
  height: 36px;
  border: 1px solid #22C6D8;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  color: #22C6D8;
  cursor: pointer;
  transition: .5s;
}

@media (any-hover: hover) {

  .ssBox__btn:hover,
  .ssBox__btn--sm:hover {
    opacity: 0.6;
  }
}

.ssCrds {
  max-width: 390px;
  width: 100%;
  margin: 40px auto;
}

.ssCrd {
  position: relative;
  overflow: hidden;
  max-width: 390px;
  width: 100%;
  border-radius: 8px;
  background: #F7F3E8;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ssCrd.active {
  display: block;
  opacity: 1;
}

.ssCrd__hd {
  padding: 16px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #333;
  background: #FFF569;
  box-shadow: 0px 4px 0px 0px #0000001A;
}

.ssCrd__hd span {
  font-size: 16px;
}

.ssCrd__main {
  padding: 30px 10px;
}

.ssCrd__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.ssCrd__img {
  width: 245px;
  height: auto;
  margin: 10px auto 0;
}

.ssCrd__box {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 30px auto 0;
  padding: 22px 10px 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #00000014;
}

.ssCrd__sub {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 34px;
  border-radius: 12px 12px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFF569;
  background: #22C6D8;
}

.ssCrd__sub span {}

.ssCrd__lists {
  max-width: 302px;
  width: 100%;
  margin: 0 auto;
}

.ssCrd__list {
  position: relative;
  margin-top: 10px;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}

.ssCrd__list span {
  color: #EE6385;
}

.ssCrd__list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../wp-content/themes/sango-theme-child/assets/img/common/check_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ssCrd__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 350px;
  width: 100%;
  margin: 30px auto 0;
}

.ssCrd__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 4px);
  height: 46px;
  border-radius: 50px;
  border: 1px solid #22C6D8;
  font-size: 16px;
  font-weight: bold;
  color: #22C6D8;
  background: #fff;
  cursor: pointer;
  transition: .5s;
}

.ssCrd__btn.bg-sky {
  color: #fff;
  background: #22C6D8;
}

@media (any-hover: hover) {
  .ssCrd__btn:hover {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .ssBox__icon {
    width: 40px;
    height: 40px;
  }
}