﻿@charset "UTF-8";
/*
layout
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include msw('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  .back-btn {
    margin: 60px auto 100px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  .back-btn {
    margin: 80px auto 150px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.intro .intro-title {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom: 1px solid #CED6E7;
  }
  section.intro .intro-txt-01, section.intro .intro-list-01 {
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
  section.intro .intro-list-01 li {
    text-indent: -1em;
    padding-left: 1em;
  }
  section.intro .intro-title + .intro-txt-01 {
    margin-top: 20px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.intro .intro-title {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom: 1px solid #CED6E7;
  }
  section.intro .intro-txt-01, section.intro .intro-list-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.98px;
  }
  section.intro .intro-list-01 li {
    text-indent: -2.25em;
    padding-left: 2.25em;
  }
  section.intro .intro-title + .intro-txt-01 {
    margin-top: 20px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.tabs .tab.active::before {
  opacity: 1;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.tabs {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
  }
  section.tabs .tab {
    position: relative;
    height: 55px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #CED6E7;
    cursor: pointer;
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: clamp(10px, 4.1025641026vw, 16px);
    font-weight: 700;
    line-height: 1.5em;
  }
  section.tabs .tab::after {
    content: "\ea02";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 15px;
    margin-left: 20px;
    margin-top: 3px;
    transform: rotate(90deg);
  }
  section.tabs .tab::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0C3387;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.tabs {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 20px;
  }
  section.tabs .tab {
    position: relative;
    height: 55px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #CED6E7;
    cursor: pointer;
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    transition: padding 0.2s;
  }
  section.tabs .tab::after {
    content: "\ea02";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 3px;
    transform: rotate(90deg);
  }
  section.tabs .tab::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0C3387;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  section.tabs .tab:hover {
    padding-top: 10px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.table .table-head {
  will-change: transform;
}
section.table .table-body .table-box {
  font-family: sans-serif !important;
}
section.table[data-cr=au] .table-body .table-box:not([data-cr=au]) {
  display: none !important;
}
section.table[data-cr=docomo] .table-body .table-box:not([data-cr=docomo]) {
  display: none !important;
}
section.table[data-cr=softbank] .table-body .table-box:not([data-cr=SoftBank]) {
  display: none !important;
}
section.table[data-cr=ymobile] .table-body .table-box:not([data-cr="Y!mobile"]) {
  display: none !important;
}
section.table[data-cr=rakuten] .table-body .table-box:not([data-cr=楽天モバイル]) {
  display: none !important;
}
section.table[data-cr=sim] .table-body .table-box:not([data-cr=SIMフリー]) {
  display: none !important;
}
section.table .table-box[data-crborder="1"] {
  position: relative;
}
section.table .table-box[data-crborder="1"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0C3387;
  position: absolute;
  top: -1px;
  left: 0;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.table {
    margin-top: 40px;
    width: 100%;
    position: relative;
    display: flex;
  }
  section.table .table-container {
    position: relative;
  }
  section.table .table-container .table-head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: transform 0.1s;
    will-change: transform;
  }
  section.table .table-container .table-head .table-box {
    color: white;
    background-color: #0C3387;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 100px;
    height: 40px;
  }
  section.table .table-container .table-body {
    padding-top: 40px;
  }
  section.table .table-container .table-body .table-box {
    border-bottom: 1px solid #CED6E7;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 100px;
    height: 40px;
  }
  section.table .table-container-fixed {
    margin-left: 7.6923076923vw;
    min-width: 130px;
    height: 100%;
    overflow: hidden;
  }
  section.table .table-container-fixed .table-body {
    border-left: 1px solid #CED6E7;
  }
  section.table .table-container-fixed .table-body .table-box span {
    word-wrap: break-word;
    width: 100%;
  }
  section.table .table-container-scroll {
    width: 100%;
    padding-right: 1px;
    cursor: ew-resize;
  }
  section.table .table-container-scroll .swiper-slide.table-slide {
    width: 140px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide.large-cell {
    width: 210px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(n+3) {
    color: #0C3387;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(odd) {
    background-color: #F2F6FD;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:last-child {
    border-right: 1px solid #CED6E7;
    margin-right: 7.6923076923vw;
  }
  section.table .table-container-scroll .swiper-slide.table-slide .table-body .table-box small {
    font-size: 10px;
    color: #222222;
  }
  section.table .table-container-scroll .swiper-slide.table-slide .table-body .table-box small::before {
    content: "　";
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.table {
    margin-top: 40px;
    position: relative;
    display: flex;
  }
  section.table .table-container {
    position: relative;
  }
  section.table .table-container .table-head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  section.table .table-container .table-head .table-box {
    color: white;
    background-color: #0C3387;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 150px;
    height: 42px;
  }
  section.table .table-container .table-body {
    padding-top: 42px;
  }
  section.table .table-container .table-body .table-box {
    border-bottom: 1px solid #CED6E7;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 150px;
    height: 42px;
  }
  section.table .table-container .table-body .table-box small {
    font-size: 10px;
    color: #222222;
  }
  section.table .table-container .table-body .table-box small::before {
    content: "　";
  }
  section.table .table-container-fixed {
    min-width: 200px;
    height: 100%;
    overflow: hidden;
  }
  section.table .table-container-fixed .table-body {
    border-left: 1px solid #CED6E7;
  }
  section.table .table-container-scroll {
    width: 100%;
    padding-right: 1px;
    cursor: ew-resize;
  }
  section.table .table-container-scroll .swiper-slide.table-slide {
    width: 150px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide.large-cell {
    width: 250px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(n+3) {
    color: #0C3387;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(odd) {
    background-color: #F2F6FD;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:last-child {
    border-right: 1px solid #CED6E7;
  }
}