/** Shopify CDN: Minification failed

Line 1076:0 Unexpected "<"
Line 1573:0 Unexpected "<"

**/
@charset "UTF-8";
/* トップサイト */
a.red.arrowBtn.moreBtn {
    color: #a30111;
    font-weight: 700;
    position: relative;
    display: block;
    text-align: right;
}
/* div#add_line,.esim-camp{
    display: none;
} */
.section-container {
    padding: 30px 5rem 0px;
}
.arrowBtn:after {
    border: solid;
    border-width: 2px 2px 0 0;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}
#HeaderMenu-MenuList-5.list-menu--disclosure {
    width: 22rem;
}
.stt-lang-select.on .stt-select{
    display: grid!important;
}
.stt-item:nth-child(1) {
    grid-row: 7 / 7;
}
.stt-item:nth-child(2) {
    grid-row: 1 / 1;
}
.stt-lang-select .stt-text, .stt-select .stt-item , .stt-lang-select .stt-lang-select .stt-text:after{
    font-size: 15px;
}
.stt-lang-select .stt-text {
    padding:14px 30px 14px 16px!important;
}
body .stt-lang-select {
    background: #122b3f;
}
.stt-lang-select .stt-text , .stt-select .stt-item, body .stt-lang-select .stt-text:after{
    color: #fff;
}
body .stt-lang-select .stt-select .stt-item:hover:after{
    color: #999;
}
section#slider {
    background: #ebebeb;
}
  .howtouse {
    /* background-color: #FAFAFA; */
    margin: 0 auto;
}
.howtouse-buton {
    width: 180px;
    padding: 10px;
    background: #122B3F;
  border-radius: 5px;
      color: #fff;
  font-weight: bold;
  margin: 20px 650px;
}
.howtouseimg {
    text-align: center;
    padding-bottom: 20px;
}
h2.howtouse-title {
    font-size: 34px;
    text-align: center;
    padding: 20px 0;
}
/*YouTubeリンク用のspanスタイル  */
h2.howtouse-title #open-modal-button{
  font-size: 4.5rem;
    color: #d70c18;
    background-image: linear-gradient(285deg, #F9EF23, #F9EF23);
    background-position: bottom;
    background-size: 90% 30%;
    background-repeat: no-repeat;
    cursor: pointer;
}
@media screen and (max-width: 768px){
.header {
    padding: 10px 1rem 10px 3rem!important;
}  
  .menu-drawer__utility-links {
    margin-top: 12rem;
}
  .agent-name {
    max-width: 100%!important;
}
  .header__heading-logo {
    width:80%;
}
  h2.howtouse-title {
    font-size: 20px;
}
  h2.howtouse-title #open-modal-button {
    font-size: 2rem;
  }
 .howtouse-container {
    background: #ebebeb;
    padding-bottom: 30px;
    position: relative;
}
.howtouse-buton {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
}
.howtouse {
    padding: 20px 10px;
    flex-direction: column;
}  
.howtouse-flex {
    width: 100%;
}
}
/* トップサイト end */

/* ly css */

.productList li.grid__item:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
    transform: translate(0, -5px);
}
.productList li.grid__item {
transition:box-shadow 0.3s, transform 0.3s;
}
/* table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #ddd;
} */
.table.info-table td, .table.info-table th {
    padding: 10px !important;
}
.menu-drawer {
    background-color: white !important;
}
.tabs__tabbed-content,.productList li.grid__item {
    animation: fading 1s;
}
@keyframes fading{
    from {opacity: 0;}
    to {opacity: 1;}
}
.info-title {
    font-size: 1.5rem;
}
td.w-30 {
    width: 35%;
}
h4 {
    margin: 0;
}
quantity-input.quantity {
border:0.1rem solid rgba(var(--color-base-text),.08);
}
.product-form__input input[type=radio]:checked+label {
    border: 1px solid;
}
.product-form__submit {
    border-radius: 3px;
    background-color: #e50c80;
    color: white;
    font-weight: bold;
}
.product-form__submit:hover {
    background-color: white;
    color: #e50c80;
    border: 1px solid #e50c80;
  transition: all 0.3s;
}
.header__submenu {
    background-color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    box-shadow: 1px 1px 10px #00000026 !important;
}
details[open]>.search-modal {
    background-color: white;
}
div#cart-notification {
    background-color: white;
    box-shadow: 1px 1px 10px 2px rgba(235, 235, 235, 0.5);
    border: none;
}
ul#HeaderLanguageList {
    background-color: white;
}
.cart-count-bubble {
    background-color: #be0808;
    color: #fff;
    font-weight: 600;
}
.flex-align-center
{
    display: flex;
    align-items: baseline;
}
/* qa007 */
.qa-007 {
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: #FAFAFA;
}

.qa-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em;
    color: #1F3A5F;
    font-weight: 600;
    cursor: pointer;
}
.point__contents .qa-007 summary, details.esim-devices.qa-007 summary {
    border-radius: 5px;
    color: #000;
}
.qa-007 summary::before,
.qa-007 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-007 summary:after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000000;
    content: "";
    transition: transform .5s;
}
.qa-007[open] summary::after {
    transform: rotate(225deg);
}
.qa-007 p ,.info-text{
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .7em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-007[open] p ,.info-text {
    transform: none;
    opacity: 1;
}
@media screen and (max-width: 749px) {
  .qa-007 p ,.info-text{
    padding: 10px 15px;
}
}
/* end qa007 */
/* ly css */
body, input, textarea, button, select {
    font-size: 14px;
    font-family: BIZ UDPゴシック;
  font-family: 'BIZ UDPGothic', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body {
  padding-top: 80px;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5,p {
    font-family: BIZ UDPゴシック;
  font-family: 'BIZ UDPGothic', sans-serif;
}
.cart-notification__header {
    border-bottom: 1px solid #ebebeb;
}
.cart-notification-wrapper {
    z-index: 1006;
}
a#cart-notification-button,form#cart-notification-form {
    border: 1px solid;
    border-radius: 3px;
  font-weight: 600;
}
a#cart-notification-button:hover, form#cart-notification-form:hover {
    opacity: 0.8;
}
h3.cart-notification-product__name.h4 ,.product-option{
    font-weight: 600;
}
.header-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    /* height: 60px; */
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1005;
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    height: 80px;
}
  hr {
    clear: both;
    border-top: solid #dedede;
    border-width: 1px 0 0;
    margin: 30px 0;
    height: 0;
}
    hr.hr--small {
    margin: 15px 0;
}
    ul, ol {
    margin: 0 0 1em;
    padding: 0;
}
    ul {
    list-style: none outside;
}
    .site-footer a:hover {
    color: #212121;
}
    a {
    color: #363636;
    text-decoration: none;
    background: transparent;
}
.h1, .h2, h1, h2 {
    margin: 0 0 17.5px;
    /* font-family: var(--font-stack-header); */
    font-style: 20px;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.transcy-switcher-dropdown .transcy-select-only-type .transcy-logo-uncharge,.transcy-switcher-dropdown .transcy-disclosue__logo {
    line-height: 1;
    padding: 12px 16px 16px 16px;
    display: none;
}
  .transcy-switcher-item-primary .transcy-flag , .transcy-switcher .transcy-flag{
    border-radius: unset!important;
}
@media screen and (max-width: 768px){
  .transcy-theme-dawn .header .header__icons {
    margin-right: 35px;
}
  #transcyBtnSwitcher.transcy-field-disabled, #transcyBtnSwitcher.transcy-switcher-item-primary {
    border-color: #fff!important;
}
  .header__icon,
.header__icon--cart .icon {
  /* width: 3.4rem; */
  width: max-content;
}
 span.transcy-switcher-language .transcy-locale-name, span#transcyBtnSwitcher .transcy-icon-arrow{
    display: none!important;
}
  .transcy-switcher-item-primary{
    padding: 5px 10px!important;
  }
}
/* 商品ページ */
.flex{
  display:flex;
}
.product-custom__container {
    margin: 0 auto;
  margin-top: 20px;
}
.product-media-container .product__media{
  max-width: 700px;
}
.product-custom__right.grid__item {
    max-width: 100%;
}
.text-area, .select {
    border: 1px solid #363636;
  border-radius: 3px;
}
quantity-input.quantity {
    border-radius: 3px;
}
 .get-date input{
    border: none;
}
.product-form__input .select input#date_picker {
    margin: 0;
}
.product-form__input--dropdown select {
    font-size: 16px;
}
.product__media-wrapper iframe {
    display: block;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  height: 300px;
}
.pd-photo-info {
    margin-top: 30px;
}
.use-note {
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.use-note__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.use-note__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #e50c7f;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 6px 16px #e50c7f38;
}
.use-note h3 {
    color: #111;
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 1.35;
}
.use-note__header p {
    margin: 0;
    color: #6b7280;
    line-height: 1.6;
}
.use-note__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.use-note__card {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    column-gap: 5px;
    /* min-height: 380px; */
    padding: 15px 10px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 10px #0000000d;
}
.use-note__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 0;
    border-radius: 8px;
    background: #fdeaf4;
}
.use-note__icon svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: #e50c7f;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.use-note__card h4 {
    margin: 0;
    color: #111;
    font-weight: 700;
    line-height: 1.45;
}
.use-note__card p {
    grid-column: 1 / -1;
    color: #4b5563;
}
.use-note__card a {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: auto;
    color: #e50c7f;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.use-note__card a::after {
    content: '›';
    font-size: 38px;
    line-height: 0.8;
    padding-bottom: 5px;
}
.use-note__point {
    margin-top: 20px;
    padding: 15px 10px 0;
    border-top: 1px solid #ececec;
}
.use-note__point p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
}
.use-note__point strong {
    margin-right: 25px;
    color: #111;
    font-weight: 700;
}
.use-note__point span {
    color: #e50c7f;
    font-weight: 700;
}
.use-note__bulb {
    font-size: 20px;
    line-height: 1;
}
.product__title h1{
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}
span.price-item {
    color: #333232;
    font-weight: 700;
}
.price-content {
    display: flex;
    align-items: center;
}
.product__policies.rte {
    font-weight: 700;
}
.info-subtitle {
    margin: 35px 0 15px;
    font-size: 1.8rem;
    font-weight: 400;
}
.table.info-table {
    border-radius: 6px;
    border-collapse: separate;
    border: 1px solid #eaeaea;
    box-shadow: #63636333 0 2px 8px !important;
  padding: 15px;
}
.table.info-table td, .table.info-table th {
    padding: 15px 25px;
    border-color: #eaeaea;
    word-break: break-word;
    word-wrap: break-word;
}
.product-custom_left {
    text-align: center;
}
.product-custom_left h3 {
    margin: 0;
    padding: 0;
}
.product-custom_left_title {
    color: #ececec;
    background: #404042;
    padding: 15px 0;
}
.flickity-prev-next-button {
    width: 40px;
    height: 40px;
}
.btn {
    margin: 1rem 0;
    background-color: #122b3f;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 3px;
    padding: 10px 18px;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
  /* min-width: 150px; */
}
a.btn:hover , a.button:hover{
    opacity: 0.9;
}
a.button {
    border-radius: 5px;
    margin: 0 5px;
    font-weight: bold;
}
ul.setup-links.flex {
    grid-gap: 10px;
}
@media screen and (max-width: 989px) {
  .use-note__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .use-note__card {
    grid-template-columns: 58px 1fr;
    column-gap: 16px;
    min-height: auto;
    padding: 28px 20px;
  }
}
@media screen and (max-width: 749px) {
 .use-note {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
.use-note__header {
    gap: 18px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.use-note__check {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 8px 18px #e50c7f45;
}
.use-note h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}
.use-note__header p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}
.use-note__cards {
    display: block;
}
.use-note__card {
    position: relative;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 22px;
    column-gap: 5px;
    align-items: center;
    min-height: 112px;
    padding: 18px 4px 20px 0;
    border: 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
.use-note__icon {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 45px;
        height: 55px;
        border-radius: 5px;
        background: #fdeaf4;
    }
.use-note__icon svg {
    width: 42px;
    height: 42px;
    stroke-width: 1.7;
}
.use-note__card h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}
.use-note__card p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}
.use-note__card a {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: end;
    margin: 0;
    overflow: hidden;
    color: transparent;
    font-size: 0;
}
.use-note__card a::after {
    color: #e50c7f;
}
.use-note__point {
        padding: 0 0 10px 0;
        border-top: 0;
        border-bottom: 1px solid #ececec;
    }

.use-note__point p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}
.use-note__point strong {
    margin: 0 0 2px;
    font-size: 17px;
    font-weight: 900;
}
.use-note__point span{
    margin-right: 5px;
}
.product-custom__container {
    margin: 0 auto;
    flex-direction: column-reverse;
}
  .product-custom_left.grid__item.product__media-wrapper iframe {
    height: auto;
}
  .carousel.product__image-thumbnail{
    max-height: 70px;
    overflow: hidden;
  }
  .product__image-thumbnail .carousel-cell.is-selected img{
    border: 2px solid #575757;
  }
  .grid__item .product__image-slider {
    margin-bottom: 0;
}
  .table.info-table td .flex {
    flex-direction: column;
}
  .flex a.button.m-bt-5{
    width: 85%;
    padding: 0;
  }
  br.hide-mb {
    display: none;
}
  td .flex p {
    margin: 6px 0;
}
  section#products-tab .page-width {
    padding: 10px 1.5rem 0;
}
}
/* 商品ページ end */
/* おすすめ商品  */
@media screen and (max-width: 749px) {
product-recommendations .card--standard>.card__content .card__information {
    padding-left: 15px;
}
product-recommendations .card:not(.ratio) {
    flex-direction: row;
}
 product-recommendations  li.grid__item {
    margin-bottom: 1em;
}
 product-recommendations h3.card__heading {
    font-size: 18px;
   letter-spacing: initial;
}
  product-recommendations .card--standard .card__inner {
    width: 55%;
    border-radius: 5px;
    overflow: hidden;
}
  .related-products__heading {
    text-align: center;
}
}
/* おすすめ商品 end */
/* コレクションページ  */
.facets-container {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 55px;
}
.facets-container .facets__display {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #00000026;
}
.facet-filters__field .select {
    padding: 0 5px;
}
/* コレクションページ end */
/* よくある質問 */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1.main-page-title.page-title {
    text-align: center;
  font-size: 30px;
}
hr.line {
    max-width: 150px;
    border-color: #898989;
    text-align: center;
    margin: 0 auto;
}
.accordion {
    background-color: #dc017f;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid #eee;
    position: relative;
}
span.q_mark {
    background: #fff;
    padding: 4px 5px;
    border-radius: 50%;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}
.select select{
  border: none;
}
/* よくある質問 END */

/* 規約と条件（提供条件書）  */
.service-terms {
  /*   overflow-y: auto;
    border: 1px solid #FAFAFA;
    height: 500px; 
    background: #FAFAFA; */
    padding: 15px;

}


/* footer  */
@media screen and (min-width: 769px){
.site-footer {
    padding: 60px 0 6px;
}}
.site-footer {
    background-color: #ebebeb;
    padding: 30px 0 10px;
}

/* footer END */
/* キャチボール用 */
.esim-camp {
    color: white;
    background: #002161;
    text-align: center;
    padding: 12px 0;
}  
  p.camp-text {
    margin: 0;
    font-size: 20px;
}
h2.camp-title {
    margin: 0;
    color: yellow;
    font-size: 50px;
    letter-spacing: 0.1em;
}
  @media screen and (max-width: 768px){
p.camp-text {
    font-size: 16px;
}
  h2.camp-title {
    font-size: 30px;
}
  }
/* 端末利用可能ページ */

.devices-title {
    border-radius: 5px;
    padding: 15px;
    background: #1F3A5F;
    color: white;
    text-align: center;
}
   .flex.support-device {
    grid-gap: 10px;
}
 @media screen and (max-width: 768px){
.flex.support-device {
    flex-direction: column;
}
 }
.product-tags strong a {
    background-color: #1a19191a;
    padding: 5px;
    border-radius: 8px;
    line-height: 2.1;
}
.collection-hero__title {
    text-align: center;
}
.point__contents details {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.header__submenu .header__menu-item {
    padding: 1.2rem;
}
.header__submenu .header__menu-item:hover {
    background-color: #1e3b5f;
    color: white;
}
.header__inline-menu ul li:hover {
    background: #f4f4f4;
}
li.tabs__tab.i-tab:hover {
    background: #f4f4f4;
}
#getting-use .grid {
    margin: 0 -15px 50px -15px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
}

h2#HeaderLanguageLabel {
    width: auto;
    height: auto;
    clip: auto;
    font-size: 1rem;
    margin-left: 1.3rem;
    background: #f4f4f4;
}.disclosure:hover .disclosure__list-wrapper[hidden] {
    height: fit-content;
}


/* blog custom css */
  .esim-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  width: 70%;
  max-width: 760px;
  padding: 18px 28px;

  background: linear-gradient(135deg, #0b7cff 0%, #0066e6 45%, #0052c8 100%);
  color: #ffffff!important;
  text-decoration: none;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;

  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 102, 230, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.75);

  transition: all 0.25s ease;
}

.esim-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 102, 230, 0.36);
  background: linear-gradient(135deg, #1a8cff 0%, #0074ff 45%, #005ee6 100%);
  color: #ffffff;
}

.esim-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 22px;
  flex-shrink: 0;
}

.esim-cta-text {
  flex: 1;
  text-align: center;
}

.esim-cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  background: #ffffff;
  color: #0066e6;
  border-radius: 50%;

  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

/* Mobile */
@media (max-width: 600px) {
  .esim-cta-button {
    padding: 14px 18px;
    gap: 10px;
    font-size: 16px;
  }

  .esim-cta-icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .esim-cta-arrow {
    width: 34px;
    height: 34px;
    font-size: 28px;
  }
}
/* 別のことを追加しました */
<style>
  .table-scroll.table-scroll {
    --table-primary: #dd007f;
    --table-primary-dark: #a90062;
    --table-primary-soft: #fff1f8;
    --table-navy: #173b53;
    --table-text: #263d4d;
    --table-muted: #61727f;
    --table-border: #dce5ea;
    position: relative;
    width: 100%;
    margin: 30px 0 48px !important;
    padding: 0 !important;
    overflow-x: auto !important;
    border: 1px solid var(--table-border) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(18, 43, 63, 0.06) !important;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll.table-scroll,
  .table-scroll.table-scroll * {
    box-sizing: border-box;
  }

  .table-scroll.table-scroll > table {
    display: table !important;
    width: 100% !important;
    min-width: 720px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-spacing: 0 !important;
    border-collapse: separate !important;
    background: #fff !important;
    color: var(--table-text) !important;
    font-size: 15px;
    line-height: 1.65;
    table-layout: fixed;
  }

  

  .table-scroll.table-scroll > table:has(> thead > tr > th:nth-child(4):last-child)
    > thead > tr > th,
  .table-scroll.table-scroll > table:has(> thead > tr > th:nth-child(4):last-child)
    > tbody > tr > :is(th, td) {
    width: 25% !important;
  }


  .table-scroll.table-scroll > table:has(> thead > tr > th:nth-child(5):last-child)
    > thead > tr > th,
  .table-scroll.table-scroll > table:has(> thead > tr > th:nth-child(5):last-child)
    > tbody > tr > :is(th, td) {
    width: 20% !important;
  }

  .table-scroll.table-scroll > table > thead {
    position: static !important;
    inset: auto !important;
    display: table-header-group !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
    white-space: normal !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: var(--table-navy) !important;
  }

  .table-scroll.table-scroll > table > thead > tr {
    position: static !important;
    inset: auto !important;
    display: table-row !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: var(--table-navy) !important;
  }

  .table-scroll.table-scroll th,
  .table-scroll.table-scroll td {
    padding: 17px 18px !important;
    text-align: left !important;
    vertical-align: middle !important;
  }

  .table-scroll.table-scroll > table > thead > tr > th {
    position: static !important;
    inset: auto !important;
    display: table-cell !important;
    width: auto;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background-color: var(--table-navy) !important;
    background-image: linear-gradient(135deg, var(--table-navy), #215977) !important;
    box-shadow: inset 0 0 0 9999px rgba(23, 59, 83, 0.96) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .table-scroll.table-scroll > table > thead > tr > th:first-child {
    border-radius: 13px 0 0 !important;
  }

  .table-scroll.table-scroll > table > thead > tr > th:nth-child(2) {
    background-color: var(--table-navy) !important;
    background-image: linear-gradient(135deg, var(--table-navy), #215977) !important;
    box-shadow: inset 0 0 0 9999px rgba(23, 59, 83, 0.96) !important;
  }

  .table-scroll.table-scroll > table > thead > tr > th:last-child {
    border-radius: 0 13px 0 0 !important;
  }

  .table-scroll.table-scroll > table > tbody > tr > :is(th, td) {
    display: table-cell !important;
    border: 0 !important;
    border-bottom: 1px solid var(--table-border) !important;
    background: #fff !important;
    color: var(--table-text) !important;
    overflow-wrap: anywhere;
    word-break: normal;
    transition: background 0.18s ease, color 0.18s ease;
  }

  .table-scroll.table-scroll > table > tbody > tr > th {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: inherit !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-transform: none !important;
    white-space: normal !important;
  }

  .table-scroll.table-scroll > table > tbody > tr:nth-child(even) > :is(th, td) {
    background: #f7f9fa !important;
  }

  .table-scroll.table-scroll > table > tbody > tr:last-child > :is(th, td) {
    border-bottom: 0 !important;
  }

  .table-scroll.table-scroll > table > tbody > tr > :is(th, td):first-child {
    color: var(--table-navy) !important;
    font-weight: 700 !important;
  }

  .table-scroll.table-scroll > table > tbody > tr > :is(th, td):nth-child(2) {
    border-right: 0 !important;
    border-left: 0 !important;
    background: #fff !important;
    color: var(--table-text) !important;
    font-weight: 400;
  }

  .table-scroll.table-scroll > table > tbody > tr:nth-child(even) > :is(th, td):nth-child(2) {
    background: #f7f9fa !important;
  }

  .table-scroll.table-scroll > table > tbody > tr > :is(th, td):last-child {
    color: var(--table-text) !important;
  }

  .table-scroll.table-scroll > table > tbody > tr:hover > :is(th, td) {
    background: #eef5f8 !important;
  }

  .table-scroll.table-scroll > table > tbody > tr:hover > :is(th, td):nth-child(2) {
    background: #eef5f8 !important;
  }

  .table-scroll.table-scroll::-webkit-scrollbar {
    height: 8px;
  }

  .table-scroll.table-scroll::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #f1f4f6;
  }

  .table-scroll.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #d8a5c1;
  }

  @media (max-width: 749px) {
    .table-scroll.table-scroll {
      margin: 24px 0 40px !important;
      border-radius: 11px !important;
    }

    .table-scroll.table-scroll > table {
      min-width: 700px;
      font-size: 14px;
    }

    .table-scroll.table-scroll th,
    .table-scroll.table-scroll td {
      padding: 14px !important;
    }

    .table-scroll.table-scroll > table > thead > tr > th {
      font-size: 13px !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .table-scroll.table-scroll td {
      transition-duration: 0.01ms !important;
    }
  }

  /* Blog lists, excluding related_post */
  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul) {
    margin: 18px 0 32px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul) > li {
    position: relative;
    margin: 0 !important;
    padding: 4px 0 4px 20px !important;
    color: #344754;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }

  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul) > li + li {
    margin-top: 4px !important;
  }

  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul) > li::before {
    position: absolute;
    top: 0.82em;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #dd007f;
    content: '';
  }

  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul) > li::marker {
    content: '';
  }

  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul) > li strong {
    color: #122b3f;
    font-weight: 700;
  }

  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul) > li a {
    color: #176b98 !important;
    text-underline-offset: 3px;
  }

  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul)
    ul:not([class]):not(.related_post ul):not(.related-post ul) {
    margin: 6px 0 0 !important;
    padding-left: 10px !important;
  }

  :where(article, .article-template__content, .article__content, .article-content, .rte)
    ul:not([class]):not(.related_post ul):not(.related-post ul)
    ul:not([class]):not(.related_post ul):not(.related-post ul) > li::before {
    width: 5px;
    height: 5px;
    background: #8a9aa5;
  }

  @media (max-width: 749px) {
    :where(article, .article-template__content, .article__content, .article-content, .rte)
      ul:not([class]):not(.related_post ul):not(.related-post ul) {
      margin: 16px 0 28px !important;
    }

    :where(article, .article-template__content, .article__content, .article-content, .rte)
      ul:not([class]):not(.related_post ul):not(.related-post ul) > li {
      padding-left: 18px !important;
      line-height: 1.7;
    }
  }
  .related_post {
    --rp-pink: #dd007f;
    --rp-pink-dark: #b00066;
    --rp-navy: #122b3f;
    --rp-border: #e2e7eb;
    width: min(100% - 32px, 1080px);
    margin: 42px auto;
    color: var(--rp-navy);
  }

  .related_post,
  .related_post * {
    box-sizing: border-box;
  }

  .related_post h2 {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--rp-border);
    color: var(--rp-navy);
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.4;
  }

  .related_post h2::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: var(--rp-pink);
    content: "";
  }

  .related_post ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .related_post li {
    min-width: 0;
    margin: 0;
    padding: 0;
  }


  .related_post a,
  .related_post a:link,
  .related_post a:visited {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70px;
    height: 100%;
    padding: 14px 58px 14px 64px;
    border: 1px solid var(--rp-border) !important;
    border-radius: 14px;
    outline: 0 !important;
    background: #fff !important;
    box-shadow: 0 5px 16px rgba(18, 43, 63, 0.06);
    color: var(--rp-navy) !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none !important;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }

  .related_post a::before {
    position: absolute;
    left: 18px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #fff0f8;
    color: var(--rp-pink);
    content: "↗";
    font-size: 15px;
    font-weight: 800;
  }

  .related_post a::after {
    position: absolute;
    right: 20px;
    color: var(--rp-pink);
    content: "→";
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .related_post a:hover,
  .related_post a:focus,
  .related_post a:focus-visible,
  .related_post a:active {
    transform: translateY(-2px);
    border-color: var(--rp-pink) !important;
    outline: 0 !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(221, 0, 127, 0.15) !important;
    color: var(--rp-pink-dark) !important;
    text-decoration: none !important;
  }

  .related_post a:hover::after,
  .related_post a:focus-visible::after {
    transform: translateX(4px);
  }

  .related_post a:focus-visible {
    box-shadow: 0 0 0 3px rgba(221, 0, 127, 0.16), 0 10px 24px rgba(221, 0, 127, 0.14) !important;
  }

  @media screen and (max-width: 649px) {
    .related_post {
      width: min(100% - 24px, 1080px);
      margin: 30px auto;
    }

    .related_post h2 {
      margin-bottom: 20px;
      font-size: 23px;
    }

    .related_post ul {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .related_post li:last-child {
      grid-column: auto;
    }

    .related_post a,
    .related_post a:link,
    .related_post a:visited {
      min-height: 62px;
      padding: 12px 48px 12px 54px;
      border-radius: 12px;
      font-size: 14px;
    }

    .related_post a::before {
      left: 14px;
      width: 29px;
      height: 29px;
    }

    .related_post a::after {
      right: 16px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .related_post *,
    .related_post *::before,
    .related_post *::after {
      transition-duration: 0.01ms !important;
    }
  }

  s.price-item.price-item--regular, span.premium-card-price--compare {
    display: none;
}
</style>

