@charset "utf-8";

.appeal-iphone-sbc {
  padding: 45px;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #00dfd8, #0099e5);
}
.appeal-iphone-sbc-cost {
  line-height: 1;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #ff0033;
  font-size: 60px;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff 0 0 5px;
}
.appeal-iphone-sbc-cost-en {
  font-family: sans-serif;
  font-size: 0.6em;
  font-weight: bold;
}
.appeal-iphone-sbc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appeal-iphone-sbc-content-txt, .appeal-iphone-sbc-content-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.appeal-iphone-sbc-content-btn {
  text-align: right;
}
@media (max-width: 768px) {
  .appeal-iphone-sbc {
    padding: 20px;
  }
  .appeal-iphone-sbc-content {
    display: block;
  }
  .appeal-iphone-sbc-content-txt {
    text-align: center;
  }
  .appeal-iphone-sbc-content-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .appeal-iphone-sbc-content-btn {
    text-align: center;
  }
}