@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&family=Noto+Sans+JP:wght@300;700&display=swap");
/***reset***/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

html, body {
  height: 100%; }

body {
  position: relative;
  padding: 0 0 0;
  line-height: 1;
  text-align: center;
  color: #2b2d29;
  background: white;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'Font Awesome', 'Font Awesome 5 Free','Font Awesome 5 Brands', 'Font Awesome';
  font-weight: 300;
  scroll-behavior: smooth; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  color: #2b2d29;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0; }

a:hover {
  color: #2ba3a3; }

a:hover img {
  opacity: 0.5; }

a:focus, *:focus {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:root {
  font-size: 13px !important; }

/* wrapper
--------------------------- */
#wrapper {
  padding: 4rem 0 0 0;
  min-height: 100%; }

/* stage
--------------------------- */
.stage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

/* panel
--------------------------- */
.panel1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px; }

.panel, .panel2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px; }

/* Floatバグ回避用
--------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* タイトルスタイル
--------------------------- */
.ttl-type01 {
  padding: 3.5em 0.5em 1em;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/* toTop
--------------------------- */
#toTop {
  position: fixed;
  right: 5%;
  bottom: 3%;
  opacity: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 8887; }

.to-top-on #toTop {
  bottom: 2%;
  opacity: 1; }

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: rgba(41, 49, 47, 0.8);
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: default; }

.to-top-on #toTop a {
  cursor: pointer; }

#toTop a:hover {
  background-color: rgba(255, 255, 255, 0.8); }

#pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  visibility: hidden; }

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  body {
    padding: 4em 0 0; }

  #wrapper {
    padding: 0; } }
html {
  scroll-behavior: smooth; }

#lpLan2026 {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

header {
  color: white;
  font-weight: 700;
  background: linear-gradient(to bottom, #FFF, #a1cbed);
                                                    /*
background-repeat: no-repeat;
background-size: cover;
background-position: center center;*/ }
  header dl {
    display: flex;
    width: 100%;
    color: #004ea2;
    font-family: 'Barlow Semi Condensed', 'Noto Sans JP', serif;
    background: linear-gradient(100deg, #f8e100, #f8e100 35%, #e5c900 35%, #e5c900); }
  header dt {
    padding: 1.5em 0.8em 0.8em 0;
    width: 35%;
    font-size: 1.2rem;
    line-height: 1em;
    text-align: right;
    vertical-align: middle; }
  header dd {
    padding: 0.8em 0 0.8em 0.8em;
    width: 65%;
    font-size: 1rem;
    line-height: 1.4em;
    text-align: left;
    letter-spacing: 0.1rem;
    vertical-align: middle; }
    header dd em {
      padding: 0 0.3rem;
      font-style: normal;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: -0.025em; }
    header dd strong {
      padding: 0 0.3rem;
      font-size: 1.8rem;
      font-weight: 600; }

#mv {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 100%; }
  #mv::after {
    position: absolute;
    top: 0;
    left: 2.4rem;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    content: "";
    background-image: url("/common/img/logo_penguin.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 6666; }
  #mv figure {
    position: relative;
    margin: 0 auto;
    padding: 53.33% 0 0;
    width: 100%; }
    #mv figure img {
      position: absolute;
      margin: auto;
      top: -100%;
      right: 0;
      bottom: -100%;
      left: 0;
      width: auto;
      height: 100%; }

@media screen and (min-width: 600px) {
  #mv::after {
    top: 1rem;
    left: 3rem;
    width: 3rem;
    height: 3rem; } }
@media screen and (min-width: 980px) {
  #mv::after {
    top: 1rem;
    left: 3rem;
    width: 4rem;
    height: 4rem; } }
#wrapper {
  margin: 0;
  padding: 0; }

#intro {
  margin: 0;
  padding: 0;
  background: white; }
  #intro h1 {
    padding: 2em 0.5em 0.5em;
    font-size: 1.6rem;
    font-weight: 700;
    color: #004ea2;
    line-height: 1.3em; }
    #intro h1 span {
      white-space: nowrap; }
  #intro figure {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 700px; }
    #intro figure figcaption {
      padding: 3em 0;
      width: calc(100% - 8rem);
      font-size: 1.2rem;
      line-height: 1.8em;
      font-weight: 300;
      text-align: left; }
    #intro figure img {
      width: 8rem;
      height: auto; }
  #intro dl {
    display: block;
    margin: 1rem auto;
    width: 90%;
    max-width: 500px;
    border: 1px solid #004ea2; }
  #intro dt {
    position: relative;
    width: 100%;
    padding: 2rem 2rem 1rem;
    color: white;
    background: #004ea2;
    font-family: 'Barlow Semi Condensed', 'Noto Sans JP', serif; }
    #intro dt::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-top: -15px;
      border: 15px solid transparent;
      border-left: 15px solid #004ea2; }
    #intro dt strong {
      padding: 0 0 0.5em;
      display: block;
      font-size: 2.4rem;
      font-weight: 600; }
    #intro dt em {
      display: block;
      font-style: normal;
      font-weight: 700;
      font-size: 2rem; }
      #intro dt em::before {
        content: "通常セット価格";
        display: block;
        padding: 0 0 0.25em;
        font-weight: 300;
        font-size: 1.2rem; }
      #intro dt em::after {
        content: "円";
        font-weight: 700;
        font-size: 0.6em;
        padding-left: 0.25em; }
    #intro dt span {
      padding: 1.6em 0 0;
      display: block;
      font-size: 1rem; }
  #intro dd {
    position: relative;
    width: 100%;
    min-height: 8rem;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    color: #bc2e89;
    font-family: 'Barlow Semi Condensed', 'Noto Sans JP', serif;
    font-weight: 600; }
    #intro dd em {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      padding: 0 0 0 1rem;
      width: 8rem;
      text-align: left;
      font-style: normal;
      font-size: 1.8rem;
      line-height: 1em;
      height: 1em; }
    #intro dd strong {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 0;
      padding: 0 1rem 0 0;
      width: calc(100% - 8rem);
      text-align: right;
      font-size: 4rem;
      line-height: 1em;
      height: 1em; }
      #intro dd strong::after {
        content: "円";
        font-weight: 700;
        font-size: 0.4em;
        padding-left: 0.25em; }

@media screen and (min-width: 600px) {
  #intro h1 {
    font-size: 2.2rem; }
  #intro figure figcaption {
    padding: 3em 0;
    width: calc(100% - 12rem);
    font-size: 1.4rem; }
  #intro figure img {
    width: 12rem; } }
@media screen and (min-width: 980px) {
  #intro h1 {
    font-size: 2.8rem; }
  #intro dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px; }
  #intro dt {
    width: 26rem;
    padding: 2rem 2rem 1rem; }
    #intro dt::before {
      top: 50%;
      left: 100%;
      margin-top: -15px;
      border: 15px solid transparent;
      border-left: 15px solid #004ea2; }
    #intro dt strong {
      font-size: 2.4rem; }
    #intro dt em {
      font-size: 2rem; }
      #intro dt em::before {
        content: "通常セット価格";
        display: block;
        padding: 0 0 0.25em;
        font-weight: 300;
        font-size: 1.2rem; }
      #intro dt em::after {
        content: "円";
        font-weight: 700;
        font-size: 0.6em;
        padding-left: 0.25em; }
    #intro dt span {
      padding: 1.6em 0 0;
      display: block;
      font-size: 1rem; }
  #intro dd {
    width: calc(100% - 26rem);
    padding: 2rem; }
    #intro dd em {
      padding: 0 0 0 3rem;
      width: 12rem;
      font-size: 2.4rem; }
    #intro dd strong {
      padding: 0 2rem 0 0;
      width: calc(100% - 12rem);
      font-size: 5rem; } }
#introBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 3rem;
  padding: 0 1em;
  max-width: 600px; }
  #introBox dl {
    margin: 4em 0.5em 0;
    padding: 0 0.8rem 0.8rem;
    width: 100%;
    font-weight: 700;
    background: white;
    border-radius: 0.8em;
    box-shadow: 0 0.25em 1em rgba(41, 49, 47, 0.2); }
  #introBox dt {
    position: relative;
    padding: 3em 0 0.8em;
    font-size: 1.6rem;
    font-weight: 500;
    color: #106dae; }
    #introBox dt strong {
      display: block;
      position: absolute;
      margin: auto;
      padding: 0.8em;
      width: calc(100% - 1.6em);
      font-size: 1.6rem;
      font-weight: 700;
      color: #004ea2;
      background: #f8e100;
      top: -1em;
      right: 0;
      left: 0;
      border-radius: 0.2em;
      box-shadow: 4px 4px 0 0 #b29800; }
      #introBox dt strong::before {
        content: '';
        position: absolute;
        display: block;
        margin: auto;
        width: 0;
        height: 0;
        left: 0.2em;
        right: 0;
        bottom: -8px;
        border-top: 4px solid #b29800;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
      #introBox dt strong::after {
        content: '';
        position: absolute;
        display: block;
        margin: auto;
        width: 0;
        height: 0;
        left: 0;
        right: 0;
        bottom: -4px;
        border-top: 4px solid #f8e100;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
    #introBox dt figure {
      display: block;
      padding: 0.8em 0 0;
      width: 100%;
      text-align: center; }
      #introBox dt figure img {
        margin: 0 auto;
        width: 90%; }
  #introBox dd {
    position: relative;
    padding: 0 1.6em;
    font-size: 1.2rem;
    line-height: 2em;
    font-weight: 300; }
    #introBox dd em {
      display: block;
      font-style: normal;
      text-align: left;
      height: 9rem; }
    #introBox dd figure {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 460px; }
      #introBox dd figure img {
        width: 100%;
        height: auto; }

@media screen and (min-width: 980px) {
  #introBox {
    max-width: 1200px; }
    #introBox dl {
      margin: 4em 0.5em 0;
      width: calc(33.33% - 1em); } }
#network {
  background: #F3F3F3; }
  #network h1 {
    padding: 3em 0.5em 1em;
    font-size: 1.2rem;
    line-height: 1.8em;
    font-weight: 700;
    color: #106dae; }
    #network h1 span {
      display: block;
      padding: 0 0 0.25em; }
    #network h1 strong {
      display: block;
      font-size: 2.2em; }

.dl2box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0.8rem;
  max-width: 700px; }
  .dl2box dl {
    padding: 0.8rem;
    width: 100%;
    text-align: left; }
  .dl2box dt {
    padding: 1.6rem 0 0.8rem;
    color: #106dae;
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: 700; }
  .dl2box dd {
    font-size: 1.1rem;
    line-height: 1.8em; }

#prdBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem;
  max-width: 800px; }
  #prdBox .prd {
    position: relative;
    width: 100%;
    margin: 0.8rem 0 0; }
    #prdBox .prd figure {
      position: absolute;
      top: 3.6rem;
      left: 1rem;
      width: 7rem;
      height: auto; }
      #prdBox .prd figure img {
        width: 100%;
        height: auto; }
    #prdBox .prd h2 {
      padding: 0.5em;
      color: white;
      font-size: 1rem;
      line-height: 1.2em;
      font-weight: 700; }
      #prdBox .prd h2 br {
        display: none; }
    #prdBox .prd h3 {
      padding: 1.6rem 1.6rem 0.8rem 9rem;
      text-align: left; }
      #prdBox .prd h3 img {
        width: auto;
        height: 2.4rem; }
    #prdBox .prd p {
      margin: 0 1rem 1rem 9rem;
      padding: 0.8rem;
      background: rgba(255, 255, 255, 0.7);
      font-size: 0.8rem;
      line-height: 1.8em;
      text-align: left; }
      #prdBox .prd p a {
        display: block;
        width: 100%;
        color: #50b9b7;
        text-decoration: underline;
        text-align: right; }
  #prdBox .sprinfo {
    background: #e1efe2; }
    #prdBox .sprinfo h2 {
      background: #005a49; }
  #prdBox .aprinfo {
    background: #e9e4d9; }
    #prdBox .aprinfo h2 {
      background: #3f3933; }
  #prdBox .sclinfo {
    background: #fdebc8; }
    #prdBox .sclinfo h2 {
      background: #f18b00; }

#fujitsu {
  display: block;
  background: #cceaf5; }
  #fujitsu .lead {
    margin: 0 auto;
    padding: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px; }
    #fujitsu .lead h1 {
      width: 50%;
      padding: 3rem 0 1rem;
      color: #106dae; }
      #fujitsu .lead h1 img {
        display: block;
        margin: 0 auto;
        width: auto;
        height: 3rem; }
      #fujitsu .lead h1 em {
        padding: 1em 0 0.5em;
        display: block;
        font-size: 1rem;
        font-style: normal; }
      #fujitsu .lead h1 strong {
        display: block;
        font-size: 2rem; }
    #fujitsu .lead figure {
      width: 50%; }
      #fujitsu .lead figure img {
        margin: 0 auto;
        width: 12rem;
        height: auto; }
  #fujitsu ul {
    position: relative;
    margin: 0 auto 3rem;
    padding: 0 0 0 6rem;
    width: 100%;
    max-width: 700px;
    background: #106dae;
    font-weight: 700; }
    #fujitsu ul li {
      position: relative;
      padding: 0.8rem 1.6rem 0.8rem 3rem;
      font-size: 1.1rem;
      line-height: 1.5em;
      background: white;
      text-align: left; }
      #fujitsu ul li:first-child {
        padding: 0.8rem 1.6rem 0 3rem; }
      #fujitsu ul li::before {
        content: "◎";
        display: block;
        position: absolute;
        top: 0.8rem;
        left: 1.5rem;
        width: 1em;
        text-align: center; }
    #fujitsu ul::before {
      content: "特徴";
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      width: 6rem;
      font-size: 1.4rem;
      line-height: 1em;
      height: 1em;
      color: white; }
    #fujitsu ul::after {
      content: "";
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 6rem;
      bottom: 0;
      width: 0;
      height: 0;
      border-top: 1rem solid transparent;
      border-bottom: 1rem solid transparent;
      border-left: 1rem solid #106dae; }
  #fujitsu p.detail {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    padding: 0 1em 3rem;
    font-size: 1.1rem;
    line-height: 1.8em;
    text-align: left; }
  #fujitsu dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 3rem;
    padding: 0.8rem;
    max-width: 680px;
    color: white;
    font-size: 1.2rem;
    background: #106dae; }
  #fujitsu dt {
    padding: 1.6rem;
    width: 100%;
    color: #f5d100;
    font-size: 1.4rem;
    font-weight: 700; }
  #fujitsu dd {
    margin: 0.4rem;
    padding: 0.8rem;
    width: calc(100% - 0.8rem);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-collapse: collapse;
    vertical-align: middle; }

#dspTable {
  display: none; }

#lblDspTable {
  position: relative;
  display: block;
  margin: 3rem auto 0;
  padding: 1.6rem 0.8rem;
  width: 90%;
  max-width: 760px;
  color: white;
  font-size: 1.2rem;
  background: #106dae;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  #lblDspTable:hover {
    background: #2f5773; }
  #lblDspTable::after {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: 1em;
    line-height: 1em; }

#spec {
  display: block;
  margin: 0 auto 3rem;
  width: 90%;
  height: auto;
  max-width: 760px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  overflow-x: auto;
  white-space: nowrap; }
  #spec::-webkit-scrollbar {
    height: 5px; }
  #spec::-webkit-scrollbar-track {
    background: #F1F1F1; }
  #spec::-webkit-scrollbar-thumb {
    background: #BCBCBC; }
  #spec table {
    width: 100%;
    font-size: 0.9rem;
    background: white; }
    #spec table thead {
      color: white;
      background: rgba(13, 111, 184, 0.7);
      font-weight: 700;
      text-align: center; }
    #spec table tbody tr:nth-child(even) th {
      background: rgba(13, 111, 184, 0.2); }
    #spec table tbody tr:nth-child(even) td {
      background: rgba(100, 100, 100, 0.1); }
    #spec table tbody tr:nth-child(odd) th {
      background: rgba(13, 111, 184, 0.1); }
    #spec table th {
      padding: 0.5rem;
      white-space: nowrap;
      vertical-align: middle;
      text-align: left; }
    #spec table td {
      padding: 0.5rem;
      border-left: 1px solid white;
      line-height: 1.8em; }

#dspTable:checked ~ main #lblDspTable::after {
  content: "\f107"; }

#dspTable:checked ~ main #spec {
  height: 0;
  opacity: 0;
  overflow-y: hidden; }

#price {
  padding: 4rem 0 0;
  background: rgba(43, 45, 41, 0) url(/common/images/bg-base.gif); }
  #price h1 {
    padding: 2em 0 1em;
    font-size: 2.4rem; }
  #price nav {
    margin: 0 auto 3rem;
    padding: 0;
    width: 90%;
    max-width: 900px;
    border-radius: 0.8em;
    overflow: hidden; }
    #price nav ul {
      position: relative;
      display: flex; }
      #price nav ul::after {
        content: "";
        display: block;
        width: 50%;
        height: 5px;
        position: absolute;
        bottom: 0;
        transition: all 0.4s ease-in-out; }
    #price nav li {
      width: 50%; }
    #price nav label {
      display: block;
      padding: 0;
      width: 100%;
      height: 4rem;
      font-size: 1.4rem;
      line-height: 4rem;
      color: white;
      background: rgba(41, 49, 47, 0.5);
      cursor: pointer;
      transition: all 0.4s ease-in-out; }
      #price nav label:hover {
        background: rgba(41, 49, 47, 0.7); }
  #price ul.attention {
    margin: 0 auto;
    padding: 3rem 0 0;
    width: 90%;
    max-width: 900px; }
    #price ul.attention li {
      padding: 0 0 1em;
      font-size: 0.8em;
      line-height: 1.8em;
      font-weight: 700; }

#rdoPriceSpr,
#rdoPriceApr {
  display: none; }

.table-price {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }
  .table-price::-webkit-scrollbar {
    height: 5px; }
  .table-price::-webkit-scrollbar-track {
    background: #F1F1F1; }
  .table-price::-webkit-scrollbar-thumb {
    background: #BCBCBC; }
  .table-price table {
    width: 100%;
    font-size: 1.1rem;
    background: white; }
  .table-price caption {
    padding: 0.8em;
    color: white;
    font-size: 1.3em;
    line-height: 1em; }
  .table-price thead {
    color: white; }
    .table-price thead th {
      border-left: 1px solid white; }
      .table-price thead th:first-child {
        border-left: none; }
  .table-price tbody th {
    font-size: 0.8em;
    border-left: 1px solid white; }
    .table-price tbody th:first-child {
      border-left: none; }
  .table-price tbody tr {
    /*&:last-child {
      border-top: 1px dotted $gray4;
    }*/ }
    .table-price tbody tr.price-base td::before {
      content: "保守なし";
      background: rgba(41, 49, 47, 0.7); }
    .table-price tbody tr.price-sp td::before {
      content: "保守付き*1";
      background: #106dae; }
  .table-price th {
    padding: 0.8em; }
  .table-price td {
    position: relative;
    padding: 3em 0.8em 1.5em;
    width: 33.33%;
    border-left: 1px solid rgba(41, 49, 47, 0.2); }
    .table-price td:first-child {
      border-left: none; }
    .table-price td::before {
      display: block;
      position: absolute;
      margin: auto;
      top: 0.5em;
      right: 0;
      left: 0;
      font-size: 0.8em;
      font-weight: 700;
      line-height: 2em;
      opacity: 0.5;
      padding: 0 1em;
      color: white;
      width: calc(100% - 1em);
      border-radius: 0.3em; }
    .table-price td span {
      position: relative;
      display: block;
      padding: 0 0 1.4em;
      font-size: 0.9em;
      text-decoration: line-through; }
      .table-price td span::after {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        width: 0;
        height: 0;
        right: 0;
        bottom: 0.2em;
        left: 0;
        border-left: 0.5rem solid transparent;
        border-right: 0.5rem solid transparent;
        border-top: 0.5rem solid #106dae; }
    .table-price td strong {
      padding: 0;
      display: block;
      font-size: 1.4em; }

#priceSpr {
  display: none; }
  #priceSpr caption {
    background: #005a49; }
  #priceSpr thead {
    background: rgba(0, 90, 73, 0.5); }
  #priceSpr tbody th {
    background: rgba(0, 90, 73, 0.1); }
  #priceSpr td strong {
    color: rgba(0, 90, 73, 0.8); }

#priceApr {
  display: none; }
  #priceApr caption {
    background: #3f3933; }
  #priceApr thead {
    background: rgba(63, 57, 51, 0.5); }
  #priceApr tbody th {
    background: rgba(63, 57, 51, 0.1); }
  #priceApr td strong {
    color: rgba(63, 57, 51, 0.7); }

#rdoPriceSpr:checked ~ main #priceSpr,
#rdoPriceApr:checked ~ main #priceApr {
  display: block; }

#rdoPriceSpr:checked ~ main #lblRdoPriceSpr,
#rdoPriceApr:checked ~ main #lblRdoPriceApr {
  padding: 0 0 0.5rem;
  line-height: 3.5rem;
  background: white; }

#rdoPriceSpr:checked ~ main #lblRdoPriceSpr {
  color: #005a49; }

#rdoPriceApr:checked ~ main #lblRdoPriceApr {
  color: #3f3933; }

#rdoPriceSpr:checked ~ main #price nav ul::after {
  left: 0;
  background: #005a49; }

#rdoPriceApr:checked ~ main #price nav ul::after {
  left: 50%;
  background: #3f3933; }

#info h1 {
  padding: 3em 0 1em;
  font-size: 2.4rem; }
#info p {
  margin: 0 auto;
  padding: 0 0 1em;
  width: 80%;
  max-width: 800px;
  font-size: 1.2rem;
  line-height: 1.8em;
  text-align: left; }

#addBox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  padding: 1.6rem 0.8rem; }
  #addBox dl {
    position: relative;
    margin: 0.8rem;
    width: 100%;
    border: 1px solid #9c7938;
    border-radius: 0.8em; }
  #addBox dt {
    padding: 2rem 1rem 1rem;
    font-size: 1.2rem;
    line-height: 1em; }
  #addBox dd {
    padding: 0 1rem 2rem;
    font-size: 2.4rem;
    line-height: 1em;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    opacity: 0.6; }
    #addBox dd::before {
      content: "\f3cd";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      padding-right: 0.5em; }
    #addBox dd span {
      display: block;
      font-size: 0.3em;
      font-weight: 300;
      font-family: 'Noto Sans JP', sans-serif; }

.btn {
  max-width: none;
  margin: 0 auto;
  padding: 3em 1.6em 4em !important;
  font-size: 1.2rem !important;
  width: 100% !important; }
  .btn a {
    display: block;
    margin: 0 auto;
    padding: 1em 1.5em;
    width: 100%;
    color: white;
    line-height: 1.5em;
    font-weight: 700;
    background: #106dae;
    text-align: center;
    transition: all 0.2s ease-in-out; }
    .btn a:hover {
      background: #2f5773; }

p.btn {
  display: block;
  max-width: 600px !important; }

ol.btn {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px !important; }
  ol.btn li {
    width: 100%;
    padding: 0.8rem; }

footer {
  padding: 3rem 0; }
  footer p {
    font-size: 0.9rem; }

/*タブレットに適用するスタイルを書く*/
@media screen and (min-width: 600px) {
  header dl {
    background: linear-gradient(120deg, #f8e100, #f8e100 40%, #e5c900 40%, #e5c900); }
  header dt {
    padding: 0.8em 3% 0.8em 0;
    width: 40%;
    font-size: 1.2rem; }
  header dd {
    padding: 0.8em 0 0.8em 2%;
    width: 60%;
    font-size: 1.2rem;
    line-height: 1em; }
    header dd br {
      display: none; }
    header dd em {
      padding: 0 0.3rem;
      font-size: 1.8rem; }
    header dd strong {
      padding: 0 0.3rem;
      font-size: 2.2rem; }

  #mv {
    background-image: url("/cp_lan2026/img/ms.png");
    background-repeat: no-repeat;
    background-position: bottom 0%;
    background-size: auto 100%; }
    #mv figure {
      padding: 40% 0 0; }
      #mv figure img {
        position: absolute;
        margin: auto;
        top: -100%;
        right: 0;
        bottom: -100%;
        left: auto;
        width: auto;
        height: 100%; }

  #network h1 {
    font-size: 1.7rem; }

  .dl2box dl {
    padding: 1.6rem 2.4rem; }
  .dl2box dt {
    font-size: 1.6rem; }
  .dl2box dd {
    font-size: 1.2rem; }

  #fujitsu .lead {
    padding: 3rem 0; }
    #fujitsu .lead h1 {
      padding: 3rem 0 1rem; }
      #fujitsu .lead h1 img {
        height: 4rem; }
      #fujitsu .lead h1 em {
        font-size: 1.2rem; }
      #fujitsu .lead h1 strong {
        font-size: 2.6rem; }
    #fujitsu .lead figure img {
      width: 14rem; }
  #fujitsu ul {
    margin: 0 auto 3rem;
    padding: 0 0 0 6rem; }
    #fujitsu ul li {
      padding: 0.8rem 1.6rem 0.8rem 3rem;
      font-size: 1.1rem;
      line-height: 1.5em; }
      #fujitsu ul li:first-child {
        padding: 0.8rem 1.6rem 0 3rem; }
      #fujitsu ul li::before {
        top: 0.8rem;
        left: 1.5rem;
        width: 1em; }
    #fujitsu ul::before {
      width: 6rem;
      font-size: 1.4rem; }
    #fujitsu ul::after {
      left: 6rem;
      border-top: 1rem solid transparent;
      border-bottom: 1rem solid transparent;
      border-left: 1rem solid #106dae; }
  #fujitsu p.detail {
    padding: 0 1em 3rem;
    font-size: 1.2rem;
    line-height: 1.8em; }
  #fujitsu dl {
    margin: 0 auto 3rem;
    padding: 0.8rem;
    font-size: 1.2rem; }
  #fujitsu dt {
    padding: 1.6rem;
    font-size: 1.8rem; }
  #fujitsu dd {
    margin: 0.4rem;
    padding: 0.8rem;
    width: calc(50% - 0.8rem); }

  #addBox {
    padding: 1.6rem 0.8rem; }
    #addBox dl {
      position: relative;
      margin: 0.8rem;
      width: calc(50% - 1.6rem); }
    #addBox dt {
      font-size: 1.4rem; }
    #addBox dd {
      font-size: 2.6rem; }

  .btn {
    font-size: 1.4rem !important; } }
/*タブレットに適用するスタイルを書く*/
@media screen and (min-width: 960px) {
  header dt {
    font-size: 1.6rem; }
  header dd {
    font-size: 1.6rem; }
    header dd em {
      padding: 0 0.3rem;
      font-size: 2.2rem; }
    header dd strong {
      padding: 0 0.3rem;
      font-size: 2.8rem; }

  #case h1 {
    font-size: 3.2rem; }

  #caseBox {
    padding: 0 1.6rem;
    max-width: 1000px; }
    #caseBox dl {
      width: 50%; }
    #caseBox dt {
      font-size: 1.2rem; }
    #caseBox dd {
      font-size: 1.6rem; }
    #caseBox p {
      font-size: 1.6rem; }

  #network h1 {
    font-size: 2.2rem !important; }

  .dl2box {
    max-width: 900px; }
    .dl2box dl {
      width: 50%; }
    .dl2box dt {
      font-size: 1.6rem; }
    .dl2box dd {
      font-size: 1.2rem; }

  #prdBox {
    max-width: 900px; }
    #prdBox .prd {
      margin: 0;
      width: 50%; }
      #prdBox .prd figure {
        top: 5rem;
        width: 7rem; }
      #prdBox .prd h2 {
        line-height: 1.5em; }
        #prdBox .prd h2 br {
          display: inline; }

  .btn {
    font-size: 1.8rem !important; }

  ol.btn {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px !important; }
    ol.btn li {
      width: 50%;
      padding: 0.8rem; } }
/*PCに適用するスタイルを書く*/
