.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: 400;
  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: 28.267vw 4vw 0;
  }
}

@media only screen and (min-width: 769px) {
  .tablet_choice .content {
    padding: 130px 0 0;
    max-width: 925px;
    margin: 0 auto;
  }
}
.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;
}

.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: 6.933vw;
    height: 5.333vw;
    border: 13px solid transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    border-style: solid;
    border-right: 17.067vw solid transparent;
    border-left: 17.067vw solid transparent;
    border-top: 8.294vw solid #fff;
    border-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  .tablet_choice .merit:before {
    width: 202px;
    height: 48px;
    border: 13px solid transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    border-style: solid;
    border-right: 101px solid transparent;
    border-left: 101px solid transparent;
    border-top: 48px solid #fff;
    border-bottom: 0;
  }
}

.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 {
    color: #333;
    text-align: center;
    font-size: 4.267vw;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
  }
}

@media only screen and (min-width: 769px) {
  .tablet_choice .merit-ttl-sub {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }
}

.tablet_choice .merit-ttl-main {
  display: block;
}

@media only screen and (max-width: 768px) {
  .tablet_choice .merit-ttl-main {
    color: #333;
    text-align: center;
    font-size: 5.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .merit-ttl-main--min{
    color: #333;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 4.267vw;
    font-style: normal;
    font-weight: 600;
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .tablet_choice .merit-ttl-main {
    color: #333;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
  }
  .merit-ttl-main--min{
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
  }
}

.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.merit-blended--1col{
  max-width: 405px;
  margin: 0 auto;
}

.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: 30px -5px 0;
  }
}

@media only screen and (min-width: 769px) {
  .tablet_choice .manabi-list {
    margin: 50px auto 0;
    max-width: 800px;
  }
}

.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;
    width: 100%;
  }
  .cv-area-wrap--main .siryo-btn{
    width: 92vw;
  }
}

@media only screen and (min-width: 769px) {
  .siryo-btn {
    width: 100% !important;
  }
  .cv-area-wrap--main .siryo-btn{
    max-width: 500px;
  }
}

/* 60597_250728*/
@media only screen and (max-width: 768px) {
  .cv__btn-img {
    padding: 0 4vw;
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .cv__btn-img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

/* 61454_251020*/
@media only screen and (max-width: 768px) {
  .top {
    padding: 0 4vw;
    margin-top: 16vw;
  }

  .top__cont {
    margin-top: 5.333vw;
  }

  .top__summary__ttl {
    color: #333;
    font-size: 6.933vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .top__summary__ttl--min {
    color: #333;
    font-size: 5.333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }

  .top__summary {
    background: #CCE8FA;
    padding: 10.667vw 4vw 8vw;
    position: relative;
    margin-top: 16vw;
    margin-right: -4vw;
    margin-left: -4vw;
  }

  .top__summary::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid;
    border-right: 15.2vw solid transparent;
    border-left: 15.2vw solid transparent;
    border-top: 7.2vw solid #fff;
    border-bottom: 0;
  }

  .top__summary__img {
    margin-top: 5.333vw;
    display: block;
  }

  .cv-btn {
    font-size: 4vw;
    background-color: #00c753 !important;
    color: #fff !important;
    border: solid 2px #00c753 !important;
    width: 100%;
  }

  .cv-area-wrap--main .cv-btn{
    width: 92vw;
  }

  .cv-btn::after {
    background-color: #fff;
    mask-image: url(/_share/221114_42498_common_rn_btn_icon_arrow_blue.svg);
    mask-repeat: no-repeat;
    background-image: none !important;
  }

  .list-offer .c-acc-text__head {
    color: #333;
    font-weight: 400;
    font-size: inherit;
  }

  .list-offer .c-remark-list__item {
    color: #333;
    font-size: inherit;
    text-indent: 0em !important;
  }

  .list-offer .c-link {
    font-size: inherit;
  }

  .tablet_choice .mv-index {
    position: static;
    gap: 4vw;
    margin-top: 6.667vw;
  }

  .tablet_choice .mv-index-list {
    width: 50%;
    margin: 0;
  }

  .merit__inner {
    overflow: hidden;
    padding: 13.6vw 4vw 8vw;
    margin: 8vw 0 0;
    background: #CAE4FC;
  }

  .tablet_choice .manabi-item--a dt {
    background: #8C8C8C;
  }

  .merit-ttl-main--big-sp {
    font-size: 6.133vw;
  }

  .content-lead-band {
    padding: 1.6vw 0;
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    background: #074D8E;
    margin-top: 5.333vw;
  }

  .cost-txt-top {
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    color: #074D8E !important;
    text-align: center;
    margin: 0 4vw 1.333vw !important;
    width: 82.933vw;
  }
}

@media only screen and (min-width: 769px) {
  .top {
    margin-top: 60px;
  }

  .top__ttl {
    max-width: 399px;
    margin: 0 auto;
    display: block;
  }

  .top__cont {
    max-width: 628px;
    margin: 30px auto 0;
    display: block;
  }

  .top__table-img{
    width: 100%;
    margin: auto 0;
    display: block;
  }

  .top__summary__ttl {
    color: #333;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .top__summary__ttl--min {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }

  .top__summary {
    background: #CAE4FC;
    padding: 63px 0px 30px 0px;
    position: relative;
    margin-top: 40px;
  }

  .top__summary::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid;
    border-right: 89px solid transparent;
    border-left: 89px solid transparent;
    border-top: 43px solid #fff;
    border-bottom: 0;
  }

  .top__summary__inner{
    max-width: 539px;
    margin: 0 auto;
  }

  .top__summary__img {
    margin: 20px auto 0;
    display: block;
    max-width: 405px;
  }

  .top__summary__img img {
    width: 100%;
  }

  .cv-btn {
    width: 100% !important;
    background-color: #00c753 !important;
    color: #fff !important;
    border: solid 2px #00c753 !important;
  }

  .cv-area-wrap--main .cv-btn{
    max-width: 500px;
  }

  .cv-btn::after {
    background-color: #fff;
    mask-image: url(/_share/221114_42498_common_rn_btn_icon_arrow_blue.svg);
    mask-repeat: no-repeat;
    background-image: none !important;
  }

  .cv-area-wrap {
    display: flex;
    flex-flow: column;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
  }

  .simple_cv__section .cv-area-wrap {
    flex-flow: row;
    max-width: 100%;
  }

  .simple_cv__section .c_rn-cv-request__btn-link {
    max-width: 335px !important;
    width: 100% !important;
  }

  .simple_cv__section .c_rn-cv__btn-link-wrap a:not(:last-child) {
    margin-right: 0px;
  }

  .list-offer .c-acc-text__head {
    color: #333;
    font-weight: 400;
    font-size: inherit;
  }

  .list-offer .c-remark-list__item {
    color: #333;
    font-size: inherit;
    text-indent: 0em !important;
  }

  .list-offer .c-link {
    font-size: inherit;
  }

  .tablet_choice .mv-index {
    position: static;
    gap: 10px;
    margin-top: 30px;
  }

  .tablet_choice .mv-index-list {
    width: 50%;
    margin: 0;
  }

  .tablet_choice .merit {
    max-width: 960px;
    margin: 40px auto 0;
    padding: 0;
  }

  .merit__inner {
    overflow: hidden;
    padding: 68px 30px 30px;
    background: #CAE4FC;
    border-radius: 0 0 6px 6px;
  }

  .tablet_choice .mv-index-btn:after {
    position: static;
    margin: auto 0;
    right: 45px;
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto 0;
  }

  .tablet_choice .mv-index-btn {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 42px 45px;
    display: flex;
  }

  .tablet_choice .mv-index-btn-img {
    margin-bottom: 0;
  }

  .tablet_choice .mv-index-btn-img img {
    height: 35px !important;
    width: auto;
  }

  .tablet_choice .mv-index-btn:after {
    transform: rotate(-45deg);
  }

  .tablet_choice .manabi-item--a dt {
    background: #8C8C8C;
  }

  .tablet_choice .manabi-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tablet_choice .manabi-item dd {
    width: 50%;
    max-width: 160px;
  }

  .tablet_choice .manabi-item--a {
    display: block;
  }

  .tablet_choice .manabi-item--a dd {
    width: 100%;
    max-width: 100%;
  }

  .tablet_choice .manabi-item dt {
    width: 100%;
  }

  .content-lead-band {
    padding: 15px 0;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    background: #074D8E;
    margin-top: 30px;
  }

  .cost-txt-top {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #074D8E !important;
    text-align: center;
    margin-bottom: 0 !important;
    margin-right: 14.2%;
  }
}

/* カルーセル */
@media only screen and (max-width: 768px) {
  .merit-carousel .c-carousel__arrow {
    border: #2886d9 1px solid;
    background-color: #fff !important;
    width: 8vw;
    height: 8vw;
    bottom: -1.8vw;
  }

  .merit-carousel .c-carousel__arrow::before {
    background-image: url(/common_rn/btn_icon_arrow_blue.svg);
    width: 2.5vw;
    height: 2.5vw;
  }

  .merit-carousel .c-carousel__arrow--next.slick-disabled::before {
    background-image: url(/common_rn/btn_icon_arrow_blue.svg);
    width: 2.5vw;
    height: 2.5vw;
  }

  .merit-carousel .c-carousel__item {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .merit-carousel .c-carousel__arrow--next {
    right: 6.4vw;
  }

  .merit-carousel .c-carousel__arrow--prev {
    left: 6.4vw;
  }

  .merit-carousel .c-carousel__dot {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .merit-carousel .c-carousel__item {
    width: 418px;
    padding: 0 15px;
  }

  .merit-carousel .c-carousel__arrow {
    border: #2886d9 1px solid;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
  }

  .merit-carousel .c-carousel__arrow::before {
    background-image: url(/common_rn/btn_icon_arrow_blue.svg);
  }

  .merit-carousel .c-carousel__arrow--next.slick-disabled::before {
    background-image: url(/common_rn/btn_icon_arrow_blue.svg);
    width: 10px;
    height: 10px;
  }
}

@media print,
screen and (max-width: 768px) {

  .c-remark-list__item--number01,
  .c-remark-list__item--number02,
  .c-remark-list__item--number03,
  .c-remark-list__item--number04,
  .c-remark-list__item--number05,
  .c-remark-list__item--number06,
  .c-remark-list__item--number07,
  .c-remark-list__item--number08,
  .c-remark-list__item--number09,
  .c-remark-list__item--number10 {
    padding-left: 2em !important;
  }
}

@media print,
screen and (min-width: 769px) {

  .c-remark-list__item--number01,
  .c-remark-list__item--number02,
  .c-remark-list__item--number03,
  .c-remark-list__item--number04,
  .c-remark-list__item--number05,
  .c-remark-list__item--number06,
  .c-remark-list__item--number07,
  .c-remark-list__item--number08,
  .c-remark-list__item--number09,
  .c-remark-list__item--number10 {
    padding-left: 2em !important;
  }
}

/* ヘッダー */
@media only screen and (max-width: 768px) {
  .c-header__head-btn-item--cv {
    display: none !important;
  }

  .c-wrap--chu .c-header__menu-head-request .c-header__menu-head-request-link {
    width: 50vw;
    background-color: #00c753;
    color: #fff;
    border: solid 2px #00c753;
    padding-right: 1vw;
  }

  .c-header__menu-head-request-link::after {
    content: '';
    background-color: #fff;
    mask-image: url(/common_rn/btn_icon_arrow_black.svg);
    mask-repeat: no-repeat;
    background-image: none;
    background-repeat: no-repeat;
    width: 1.86667vw;
    height: 2.66667vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 3vw;
  }
}

/*==============================
  63071_20260326
==============================*/
/* エビデンス */
@media only screen and (min-width: 769px) {
  .evidence{
    margin-right: auto;
    margin-left: auto;
  }
  .evidence__img{
    width: 345px;
    margin: 0 auto;
  }
  .evidence__txt{
    color: #464646;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.667%;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .evidence{
    padding: 0 4vw;
  }
  .evidence__txt{
    color: #464646;
    font-size: 6.133vw;
    font-style: normal;
    font-weight: 600;
    line-height: 139.13%;
    margin-bottom: 2.667vw;
  }
}

/* アンカー */
@media only screen and (min-width: 769px) {
  .index{
    margin-top: 40px;
    padding: 0 15px;
  }
  .index__ttl{
    text-align: center;
  }
  .index__ttl .-sub{
    color: #2886D9;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
  }
  .index__ttl .-main{
    color: #333;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
    display: block;
    margin-left: -16px;
  }
  .index__list{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 410px;
    margin-right: auto;
    margin-left: auto;
  }
  .index__list__item a{
    padding: 16px 25px 15px 15px;
    border-radius: 6px;
    background: #CAE4FC;
    display: block;
    color: #005BBF;
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .index__list__item a::after{
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
    background-color: #005BBF;
    mask-image: url(/lp/tablet_choice/img/260326_63127_lp_tablet_choice_arrow_icon.svg);
    mask-repeat: no-repeat;
  }
  .index__list__item__body{
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .index__list__item__body dt{
    flex: 0 0 70px;
    height: 70px;
    color: var(--white, #FFFFFF);
    font-size: 18px;
    font-weight: 600;
    border-radius: 100%;
    display: grid;
    place-content: center;
  }
  .index__list__item__body .-kouka{
    background: var(--3, #34BBD8);
  }
  .index__list__item__body .-jyunan{
    background: var(--3, #005BBF);
  }
  .index__list__item__body .-cost{
    background: var(--3, #F62A7E);
  }
  .index__list__item__body dd{
    color: #005BBF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.176%;
  }
}
@media only screen and (max-width: 768px) {
  .index{
    margin-top: 8vw;
    padding: 0 4vw;
  }
  .index__ttl{
    text-align: center;
  }
  .index__ttl .-sub{
    color: #2886D9;
    font-size: 5.333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
  }
  .index__ttl .-main{
    color: #333;
    font-size: 9.333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
    display: block;
    margin-left: -4.267vw;
  }
  .index__list{
    margin-top: 5.333vw;
    display: flex;
    flex-direction: column;
    gap: 4.267vw;
  }
  .index__list__item a{
    padding: 4.267vw 6.667vw 4vw 4vw;
    border-radius: 1.6vw;
    background: #CAE4FC;
    display: block;
    color: #005BBF;
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .index__list__item a::after{
    content: "";
    position: absolute;
    width: 3.733vw;
    height: 2.667vw;
    top: 0;
    bottom: 0;
    right: 6.667vw;
    margin: auto 0;
    background-color: #005BBF;
    mask-image: url(/lp/tablet_choice/img/260326_63127_lp_tablet_choice_arrow_icon.svg);
    mask-repeat: no-repeat;
  }
  .index__list__item__body{
    display: flex;
    align-items: center;
    gap: 1.0526315789rem;
  }
  .index__list__item__body dt{
    flex: 0 0 18.667vw;
    height: 18.667vw;
    color: var(--white, #FFFFFF);
    font-size: 4.8vw;
    font-weight: 600;
    border-radius: 100%;
    display: grid;
    place-content: center;
  }
  .index__list__item__body .-kouka{
    background: var(--3, #34BBD8);
  }
  .index__list__item__body .-jyunan{
    background: var(--3, #005BBF);
  }
  .index__list__item__body .-cost{
    background: var(--3, #F62A7E);
  }
  .index__list__item__body dd{
    color: #005BBF;
    font-size: 4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 141.176%;
  }
}

/* 特徴コンテンツ */
@media only screen and (min-width: 769px) {
  .content-icon{
    display: flex;
    width: 96px;
    height: 96px;
    padding: 18px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    color: #FFF;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 96%;
    margin: 0 auto;
  }
  .content.-kouka .content-icon{
    background: #34BBD8;
  }
  .content.-jyunan .content-icon{
    background: #005BBF;
  }
  .content.-cost .content-icon{
    background: #F62A7E;
  }
  .content-ttl{
    color: var(--white, #FFFFFF);
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .content-ttl::before{

  }
  .content-ttl .-sub{
    display: block;
    width: 150px;
    height: 150px;
    padding-top: 46px;
    border-radius: 100%;
    font-size: 21px;
    position: absolute;
    top: -70px;
    left: 50%;
    translate: -50% 0;
    line-height: 114.286%;
  }
  .content-ttl .-sub-inner{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  .content-ttl .-sub-inner::before,.content-ttl .-sub-inner::after{
    content: "";
    width: 15px;
    height: 1px;
    background: #FFF;
  }
  .content-ttl.-kouka,.content-ttl.-kouka .-sub{
    background: var(--3, #34BBD8);
  }
  .content-ttl.-jyunan,.content-ttl.-jyunan .-sub{
    background: var(--3, #005BBF);
  }
  .content-ttl.-cost,.content-ttl.-cost .-sub{
    background: var(--3, #F62A7E);
  }
  .content-ttl .-main{
    position: relative;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
  .content-ttl__under{
    color: #333;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 138.889%;
    margin-top: 15px;
  }
  .content-kome-txt{
    color: #333;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-top: 5px;
  }
  .content-img{
    display: block;
  }
  .content-table{
    max-width: 664px;
    margin-right: auto;
    margin-left: auto;
  }
  .content-item__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 65px;
    margin-top: 30px;
  }
  .content-item{
    max-width: 399px;
  }
  .content-item-txt{
    margin-top: 14px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
  }
  .content-ttl__under.-cost{
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .content-ttl__under.-cost::before,.content-ttl__under.-cost::after{
    content: "";
    background-image: url(/lp/tablet_choice/img/260326_63127_lp_tablet_choice_pic_11.png);
    background-size: contain;
    width: 18px;
    height: 33px;
    display: block;
  }
  .content-ttl__under.-cost::before{
    transform: scaleX(-1);
  }
}
@media only screen and (max-width: 768px) {
  .content-icon{
    display: flex;
    width: 25.6vw;
    height: 25.6vw;
    padding: 4.8vw 2.667vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.667vw;
    border-radius: 13.333vw;
    color: #FFF;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 6.667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 96%;
    margin: 0 auto;
  }
  .content.-kouka .content-icon{
    background: #34BBD8;
  }
  .content.-jyunan .content-icon{
    background: #005BBF;
  }
  .content.-cost .content-icon{
    background: #F62A7E;
  }
  .content-ttl{
    color: var(--white, #FFFFFF);
    padding: 6.933vw 0;
    position: relative;
    text-align: center;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 6.667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .content-ttl .-sub{
    display: block;
    width: 25.6vw;
    height: 25.6vw;
    padding-top: 6.933vw;
    border-radius: 100%;
    font-size: 4.267vw;
    position: absolute;
    top: -12.267vw;
    left: 50%;
    translate: -50% 0;
  }
  .content-ttl .-sub-inner{
    display: flex;
    gap: 1.067vw;
    justify-content: center;
    align-items: center;
  }
  .content-ttl .-sub-inner::before,.content-ttl .-sub-inner::after{
    content: "";
    width: 2.667vw;
    height: 0.267vw;
    background: #FFF;
  }
  .content-ttl.-kouka,.content-ttl.-kouka .-sub{
    background: var(--3, #34BBD8);
  }
  .content-ttl.-jyunan,.content-ttl.-jyunan .-sub{
    background: var(--3, #005BBF);
  }
  .content-ttl.-cost,.content-ttl.-cost .-sub{
    background: var(--3, #F62A7E);
  }
  .content-ttl .-main{
    position: relative;
    font-size: 6.667vw;
    line-height: 1.5;
  }
  .content-ttl__under{
    color: #333;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 138.889%;
    margin-top: 5.333vw;
  }
  .content-bpdy{
    padding: 0 4vw 4vw;
  }
  .content-kome-txt{
    color: #333;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
  }
  .content-img{
    display: block;
  }
  .content-item{
    margin-top: 8vw;
  }
  .content-item-txt{
    margin-top: 3.733vw;
    color: #333;
    font-size: 3.733vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
  }
  .content-item + .content-item{
    margin-top: 13.333vw;
  }
  .content-ttl__under.-cost{
    position: relative;
    display: flex;
    gap: 2.133vw;
    align-items: center;
    justify-content: center;
  }
  .content-ttl__under.-cost::before,.content-ttl__under.-cost::after{
    content: "";
    background-image: url(/lp/tablet_choice/img/260326_63127_lp_tablet_choice_pic_11.png);
    background-size: contain;
    width: 6.933vw;
    height: 12.8vw;
    display: block;
  }
  .content-ttl__under.-cost::before{
    transform: scaleX(-1);
  }
}

/* スタイル */
@media only screen and (min-width: 769px) {
  .select-style__box__wrap{
    margin-top: 20px;
    display: flex;
    gap: 40px;
  }
  .select-style__box{
    width: 50%;
  }
  .select-style__box-list__ttl{
    font-size: 16px;
    line-height: 1.5;
    color: #464646;
    font-weight: 700;
    display: block;
    padding: 0px 0px 0px 14px;
  }
  .select-style__box.-hybrid .select-style__box-list__ttl{
    border-left: 4px solid #e60012;
  }
  .select-style__box.-original .select-style__box-list__ttl{
    border-left: 4px solid #005bac;
  }
  .select-style__box-list__ttl--big{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    display: block;
  }
  .select-style__box.-hybrid .select-style__box-list__ttl--big{
    color: #e60012;
  }
  .select-style__box.-original .select-style__box-list__ttl--big{
    color: #005bac;
  }
  .c-rn24-select-style__box-item{
    color: #333;
    font-size: 14px;
  }
  .c-rn24-select-style__box-item--bold{
    font-weight: 900;
  }
  .c-rn24-select-style__box-item{
    padding-left: 2em;
  }
  .c-rn24-select-style__box-item::before{
    width: 20px;
    height: 20px;
  }
  .select-style__box.-hybrid .c-rn24-select-style__box-item::before{
    background-image: url(/lp/tablet_choice/img/260326_63127_lp_tablet_choice_check_red.svg);
  }
  .select-style__box.-original .c-rn24-select-style__box-item::before{
    background-image: url(/lp/tablet_choice/img/260326_63127_lp_tablet_choice_check_blue.svg);
  }
}
@media only screen and (max-width: 768px) {
  .select-style__box__wrap{
    margin-top: 2.667vw;
    display: flex;
    flex-direction: column;
    gap: 2.667vw;
  }
  .select-style__box-list__ttl{
    font-size: 4.267vw;
    line-height: 1.5;
    color: #464646;
    font-weight: 700;
    display: block;
    padding: 0px 0px 0px 3.733vw;
  }
  .select-style__box.-hybrid .select-style__box-list__ttl{
    border-left: 4px solid #e60012;
  }
  .select-style__box.-original .select-style__box-list__ttl{
    border-left: 4px solid #005bac;
  }
  .select-style__box-list__ttl--big{
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: 700;
    display: block;
  }
  .select-style__box.-hybrid .select-style__box-list__ttl--big{
    color: #e60012;
  }
  .select-style__box.-original .select-style__box-list__ttl--big{
    color: #005bac;
  }
  .c-rn24-select-style__box-item{
    color: #333;
  }
  .c-rn24-select-style__box-item--bold{
    font-weight: 900;
  }
  .c-rn24-select-style__box-item{
    padding-left: 2em;
  }
  .c-rn24-select-style__box-item::before{
    width: calc(20vw / 3.75);
    height: calc(20vw / 3.75);
    margin-top: calc(7vw / 3.75);
  }
  .select-style__box.-hybrid .c-rn24-select-style__box-item::before{
    background-image: url(/lp/tablet_choice/img/260326_63127_lp_tablet_choice_check_red.svg);
  }
  .select-style__box.-original .c-rn24-select-style__box-item::before{
    background-image: url(/lp/tablet_choice/img/260326_63127_lp_tablet_choice_check_blue.svg);
  }
}

/* その他 */
@media only screen and (min-width: 769px) {
  .cv-fuki{
    max-width: 300px!important;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .cv-fuki{
    max-width: 80vw!important;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 2.667vw;
  }
  .tablet_choice .mv-ttl {
    margin-top: 5.333vw;
  }
}