﻿@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.table .table-head {
  will-change: transform;
}
section.table .table-body .table-box {
  font-family: sans-serif !important;
}
section.table .table-body .table-box.color-black-all {
  color: #222222;
}
section.table .table-body .table-box.bg-color-white {
  background-color: white;
}
section.table .table-body .table-box.txt-align-right {
  text-align: right !important;
  justify-content: flex-end !important;
  padding: 0 !important;
}
section.table .table-body .table-box.txt-align-left {
  text-align: left !important;
  justify-content: flex-start !important;
  padding: 0 !important;
}

/************************************************************
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: 120px;
    height: 100px;
  }
  section.table .table-container .table-body {
    padding-top: 100px;
  }
  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: 100px;
  }
  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:nth-of-type(4) .table-head .table-box::after {
    content: "ケーブル";
    position: absolute;
    top: 10px;
    right: 0;
    white-space: nowrap;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-of-type(5) .table-head .table-box::after {
    content: "種類";
    position: absolute;
    top: 10px;
    left: 0;
    white-space: nowrap;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-of-type(9) .table-head .table-box::after {
    content: "対応端末";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-of-type(n+2):nth-of-type(-n+10) .table-head .table-box {
    padding: 0;
    position: relative;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-of-type(n+2):nth-of-type(-n+10) .table-head .table-box span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 60px;
    background-color: #182D62;
    padding: 0 30px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(1) {
    width: 200px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(n+11) {
    width: 200px;
  }
  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: 100px;
  }
  section.table .table-container .table-body {
    padding-top: 100px;
  }
  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;
    min-height: 120px;
  }
  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 {
    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:nth-of-type(4) .table-head .table-box::after {
    content: "ケーブル";
    position: absolute;
    top: 10px;
    right: 0;
    white-space: nowrap;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-of-type(5) .table-head .table-box::after {
    content: "種類";
    position: absolute;
    top: 10px;
    left: 0;
    white-space: nowrap;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-of-type(9) .table-head .table-box::after {
    content: "対応端末";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-of-type(n+2):nth-of-type(-n+10) .table-head .table-box {
    padding: 0;
    position: relative;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-of-type(n+2):nth-of-type(-n+10) .table-head .table-box span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 60px;
    background-color: #182D62;
    padding: 0 30px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(1) {
    width: 220px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(n+11) {
    width: 270px;
  }
  section.table .table-container-scroll .swiper-slide.table-slide:nth-child(n+2) {
    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;
  }
}