.tablet_choice {
  color: #074d8e; }
  .tablet_choice *:after,
  .tablet_choice *:before {
    box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .tablet_choice.tablet_choice {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media only screen and (min-width: 769px) {
    .tablet_choice.tablet_choice {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media print, screen and (min-width: 1025px) {
    .tablet_choice.tablet_choice {
      margin-left: 280px; } }
  .tablet_choice img {
    width: auto;
    max-width: 100%;
    background: transparent; }
  .tablet_choice a {
    color: inherit; }
  .tablet_choice button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  @media only screen and (min-width: 769px) {
    .tablet_choice .sp {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .tablet_choice .pc {
      display: none; } }
  .tablet_choice .img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  @media only screen and (max-width: 768px) {
    .tablet_choice .sp-img-cover {
      -webkit-object-fit: cover;
      -ms-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
  @media print, screen and (min-width: 1025px) {
    .tablet_choice .pc-img-cover {
      -webkit-object-fit: cover;
      -ms-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; } }
  .tablet_choice .img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
  @media only screen and (max-width: 768px) {
    .tablet_choice .sp-img-contain {
      -webkit-object-fit: contain;
      -ms-object-fit: contain;
      object-fit: contain;
      font-family: 'object-fit: contain;'; } }
  @media print, screen and (min-width: 1025px) {
    .tablet_choice .pc-img-contain {
      -webkit-object-fit: contain;
      -ms-object-fit: contain;
      object-fit: contain;
      font-family: 'object-fit: contain;'; } }
  .tablet_choice .list-offer {
    margin-top: 1em;
    color: #333; }
    .tablet_choice .list-offer dt {
      font-weight: bold;
      margin-bottom: 5px; }
    .tablet_choice .list-offer li, .tablet_choice .list-offer dd {
      text-indent: -1em;
      padding-left: 1em; }
  @media only screen and (max-width: 768px) {
    .tablet_choice .content {
      padding: 60px 15px 0; } }
  @media only screen and (min-width: 769px) {
    .tablet_choice .content {
      padding: 120px 0 0;
      max-width: 860px;
      margin: 0 auto; } }
  .tablet_choice .content-ttl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    border-bottom: 1px solid #074d8e;
    padding-bottom: .7em;
    margin-bottom: .7em; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .content-ttl {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .content-ttl {
        font-size: 32px;
        font-size: 2rem; } }
  .tablet_choice .content-ttl-img img {
    margin-right: .8em; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .content-ttl-img img {
        height: 30px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .content-ttl-img img {
        height: 38px; } }
  .tablet_choice .content-ttl-txt {
    line-height: 1.2; }
  .tablet_choice .content-lead {
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .content-lead {
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .content-lead {
        font-size: 20px;
        font-size: 1.25rem; } }
  .tablet_choice .merit {
    position: relative;
    background: #f5f3e3; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit {
        padding: 20px;
        margin: 40px 15px 0; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit {
        padding: 50px;
        max-width: 960px;
        margin: 80px auto 0; } }
    .tablet_choice .merit:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 100%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media only screen and (max-width: 768px) {
        .tablet_choice .merit:before {
          width: 26px;
          height: 20px;
          border: 13px solid transparent;
          border-top: none;
          border-bottom: 20px solid #f5f3e3; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .merit:before {
          width: 50px;
          height: 40px;
          border: 25px solid transparent;
          border-top: none;
          border-bottom: 40px solid #f5f3e3; } }
  .tablet_choice .merit-ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em; }
  .tablet_choice .merit-ttl-sub {
    display: block; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-ttl-sub {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-ttl-sub {
        font-size: 18px;
        font-size: 1.125rem; } }
  .tablet_choice .merit-ttl-main {
    display: block; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-ttl-main {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-ttl-main {
        font-size: 28px;
        font-size: 1.75rem; } }
  .tablet_choice .merit-lead {
    font-weight: bold;
    text-align: center;
    margin: 10px 0; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-lead {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-lead {
        font-size: 24px;
        font-size: 1.5rem; } }
  .tablet_choice .merit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .tablet_choice .merit-list li {
      background: #074d8e;
      padding: .1em .8em;
      margin: 5px 6px;
      color: #f5f3e3;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .tablet_choice .merit-list li {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .merit-list li {
          font-size: 16px;
          font-size: 1rem; } }
  .tablet_choice .merit-point {
    text-align: center;
    font-weight: bold;
    color: #ff5964;
    margin-top: .3em; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-point {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-point {
        font-size: 24px;
        font-size: 1.5rem; } }
  .tablet_choice .merit-blended {
    position: relative; }
  .tablet_choice .merit-blended-logo {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-blended-logo {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-blended-logo {
        margin: 20px auto;
      }
    }
  .tablet_choice .merit-blended-logo-self {
    display: flex;
    align-items: center; }
  .tablet_choice .merit-blended-logo-self-txt {
    color: #e8639c;
    font-weight: bold;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-blended-logo-self-txt {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-blended-logo-self-txt {
        font-size: 14px;
        font-size: 0.875rem; } }
  .tablet_choice .merit-blended-logo-self-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #299ddc;
    border-radius: 100%; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-blended-logo-self-icon {
        width: 70px;
        height: 70px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-blended-logo-self-icon {
        width: 80px;
        height: 80px; } }
    .tablet_choice .merit-blended-logo-self-icon img {
      margin: 0 -2% -2% 0; }
      @media only screen and (max-width: 768px) {
        .tablet_choice .merit-blended-logo-self-icon img {
          width: 35px; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .merit-blended-logo-self-icon img {
          width: 40px; } }
  .tablet_choice .merit-blended-logo-with {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-left: -10px; }
  .tablet_choice .merit-blended-logo-with-txt {
    color: #299ddc;
    font-weight: bold;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-blended-logo-with-txt {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-blended-logo-with-txt {
        font-size: 14px;
        font-size: 0.875rem; } }
  .tablet_choice .merit-blended-logo-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e8639c;
    border-radius: 100%; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .merit-blended-logo-with-icon {
        width: 70px;
        height: 70px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-blended-logo-with-icon {
        width: 80px;
        height: 80px; } }
    .tablet_choice .merit-blended-logo-with-icon img {
      margin: -2% -2% 0 0; }
      @media only screen and (max-width: 768px) {
        .tablet_choice .merit-blended-logo-with-icon img {
          width: 35px; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .merit-blended-logo-with-icon img {
          width: 40px; } }
  .tablet_choice .merit-blended-img img {
    width: 100%; }
  .tablet_choice .merit-brended-btn {
    display: block;
    text-align: center;
    background: #5ec77b;
    color: #fff;
    font-weight: bold;
    padding: 1em;
    text-decoration: none;
    margin-top: 2em;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    position: relative; }
    @media only screen and (min-width: 769px) {
      .tablet_choice .merit-brended-btn {
        transition: background .3s; }
        .tablet_choice .merit-brended-btn:hover {
          background: #71ce8b; } }
    .tablet_choice .merit-brended-btn:after {
      content: "";
      display: block;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); }
      @media only screen and (max-width: 768px) {
        .tablet_choice .merit-brended-btn:after {
          width: 10px;
          height: 10px;
          right: 1.5em; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .merit-brended-btn:after {
          width: 14px;
          height: 14px;
          right: 2.5em; } }
  @media only screen and (max-width: 768px) {
    .tablet_choice .merit-blended-btn-sub {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media only screen and (min-width: 769px) {
    .tablet_choice .merit-blended-btn-sub {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (max-width: 768px) {
    .tablet_choice .merit-blended-btn-main {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (min-width: 769px) {
    .tablet_choice .merit-blended-btn-main {
      font-size: 24px;
      font-size: 1.5rem; } }
  .tablet_choice .mv-ttl {
    text-align: center;
    background: rgba(255, 255, 255, 0.5); }
  .tablet_choice .mv-index {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .mv-index {
        margin: 20px 15px 0; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .mv-index {
        margin-top: 20px; } }
  @media only screen and (max-width: 768px) {
    .tablet_choice .mv-index-list {
      width: 30%;
      margin: 0 5px; } }
  @media only screen and (min-width: 769px) {
    .tablet_choice .mv-index-list {
      width: 220px;
      margin: 0 10px; } }
  .tablet_choice .mv-index-btn {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #074d8e;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .mv-index-btn {
        padding: 15px 0 30px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .mv-index-btn {
        padding: 25px 0 50px;
        transition: background .3s; }
        .tablet_choice .mv-index-btn:hover {
          background: #e3f1fe; } }
    .tablet_choice .mv-index-btn:after {
      content: "";
      display: block;
      border-right: 2px solid #074d8e;
      border-bottom: 2px solid #074d8e;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
      transform: translate(-50%, 0) rotate(45deg); }
      @media only screen and (max-width: 768px) {
        .tablet_choice .mv-index-btn:after {
          width: 6px;
          height: 6px;
          bottom: 15px; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .mv-index-btn:after {
          width: 10px;
          height: 10px;
          bottom: 25px; } }
  .tablet_choice .mv-index-btn-img {
    display: block;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .mv-index-btn-img {
        margin-bottom: 5px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .mv-index-btn-img {
        margin-bottom: 10px; } }
  .tablet_choice .mv-index-btn-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .mv-index-btn-txt {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .mv-index-btn-txt {
        font-size: 22px;
        font-size: 1.375rem; } }
  .tablet_choice .cost-tab {
    border-bottom: 3px solid #074d8e;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .cost-tab {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .cost-tab {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 768px) {
      .tablet_choice .cost-tab li {
        flex: 0 0 32.8%; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .cost-tab li {
        flex: 0 0 33.1%; } }
  .tablet_choice .cost-tab-btn {
    cursor: pointer;
    background: rgba(7, 77, 142, 0.3);
    color: #fff;
    width: 100%;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .cost-tab-btn {
        padding: .5em;
        font-size: 18px;
        font-size: 1.125rem; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .cost-tab-btn {
        padding: .8em;
        font-size: 20px;
        font-size: 1.25rem;
        transition: background .3s; }
        .tablet_choice .cost-tab-btn:hover {
          background: #074d8e; } }
    .tablet_choice .cost-tab-btn.is-actv {
      background: #074d8e;
      pointer-events: none; }
      .tablet_choice .cost-tab-btn.is-actv:after {
        content: "";
        display: block;
        width: 30px;
        height: 15px;
        position: absolute;
        left: 50%;
        top: 100%;
        border: 15px solid transparent;
        border-top: 15px solid #074d8e;
        border-bottom: none; }
        @media only screen and (max-width: 768px) {
          .tablet_choice .cost-tab-btn.is-actv:after {
            -webkit-transform: translate(-50%, -4px);
            transform: translate(-50%, -4px); } }
        @media only screen and (min-width: 769px) {
          .tablet_choice .cost-tab-btn.is-actv:after {
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
  .tablet_choice .cost-list {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .cost-list {
        margin: 20px -15px 40px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .cost-list {
        margin: 30px 0 40px; } }
    .tablet_choice .cost-list button {
      text-indent: -1000%;
      overflow: hidden; }
    .tablet_choice .cost-list .slick-prev,
    .tablet_choice .cost-list .slick-next {
      position: absolute;
      top: 50%;
      z-index: 1;
      -webkit-transform: translate(0, -80%);
      transform: translate(0, -80%);
      background: rgba(0, 0, 0, 0.6); }
      @media only screen and (max-width: 768px) {
        .tablet_choice .cost-list .slick-prev,
        .tablet_choice .cost-list .slick-next {
          width: 20px;
          height: 50px; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .cost-list .slick-prev,
        .tablet_choice .cost-list .slick-next {
          width: 30px;
          height: 75px; } }
      .tablet_choice .cost-list .slick-prev:after,
      .tablet_choice .cost-list .slick-next:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%; }
        @media only screen and (max-width: 768px) {
          .tablet_choice .cost-list .slick-prev:after,
          .tablet_choice .cost-list .slick-next:after {
            width: 6px;
            height: 6px; } }
        @media only screen and (min-width: 769px) {
          .tablet_choice .cost-list .slick-prev:after,
          .tablet_choice .cost-list .slick-next:after {
            width: 10px;
            height: 10px; } }
      .tablet_choice .cost-list .slick-prev.slick-disabled,
      .tablet_choice .cost-list .slick-next.slick-disabled {
        display: none !important; }
    .tablet_choice .cost-list .slick-prev {
      left: 0; }
      .tablet_choice .cost-list .slick-prev:after {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        left: 50%;
        -webkit-transform: translate(-40%, -50%) rotate(-45deg);
        transform: translate(-40%, -50%) rotate(-45deg); }
    .tablet_choice .cost-list .slick-next {
      right: 0; }
      .tablet_choice .cost-list .slick-next:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: 50%;
        -webkit-transform: translate(40%, -50%) rotate(45deg);
        transform: translate(40%, -50%) rotate(45deg); }
    .tablet_choice .cost-list .slick-dots {
      display: flex;
      justify-content: center; }
      .tablet_choice .cost-list .slick-dots li {
        margin: 0 6px; }
        .tablet_choice .cost-list .slick-dots li button {
          display: block;
          width: 12px;
          height: 12px;
          border: 1px solid #074d8e;
          border-radius: 100%; }
        .tablet_choice .cost-list .slick-dots li.slick-active button {
          background: #074d8e; }
  @media only screen and (max-width: 768px) {
    .tablet_choice .cost-item {
      margin: 0 15px 15px; } }
  @media only screen and (min-width: 769px) {
    .tablet_choice .cost-item {
      margin-bottom: 10px; } }
  .tablet_choice .cost-item-ttl {
    font-weight: bold;
    padding-left: 1em;
    line-height: 1.7;
    margin-bottom: 1em; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .cost-item-ttl {
        font-size: 14px;
        font-size: 0.875rem;
        border-left: 5px solid #074d8e; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .cost-item-ttl {
        font-size: 16px;
        font-size: 1rem;
        border-left: 7px solid #074d8e; } }
  .tablet_choice .cost-item-img img {
    width: 100%; }
  .tablet_choice .cost-offer {
    margin-top: 1em; }
  .tablet_choice .cost-txt {
    margin-bottom: 2em;
    color: #333; }
  .tablet_choice .manabi-list {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .manabi-list {
        margin: 25px -5px 0; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .manabi-list {
        margin: 50px -5px 0; } }
  .tablet_choice .manabi-item {
    padding: 0 5px;
    width: 33.33%; }
    .tablet_choice .manabi-item:not(:last-child) {
      border-right: 2px dotted #074d8e; }
    .tablet_choice .manabi-item dt {
      background: #074d8e;
      color: #fff;
      text-align: center;
      padding: .8em 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .tablet_choice .manabi-item dd {
      text-align: center;
      margin-top: 2em; }
  .tablet_choice .manabi-img {
    display: block; }
    .tablet_choice .manabi-img picture {
      display: flex;
      justify-content: center;
      align-items: center; }
    .tablet_choice .manabi-img figcaption {
      margin-top: .5em; }
  .tablet_choice .manabi-point {
    position: relative; }
    .tablet_choice .manabi-point:after {
      content: "POINT";
      display: block;
      background: #ff5964;
      border-radius: 100%;
      color: #fff;
      font-weight: bold;
      font-size: 10px;
      font-size: 0.625rem;
      position: absolute;
      left: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 0 3px rgba(255, 89, 100, 0.5); }
      @media only screen and (max-width: 768px) {
        .tablet_choice .manabi-point:after {
          width: 40px;
          height: 40px;
          top: -5px;
          -webkit-transform: translate(-120%, -30%) scale(0.7);
          transform: translate(-120%, -30%) scale(0.7); } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .manabi-point:after {
          width: 50px;
          height: 50px;
          top: -2px;
          -webkit-transform: translate(-150%, -30%);
          transform: translate(-150%, -30%); } }
  .tablet_choice .kyozai-icon-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em; }
    .tablet_choice .kyozai-icon-list dt {
      margin-right: .5em; }
      .tablet_choice .kyozai-icon-list dt:not(:first-child) {
        margin-left: 1em; }
    .tablet_choice .kyozai-icon-list img {
      width: .9em;
      height: .9em;
      vertical-align: middle;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .tablet_choice .kyozai-icon-list img {
          top: -1px; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .kyozai-icon-list img {
          top: -2px; } }
  .tablet_choice .kyozai-table {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .kyozai-table {
        margin-top: 20px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .kyozai-table {
        margin-top: 30px; } }
    .tablet_choice .kyozai-table thead th {
      background: #074d8e;
      color: #fff;
      vertical-align: middle;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .tablet_choice .kyozai-table thead th {
          font-size: 12px;
          font-size: 0.75rem;
          padding: .4em 0; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .kyozai-table thead th {
          font-size: 16px;
          font-size: 1rem;
          padding: .8em 0; } }
      .tablet_choice .kyozai-table thead th:not(:last-child) {
        border-right: 1px solid #c8c8c8; }
      @media only screen and (max-width: 768px) {
        .tablet_choice .kyozai-table thead th:not(:first-child) {
          width: 60px; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .kyozai-table thead th:not(:first-child) {
          width: 20%; } }
    .tablet_choice .kyozai-table tbody th {
      vertical-align: middle;
      text-align: left;
      background: #f7f7f7;
      border-top: 1px solid #c8c8c8;
      border-right: 1px solid #c8c8c8;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .tablet_choice .kyozai-table tbody th {
          font-size: 12px;
          font-size: 0.75rem;
          padding: 1em; } }
      @media only screen and (min-width: 769px) {
        .tablet_choice .kyozai-table tbody th {
          font-size: 16px;
          font-size: 1rem;
          padding: 1em 2em; } }
    .tablet_choice .kyozai-table tbody td {
      vertical-align: middle;
      text-align: center;
      background: #f7f7f7;
      border-top: 1px solid #c8c8c8; }
      .tablet_choice .kyozai-table tbody td:not(:last-child) {
        border-right: 1px solid #c8c8c8; }
      .tablet_choice .kyozai-table tbody td div {
        position: relative; }
        @media only screen and (max-width: 768px) {
          .tablet_choice .kyozai-table tbody td div {
            padding: 1.5em 1em; } }
        @media only screen and (min-width: 769px) {
          .tablet_choice .kyozai-table tbody td div {
            padding: 1em 2em; } }
      .tablet_choice .kyozai-table tbody td img {
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .tablet_choice .kyozai-table tbody td img {
            width: 24px; } }
        @media only screen and (min-width: 769px) {
          .tablet_choice .kyozai-table tbody td img {
            width: 26px; } }
  .tablet_choice .kyozai-table-mark {
    position: absolute;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .tablet_choice .kyozai-table-mark {
        font-size: 10px;
        font-size: 0.625rem;
        top: 3px;
        right: 3px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .kyozai-table-mark {
        top: 6px;
        right: 6px; } }

.tablet_choice .c-cv__btn-link {
color:#464646;
}
.tablet_choice .c-text--glay{
    color: #888888;
  }
  .tablet_choice .c-cv__btn-link {
color:#464646;
}

@media only screen and (max-width: 768px) {
  .tablet_choice .mv {
    position: relative;
  }
  .tablet_choice .mv-index {
    position: absolute;
    left: 0;
    right: 0;
    bottom:20px;
    margin: 20px auto 0;
  }
}

@media only screen and (min-width: 769px) {
  .tablet_choice .mv {
    position: relative;
  }
  .tablet_choice .mv-index {
    position: absolute;
    left: 0;
    right: 0;
    bottom:20px;
    margin: 20px auto 0;
  }
}

    @media only screen and (max-width: 768px) {
      .tablet_choice .cost-tab-list {
        margin: 20px -15px 40px; } }
    @media only screen and (min-width: 769px) {
      .tablet_choice .cost-tab-list {
        margin: 30px 0 40px; } }

/*# sourceMappingURL=tablet_choice.css.map */


/* 42856_230201*/
.manabi-list--2col > .manabi-item {
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .tablet_choice .kyozai-table.kyozai-table--no-b thead th:not(:first-child) {
    width: 90px;
  }
}

@media only screen and (min-width: 769px) {
  .tablet_choice .kyozai-table.kyozai-table--no-b thead th:not(:first-child) {
    width: 30%;
  }
}


/* 60167_250616*/
@media only screen and (max-width: 768px) {
  .siryo-btn {
    font-size: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .siryo-btn {
    max-width: 500px;
    width: 100%!important;
  }
}