<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* Fonts
------------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background: #FFF;
  margin-right: 0 !important; }

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #FFF;
  position: relative; }
  body a {
    color: #004097;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    body a:hover {
      text-decoration: underline; }
    body a img {
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      backface-visibility: hidden; }
      body a img:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=70);
        opacity: 0.7; }
  body img {
    max-width: 100%;
    height: auto; }
  body .wrap {
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  body ::selection {
    background: rgba(51, 51, 51, 0.2);
    /* Safari */ }
  body ::-moz-selection {
    background: rgba(51, 51, 51, 0.2);
    /* Firefox */ }
  body .no-link {
    cursor: default; }
    body .no-link:hover {
      text-decoration: none; }
  body .pc {
    display: block; }
  body .sp {
    display: none; }
  body .iv {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0; }

#border-top, #border-bottom, #border-left, #border-right {
  position: fixed;
  z-index: 9999;
  background-color: #FFF; }

#border-top {
  width: 100%;
  height: 6px;
  top: 0;
  left: 0; }

#border-bottom {
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0; }

#border-left {
  width: 6px;
  height: 100%;
  top: 0;
  left: 0; }

#border-right {
  width: 6px;
  height: 100%;
  top: 0;
  right: 0; }

/* header
------------------------------------------------------------*/
header {
  position: fixed;
  top: -20px;
  width: 100%;
  z-index: 100;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  header.fixed {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    top: 6px; }
  header .inner {
    width: 915px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    header .inner nav {
      padding-top: 13px;
      display: block; }
      header .inner nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        header .inner nav ul li {
          margin-right: 10px; }
          header .inner nav ul li:last-child {
            margin-right: 0; }
    header .inner .size-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 10px;
      background-color: #FFF;
      -moz-border-radius: 0 0 6px 6px;
      -o-border-radius: 0 0 6px 6px;
      -webkit-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px;
      height: 53px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      header .inner .size-area .moji {
        margin-right: 12px; }
        header .inner .size-area .moji p {
          font-size: 11px;
          line-height: 1;
          padding-bottom: 3px; }
        header .inner .size-area .moji ul:after {
          clear: both;
          display: block;
          content: ''; }
        header .inner .size-area .moji ul li {
          border: solid 1px #004097;
          line-height: 16px;
          width: 16px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 10px;
          text-align: center;
          margin-right: 5px;
          float: left;
          -moz-border-radius: 4px 4px 4px 4px;
          -o-border-radius: 4px 4px 4px 4px;
          -webkit-border-radius: 4px 4px 4px 4px;
          border-radius: 4px 4px 4px 4px; }
          header .inner .size-area .moji ul li:last-child {
            margin-right: 0; }
          header .inner .size-area .moji ul li.active {
            background-color: #004097;
            color: #FFF; }

nav {
  display: none; }

/* mainimg
------------------------------------------------------------*/
#mainimg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  min-height: 790px;
  background: url(/pixy/img/bg.png) no-repeat center top;
  background-size: cover; }
  #mainimg .inner {
    position: relative;
    height: 100%; }
    #mainimg .inner .logo {
      float: right;
      padding-top: 45px;
      padding-right: 35px; }
    #mainimg .inner .catch-area {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      text-align: center; }
      #mainimg .inner .catch-area span {
        display: block;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        animation-duration: 1s; }
      #mainimg .inner .catch-area .catch1 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      #mainimg .inner .catch-area .catch2 {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s; }
    #mainimg .inner .arrow-scroll {
      position: absolute;
      bottom: 25px;
      left: 50%;
      margin-left: -18px;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      text-align: center;
      font-size: 12px;
      font-size: 0.8571428571rem;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.3s;
      animation-delay: 1.3s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }
      #mainimg .inner .arrow-scroll span {
        display: block;
        padding-bottom: 5px; }
    #mainimg .inner .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }
      #mainimg .inner .icon.aqua {
        margin-top: -24%;
        margin-left: -24%;
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s; }
      #mainimg .inner .icon.pink {
        margin-top: -23%;
        margin-left: 25px;
        -webkit-animation-delay: 2.9s;
        animation-delay: 2.9s; }
      #mainimg .inner .icon.yellow {
        top: 23%;
        margin-left: 26%;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s; }
      #mainimg .inner .icon.purple {
        top: 6%;
        margin-left: 30%;
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s; }
      #mainimg .inner .icon.purple {
        top: 45%;
        margin-left: 16%;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      #mainimg .inner .icon.black {
        margin-top: 13%;
        margin-left: 25%;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      #mainimg .inner .icon.blue {
        margin-top: 11%;
        margin-left: 2%;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s; }
      #mainimg .inner .icon.orange {
        margin-top: 9%;
        margin-left: -20%;
        -webkit-animation-delay: 3.1s;
        animation-delay: 3.1s; }
      #mainimg .inner .icon.beige {
        margin-top: 13%;
        margin-left: -36%;
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s; }
      #mainimg .inner .icon.green {
        margin-top: -11%;
        margin-left: -36%;
        -webkit-animation-delay: 2.3s;
        animation-delay: 2.3s; }
    @media screen and (min-width: 1001px) and (max-width: 1250px) {
      #mainimg .inner .icon {
        width: 130px; }
        #mainimg .inner .icon.aqua {
          margin-top: -27%;
          margin-left: -24%; }
        #mainimg .inner .icon.pink {
          margin-top: -25%;
          margin-left: 6%; }
        #mainimg .inner .icon.yellow {
          top: 23%;
          margin-left: 26%; }
        #mainimg .inner .icon.purple {
          top: 6%;
          margin-left: 30%; }
        #mainimg .inner .icon.purple {
          top: 45%;
          margin-left: 16%; }
        #mainimg .inner .icon.black {
          margin-top: 13%;
          margin-left: 25%; }
        #mainimg .inner .icon.blue {
          margin-top: 12%;
          margin-left: 2%; }
        #mainimg .inner .icon.orange {
          margin-top: 13%;
          margin-left: -20%; }
        #mainimg .inner .icon.beige {
          margin-top: 14.5%;
          margin-left: -36%; }
        #mainimg .inner .icon.green {
          margin-top: -11%;
          margin-left: -36%; } }

/* footer
------------------------------------------------------------*/
#window-bottom {
  position: fixed;
  z-index: 10; }
  #window-bottom .page-top {
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 0;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden; }
    #window-bottom .page-top.fixed {
      -ms-filter: "alpha( opacity=$number*100 )";
      filter: alpha(opacity=100);
      opacity: 1;
      visibility: visible; }
  #window-bottom .page-top-sp {
    display: none; }
  #window-bottom .hanbaiten {
    position: fixed;
    bottom: 8px;
    right: 15px; }

.window-bottom {
  display: none; }

.hanbaiten-sp {
  display: none; }

footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  footer .footer-top {
    background-color: #004097;
    color: #FFF;
    padding: 20px 0 40px; }
    footer .footer-top .sns-area {
      text-align: center;
      line-height: 0;
      margin-bottom: 30px; }
      footer .footer-top .sns-area .text {
        margin-bottom: 10px; }
      footer .footer-top .sns-area ul {
        letter-spacing: -0.4em; }
        footer .footer-top .sns-area ul li {
          vertical-align: middle;
          letter-spacing: normal;
          display: -moz-inline-box;
          display: inline-block;
          *display: inline;
          *zoom: 1;
          margin-right: 27px; }
          footer .footer-top .sns-area ul li:last-child {
            margin-right: 0; }
    footer .footer-top .f-link {
      text-align: center;
      letter-spacing: -0.4em; }
      footer .footer-top .f-link li {
        letter-spacing: normal;
        display: -moz-inline-box;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-right: 50px;
        line-height: 1; }
        footer .footer-top .f-link li a {
          line-height: 1;
          display: -moz-inline-box;
          display: inline-block;
          *display: inline;
          *zoom: 1;
          color: #FFF;
          padding-left: 16px;
          background: url(/pixy/img/arrow-rw.png) no-repeat left 5px;
          font-size: 20px;
          font-size: 1.4285714286rem;
          font-weight: bold;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          footer .footer-top .f-link li a:hover {
            text-decoration: none;
            background-position: 5px 5px; }
    footer .footer-top .btn-area {
      letter-spacing: -0.4em;
      text-align: center;
      padding-bottom: 45px; }
      footer .footer-top .btn-area .btn {
        letter-spacing: normal; }
        footer .footer-top .btn-area .btn:first-child {
          margin-right: 40px; }
  footer .copy-right {
    color: #FFF;
    background-color: #333333;
    font-size: 12px;
    font-size: 0.8571428571rem;
    text-align: center;
    padding: 14px 0 32px; }

/* container common
------------------------------------------------------------*/
#container .title-area_f {
  line-height: 1.2;
  text-align: center;
  padding-bottom: 20px; }
  #container .title-area_f .title {
    font-size: 50px;
    font-size: 3.5714285714rem;
    color: #004097;
    font-weight: normal;
    padding-bottom: 10px; }
  #container .title-area_f .sub {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    color: #595757; }

/* container
------------------------------------------------------------*/
#container {
  position: relative;
  z-index: 10;
  background-color: transparent;
  background-color: #FFF; }
  #container #about {
    padding: 30px 0 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    #container #about .about-top {
      background: url(/pixy/img/img-about.jpg) no-repeat center center;
      background-size: cover;
      height: 300px;
      width: 100%; }
    #container #about .sub {
      font-size: 21px;
      font-size: 1.5rem;
      color: #004097;
      padding-bottom: 15px;
      padding-top: 60px; }
    #container #about .title {
      color: #004097;
      font-size: 51px;
      font-size: 3.6428571429rem;
      line-height: 1.2;
      padding-bottom: 50px;
      padding-bottom: 56px;
      font-weight: normal;
      letter-spacing: -0.02em; }
    #container #about .text-area {
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      position: relative;
      margin-bottom: 40px; }
      #container #about .text-area .inner {
        font-size: 18px;
        font-size: 1.2857142857rem; }
        #container #about .text-area .inner p {
          letter-spacing: -0.02em;
          line-height: 2.5; }
      #container #about .text-area .icon-area {
        width: 260px;
        position: absolute;
        left: -340px;
        bottom: 0px; }
        #container #about .text-area .icon-area .icon {
          text-align: center; }
        #container #about .text-area .icon-area .text {
          font-size: 12px;
          font-size: 0.8571428571rem;
          text-align: left; }
        #container #about .text-area .icon-area.good {
          width: 208px;
          right: -300px;
          left: auto;
          bottom: auto;
          top: 0; }
    #container #about .btn.open-area {
      padding-bottom: 40px; }
    #container #about .open-area .open-textarea {
      border: solid 3px #004097;
      padding: 60px 60px 40px;
      position: relative;
      display: none; }
      #container #about .open-area .open-textarea p {
        font-size: 18px;
        font-size: 1.2857142857rem;
        padding-bottom: 30px;
        color: #004097; }
      #container #about .open-area .open-textarea .btn_close {
        display: -moz-inline-box;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 20px;
        font-size: 1.4285714286rem;
        width: 110px;
        -moz-border-radius: 4px 4px 4px 4px;
        -o-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        background-color: #004097;
        color: #FFF;
        padding: 12px 0 13px;
        line-height: 1.2; }
      #container #about .open-area .open-textarea .btn_close2 {
        position: absolute;
        right: 25px;
        top: 25px; }
    #container #about .about-bg {
      margin-top: -130px;
      width: 100%;
      height: 494px;
      background: url(/pixy/img/bg-about.jpg) no-repeat top center;
      background-size: cover; }
      @media screen and (min-width: 1400px) {
        #container #about .about-bg {
          height: 580px; } }
      @media screen and (min-width: 1600px) {
        #container #about .about-bg {
          height: 750px; } }
    #container #about .present-area {
      padding: 40px 0 65px;
      text-align: center; }
  #container #characteristic-func {
    padding: 0px 0px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; }
    #container #characteristic-func .characteristic-func-inner {
      position: relative;
      height: auto;
      z-index: 2; }
    #container #characteristic-func .bg-area {
      position: absolute;
      height: 100%;
      width: 100px;
      top: 0; }
      #container #characteristic-func .bg-area.left {
        left: 0; }
      #container #characteristic-func .bg-area.right {
        right: 0; }
    #container #characteristic-func .bgl-l, #container #characteristic-func .bgl-s, #container #characteristic-func .bgr-l, #container #characteristic-func .bgr-s {
      position: absolute;
      top: 0;
      width: 100px;
      height: 200%;
      background: repeat-y left top;
      z-index: 2; }
    #container #characteristic-func .bgl-l {
      left: -20px;
      top: -300px;
      background-image: url(/pixy/img/bg-characteristic-func1.png); }
    #container #characteristic-func .bgl-s {
      top: -800px;
      background-image: url(/pixy/img/bg-characteristic-func2.png); }
    #container #characteristic-func .bgr-l {
      background-image: url(/pixy/img/bg-characteristic-func3.png);
      top: -300px;
      right: -0px; }
    #container #characteristic-func .bgr-s {
      background-image: url(/pixy/img/bg-characteristic-func4.png);
      top: -800px;
      right: -60px; }
  #container #characteristic {
    background-color: #F0F0F0;
    padding: 75px 0 50px; }
    #container #characteristic .mixitup-area {
      width: 980px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-height: 950px; }
      #container #characteristic .mixitup-area .controls {
        margin-bottom: 43px; }
        #container #characteristic .mixitup-area .controls .bottom-area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
        #container #characteristic .mixitup-area .controls button {
          display: -moz-inline-box;
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: middle;
          border: none;
          background: none;
          outline: none;
          margin-right: 30px;
          position: relative; }
          #container #characteristic .mixitup-area .controls button:hover {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=70);
            opacity: 0.7; }
          #container #characteristic .mixitup-area .controls button:nth-child(3) .arrow {
            bottom: 33px; }
          #container #characteristic .mixitup-area .controls button:nth-child(4) .arrow {
            bottom: 35px; }
          #container #characteristic .mixitup-area .controls button .arrow {
            position: absolute;
            bottom: 20px;
            left: 50%;
            margin-left: -10px;
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite; }
      #container #characteristic .mixitup-area .container {
        text-align: justify; }
      #container #characteristic .mixitup-area .container .mix,
      #container #characteristic .mixitup-area .container .gap {
        display: inline-block;
        width: 49%;
        margin-bottom: 5px; }
      #container #characteristic .mixitup-area #mixitup .mix {
        display: none; }
  #container #func {
    padding: 68px 0 80px; }
    #container #func .tab-area {
      width: 980px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #container #func .tabs {
      width: 980px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #container #func .tabs ul {
        letter-spacing: -0.4em;
        border-bottom: solid 1px #595757;
        text-align: center; }
        #container #func .tabs ul li {
          letter-spacing: normal;
          display: -moz-inline-box;
          display: inline-block;
          *display: inline;
          *zoom: 1;
          margin: 0 4px; }
          #container #func .tabs ul li a {
            padding: 6px 0;
            text-align: center;
            width: 322px;
            display: block;
            background-color: #595757;
            font-size: 22px;
            font-size: 1.5714285714rem;
            font-weight: bold;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            border: solid 1px #595757;
            margin-bottom: -1px;
            color: #FFF; }
            #container #func .tabs ul li a:hover {
              -ms-filter: "alpha( opacity=$number*100 )";
              filter: alpha(opacity=100);
              opacity: 1;
              text-decoration: none; }
            #container #func .tabs ul li a span {
              font-size: 16px;
              font-size: 1.1428571429rem;
              line-height: 1;
              display: block; }
          #container #func .tabs ul li.current a {
            color: #004097;
            border-bottom: solid 1px #FFF;
            background-color: #FFF; }
    #container #func .tab-content {
      width: 980px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      overflow-x: hidden;
      padding-bottom: 40px;
      padding-top: 0px;
      font-size: 14px; }
      #container #func .tab-content .small-text {
        padding-bottom: 10px;
        font-size: 16px;
        font-size: 1.1428571429rem; }
      #container #func .tab-content .tab {
        display: none; }
        #container #func .tab-content .tab.current {
          display: block; }
        #container #func .tab-content .tab .table {
          padding-bottom: 12px; }
      #container #func .tab-content .tab-column2:after {
        clear: both;
        display: block;
        content: ''; }
      #container #func .tab-content .tab-column2 .left-area, #container #func .tab-content .tab-column2 .right-area {
        width: 475px; }
      #container #func .tab-content .tab-column2 .left-area {
        float: left; }
      #container #func .tab-content .tab-column2 .right-area {
        float: right; }
    #container #func .btn-area {
      text-align: center; }
  #container #security {
    padding: 74px 0px 166px;
    position: relative;
    overflow-y: hidden; }
    #container #security .title-area_f {
      padding-bottom: 48px; }
    #container #security .bg {
      top: -40px;
      height: 960px;
      position: absolute;
      width: 100%;
      background: url(/pixy/img/bg-security.jpg) no-repeat center bottom;
      background-size: cover;
      z-index: -1; }
    #container #security .column2 {
      width: 980px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #container #security .column2 .security-box {
        -moz-border-radius: 2px 2px 2px 2px;
        -o-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 474px;
        height: 300px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        padding: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.5); }
        #container #security .column2 .security-box .label {
          position: absolute;
          left: 0;
          top: 45px;
          z-index: 2; }
        #container #security .column2 .security-box .title {
          padding-bottom: 12px; }
        #container #security .column2 .security-box .p1 {
          font-size: 16px;
          font-size: 1.1428571429rem;
          color: #595757; }
        #container #security .column2 .security-box .inner {
          position: relative;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          text-align: center; }
          #container #security .column2 .security-box .inner:after, #container #security .column2 .security-box .inner:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            border: solid 1px #DBCFA0;
            left: 0px;
            top: 0;
            z-index: 1; }
          #container #security .column2 .security-box .inner:after {
            left: -3px;
            top: -3px; }
  #container #coloring {
    padding: 60px 0px 55px;
    position: relative; }
    #container #coloring .inner {
      width: 980px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #container #coloring .inner .title-area_f {
        padding-bottom: 25px; }
      #container #coloring .inner .label {
        text-align: center;
        padding-bottom: 25px; }
      #container #coloring .inner .column2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 15px; }
        #container #coloring .inner .column2 .app-btn {
          display: none; }
        #container #coloring .inner .column2 .left {
          display: none; }
        #container #coloring .inner .column2 .text-area {
          width: 520px;
          font-size: 15px;
          font-size: 1.0714285714rem; }
          #container #coloring .inner .column2 .text-area ul li {
            position: relative;
            padding: 16px 0;
            border-bottom: dotted 1px #969593; }
            #container #coloring .inner .column2 .text-area ul li .no {
              position: absolute;
              left: 0;
              top: 20px; }
            #container #coloring .inner .column2 .text-area ul li .text {
              padding-left: 30px;
              width: 100%;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -o-box-sizing: border-box;
              -ms-box-sizing: border-box;
              box-sizing: border-box; }
      #container #coloring .inner .small-text {
        color: #595757;
        font-size: 12px;
        font-size: 0.8571428571rem;
        padding-bottom: 30px; }
      #container #coloring .inner .btn-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 40px; }
        #container #coloring .inner .btn-area .left {
          display: block;
          width: 490px; }
          #container #coloring .inner .btn-area .left p {
            text-align: center;
            color: #3E3A39;
            padding-bottom: 7px; }
            #container #coloring .inner .btn-area .left p small {
              font-size: 12px;
              font-size: 0.8571428571rem;
              display: block;
              line-height: 1; }
          #container #coloring .inner .btn-area .left ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
            #container #coloring .inner .btn-area .left ul li {
              margin: 0 6px;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              #container #coloring .inner .btn-area .left ul li .qr {
                margin-left: 7px; }
              #container #coloring .inner .btn-area .left ul li .app-link {
                padding-top: 2px; }
        #container #coloring .inner .btn-area .right {
          width: 440px; }
          #container #coloring .inner .btn-area .right .btn-area {
            text-align: center;
            padding-bottom: 0; }
          #container #coloring .inner .btn-area .right .btn {
            margin: 0 auto; }
      #container #coloring .inner .banner-area {
        text-align: center;
        line-height: 0; }
        #container #coloring .inner .banner-area a {
          display: inline-block;
          cursor: pointer; }
    #container #coloring .bg {
      position: absolute;
      line-height: 0;
      z-index: -1; }
      #container #coloring .bg.bg-lt {
        left: 0;
        top: 0; }
      #container #coloring .bg.bg-rt {
        right: 0;
        top: 0; }
      #container #coloring .bg.bg-lb {
        left: 0;
        bottom: 0; }
      #container #coloring .bg.bg-rb {
        right: 0;
        bottom: 0; }

/* padding &amp; margin */
.pd {
  padding: 15px; }

.pt {
  padding-top: 15px; }

.pb {
  padding-bottom: 15px; }

.mg {
  margin: 15px; }

.mt {
  margin-top: 15px; }

.mb {
  margin-bottom: 15px; }

.nomb {
  margin-bottom: 0 !important; }

.nomt {
  margin-top: 0 !important; }

.nopt {
  padding-top: 0 !important; }

.red {
  color: #E41C24; }

/* btn */
.btn, .submit {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1; }
  .btn p, .submit p {
    padding-bottom: 0; }
  .btn input, .submit input {
    -webkit-appearance: none;
    margin: 0 5px;
    min-width: 156px; }
  .btn.ver2 a, .btn.ver2 input, .submit.ver2 a, .submit.ver2 input {
    color: #FFF;
    background-color: #004097; }
    .btn.ver2 a:after, .btn.ver2 input:after, .submit.ver2 a:after, .submit.ver2 input:after {
      width: 8px;
      height: 16px;
      background-image: url(/pixy/img/arrow-r2.png); }
    .btn.ver2 a:before, .btn.ver2 input:before, .submit.ver2 a:before, .submit.ver2 input:before {
      width: 22px;
      height: 29px;
      background-image: url(/pixy/img/icon-pdf.png); }
  .btn.ver3 a, .btn.ver3 input, .submit.ver3 a, .submit.ver3 input {
    color: #FFF;
    background-color: #004097; }
    .btn.ver3 a:after, .btn.ver3 input:after, .submit.ver3 a:after, .submit.ver3 input:after {
      width: 8px;
      height: 16px;
      background-image: url(/pixy/img/arrow-r2.png); }
  .btn.open-area span.open-btn, .submit.open-area span.open-btn {
    color: #FFF;
    background-color: #004097;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 390px;
    line-height: 60px;
    font-size: 26px;
    font-size: 1.8571428571rem;
    position: relative;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    .btn.open-area span.open-btn:hover, .submit.open-area span.open-btn:hover {
      text-decoration: none; }
      .btn.open-area span.open-btn:hover:after, .submit.open-area span.open-btn:hover:after {
        left: 33px; }
    .btn.open-area span.open-btn:after, .submit.open-area span.open-btn:after {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      content: '';
      display: block;
      width: 28px;
      height: 11px;
      position: absolute;
      width: 8px;
      height: 16px;
      background-image: url(/pixy/img/arrow-r2.png);
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .btn.open-area span.open-btn:before, .submit.open-area span.open-btn:before {
      width: 22px;
      height: 29px;
      background-image: url(/pixy/img/icon-list.png); }
  .btn.ver4, .submit.ver4 {
    vertical-align: top; }
    .btn.ver4 a, .btn.ver4 input, .submit.ver4 a, .submit.ver4 input {
      letter-spacing: normal;
      line-height: 0;
      padding: 8px 0; }
  .btn a, .btn input, .btn span.open-btn, .submit a, .submit input, .submit span.open-btn {
    border: none;
    line-height: 1.2;
    cursor: pointer;
    outline: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 28px;
    font-size: 2rem;
    width: 440px;
    color: #004097;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    line-height: 76px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFF;
    -moz-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px; }
    .btn a:after, .btn input:after, .btn span.open-btn:after, .submit a:after, .submit input:after, .submit span.open-btn:after {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      content: '';
      display: block;
      width: 28px;
      height: 11px;
      position: absolute;
      background: url(/pixy/img/arrow-btn.png) no-repeat left center;
      left: 28px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .btn a:before, .btn input:before, .btn span.open-btn:before, .submit a:before, .submit input:before, .submit span.open-btn:before {
      content: '';
      display: block;
      width: 28px;
      height: 21px;
      position: absolute;
      background: url(/pixy/img/icon-link.png) no-repeat left center;
      right: 28px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .btn a:hover, .btn input:hover, .btn span.open-btn:hover, .submit a:hover, .submit input:hover, .submit span.open-btn:hover {
      text-decoration: none; }
      .btn a:hover:after, .btn input:hover:after, .btn span.open-btn:hover:after, .submit a:hover:after, .submit input:hover:after, .submit span.open-btn:hover:after {
        left: 33px; }

/* btn */
/* form */
select, .customSelect {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  min-width: 265px;
  width: auto;
  padding: 0 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 1px 1px 1px 1px;
  -o-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  border-radius: 1px 1px 1px 1px;
  background-position: right center;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FAFAFA), color-stop(0, #FFF));
  background: -webkit-linear-gradient(#FFF, #FAFAFA);
  background: -moz-linear-gradient(#FFF, #FAFAFA);
  background: -o-linear-gradient(#FFF, #FAFAFA);
  background: -ms-linear-gradient(#FFF, #FAFAFA);
  background: linear-gradient(#FFF, #FAFAFA);
  cursor: pointer;
  font-size: 13px;
  font-size: 0.9285714286rem;
  position: relative; }
  select.hasCustomSelect, .customSelect.hasCustomSelect {
    z-index: 2; }
  select:after, .customSelect:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  select.customSelectHover, .customSelect.customSelectHover {
    color: #333;
    -moz-box-shadow: 0 0 6px 0 #EEE;
    -ms-box-shadow: 0 0 6px 0 #EEE;
    -o-box-shadow: 0 0 6px 0 #EEE;
    -webkit-box-shadow: 0 0 6px 0 #EEE;
    box-shadow: 0 0 6px 0 #EEE;
    border-color: #333; }
    select.customSelectHover:after, .customSelect.customSelectHover:after {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center; }
  select.small, .customSelect.small {
    min-width: 100px;
    height: 34px;
    line-height: 34px; }
  select option, .customSelect option {
    padding: 8px;
    border: none; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"] {
  min-width: 160px;
  padding: 18px 23px;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  background: #FFF;
  height: 48px;
  line-height: 1.2;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #969593; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="search"]:focus {
    background: #FFF;
    border-color: #004097;
    -moz-box-shadow: 0 0 6px 0 #EEE;
    -ms-box-shadow: 0 0 6px 0 #EEE;
    -o-box-shadow: 0 0 6px 0 #EEE;
    -webkit-box-shadow: 0 0 6px 0 #EEE;
    box-shadow: 0 0 6px 0 #EEE; }
  input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="search"]:hover {
    -moz-box-shadow: 0 0 6px 0 #EEE;
    -ms-box-shadow: 0 0 6px 0 #EEE;
    -o-box-shadow: 0 0 6px 0 #EEE;
    -webkit-box-shadow: 0 0 6px 0 #EEE;
    box-shadow: 0 0 6px 0 #EEE; }
  input[type="text"].small, input[type="password"].small, input[type="email"].small, input[type="tel"].small, input[type="number"].small, input[type="date"].small, input[type="search"].small {
    width: 100px;
    min-width: 100px; }
  input[type="text"].wpcf7c-conf, input[type="password"].wpcf7c-conf, input[type="email"].wpcf7c-conf, input[type="tel"].wpcf7c-conf, input[type="number"].wpcf7c-conf, input[type="date"].wpcf7c-conf, input[type="search"].wpcf7c-conf {
    background: #FFF;
    border: none; }

input[type="number"] {
  min-width: 0;
  max-width: 50px;
  text-align: center; }

textarea {
  width: 100%;
  padding: 18px 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  background-color: #FFF;
  height: 130px;
  font-size: 16px;
  outline: none;
  resize: vertical;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
  border: solid 1px #969593; }
  textarea:focus {
    border-color: #004097;
    background: #FFF;
    -moz-box-shadow: 0 0 6px 0 #EEE;
    -ms-box-shadow: 0 0 6px 0 #EEE;
    -o-box-shadow: 0 0 6px 0 #EEE;
    -webkit-box-shadow: 0 0 6px 0 #EEE;
    box-shadow: 0 0 6px 0 #EEE; }
  textarea:hover {
    -moz-box-shadow: 0 0 6px 0 #EEE;
    -ms-box-shadow: 0 0 6px 0 #EEE;
    -o-box-shadow: 0 0 6px 0 #EEE;
    -webkit-box-shadow: 0 0 6px 0 #EEE;
    box-shadow: 0 0 6px 0 #EEE; }
  textarea.wpcf7c-conf {
    background: #FFF;
    border: none; }

.icheckbox_flat-green, .iradio_flat-green {
  margin-right: 10px; }

form label {
  cursor: pointer;
  margin-right: 20px; }

/* form */
/* table */
table {
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
  border-top: dotted 1px #969593; }
  table tr th, table tr td {
    padding: 21px 0;
    line-height: 1.2;
    color: #333;
    border-bottom: dotted 1px #969593;
    font-size: 16px;
    font-size: 1.1428571429rem; }
  table tr th {
    width: 170px;
    padding-right: 18px;
    padding-left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left; }
    table tr th.top {
      vertical-align: top; }

/* table */
/* rayout */
.link {
  text-align: right; }
  .link a {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 3px 0 3px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #333; }
    .link a:hover {
      background-position: 5px center; }

.back a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 0 3px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333; }
  .back a:hover {
    background-position: 5px center; }

/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn.ver2 a:after, .btn.ver2 input:after, .submit.ver2 a:after, .submit.ver2 input:after {
    background-image: url(/pixy/img/arrow-r2@2x.png);
    background-size: 8px auto; }
  .btn.ver2 a:before, .btn.ver2 input:before, .submit.ver2 a:before, .submit.ver2 input:before {
    background-image: url(/pixy/img/icon-pdf@2x.png);
    background-size: 22px auto; }
  .btn.ver3 a:after, .btn.ver3 input:after, .submit.ver3 a:after, .submit.ver3 input:after {
    background-image: url(/pixy/img/arrow-r2@2x.png);
    background-size: 8px auto; }
  .btn.open-area span.open-btn:after, .submit.open-area span.open-btn:after {
    background-image: url(/pixy/img/arrow-r2@2x.png);
    background-size: 8px auto; }
  .btn a, .btn input, .submit a, .submit input {
    font-size: 20px;
    font-size: 1.4285714286rem; }
    .btn a:after, .btn input:after, .submit a:after, .submit input:after {
      background-image: url(/pixy/img/arrow-btn@2x.png);
      background-size: 8px auto; }
    .btn a:before, .btn input:before, .submit a:before, .submit input:before {
      background-image: url(/pixy/img/icon-link@2x.png);
      background-size: 28px auto; } }
@media screen and (min-width: 701px) and (max-width: 1000px) {
  .btn a, .btn input, .submit a, .submit input {
    font-size: 20px;
    font-size: 1.4285714286rem; }
  .btn.ver4, .submit.ver4 {
    vertical-align: top; }
    .btn.ver4 a, .btn.ver4 input, .submit.ver4 a, .submit.ver4 input {
      padding: 14.5px 0; }
      .btn.ver4 a img, .btn.ver4 input img, .submit.ver4 a img, .submit.ver4 input img {
        height: 47px;
        width: auto; } }
@media screen and (max-width: 700px) {
  .btn, .submit {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 300px; }
    .btn p, .submit p {
      padding-bottom: 0; }
    .btn input, .submit input {
      -webkit-appearance: none;
      margin: 0 5px;
      min-width: 156px; }
    .btn.open-area span.open-btn, .submit.open-area span.open-btn {
      width: 300px;
      line-height: 43px;
      font-size: 20px;
      font-size: 1.4285714286rem;
      padding: 0px 20px;
      text-align: center; }
      .btn.open-area span.open-btn:hover, .submit.open-area span.open-btn:hover {
        text-decoration: none; }
        .btn.open-area span.open-btn:hover:after, .submit.open-area span.open-btn:hover:after {
          left: 33px; }
    .btn.ver4, .submit.ver4 {
      vertical-align: top; }
      .btn.ver4 a, .btn.ver4 input, .submit.ver4 a, .submit.ver4 input {
        padding: 5px 0; }
        .btn.ver4 a img, .btn.ver4 input img, .submit.ver4 a img, .submit.ver4 input img {
          height: 34px;
          width: auto; }
    .btn a, .btn input, .btn span.open-btn, .submit a, .submit input, .submit span.open-btn {
      width: 100%;
      font-size: 20px;
      font-size: 1.4285714286rem;
      line-height: 43px; }
      .btn a:after, .btn input:after, .btn span.open-btn:after, .submit a:after, .submit input:after, .submit span.open-btn:after {
        left: 15px; }
      .btn a:before, .btn input:before, .btn span.open-btn:before, .submit a:before, .submit input:before, .submit span.open-btn:before {
        right: 15px;
        width: 24px;
        background-size: 24px auto; }
      .btn a:hover, .btn input:hover, .btn span.open-btn:hover, .submit a:hover, .submit input:hover, .submit span.open-btn:hover {
        text-decoration: none; }
        .btn a:hover:after, .btn input:hover:after, .btn span.open-btn:hover:after, .submit a:hover:after, .submit input:hover:after, .submit span.open-btn:hover:after {
          left: 20px; } }
.mfp-wrap .mfp-inline-holder .mfp-content {
  text-align: center;
  width: auto; }

/* container next
------------------------------------------------------------*/
/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  footer .footer-top .f-link li a {
    background-image: url(/pixy/img/arrow-rw@2x.png);
    background-size: 4px auto; } }
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1000px) {
  body.open {
    position: fixed; }

  /* header
  ------------------------------------------------------------*/
  header {
    position: fixed;
    top: -20px;
    width: 100%;
    z-index: 100;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    header.fixed {
      top: 0; }
    header .inner .logo-pixy {
      width: 75px; }
    header .inner nav {
      display: block; }
      header .inner nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        header .inner nav ul li {
          margin-right: 5px; }
          header .inner nav ul li:last-child {
            margin-right: 0; }
    header .inner .size-area {
      padding: 7px;
      height: 46px; }
      header .inner .size-area .moji {
        margin-right: 12px; }
        header .inner .size-area .moji ul {
          width: 62px; }
      header .inner .size-area .h-logo {
        width: 130px; }

  body nav {
    display: none; }

  /* mainimg
  ------------------------------------------------------------*/
  #mainimg {
    height: 550px !important;
    position: relative;
    min-height: 0; }
    #mainimg .inner .logo {
      padding-top: 15px;
      padding-right: 20px; }
    #mainimg .inner nav {
      display: block; }
    #mainimg .inner .catch-area {
      width: 260px; }
    #mainimg .inner #main-slider li {
      height: 650px !important; }
    #mainimg .inner .icon {
      width: 110px; }
      #mainimg .inner .icon.aqua {
        margin-top: -27%;
        margin-left: -24%; }
      #mainimg .inner .icon.pink {
        margin-top: -25%;
        margin-left: 6%; }
      #mainimg .inner .icon.yellow {
        top: 23%;
        margin-left: 26%; }
      #mainimg .inner .icon.purple {
        top: 6%;
        margin-left: 30%; }
      #mainimg .inner .icon.purple {
        top: 45%;
        margin-left: 16%; }
      #mainimg .inner .icon.black {
        margin-top: 13%;
        margin-left: 25%; }
      #mainimg .inner .icon.blue {
        margin-top: 12%;
        margin-left: 2%; }
      #mainimg .inner .icon.orange {
        margin-top: 11%;
        margin-left: -20%; }
      #mainimg .inner .icon.beige {
        margin-top: 14.5%;
        margin-left: -36%; }
      #mainimg .inner .icon.green {
        margin-top: -11%;
        margin-left: -36%; } }
  @media screen and (min-width: 701px) and (max-width: 1000px) and (min-width: 700px) and (max-width: 800px) {
    #mainimg .inner .icon {
      width: 95px; } }

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* footer
  ------------------------------------------------------------*/
  footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1; }
    footer .footer-top {
      background-color: #004097;
      color: #FFF;
      padding: 20px 0 40px; }
      footer .footer-top .sns-area {
        text-align: center;
        line-height: 0;
        margin-bottom: 30px; }
        footer .footer-top .sns-area .text {
          margin-bottom: 10px; }
        footer .footer-top .sns-area ul {
          letter-spacing: -0.4em; }
          footer .footer-top .sns-area ul li {
            letter-spacing: normal;
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-right: 27px; }
            footer .footer-top .sns-area ul li:last-child {
              margin-right: 0; }
      footer .footer-top .f-link li {
        letter-spacing: normal;
        margin-right: 35px;
        line-height: 1; }
        footer .footer-top .f-link li a {
          padding-left: 10px;
          font-size: 16px;
          font-size: 1.1428571429rem; }
      footer .footer-top .btn-area {
        padding-bottom: 35px; }
        footer .footer-top .btn-area .btn {
          letter-spacing: normal; }
          footer .footer-top .btn-area .btn a {
            width: 350px; }
          footer .footer-top .btn-area .btn:first-child {
            margin-right: 20px; }
    footer .copy-right {
      padding: 12px 0 32px; }

  /* container common
  ------------------------------------------------------------*/
  #container .title-area_f .title {
    font-size: 40px;
    font-size: 2.8571428571rem; }
  #container .title-area_f .sub {
    font-size: 16px;
    font-size: 1.1428571429rem; }

  /* container common
  ------------------------------------------------------------*/
  #container {
    margin-top: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    #container #about {
      padding: 0px 0px 0; }
      #container #about .wrap {
        padding: 0 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      #container #about .sub {
        padding-top: 40px;
        font-size: 18px;
        font-size: 1.2857142857rem; }
      #container #about .title {
        color: #004097;
        font-size: 40px;
        font-size: 2.8571428571rem;
        padding-bottom: 40px; }
      #container #about .text-area {
        width: 100%;
        position: relative;
        padding-left: 160px;
        padding-right: 160px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #container #about .text-area .inner {
          font-size: 16px;
          font-size: 1.1428571429rem; }
          #container #about .text-area .inner p {
            line-height: 2.1; }
            #container #about .text-area .inner p:first-child {
              padding-bottom: 30px; }
        #container #about .text-area .icon-area {
          width: 160px;
          left: 0px; }
          #container #about .text-area .icon-area.good {
            width: 150px;
            right: 0px;
            left: auto;
            bottom: auto;
            top: 0; }
      #container #about .about-top {
        height: 250px; }
      #container #about .btn.open-area {
        padding-bottom: 30px; }
      #container #about .open-area .open-textarea {
        padding: 40px 40px 30px; }
        #container #about .open-area .open-textarea p {
          font-size: 17px;
          font-size: 1.2142857143rem;
          padding-bottom: 25px; }
        #container #about .open-area .open-textarea .btn_close {
          font-size: 18px;
          font-size: 1.2857142857rem; }
        #container #about .open-area .open-textarea .btn_close2 {
          position: absolute;
          right: 15px;
          top: 15px; }
      #container #about .about-bg {
        margin-top: -80px;
        height: 373px; } }
      @media screen and (min-width: 701px) and (max-width: 1000px) and (max-width: 850px) {
        #container #about .about-bg {
          height: 323px; } }
@media screen and (min-width: 701px) and (max-width: 1000px) {
      #container #about .present-area {
        padding: 30px 20px 55px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
    #container #characteristic-func {
      padding: 0px 0px;
      border-left: solid 6px #FFF;
      border-right: solid 6px #FFF;
      height: auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      overflow-y: hidden; }
      #container #characteristic-func .characteristic-func-inner {
        position: relative;
        height: auto;
        z-index: 2; }
      #container #characteristic-func .bg-area {
        position: absolute;
        height: 100%;
        width: 100px;
        overflow-y: hidden;
        top: 0; }
        #container #characteristic-func .bg-area.left {
          left: 0; }
        #container #characteristic-func .bg-area.right {
          right: 0; }
      #container #characteristic-func .bgl-l, #container #characteristic-func .bgl-s, #container #characteristic-func .bgr-l, #container #characteristic-func .bgr-s {
        display: none;
        background-image: none; }
    #container #characteristic {
      padding: 65px 20px 50px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #container #characteristic .mixitup-area {
        min-height: 870px; }
        #container #characteristic .mixitup-area .controls {
          margin-bottom: 43px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          #container #characteristic .mixitup-area .controls button {
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-right: 10px;
            position: relative; }
            #container #characteristic .mixitup-area .controls button:hover {
              -ms-filter: "alpha( opacity=$number*100 )";
              filter: alpha(opacity=70);
              opacity: 0.7; }
            #container #characteristic .mixitup-area .controls button:first-child .arrow {
              bottom: 40px; }
            #container #characteristic .mixitup-area .controls button:nth-child(3) .arrow {
              bottom: 30px; }
            #container #characteristic .mixitup-area .controls button:nth-child(4) .arrow {
              bottom: 30px; }
            #container #characteristic .mixitup-area .controls button .arrow {
              position: absolute;
              bottom: 30px;
              left: 50%;
              margin-left: -10px;
              -webkit-animation-name: normal;
              animation-name: normal; }
    #container #func {
      padding: 58px 20px 60px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #container #func .tabs {
        margin-bottom: 20px; }
        #container #func .tabs ul li a {
          padding: 6px 0;
          width: 270px;
          font-size: 20px;
          font-size: 1.4285714286rem; }
      #container #func .tab-content {
        padding-bottom: 30px; }
        #container #func .tab-content .small-text {
          font-size: 14px;
          font-size: 1rem; }
        #container #func .tab-content .tab .table {
          padding-bottom: 12px; }
        #container #func .tab-content .tab-column2 .left-area, #container #func .tab-content .tab-column2 .right-area {
          width: 49%; }
    #container #security {
      padding: 74px 20px 86px;
      border-left: 6px solid #FFF;
      border-right: 6px solid #FFF;
      position: relative;
      overflow-y: hidden; }
      #container #security .title-area_f {
        padding-bottom: 48px; }
      #container #security .bg {
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        height: 780px;
        z-index: -1;
        background-size: cover; }
      #container #security .column2 .security-box {
        width: 49%;
        height: 280px;
        padding: 10px; }
        #container #security .column2 .security-box:first-child .title img {
          height: 90px;
          width: auto; }
        #container #security .column2 .security-box:nth-child(2) .title img {
          height: 100px;
          width: auto; }
        #container #security .column2 .security-box .label {
          position: absolute;
          left: 0;
          top: 20px;
          z-index: 2;
          width: 70px; }
        #container #security .column2 .security-box .title {
          padding-bottom: 12px; }
        #container #security .column2 .security-box .p1 {
          font-size: 14px;
          font-size: 1rem; }
          #container #security .column2 .security-box .p1 br {
            display: none; }
        #container #security .column2 .security-box .inner {
          padding: 15px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
    #container #coloring {
      padding: 50px 0px 60px; }
      #container #coloring .inner {
        padding-left: 20px;
        padding-right: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #container #coloring .inner .title-area_f {
          padding-bottom: 45px; }
        #container #coloring .inner .label {
          text-align: center;
          padding-bottom: 25px; }
        #container #coloring .inner .column2 {
          padding-bottom: 15px; }
          #container #coloring .inner .column2 .img-area {
            width: 49%; }
          #container #coloring .inner .column2 .text-area {
            width: 49%;
            font-size: 14px;
            font-size: 1rem; }
            #container #coloring .inner .column2 .text-area ul li {
              padding: 10px 0; }
              #container #coloring .inner .column2 .text-area ul li .no {
                top: 10px; }
              #container #coloring .inner .column2 .text-area ul li .text {
                padding-left: 25px; }
        #container #coloring .inner .small-text {
          padding-bottom: 20px; }
        #container #coloring .inner .btn-area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          #container #coloring .inner .btn-area .left {
            width: 49%; }
            #container #coloring .inner .btn-area .left p {
              text-align: center;
              color: #3E3A39; }
            #container #coloring .inner .btn-area .left ul li {
              margin: 0 6px; }
              #container #coloring .inner .btn-area .left ul li .qr {
                display: none; }
          #container #coloring .inner .btn-area .right {
            width: 49%; }
            #container #coloring .inner .btn-area .right .btn {
              width: 100%; }
              #container #coloring .inner .btn-area .right .btn a {
                width: 100%; }
      #container #coloring .bg {
        z-index: -1; }
        #container #coloring .bg.bg-lt {
          width: 120px; }
        #container #coloring .bg.bg-rt {
          width: 110px; }
        #container #coloring .bg.bg-lb {
          width: 110px; }
        #container #coloring .bg.bg-rb {
          width: 110px; }

  /* container top
  ------------------------------------------------------------*/
  /* container next
  ------------------------------------------------------------*/ }
/*sp*/
@media screen and (max-width: 700px) {
  body.open {
    position: fixed; }

  body {
    overflow-x: hidden;
    width: 100%; }
    body .pc {
      display: none; }
    body .sp {
      display: block; }

  /* header
  ------------------------------------------------------------*/
  header {
    position: relative;
    top: -0px;
    width: 100%;
    z-index: 100;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    height: auto; }
    header.fixed {
      top: auto; }
    header .inner {
      display: none; }
      header .inner .logo-pixy {
        width: 75px; }
      header .inner nav {
        display: none; }
        header .inner nav ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          header .inner nav ul li {
            margin-right: 5px; }
            header .inner nav ul li:last-child {
              margin-right: 0; }
      header .inner .size-area {
        padding: 7px;
        height: 46px; }
        header .inner .size-area .moji {
          margin-right: 12px; }
          header .inner .size-area .moji ul {
            width: 58px; }
        header .inner .size-area .h-logo {
          width: 130px; }
    header #sp-menu {
      background: url(/pixy/img/sp/menu-sp.png) no-repeat center top;
      background-size: 45px auto;
      position: fixed;
      z-index: 9999;
      display: block;
      color: red;
      cursor: pointer;
      top: 0px;
      left: 10px;
      width: 45px;
      height: 65.5px; }
      header #sp-menu.open .middle {
        background: transparent; }
      header #sp-menu.open .top {
        transform: rotate(-45deg) translateY(0px);
        -ms-transform: rotate(-45deg) translateY(0px);
        -webkit-transform: rotate(-45deg) translateY(0px);
        -moz-transform: rotate(-45deg) translateY(0px);
        -o-transform: rotate(-45deg) translateY(0px); }
      header #sp-menu.open .bottom {
        transform: rotate(45deg) translateY(0px);
        -ms-transform: rotate(45deg) translateY(0px);
        -webkit-transform: rotate(45deg) translateY(0px);
        -moz-transform: rotate(45deg) translateY(0px);
        -o-transform: rotate(45deg) translateY(0px); }
      header #sp-menu span {
        width: 22.5px;
        height: 2px;
        display: block;
        background: #FFF;
        position: absolute;
        left: 50%;
        margin-left: -11.5px;
        top: 44px;
        transition: all 0.3s;
        transform: rotate(0deg); }
        header #sp-menu span.top {
          transform: translateY(-7px);
          -ms-transform: translateY(-7px);
          -webkit-transform: translateY(-7px);
          -moz-transform: translateY(-7px);
          -o-transform: translateY(-7px); }
        header #sp-menu span.bottom {
          transform: translateY(7px);
          -ms-transform: translateY(7px);
          -webkit-transform: translateY(7px);
          -moz-transform: translateY(7px);
          -o-transform: translateY(7px); }
        nav .sns-area#header-menu-sns-area {
            opacity: 0; }
        nav.open .sns-area#header-menu-sns-area {
            opacity: 1; }

  body.open {
    position: fixed; }
  body nav {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    height: 0;
    padding-top: 50px; }
    body nav.open {
      height: 100%;
      visibility: visible;
      position: fixed;
      background-color: rgba(255, 255, 255, 0.9); }
    body nav ul {
      text-align: center; }
      body nav ul li {
        display: block;
        line-height: 0;
        padding-bottom: 10px; }
  body .sns-area {
    text-align: center;
    line-height: 0;
    margin-bottom: 30px; }
    body .sns-area .text {
      margin-bottom: 10px; }
    body .sns-area ul {
      letter-spacing: -0.4em; }
      body .sns-area ul li {
        vertical-align: middle;
        letter-spacing: normal;
        display: -moz-inline-box;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-right: 15px; }
        body .sns-area ul li:last-child {
          margin-right: 0; }

  #border-top, #border-bottom, #border-left, #border-right {
    display: none; }

  /* mainimg
  ------------------------------------------------------------*/
  #mainimg {
    overflow-x: hidden;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 350px !important;
    min-height: 350px;
    position: relative;
    border: none;
    background-image: url(/pixy/img/sp/bg.jpg);
    z-index: 1; } }
  @media screen and (max-width: 700px) and (min-width: 570px) {
    #mainimg {
      height: 660px !important;
      min-height: 650px; } }
  @media screen and (max-width: 700px) and (min-width: 500px) {
    #mainimg {
      height: 560px !important;
      min-height: 560px; } }
  @media screen and (max-width: 700px) and (min-width: 400px) {
    #mainimg {
      height: 460px !important; } }
@media screen and (max-width: 700px) {
    #mainimg .inner .logo {
      top: 14px;
      right: 10px;
      position: absolute;
      padding-top: 0px;
      padding-right: 0px;
      width: 150px;
      margin: 0 0;
      line-height: 0;
      font-size: 14px; }
    #mainimg .inner nav {
      display: block; }
    #mainimg .inner .catch-area {
      width: 225px; }
      #mainimg .inner .catch-area .catch2 {
        width: 170px;
        margin: 0 auto; }
    #mainimg .inner .arrow-scroll {
      width: 32px; }
      #mainimg .inner .arrow-scroll span {
        padding-bottom: 0px; }
    #mainimg .inner .icon {
      display: none; }

  /* footer
  ------------------------------------------------------------*/
  #window-bottom {
    display: none; }
    #window-bottom .page-top {
      display: none; }
    #window-bottom .page-top-sp {
      display: block;
      position: fixed;
      bottom: -6px; }

  .hanbaiten-sp {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99; }

  footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border: none; }
    footer .footer-top {
      background-color: #004097;
      color: #FFF;
      padding: 15px 0 15px; }
      footer .footer-top .sns-area {
        text-align: center;
        line-height: 0;
        margin-bottom: 16px; }
        footer .footer-top .sns-area .text {
          margin-bottom: 10px; }
        footer .footer-top .sns-area ul {
          letter-spacing: -0.4em; }
          footer .footer-top .sns-area ul li {
            letter-spacing: normal;
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-right: 27px; }
            footer .footer-top .sns-area ul li:last-child {
              margin-right: 0; }
      footer .footer-top .f-link {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 25px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 320px;
        margin: 0 auto; }
        footer .footer-top .f-link li {
          letter-spacing: normal;
          margin-right: 28px;
          line-height: 1;
          margin-bottom: 10px; }
          footer .footer-top .f-link li a {
            background-position: left 2px;
            padding-left: 10px;
            font-size: 14px;
            font-size: 1rem; }
      footer .footer-top .btn-area {
        padding-bottom: 20px; }
        footer .footer-top .btn-area .btn {
          letter-spacing: normal; }
          footer .footer-top .btn-area .btn:first-child {
            margin: 0 7px;
            margin-bottom: 15px; }
    footer .copy-right {
      padding: 12px 0 14px; }

  /* container common
  ------------------------------------------------------------*/
  #container .title-area_f .title {
    font-size: 24px;
    font-size: 1.7142857143rem;
    padding-bottom: 5px; }
  #container .title-area_f .sub {
    font-size: 13px;
    font-size: 0.9285714286rem; }

  /* container common
  ------------------------------------------------------------*/
  #container {
    margin-top: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    #container #about {
      border-left: none;
      border-right: none;
      padding: 20px 0px 0; }
      #container #about .about-top {
        height: 122px;
        background-image: url(/pixy/img/sp/img-about.jpg); }
      #container #about .btn.open-area {
        padding-bottom: 25px; }
      #container #about .open-area .open-textarea {
        padding: 35px 20px 10px; }
        #container #about .open-area .open-textarea p {
          font-size: 14px;
          font-size: 1rem;
          padding-bottom: 15px; }
        #container #about .open-area .open-textarea .btn_close {
          font-size: 14px;
          font-size: 1rem; }
        #container #about .open-area .open-textarea .btn_close2 {
          position: absolute;
          right: 5px;
          top: 5px;
          width: 25px; }
      #container #about .wrap {
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
      #container #about .sub {
        font-size: 12px;
        font-size: 0.8571428571rem;
        padding-bottom: 10px; }
      #container #about .title {
        color: #004097;
        font-size: 30px;
        font-size: 2.1428571429rem;
        padding-bottom: 20px; }
      #container #about .text-area {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px; }
        #container #about .text-area .inner {
          font-size: 13px;
          font-size: 0.9285714286rem;
          padding-bottom: 10px; }
          #container #about .text-area .inner p {
            line-height: 2.1; }
            #container #about .text-area .inner p:first-child {
              padding-bottom: 30px; }
        #container #about .text-area .icon-area {
          position: relative;
          width: 200px;
          left: auto;
          margin: 0 auto; }
          #container #about .text-area .icon-area .icon {
            width: 150px;
            margin: 0 auto; }
          #container #about .text-area .icon-area .text {
            font-size: 10px;
            padding-bottom: 15px; }
          #container #about .text-area .icon-area.good {
            width: 170px;
            right: auto;
            left: auto;
            bottom: auto;
            top: auto;
            margin: 0 auto; }
      #container #about .about-bg {
        margin-top: -40px;
        height: 155px; } }
      @media screen and (max-width: 700px) and (max-width: 700px) {
        #container #about .about-bg {
          height: 235px; } }
      @media screen and (max-width: 700px) and (max-width: 500px) {
        #container #about .about-bg {
          height: 175px; } }
@media screen and (max-width: 700px) {
      #container #about .present-area {
        padding: 12.5px 10px 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
    #container #characteristic-func {
      padding: 0px 0px;
      border-left: none;
      border-right: none;
      height: auto;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      overflow-y: hidden; }
      #container #characteristic-func .characteristic-func-inner {
        position: relative;
        height: auto;
        z-index: 2; }
      #container #characteristic-func .bg-area {
        display: none;
        position: absolute;
        height: 100%;
        width: 100px;
        overflow-y: hidden;
        top: 0; }
        #container #characteristic-func .bg-area.left {
          left: 0; }
        #container #characteristic-func .bg-area.right {
          right: 0; }
      #container #characteristic-func .bgl-l, #container #characteristic-func .bgl-s, #container #characteristic-func .bgr-l, #container #characteristic-func .bgr-s {
        display: none;
        background-image: none; }
    #container #characteristic {
      padding: 25px 10px 0px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      overflow-x: hidden;
      width: 100%; }
      #container #characteristic .mixitup-area {
        min-height: 0px; }
        #container #characteristic .mixitup-area button.all {
          border: none;
          background: none;
          text-align: center;
          margin: 0 auto; }
        #container #characteristic .mixitup-area .controls {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          width: 300px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          margin: 0 auto 13px; }
          #container #characteristic .mixitup-area .controls button {
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            margin-right: 0px;
            position: relative;
            padding: 2px; }
            #container #characteristic .mixitup-area .controls button.pc {
              display: none; }
            #container #characteristic .mixitup-area .controls button.sp {
              display: block; }
            #container #characteristic .mixitup-area .controls button:hover {
              -ms-filter: "alpha( opacity=$number*100 )";
              filter: alpha(opacity=70);
              opacity: 0.7; }
            #container #characteristic .mixitup-area .controls button:first-child .arrow {
              bottom: 30px; }
            #container #characteristic .mixitup-area .controls button:nth-child(3) .arrow {
              bottom: 17px; }
            #container #characteristic .mixitup-area .controls button:nth-child(4) .arrow {
              bottom: 17px; }
            #container #characteristic .mixitup-area .controls button .arrow {
              width: 8px;
              position: absolute;
              bottom: 17px;
              left: 50%;
              margin-left: -4px;
              -webkit-animation-name: normal;
              animation-name: normal; }
        #container #characteristic .mixitup-area .container {
          text-align: center; }
        #container #characteristic .mixitup-area .container .mix,
        #container #characteristic .mixitup-area .container .gap {
          display: inline-block;
          width: 100%;
          margin-bottom: 5px; }
        #container #characteristic .mixitup-area .container .gap {
          margin-bottom: 0;
          height: 0; }
        #container #characteristic .mixitup-area #mixitup .mix {
          display: none; }
    #container #func {
      overflow-x: hidden;
      width: 100%;
      padding: 27px 0px 35px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #container #func .tabs {
        margin-bottom: 20px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden; }
        #container #func .tabs ul:after {
          clear: both;
          display: block;
          content: ''; }
        #container #func .tabs ul li {
          margin: 0 0px;
          width: 49%; }
          #container #func .tabs ul li:first-child {
            float: left; }
            #container #func .tabs ul li:first-child a {
              border-left: none; }
          #container #func .tabs ul li:last-child {
            float: right; }
            #container #func .tabs ul li:last-child a {
              border-right: none; }
          #container #func .tabs ul li a {
            padding: 6px 0;
            width: 100%;
            font-size: 14px;
            font-size: 1rem; }
      #container #func .tab-content {
        padding-bottom: 18px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
        padding: 0 10px; }
        #container #func .tab-content .small-text {
          font-size: 10px;
          font-size: 0.7142857143rem;
          padding: 0 10px 12px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%; }
        #container #func .tab-content .bottom-text {
          padding: 0 10px 0px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          font-size: 10px;
          font-size: 0.7142857143rem; }
        #container #func .tab-content .tab {
          width: 100%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          overflow-x: hidden; }
          #container #func .tab-content .tab .table {
            padding-bottom: 12px;
            overflow-x: scroll;
            width: 100%; }
            #container #func .tab-content .tab .table img {
              width: 490px;
              max-width: 980px; }
          #container #func .tab-content .tab#tab2 {
            overflow-x: scroll;
            padding-bottom: 10px; }
        #container #func .tab-content .tab-column2 {
          overflow-x: scroll;
          width: 490px; }
          #container #func .tab-content .tab-column2 .table {
            overflow-x: visible; }
            #container #func .tab-content .tab-column2 .table img {
              width: 100%;
              height: auto; }
          #container #func .tab-content .tab-column2 .left-area, #container #func .tab-content .tab-column2 .right-area {
            width: 240px;
            font-size: 10px;
            font-size: 0.7142857143rem; }
    #container #security {
      padding: 26px 0px 52.5px;
      border: none;
      position: relative;
      overflow-x: hidden;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background-image: none; }
      #container #security .title-area_f {
        padding-bottom: 25px; }
      #container #security .bg {
        top: -0px;
        height: 900px;
        background-image: url(/pixy/img/sp/bg-security.jpg);
        background-size: cover; }
      #container #security .column2 {
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: block; }
        #container #security .column2 .security-box {
          width: 100%;
          height: 210px;
          padding: 10px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
          #container #security .column2 .security-box:first-child {
            margin-bottom: 15px; }
            #container #security .column2 .security-box:first-child .title img {
              height: 70px;
              width: auto; }
          #container #security .column2 .security-box:nth-child(2) .title img {
            height: 70px;
            width: auto; }
          #container #security .column2 .security-box .label {
            position: absolute;
            left: 0;
            top: 20px;
            z-index: 2;
            width: 70px; }
          #container #security .column2 .security-box .title {
            padding-bottom: 12px; }
          #container #security .column2 .security-box .p1 {
            font-size: 10px;
            font-size: 0.7142857143rem; }
            #container #security .column2 .security-box .p1 br {
              display: none; }
          #container #security .column2 .security-box .inner {
            padding: 15px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box; }
    #container #coloring {
      overflow: hidden;
      border-left: none;
      border-right: none;
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 50px 0px 60px; }
      #container #coloring .inner {
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #container #coloring .inner .title-area_f {
          padding-bottom: 20px; }
        #container #coloring .inner .label {
          text-align: center;
          padding-bottom: 13px; }
        #container #coloring .inner .column2 {
          padding-bottom: 15px;
          display: block; }
          #container #coloring .inner .column2 .img-area {
            width: 100%;
            text-align: center;
            padding-bottom: 20px; }
          #container #coloring .inner .column2 .left {
            display: block; }
            #container #coloring .inner .column2 .left p {
              padding-bottom: 5px; }
              #container #coloring .inner .column2 .left p small {
                display: block; }
            #container #coloring .inner .column2 .left .app-btn {
              display: block;
              letter-spacing: -0.4em;
              text-align: center; }
              #container #coloring .inner .column2 .left .app-btn li {
                display: -moz-inline-box;
                display: inline-block;
                *display: inline;
                *zoom: 1;
                width: 130px;
                margin: 0; }
                #container #coloring .inner .column2 .left .app-btn li .qr {
                  display: none; }
                #container #coloring .inner .column2 .left .app-btn li:first-child {
                  margin-right: 20px; }
          #container #coloring .inner .column2 .text-area {
            display: block;
            width: 100%;
            font-size: 12px;
            font-size: 0.8571428571rem; }
            #container #coloring .inner .column2 .text-area ul li {
              padding: 10px 0; }
              #container #coloring .inner .column2 .text-area ul li .no {
                top: 12px; }
              #container #coloring .inner .column2 .text-area ul li .text {
                padding-left: 25px; }
          #container #coloring .inner .column2 .left {
            display: block;
            width: 100%;
            padding-bottom: 10px; }
            #container #coloring .inner .column2 .left p {
              text-align: center; }
            #container #coloring .inner .column2 .left ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center; }
              #container #coloring .inner .column2 .left ul li {
                margin: 0 7px; }
        #container #coloring .inner .small-text {
          padding-bottom: 20px;
          font-size: 10px;
          font-size: 0.7142857143rem; }
        #container #coloring .inner .btn-area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          display: block;
          padding-bottom: 20px; }
          #container #coloring .inner .btn-area .left {
            width: 100%;
            display: none; }
            #container #coloring .inner .btn-area .left p {
              text-align: center;
              color: #3E3A39; }
            #container #coloring .inner .btn-area .left ul li {
              margin: 0 6px; }
          #container #coloring .inner .btn-area .right {
            width: 100%; }
      #container #coloring .bg {
        z-index: -1; }
        #container #coloring .bg.bg-lt {
          width: 50px; }
        #container #coloring .bg.bg-rt {
          width: 55px; }
        #container #coloring .bg.bg-lb {
          width: 50px; }
        #container #coloring .bg.bg-rb {
          width: 55px; } }

#coloring .title-area_f .title {
	padding-bottom: 17px;
}
#coloring .title-area_f .sub {
	line-height: 33px;
}
#coloring_nurie {
	text-align: center;
	line-height: 0;
}
#coloring_nurie .btn {
	margin: 20px 0 27px;
}
#coloring_nurie .btn a {
	width: 450px;
	font-size: 26px;
}
@media screen and (max-width: 700px) {
	#coloring .title-area_f .title {
		padding-bottom: 3vw;
	}
	#coloring .title-area_f .sub {
		line-height: 1.4;
	}
	#coloring_nurie {
		text-align: center;
		line-height: 0;
	}
	#coloring_nurie .btn {
		margin: 5.5vw 0 8vw;
	}
	#coloring_nurie .btn a {
		width: 300px;
		font-size: 1.4285714286rem;
	}
}

</pre></body></html>