@charset "UTF-8";
/*英語フォント*/
.p-menu-in__list:before, .p-faq-list__ttl::before, .p-faq-list__txt::before, .p-recbox-nav__list::before, .p-rec__subttlnum, .p-rec-point__ttl {
  font-family: "DIN Alternate", "Helvetica", "Neue Haas Grotesk", "Arial", sans-serif;
  font-weight: bold;
  font-display: optional;
  letter-spacing: 0;
}

/* =====================
  NAS
 ======================= */
/**
 * Animations
 */
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-anim {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.is-fadeInUp {
  opacity: 0;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/**
 * .p-contact fix
 */
body footer {
  padding-bottom: 60px;
}

/**
 * Common Style
 */
.fc_contents {
  color: #1a1a1a;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}
.fc_contents img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fc_contents .u-only-sp {
  display: none;
}
.fc_contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-ttl-h2, .c-ttl-h2--spline, .c-ttl-h2--line {
  font-size: 292.3076923077%;
  line-height: 1.32;
  letter-spacing: 0.1em;
}
.c-ttl-h2--line {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.55em;
}
.c-ttl-h2--line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0ab5a1), to(#004098));
  background-image: -o-linear-gradient(left, #0ab5a1, #004098);
  background-image: linear-gradient(to right, #0ab5a1, #004098);
  content: "";
}
.c-txt-b {
  background-color: #bcf4ed;
  font-weight: bold;
}

.c-btn-link, .c-btn-link--blank {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 0.7em 10% 0.7em 3.6%;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
  border: solid 1px #0ab5a1;
  background-color: #fff;
  font-size: 123.1%;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #0ab5a1;
  font-weight: bold;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link:link, .c-btn-link--blank:link, .c-btn-link:visited, .c-btn-link--blank:visited, .c-btn-link:active, .c-btn-link--blank:active {
  color: #0ab5a1;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link:hover, .c-btn-link--blank:hover {
  background-color: #0ab5a1;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link::after, .c-btn-link--blank::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5.8%;
  margin-left: 1.4em;
  width: 3.5px;
  height: 3.5px;
  background: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0ab5a1;
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link:hover:link, .c-btn-link--blank:hover:link, .c-btn-link:hover:visited, .c-btn-link--blank:hover:visited, .c-btn-link:hover:active, .c-btn-link--blank:hover:active {
  border-color: #0ab5a1;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link:hover::after, .c-btn-link--blank:hover::after {
  border-color: #fff;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link--blank:link, .c-btn-link--blank:visited, .c-btn-link--blank:active {
  color: #0ab5a1;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link--blank:hover {
  background-color: #0ab5a1;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link--blank::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5.8%;
  margin-left: 1.4em;
  width: 3.5px;
  height: 3.5px;
  background: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0ab5a1;
  -webkit-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link--blank:hover:link, .c-btn-link--blank:hover:visited, .c-btn-link--blank:hover:active {
  border-color: #0ab5a1;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.c-btn-link--blank:hover::after {
  border-color: #fff;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}

.js-disabled-pc {
  pointer-events: none;
  cursor: default;
}

/**
 * Header Menu
 */
/*追従メニュー*/
.p-menu {
  position: fixed;
  top: -66px;
  right: 17px;
  z-index: 5;
  background: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;
  transition: opacity 0.5s 0s ease-out;
}
.p-menu.scroll {
  top: 18px;
}
.p-menu.fixed {
  opacity: 1;
  visibility: visible;
}
.p-menu-btn {
  z-index: 5;
  cursor: pointer;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 7.5px 10px 10px;
  margin-left: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #0ab5a1;
  text-align: center;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-menu-btn::before {
  display: block;
  content: "目次";
  font-size: 77%;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.p-menu-btn span {
  position: absolute;
  left: 31.775%;
  width: 38.2%;
  height: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-menu-btn span:nth-of-type(1) {
  top: 22px;
}
.p-menu-btn span:nth-of-type(2) {
  top: 28px;
}
.p-menu-btn span:nth-of-type(3) {
  top: 34px;
}
.p-menu-in {
  z-index: 5;
  position: fixed;
  top: 78px;
  right: 17px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.p-menu-in__listbox {
  position: relative;
  padding: 24px;
  text-align: left;
  counter-reset: navlist;
  list-style-type: none;
  opacity: 0;
}
.p-menu-in__list {
  position: relative;
  z-index: 2;
  padding-left: 2em;
  border-bottom: solid 1px #0ab5a1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}
.p-menu-in__list + .p-menu-in__list {
  margin-top: 2.2em;
}
.p-menu-in__list:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: navlist;
  content: counter(navlist) ".";
  font-size: 153.9%;
  line-height: 1;
  color: #0ab5a1;
}
.p-menu-in__list a {
  display: block;
  padding: 0 0 0.4em;
  font-size: 123.1%;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-menu-in__list a:link, .p-menu-in__list a:visited, .p-menu-in__list a:hover, .p-menu-in__list a:active {
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-menu-in__list a:hover {
  opacity: 0.7;
}

/*追従メニューが開いているとき*/
.is-open .p-menu-in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.is-open .p-menu-in__listbox {
  opacity: 1;
}
.is-open .p-menu-btn span {
  left: 32.475%;
  width: 35.5%;
  top: 28px;
}
.is-open .p-menu-btn span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-open .p-menu-btn span:nth-of-type(2) {
  opacity: 0;
}
.is-open .p-menu-btn span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/**
 * Footer Link
 */
.p-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #004098;
  padding: 15px;
}
.p-contact-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 123.1%;
  font-weight: 700;
}
.p-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #1a1a1a;
  padding: 17px 0;
  width: 25vw;
  max-width: 340px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd0), to(#ff0));
  background-image: -o-linear-gradient(left, #fd0 0%, #ff0 100%);
  background-image: linear-gradient(to right, #fd0 0%, #ff0 100%);
  text-align: center;
  line-height: 1;
  margin-left: 32px;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-contact-link:link, .p-contact-link:visited, .p-contact-link:hover, .p-contact-link:active {
  color: #1a1a1a;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-contact-link:hover {
  opacity: 0.5;
}
.p-contact-link:before {
  content: "";
  position: absolute;
  left: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent currentColor;
  display: inline-block;
  vertical-align: middle;
}

/**
 * First Visual
 */
.p-fv {
  background: #000 url(../images/bg_fv_01_pc.jpg) no-repeat center/cover;
}
.p-fv__inner {
  max-width: 1400px;
  height: 668px;
  margin: 0 auto;
  border-radius: 5px;
}

.p-fvttlbox {
  line-height: 2.5;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  text-align: left;
}

.p-fvttl {
  display: block;
  font-weight: bold;
  color: #fff;
}
.p-fvttl:first-child {
  font-size: 307.6923076923%;
  letter-spacing: 0.1em;
  margin-bottom: 0.14em;
}
.p-fvttl:nth-child(2) span {
  letter-spacing: 0;
  line-height: 1;
}
.p-fvttl:last-child {
  /* font-size: 430.7692307692%; */
  font-size: 369.2307692307692%;
  letter-spacing: 0.15em;
}
.p-fvttl__ten, .p-fvttl__last {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-fvttl__qnap, .p-fvttl__elecom {
  display: block;
  line-height: 1.5;
}
.p-fvttl__qnap {
  padding-top: 0.5em;
}
.p-fvttl__b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-fvttl__b span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: solid 1px #fff;
  padding: 0.18em 3px 0.08em;
  font-size: 507.6923076923%;
}
.p-fvttl__b--01 span {
  background-color: #440bd4;
}
.p-fvttl__b--02 span {
  background-color: #0ab5a1;
}
.p-fvttl__b--03 span {
  background-color: #004098;
}
.p-fvttl__ten {
  display: inline-block;
  font-size: 353.8461538462%;
}
.p-fvttl__last {
  display: inline-block;
  font-size: 430.7692307692%;
  padding-left: 0.4em;
}

/**
 * Sections
 */
.p-intro {
  padding: 104px 0 90px;
}
.p-intro__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.p-intro__ttl {
  padding-bottom: 0.6em;
}
.p-intro__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-intro__txtarea {
  width: 48.2142857143%;
}
.p-intro__txtarea p {
  text-align: left;
  font-size: 153.9%;
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-intro__txtarea p + p {
  margin-top: 1.8em;
}
.p-intro__img01 {
  width: 50.4285714286%;
}

.p-intro-innav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  width: calc(100% + 40px);
  margin: 62px -20px 0;
  text-align: center;
}
.p-intro-innav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3% - 40px);
  margin: 0 20px 25.5px;
}

/*QNAP（キューナップ）シリーズのよくある質問*/
.p-faq {
  overflow: hidden;
  padding: 104px 0 38px;
  background-color: #dfefed;
}
.p-faq__inner {
  max-width: 1400px;
  margin: 0 auto;
  background: url(../images/bg_faq_01_pc.png) no-repeat left -3% top;
}

.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1430px;
  width: calc(100% + 30px);
  margin: 40px -15px 0;
  text-align: center;
}
.p-faq-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3% - 30px);
  margin: 0 15px 52px;
}
.p-faq-list__txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 5px;
  min-height: 177px;
  padding: 7% 4.5% 5% 5%;
  margin-bottom: 49px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
}
.p-faq-list__txtarea:after {
  content: "";
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  position: absolute;
  border-style: solid;
  border-width: 19px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
}
.p-faq-list__ttl, .p-faq-list__txt {
  position: relative;
  letter-spacing: -0.01em;
  padding-left: 35px;
}
.p-faq-list__ttl::before, .p-faq-list__txt::before {
  position: absolute;
  left: 0;
  line-height: 1;
}
.p-faq-list__ttl {
  font-size: 108%;
  line-height: 1.5;
  margin-bottom: 1em;
}
.p-faq-list__ttl::before {
  top: -0.3em;
  font-size: 200%;
  content: "Q.";
}
.p-faq-list__txt {
  font-size: 123.1%;
  font-weight: bold;
  line-height: 1.88;
}
.p-faq-list__txt::before {
  top: 0.1em;
  font-size: 175%;
  color: #0ab5a1;
  content: "A.";
}
.p-faq-list__imgttl {
  font-size: 123.1%;
  font-weight: bold;
  line-height: 1.31;
  margin-top: 0.6em;
}

/*QNAP（キューナップ）とは？*/
.p-qnap {
  padding: 104px 0;
}
.p-qnap__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.p-qnap__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 80px;
}
.p-qnap__img01 {
  width: 48.0714285714%;
}
.p-qnap__txtarea {
  width: 48.0714285714%;
}
.p-qnap__txtstrong, .p-qnap__txt {
  text-align: left;
  line-height: 1.67;
}
.p-qnap__txtstrong {
  font-size: 182%;
}
.p-qnap__txt {
  margin-top: 1.8em;
  font-size: 138.5%;
}

/*NASとは？*/
.p-nas {
  padding: 104px 0;
  background: url(../images/bg_nas_01_pc.png) no-repeat top center/cover;
  /*NASとは？共通部分*/
  /*NASとは？セクション毎*/
}
.p-nas__inner {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  padding: 1px 100px 104px;
  -webkit-box-shadow: 0px 8px 25px -5px #ffffff;
          box-shadow: 0px 8px 25px -5px #ffffff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.95);
}
.p-nas__ttl, .p-nas__ttl--02, .p-nas__ttl--01 {
  margin-top: 108px;
}
.p-nas__ttl--02 {
  margin-bottom: 0;
}
.p-nas__subttl {
  font-size: 215.3846153846%;
  font-weight: bold;
  text-align: left;
}
.p-nas__txtstrong {
  font-size: 153.9%;
  font-weight: bold;
  line-height: 1.6;
}
.p-nas__txt {
  margin-top: 1.5em;
  font-size: 138.5%;
  line-height: 1.67;
}
.p-nas__modalimg a {
  display: block;
  position: relative;
}
.p-nas__modalimg a::before, .p-nas__modalimg a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.p-nas__modalimg a::before {
  z-index: 2;
  width: 32px;
  height: 32px;
  background: url(../images/icon_search_01.svg) no-repeat center right 5px/auto 24px;
}
.p-nas__modalimg a:after {
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: #004099;
}
.p-nas-sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-nas-sec01__txtarea {
  width: 50%;
  text-align: left;
}
.p-nas-sec01__txtstrong {
  line-height: 2;
}
.p-nas-sec01__img01 {
  width: 48%;
}
.p-nas-sec01__img01 img {
  width: 301px;
}
.p-nas-sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-nas-sec02__box {
  width: calc(50% - 2px);
  padding: 40px 30px 0;
}
.p-nas-sec02__box:first-child {
  position: relative;
}
.p-nas-sec02__box:first-child::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ab5a1), to(#004098));
  background-image: -o-linear-gradient(top, #0ab5a1, #004098);
  background-image: linear-gradient(to bottom, #0ab5a1, #004098);
  content: "";
}
.p-nas-sec02__ttl {
  margin-bottom: 1.5em;
}
.p-nas-sec02__ttl b {
  font-size: 246.1538461538%;
  font-weight: bold;
}
.p-nas-sec02__ttl span {
  font-size: 167%;
}
.p-nas-sec02__ttl--01 {
  color: #0ab5a1;
}
.p-nas-sec02__ttl--02 {
  color: #004099;
}
.p-nas-sec02__txt {
  text-align: left;
}
.p-nas-sec02__img01 {
  margin-top: 2.8em;
}
.p-nas-sec03 {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 104px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a592), to(#004099));
  background-image: -o-linear-gradient(left, #00a592, #004099);
  background-image: linear-gradient(to right, #00a592, #004099);
}
.p-nas-sec03__ttl {
  padding: 0.6em 0.3em 0.3em;
  font-size: 276.9230769231%;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.p-nas-sec03__box {
  padding: 40px 20px 40px;
  margin: 0 4px 4px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.p-nas-sec03__img01 {
  margin-top: 2.2em;
}
.p-nas-sec03__img01 a:before, .p-nas-sec03__img01 a:after {
  display: none;
}
.p-nas-sec04 {
  /*sec04*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-nas-sec04-ttl {
  margin-top: -0.5em;
}
.p-nas-sec04__txtarea {
  width: 47.2%;
  text-align: left;
}
.p-nas-sec04__img01 {
  width: 48%;
}
.p-nas-innav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 40px auto 80px;
  text-align: center;
}
.p-nas-innav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 30px);
  margin: 0 15px;
}
.p-nas-sec05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-nas-sec05__txtarea {
  width: 47.8%;
  text-align: left;
}
.p-nas-sec05__img01 {
  width: 47.7%;
}

/* QNAPのNASが
おすすめな理由とは？*/
.p-recbox {
  padding-top: 104px;
  /*7つの理由 内部リンク*/
}
.p-recbox__inner {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 82px;
}
.p-recbox__ttl {
  font-size: 369.2307692308%;
  line-height: 1.42;
  padding-bottom: 0.5em;
  margin-bottom: 1.3em;
}
.p-recbox__txt {
  font-size: 138.5%;
  line-height: 1.67;
}
.p-recbox-nav {
  max-width: 635px;
  width: 100%;
  margin: 40px auto 0;
}
.p-recbox-nav__ttl {
  margin-bottom: 1.6em;
}
.p-recbox-nav__ttl01, .p-recbox-nav__ttl02, .p-recbox-nav__ttl03 {
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
}
.p-recbox-nav__ttl01 {
  font-size: 197%;
}
.p-recbox-nav__ttl02 {
  font-size: 369.2307692308%;
  color: #004099;
}
.p-recbox-nav__ttl03 {
  font-size: 197%;
  color: #004099;
}
.p-recbox-nav__listarea {
  counter-reset: number 0;
}
.p-recbox-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.7em;
  text-align: left;
  counter-increment: number;
}
.p-recbox-nav__list::before {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ab5a1), to(#004099));
  background-image: -o-linear-gradient(top, #0ab5a1, #004099);
  background-image: linear-gradient(to bottom, #0ab5a1, #004099);
  -webkit-background-clip: text;
          background-clip: text;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  font-size: 307.6923076923%;
  color: rgba(0, 0, 0, 0.1);
}
.p-recbox-nav__list a {
  position: relative;
  display: block;
  width: 89.2913385827%;
  padding: 0.4em 8px 0.4em 0;
  border-bottom: solid 1px #707070;
  line-height: 1.5;
  font-size: 153.9%;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-recbox-nav__list a:link, .p-recbox-nav__list a:visited, .p-recbox-nav__list a:hover, .p-recbox-nav__list a:active {
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-recbox-nav__list a:hover {
  opacity: 0.7;
}
.p-recbox-nav__list a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-left: 1.4em;
  width: 3.5px;
  height: 3.5px;
  background: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0ab5a1;
  -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* QNAPのNASはここがおすすめ */
/* おすすめ 共通部分*/
.p-rec {
  padding: 104px 0;
  /*奇数のおすすめ*/
  /*偶数のおすすめ*/
  /*タイトル*/
  /*POINT*/
}
.p-rec:nth-of-type(even) {
  background: url(../images/bg_rec_01.jpg) no-repeat top center/cover;
}
.p-rec:nth-of-type(odd) {
  background-color: #dfefed;
}
.p-rec__inner {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}
.p-rec__ttl {
  text-align: left;
}
.p-rec__subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.3em;
  line-height: 1.5;
}
.p-rec__subttltxt {
  font-size: 167%;
  font-weight: bold;
  color: #004099;
}
.p-rec__subttlnum {
  display: inline-block;
  margin-left: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ab5a1), to(#004099));
  background-image: -o-linear-gradient(top, #0ab5a1, #004099);
  background-image: linear-gradient(to bottom, #0ab5a1, #004099);
  -webkit-background-clip: text;
          background-clip: text;
  content: counter(number, decimal-leading-zero);
  line-height: 1;
  font-size: 461.5384615385%;
  color: rgba(0, 0, 0, 0.1);
}
.p-rec__mainttl {
  font-size: 369.2307692308%;
  font-weight: bold;
  line-height: 1.5;
}
.p-rec-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px auto 64px;
  padding: 40px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  text-align: left;
}
.p-rec-point__ttl {
  margin-right: 32px;
  font-size: 197%;
  line-height: 1.3;
  color: #004099;
}
.p-rec-point__txtarea p {
  font-size: 182%;
  font-weight: bold;
}
.p-rec-point__txtarea p.p-rec-point__small {
  margin-top: 1em;
  font-size: 108%;
  font-weight: normal;
}
.p-rec__ttlbox {
  display: inline-block;
  padding: 0.4em 0.6em;
  margin-bottom: 0.95em;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-left: 26px solid #004099;
  font-size: 182%;
  color: #004099;
}
.p-rec__headline {
  font-size: 138.5%;
  line-height: 1.89;
}
.p-rec__modalimg a {
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 5px 13px 16px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 13px 16px 0 rgba(0, 0, 0, 0.16);
}
.p-rec__modalimg a::before, .p-rec__modalimg a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.p-rec__modalimg a::before {
  z-index: 2;
  width: 26px;
  height: 26px;
  background: url(../images/icon_search_01.svg) no-repeat center right 5px/auto 18px;
}
.p-rec__modalimg a:after {
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background-color: #004099;
}

/* おすすめ毎*/
.p-operation__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-operation__img01 {
  width: 46.6666666667%;
}
.p-operation__txtarea {
  width: 46.6666666667%;
  text-align: left;
}

.p-app__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 116px;
}
.p-app__img01 {
  width: 46.6666666667%;
}
.p-app__txtarea {
  width: 46.6666666667%;
  text-align: left;
}
.p-app__subttl {
  font-size: 182%;
  font-weight: bold;
  text-align: left;
}

/*例えばこんなアプリがございます。
アプリ一覧*/
.p-appbox {
  margin: 28px 0 -40px -1.2%;
}
.p-appbox-listarea:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.p-appbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47.4%;
  margin-bottom: 40px;
}
.p-appbox-list--left {
  float: left;
  clear: left;
}
.p-appbox-list--right {
  float: right;
  clear: right;
}
.p-appbox-list__img01 {
  width: 22.314286%;
}
.p-appbox-list__txtarea {
  width: 75.528571%;
  text-align: left;
}
.p-appbox-list__ttl {
  margin: 0.5em 0 0.2em;
  font-size: 182%;
  line-height: 1.67;
  color: #004099;
}
.p-appbox-list__txt {
  font-size: 123.1%;
  line-height: 1.88;
}

.p-backup__txt {
  font-size: 123.1%;
  line-height: 1.88;
}
.p-backup__box01, .p-backup__box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 66px;
}
.p-backup__box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-backup__txtarea01, .p-backup__txtarea02 {
  width: 46.6666666667%;
  text-align: left;
}
.p-backup__txtarea01 {
  position: relative;
  margin-top: 1%;
  padding-top: 9em;
}
.p-backup__headline01 {
  position: absolute;
  top: 0;
  left: 0;
}
.p-backup__img01, .p-backup__img02 {
  width: 46.6666666667%;
}
.p-backup__img01 a, .p-backup__img02 a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-backup__img02 {
  padding-bottom: 36px;
}

.p-cloud-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.p-cloud-list__list {
  width: calc(50% - 40px);
  margin: 0 20px 58px;
}
.p-cloud-list__txt {
  margin-top: 2em;
  font-size: 138.5%;
  line-height: 1.89;
}
.p-cloud-list__list:not(:first-child) .p-cloud__img01 a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-cloud-list__list:first-child .p-cloud__img01 a::before, .p-cloud-list__list:first-child .p-cloud__img01 a:after {
  right: 0.7%;
  bottom: 1.5%;
}
.p-cloud-list__list:last-child .p-cloud__img01 {
  margin-left: -2.4%;
}
.p-cloud-list__list:last-child .p-cloud__img01::before, .p-cloud-list__list:last-child .p-cloud__img01:after {
  right: 2.5%;
  bottom: 8%;
}
.p-cloud-innav {
  width: 100%;
  margin: 0 auto -20px;
  text-align: center;
}
.p-cloud-innav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 552px;
  width: 100%;
  margin: 0 auto;
}

.p-snap__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-snap__img01 {
  margin-right: -1.4%;
  width: 49.0833333333%;
}
.p-snap__img01 a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-snap__img01 a::before, .p-snap__img01 a:after {
  right: 2.7%;
}
.p-snap__txtarea {
  width: 46.6666666667%;
  text-align: left;
}
.p-snap-innav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 64px auto 0;
  text-align: center;
}
.p-snap-innav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 30px);
  margin: 0 15px;
}

.p-extension-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1226px;
  width: calc(100% + 26px);
  margin: 64px -13px 0;
  text-align: center;
}
.p-extension-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3% - 26px);
  margin: 0 13px 80px;
}
.p-extension-list__img01 a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-extension-list__ttl {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 182%;
  font-weight: bold;
  line-height: 1.5;
  color: #004099;
}
.p-extension-list__ttl span {
  display: block;
}
.p-extension-list__txt {
  font-size: 123.1%;
  line-height: 1.88;
  text-align: left;
}
.p-extension-txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 813px;
  margin: 0 auto;
}
.p-extension-txtarea__ttlbox {
  width: 199px;
  text-align: left;
}
.p-extension-txtarea__headline {
  width: 67.6506765068%;
  font-size: 123.1%;
  line-height: 1.88;
  text-align: left;
}

.p-ssd__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
.p-ssd__box--01 .p-ssd__img01 a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-ssd__box--02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-ssd__box--03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-ssd__box--03 .p-ssd__img01 a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-ssd__img01 {
  width: 46.6666666667%;
}
.p-ssd__txtarea {
  width: 46.6666666667%;
  text-align: left;
}
.p-ssd__headline + .p-ssd__headline {
  margin-top: 2em;
}
.p-ssd__subttl {
  margin-bottom: 0.6em;
  font-size: 182%;
  font-weight: bold;
  color: #004099;
}
.p-ssd__txt {
  font-size: 123.1%;
  line-height: 1.88;
}
.p-ssd-innav {
  width: 100%;
  margin: 0 auto -20px;
  text-align: center;
}
.p-ssd-innav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 552px;
  width: 100%;
  margin: 0 auto;
}

/*QNAPのNASの
ラインナップ・保守メニュー*/
.p-itemmenu {
  padding: 104px 0;
  background: url(../images/bg_itemmenu_01.jpg) no-repeat top center/cover;
  /*QNAPのNASの
  ラインナップ・保守メニュー
  共通部分*/
}
.p-itemmenu__inner {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  padding: 160px 100px 104px;
  -webkit-box-shadow: 0px 8px 25px -5px #ffffff;
          box-shadow: 0px 8px 25px -5px #ffffff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.95);
}
.p-itemmenu__ttl {
  font-size: 369.2307692308%;
  line-height: 1.42;
  padding-bottom: 0.7em;
  margin-bottom: 1em;
}
.p-itemmenu__headline {
  font-size: 138.5%;
  line-height: 1.67;
  margin-bottom: 2.5em;
}
.p-itemmenu__subttl {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-left: 26px solid #004099;
  padding: 0.6em 0.5em 0.6em 1.2em;
  margin-bottom: 1.4em;
  font-size: 246.1538461538%;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.p-itemmenu__txtlink {
  color: #004099;
  text-decoration: underline;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-itemmenu__txtlink a {
  color: inherit;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-itemmenu__txtlink a:link, .p-itemmenu__txtlink a:visited, .p-itemmenu__txtlink a:active {
  color: inherit;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-itemmenu__txtlink:hover {
  opacity: 0.7;
}
.p-itemmenu__txtlink:hover a {
  color: inherit;
}

/*QNAP製品ラインナップ*/
.p-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1040px;
  width: calc(100% + 40px);
  margin: 0 -20px;
  text-align: center;
}
.p-item-list__list {
  width: calc(33.3% - 40px);
  margin: 0 20px 140px;
}
.p-item-list__ttl {
  font-size: 182%;
  font-weight: bold;
  line-height: 1.08;
  text-align: left;
  color: #004099;
}
.p-item-list__txt {
  font-size: 123.1%;
  line-height: 1.78;
  letter-spacing: 0.03em;
  text-align: left;
}
.p-item-other {
  overflow: hidden;
  padding: 64.6px 40px;
  margin-bottom: 80px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #0ab5a1), to(#004099));
  background-image: -o-linear-gradient(left, #0ab5a1 1%, #004099 100%);
  background-image: linear-gradient(to right, #0ab5a1 1%, #004099 100%);
}
.p-item-other__headline, .p-item-other__listbox {
  width: 409px;
  float: right;
  clear: right;
}
.p-item-other__headline {
  font-size: 292.3076923077%;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
.p-item-other__img01 {
  margin-top: 4.1%;
  margin-bottom: -4.1%;
  width: 45.4347826087%;
  float: left;
  clear: left;
}
.p-item-other__list {
  margin-top: 16px;
}
.p-item-other__list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 0.96em 19.3% 0.96em 17.3%;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
  border: solid 1px #004099;
  background-color: #fff;
  font-size: 123.1%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #004099;
  font-weight: bold;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-item-other__list a:link, .p-item-other__list a:visited, .p-item-other__list a:active {
  color: #004099;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-item-other__list a:hover {
  background-color: #004099;
  color: #fff;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-item-other__list a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 17.4%;
  margin-left: 1.4em;
  width: 3.5px;
  height: 3.5px;
  background: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #004099;
  -webkit-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-item-other__list a:hover:link, .p-item-other__list a:hover:visited, .p-item-other__list a:hover:active {
  border-color: #004099;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.p-item-other__list a:hover::after {
  border-color: #fff;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}

/*QNAPの保守メニュー*/
.p-care__txt {
  margin-bottom: 2.3em;
  font-size: 138.5%;
  line-height: 2;
}
.p-care__modalimg a {
  display: block;
  cursor: pointer;
  position: relative;
}
.p-care__modalimg a::before, .p-care__modalimg a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.p-care__modalimg a::before {
  z-index: 2;
  width: 26px;
  height: 26px;
  background: url(../images/icon_search_01.svg) no-repeat center right 5px/auto 18px;
}
.p-care__modalimg a:after {
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background-color: #004099;
}
.p-care-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 64px auto 24px;
  text-align: center;
}
.p-care-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 32px);
  margin: 0 16px 24px;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.p-care-list__img01 {
  width: 64px;
  margin: 0 auto 23px;
}
.p-care-list__ttl {
  margin-bottom: 0.6em;
  font-size: 182%;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004099;
}
.p-care-list__headline {
  margin-bottom: 1em;
  font-size: 123.1%;
  line-height: 1.88;
  text-align: left;
}
.p-care-list__txt {
  padding: 1em 1.1em;
  border-radius: 10px;
  background-color: #dfefed;
  font-size: 123.1%;
  font-weight: bold;
  line-height: 1.88;
  text-align: left;
}
.p-care__caution {
  margin-left: 16px;
  font-size: 108%;
  line-height: 1.43;
  text-align: left;
}

.p-service {
  margin-top: 80px;
}
.p-service__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-service__txtarea {
  width: 50%;
  text-align: left;
}
.p-service__subttl {
  margin-bottom: 0.25em;
  font-size: 182%;
  font-weight: bold;
  line-height: 1.67;
  color: #004099;
}
.p-service__txt {
  padding-right: 1.8em;
  font-size: 138.5%;
  line-height: 1.78;
}
.p-service__txt + .p-service__subttl {
  margin-top: 1.3em;
}
.p-service__img01 {
  width: 46.3%;
  -webkit-box-shadow: 7px 20px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 7px 20px 10px 0 rgba(0, 0, 0, 0.1);
}

/*NASの相談はエレコムに！*/
.p-inquiry {
  padding: 104px 0;
  margin-bottom: -50px;
  background: url(../images/bg_rec_01.jpg) no-repeat top center/cover;
}
.p-inquiry__inner {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}
.p-inquiry__ttl {
  font-size: 369.2307692308%;
  line-height: 1.42;
  padding-bottom: 0.5em;
  margin-bottom: 1.3em;
}
.p-inquiry__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-inquiry__box--02 {
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-inquiry__txtarea {
  width: 46.4%;
  text-align: left;
}
.p-inquiry__txtarea p {
  font-size: 138.5%;
  line-height: 2;
}
.p-inquiry__txtarea p + p {
  margin-top: 1.9em;
}
.p-inquiry__img01 {
  width: 47.1%;
}
.p-inquiry-innav {
  width: 100%;
  margin: 67px auto 0;
  text-align: center;
}
.p-inquiry-innav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 552px;
  width: 100%;
  margin: 0 auto;
}

/* Narrow PC
  ------------------------ */
@media (max-width: 1450px) {
  .p-fv__inner {
    padding-right: 3.125%;
    padding-left: 3.125%;
  }

  .p-intro__inner {
    padding-right: 3.125%;
    padding-left: 3.125%;
  }

  .p-faq__inner {
    padding-right: 3.125%;
    padding-left: 3.125%;
  }

  .p-qnap__inner {
    padding-right: 3.125%;
    padding-left: 3.125%;
  }
}
/* Tablet
  ------------------------ */
@media (max-width: 1279px) {
  /**
  * Common Style
  */
  /**
  * First Visual
  */
  .p-fv__inner {
    height: 367px;
    padding-top: 74px;
  }

  .p-fvttlbox {
    line-height: 3.1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .p-fvttl:first-child {
    font-size: 153.9%;
    margin-bottom: 0.44em;
  }
  .p-fvttl:last-child {
    font-size: 276.9230769231%;
  }
  .p-fvttl__b span {
    font-size: 353.8461538462%;
  }
  .p-fvttl__ten {
    font-size: 197%;
  }
  .p-fvttl__last {
    font-size: 276.9230769231%;
  }

  /**
  * Sections
  */
  .p-intro-innav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-intro-innav__list {
    width: calc(50% - 40px);
    min-height: 75px;
  }

  .p-faq-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-faq-list__list {
    width: calc(50% - 30px);
  }

  .p-nas__inner {
    padding-right: 3.125%;
    padding-left: 3.125%;
  }

  .p-backup__txtarea01 {
    padding-top: 11em;
  }

  /*QNAP製品ラインナップ*/
  .p-item-other__headline, .p-item-other__listbox {
    width: 50%;
  }
  .p-item-other__headline {
    font-size: 246.1538461538%;
  }
}
/* Mobile
  ------------------------ */
@media (max-width: 767px) {
  /**
  * .p-contact fix
  */
  body footer {
    padding-bottom: 90px;
  }

  /**
  * Common Style
  */
  .fc_contents .u-only-sp {
    display: block;
  }
  .fc_contents .u-only-pc {
    display: none;
  }

  .c-ttl-h2, .c-ttl-h2--line, .c-ttl-h2--spline {
    font-size: 153.9%;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .c-ttl-h2--line {
    line-height: 1.23;
    padding-bottom: 0.6em;
    margin-bottom: 1em;
  }
  .c-ttl-h2--line:after {
    height: 2px;
  }
  .c-ttl-h2--spline {
    position: relative;
    padding-bottom: 0.2em;
    margin-bottom: 1.8em;
    font-size: 197%;
  }
  .c-ttl-h2--spline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0ab5a1), to(#004098));
    background-image: -o-linear-gradient(left, #0ab5a1, #004098);
    background-image: linear-gradient(to right, #0ab5a1, #004098);
    content: "";
  }

  .c-btn-link, .c-btn-link--blank {
    padding: 0.8em 8.5%;
    font-size: 108%;
    line-height: 1.57;
  }
  .c-btn-link::after, .c-btn-link--blank::after {
    right: 4.6%;
  }
  .c-btn-link--blank {
    letter-spacing: 0.05em;
  }
  .c-btn-link--blank::after {
    right: 4.6%;
  }

  .js-disabled-pc {
    pointer-events: auto;
    cursor: pointer;
  }

  /**
  * Header Menu
  */
  /*追従メニュー*/
  .p-menu {
    top: -57px;
    right: 10px;
  }
  .p-menu.scroll {
    top: 9px;
  }
  .p-menu-bg {
    z-index: 4;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s ease-out;
    -o-transition: opacity 0.5s 0s ease-out;
    transition: opacity 0.5s 0s ease-out;
  }
  .p-menu-btn {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-menu-in {
    top: 64px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .p-menu-in__listbox {
    padding: 24px 20px;
  }
  .p-menu-in__list a {
    font-size: 108%;
    line-height: 1.43;
  }

  /*追従メニューが開いているとき*/
  .is-open .p-menu-bg {
    visibility: visible;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    opacity: 0.56;
  }

  /**
  * Footer Link
  */
  .p-contact {
    padding: 11px 0 13px;
  }
  .p-contact-in {
    display: block;
    text-align: center;
    font-size: 93%;
  }
  .p-contact-link {
    max-width: 266px;
    width: 100%;
    margin: 7px auto 0;
    padding: 9.6px 0;
    font-size: 108%;
  }
  .p-contact-link:before {
    border-width: 6.1px 0 6.1px 10px;
  }

  /**
  * First Visual
  */
  .p-fv {
    background: #000 url(../images/bg_fv_01_sp.jpg) no-repeat center/cover;
  }
  .p-fv__inner {
    padding-top: 50px;
  }

  .p-fvttlbox {
    line-height: 3.1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    display: inline-block;
  }

  .p-fvttl {
    font-weight: 700;
  }
  .p-fvttl:first-child {
    font-size: 138.5%;
    margin-bottom: 0;
  }
  .p-fvttl:last-child {
    font-size: unset;
    line-height: 1.4;
    margin-top: 1.1em;
  }
  .p-fvttl__b span {
    padding: 0.1em 2px 0.08em;
    font-size: 323.0769230769%;
  }
  .p-fvttl__b--01 {
    display: block;
    margin-bottom: 0.7em;
  }
  .p-fvttl__b--02 {
    margin-right: 0.8em;
  }
  .p-fvttl__qnap, .p-fvttl__elecom {
    display: block;
    text-shadow: 0px 0px 10px black;
  }
  .p-fvttl__qnap {
    /* font-size: 292.3076923077%; */
    font-size: 4.2vw;
  }
  .p-fvttl__elecom {
    display: block;
    /* font-size: 215.3846153846%; */
    font-size: 4.2vw;
  }

  /**
  * Sections
  */
  .p-intro {
    padding: 40px 0;
    text-align: left;
  }
  .p-intro__ttl {
    line-height: 1.6;
    padding-bottom: 1em;
  }
  .p-intro__box {
    display: block;
  }
  .p-intro__txtarea {
    width: 100%;
  }
  .p-intro__txtarea p {
    font-size: 123.1%;
    line-height: 1.75;
  }
  .p-intro__img01 {
    width: 100%;
    margin-top: 1.8em;
  }

  .p-intro-innav {
    margin: 1.8em 0 0;
    width: 100%;
  }
  .p-intro-innav__list {
    width: 100%;
    margin: 8px 0;
  }

  /*QNAP（キューナップ）シリーズのよくある質問
   スマホ*/
  .p-faq {
    padding: 66px 0 0;
  }
  .p-faq__inner {
    background: none;
  }

  .p-faq-list {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .p-faq-list__list {
    width: 100%;
    margin: 0 0 64px;
  }
  .p-faq-list__txtarea {
    min-height: auto;
    padding: 8% 5% 5.5% 5%;
  }
  .p-faq-list__txtarea:after {
    border-width: 15px 10.5px 0 10.5px;
  }
  .p-faq-list__ttl, .p-faq-list__txt {
    padding-left: 31px;
  }
  .p-faq-list__txt {
    font-size: 108%;
    line-height: 2.14;
  }
  .p-faq-list__txt::before {
    top: -0.13em;
    font-size: 200%;
  }
  .p-faq-list__img01 {
    margin-right: 8%;
    margin-left: 8%;
  }
  .p-faq-list__imgttl {
    font-size: 108%;
    line-height: 1.29;
    margin-top: -1em;
  }

  /*QNAP（キューナップ）とは？
   スマホ*/
  .p-qnap {
    padding: 60px 0 50px;
  }
  .p-qnap__ttl {
    font-size: 197%;
  }
  .p-qnap__box {
    display: block;
    margin-top: 0;
  }
  .p-qnap__img01 {
    width: 100%;
    margin-top: 1.8em;
  }
  .p-qnap__txtarea {
    width: 100%;
  }
  .p-qnap__txtstrong, .p-qnap__txt {
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .p-qnap__txtstrong {
    font-size: 123.1%;
  }
  .p-qnap__txt {
    font-size: 123.1%;
  }

  /*NASとは？
  スマホ*/
  .p-nas {
    padding-top: 70px;
    padding-bottom: 40px;
    background-image: url(../images/bg_nas_01_sp.png);
    /*NASとは？共通部分
    スマホ*/
    /*NASとは？セクション毎
    スマホ*/
  }
  .p-nas__inner {
    padding: 1px 10px 40px;
    border-radius: 5px;
  }
  .p-nas__ttl, .p-nas__ttl--01, .p-nas__ttl--02 {
    margin-top: 40px;
    font-size: 215.3846153846%;
    line-height: 1.3;
    text-align: left;
  }
  .p-nas__ttl--01 {
    text-align: center;
  }
  .p-nas__subttl {
    font-size: 153.9%;
    line-height: 1;
  }
  .p-nas__txtstrong {
    font-size: 138.5%;
    line-height: 1.56;
  }
  .p-nas__txt {
    font-size: 123.1%;
    line-height: 1.75;
  }
  .p-nas__modalimg a::before {
    width: 24px;
    height: 24px;
    background-size: auto 18px;
    background-position: center right 3px;
  }
  .p-nas__modalimg a:after {
    width: 24px;
    height: 24px;
  }
  .p-nas-sec01 {
    display: block;
  }
  .p-nas-sec01__txtarea {
    width: 100%;
  }
  .p-nas-sec01__txtstrong {
    margin-top: -0.5em;
    font-size: 123.1%;
    line-height: 1.75;
  }
  .p-nas-sec01__img01 {
    margin-top: 3.3em;
    width: 100%;
  }
  .p-nas-sec01__img01 img {
    width: 65.704225%;
  }
  .p-nas-sec02 {
    display: block;
  }
  .p-nas-sec02__box {
    width: 100%;
    padding: 0;
    margin-bottom: 64px;
    text-align: left;
  }
  .p-nas-sec02__box:first-child::after {
    display: none;
  }
  .p-nas-sec02__ttl {
    margin-bottom: 1.5em;
    letter-spacing: 0.04em;
  }
  .p-nas-sec02__ttl b {
    font-size: 182%;
  }
  .p-nas-sec02__ttl span {
    font-size: 123.1%;
  }
  .p-nas-sec02__img01 {
    margin-top: 1em;
    text-align: center;
  }
  .p-nas-sec03 {
    border-radius: 0;
    margin: 80px -10px 64px;
    padding: 0 10px 24px;
  }
  .p-nas-sec03__ttl {
    padding: 0.95em 0 0.75em;
    font-size: 153.9%;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .p-nas-sec03__box {
    padding: 20px;
    margin: 0;
    border-radius: 0;
    text-align: left;
  }
  .p-nas-sec03__txt {
    margin-top: 0;
  }
  .p-nas-sec03__img01 {
    margin-top: 0;
  }
  .p-nas-sec03__img01 a:before, .p-nas-sec03__img01 a:after {
    display: block;
  }
  .p-nas-sec04 {
    /*sec04*/
    display: block;
  }
  .p-nas-sec04-ttl {
    margin-top: 0;
  }
  .p-nas-sec04__txtarea {
    width: 100%;
  }
  .p-nas-sec04__img01 {
    width: 100%;
    margin-top: 2.5em;
  }
  .p-nas-innav {
    display: block;
    margin: 40px auto 64px;
    text-align: center;
  }
  .p-nas-innav__list {
    display: block;
    width: 100%;
    margin: 16px 0;
  }
  .p-nas-sec05 {
    display: block;
  }
  .p-nas-sec05__txtarea {
    width: 100%;
  }
  .p-nas-sec05__img01 {
    width: 100%;
    margin-top: 2em;
  }

  /* QNAPのNASが
  おすすめな理由とは？
  スマホ*/
  .p-recbox {
    padding-top: 64px;
    /*7つの理由 内部リンク
    スマホ*/
  }
  .p-recbox__inner {
    padding-bottom: 40px;
  }
  .p-recbox__ttl {
    font-size: 197%;
    line-height: 1.23;
    text-align: left;
  }
  .p-recbox__txt {
    font-size: 123.1%;
    line-height: 1.75;
    text-align: left;
  }
  .p-recbox-nav {
    margin-top: 60px;
  }
  .p-recbox-nav__ttl {
    margin-bottom: 1.6em;
    line-height: 1.4;
  }
  .p-recbox-nav__ttl01 {
    display: block;
    font-size: 138.5%;
  }
  .p-recbox-nav__ttl02 {
    font-family: "DIN Alternate", "Helvetica", "Neue Haas Grotesk", "Arial", sans-serif;
    font-weight: bold;
    font-display: optional;
    letter-spacing: 0;
    font-size: 300%;
  }
  .p-recbox-nav__ttl03 {
    font-size: 161.6%;
  }
  .p-recbox-nav__listarea {
    padding: 0 10px;
  }
  .p-recbox-nav__list {
    margin-bottom: 1.2em;
  }
  .p-recbox-nav__list::before {
    font-size: 246.1538461538%;
  }
  .p-recbox-nav__list a {
    width: 82.8169014085%;
    font-size: 123.1%;
    letter-spacing: 0.05em;
  }

  /* QNAPのNASはここがおすすめ
  スマホ*/
  /* おすすめ 共通部分
  スマホ*/
  .p-rec {
    padding: 46px 0;
  }
  .p-rec__subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0.3em;
    line-height: 1.5;
  }
  .p-rec__subttltxt {
    font-size: 138.5%;
    letter-spacing: 0.07em;
  }
  .p-rec__subttlnum {
    margin-left: 2px;
    font-size: 261.5384615385%;
  }
  .p-rec__mainttl {
    font-size: 215.3846153846%;
    line-height: 1.29;
    letter-spacing: 0.02em;
  }
  .p-rec-point {
    display: block;
    margin-bottom: 26px;
    padding: 16px 16px 13px 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-rec-point__ttl {
    margin-bottom: 9px;
    font-size: 153.9%;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .p-rec-point__txtarea {
    line-height: 1.5;
  }
  .p-rec-point__txtarea p {
    font-size: 123.1%;
    letter-spacing: 0.03em;
  }
  .p-rec-point__txtarea p.p-rec-point__small {
    font-size: 93%;
    margin-top: 0.1em;
  }
  .p-rec__ttlbox {
    display: block;
    padding: 0.67em 0.5em 0.67em 0.9em;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    border-left-width: 10px;
    font-size: 138.5%;
    letter-spacing: 0.06em;
  }
  .p-rec__headline {
    font-size: 123.1%;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .p-rec__modalimg a::before {
    width: 24px;
    height: 24px;
    background-size: auto 18px;
    background-position: center right 3px;
  }
  .p-rec__modalimg a:after {
    width: 24px;
    height: 24px;
  }

  /* おすすめ毎
  スマホ*/
  .p-operation__box {
    display: block;
  }
  .p-operation__img01 {
    width: 100%;
  }
  .p-operation__txtarea {
    width: 100%;
    margin-top: 24px;
  }

  .p-app__box {
    display: block;
    margin-bottom: 35px;
  }
  .p-app__img01 {
    width: 100%;
  }
  .p-app__txtarea {
    width: 100%;
    margin-top: 24px;
  }
  .p-app__subttl {
    font-size: 138.5%;
  }

  /*例えばこんなアプリがございます。
  アプリ一覧
  スマホ*/
  .p-appbox {
    margin: 14px 0 -40px -2.1%;
  }
  .p-appbox-list {
    width: 100%;
    margin-bottom: 35px;
  }
  .p-appbox-list--left {
    float: none;
  }
  .p-appbox-list--right {
    float: none;
  }
  .p-appbox-list__img01 {
    width: 22.314286%;
  }
  .p-appbox-list__txtarea {
    width: 75.528571%;
  }
  .p-appbox-list__ttl {
    margin: 0.4em 0 0.3em;
    font-size: 138.5%;
  }
  .p-appbox-list__txt {
    font-size: 108%;
    line-height: 1.7;
  }

  .p-backup__ttl {
    margin-right: -10px;
    margin-left: -10px;
  }
  .p-backup__txt {
    font-size: 108%;
    line-height: 1.7;
  }
  .p-backup__box01, .p-backup__box02 {
    display: block;
    margin-top: 40px;
    padding: 0 10px;
  }
  .p-backup__box01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-backup__txtarea01, .p-backup__txtarea02 {
    width: 100%;
  }
  .p-backup__txtarea01 {
    margin-top: inherit;
    padding-top: 0;
  }
  .p-backup__headline01 {
    position: static;
    margin-top: 1.8em;
  }
  .p-backup__img01, .p-backup__img02 {
    width: 100%;
    margin-top: 16px;
  }
  .p-backup__img02 {
    padding-bottom: 0;
  }

  .p-cloud-list {
    display: block;
  }
  .p-cloud-list__list {
    width: 100%;
    margin: 0 0 35px;
  }
  .p-cloud-list__txt {
    margin-top: 1.5em;
    font-size: 123.1%;
    line-height: 1.75;
    text-align: left;
  }
  .p-cloud-list__list:first-child .p-cloud__img01 a::before, .p-cloud-list__list:first-child .p-cloud__img01 a:after {
    right: 0;
    bottom: 0;
  }
  .p-cloud-list__list:last-child .p-cloud__img01 {
    margin-left: -2%;
    margin-right: -2%;
  }
  .p-cloud-list__list:last-child .p-cloud__img01::before, .p-cloud-list__list:last-child .p-cloud__img01:after {
    right: 2.7%;
  }
  .p-cloud-innav {
    display: block;
    margin-bottom: 0;
  }

  .p-snap__box {
    display: block;
  }
  .p-snap__img01 {
    margin-left: -2.3%;
    margin-right: -2.3%;
    width: 104.6%;
  }
  .p-snap__img01::before, .p-snap__img01:after {
    right: 2.7%;
  }
  .p-snap__txtarea {
    width: 100%;
    margin-top: 24px;
  }
  .p-snap-innav {
    display: block;
    margin: 36px auto -10px;
    text-align: center;
  }
  .p-snap-innav__list {
    display: block;
    width: 100%;
    margin: 16px 0;
  }

  .p-extension__headline {
    text-align: left;
  }
  .p-extension-list {
    display: block;
    max-width: 1000%;
    width: 100%;
    margin: 0;
  }
  .p-extension-list__list {
    width: 100%;
    margin: 40px 0 0;
  }
  .p-extension-list__ttl {
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-size: 138.5%;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .p-extension-list__ttl span {
    display: inline-block;
    margin-right: 0.5em;
  }
  .p-extension-list__txt {
    line-height: 1.75;
  }
  .p-extension-txtarea {
    display: block;
    margin-top: 35px;
  }
  .p-extension-txtarea__ttlbox {
    width: 100%;
  }
  .p-extension-txtarea__headline {
    padding: 0 10px;
    width: 100%;
    font-size: 108%;
    line-height: 1.71;
  }

  .p-ssd__box {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .p-ssd__box--02 .p-ssd__img01 {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  }
  .p-ssd__box--03 {
    padding: 0 10px;
  }
  .p-ssd__box--03 .p-ssd__txtarea {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .p-ssd__img01 {
    width: 100%;
  }
  .p-ssd__txtarea {
    width: 100%;
    margin-top: 24px;
  }
  .p-ssd__headline {
    font-size: 108%;
    line-height: 1.71;
  }
  .p-ssd__subttl {
    font-size: 138.5%;
  }
  .p-ssd__ttlbox {
    margin-right: -10px;
    margin-left: -10px;
  }
  .p-ssd__txt {
    font-size: 108%;
    line-height: 1.71;
  }
  .p-ssd-innav {
    display: block;
    margin: 40px auto 0;
    padding: 0 10px;
  }

  /*QNAPのNASの
  ラインナップ・保守メニュー*/
  .p-itemmenu {
    padding: 64px 0;
    /*QNAPのNASの
    ラインナップ・保守メニュー
    共通部分*/
  }
  .p-itemmenu__inner {
    padding: 48px 10px 40px;
    border-radius: 5px;
  }
  .p-itemmenu__ttl {
    margin-bottom: 0.8em;
    font-size: 215.3846153846%;
    line-height: 1.2;
    text-align: left;
  }
  .p-itemmenu__headline {
    margin-bottom: 0.8em;
    font-size: 123.1%;
    line-height: 1.75;
    text-align: left;
  }
  .p-itemmenu__subttl {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    border-left-width: 10px;
    margin-bottom: 1.2em;
    padding: 0.7em 0.5em 0.7em 0.9em;
    font-size: 138.5%;
  }

  /*QNAP製品ラインナップ*/
  .p-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 15px);
    margin: 0 -7.5px;
    text-align: center;
  }
  .p-item-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 15px);
    margin: 0 7.5px 40px;
  }
  .p-item-list__ttl {
    font-size: 123.1%;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .p-item-list__txt {
    font-size: 108%;
    line-height: 1.71;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .p-item-other {
    padding: 48px 10px;
    margin-bottom: 40px;
    background-image: -o-linear-gradient(1deg, #0ab5a1 2%, #004099 98%);
    background-image: linear-gradient(89deg, #0ab5a1 2%, #004099 98%);
  }
  .p-item-other__headline, .p-item-other__listbox {
    width: 100%;
    float: none;
  }
  .p-item-other__headline {
    font-size: 153.9%;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .p-item-other__img01 {
    float: none;
    margin-top: 3.7%;
    margin-bottom: -3%;
    margin-right: -3%;
    margin-left: -3%;
    width: 106%;
  }
  .p-item-other__list a {
    min-height: 72px;
    padding: 0.8em 7.5%;
    letter-spacing: 0.02em;
  }
  .p-item-other__list a:link, .p-item-other__list a:visited, .p-item-other__list a:active {
    color: #004099;
    -webkit-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
  }
  .p-item-other__list a:hover {
    background-color: #004099;
    color: #fff;
    -webkit-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
  }
  .p-item-other__list a::after {
    right: 4.6%;
  }

  /*QNAPの保守メニュー*/
  .p-care__txt {
    margin-bottom: 1em;
    padding: 0 10px;
    font-size: 123.1%;
    line-height: 1.75;
    text-align: left;
    letter-spacing: 0.03em;
  }
  .p-care__note {
    margin-bottom: 0.5em;
    font-size: 108%;
    text-align: right;
    letter-spacing: 0.03em;
    color: #004099;
  }
  .p-care__img01 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 10px);
  }
  .p-care__img01scroll {
    width: 669px;
  }
  .p-care-list {
    display: block;
    margin: 40px auto 0;
  }
  .p-care-list__list {
    width: 100%;
    margin: 0 auto 32px;
    padding: 32px 16px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .p-care-list__list:last-child {
    margin-bottom: 24px;
  }
  .p-care-list__ttl {
    font-size: 138.5%;
    letter-spacing: 0.04em;
  }
  .p-care-list__txt {
    letter-spacing: 0.08em;
  }
  .p-care__caution {
    margin-left: 0;
    line-height: 1.71;
    letter-spacing: 0.03em;
  }

  .p-service {
    margin-top: 45px;
  }
  .p-service__box {
    display: block;
  }
  .p-service__txtarea {
    width: 100%;
    padding: 0 10px;
  }
  .p-service__subttl {
    font-size: 138.5%;
  }
  .p-service__txt {
    padding-right: 0;
    font-size: 123.1%;
    line-height: 1.75;
  }
  .p-service__img01 {
    margin-top: 18px;
    width: 100%;
    -webkit-box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.1);
  }

  /*NASの相談はエレコムに！
  スマホ*/
  .p-inquiry {
    padding: 62px 0;
  }
  .p-inquiry__ttl {
    margin-bottom: 0.8em;
    font-size: 215.3846153846%;
    line-height: 1.2;
  }
  .p-inquiry__box {
    display: block;
  }
  .p-inquiry__box--02 {
    margin-top: 35px;
  }
  .p-inquiry__box--02 .p-inquiry__img01 {
    margin-right: auto;
    margin-left: auto;
    width: 82.4%;
  }
  .p-inquiry__txtarea {
    width: 100%;
  }
  .p-inquiry__txtarea p {
    font-size: 123.1%;
    line-height: 1.75;
  }
  .p-inquiry__txtarea p + p {
    margin-top: 1.8em;
  }
  .p-inquiry__img01 {
    width: 100%;
    margin-top: 24px;
  }
  .p-inquiry-innav {
    display: block;
    margin: 40px auto 0;
    padding: 0 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  /* IEのみ適応 */
  .fc_contents {
    letter-spacing: 0.08em;
  }

  .p-recbox {
    /*7つの理由 内部リンク*/
  }
  .p-recbox-nav__list::before {
    background-image: unset;
    background-clip: unset;
    background: #fff;
    color: #004099;
  }

  /* QNAPのNASはここがおすすめ */
  /* おすすめ 共通部分*/
  .p-rec__subttlnum {
    background-image: unset;
    background-clip: unset;
    background: none;
    color: #004099;
  }
}
/*# sourceMappingURL=common.css.map */


.p-item-read{
  margin-bottom: 1em;
}

/*製品グループアイコン追加　20220623*****************************/
.p-edition-txt{
  padding: 6px 6px;
  margin: 0;
  border-radius: 3px;
  text-align: center;
  font-size: 93%;
  font-weight: normal;
  font-style:
  normal;
  color: #FFF;
  display: block;
  width: 70%;
  max-width: 250px;
  margin-bottom: 1.5em;
}
@media print,screen and (max-width: 40em) {
  .p-edition-txt{
    padding: 6px 6px;
    margin: 0;
    border-radius: 3px;
    text-align: center;
    font-size: 93%;
    font-weight: normal;
    font-style:
    normal;
    color: #FFF;
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
  }
}


.p-edition-txt.standard {
  background: #004099;
}
.p-edition-txt.workgroup {
  background: #cc0202;
}


/*製品詳細ボタン　20220623*****************************/

.p-item-products__listbox {
  width: 100%;
  float: right;
  clear: right;
}
@media print,screen and (max-width: 40em) {
  .p-item-products__listbox .p-item-other__list a {
    min-height: 38px;
    padding: 0.25em 6.5%;
    letter-spacing: 0.02em;
  }
  .p-item-products__listbox a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 56px;
    padding: 0.96em 19.3% 0.96em 17.3%;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px #004099;
    background-color: #fff;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #004099;
    font-weight: bold;
    -webkit-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
  }
}