@media screen and (min-width: 1281px) {
  /* pc共通 */
  .tb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* sp共通 */
  .tb {
    display: none;
  }
  .tb.sp {
    display: block;
}
  .sp {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  body {
    min-width: 768px;
    overflow-x: hidden;
  }

  /* tb共通 */
  .tb {
    display: block;
  }
  .hide-tb.pc {
    display: none;
  }
  /* 共通END */

  /* topページ */
  #flow .flow_box {
    gap: 10px;
    margin-bottom: 20px;
  }
  #flow .flow_box .flow-item {
    width: calc(100% / 3 - 6.67px);
    padding: 20px 10px;
  }
  #flow .flow_box .flow-item .step-number {
    font-size: 2rem;
  }
  #flow .flow_box .flow-item .step-number span {
    font-size: 4rem;
  }
  #flow .flow_box .flow-item .txt-strong {
    font-size: 1.4rem;
  }
  #flow .flow_box .flow-item .txt-strong .marker {
    font-size: 2.5rem;
  }
  #top .catch_text {
    padding-right: 80px;
  }
  .free-box-global.mg {
    padding: 70px 0;
  }
  #reason .reason_box {
    max-width: 480px;
    margin: 0 auto 50px;
    flex-wrap: wrap;
  }
  #reason .reason_box .reason-item {
    width: calc(100% / 2 - 12.5px);
  }
  #pay .pay-box-img {
    padding: 30px 30px 20px;
  }
  #top .free-box .top-plan-content-wrap .icon-right {
    right: 10px;
  }
  .standerd-plan-table-wrap .standerd-plan-table .free-giga-btn::before {
    left: 10px;
    top: calc(50% + 3px);
    transform: translateY(-50%);
  }
  a .default-btn-main {
    height: 80px;
    line-height: 80px;
    min-width: 450px;
    font-size: 2.2rem;
    padding: 0 30px 0 0;
  }
  a .default-btn-main::before {
    width: 90px;
    height: 120px;
  }
  a .default-btn-main::after {
    width: 100px;
    height: 118px;
  }

  /* 料金ページ */
  .lp-price-page #entry_wrap.lp-price-countainer .default-main-titl {
    margin: 0;
  }
  .lp-price-page #price.standerd-free-sec .content-box h2.price-standard-plan img {
    height: 120px;
    margin-bottom: 80px;
  }

  .standerd-free-sec .content-standard-plan p.yellow-2line-price-page,
  .standerd-free-sec .content-free-plan p.blue-2line-price-page {
    width: 56%;
    margin: 0;
    padding: 15px 60px 15px 0px;
    font-size: 2.6rem;
  }

  .standerd-free-sec .content-standard-plan div.price-standard-page,
  .standerd-free-sec .content-free-plan div.price-free-page {
    max-width: 110px;
    top: 10px;
    right: -20px;
  }

  .standerd-free-sec .content-free-plan div.price-free-page{
    max-width: 90px;
  }

  .standerd-free-sec .content-standard-plan .standard-price-table,
  .standerd-free-sec .content-free-plan .free-price-table {
    width: 40%;
  }

  .standerd-free-sec .price-plan-inner + .price-plan-inner {
    margin-top: 60px;
  }

  .inner .pc-price-table {
    top: 122px;
    left: 0;
    width: 32%;
  }

  .f-plan-content .free-giga-btn {
    text-align: center;
  }

  .giga-flex {
    padding: 0 20px;
  }

  .giga-flex h2,
  .giga-flex h3 {
    margin: auto 10px;
    font-size: 1.3rem;
  }

  .giga-flex span.giga-font {
    font-size: 3.5rem;
  }

  .giga-flex div {
    top: -15px;
    left: 2%;
  }

  .giga-flex-top-main {
    padding: 0;
    padding-bottom: 5px;
  }

  .giga-table {
    margin: 3% auto 0;
  }

  .giga-content {
    height: auto;
    padding: 0 0 23px;
  }

  .standerd-free-sec #price-page-top .free-giga-btn::before {
    top: 15px;
    left: 15px;
  }

  section.standerd-free-sec div.js-free-30giga-btn.free-30giga-btn.free-giga-btn,
  section.standerd-free-sec div.js-free-50giga-btn.free-50giga-btn.free-giga-btn,
  section.standerd-free-sec div.js-free-100giga-btn.free-100giga-btn.free-giga-btn {
    width: 145px;
    padding: 6px 10px 6px 45px;
  }

  div.free-giga-ttl,
  div.free-giga-main {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .free-giga-main p {
    font-size: 4rem;
  }

  p.blue-border-2line {
    width: 60%;
  }

  .come-tax-included {
    top: 100%;
    right: 32%;
  }

  /* 海外データプラン */
  .default-main-titl h2 .topborder.option-plan-price::before {
    top: 135px;
  }

  .wrap-area {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .overseas-area {
    width: 100%;
    text-align: center;
  }

  .white-content-box-body.white-content-box-body-overseas p {
    text-align: left;
  }

  div.price-option-person.maeda {
    position: static;
    margin-top: 20px;
  }

  .sub-price-wrapper {
    margin: 5px;
    width: 100%;
    padding: 20px 0;
  }

  .sub-price-wrapper p {
    font-size: 1.6rem;
  }

  .sub-price-wrapper img {
    margin: auto;
    width: 80%;
  }

  a.button-black-price {
    width: 85%;
  }

  /* 端末安心オプション */
  .default-main-titl.terminal-price-ttl.option-price-ttl {
    margin-top: -30px;
  }
  .default-main-titl.terminal-price-ttl.option-price-ttl-2 {
    margin-top: -10px;
  }
  .default-main-titl h2 .topborder.terminal-plan-price::before {
    top: 150px;
  }
  .plan-opt-header {
    margin-bottom: -10px;
  }
  .terminal-plan-explanation {
    flex-direction: column;
  }
  .terminal-plan-explanation .price-plan-if-circle .min-max {
    font-size: 1.8rem;
    line-height: .6;
  }
  .terminal-plan-explanation .price-flex-option {
    margin: 20px 0 0;
  }
  .opt-tanmatsu-anshin .terminal-plan-explanation .price-flex-option {
    left: -50px;
  }
  .plan-opt-header .terminal-plan-explanation .descr {
    width: 96%;
    text-align: center;
    font-size: 1.8rem;
  }
  .terminal-plan-explanation .price-plan-if {
    font-size: 6.2rem;
    line-height: 3rem;
  }
  .terminal-plan-explanation .price-plan-if-circle {
    font-size: 1.4rem;
  }
  .terminal-plan-explanation .if-flex-op {
    right: -140px;
  }
  .terminal-plan-explanation .price-plan-if-660 {
    margin-top: 0;
    line-height: 5.2rem;
  }
  .opt-tanmatsu-anshin.plan-opt .terminal-plan-explanation img {
    height: 80px;
  }
  .conditions-entry:nth-child(1) {
    border-top: #000 solid 1px;
  }
  .conditions-entry {
    border-bottom: #000 solid 1px;
    padding: 8px 0;
  }
  .conditions-entry h3 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .conditions-entry p,
  .conditions-entry ul {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .conditions-entry ul {
    padding: 0;
    margin: 0;
  }

  /* デジタルライフサポート */
  .fast-free-plan-digital {
    gap: 10px;
  }

  .digital-price-wrapper {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px 10px;
    justify-content: center;
  }

  .digital-price-wrapper p {
    font-size: 1.4rem;
  }

  .digital-price-wrapper p .back-yellow {
    font-size: 1.6rem;
  }

  .fast-free-plan-digital img {
    margin: auto;
    max-width: 100px;
  }

  .price-support-model {
    min-width: auto;
    max-width: 280px;
    right: -10px;
  }

  .terminal-free-plan {
    padding: 20px 7px 10px;
  }

  .price-main-terminal .terminal-price-wrapper {
    width: 23%;
    margin-left: 8px;
  }

  .price-main-terminal .terminal-price-wrapper p,
  .price-sub-terminal .terminal-price-wrapper p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .price-sub-terminal {
    width: calc(40% - 20px);
    margin: 0 0 0 20px;
    gap: 15px;
  }

  .price-sub-terminal .terminal-price-wrapper{
    width: 27%;
    margin: 0;
  }

  .months-free {
    right: -3%;
    top: 64%;
  }
  
  a.button-yellow-price {
    margin-top: 30px;
  }

  a.button-yellow-price span::before {
    top: 33px;
  }

  .opt-digital-life.plan-opt .terminal-plan-explanation img {
    left: -50px;
  }

  .opt-digital-life.plan-opt .price-flex-option,
  .opt-marugoto-anshin.plan-opt .price-flex-option {
    align-items: flex-end;
  }

  .opt-digital-life.plan-opt .price-flex-option .if-flex {
    margin-left: 20px;
  }

  /* 丸ごとあんしん */
  .lp-price-page div.sub-price-wrapper,
  .sub-price-thumb div.sub-price-wrapper {
    padding: 20px 15px;
  }

  .lp-price-page div.sub-price-wrapper .price-free-img,
  .sub-price-thumb div.sub-price-wrapper .price-free-img {
    width: 25%;
  }

  .lp-price-page div.sub-price-wrapper img,
  .sub-price-thumb div.sub-price-wrapper img {
    width: 130px;
  }

  .lp-price-page a.entry-btn-price-free {
    margin-bottom: 90px;
  }

  /* price footer */
  #price-footer #cv dl dt a span, 
  #price-footer #cv dl dd a span {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  
  #price-footer #cv .inner h3 img {
    margin: -2px 8px 0 0;
  }
}