@charset "UTF-8";
/* COMMON */

.wd100 {
  width: 100%;
}
.l-inner {
  max-width: 1000px;
}
.text-blue {
  color: #00a0e9 !important;
}
.text-gray02 {
  color: #aaa !important;
}
.text-black-lp {
  color: #151515 !important;
  font-size: 14px !important;
}
.bg-dark-gray {
  background-color: #d4d4d4 !important;
}
.bg-gray2 {
  background-color: #f2f2f2;
}
.flow-table .bg-gray2 {
  padding: 10px;
}
.flex-nml {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#lp .fzmm, #lp .fzmm a {
  font-size: 16px;
}
.fzxl {
  font-size: 5vw;
}
.fzl {
  font-size: 4.5vw;
}
.fzl2 {
  font-size: 3.4vw;
}
.fzm {
  font-size: 4.5vw;
  line-height: 1.4;
}
.fzs2 {
  font-size: 3.8vw;
  line-height: 1.4;
}
.fzs {
  font-size: 13px;
  line-height: 1.4;
}
.fzss {
  font-size: 11px;
}
.cv-wrapper {
  width: 100%;
  padding: 0 0;
}
@media (min-width: 769px) {
    img {
  image-rendering: -webkit-optimize-contrast;
}
  #lp .fzmm, #lp .fzmm a {
    font-size: 24px;
  }
  .fzxl {
    font-size: 40px;
  }
  .fzl {
    font-size: 28px;
  }
  .fzl2 {
    font-size: 24px;
  }
  .fzm {
    font-size: 20px;
  }
  .fzs2 {
    font-size: 20px;
  }
  .fzs {
    font-size: 18px;
  }
  .fzss {
    font-size: 15px;
  }
}
@media (max-width: 413px) {
  .fzxl {
    font-size: 5vw;
  }
  .fzl {
    font-size: 4.5vw;
  }
  .fzl2 {
    font-size: 3.4vw;
  }
  #lp .fzmm, #lp .fzmm a {
    font-size: 3.5vw !important;
  }
  .fzm {
    font-size: 4.5vw;
    line-height: 1.4;
  }
  .fzs2 {
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .fzs {
    font-size: 13px;
    line-height: 1.4;
  }
  .fzss {
    font-size: 10px;
  }
}
.sub-txt {
  font-size: 12px;
}
.text-size-s {
  font-size: 11px !important;
}
.g-font {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif !important;
}
.l-inner.bg-white {
  border-radius: 0;
}
.round-box {
  border: 1px solid #3a393b;
  border-radius: 0;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .round-box {
    border: 1px solid #3a393b;
    border-radius: 0;
    padding: 0 15px;
  }
}
.tab-target-item .l-inner {
  padding: 0 30px 30px;
  /*padding: 30px 15px 35px;*/
}
.tab-list {
  padding: 0 !important;
}
.tab-list .tab-list-item {
  width: calc(50% - 5px);
  margin: 0;
}
.tab-list .tab-list-item > div {
  width: 100%;
  height: 100%;
}
.tab-list .tab-list-item:nth-of-type(1) {
  margin-right: 5px !important;
}
.accordion-title {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.5;
  padding: 12px 45px 8px 15px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #3a393b;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease;
}
.accordion-icon span {
  background-color: #00a0e9;
}
.accordion-title.black-bg {
  background-color: #f2f2f2;
  color: #3a393b;
}
.accordion-title.gray-bg {
  background-color: #e8e8e8;
}
.accordion-title.gray-bg .accordion-icon span {
  background-color: #b6b6b6;
}
.accordion-box {
  padding: 0 0 0 !important;
}
.accordion-box .l-inner {
  padding: 15px;
}
#bill-data {
  width: 100%;
  position: absolute;
  top: 550px;
  left: 0;
}
#headpromotion {
  background-color: #FC0F3A;
}
#headpromotion a {
  display: block;
  text-align: center;
  padding: 0 10px;
}
#headpromotion a img {
  width: 100%;
  max-width: 1000px;
  margin: 15px auto;
}
#headpromotion .headpromotion-close {
  display: none;
}
#lp .gotop {
  bottom: 135px;
}
.btn-inline-wrapper .btn:nth-child(5) {
  margin-top: 0;
}
/* CV */
.cv-wrapper {
    display: none;
  width: 100%;
  /*background-color: rgba(255,255,255,0.5);*/
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
.cv-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cv-item {
  width: 48%;
  text-align: right;
}
.cv-item:nth-of-type(1) {
  text-align: left;
}
.cv-item a {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  text-align: center;
  background: #FC0F3A;
  border: 1px solid #FC0F3A;
  border-radius: 10px;
  padding: 10px 5px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 3px 0px #d70b32;
  line-height: 1.4;
  transition: all .1s ease;
  top: 0px;
  position: relative;
  min-width: 100%;
}
.cv-item a br {
  display: none;
}
.cv-item:nth-child(1) {
  margin: 0 4% 15px 0;
}
.cv-item:nth-child(2) {
  margin: 0 0 15px 0;
}
.cv-item:nth-child(3) {
  margin: 0 4% 0 0;
}
.cv-item:nth-child(4) {
  margin: 0 0 0 0;
}
.cv-item-long {
  width: 100%;
  margin-bottom: 10px;
}
.cv-item a:not(.btn-disabled):hover {
  box-shadow: 0px 0px 0px #cacaca;
  padding: 10px 5px;
  top: 3px;
  opacity: 0.7;
}
/* タブのスタイルの調整 */
.tab-list {
  padding: 0 10px;
  border-bottom: none;
}
.tab-list-item {
  width: calc(50% - 10px);
  background-color: #b6b6b6;
  color: #fff !important;
  border: none !important;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin: 0 5px;
}
.tab-list-item.is-active {
  background-color: #323232;
}
.tab-list-item.is-active::after {
  content: none;
}
.tab-target-wrapper {
  background-color: #FFF;
  position: relative;
}
/* MV */
.mv-wrapper {
  padding-bottom: 20px;
}
.mv-ttl {
  width: auto;
  margin: 0 0 0 0;
  /*
  height : 320px;
  background-image : url("/store/sp/sbikou/images/mv_iphone_sp.png");
  height: 72.8vw;
  background-image: url(/store/sp/sbikou/images/mv_sp.png);
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: 100% auto;
*/
}
.mv-ttl span {
  text-indent: -999em;
  display: block;
  height: 0;
}
/* styles */
.flow-article-ttl {
  background-color: #6f6e71;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.flow-article-ttl::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13.5px 0 13.5px;
  border-color: #6f6e71 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
}
.flow-article-ttl span {
  color: #FFF;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em 1.5em;
  position: relative;
}
.flow-article-ttl span.ttl {
  font-size: 22px;
}
.flow-article-ttl span.box-etc {
  text-align: center;
  color: #00a0e9;
  background-color: #bfebff;
  font-size: 14px;
  border-radius: 5px;
  margin: 0px 20px 20px 20px;
  padding: 10px 20px;
}
.flow-article-ttl span.text-etc {
  font-size: 14px;
  color: #fff;
  padding-top: 0;
  display: block;
  margin-top: -10px;
}
.flow-article-ttl span.text-etc:before, .flow-article-ttl span.text-etc:after, .flow-article-ttl span.box-etc:before, .flow-article-ttl span.box-etc:after {
  display: none;
}
.flow-article-ttl span.box-etc strong {
  padding: 5px 0 0 0;
  font-size: 14px;
  display: block;
  text-align: center;
}
.flow-section-ttl {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 1em 0;
}
.flow-section-ttl-wrapper {
  width: 100%;
  background-color: #FFF;
  position: relative;
}
.flow-section-ttl-wrapper2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  position: relative;
}
.flow-section-icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: #00a0e9 solid 2px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 0px;
}
.flow-section-icon span {
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.flow-section-icon span > span {
  font-size: 17px;
  position: relative;
  padding-top: 3px;
  transform: none;
}
.flow-acn-btn a {
  width: 100%;
  background-color: #b6b6b6;
  display: block;
  border-radius: 40px;
}
.flow-acn-btn a span {
  font-size: 14px;
  display: block;
  padding: 15px 0;
  position: relative;
}
.flow-acn-btn a span::before, .flow-acn-btn a span::after {
  content: '';
  position: absolute;
  top: 50%;
}
.flow-acn-btn a span::before {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.flow-acn-btn a span::after {
  width: 6px;
  height: 6px;
  border-top: #b6b6b6 solid 2px;
  border-right: #b6b6b6 solid 2px;
  transform: translateY(-50%) rotate(135deg);
  right: 18px;
  margin-top: -1px;
}
.flow-table {
  line-height: 1.2;
  border-collapse: collapse;
}
table.flow-table, table.table-radius {

}
table.flow-table td, table.table-radius td {

}
table.flow-table div, table.table-radius div {

}
.flow-table td {
  font-size: 12px;
  padding: 15px 0;
}
.flow-table tr + tr {
  border-top: #858585 solid 1px;
}
.flow-table tr + tr.border-bold {
  border-top: #858585 solid 2px;
}
.flow-table tr td {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  padding: 10px;
}
.flow-table th.table-cell-title {
  background-color: #fafafa;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 4px;
  border-top: #e8e8e8 solid 1px;
}
.flow-table .no_pdlr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flow-table.after-plus, .after-plus_etc {
  position: relative;
}
.flow-table.after-plus::after {
  content: '＋';
  font-size: 22px;
  position: absolute;
  text-align: center;
  display: block;
  bottom: -44px;
  left: 0;
  right: 0;
}
.flow-sup-icon span {
  background-color: #00a0e9;
  line-height: 1;
  display: inline-block;
  padding: 0.75em 2em 0.7em;
  border-radius: 20px;
  position: relative;
}
.flow-sup-icon span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #00a0e9 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
.flow-online-list {
  width: 100%;
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  ;
}
.flow-online-list li {
  width: 30%;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 7px;
  position: relative;
  color: #3a393b;
}
.flow-online-list li:not(:last-child) {
  margin-right: 15px;
}
.flow-online-list li div {
  width: 100%;
  position: relative;
  padding-top: 100%;
  height: 0;
}
.flow-online-list li p {
  position: absolute;
  top: calc((100% - 3.5em)/2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.flow-online-num {
  width: 31px;
  height: 31px;
  background-color: #00a0e9;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: -4px;
}
.flow-online-num span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}
.flow-list li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.flow-list li:not(:last-child) {
  margin-bottom: 0.25em;
}
.flow-list li::before {
  content: '・';
}
.flow-list li .text-link {
  color: #00a0e9;
}
.flow-list li .sub-list li {
  font-size: 10px;
  line-height: 1.8;
  padding-left: 2em;
}
.flow-list-02 li::before {
  content: '';
}
.price-data-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.price-data-01 .price-data-txt {
  font-size: 22px;
  margin-right: 0.75em;
}
.price-data-etc .web_text {
  font-size: 22px;
}
.price-data-etc .price-data-txt {
  font-size: 22px;
  line-height: 1;
}
.price-data-etc .price-data-txt span {
  font-size: 13px;
}
.price-data-01 .price-data-img {
  width: 96px;
}
.price-data-etc {
  text-align: center;
}
.price-data-etc .price-data-img, .price-data-02 .price-data-img {
  width: 100%;
  margin: 0 auto 0;
  display: block;
}
.product-data-wrapper {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: auto;
}
.product-data-name {
  font-size: 16px;
  font-weight: bold;
}
.product-data-name span {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: normal;
}
.product-data-txt {
  width: calc(100% - 95px);
  text-align: center;
}
.product-data-img {
  width: 95px;
  padding-left: 30px;
}
.product-data-discount-before {
  display: block;
  position: relative;
  padding-bottom: 25px;
}
.product-data-discount-before::before, .product-data-discount-before::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.product-data-discount-before::before {
  width: 17px;
  height: 12px;
  background-color: #e2e6e9;
  bottom: 10px;
}
.product-data-discount-before::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12.5px 0 12.5px;
  border-color: #e2e6e9 transparent transparent transparent;
  bottom: 5px;
}
.product-data-discount-before > span {
  font-size: 16px;
  padding: 0 0.5em;
  position: relative;
}
.product-data-discount-before > span::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -1px;
}
.product-data-discount-after {
  font-size: 15px;
  line-height: 1.2;
}
.product-data-discount-after > span {
  font-size: 24px;
}
.product-img {
  width: 115px;
  margin: auto;
}
.btn-red.wid-400 {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 18px;
  box-shadow: 0px 6px 0px #d70b32;
}
.btn-red.wid-400:hover {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 18px;
}
.tab-target-item .l-inner {
  padding: 15px 15px;
  border: 4px solid #f2f2f2;
}
.price_area h4 {
  font-weight: bold;
  margin: 0 0 0 0;
  font-size: 26px;
}
.price_area h4 + p {
  font-weight: bold;
  margin: 0 0 0 0;
  font-size: 22px;
}
.price_area .row {
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}
.price_area .row div p {
  margin-bottom: 0;
}
.price_area .row div p.row_price {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
.price_area .row div p.row_price strong {
  font-size: 44px;
}
.price_area .row div p.row_price sup {
  font-size: 12px;
  font-weight: normal;
}
.price_area .row div:nth-child(2) p:first-child {
  margin-top: 3px;
}
.price_area .row div:nth-child(2) p.row_price {
  padding-top: 11px;
  padding-bottom: 4px;
}
.price_area .row div:nth-child(2) p.row_price strong {
  font-size: 34px;
}
.price_area p.price_area_p {
  text-decoration: underline;
  font-weight: bold;
  margin: 0 auto 20px auto;
}
.etc_text {
  display: inline-block;
}
div.etc-row {
  display: flex;
}
div.etc-row div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
div.etc-row div.left {
  width: 48%;
}
div.etc-row div.right {
  width: 48%;
}
div.etc-row div.yaji {
  width: 4%;
  position: relative;
}
div.etc-row div.yaji:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  display: inline-block;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #000;
}
div.etc-row div div.box01 {
  width: 100%;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}
div.etc-row div div.row {
  width: 100%;
  flex-direction: row;
}
div.etc-row div div.row div {
  text-align: center;
}
div.etc-row div.ttl {
  text-align: center;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px 0;
  width: 100%;
}
div.etc-row div.ttl span {
  font-size: 13px;
  color: #00a0e9;
}
div.etc-row div.left div.ttl {
  padding: 0 0 41px 0;
}
div.etc-row div ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.come {
  font-weight: normal;
  color: #000;
}
.icon-red, .icon-black {
  color: #ff0033;
  background-color: #FFF;
  border-radius: 0;
  padding: 2px 0px;
  display: inline-block;
  min-width: 4.5em;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #ff0033;
}
.icon-black {
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
}
.text-center .icon-red {
  margin-right: 6px;
}
div.content-text-01 {
  background-color: #0070c0;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 6px;
}
div.content-text-01 p {
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  font-size: 22px;
}
div.content-text-01 span {
  font-size: 36px;
}
@media (width: 320px) {
  .se-s-txt {
    font-size: 11px;
  }
  /* CV */
  .cv-item a::after {
    content: '';
    width: 13px;
    height: 13px;
    right: 0.75em;
  }
  .flow-acn-btn a span {
    font-size: 12px;
  }
  .flow-acn-btn a span::before {
    width: 15px;
    height: 15px;
  }
  .flow-acn-btn a span::after {
    width: 5px;
    height: 5px;
    right: 17px;
  }
  .flow-online-list li {
    border: #ddd solid 2px;
    padding: 20px 5px;
  }
  .flow-online-list li p {
    font-size: 11px;
  }
  .product-data-wrapper {
    padding: 0;
  }
  .product-data-discount-txt {
    padding-right: 10px;
  }
  .price-data-01 .price-data-img {
    width: 80px;
  }
  .price-data-etc .price-data-img, .price-data-02 .price-data-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* MV */
  .mv-ttl {
    width: 100%;
    margin: 0;
    /*
    height : 600px;
    background-image : url("/store/sp/sbikou/images/mv_iphone_sp.png");
    height: 320px;
    background-image: url(/store/sp/sbikou/images/mv_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
*/
  }
}
@media (min-width: 769px) {
  /* COMMON */
  .flow-section-ttl-wrapper2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #6f6e71;
    position: relative;
  }
  .round-box {
    border: 1px solid #3a393b;
    border-radius: 0;
    padding: 0 55px;
  }
  .tab, .accordion-title {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 26px;
  }
  .accordion-box {
    padding: 0 10px 0;
  }
  .accordion-box .l-inner {
    padding: 30px;
  }
  .wid-700 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sub-txt {
    font-size: 13px !important;
  }
  .pt-60 {
    padding-top: 60px !important;
  }
  .pb-60 {
    padding-bottom: 60px !important;
  }
  #bill-data {
    top: 855px;
  }
  /* CV */
  .cv-list {
    max-width: 700px;
    margin: auto;
    padding: 10px 0 10px 0;
  }
  .cv-item a {
    font-size: 16px;
  }
  .cv-item a::after {
    width: 20px;
    height: 20px;
    right: 1em;
  }
  /* styles */
  .flow-article-ttl {
    margin-bottom: 60px;
  }
  .flow-article-ttl::before {
    border-width: 17px 12px 0 12px;
    bottom: -15px;
  }
  .flow-article-ttl span.ttl, .flow-article-ttl span {
    font-size: 34px;
  }
  .flow-article-ttl span.box-etc {
    text-align: center;
    color: #00a0e9;
    background-color: #bfebff;
    font-size: 18px;
    border-radius: 5px;
    margin: 0px auto 20px auto;
    width: 670px;
    padding: 10px 20px;
  }
  .flow-article-ttl span.box-etc:before, .flow-article-ttl span.box-etc:after {
    display: none;
  }
  .flow-article-ttl span.box-etc strong {
    padding: 10px 0 0 0;
    font-size: 18px;
    display: block;
    text-align: center;
  }
  .flow-article-ttl span.text-etc {
    margin-top: -20px;
  }
  .flow-article-ttl.ttl01 span::before, .flow-article-ttl.ttl01 span::after {
    width: 32px;
    height: 32px;
  }
  .flow-article-ttl.ttl02 span::before, .flow-article-ttl.ttl02 span::after {
    width: 35px;
    height: 41px;
  }
  .flow-section-ttl {
    font-size: 26px;
  }
  .flow-section-icon {
    width: 96px;
    height: 96px;
    border: #00a0e9 solid 3px;
    border-width: 3px;
    top: -30px;
    left: -2px;
  }
  .flow-section-icon span {
    font-size: 22px;
  }
  .flow-section-icon span > span {
    font-size: 34px;
  }
  .flow-table th.table-cell-title {
    font-size: 17px;
    padding: 15px 0;
  }
  .flow-table td {
    font-size: 15px;
  }
  .flow-sup-icon span {
    font-size: 18px;
    line-height: 1;
    padding: 0.75em 3em 0.75em;
    border-radius: 40px;
    position: relative;
  }
  .flow-acn-btn {
    max-width: 650px;
    margin: auto;
  }
  .flow-acn-btn a span {
    font-size: 16px;
    line-height: 1;
    padding: 20px 0;
  }
  .flow-acn-btn a span::before {
    right: 30px;
  }
  .flow-acn-btn a span::after {
    right: 36px;
  }
  .flow-online-list li {
    padding: 0;
  }
  .flow-online-list li:not(:last-child) {
    margin-right: 0;
  }
  .flow-online-list li span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.25em;
  }
  .flow-online-list li p {
    font-size: 24px;
    line-height: 1.4;
  }
  .flow-list li .sub-list li {
    font-size: 11px;
  }
  .flow-online-num {
    width: 50px;
    height: 50px;
    top: -24px;
    left: -10px;
  }
  .flow-online-num span {
    font-size: 22px;
  }
  .product-data-wrapper {
    max-width: none;
    padding: 0;
  }
  .product-data-name {
    font-size: 28px;
  }
  .product-data-name span {
    font-size: 22px;
    display: block;
    text-align: center;
    font-weight: normal;
  }
  .product-data-txt {
    width: auto;
    padding-left: 60px;
  }
  .product-data-discount-before {
    padding-bottom: 50px;
  }
  .product-data-discount-before::before {
    width: 34px;
    height: 24px;
    bottom: 20px;
  }
  .product-data-discount-before::after {
    border-style: solid;
    border-width: 12px 25px 0 25px;
    bottom: 10px;
  }
  .product-data-discount-before > span {
    font-size: 28px;
  }
  .product-data-discount-after {
    font-size: 26px;
  }
  .product-data-discount-after > span {
    font-size: 44px;
  }
  .product-data-discount-after > span.text-size-n {
    font-size: 18px !important;
  }
  .product-data-img {
    width: 215px;
  }
  .product-img {
    width: 215px;
    margin: auto;
  }
  .price-data-01 .price-data-txt, .price-data-etc .price-data-txt {
    font-size: 32px;
  }
  .price-data-etc .price-data-txt span {
    font-size: 15px;
  }
  .price-data-01 .price-data-img {
    width: 140px;
  }
  .price-data-02 {
    font-size: 22px;
  }
  .price-data-etc .price-data-img, .price-data-02 .price-data-img {
    width: 100%;
    margin: 0 auto 0;
  }
  .app-img img {
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .text-black-lp {
    font-size: 12px !important;
  }
  .cv-list {
    max-width: 100%;
    margin: auto;
    padding: 10px 15px;
  }
  .cv-item a {
    width: 48.5%;
    min-width: 97%;
    padding: 0.5em 3px;
    font-size: 13px;
  }
  .cv-item a:not(.btn-disabled):hover {
    padding: 0.5em 3px;
  }
  #lp .gotop {
    bottom: 125px;
  }
  .btn-red.wid-400 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    box-shadow: 0px 6px 0px #d70b32;
  }
  .btn-red.wid-400:hover {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
  }
  .price-data-etc .price-data-img, .price-data-02 .price-data-img {
    width: 100%;
  }
  .price-data-etc .web_text {
    font-size: 13px;
  }
}
/*ボタン色変更20190807*/
.sba-click.btn.btn-black.btn-190807 {
  color: black;
  background: #d3d3d3;
}
.btn-black {
  border: 1px solid #666666 !important;
  box-shadow: 0px 3px 0px #777777 !important;
}
/*PayPayキャンペーン対応*/
#paypay_cp .flow-section-icon div {
  position: relative;
  width: 96px;
  height: 96px;
}
#paypay_cp .flow-section-icon img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
}
#paypay_cp h4 {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 14px;
}
#paypay_cp .price-data-03 {
  text-align: center;
}
#paypay_cp .text01, #paypay_cp .text02, #paypay_cp .text03, #paypay_cp .text04 {
  display: block;
  text-align: center;
}
#paypay_cp .text01 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
#paypay_cp .text02 {
  margin: 0 0 15px 0;
}
#paypay_cp .text03 {
  display: inline-block;
  background-color: #ff0033;
  border-radius: 10px;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}
p.paypay {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 26px;
}
div.discount {
  width: 5em;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  font-size: 26px;
  margin: 0 auto 0;
  line-height: 1;
  background-color: #FFF;
  padding: 0.5em;
}
.discountBox {
  border: 1px solid #9a9a9a;
  padding: 50px 0;
  position: relative;
}
.head-border {
  display: flex;
  align-items: center;
}
.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #9a9a9a;
}
.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}
.bottom-border {
  display: flex;
  align-items: center;
}
.bottom-border:before, .bottom-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #9a9a9a;
}
.bottom-border:before {
  margin-right: 0;
}
.bottom-border:after {
  margin-left: 0;
}
/*
.bottom-border {
    display: flex;
    align-items: center;
}
.bottom-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #9a9a9a;
}*/
.pdf_links .text-link-pdf {
  text-decoration: none;
}
/*.pdf_links .text-link-pdf:after {
  background-image: url(https://www.ymobile.jp/common_c/images/common/icon/icon_pdf_gray.svg);
}*/
@media (max-width: 768px) {
  #paypay_cp .flow-section-icon div {
    position: relative;
    width: 48px;
    height: 48px;
  }
  #paypay_cp .flow-section-icon img {
    width: 25px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
  }
  #paypay_cp .text01 {
    font-size: 13px;
  }
  p.paypay {
    font-size: 15px;
  }
  div.discount {
    font-size: 15px;
  }
  div.discount {
    width: 5em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    font-size: 18px;
    margin: 0 auto 0;
    line-height: 1;
    background-color: #FFF;
    padding: 0.5em;
  }
  .discountBox {
    border: 1px solid #9a9a9a;
    padding: 25px 10px;
    position: relative;
  }
  .pdf_links {
    text-align: left;
  }
}
/* iPhone11対応 */
.product-data-img {
  width: 225px;
}
#iphone11_02 {
  width: 270px;
}
@media (max-width: 768px) {
  #iphone11_01_text {
    padding-right: 10px;
  }
  .product-data-img {
    width: 140px;
  }
  #iphone11_02 {
    width: 144px;
  }
}
/* タブ削除対応 */
.product-area h4 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
  background-color: #f6f6f6;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .product-area h4 {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    padding: 8px;
    background-color: #f6f6f6;
    margin: 0 0 30px 0;
  }
}
.product-area div.product-btn, .product-area p.product-btn {
  text-align: center;
  cursor: pointer;
}
.product-area div.product-btn:hover, .product-area p.product-btn:hover {
  opacity: 0.7;
}
.product-area div.product-btn-disabled:hover, .product-area p.product-btn-disabled:hover {
  cursor: default;
  opacity: 1;
}
.product-area p.product-btn img, .product-area p.product-btn span {
  display: block;
  margin: 0 auto 0 auto;
}
.product-area p.product-btn a {
  text-decoration: none;
  color: #000;
}
.product-area div.product-btn span.model_name, .product-area p.product-btn span.model_name {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
@media (max-width: 768px) {
  .product-area div.product-btn span.model_name, .product-area p.product-btn span.model_name {
    font-size: 4.0vw;
    font-weight: bold;
    margin: 10px 0 5px 0;
  }
}
.product-area div.product-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  margin: 0 0 15px 0;
}
.product-area div.product-btn div {
  width: 50%;
}
.product-area div.product-btn div.text-right {
  padding-right: 50px;
}
.accordion-box .box-red.wid-auto {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 20px auto;
  border: 2px solid #FC0F3A;
}
.web_text {
  display: block;
  background-color: #f2f2f2;
  color: #3a393b;
  padding: 0.5em 15px;
  position: relative;
  margin-bottom: 5px;
}
.web_text:before, .fukidashi:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f2f2f2 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.fukidashi:before {
  border-color: #f2f2f2 transparent transparent transparent;
  bottom: -8px;
  border-width: 8px 5px 0 5px;
}
.fukidashi {
  background-color: #eb6877;
  color: #fff;
  border-radius: 15px;
  font-size: 10px;
  margin: 0 auto 0 auto;
  text-align: center;
  width: auto;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}
.fukidashi span {
  display: block;
  font-weight: bold;
}
.fukidashi span strong {
  font-size: 16px;
}
.product-area div.product-btn .fukidashi {
  display: block;
  width: auto;
  max-width: 65%;
}
.product-area div.product-btn span.model_name, .product-area div.product-btn span.release_day, .product-area div.product-btn span.release_text {
  display: block;
  text-align: center;
}
.product-area div.product-btn span.model_name {
  font-size: 26px;
  padding: 15px 0 0 0;
  margin: 0;
}
.product-area div.product-btn span.release_day {
  color: #bfbfbf;
  font-size: 14px;
}
.product-area div.product-btn span.release_text {
  color: #ff0033;
  font-size: 16px;
  font-weight: bold;
}
.flow-table tr.no_border td {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
}
#iphone_block .flow-table tr.bg-gray {
  border: 0;
}
#iphone_block .flow-table tr.bg-gray td {
  border-bottom: 0;
}
.accordion-title.black-bg b.ttl {
  font-size: 18px;
}
.accordion-title.black-bg b.ttl span.text-gray {
  color: #999 !important;
}
.l-lp .l-footer-bottom {
  margin-bottom: 120px;
}
.h1_text {
  background-color: #fff;
  text-align: center;
  padding: 15px;
  box-shadow: 0px 0px 10px 0px #e9e9e9;
  margin: 0 10px
}
.h1_text p {
  color: #2f5597;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#online_btn_area.online_btn_area_all .btn:nth-child(1), #online_btn_area.online_btn_area_all .btn:nth-child(4), #online_btn_area.online_btn_area_all .btn:nth-child(7) {
  margin: 0 15px 15px 0;
}
#online_btn_area.online_btn_area_all .btn:nth-child(2), #online_btn_area.online_btn_area_all .btn:nth-child(5), #online_btn_area.online_btn_area_all .btn:nth-child(8) {
  margin: 0 0 15px 0;
}
#online_btn_area.online_btn_area_all .btn:nth-child(10) {
  margin: 0;
}
.cv-list-12 .cv-item:nth-child(1) {
  width: 100%;
  margin: 0 0 15px 0;
}
.cv-list-12 .cv-item:nth-child(2) {
  margin: 0 4% 0 0;
}
.cv-list-12 .cv-item:nth-child(3) {
  margin: 0 0 0 0;
}
#modal-sim h3 {
  border: 1px solid #e8e8e8;
  font-weight: bold;
  padding: 15px 20px;
  background-color: #fff;
}
#modal-sim .triangle-bottom {
  display: inline-block;
  border-style: solid;
  border-width: 18px 30px 0 30px;
  border-color: #ccc transparent transparent transparent;
}
.text-size-ll {
  font-size: 34px;
}
.icon_plus {
  text-align: center;
}
.icon_plus span {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.icon_plus span::before {
  content: "";
  position: absolute;
  background: #888;
  right: 6px;
  top: 50%;
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.icon_plus span::after {
  content: "";
  position: absolute;
  background: #888;
  right: 6px;
  top: 50%;
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%) rotateZ(90deg);
}
table.table-radius, table.table-radius tr th, table.table-radius tr td {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  border-left: none;
  border-right: none;
  padding: 10px;
}
table.table-radius tr th, table.table-radius tr td {
  padding: 10px;
}
table.table-radius tr.bg-01 th, table.table-radius tr.bg-01 td {
  padding: 10px 0;
}
.bg-01 {
  background-image: linear-gradient(180deg, #FFF 10px, #FFFEEB 10px, #FFFEEB calc(100% - 10px), #FFF calc(100% - 10px));
}
.bg-02 {
  background: url("/store/sp/sbikou/images/d1/w.png"), url("/store/sp/sbikou/images/d1/w.png"),url("/store/sp/sbikou/images/d1/g.png");
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: center bottom, center top, center center;
  background-size: 100% 10px,100% 10px,cover;
}
.table td{
    background-color: inherit;
}
.bg-yellow {
  /*background-color: #f8f9be;*/
  padding: 10px;
}
.text-right .bg-yellow {

}
.page-navi {
  background-color: #f6f6f6;
}
.page-navi ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.page-navi ul li {
  width: 30%;
  display: flex;
  font-weight: bold;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 3px;
  text-align: center;
}
.page-navi ul li a {
  color: #333;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.3;
  padding: 5px 0 10px 0;
}
.page-navi ul li a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(135deg);
}
@media (max-width: 768px) {
  .cv-list {
    flex-wrap: wrap;
  }
  .cv-item {
    width: 49%;
  }
  .cv-item:nth-child(1) {
    margin: 0 2% 10px 0;
  }
  .cv-item:nth-child(2) {
    margin: 0 0 10px 0;
  }
  .cv-item:nth-child(3) {
    margin: 0 2% 5px 0;
  }
  .cv-item:nth-child(4) {
    margin: 0 0 5px 0;
  }
  .cv-item a {
    font-size: 10px;
    min-width: 100%;
  }
  .cv-item a br, .cv-item a::after {
    display: none;
  }
  #online_btn_area{
    padding: 0 15px;
  }
  #online_btn_area .btn {
    width: 32%;
    margin: 0 0 10px 0;
    color: black;
    background: #d3d3d3;
  }
  #online_btn_area .btn-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  #online_btn_area .btn:nth-child(1), #online_btn_area .btn:nth-child(2), #online_btn_area .btn:nth-child(4), #online_btn_area .btn:nth-child(5), #online_btn_area .btn:nth-child(7), #online_btn_area .btn:nth-child(8), #online_btn_area .btn:nth-child(10), #online_btn_area .btn:nth-child(11), #online_btn_area .btn:nth-child(13), #online_btn_area .btn:nth-child(14) {
    margin: 0 2% 10px 0;
  }
  #online_btn_area .btn:nth-child(3), #online_btn_area .btn:nth-child(6), #online_btn_area .btn:nth-child(9), #online_btn_area .btn:nth-child(12), #online_btn_area .btn:nth-child(15) {
    margin: 0 0 10px 0;
  }
  #online_btn_area .btn-ptb18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .fukidashi {
    margin-bottom: 5px;
  }
  .price_area h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  .price_area h4 + p {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
  }
  .price_area .row {
    justify-content: center;
    align-items: center;
  }
  .price_area .row div p {
    margin-bottom: 0;
  }
  .price_area .row div p.row_price {
    font-size: 15px;
    font-weight: bold;
  }
  .price_area .row div:nth-child(1) p.row_price strong {
    font-size: 34px;
  }
  .price_area .row div:nth-child(2) p.row_price strong {
    font-size: 24px;
  }
  .price_area .row div p.row_price sup {
    font-size: 12px;
    font-weight: normal;
  }
  .price_area .row div p:first-child {
    font-size: 12px;
  }
  .price_area .row div p.text-gray {
    font-size: 10px;
  }
  #headpromotion a {
    padding: 10px 20px;
  }
  #headpromotion a img {
    width: 100%;
    margin: 0 auto;
  }
  .product-area div.product-btn div {
    width: 30%;
  }
  .product-area div.product-btn div.text-right {
    width: 70%;
    padding: 15px 0 15px 0;
  }
  .product-area div.product-btn .fukidashi {
    max-width: 80%;
    margin: 0 auto 0 auto;
  }
  .product-area div.product-btn span.model_name {
    font-size: 22px;
  }
  .cv-item-long {
    width: 100%;
  }
  .l-lp .l-footer-bottom {
    margin-bottom: 58px;
  }
  .h1_text {
    text-align: center;
    padding: 8px;
    margin: 0 5px;
  }
  .h1_text p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  div.etc-row {
    display: block;
  }
  div.etc-row div.left div.ttl {
    padding-top: 0;
    padding-bottom: 15px;
  }
  div.etc-row div.left, div.etc-row div.right {
    width: 100%;
    margin: 0;
  }
  div.etc-row div.yaji {
    width: 100%;
    display: block;
    height: 30px;
  }
  div.etc-row div.yaji:before {
    transform: rotate(90deg);
    left: 50%;
    top: 0;
    margin-left: -14px;
  }
  .price_area p.price_area_p {
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
  .icon-red, .icon-black {
    font-size: 10px;
    min-width: 5em;
  }
  .cv-list-12 .cv-item:nth-child(2) {
    margin: 0 2% 0 0;
  }
  #online_btn_area.online_btn_area_all .btn:nth-child(1), #online_btn_area.online_btn_area_all .btn:nth-child(4), #online_btn_area.online_btn_area_all .btn:nth-child(7) {
    margin: 0 2% 15px 0;
  }
  #online_btn_area.online_btn_area_all .btn:nth-child(2), #online_btn_area.online_btn_area_all .btn:nth-child(5), #online_btn_area.online_btn_area_all .btn:nth-child(8) {
    margin: 0 0 15px 0;
  }
  .flow-table.mb-25 td.text-right {
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  #online_btn_area{
    width: 700px;
    margin: 0 auto 0 auto;
  }
  #online_btn_area .btn {
    min-width: 195px;
    color: black;
    background: #d3d3d3;
  }
  #online_btn_area .btn:nth-child(2), #online_btn_area .btn:nth-child(5), #online_btn_area .btn:nth-child(8), #online_btn_area .btn:nth-child(11), #online_btn_area .btn:nth-child(14) {
    margin: 0 15px 15px 15px;
  }
  #online_btn_area .btn:nth-child(1), #online_btn_area .btn:nth-child(3), #online_btn_area .btn:nth-child(4), #online_btn_area .btn:nth-child(6), #online_btn_area .btn:nth-child(7), #online_btn_area .btn:nth-child(9), #online_btn_area .btn:nth-child(10), #online_btn_area .btn:nth-child(12), #online_btn_area .btn:nth-child(13), #online_btn_area .btn:nth-child(15){
    margin: 0 0 15px 0;
  }
  .refinemodal {
    width: 100%;
    left: 0;
  }
  .text-size-ll {
    font-size: 60px;
  }
  .page-navi ul, .page-navi-01 ul {
    width: 700px;
    margin: 0 auto 20px auto;
    border: 0;
  }
  .page-navi ul a, .page-navi-01 ul a {
    font-size: 18px;
  }
  .page-navi-02 div {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .page-navi-02 div ul {
    width: 700px;
    margin: 0 auto 0 auto;
    border: 0;
  }
  .page-navi-02 div ul li:nth-child(1) {
    border-left: 1px solid #ddd;
  }
  .page-navi-02 div ul li:nth-child(3) {
    border-right: 1px solid #ddd;
  }
  .page-navi-03 div {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
  }
  .page-navi-03 div ul {
    width: 700px;
    margin: 0 auto 0 auto;
    border: 0;
  }
  .page-navi-03 div ul li:nth-child(1) {
    border-left: 1px solid #fff;
  }
  .page-navi-03 div ul li:nth-child(3) {
    border-right: 1px solid #fff;
  }
}

/* 2023-01-23 */
.footer-bread {
  padding-bottom: 120px;
}
/* /2023-01-23 */

/* 2023-01-23_お知らせ */
.sbikou-info .text-link-info{
  cursor: auto;
}
/* /2023-01-23_お知らせ */

/* 2023-12-19_下部の「お申し込みはこちら」ボタン */
@media (max-width: 768px) {
  #online_btn_area .btn:last-child {
    margin: 0 0 10px 0;
  }
}
/* /2023-12-19_下部の「お申し込みはこちら」ボタン */

/* 2024-02-01_030034_構成・デザイン改修 */
.blue_back{
  background: #bde3f5;
}
.main_area .line-height-135{
  line-height: 1.35;
}
.main_area .line-height-15{
  line-height: 1.5;
}
.main_area .pr-3{
  padding-right: 3px;
}
.top_otoku-area img{
  margin: 0 auto;
}
.ols-wari_area{
  background: #345cd4;
  border-radius: 30px;
  padding: 30px 20px 10px;
}
.ols-wari_white{
  background: #fff;
  padding: 20px;
}
.text-size-product{
  font-size: 24px;
}
.ols-wari_txt01{
  font-size: 16px;
}
.ols-wari_txt02{
  font-size: 20px;
}
.ols-wari_txt03{
  font-size: 28px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.ols-wari_txt04{
  font-size: 65px;
  padding: 0 3px 0 5px;
  position: relative;
  top: 3px;
}
.ols-wari_txt05{
  font-size: 20px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.ols-wari_txt06 {
  font-size: 50px;
  padding: 0 3px 0 5px;
  position: relative;
  top: 3px;
}
.ols-wari_txt03.text-small{
  padding-top: 5px;
}
.text-small .ols-wari_txt04{
  font-size: 60px;
}
.ols-wari_price-split{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  max-width: 450px;
  margin: 0 auto;
}
.ols-wari_blue .ols-wari_price-split{
  padding: 5px 20px;
}
.ols-wari_price-split .pr-3{
  padding-right: 3px;
}
.ols-wari_border-top{
  border-top: 1px solid #ccd6f4;
}
.ols-wari_price-split-coution{
  max-width: 450px;
  margin: 0 auto;
  padding: 0 20px;
}
.ols-wari_blue{
  padding: 20px 15px 0;
}
.ols-wari_normal-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 10px;
  max-width: 450px;
  margin: 0 auto;
}
.ols-wari_middle {
  align-items: center;
}
.text-size-yen{
  font-size: 20px;
}
.text-size-yen .text-size-l{
  font-size: 30px !important;
}
.ols-wari_normal-price-total{
  background: #fff;
  color: #345cd4;
  font-size: 20px;
  font-weight: bold;
  min-height: 40px;
  text-align: center;
  border-radius: 30px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  flex: 1;
  max-width: 190px;
}
.ols-wari_btn{
  background: #FF0033;
  color: #fff;
  font-size: 24px;
  padding: 15px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  border-radius: 12px;
}
.price-split-p{
  width: 96px;
  text-align: right;
}
.cancel-line{
  position: relative;
}
.cancel-line:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3a393b;
  top: calc(50% - 3px);
  left: 0;
}
.round-box.round-box-border-none{
  border: none;
}
.otoku-tab-target-wrapper{
  background: #1b56b8;
}
.otoku_plan .round-box{
  background: #bde3f5;
}
.otoku_plan .h2-ttl{
  position: relative;
  z-index: 2;
}
.otoku_plan .mv-01-pc{
  position: relative;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .ols-wari_area{
    padding: 15px 5px 10px;
  }
  .fzl h2{
    font-size: 26px;
  }
  .text-size-product{
    font-size: 20px;
  }
  .ols-wari_white{
    padding: 15px 5px;
  }
  .ols-wari_txt01{
    font-size: 14px;
  }
  .ols-wari_txt02{
    font-size: 17px;
  }
  .ols-wari_txt03{
    font-size: 22px;
  }
  .ols-wari_txt04{
    font-size: 50px;
  }
  .ols-wari_txt05{
    font-size: 18px;
  }
  .ols-wari_txt06{
    font-size: 40px;
  }
  .text-small .ols-wari_txt04{
    font-size: 45px;
  }
  .ols-wari_price-split{
    width: calc(100% - 30px);
    padding: 10px;
  }
  .ols-wari_blue .ols-wari_price-split{
    padding: 0 10px;
  }
  .ols-wari_price-split-coution{
    width: calc(100% - 30px);
    padding: 0 10px;
  }
  .ols-wari_normal-price{
    width: calc(100% - 30px);
    padding: 0 10px 0 5px;
  }
  .ols-wari_normal-price-total{
    font-size: 16px;
    min-height: 32px;
    max-width: 152px;
  }
  .text-size-yen{
    font-size: 16px;
  }
  .text-size-yen .text-size-l{
    font-size: 24px !important;
  }
  .ols-wari_blue{
    padding: 15px 10px 0;
  }
  .price-split-p{
    width: 70px;
  }
  .cancel-line:after{
    top: calc(50% - 2px);
  }
  .otoku_plan{
    margin-left: -15px;
    margin-right: -15px;
  }
  .otoku_plan .round-box{
    border: none;
  }
}
/* /2024-01-31_030034_構成・デザイン改修 */

/* 2024-02-16_030219_構成・デザイン改修 */
.lightblue_back{
  background: #d7eff7;
}
.tab_ols-wari .tab-display-none {
  display: block !important;
  position: absolute;
  z-index: -1;
}
.tab_ols-wari .tab-list{
  display: flex;
  justify-content: center;
}
.tab_ols-wari .tab-list .tab-list-item:first-child{
  margin: 0 !important;
}
.tab_ols-wari .tab-list .tab-list-item + li.tab-list-item{
  margin-left: 20px;
}
.tab_ols-wari .tab-list .tab-list-item{
  width: 117px;
  height: 176px;
  cursor: pointer;
  transition: .3s all;
}
.tab_ols-wari .tab-list .tab-list-item[data-tab=iphone]{
  background: url(/store/sp/sbikou/images/d1/tab-iphone-off.png) no-repeat center;
  background-size: contain;
}
.tab_ols-wari .tab-list .tab-list-item[data-tab=iphone].is-active,
.tab_ols-wari .tab-list .tab-list-item[data-tab=iphone]:hover{
  background: url(/store/sp/sbikou/images/d1/tab-iphone-on.png) no-repeat center;
  background-size: contain;
}
.tab_ols-wari .tab-list .tab-list-item[data-tab=smartphone]{
  background: url(/store/sp/sbikou/images/d1/tab-smartphone-off.png) no-repeat center;
  background-size: contain;
}
.tab_ols-wari .tab-list .tab-list-item[data-tab=smartphone].is-active,
.tab_ols-wari .tab-list .tab-list-item[data-tab=smartphone]:hover{
  background: url(/store/sp/sbikou/images/d1/tab-smartphone-on.png) no-repeat center;
  background-size: contain;
}
.tab_ols-wari .tab-list .tab-list-item[data-tab=sim]{
  background: url(/store/sp/sbikou/images/d1/tab-sim-off.png) no-repeat center;
  background-size: contain;
}
.tab_ols-wari .tab-list .tab-list-item[data-tab=sim].is-active,
.tab_ols-wari .tab-list .tab-list-item[data-tab=sim]:hover{
  background: url(/store/sp/sbikou/images/d1/tab-sim-on.png) no-repeat center;
  background-size: contain;
}
.tab_ols-wari .tab-list-3 .tab-list-item + .tab-list-item:before{
  content: none;
}
.tab_ols-wari .tab-target-wrapper{
  background: none;
}
.box_white_area{
  background: #fff;
  padding: 40px 55px
}
.tab_ols-wari .swiper-button-prev{
  background-image: url(/store/sp/sbikou/images/d1/icon-prev-arrow.png);
  width: 86px;
  height: 86px;
  background-size: 86px 86px;
  left: 20%;
}
.tab_ols-wari .swiper-button-next{
  background-image: url(/store/sp/sbikou/images/d1/icon-next-arrow.png);
  width: 86px;
  height: 86px;
  background-size: 86px 86px;
  right: 20%;
}
.tab_ols-wari .swiper-button-next,
.tab_ols-wari .swiper-button-prev{
  top: 130px;
}
.tab_ols-wari .swiper-button-next:hover,
.tab_ols-wari .swiper-button-prev:hover{
  opacity: 1;
}
@media (max-width: 768px) {
  .tab_ols-wari .tab-list .tab-list-item + li.tab-list-item{
    margin-left: 15px;
  }
  .tab_ols-wari .tab-list .tab-list-item{
    width: 18vw;
    height: 28vw;
  }
  .box_white_area{
    padding: 30px 15px 35px;
  }
  .tab_ols-wari .figure-box{
    margin: 30px auto 25px;
  }
  .tab_ols-wari .swiper-button-prev{
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    left: 0;
  }
  .tab_ols-wari .swiper-button-next{
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    right: 0;
  }
  .tab_ols-wari .swiper-button-next,
  .tab_ols-wari .swiper-button-prev{
    top: 115px;
  }
}
/* /2024-02-16_030219_構成・デザイン改修 */