@charset "UTF-8";
body.no-scroll {
  overflow: hidden;
}

#wrapper main * {
  font-family: "Noto Sans", "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#wrapper main img {
  width: 100%;
}
#wrapper main sup {
  font-size: 50%;
  top: -0.8em;
}
#wrapper main a:hover {
  opacity: 0.7;
}
#wrapper .content-wrapper {
  position: relative;
  background-color: #FFF;
  max-width: 430px;
  width: 100%;
  margin: auto;
  box-shadow: 0px -13px 60px 0px rgba(0, 52, 87, 0.35);
  overflow: hidden;
}

/* kv start */
#wrapper .kv {
  position: relative;
  background-color: #008EED;
  padding-bottom: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .kv__img {
  position: relative;
}
#wrapper .kv__icon {
  position: absolute;
  display: block;
  width: min(12vw, 51.6px);
  height: min(11.4666666667vw, 49.3066666667px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .kv__btn {
  margin: min(1.3333333333vw, 5.7333333333px) auto 0;
  width: min(84vw, 361.2px);
}
#wrapper .kv__btn a {
  color: #1B1B1B;
  background: #FFE064;
  padding: 18px 0;
  border: 2px solid #1B1B1B;
  box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 128%;
  letter-spacing: 0.72px;
  text-decoration: none;
  width: 100%;
  height: 72px;
  padding: 10px 0px;
  margin: 0 auto;
}
#wrapper .kv__btn a span {
  font-size: 12px;
  line-height: 128%;
  letter-spacing: -0.36px;
}
#wrapper .kv__btn-pop {
  font-size: min(4.2666666667vw, 18.3466666667px);
  font-weight: 700;
  color: #FFF;
  line-height: 1.28;
  margin: 0 auto min(1.3333333333vw, 5.7333333333px);
  text-align: center;
}
#wrapper .kv__btn-pop strong {
  font-size: min(6.4vw, 27.52px);
  font-weight: 700;
  color: #FFE88D;
  line-height: 1.28;
}

/* kv end */
/* txt start */
#wrapper .lead-txt.-typeA {
  color: #1B1B1B;
  text-align: center;
  font-size: min(4.2666666667vw, 18.3466666667px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1706666667vw, 0.7338666667px);
}
#wrapper .lead-txt.-typeB {
  color: #5A5A5A;
  font-size: min(5.3333333333vw, 22.9333333333px);
  font-weight: 500;
  line-height: 150%;
  padding: 0 min(4vw, 17.2px);
}
#wrapper .lead-txt.-typeC {
  color: #1B1B1B;
  font-size: min(4.2666666667vw, 18.3466666667px);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: min(0.1706666667vw, 0.7338666667px);
}
#wrapper .lead-txt.-typeD {
  color: #5A5A5A;
  font-size: min(4.2666666667vw, 18.3466666667px);
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.64px;
}
#wrapper .lead-txt.-typeE {
  color: #757B80;
  font-size: min(3.2vw, 13.76px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
#wrapper .lead-txt.-typeE.center {
  text-align: center;
}
#wrapper .lead-txt.-typeF {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
#wrapper .lead-txt .-bold {
  font-weight: 700;
}

/* txt end */
/* list start */
#wrapper .normal-list__item {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#wrapper .normal-list__item::before {
  content: "・";
  padding: 0 0.25em;
}
#wrapper .normal-list__item .-blue {
  color: #008EED;
}
#wrapper .anno-list {
  counter-reset: listnum;
  display: flex;
  flex-direction: column;
  gap: min(1.3333333333vw, 5.7333333333px);
  margin-top: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .anno-list.anno-list--mtlg {
  margin-top: min(10.6666666667vw, 45.8666666667px);
}
#wrapper .anno-list__item {
  color: #757B80;
  font-size: min(3.2vw, 13.76px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(0.128vw, 0.5504px);
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#wrapper .anno-list__item::before {
  content: "※";
  padding-right: 0.3em;
}
#wrapper .anno-list__item.-bold {
  font-weight: 700;
}
#wrapper .anno-list__item a {
  color: #008EED;
  border-bottom: 1px solid #008EED;
  text-decoration: none;
}
#wrapper .anno-list__item a.-blank::after {
  content: "";
  display: inline-block;
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_07.svg) no-repeat right;
  background-size: cover;
  width: min(2.6666666667vw, 11.4666666667px);
  height: min(2.6666666667vw, 11.4666666667px);
  margin-left: min(0.8vw, 3.44px);
}
#wrapper .anno-list.-num .anno-list__item::before {
  counter-increment: listnum;
  content: "※" counter(listnum);
}
#wrapper .anno-list + .lead-txt {
  margin-top: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .anno-list .normal-list {
  margin-left: -14px;
}
#wrapper .anno-list .normal-list li {
  color: #757B80;
  font-size: min(3.2vw, 13.76px);
}
#wrapper .anno-list .txt-link {
  margin-top: 0;
}
#wrapper .anno-list .txt-link a {
  font-size: min(3.2vw, 13.76px);
}
#wrapper .use-list {
  display: flex;
  flex-direction: column;
  gap: min(10.6666666667vw, 45.8666666667px);
  margin-bottom: min(10.6666666667vw, 45.8666666667px);
}
#wrapper .use-list__item {
  display: flex;
  align-items: center;
  gap: min(4.8vw, 20.64px);
}
#wrapper .use-list__img img {
  width: min(30.6666666667vw, 131.8666666667px);
}
#wrapper .use-list__txt p {
  color: #5A5A5A;
  font-size: min(5.3333333333vw, 22.9333333333px);
  font-weight: 500;
  line-height: 168%;
  letter-spacing: min(0.2133333333vw, 0.9173333333px);
}
#wrapper .use-list__txt p .-pt::after {
  content: "";
  display: inline-block;
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_03.svg) no-repeat center;
  width: min(5.0666666667vw, 21.7866666667px);
  height: min(2.1333333333vw, 9.1733333333px);
  margin: 0 min(2.6666666667vw, 11.4666666667px) min(0.5333333333vw, 2.2933333333px);
}

/* list end */
/* link start */
#wrapper .txt-link {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: min(4vw, 17.2px);
  margin-top: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .txt-link.-nomargin {
  margin-top: 0;
}
#wrapper .txt-link.-mb {
  margin-bottom: 20px;
}
#wrapper .txt-link.-pl0 {
  padding-left: 0px !important;
}
#wrapper .txt-link a {
  color: #008EED;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  text-decoration: none;
  border-bottom: 1px solid #008EED;
}
#wrapper .txt-link a::after {
  content: "";
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_12.svg) no-repeat right;
  display: inline-block;
  width: min(3.7333333333vw, 16.0533333333px);
  height: min(3.7333333333vw, 16.0533333333px);
  padding-left: min(0.2666666667vw, 1.1466666667px);
  margin-bottom: max(-0.6666666667vw, -2.8666666667px);
}
#wrapper .txt-link + .txt-link {
  margin-top: min(2.1333333333vw, 9.1733333333px);
}
#wrapper .txt-link.-blank a::after {
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_07.svg) no-repeat right;
  margin-bottom: max(-0.2666666667vw, -1.1466666667px);
}
#wrapper .txt-link.-modal a::after {
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_14.svg) no-repeat right;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
#wrapper .txt-link.-anchor a::after {
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_18.svg) no-repeat right;
  background-size: cover;
  width: 9px;
  height: 18px;
  margin-left: 5px;
}

/* link end */
/* img start */
#wrapper .sec-img.-typeB {
  margin: min(8vw, 34.4px) 0;
}
#wrapper .sec-img.-typeC {
  padding: 0 min(4vw, 17.2px);
  margin-bottom: min(13.3333333333vw, 57.3333333333px);
}
#wrapper .sec-img.-typeD img {
  display: block;
  width: min(47.7333333333vw, 205.2533333333px);
  margin: 0 auto min(10.6666666667vw, 45.8666666667px);
}
#wrapper .sec-img.-typeE {
  display: block;
  border-radius: min(3.2vw, 13.76px);
  background: #FFF;
  box-shadow: min(0vw, 0px) min(0vw, 0px) min(4vw, 17.2px) min(0vw, 0px) rgba(0, 100, 168, 0.4);
}

/* img end */
/* btn start */
#wrapper .btn-wrapper {
  margin-top: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .btn-wrapper__btn {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: min(4vw, 17.2px);
  border-radius: 999px;
  text-align: center;
  font-size: min(4.2666666667vw, 18.3466666667px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: min(0.1706666667vw, 0.7338666667px);
  text-decoration: none;
  width: min(74.6666666667vw, 321.0666666667px);
  padding: min(2.6666666667vw, 11.4666666667px) 0px;
  margin: 0 auto;
}
#wrapper .btn-wrapper__btn:hover {
  opacity: 0.7;
}
#wrapper .btn-wrapper__btn::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_06.svg) no-repeat;
  background-size: cover;
  width: min(5.3333333333vw, 22.9333333333px);
  height: min(5.3333333333vw, 22.9333333333px);
  right: min(4.8vw, 20.64px);
  top: calc(50% - min(0.2666666667vw, 1.1466666667px));
  transform: translateY(-50%);
}
#wrapper .btn-wrapper__btn.-typeA {
  color: #fff;
  background: #008EED;
}
#wrapper .btn-wrapper__btn.-typeA::after {
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_05.svg) no-repeat;
}
#wrapper .btn-wrapper__btn.-typeB {
  color: #1B1B1B;
  background: #fff;
  border: 2px solid #1B1B1B;
}
#wrapper .btn-wrapper__btn.-typeC {
  color: #1B1B1B;
  background: #FAC75E;
  padding: min(4.8vw, 20.64px) 0;
  border: 2px solid #1B1B1B;
  box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.25);
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  letter-spacing: 0.72px;
  gap: 0;
  border-radius: 40px;
  border: 2px solid #1B1B1B;
  background: #FAC75E;
  box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.25);
  margin-top: 20px;
}
#wrapper .btn-wrapper__btn.-typeC span {
  color: #1B1B1B;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 15.36px */
  letter-spacing: -0.48px;
}
#wrapper .btn-wrapper__btn.-typeC.-row {
  padding: min(2.6666666667vw, 11.4666666667px) 0;
}
#wrapper .btn-wrapper__btn + .btn-wrapper__btn {
  margin-top: min(2.6666666667vw, 11.4666666667px);
}
#wrapper .btn-wrapper .btn-balloon + .btn-wrapper__btn.-typeC {
  margin-top: 4px;
}
#wrapper .btn-wrapper__txt {
  color: #008EED;
  text-align: center;
  font-size: min(3.2vw, 13.76px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(0.128vw, 0.5504px);
  margin-top: min(1.3333333333vw, 5.7333333333px);
}

/* btn end */
/* h2 start */
#wrapper .h2sectionHr {
  background-image: linear-gradient(to right, #CFCFCF 3px, transparent 3px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 10px;
  border: none;
  width: 84%;
}
#wrapper .h2section {
  padding: min(21.3333333333vw, 91.7333333333px) 0 min(13.3333333333vw, 57.3333333333px);
}
#wrapper .h2section.-pb0 {
  padding-bottom: 0;
}
#wrapper .h2section__ttl {
  position: relative;
  color: #1B1B1B;
  text-align: center;
  font-size: min(9.6vw, 41.28px);
  font-style: normal;
  font-weight: 700;
  line-height: 139%;
  z-index: 10;
}
#wrapper .h2section__ttl.-white {
  color: #fff;
}
#wrapper .h2section__ttl small {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.72px;
}
#wrapper .h2section__balloon {
  position: absolute;
  width: min(26.6666666667vw, 114.6666666667px);
  height: min(26.6666666667vw, 114.6666666667px);
  top: -112px;
  right: 20px;
}
#wrapper .h2section__container {
  border-radius: min(3.2vw, 13.76px);
  background: #E1F3FF;
  padding: min(6.4vw, 27.52px) min(4vw, 17.2px);
}
#wrapper .h2section__plus-icon {
  margin-top: -12px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#wrapper .h2section__plus-icon img {
  width: min(10.6666666667vw, 45.8666666667px);
  height: min(10.6666666667vw, 45.8666666667px);
}
#wrapper .h2section__plus-icon + * {
  margin-top: -12px;
}
#wrapper .h2section-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: min(4vw, 17.2px);
  margin: min(16vw, 68.8px) min(5.3333333333vw, 22.9333333333px) 0;
  z-index: 10;
}
#wrapper .h2section-list__item {
  position: relative;
  height: min(46.1333333333vw, 198.3733333333px);
  border-radius: min(3.2vw, 13.76px);
  background: #FFF;
  box-shadow: -8px 8px 16px 0px rgba(0, 52, 87, 0.3);
  cursor: pointer;
}
#wrapper .h2section-list__item.-tall {
  height: min(53.3333333333vw, 229.3333333333px);
}
#wrapper .h2section-list__item a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  gap: min(4vw, 17.2px);
  width: 100%;
  height: 100%;
  padding: min(5.3333333333vw, 22.9333333333px) 0 min(5.3333333333vw, 22.9333333333px) min(4vw, 17.2px);
}
#wrapper .h2section-list__item::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_02.svg);
  background-size: cover;
  width: min(15.4666666667vw, 66.5066666667px);
  height: min(15.4666666667vw, 66.5066666667px);
  bottom: 0;
  right: 0;
}
#wrapper .h2section-list__num {
  color: #008EED;
  font-family: Montserrat;
  font-size: min(12vw, 51.6px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: min(0.96vw, 4.128px);
}
#wrapper .h2section-list__txt {
  color: #1B1B1B;
  font-size: min(8vw, 34.4px);
  font-weight: 700;
  line-height: 140%;
  width: min(61.3333333333vw, 263.7333333333px);
}
#wrapper .h2section-list__txt.-small {
  font-size: min(6.9333333333vw, 29.8133333333px);
}
#wrapper .h2section-list__txt .-gray {
  display: block;
  color: #757B80;
  font-size: min(5.3333333333vw, 22.9333333333px);
  font-weight: 700;
  line-height: 150%;
}
#wrapper .h2section.-blue {
  background: #008EED;
}
#wrapper .h2section .toc {
  position: relative;
  padding: min(5.3333333333vw, 22.9333333333px) 0px min(32vw, 137.6px);
}
#wrapper .h2section .toc::before, #wrapper .h2section .toc::after {
  content: "";
  position: absolute;
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/bg_img_02.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: min(143.2vw, 615.76px);
}
#wrapper .h2section .toc::before {
  top: max(-15.0666666667vw, -64.7866666667px);
}
#wrapper .h2section .toc::after {
  bottom: 0;
}
#wrapper .h2section.-bnr {
  padding-top: min(4vw, 17.2px);
}
#wrapper .h2section.-bnr .h2section__inner {
  margin: 0 min(4vw, 17.2px);
}
#wrapper .h2section.-bnr .h2section__ttl {
  color: #1B1B1B;
  font-size: min(7.4666666667vw, 32.1066666667px);
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin: 0 0 min(4.2666666667vw, 18.3466666667px);
  padding: 0 min(1.3333333333vw, 5.7333333333px);
}
#wrapper .note__inner {
  padding: min(10.6666666667vw, 45.8666666667px) min(5.3333333333vw, 22.9333333333px) 0;
}
#wrapper .note__lead {
  color: #1B1B1B;
  font-size: min(4.2666666667vw, 18.3466666667px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(0.1706666667vw, 0.7338666667px);
}
#wrapper .note__lead + .note__txt {
  margin-top: 0;
}
#wrapper .note__txt {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  margin-top: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .note__txt.mt0 {
  margin-top: 0;
}
#wrapper .note__txt.mt8 {
  margin-top: 8px;
}
#wrapper .note__txt .-bold {
  font-weight: 700;
}
#wrapper .note__small {
  color: #1B1B1B;
  text-align: right;
  font-size: min(2.6666666667vw, 11.4666666667px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1066666667vw, 0.4586666667px);
  margin-top: min(2.6666666667vw, 11.4666666667px);
}
#wrapper .note .txt-link {
  padding: 0 0 0 min(2.6666666667vw, 11.4666666667px);
}
#wrapper .note .txt-link.-blue {
  padding: 0;
  margin-top: min(1.3333333333vw, 5.7333333333px);
}
#wrapper .note .normal-list__item {
  line-height: 157%;
}

/* h2 end */
/* h3 start */
#wrapper .h3section {
  padding: min(13.3333333333vw, 57.3333333333px) 0 min(26.6666666667vw, 114.6666666667px);
}
#wrapper .h3section.-pd0 {
  padding: 0;
}
#wrapper .h3section.-gray {
  background-color: #F5F5F5;
}
#wrapper .h3section__inner {
  margin: 0 min(4vw, 17.2px);
}
#wrapper .h3section__inner > .anno-list {
  padding: 0 min(1.3333333333vw, 5.7333333333px);
}
#wrapper .h3section__ttl {
  color: #1B1B1B;
  font-size: min(7.4666666667vw, 32.1066666667px);
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin: min(2.6666666667vw, 11.4666666667px) 0 min(13.3333333333vw, 57.3333333333px);
  padding: 0 min(1.3333333333vw, 5.7333333333px);
}
#wrapper .h3section__ttl .-blue {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #008EED;
  font-size: min(5.3333333333vw, 22.9333333333px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: min(0.5333333333vw, 2.2933333333px);
  margin-bottom: min(2.1333333333vw, 9.1733333333px);
}
#wrapper .h3section__ttl .-blue span {
  font-family: Montserrat;
  font-size: min(8vw, 34.4px);
  font-weight: 500;
  line-height: 60.667%;
  letter-spacing: min(0.4vw, 1.72px);
}
#wrapper .h3section__ttl .-bgline {
  background: linear-gradient(to bottom, transparent 65%, #FAC75E 35%);
}
#wrapper .h3section__ttl .-fz32 {
  font-size: min(8.5333333333vw, 36.6933333333px);
  line-height: 1.5;
}
#wrapper .h3section__ttl .-fz36 {
  font-size: min(9.6vw, 41.28px);
  line-height: 135%;
}
#wrapper .h3section__ttl .-fz38 {
  font-size: min(10.1333333333vw, 43.5733333333px);
}
#wrapper .h3section__ttl.-typeA {
  margin: min(21.3333333333vw, 91.7333333333px) 0 min(5.3333333333vw, 22.9333333333px);
  text-align: center;
}
#wrapper .h3section__txt {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  padding: 0 min(4vw, 17.2px);
  margin-top: min(2.6666666667vw, 11.4666666667px);
}
#wrapper .h3section.-feature {
  padding-top: min(27.088vw, 116.4784px);
  margin-top: max(-13.7546666667vw, -59.1450666667px);
}
#wrapper .h3section:last-of-type {
  padding-bottom: 0;
}
#wrapper .h3section.card:last-of-type {
  padding-bottom: min(26.6666666667vw, 114.6666666667px);
}
#wrapper .card {
  border-radius: 12px;
  background: #FFF;
  padding: min(13.3333333333vw, 57.3333333333px) min(4vw, 17.2px);
  margin: min(13.3333333333vw, 57.3333333333px) min(4vw, 17.2px);
}
#wrapper .card .h3section__ttl {
  color: #008EED;
  text-align: center;
  font-size: min(7.4666666667vw, 32.1066666667px);
  font-weight: 700;
  line-height: 178.57%;
  margin: 0;
}
#wrapper .card .sub-ttl {
  color: #1B1B1B;
  text-align: center;
  font-size: min(5.8666666667vw, 25.2266666667px);
  font-weight: 500;
  line-height: 109.091%; /* 109.091% */
  margin-top: min(1.3333333333vw, 5.7333333333px);
}
#wrapper .card .h3section__img {
  padding: 0 min(4vw, 17.2px);
  margin-top: min(8vw, 34.4px);
}
#wrapper .card .feature {
  display: flex;
  flex-wrap: wrap;
  gap: min(5.3333333333vw, 22.9333333333px) min(2.6666666667vw, 11.4666666667px);
  padding: 0 min(2.6666666667vw, 11.4666666667px);
  margin-top: min(2.6666666667vw, 11.4666666667px);
}
#wrapper .card .feature__img {
  text-align: center;
  margin: 0 auto;
}
#wrapper .card .feature__img img {
  max-width: 100%;
}
#wrapper .card .feature__upper {
  color: #757B80;
  text-align: center;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  padding-bottom: min(1.3333333333vw, 5.7333333333px);
  border-bottom: 1px solid #757B80;
  margin-bottom: min(2.1333333333vw, 9.1733333333px);
}
#wrapper .card .feature__lower {
  color: #1B1B1B;
  text-align: center;
  font-size: min(4.8vw, 20.64px);
  font-weight: 700;
  line-height: 165%;
  letter-spacing: max(-0.048vw, -0.2064px);
}
#wrapper .card .feature__lower .-blue {
  color: #008EED;
}
#wrapper .card .feature__lower small {
  font-size: min(3.7333333333vw, 16.0533333333px);
}
#wrapper .card .feature__item {
  display: block;
  width: min(37.3333333333vw, 160.5333333333px);
}
#wrapper .card .feature__item:nth-of-type(1) .feature__lower {
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
}
#wrapper .card .feature__item:nth-of-type(2) .feature__lower {
  font-size: min(4.2666666667vw, 18.3466666667px);
  letter-spacing: min(0.0426666667vw, 0.1834666667px);
}
#wrapper .card .feature__item:nth-of-type(3) .feature__lower {
  letter-spacing: max(-0.048vw, -0.2064px);
}
#wrapper .card .feature__item:nth-of-type(4) .feature__lower {
  letter-spacing: max(-0.144vw, -0.6192px);
}
#wrapper .card .normal-list {
  margin-top: min(8vw, 34.4px);
}
#wrapper .card .anno-list {
  margin-top: min(1.3333333333vw, 5.7333333333px);
}
#wrapper .card__txt {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 155%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  margin-top: min(8vw, 34.4px);
}
#wrapper .howto .h3section__inner {
  margin: 0 min(8vw, 34.4px);
}
#wrapper .howto .step-card {
  border: 4px solid #008EED;
  border-radius: 8px;
  padding: 0;
  color: #000;
  position: relative;
}
#wrapper .howto .step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 28px 0 28px;
  border-color: #008EED transparent transparent;
  translate: -50% 100%;
}
#wrapper .howto .step-card + .step-card {
  margin-top: 24px;
}
#wrapper .howto .step-card__header {
  background-color: #008EED;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 0;
  width: 100%;
}
#wrapper .howto .step-card__label {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Montserrat;
  line-height: 100%;
  letter-spacing: 0.84px;
}
#wrapper .howto .step-card__number {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: Montserrat;
  line-height: 100%;
  letter-spacing: 0.84px;
}
#wrapper .howto .step-card__main {
  padding: 10px;
}
#wrapper .howto .step-card__text {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 4px;
}
#wrapper .howto .step-card .txt-link {
  margin: 0;
  margin-left: auto;
}

/* h3 end */
/* h4 start */
#wrapper .h4section {
  margin-top: min(21.3333333333vw, 91.7333333333px);
  padding: 0 min(1.3333333333vw, 5.7333333333px);
}
#wrapper .h4section.-line {
  margin-top: min(10.6666666667vw, 45.8666666667px);
  padding-top: min(10.6666666667vw, 45.8666666667px);
  background-image: linear-gradient(to right, #CFCFCF 3px, transparent 3px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
#wrapper .h4section:first-of-type {
  margin-top: min(13.3333333333vw, 57.3333333333px);
}
#wrapper .h4section__txt {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  margin-top: min(2.6666666667vw, 11.4666666667px);
}
#wrapper .h4-ttl {
  font-size: min(5.8666666667vw, 25.2266666667px);
}
#wrapper .h4-ttl.-typeA {
  color: #1B1B1B;
  text-align: center;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: min(1.0666666667vw, 4.5866666667px);
}
#wrapper .h4-ttl.-typeB {
  color: #008EED;
  font-weight: 700;
  line-height: 150%;
}
#wrapper .h4-ttl.-typeC {
  color: #1B1B1B;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(0.2346666667vw, 1.0090666667px);
  margin-bottom: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .h4-ttl.-typeC.center {
  text-align: center;
}
#wrapper .h4-ttl sup {
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.88px;
}
#wrapper .h4-ttl span {
  font-size: min(4.2666666667vw, 18.3466666667px);
}

/* h4 end */
/* アコーディオン start */
#wrapper .acco-wrapper {
  margin-top: min(2.6666666667vw, 11.4666666667px);
  margin-bottom: 40px;
}
#wrapper .acco-wrapper__btn p {
  display: inline-block;
  position: relative;
  color: #292C2E;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  padding-right: min(6.1333333333vw, 26.3733333333px);
  border-bottom: 1px solid #292C2E;
  cursor: pointer;
}
#wrapper .acco-wrapper__btn p::before, #wrapper .acco-wrapper__btn p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: min(3.2vw, 13.76px);
  right: 0;
  width: min(3.7333333333vw, 16.0533333333px);
  height: min(0.2666666667vw, 1.1466666667px);
  background-color: #292C2E;
  transition: opacity 1s;
}
#wrapper .acco-wrapper__btn p::after {
  transform: rotate(90deg);
  transition: transform 1s;
}
#wrapper .acco-wrapper__btn.is-active p::before {
  opacity: 0;
}
#wrapper .acco-wrapper__btn.is-active p::after {
  transform: rotate(180deg);
}
#wrapper .acco-wrapper__cont {
  display: none;
}
#wrapper .acco-wrapper__ttl {
  margin-top: min(5.3333333333vw, 22.9333333333px);
  color: #1B1B1B;
  font-size: min(5.8666666667vw, 25.2266666667px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(0.2346666667vw, 1.0090666667px);
}
#wrapper .acco-wrapper__tbl {
  margin-top: min(5.3333333333vw, 22.9333333333px);
}

/* アコーディオン end */
/* カルーセル start */
#wrapper .car-ttl {
  color: #FFF;
  text-align: center;
  font-size: min(5.8666666667vw, 25.2266666667px);
  font-style: normal;
  font-weight: 700;
  line-height: 227.273%;
}
#wrapper .car-ttl::after {
  content: "";
  display: block;
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/bg_img_01.svg) no-repeat;
  background-size: cover;
  width: min(74.6666666667vw, 321.0666666667px);
  height: min(1.6vw, 6.88px);
  margin: auto;
}
#wrapper .slider {
  margin: min(5.3333333333vw, 22.9333333333px) 0;
}
#wrapper .slider__img {
  margin: 0 min(5.3333333333vw, 22.9333333333px);
  overflow: hidden;
}

/* カルーセル end */
/* タブ start */
#wrapper .tab-list {
  display: flex;
  gap: 11px;
  justify-content: center;
  border-bottom: 2px solid #008EED;
  margin-top: 50px;
}
#wrapper .tab-button {
  flex: 1;
  max-width: 158px;
  border-radius: 5px 5px 0 0;
  background-color: #F5F5F5;
  color: #008EED;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.88px;
  padding: 8px 0 8px;
  cursor: pointer;
}
#wrapper .tab-button span {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 17.64px;
  letter-spacing: normal;
  font-size: 14px;
}
#wrapper .tab-button.is-active {
  color: #fff;
  background-color: #008EED;
}
#wrapper .tab-content {
  display: none;
  padding-bottom: 35px;
}
#wrapper .tab-content.is-active {
  display: block;
}
#wrapper .tab-wrap {
  background-color: #f5f5f5;
}

/* タブ end */
/* ステップリスト start */
#wrapper .stepflow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
#wrapper .stepflow__item {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
}
#wrapper .stepflow__item:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 67px);
  bottom: 5px;
  background-color: #008EED;
  left: 28px;
}
#wrapper .stepflow__border {
  margin: 20px 0;
  height: 2px;
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/border.svg) repeat-x;
}
#wrapper .stepflow__text {
  flex: 1;
}
#wrapper .stepflow__text .note__txt {
  min-height: 4.8em;
}
#wrapper .stepflow__lead {
  color: #1B1B1B;
  font-size: min(4.2666666667vw, 18.3466666667px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(0.1706666667vw, 0.7338666667px);
  margin-bottom: 16px;
}
#wrapper .stepflow__lead + .note__txt {
  margin-top: 0;
}
#wrapper .stepflow__txt {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
  margin-top: min(5.3333333333vw, 22.9333333333px);
  min-height: 4.8em;
}

/* ステップリスト end */
/* PC表示時MENU start */
#wrapper .menu {
  display: none;
}
@media screen and (min-width: 1080px) {
  #wrapper .menu {
    display: block;
    position: fixed;
    width: 479px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }
  #wrapper .menu__ttl {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px; /* 140% */
  }
  #wrapper .menu-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
  #wrapper .menu-list__item {
    height: 140px;
    border-radius: 12px;
    border: 2px solid #1B1B1B;
    background: #008EED;
    box-shadow: -8px 8px 16px 0px rgba(0, 52, 87, 0.3);
    cursor: pointer;
  }
  #wrapper .menu-list__item.-tall {
    height: 200px;
  }
  #wrapper .menu-list__item a {
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    gap: 15px;
    width: 100%;
    height: 100%;
    padding: 20px 0px 20px 15px;
  }
  #wrapper .menu-list__item a::after {
    content: "";
    position: absolute;
    display: block;
    background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_10.svg);
    background-size: cover;
    width: 83.41px;
    height: 46.94px;
    bottom: 0;
    right: 0;
  }
  #wrapper .menu-list__num {
    color: #E8E8E8;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 500;
    line-height: 100%; /* 45px */
    letter-spacing: 3.6px;
  }
  #wrapper .menu-list__txt {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
  #wrapper .menu-list__txt .-small {
    display: block;
    font-size: 20px;
    line-height: 120%;
  }
  #wrapper .menu__btn {
    margin: 40px auto 0;
    width: 430px;
  }
  #wrapper .menu__btn a {
    color: #1B1B1B;
    background: #FAC75E;
    padding: 18px 0;
    border: 2px solid #1B1B1B;
    box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.25);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.72px;
    text-decoration: none;
    width: 100%;
    height: 72px;
    padding: 10px 0px;
    margin: 0 auto;
  }
  #wrapper .menu__btn a::after {
    content: "";
    display: block;
    position: absolute;
    background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_11.svg) no-repeat;
    width: 12px;
    height: 20px;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1240px) {
  #wrapper .menu {
    left: 50%;
    transform: translate(calc(-100% - 90px), -50%);
  }
}
@media screen and (max-height: 800px) and (min-width: 1080px) and (max-width: 1239px) {
  #wrapper .menu {
    transform: translateY(-50%) scale(0.68);
    transform-origin: right;
  }
}
@media screen and (max-height: 800px) and (min-width: 1240px) {
  #wrapper .menu {
    transform: translate(calc(-100% - 90px), -50%) scale(0.68);
    transform-origin: right;
  }
}

/* PC表示時MENU end */
/* modal start */
#wrapper .modal {
  display: none;
  color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 110;
}
#wrapper .modal__inner {
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 84vw;
  max-width: 960px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  background-color: #fff;
  height: 90%;
  max-height: 765px;
}
#wrapper .modal__scroll {
  width: 100%;
  height: 100%;
}
#wrapper .modal__content {
  padding: min(8vw, 34.4px) min(4vw, 17.2px);
  max-width: 430px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
#wrapper .modal__lead {
  color: #000;
  text-align: center;
  font-size: min(4.8vw, 20.64px);
  font-weight: 400;
  line-height: 135%;
}
#wrapper .modal__ttl {
  color: #008EED;
  text-align: center;
  font-size: min(7.4666666667vw, 32.1066666667px);
  font-weight: 700;
  line-height: 178.571%;
  margin-top: min(3.2vw, 13.76px);
}
#wrapper .modal__img {
  margin: min(1.3333333333vw, 5.7333333333px) auto 0;
  width: min(60vw, 258px);
}
#wrapper .modal__close {
  display: block;
  position: absolute;
  background-color: #008EED;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  top: -13.5px;
  right: -9.5px;
  z-index: 150;
}
#wrapper .modal__close::before, #wrapper .modal__close::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFF;
  width: 2.5px;
  height: 21px;
  top: 8px;
  left: 16px;
}
#wrapper .modal__close::before {
  transform: rotate(45deg);
}
#wrapper .modal__close::after {
  transform: rotate(-45deg);
}
#wrapper .modal__bg {
  position: fixed;
  z-index: 50;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#wrapper .modal__text {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.64px;
  text-align: left;
}
#wrapper .modal__text:not(:first-child) {
  margin-top: min(4.2666666667vw, 18.3466666667px);
}
#wrapper .modal__text + .txt-link {
  margin-top: 0;
}
#wrapper .modal__acc-btn {
  border-bottom: solid 1px #008EED;
  display: block;
  margin-top: min(2.1333333333vw, 9.1733333333px);
  cursor: pointer;
}
#wrapper .modal__acc-btn:hover {
  opacity: 0.7;
}
#wrapper .modal__acc-btn p {
  position: relative;
  font-size: min(3.7333333333vw, 16.0533333333px);
  color: #008EED;
  padding-right: min(4.2666666667vw, 18.3466666667px);
}
#wrapper .modal__acc-btn p::before, #wrapper .modal__acc-btn p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: min(3.2vw, 13.76px);
  right: 0;
  width: min(3.2vw, 13.76px);
  height: min(0.2666666667vw, 1.1466666667px);
  background-color: #008EED;
  transition: opacity 1s;
}
#wrapper .modal__acc-btn p::after {
  transform: rotate(90deg);
  transition: transform 1s;
}
#wrapper .modal__acc-btn.is-active p::before {
  opacity: 0;
}
#wrapper .modal__acc-btn.is-active p::after {
  transform: rotate(180deg);
}
#wrapper .modal__acc-cont {
  display: none;
  padding-top: min(2.1333333333vw, 9.1733333333px);
}
#wrapper .modal__acc-cont + .modal__text {
  margin-top: min(6.4vw, 27.52px);
}
#wrapper .modal .btn-wrapper {
  margin-top: min(2.6666666667vw, 11.4666666667px);
}
#wrapper .modal .btn-wrapper__txt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: min(0.1866666667vw, 0.8026666667px);
}
#wrapper .modal .btn-wrapper__txt:not(:first-child) {
  margin-top: 20px;
}
#wrapper .modal .btn-wrapper__txt.-fs12 {
  font-size: 12px;
}
#wrapper .modal .btn-wrapper__txt + .btn-wrapper__btn {
  margin-top: min(2.1333333333vw, 9.1733333333px);
  padding: min(3.2vw, 13.76px) 0;
}
#wrapper .modal .btn-wrapper__btn {
  width: min(74.6666666667vw, 321.0666666667px);
}
#wrapper .modal .btn-wrapper__btn + .btn-wrapper__btn {
  margin-top: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .modal .btn-wrapper__btn::after {
  content: none;
}
#wrapper .modal .txt-link {
  padding: 0;
}
#wrapper .modal.-step .modal__ttl {
  font-size: min(5.8666666667vw, 25.2266666667px);
  font-weight: 700;
  line-height: 160%;
  text-align: left;
  color: #1B1B1B;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
#wrapper .modal.-step .modal__ttl.-fz16 {
  font-size: min(4.2666666667vw, 18.3466666667px);
}
#wrapper .modal.-step .modal__lead {
  color: #1B1B1B;
  font-size: min(4.2666666667vw, 18.3466666667px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.64px;
  text-align: left;
  margin-bottom: 10px;
}
#wrapper .modal.-step .modal__lead.-normal {
  font-weight: 400;
}
#wrapper .modal.-step .modal__img {
  margin: 0 auto;
  width: auto;
  margin-bottom: 10px;
}
#wrapper .modal.-step .modal__content {
  position: relative;
}
#wrapper .modal.-step .modal__header {
  display: flex;
  padding: 4px 4px 4px 12px;
  align-items: center;
  border-radius: 8px 0px 0px 0px;
  background: #008EED;
  width: 96px;
  position: absolute;
  gap: 8px;
  top: 0;
  left: 0;
  z-index: 150;
}
#wrapper .modal.-step .modal__header.-back {
  width: 63px;
  padding-left: 24px;
  text-decoration: none;
}
#wrapper .modal.-step .modal__header.-back span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
  text-decoration: none;
  position: relative;
  display: block;
}
#wrapper .modal.-step .modal__header.-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_17.svg) no-repeat right;
  background-size: cover;
  width: 14px;
  height: 14px;
}
#wrapper .modal.-step .modal__label {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
#wrapper .modal.-step .modal__number {
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}
#wrapper .modal.-step .btn-wrapper__btn.-typeC {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  letter-spacing: 0.72px;
  gap: 0;
  border-radius: 40px;
  border: 2px solid #1B1B1B;
  background: #FFE064;
  box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.25);
  margin-top: 20px;
}
#wrapper .modal.-step .btn-wrapper__btn.-typeC span {
  color: #1B1B1B;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; /* 15.36px */
  letter-spacing: -0.48px;
}
@media screen and (min-width: 769px) {
  #wrapper .modal__inner {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
  }
}

/* modal end */
#wrapper .step__btn-wrap {
  margin-top: 20px;
}
#wrapper .step__btn {
  display: flex;
  height: 52px;
  padding: 10px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  border-radius: 40px;
  background: #008EED;
  color: var(--FFFFFF, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: 0.64px;
  text-decoration: none;
  position: relative;
}
#wrapper .step__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_15.svg) no-repeat right;
  background-size: cover;
  width: 20px;
  height: 20px;
}
#wrapper .step__note {
  color: #008EED;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-top: 4px;
}
#wrapper .step__line {
  background-image: linear-gradient(to right, #CFCFCF 3px, transparent 3px);
  background-size: min(2.1333333333vw, 9.1733333333px) min(0.2666666667vw, 1.1466666667px);
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: min(5.3333333333vw, 22.9333333333px);
  padding-top: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .step-btn-wrapper {
  gap: 15px;
  margin-top: 50px;
}
#wrapper .step-btn-wrapper__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 48px 10px 24px;
  border-radius: 40px;
  border: 4px solid #008EED;
  background: #FFF;
  text-decoration: none;
  color: #008EED;
  font-size: 14px;
}
#wrapper .step-btn-wrapper__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_14.svg) no-repeat right;
  background-size: cover;
  width: 24px;
  height: 24px;
}

#wrapper .branch-btnWrap:not(:last-child) {
  margin-bottom: 20px;
}
#wrapper .branch-btnWrap__btn {
  display: flex;
  height: 69px;
  padding: 0px 30px 0 14px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #008EED;
  background: #FFF;
  color: #1B1B1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  text-decoration: none;
  position: relative;
}
#wrapper .branch-btnWrap__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_16.svg) no-repeat right;
  background-size: cover;
  width: 7px;
  height: 12px;
}

#wrapper .qa {
  padding-bottom: 0;
}
#wrapper .qa__list .txt-link {
  margin: 0;
  padding: 0;
}
#wrapper .qa__list li:not(:first-child) {
  padding-top: 14px;
}
#wrapper .qa__list li:not(:last-child) {
  padding-bottom: 14px;
  background-image: linear-gradient(to right, #CFCFCF 3px, transparent 3px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#wrapper .qa__text {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.64px;
}
#wrapper .qa__text.-bold {
  font-weight: 700;
}
#wrapper .qa__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
#wrapper .qa__wrapper + .qa__wrapper {
  margin-top: 8px;
}
#wrapper .qa__icon {
  display: flex;
  padding: 5px 7px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #008EED;
}
#wrapper .qa__icon span {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

#wrapper .company-item > *:first-child {
  margin-top: 0;
}
#wrapper .company-item + .company-item {
  margin-top: min(10.6666666667vw, 45.8666666667px);
  padding-top: min(10.6666666667vw, 45.8666666667px);
  background-image: linear-gradient(to right, #CFCFCF 3px, transparent 3px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

/* anchor apply start */
#wrapper .fixed-apply {
  display: block;
  position: fixed;
  width: 92px;
  height: 92px;
  bottom: 14px;
  right: 14px;
  border-radius: 999px;
  border: 2px solid #1B1B1B;
  background: #FAC75E;
  box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.25);
  overflow: hidden;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
@media screen and (min-width: 1080px) {
  #wrapper .fixed-apply {
    display: none;
  }
}
#wrapper .fixed-apply a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #1B1B1B;
  text-align: center;
  font-size: min(3.4666666667vw, 14.9066666667px);
  font-weight: 700;
  line-height: 131%; /* 17.03px */
  text-decoration: none;
  width: 100%;
  height: 100%;
}
#wrapper .fixed-apply a::after {
  content: "";
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_09.svg);
  background-size: cover;
  width: 12px;
  height: 7px;
}
#wrapper .fixed-apply a:hover {
  opacity: 0.7;
}
#wrapper .fixed-apply.is-visible {
  opacity: 1;
  visibility: visible;
}

/* anchor apply end */
/* footer start */
#wrapper .l-footer-copyright {
  padding: 18.3466666667px 0;
  background: #05131b;
}
#wrapper .l-footer .m-footer-copy-txt {
  padding: 0 10px;
  color: #fff;
  font-family: Arial;
  font-size: min(4vw, 17.2px);
  text-align: center;
  letter-spacing: 0.5px;
}
#wrapper .m-footer-link {
  background: #5b5b5b;
}
#wrapper .m-footer-link-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 10px;
  padding: 16.0533333333px 22.9333333333px 16.0533333333px 30.96px;
  font-size: 12.6133333333px;
}
#wrapper .m-footer-link-list li {
  font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  margin-right: 11.4666666667px;
  line-height: 2;
}
#wrapper .m-footer-link-list li a {
  color: #fff;
  text-decoration: none;
}
#wrapper .m-footer-link-list li a:hover {
  -webkit-transition: all 0.3s ease;
  opacity: 0.7;
  transition: all 0.3s ease;
}
#wrapper .m-footer-link-pagetop {
  display: none;
}
#wrapper .m-footer-copy-txt {
  font-family: Arial;
  padding: 0 11.4666666667px;
  color: #fff;
  font-size: 14.9066666667px;
  text-align: center;
  letter-spacing: 0.5733333333px;
}
@media screen and (max-width: 429px) {
  #wrapper .m-footer-link {
    background: #5b5b5b;
  }
  #wrapper .m-footer-link-list {
    font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 184vw;
    padding: 3.73333vw 5.33333vw 3.73333vw 7.73333vw;
    font-size: 2.93333vw;
  }
  #wrapper .m-footer-link-list li {
    line-height: 2;
    margin-right: 4vw;
  }
  #wrapper .m-footer-link-list li a {
    color: #fff;
    text-decoration: none;
  }
  #wrapper .m-footer-link-list li a:hover {
    text-decoration: underline;
  }
  #wrapper .m-footer-copy-txt {
    font-family: Arial;
    padding: 0 2.66667vw;
    color: #fff;
    font-size: 3.46667vw;
    text-align: center;
    letter-spacing: 0.13333vw;
  }
  #wrapper .l-footer-copyright {
    padding: 4.53333vw 0;
    background: #05131b;
  }
}

/* footer end　*/
@media screen and (min-width: 431px) {
  #wrapper::before {
    background: #008EED url(/promotion/ordercard/os_card-tsumitate/sbi/images/bg_img_01_tab.png) center/cover no-repeat;
    content: "";
    height: 100vh;
    left: 50%;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper::before {
    background: #008EED url(/promotion/ordercard/os_card-tsumitate/sbi/images/bg_img_01_pc.png) center/cover no-repeat;
    width: 1920px;
  }
}
@media screen and (min-width: 431px) {
  #wrapper main {
    padding-top: min(9.6vw, 41.28px);
  }
  #wrapper main .content-wrapper {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  #wrapper .content-wrapper {
    left: 255px; /* 要素の半分 + 中心からの距離 */
  }
}

/* json style */
#wrapper .json-note {
  font-family: "Noto Sans", "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #757B80;
  font-size: min(3.2vw, 13.76px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
}
#wrapper .json-note a {
  color: #008EED;
  word-break: break-word;
}
#wrapper .json-note a[target=_blank]::after {
  content: "";
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_07.svg) no-repeat right;
  background-size: cover;
  display: inline-block;
  width: min(2.6666666667vw, 11.4666666667px);
  height: min(2.6666666667vw, 11.4666666667px);
  margin-left: min(0.8vw, 3.44px);
  margin-bottom: max(-0.2666666667vw, -1.1466666667px);
}
#wrapper .json-note.-fz14 {
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
}
#wrapper .json-note.-fz14 a {
  color: #008EED;
}
#wrapper .json-note.-fz14 a[target=_blank]::after {
  content: "";
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_07.svg) no-repeat right;
  background-size: cover;
  display: inline-block;
  width: min(3.7333333333vw, 16.0533333333px);
  height: min(3.7333333333vw, 16.0533333333px);
  margin-left: min(0.8vw, 3.44px);
  margin-bottom: max(-0.2666666667vw, -1.1466666667px);
}
#wrapper .json-note.-fz12 {
  color: #1B1B1B;
  font-size: min(3.2vw, 13.76px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
}
#wrapper .json-note.-fz12 a {
  color: #008EED;
}
#wrapper .json-note.-fz12 a[target=_blank]::after {
  content: "";
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_07.svg) no-repeat right;
  background-size: cover;
  display: inline-block;
  width: min(3.2vw, 13.76px);
  height: min(3.2vw, 13.76px);
  margin-left: min(0.8vw, 3.44px);
  margin-bottom: max(-0.2666666667vw, -1.1466666667px);
}
#wrapper .json-note > div strong {
  font-weight: 700;
}

/* json style end */
/* inc style */
#wrapper .inc_notes {
  font-family: "Noto Sans", "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #1B1B1B;
  font-size: min(3.7333333333vw, 16.0533333333px);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: min(0.1493333333vw, 0.6421333333px);
}
#wrapper .inc_notes + .inc_notes {
  margin-top: min(5.3333333333vw, 22.9333333333px);
}
#wrapper .inc_notes a {
  color: #008EED;
}
#wrapper .inc_notes a[target=_blank]::after {
  content: "";
  background: url(/promotion/ordercard/os_card-tsumitate/sbi/images/icon_07.svg) no-repeat right;
  background-size: cover;
  display: inline-block;
  width: min(3.7333333333vw, 16.0533333333px);
  height: min(3.7333333333vw, 16.0533333333px);
  margin-left: min(0.8vw, 3.44px);
  margin-bottom: max(-0.2666666667vw, -1.1466666667px);
}
#wrapper .inc-bunner-area {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

/* inc style end *//*# sourceMappingURL=style.css.map */