/* -----------------------------------------------------------
   Base
----------------------------------------------------------- */
.renew2017 body {
    line-height: 1.857;
    color: #313131;
    font-size: 0.875em;
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  }
  
  .renew2017 a:link,
  .renew2017 a:visited {
    color: #0058a9;
    text-decoration: underline;
  }
  
  .renew2017 a:hover,
  .renew2017 a:focus {
    text-decoration: none;
  }
  
  /* >>.PCMS_RENEWAL-141::temporary solution. */
  header,
  footer {
    line-height: 1.857;
  }
  /* <<.PCMS_RENEWAL-141::temporary solution. */
  
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  
  /* -----------------------------------------------------------
     Layout
  ----------------------------------------------------------- */
  .str-header:focus {
    outline: none;
  }
  
  .str-header .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  
  .logo-product {
    margin: 15px 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
  }
  
  .logo-product img {
    width: 168px;
    line-height: 1;
    vertical-align: middle;
  }
  
  .str-headerbuttons {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .str-headerbuttons button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
/*
    border: 2px solid #666;
    width: 56px;
    height: 52px;
*/
    width: 48px;
    height: 45px;
    background: none;
    font-size: 1rem;
  }
  
  .str-headerbuttons .toggleform {
    margin-right: 10px;
  }
  
  .str-headerbuttons .togglegnav {
    position: relative;
  }
  
  .str-headerbuttons .togglegnav .inner .text::before,
  .str-headerbuttons .togglegnav .inner::before,
  .str-headerbuttons .togglegnav .inner::after {
    position: absolute;
    left: 15%;
    display: block;
    content: "";
    width: 70%;
    height: 4px;
    border-radius: 5px;
    background-color: #434343;
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
  }
  
  .str-headerbuttons .togglegnav .text {
    position: absolute;
    right: 0;
    /*bottom: 4px;*/
    bottom: 2.5px;
    left: 0;
    display: block;
    height: 14px;
    line-height: 1;
    text-align: center;
  }
  
  .str-headerbuttons .togglegnav[aria-expanded="false"] .text::before {
    opacity: 1;
  }
  
  .str-headerbuttons .togglegnav[aria-expanded="false"] .inner::before {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  
  .str-headerbuttons .togglegnav[aria-expanded="false"] .inner .text::before {
    top: -14px;
  }
  
  .str-headerbuttons .togglegnav[aria-expanded="true"] .text::before {
    opacity: 0;
  }
  
  .str-headerbuttons .togglegnav[aria-expanded="true"] .inner::before {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    transform: rotate(45deg) translateY(-6px) translateX(-6px);
  }
  
  .str-headerbuttons .togglegnav[aria-expanded="true"] .inner::after {
    -webkit-transform: rotate(-45deg) translateY(-6px) translateX(6px);
    transform: rotate(-45deg) translateY(-6px) translateX(6px);
  }
  
  .cmn-spheadersearch {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .cmn-spheadersearch input[type="search"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    padding: 7px 14px;
    border: 1px solid #86a0b7;
    border-radius: 3px;
    height: 36px;
    background-color: white;
    font-size: 1rem;
  }
  
  .cmn-spheadersearch input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 3%;
    padding: 8px 15px;
    height: 36px;
    border-width: 0;
    border-radius: 3px;
    background-color: #0058a9;
    color: #fff;
    line-height: 1;
    font-size: 1.143em;
  }
  
  .nav-global .categories {
    display: none;
  }
  
  .nav-utility {
    display: none;
  }
  
  .nav-pagetop {
    position: absolute;
    top: -35px;
    right: 0;
  }
  
  .nav-pagetop a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 34px 3px 8px;
    border-radius: 3px;
    width: 70px;
    height: 70px;
    line-height: 1.167;
    color: #fff;
    font-size: 0.857em;
    text-align: center;
    text-decoration: none;
  }
  
  .nav-pagetop a::before {
    position: absolute;
    top: 8px;
    left: 50%;
    display: block;
    content: "";
    margin-left: -12px;
    width: 25px;
    height: 21px;
    background: url(/common/images/2017/blt_pagetop.png) no-repeat left center;
    background-size: 50px auto;
  }
  
  .nav-pagetop a:link,
  .nav-pagetop a:visited {
    background-color: #0058a9;
    color: #fff;
    text-decoration: none;
  }
  
  .nav-pagetop a:hover,
  .nav-pagetop a:active,
  .nav-pagetop a:focus {
    background-color: #eaf1f4;
    color: #0058a9;
  }
  
  .nav-pagetop a:is(:active,:hover,:focus)::before {
    background-position: right center;
  }
  
  .lyt-contents-container {
    position: relative;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  
  .lyt-contents-container:before,
  .lyt-contents-container:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
  }
  
  .str-footer-sitemap {
    padding: 45px 0;
    background-color: #e9e4d1;
  }
  
  .str-footer-sitemap .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .str-footer-sitemap .columns .col {
    width: 100%;
  }
  
  .str-footer-sitemap .links {
    margin: 0;
  }
  
  .str-footer-sitemap .links a {
    color: #28333d;
  }
  
  .str-footer-sitemap .links > li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .str-footer-sitemap .links > li > a {
    font-weight: bold;
  }
  
  .str-footer-sitemap .links > li > ul {
    margin-left: 1em;
  }
  
  .str-footer-sitemap .links > li > ul > li {
    padding-left: 10px;
    background: url(/common/images/2017/blt_footer_sitemap.png) no-repeat 0 0.7em;
    background-size: 4px auto;
  }
  
  .str-footer-company {
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .str-footer-company .copyright {
    margin-right: auto;
  }
  
  .str-footer-company .banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .str-footer-company .powerdby {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  
  .str-footer-company .powerdby img {
    margin-left: 5px;
    width: 230px;
    line-height: 1;
  }
  
  .str-footer-company .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .str-footer-company .banner > li {
    margin-right: 30px;
  }
  
  .str-footer-company .banner > li:last-child {
    margin-right: 0;
  }
  
  .str-footer-company .banner img {
    line-height: 1;
    vertical-align: middle;
  }
  
  div#primary.as-lp {
      width: auto;
      margin-bottom: 70px;
  }
  
  @media only screen and (min-width: 770px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    float: left;
  }
  
  .col-sm-1{
    width: 8.33333%;
  }
  .col-sm-2{
    width: 16.66667%;
  }
  .col-sm-3{
    width: 25%;
  }
  .col-sm-4{
    width: 33.33333%;
  }
  .col-sm-5{
    width: 41.66667%;
  }
  .col-sm-6{
    width: 50%;
  }
  .col-sm-7{
    width: 58.33333%;
  }
  .col-sm-8{
    width: 66.66667%;
  }
  .col-sm-9{
    width: 75%;
  }
  .col-sm-10{
    width: 83.33333%;
  }
  .col-sm-11{
    width: 91.66667%;
  }
  .col-sm-12{
    width: 100%;
  }
  }
  
  /* -----------------------------------------------------------
     Modules
  ----------------------------------------------------------- */
  
  #special-info {
    margin: 1em;
    padding: 1em;
    text-align: center;
    font-weight: bold;
    background-color: #ffd4d1;
  }

  #special-info ul {
    margin: 0px 5%;
    text-align: left;
    list-style-type: disc;
  }
  
  #special-info a {
  color: #003663;
  }

  .top-news,
  body.inquiry .section.top-news,
  body.faq-main-index div.section.top-news {
    padding: 1em;
    margin: 1em auto;
    border: 4px solid #ffd4d1;
  }
  .top-news .line01 {
    padding-bottom: 0.2em;
    line-height: 1.6em;
    border: none;
  }
  .top-news .datetime {
    padding-right: 1em;
    text-align: right;
    font-weight: normal;
    white-space: nowrap
  }
  .top-news .important,
  .top-news .important a {
    font-weight: bold;
    color: #EA4335;
  }

  @media only screen and (min-width: 1040px), print {
    .top-news,
    body.inquiry .section.top-news,
    body.faq-main-index div.section.top-news {
      margin-left: auto;
      margin-right: auto;
      width: 1020px;
    }
  }
    @media only screen and (min-width: 770px) {
        .top-news {
            padding: 0.5em 1em;
        }
    }

    @media only screen and (max-width: 769px) {
        .top-news {
            padding: 0.2em 0.4em;
            margin: 0 0 0.5em 0;
            border-top: 4px solid #ffd4d1;
            border-bottom: 4px solid #ffd4d1;
            border-right: none;
            border-left: none;
            white-space: nowrap;
            overflow: scroll;
            font-size: 85%;
        }
    }

  .pcms-hero .hdg {
    font-size: 2.143em;
    font-weight: bold;
    color: #fff;
  }
  
  .cmn-section-01 {
    margin-bottom: 2.571em;
  }
  
  .cmn-hdg-01 {
    margin: 0 0 1.458em;
    padding: 6px 15px;
    background-color: #f3f3f3;
    font-size: 1.714em;
    font-weight: bold;
  }
  
  .cmn-hdg-02 {
    margin: 0 0 1.667em;
    padding: 3px 0;
    border-width: 0;
    border-bottom: 1px solid #a8a8a8;
    background: none;
    font-size: 1.286em;
    font-weight: bold;
  }
  
  .cmn-topicpath {
    margin: 1em 0;
  }
  
  .cmn-topicpath .separator {
    display: inline-block;
    margin: 0 7px;
  }

  @media only screen and (max-width: 769px) {
  
    .cmn-topicpath {
      margin-top: 0.65em;
      margin-bottom: 0.6em;
    }
    .cmn-topicpath .separator {
      margin: 0;
    }
  }
  
  .cmn-topicpath em {
    font-style: normal;
  }
  
  .cmn-links-01,
  .cmn-faqbox-01 .button,
  .cmn-link-01 {
    margin: 30px auto 40px;
  }
  
  .cmn-links-01 a,
  .cmn-faqbox-01 .button a,
  .cmn-link-01 a {
    padding: 7px 10px;
    border-radius: 3px;
    background-color: #0058a9;
    font-size: 1.429em;
    font-weight: bold;
    text-align: center;
  }
  
  .cmn-links-01 a::before,
  .cmn-faqbox-01 .button a::before,
  .cmn-link-01 a::before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    content: "";
    margin-right: 20px;
    width: 27px;
    height: 27px;
    background: url(/common/images/2017/blt_arrow_right_01_01.png) no-repeat left center;
    background-size: auto 27px;
    vertical-align: middle;
  }
  
  .cmn-links-01 a:link,
  .cmn-faqbox-01 .button a:link,
  .cmn-link-01 a:link,
  .cmn-links-01 a:visited,
  .cmn-faqbox-01 .button a:visited,
  .cmn-link-01 a:visited {
    color: #fff;
    text-decoration: none;
  }
  
  .cmn-links-01 a:hover,
  .cmn-faqbox-01 .button a:hover,
  .cmn-link-01 a:hover,
  .cmn-links-01 a:active,
  .cmn-faqbox-01 .button a:active,
  .cmn-link-01 a:active,
  .cmn-links-01 a:focus,
  .cmn-faqbox-01 .button a:focus,
  .cmn-link-01 a:focus {
    background-color: #eaf1f4;
    color: #0058a9;
  }
  
  .cmn-link-01 a:is(:active,:hover,:focus)::before,
  .cmn-links-01 a:is(:active,:hover,:focus)::before,
  .cmn-faqbox-01 .button a:is(:active,:hover,:focus)::before {
    background-position: right center;
  }
  
  .cmn-links-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .cmn-links-01 li {
    margin: 0 0 20px;
    width: 100%;
  }
  
  .cmn-links-01 a {
    display: block;
  }
  
  .cmn-links-01.back,
  .cmn-link-01.back
  {
    margin: 30px auto 40px !important;
  }
  .cmn-links-01.back.content-bottom,
  .cmn-link-01.back.content-bottom 
  {
    margin-top: 50px !important;
  }

  .cmn-link-01.back.content-bottom:before, 
  .cmn-link-01.back.content-bottom:after 
  {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }

  .cmn-links-01.vertical li:nth-child(2n+1):nth-last-child(-n+2),
  .cmn-links-01.vertical li:nth-child(2n+1):nth-last-child(-n+2) ~ li
  {
    margin-bottom: 1em;
    width: 100%;
  }

  .cmn-links-01.back a,
  .cmn-link-01.back a
  {
  background-color: #a6c5e1;
  width: auto;
  }
  .cmn-link-01.back a
  {
    padding-left: 88px;
    padding-right: 88px;
  }
  
  .cmn-links-01.back a:link,
  .cmn-link-01.back a:link,
  .cmn-links-01.back a:visited,
  .cmn-link-01.back a:visited {
  color: #002b52;
  }
  .cmn-links-01.back a:hover,
  .cmn-link-01.back a:hover {
  background-color: #002b52;
  }
  .cmn-links-01.back a:hover:link,
  .cmn-link-01.back a:hover:link,
  .cmn-links-01.back a:hover:visited,
  .cmn-link-01.back a:hover:visited {
  color: #a6c5e1;
  }
  
  .cmn-links-01.back a:before,
  .cmn-link-01.back a:before
  {
  background: url(/common/images/2017/blt_arrow_left_02_01.png) no-repeat left center;
  background-size: auto 27px;
  }
  .cmn-links-01.back a:hover:before,
  .cmn-link-01.back a:hover:before
  {
  background: url(/common/images/2017/blt_arrow_left_02_02.png) no-repeat left center;
  background-size: auto 27px;
  }
  
  .cmn-links-01.back .arrow-up a:before
  {
    transform: rotateZ(90deg);
  }

  .cmn-faqlist-01 > li {
    position: relative;
    padding-left: 35px;
  }
  
  .cmn-faqlist-01 > li:not(:last-child) {
    margin-bottom: 1em;
  }
  
  .cmn-faqlist-01 > li .marker-q {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: auto;
  }
  
  .cmn-faqbox-01 {
    position: relative;
    margin-bottom: 4.286em;
    padding: 12px 19px 20px;
    border: 5px solid #c3d7ea;
    border-radius: 3px;
  }
  
  .cmn-faqbox-01 .hdg {
    color: #083157;
    margin: 0 0 0.7em;
    font-size: 1.429em;
    font-weight: bold;
  }
  
  .cmn-faqbox-01 .list {
    margin: 0 auto;
    max-width: 790px;
  }
  
  .cmn-faqbox-01 .button {
    margin-bottom: 0;
    text-align: center;
  }
  
  .cmn-faqbox-01 .button a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  
  .cmn-link-01 {
    text-align: center;
  }
  
  .cmn-link-01 a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  
  .cmn-contact-01 {
    margin: 35px 0 0;
    padding: 40px 0 75px;
    background-color: #f9f7e7;
  }
  
  .home .cmn-contact-01 {
    margin-top: 0;
  }
  
  .cmn-contact-01 .middle {
    padding: 20px 0;
    background-color: #fff;
  }
  
  .cmn-contact-01 .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    width: 100%;
  }
  
  .cmn-contact-01 .col:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #a9b9c8;
  }
  
  .cmn-contact-01 .button {
    display: block;
    position: relative;
    margin-bottom: 17px;
    padding: 15px 10px 15px 90px;
    border-radius: 3px;
    color: #fff;
    font-size: 1.143em;
    text-decoration: none;
  }
  
  .cmn-contact-01 .button::before {
    position: absolute;
    top: 50%;
    left: 28px;
    display: block;
    content: "";
    width: 55px;
    height: 43px;
    margin: -22px 0 0 0;
  }
  
  .cmn-contact-01 .button:link,
  .cmn-contact-01 .button:visited {
    background-color: #0058a9;
    color: #fff;
    text-decoration: none;
  }
  
  .cmn-contact-01 .button:hover,
  .cmn-contact-01 .button:active,
  .cmn-contact-01 .button:focus {
    background-color: #eaf1f4;
    color: #0058a9;
  }
  
  .cmn-contact-01 .button.contact::before {
    background: url(/common/images/2017/icon_contact_02.png) no-repeat center center;
    background-size: 41px auto;
  }
  
  .cmn-contact-01 .button.material::before {
    background: url(/common/images/2017/icon_material.png) no-repeat center center;
    background-size: 55px auto;
  }
  
  .cmn-contact-01 .text {
    margin-bottom: 0;
    line-height: 1.429;
  }
  
  /* -----------------------------------------------------------
     Modules for Individual Pages
  ----------------------------------------------------------- */
  
  
  body.products-requirements .lyt-contents-container .cmn-section-01 .list {
    margin-left: 15px;
  }
  
  body.products-requirements .lyt-contents-container .cmn-section-01 .list dt {
    margin-bottom: 0.8em;
    padding-left: 12px;
    background: url(/common/images/icn_arw4.gif) no-repeat left center;
    font-size: 14px;
    font-weight: bold;
  }
  
  body.products-requirements .lyt-contents-container .cmn-section-01 .list dd {
    margin-bottom: 1em;
  }
  
  body.products-requirements .lyt-contents-container .cmn-section-01 ul {
      list-style-type: disc;
      padding-left: 2em;
  }
  
  .home-hdg-01 {
    margin-top: 0;
    margin-bottom: 0.625em;
    color: #083157;
    font-size: 1.714em;
    font-weight: bold;
  }
  
  .home-kv.js-kv a {
      text-decoration: none;
  }
  .main-Visual-01{
      background: url(/images/top-pcms_bg.jpg) no-repeat;
      height: 410px;
  }
  .main-Visual-txtleft img {
      margin: 0 auto;
  }
  .main-Visual-txtleft {
      text-align: center;
      padding-top: 150px;
      width: calc(100% - 20px);
      margin: 0 auto;
  }
  .main-Visual-01 p {
      color: #ffffff;
      font-size: 1.5em;
      font-weight: bold;
      margin-top: 26px;
  }
  li.main-Visual-02{
      background: url(/images/top-pcmscloud_bg.jpg) no-repeat;
      height: 410px;
  }
  .main-Visual-txtright {
      text-align: center;
      padding-top: 110px;
      width: calc(100% - 20px);
      margin: 0 auto;
  }
  .main-Visual-02 p {
      font-size:  1.5em;
      font-weight:  bold;
      color: #000000;
  }
  .home-kv {
/*
    background-color: #e8edf1;
*/
    text-align: center;
    height: auto;
  }
  
  .home-kv img {
    line-height: 1;
    vertical-align: middle;
  }

  .home-kv img.sp-kv {
    display: none;
  }
  @media only screen and (max-width: 769px) {
    .home-kv img.pc-kv {
      display: none;
    }
    .home-kv img.sp-kv {
      display: inline;
    }
  }

  .home-kv > ul {
    margin: 0 auto;
    max-width: 2000px;
  }
  
  .home-search {
    padding: 50px 0 40px;
  }
  
  .is-bxslider-enabled + .home-search {
    padding-top: 35px;
  }
  
  .home-search > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .home-search .form {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .home-search .form input[type="search"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #86a0b7;
    border-radius: 3px;
    height: 50px;
    background-color: white;
    font-size: 1rem;
  }
  
  .home-search .form button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 14px 20px 14px 15px;
    border-width: 0;
    border-radius: 3px;
    background-color: #0058a9;
    color: #fff;
    line-height: 1;
    font-size: 1.429em;
  }
  
  .home-search .form button[type="submit"]::before {
    position: relative;
    top: -3px;
    display: inline-block;
    content: "";
    margin-right: 16px;
    width: 21px;
    height: 20px;
    background: url(/common/images/2017/icon_search_02.png) no-repeat left center;
    background-size: 42px auto;
    line-height: 1;
    vertical-align: middle;
  }
  
  .home-search .form button[type="submit"]:hover,
  .home-search .form button[type="submit"]:active,
  .home-search .form button[type="submit"]:focus {
    background-color: #eaf1f4;
    color: #0058a9;
    cursor: pointer;
  }
  
  .home-search .form button[type="submit"]:hover::before,
  .home-search .form button[type="submit"]:active::before,
  .home-search .form button[type="submit"]:focus::before {
    background-position: right center;
  }
  
  .home-search .popularkw dt {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    padding: 9px 12px;
    background-color: #e5e5e5;
    line-height: 1;
  }
  
  .home-search .popularkw ul {
    padding-top: 4px;
  }
  
  .home-search .popularkw li {
    float: left;
    margin-right: 3.034%;
  }
  
  .home-appeal {
    margin-bottom: 30px;
    padding: 30px 0 60px;
    background-color: #f9f7e7;
  }
  
  .home-appeal .hdg {
    margin-bottom: 0.867em;
    line-height: 1.636;
    color: #083157;
    font-size: 1.571em;
    font-weight: bold;
    text-align: center;
  }
  
  .home-appeal .hdg strong {
    line-height: 1.588;
    font-size: 1.133em;
  }
  
  .home-appeal p {
    font-size: 1.143em;
  }
  
  .home-appeal p:not(:last-child) {
    margin-bottom: 1.25em;
  }
  
  .home-faqlist-container {
    margin-bottom: 60px;
  }
  
  .home-faqlist {
    font-size: 1.143em;
  }
  
  .home-works {
    margin-bottom: 55px;
  }
  
  .home-works .capture-frame {
      display: block;
      margin-bottom: 1em;
      max-height: 290px;
      overflow: hidden;
  }
  
  .home-works .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .home-works .list > li {
    width: 100%;
  }
  
  .home-works .list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  
  .home-works .list a {
    display: block;
    text-decoration: none;
  }
  
  .home-works .list a:link .catchcopy,
  .home-works .list a:visited .catchcopy {
    text-decoration: underline;
  }
  
  .home-works .list a:hover .catchcopy,
  .home-works .list a:active .catchcopy,
  .home-works .list a:focus .catchcopy {
    text-decoration: none;
  }
  
  .home-works .list .capture {
    display: block;
    margin-bottom: 1em;
  }
  
  .home-works .list .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0.714em;
  }
  
  .home-works .list .tags .tag {
    margin-right: 10px;
    padding: 7px 10px;
    line-height: 1;
    color: #fff;
    background-color: #083157;
  }
  
  .home-works .list .catchcopy {
    margin-bottom: 0.25em;
    line-height: 1.5;
    font-size: 1.143em;
    font-weight: bold;
    text-decoration: underline;
  }
  
  .home-works .list .client {
    line-height: 1.286;
  }
  
  .home-contentslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border-width: 7px 0;
    border-style: solid;
    border-color: #eaf1f4;
  }
  
  .home-contentslist > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  
  .home-contentslist > li a {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    text-decoration: none;
  }
  
  .home-contentslist > li a::before {
    display: block;
    content: "";
    margin: 0 auto 10px;
    width: 83px;
    height: 82px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .home-contentslist > li a:link,
  .home-contentslist > li a:active {
    color: #083157;
    text-decoration: none;
  }
  
  .home-contentslist > li a:hover,
  .home-contentslist > li a:active,
  .home-contentslist > li a:focus {
    background-color: #eaf1f4;
  }
  
  .home-contentslist > li a .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 2.75em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.375;
    font-size: 1.143em;
    text-align: center;
  }
  
  .home-contentslist > li.func a::before {
    background-image: url(/images/icon_func.png);
    background-size: 60px auto;
  }
  
  .home-contentslist > li.price a::before {
    background-image: url(/images/icon_price.png);
    background-size: 60px auto;
  }
  
  .home-contentslist > li.edition a::before {
    background-image: url(/images/icon_edition.png);
    background-size: 60px auto;
  }
  
  .home-contentslist > li.support a::before {
    background-image: url(/images/icon_support.png);
    background-size: 60px auto;
  }
  
  .home-entryblock {
    margin-bottom: 1.571em;
  }
  
  .home-entryblock-container {
    padding: 35px 0;
    background-color: #f9f7e7;
  }
  
  .home-entryblock .hdg {
    margin-bottom: 1em;
    padding: 2px 0;
    border-bottom: 3px solid #a9b9c8;
    color: #083157;
    font-size: 1.143em;
    font-weight: bold;
  }
  
  .home-entryblock .list {
    margin-bottom: 1.714em;
  }
  
  .home-entryblock .list .pubdate {
    display: block;
  }
  
  .home-entryblock .list > li:not(:last-child) {
    margin-bottom: 0.5em;
  }
  
  .home-entryblock .nav {
    margin-bottom: 1em;
    text-align: right;
  }
  
  .home-entryblock .nav a::before {
    display: inline-block;
    content: "";
    margin-right: 7px;
    width: 20px;
    height: 20px;
    background: url(/common/images/2017/blt_arrow_right_02.png) no-repeat left center;
    background-size: 20px auto;
    line-height: 1;
    vertical-align: middle;
  }
  
  .home-bannerlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .home-bannerlist-container {
    background-color: #f9f7e7;
  }
  
  .home-bannerlist > li {
    margin-bottom: 20px;
    width: 49%;
    text-align: center;
  }
  
  .home-bannerlist > li:nth-child(2n+1):nth-last-child(-n+2),
  .home-bannerlist > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  
  .home-bannerlist > li:not(:nth-child(2n)) {
    margin-right: 1.961%;
  }
  
  .home-bannerlist img {
    line-height: 1;
    vertical-align: middle;
  }
  
  .pcms-hero {
    background: #0058a9 url(/products/images/bg_index_01.jpg) no-repeat center center;
  }
  
  .pcms-hero img {
    line-height: 1;
    vertical-align: middle;
    width: 180px;
  }
  
  .pcms-localnav {
    margin: 0 0 17px;
    background-color: #a6c5e1;
  }
  
  .pcms-localnav > ul {
    text-align: center;
    padding: 10px 0;
  }
  
  .pcms-localnav > ul > li {
    display: inline-block;
    vertical-align: middle;
  }
  
  .pcms-localnav > ul a,
  .pcms-localnav > ul em {
    display: block;
    padding: 5px 2.35vw;
    color: #002b52;
    font-size: 1.143em;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  
  .pcms-localnav > ul a:link,
  .pcms-localnav > ul a:visited,
  .pcms-localnav > ul a:hover,
  .pcms-localnav > ul a:active,
  .pcms-localnav > ul a:focus {
    text-decoration: none;
  }
  
  .pcms-localnav > ul em {
    background-color: #fff;
    font-style: normal;
  }
  
  .pcms-package-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.429em;
    padding-bottom: 20px;
  }
  
  .pcms-package-01 > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #c7c1ac;
    width: 100%;
  }
  
  .pcms-package-01 > li::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    content: "";
    margin-left: -20px;
    width: 41px;
    height: 41px;
    background: url(/common/images/2017/blt_arrow_right_01_02.png);
    background-size: 41px 41px;
  }
  
  .pcms-package-01 a {
    display: block;
    padding: 8.636%;
    background-color: white;
  }
  
  .pcms-package-01 a:link,
  .pcms-package-01 a:visited,
  .pcms-package-01 a:hover,
  .pcms-package-01 a:active,
  .pcms-package-01 a:focus {
    color: #313131;
    text-decoration: none;
  }
  
  .pcms-package-01 .description {
    margin-bottom: 5px;
    line-height: 1.571;
  }
  
  .pcms-package-02 {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.429em;
    border: 1px solid #c7c1ac;
    padding-bottom: 7px;
    width: 100%;
  }
  
  .pcms-package-02::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    content: "";
    margin-left: -20px;
    width: 41px;
    height: 41px;
    background: url(/common/images/2017/blt_arrow_right_01_02.png);
    background-size: 41px 41px;
  }
  
  .pcms-package-02 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.866%;
  }
  
  .pcms-package-02 a:link,
  .pcms-package-02 a:visited,
  .pcms-package-02 a:hover,
  .pcms-package-02 a:active,
  .pcms-package-02 a:focus {
    color: #313131;
    text-decoration: none;
  }
  
  .pcms-package-02 .edition {
    display: block;
    margin-bottom: 10px;
  }
  
  .pcms-package-02 .edition img {
    line-height: 1;
    vertical-align: middle;
  }
  
  .pcms-package-02 .col {
    margin-bottom: 10px;
  }
  
  .pcms-package-02 .target {
    margin-bottom: 5px;
    font-size: 1.286em;
    font-weight: bold;
    text-align: center;
  }
  
  .pcms-package-02 .description {
    text-align: center;
  }
  
  .pcmsh-hero {
    padding: 35px 10px 25px;
    background: #0058a9 url(/products/images/bg_index_01.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
  }
  
  .pcmsh-hero h1 {
      color:#ffffff;
      font-size:1.86em;
      margin: 26px 0;
  }
  
  .pcmsh-hero img {
    line-height: 1;
  }
  
  .pcms-hero-features {
    background: #0058a9 url(/products/images/bg_features.jpg) no-repeat center center;
  }
  .pcms-hero-features .hdg {
      font-size: 2.143em;
      font-weight: bold;
      color: #fff;
  }
  .case-hero {
    padding: 15px 0;
    border-bottom: 5px solid #0058a9;
    background-image: url(/images/bg_case.png), -webkit-gradient(linear, left top, left bottom, from(#f4f5e3), to(rgba(255, 255, 255, 0)));
    background-image: url(/images/bg_case.png), linear-gradient(180deg, #f4f5e3 0%, rgba(255, 255, 255, 0) 100%);
    background-position: right top, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
  }
  
  .faq-hero {
    padding: 15px 0;
    border-bottom: 5px solid #0058a9;
    background-image: url(/images/bg_faq.png), -webkit-gradient(linear, left top, left bottom, from(#f4f5e3), to(rgba(255, 255, 255, 0)));
    background-image: url(/images/bg_faq.png), linear-gradient(180deg, #f4f5e3 0%, rgba(255, 255, 255, 0) 100%);
    background-position: right top, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
  }
  
  .partner-hero {
    padding: 15px 0;
    border-bottom: 5px solid #0058a9;
    background-image: url(/images/bg_partner.png), -webkit-gradient(linear, left top, left bottom, from(#f4f5e3), to(rgba(255, 255, 255, 0)));
    background-image: url(/images/bg_partner.png), linear-gradient(180deg, #f4f5e3 0%, rgba(255, 255, 255, 0) 100%);
    background-position: right top, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
  }
  
  .blog-hero {
    padding: 15px 0;
    border-bottom: 5px solid #0058a9;
    background-image: url(/images/bg_blog.png), -webkit-gradient(linear, left top, left bottom, from(#f4f5e3), to(rgba(255, 255, 255, 0)));
    background-image: url(/images/bg_blog.png), linear-gradient(180deg, #f4f5e3 0%, rgba(255, 255, 255, 0) 100%);
    background-position: right top, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
  }
  
  .search-hero {
    padding: 15px 0;
    border-bottom: 5px solid #0058a9;
    background-image: url(/images/bg_common.png), -webkit-gradient(linear, left top, left bottom, from(#f4f5e3), to(rgba(255, 255, 255, 0)));
    background-image: url(/images/bg_common.png), linear-gradient(180deg, #f4f5e3 0%, rgba(255, 255, 255, 0) 100%);
    background-position: right top, left top;
    background-repeat: repeat-y, no-repeat;
    /*background-size: cover, auto;*/
  }

  .faq.faq-entry div#primary .entry .meta {
    margin-bottom: 1em;
    }
    .faq.faq-entry div#primary .entry .categories h3 {
    color: #333;
    font-weight: bold;
    margin-bottom: 0.8em;
    padding-bottom: 0.2em;
    }
    .faq-entry div#primary div.entry .categories ul li:first-child {
    margin: 0;
    padding: 0;
    }
    .faq-entry div#primary div.entry .categories ul li {
    display: inline;
    margin: 0 0 0 .5em;
    padding: 0 0 0 1em;
    }

main div.inquiry {
    background-image: url(/images/bg_inquiry.png), -webkit-gradient(linear, left top, left bottom, from(#f4f5e3), to(rgba(255, 255, 255, 0)));
    background-image: url(/images/bg_inquiry.png), linear-gradient(180deg, #f4f5e3 0%, rgba(255, 255, 255, 0) 100%);
  }
  
  main div.support{
    background-image: url(/images/bg_support.png), -webkit-gradient(linear, left top, left bottom, from(#f4f5e3), to(rgba(255, 255, 255, 0)));
    background-image: url(/images/bg_support.png), linear-gradient(180deg, #f4f5e3 0%, rgba(255, 255, 255, 0) 100%);
  }
  
  .search-hero .hdg,
  .case-hero .hdg,
  .faq-hero .hdg,
  .partner-hero .hdg,
  .blog-hero .hdg{
    color: #0058a9;
    font-size: 1.857em;
    font-weight: bold;
  }
  
  .search-hero .hdg{
  text-shadow: 1px 1px 0 #f7f8ed, -1px 1px 0 #f7f8ed, 1px -1px 0 #f7f8ed, -1px -1px 0 #f7f8ed;
  }
  
  .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.85em;
  }
  
  .search-form input[type="search"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #86a0b7;
    border-radius: 3px;
    height: 50px;
    background-color: white;
    font-size: 1rem;
  }
  
  .search-form button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 14px 20px 14px 15px;
    border-width: 0;
    border-radius: 3px;
    background-color: #0058a9;
    color: #fff;
    line-height: 1;
    font-size: 1.429em;
  }
  
  .search-form button[type="submit"]::before {
    position: relative;
    top: -3px;
    display: inline-block;
    content: "";
    margin-right: 16px;
    width: 21px;
    height: 20px;
    background: url(/common/images/2017/icon_search_02.png) no-repeat left center;
    background-size: 42px auto;
    line-height: 1;
    vertical-align: middle;
  }
  
  .search-form button[type="submit"]:hover,
  .search-form button[type="submit"]:active,
  .search-form button[type="submit"]:focus {
    background-color: #eaf1f4;
    color: #0058a9;
    cursor: pointer;
  }
  
  .search-form button[type="submit"]:hover::before,
  .search-form button[type="submit"]:active::before,
  .search-form button[type="submit"]:focus::before {
    background-position: right center;
  }
  
  .search-results .item:not(:last-child) {
    margin-bottom: 1.429em;
  }
  
  .search-results .item .blogname {
    padding: 4px 7px;
    font-size:80%;
    line-height: 1;
    background-color: #f3f3f3;
  }
  
  .search-results .hdg {
    padding-bottom: 0;
    border-bottom-width: 0;
    font-size: 1.286em;
  }
  
  .search-results .matchtext {
    background-color: #fff883;
    font-style: normal;
    font-weight: bold;
  }
  
  .search-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.286em 0 2.857em;
  }
  
  .search-pagination.search-pagination_bottom {
    margin: 2.857em 0 5em;
  }
  
  .search-pagination .prev,
  .search-pagination .next {
    min-width: 5em;
    line-height: 1;
  }
  
  .search-pagination .prev {
    text-align: right
  }
  
  .search-pagination .prev .link,
  .search-pagination .next .link {
    background: none;
  }
  
  .search-pagination .prev .link::before {
    position: relative;
    top: -0.1em;
    display: inline-block;
    content: "";
    margin-right: 8px;
    width: 21px;
    height: 21px;
    background: url(/common/images/2017/blt_arrow_left_01.png) no-repeat left center;
    background-size: 42px auto;
    vertical-align: middle;
  }
  
  .search-pagination .prev a.link::before {
    background-position: right center;
  }
  
  .search-pagination .next .link::after {
    position: relative;
    top: -0.1em;
    display: inline-block;
    content: "";
    margin-left: 8px;
    width: 21px;
    height: 21px;
    background: url(/common/images/2017/blt_arrow_right_03.png) no-repeat left center;
    background-size: 42px auto;
    vertical-align: middle;
  }
  
  .search-pagination .next a.link::after {
    background-position: right center;
  }
  
  .search-pagination .pages {
    margin: 0 17px;
    padding: 7px;
    border-radius: 3px;
    background-color: #f9f7e7;
    line-height: 1;
  }
  
  .search-pagination .pages a,
  .search-pagination .pages em {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
    line-height: 1;
    font-style: normal;
  }
  
  .wysiwyg::after,
  .home-kv > ul::after,
  .home-search .popularkw ul::after {
    clear: both;
    display: block;
    content: "";
  }
  
  /* -----------------------------------------------------------
     Print
  ----------------------------------------------------------- */
  
  @media only screen and (min-width: 375px) {
    .logo-product img {
      width: 206px;
    }
  
    .cmn-contact-01 .button {
      padding: 24px 10px 24px 115px;
      font-size: 1.429em;
    }
  
    .pcms-package-01 > li {
      width: 49%;
    }
  
    .pcms-package-02 .target {
      font-size: 1.714em;
    }
  }
  
  @media only screen and (min-width: 480px) {
    .cmn-spheadersearch input[type="search"] {
      margin-bottom: 0;
    }
  
    .str-footer-sitemap .columns .col {
      width: 48%;
    }
  
    .cmn-section-01 {
      padding: 0 20px;
    }
  
    .cmn-hdg-01 {
      margin-right: -20px;
      margin-left: -20px;
      padding: 6px 30px;
    }
  
    .cmn-hdg-02 {
      margin-right: -10px;
      margin-left: -10px;
    }
  
    .cmn-contact-01 .col {
      padding: 10px 7.353%;
    }
  
    .home-search .form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .home-search .form input[type="search"] {
      margin-bottom: 0;
    }
  
    .home-search .form button[type="submit"] {
      margin-left: 3.371%;
    }
  
    .home-contentslist > li a .title {
      line-height: 1.3;
      font-size: 1.429em;
    }
  
    .search-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .search-form input[type="search"] {
      margin-bottom: 0;
    }
  
    .search-form button[type="submit"] {
      margin-left: 3.371%;
    }
  
    .search-pagination .prev,
    .search-pagination .next {
      font-size: 1.286em;
    }
  
    .search-pagination .pages {
      padding: 12px 7.843%;
    }
  
    .search-pagination .pages a,
    .search-pagination .pages em {
      font-size: 1.286em;
    }
  }
  
  @media only screen and (min-width: 480px), print {
    .home-works .list > li {
      width: 49%;
      max-width: 450px;
    }
  
    .home-works .list > li:not(:last-child) {
      margin-bottom: 0;
    }
  
    .home-contentslist > li a {
      padding: 25px 0 45px;
    }
  }
  
  @media only screen and (min-width: 520px), print {
    .str-footer-company .powerdby {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (min-width: 600px) {
    .str-footer-company {
      padding: 20px 30px;
    }
  
    .cmn-links-01 li {
      margin-right: 1%;
      margin-left: 1%;
      width: 48%;
    }
  
    .cmn-links-01 li:nth-child(2n+1):nth-last-child(-n+2),
    .cmn-links-01 li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
      margin-bottom: 0;
    }
  
    .cmn-faqbox-01 {
      padding-bottom: 50px;
    }
  
    .cmn-faqbox-01 .button {
      position: absolute;
      bottom: -2em;
      left: 50%;
      margin-top: 0;
      margin-left: -180px;
    }
  
    .cmn-faqbox-01 .button a {
      width: 360px;
    }
  
    .cmn-link-01 a {
      width: 46.154%;
    }
  
    .home-kv > ul > li {
      float: left;
      width: 50%;
    }
  
    .home-appeal .hdg {
      line-height: 1.667;
      font-size: 2.143em;
    }
  
    .home-appeal .hdg strong {
      line-height: 1.5;
      font-size: 1.6em;
    }
  }
  
  @media only screen and (min-width: 770px), print {
    .str-footer-sitemap .columns .col {
      width: 22%;
    }
  
    .str-footer-sitemap .columns .col:not(:last-child) {
      margin-right: 1.961%;
    }
  
    .cmn-lytcol-01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .cmn-lytcol-01 .size1of2 {
      width: 46.078%;
    }
  
    .cmn-links-01,
    .cmn-faqbox-01 .button,
    .cmn-link-01 {
      max-width: 82.979%;
    }
  
    .cmn-links-01 li {
      margin-right: 1.923%;
      margin-left: 1.923%;
      width: 46.154%;
    }
  
    .cmn-contact-01 .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #a9b9c8;
    }
  
    .cmn-contact-01 .col {
      width: calc(50% - 1px);
    }
  
    .cmn-contact-01 .col:first-child {
      margin-bottom: 0;
      margin-right: 1px;
      padding-bottom: 0;
      border-bottom-width: 0;
    }
  
    .cmn-contact-01 .col:last-child {
      margin-left: 1px;
    }
  
    .home-contentslist > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }
  
    .home-contentslist > li.func a::before {
      background-size: 165px auto;
    }
  
    .home-contentslist > li.price a::before {
      background-size: 87px auto;
    }
  
    .home-contentslist > li.edition a::before {
      background-size: 115px auto;
    }
  
    .home-contentslist > li.support a::before {
      background-size: 114px auto;
    }
  
    .pcms-package-01 > li {
      margin-bottom: 0;
      width: 21.569%;
    }
  
    .pcms-package-02 a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .pcms-package-02 .edition {
      margin-right: 10px;
      margin-bottom: 0;
      width: 44.99%;
      -ms-flex-negative: 1;
      flex-shrink: 1;
    }
  
    .pcms-package-02 .col {
      margin: 0 9.314%;
      width: 335px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
  }
  
  @media only screen and (min-width: 770px) {
    .nav-global .categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  
    .nav-global .categories > li:first-child {
      margin-right: 1px;
      width: calc(50% - 1px);
    }
  
    .nav-global .categories > li:last-child {
      width: 50%;
    }
  
    .nav-global .categories > li a {
      display: block;
      padding: 5px;
      font-size: 1.143em;
      text-align: center;
      text-decoration: none;
    }
  
    .nav-global .categories > li a:link,
    .nav-global .categories > li a:visited {
      background-color: #0058a9;
      color: #fff;
    }
  
    .nav-global .categories > li a:hover,
    .nav-global .categories > li a:active,
    .nav-global .categories > li a:focus {
      background-color: #eaf1f4;
      color: #0058a9;
      font-weight: bold;
    }
  
    .nav-global .links {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  
    .nav-global .links em a {
      background-color: #ffb400;
      color: #083157;
      font-weight: bold;
    }
  
    .nav-global .links em a::before,
    .nav-global .links em a::after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }
  
    .nav-global .links em a::after {
      border-color: rgba(255, 180, 0, 0);
      border-top-color: #ffb400;
      border-width: 9px;
      margin-left: -9px;
    }
  
    .nav-global .links em a::before {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 13px;
      margin-left: -13px;
    }
  
    .nav-global .links a {
      position: relative;
      display: block;
      padding: 8px 10px;
      border: 3px solid #fff;
      line-height: 1.429;
      color: #313131;
      text-decoration: none;
      text-align: center;
    }
  
    .nav-global .links a:hover,
    .nav-global .links a:active,
    .nav-global .links a:focus {
      background-color: #ffb400;
      color: #083157;
      font-weight: bold;
    }
  
    .nav-global .links a:hover::before,
    .nav-global .links a:hover::after,
    .nav-global .links a:active::before,
    .nav-global .links a:active::after,
    .nav-global .links a:focus::before,
    .nav-global .links a:focus::after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }
  
    .nav-global .links a:hover::after,
    .nav-global .links a:active::after,
    .nav-global .links a:focus::after {
      border-color: rgba(255, 180, 0, 0);
      border-top-color: #ffb400;
      border-width: 9px;
      margin-left: -9px;
    }
  
    .nav-global .links a:hover::before,
    .nav-global .links a:active::before,
    .nav-global .links a:focus::before {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 13px;
      margin-left: -13px;
    }
  
    .nav-global .links .software {
      width: 14.25%;
    }
  
    .nav-global .links .cloud {
      width: 22.167%;
    }
  
    .nav-global .links .options {
      width: 20%;
    }
  
    .nav-global .links .case {
      width: 13.25%;
    }
  
    .nav-global .links .faq {
      width: 17.167%;
    }
  
    .nav-global .links .partner {
      width: 13.167%;
    }
  
    .nav-utility {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  
    .nav-utility .group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }
  
    .nav-utility .group-02 {
      margin-bottom: 10px;
    }
  
    .nav-utility .links-01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: 15px;
    }
  
    .nav-utility .links-01 > li:first-child {
      margin-right: 25px;
    }
  
    .nav-utility .links-01 a {
      color: #313131;
      text-decoration: none;
    }
  
    .nav-utility .links-01 .contact a::before {
      display: inline-block;
      content: "";
      margin-right: 8px;
      width: 20px;
      height: 14px;
      background: url(/common/images/2017/icon_contact_01.png) no-repeat center center;
      background-size: 20px auto;
    }
  
    .nav-utility .links-01 .blog a::before {
      display: inline-block;
      content: "";
      margin-right: 8px;
      width: 18px;
      height: 17px;
      background: url(/common/images/2017/icon_blog.png) no-repeat center center;
      background-size: 18px auto;
    }
  
    .nav-utility .form-search {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 10px;
      padding: 0 10px;
      width: 185px;
      height: 48px;
      vertical-align: middle;
      border-radius: 0 0 3px 3px;
      background-color: #ebebeb;
    }
  
    .nav-utility .form-search input[type="search"] {
      margin-right: 5px;
      width: 140px;
      height: 48px;
      border-width: 0;
      background-color: #ebebeb;
      font-size: 1rem;
    }
  
    .nav-utility .form-search input[type="image"] {
      width: 19px;
      line-height: 1;
      vertical-align: middle;
    }
  
    .nav-utility .links-02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }
  
    .nav-utility .links-02 > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
    }
  
    .nav-utility .links-02 > li:first-child {
      margin-right: 10px;
    }
  
    .nav-utility .links-02 .login a,
    .nav-utility .links-02 .buy a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      height: 48px;
      border-radius: 0 0 3px 3px;
      font-size: 1.143em;
      text-decoration: none;
      text-align: center;
    }
  
    .nav-utility .links-02 .login a::before,
    .nav-utility .links-02 .buy a::before {
      display: inline-block;
      content: "";
    }
  
    .nav-utility .links-02 .login a {
      padding: 13px 16px 14px;
      background-color: #d4eaff;
      line-height: 1;
      color: #0058a9;
    }
  
    .nav-utility .links-02 .login a::before {
      margin-right: 14px;
      width: 15px;
      height: 18px;
      background: url(/common/images/2017/icon_login.png) no-repeat left center;
      background-size: 30px auto;
    }
  
    .nav-utility .links-02 .login a:hover,
    .nav-utility .links-02 .login a:active,
    .nav-utility .links-02 .login a:focus {
      background-color: #0058a9;
      color: #fff;
    }
  
    .nav-utility .links-02 .login a:is(:active,:hover,:focus)::before {
      background-position: right center;
    }
  
    .nav-utility .links-02 .buy a {
      padding: 15px 10px;
      width: 180px;
      background-color: #0058a9;
      line-height: 1;
      color: #fff;
    }
  
    .nav-utility .links-02 .buy a::before {
      margin-right: 12px;
      width: 21px;
      height: 16px;
      background: url(/common/images/2017/icon_buy.png) no-repeat left center;
      background-size: 42px auto;
    }
  
    .nav-utility .links-02 .buy a:hover,
    .nav-utility .links-02 .buy a:active,
    .nav-utility .links-02 .buy a:focus {
      background-color: #eaf1f4;
      color: #0058a9;
    }

    .nav-utility .links-02 .buy a:is(:active,:hover,:focus)::before {
      background-position: right center;
    }
  
    .nav-pagetop {
      right: 40px;
    }
  
    .cmn-section-01 {
      padding: 0 40px;
    }
  
    .cmn-hdg-01 {
      margin-right: -40px;
      margin-left: -40px;
    }
  
    .home-search > div {
      padding: 0 5.417%;
    }
  
    .home-search .popularkw {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .home-contentslist > li a::before {
      width: 165px;
      height: 164px;
    }
  
    .home-bannerlist > li {
      width: 23.529%;
    }
  
    .home-bannerlist > li:nth-child(4n+1):nth-last-child(-n+4),
    .home-bannerlist > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
      margin-bottom: 0;
    }
  
    .home-bannerlist > li:not(:nth-child(4n)) {
      margin-right: 1.961%;
    }
  
    .pcms-hero {
      padding: 39px 0;
    }
  
    .pcms-hero img {
      margin-left: 10vw;
      width: 359px;
    }
    .pcms-hero-features {
      padding: 39px 0;
    }
    .pcms-localnav > ul {
      padding: 0;
    }
  
    .pcms-localnav > ul a,
    .pcms-localnav > ul em {
      padding: 10px 2.35vw;
      font-size: 1.286em;
    }
  
    .pcms-localnav > ul em {
      position: relative;
      top: 9px;
      padding-top: 5px;
    }
  
  .search-hero,
  .case-hero,
  .faq-hero,
  .partner-hero,
  .blog-hero {
      padding: 39px 0;
    }
  
  
  .search-hero .hdg,
  .case-hero .hdg,
  .faq-hero .hdg,
  .partner-hero .hdg,
  .blog-hero .hdg {
    font-size: 2.143em;
  }
  
    .search-form {
      padding: 0 20px;
    }
    }
  
  @media only screen and (min-width: 840px) {
  /*  .search-hero,*/
  .case-hero,
  .faq-hero,
  .partner-hero,
  .blog-hero {
      background-size: contain, auto;
    }
  }
  
  @media only screen and (min-width: 880px) {
    .str-header .head {
      padding: 0 30px;
    }
  
    .nav-global .links a {
      line-height: 1.5;
      font-size: 1.143em;
    }
  }
  
  @media only screen and (min-width: 880px), print {
    .str-footer-company {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .str-footer-company .banner-container {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (min-width: 1040px), print {
    .lyt-contents-container {
      margin: 0 auto;
      width: 1020px;
    }
  }
  
  @media only screen and (min-width: 1120px) {
    .nav-utility {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      height: 48px;
    }
  
    .nav-utility .group-02 {
      margin-bottom: 0;
    }
  
    .nav-utility .links-01 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  
    .home-hdg-01 {
      margin-left: -40px;
    }
  }
  
  @media only screen and (max-width: 769px) {
    .cmn-link-01.back a
    {
      padding-left: 1em;
      padding-right: 1em;
    }
  }
  
  @media only screen and (max-width: 769px) {
    .nav-global .links {
/*
      border: 3px solid #aaa;
*/
      border-top: 3px solid #aaa;
      border-bottom: 3px solid #aaa;
      font-size: 1.143em;
    }
  
    .nav-global .links > li:not(:last-child) {
      border-bottom: 1px solid #ccc;
    }
  
    .nav-global .links > li:not(.login):not(.buy) a {
      display: block;
      padding: 6px 10px;
      text-decoration: none;
    }
  
    .nav-global .links > li.contact a::before {
      display: inline-block;
      content: "";
      margin-right: 8px;
      width: 20px;
      height: 14px;
      background: url(/common/images/2017/icon_contact_01.png) no-repeat center center;
      background-size: 20px auto;
    }
  
    .nav-global .links > li.blog a::before {
      display: inline-block;
      content: "";
      margin-right: 8px;
      width: 18px;
      height: 17px;
      background: url(/common/images/2017/icon_blog.png) no-repeat center center;
      background-size: 18px auto;
    }
  
    .nav-global .links > li.login,
    .nav-global .links > li.buy {
      padding: 6px 10px;
      text-align: center;
    }
  
    .nav-global .links > li.login a,
    .nav-global .links > li.buy a {
      display: inline-block;
      border-radius: 3px;
      text-decoration: none;
    }
  
    .nav-global .links > li.login a::before,
    .nav-global .links > li.buy a::before {
      display: inline-block;
      content: "";
    }
  
    .nav-global .links > li.login a {
      padding: 13px 16px 14px;
      background-color: #d4eaff;
      line-height: 1;
      color: #0058a9;
    }
  
    .nav-global .links > li.login a::before {
      margin-right: 14px;
      width: 15px;
      height: 18px;
      background: url(/common/images/2017/icon_login.png) no-repeat left center;
      background-size: 30px auto;
    }
  
    .nav-global .links > li.login a:hover,
    .nav-global .links > li.login a:active,
    .nav-global .links > li.login a:focus {
      background-color: #0058a9;
      color: #fff;
    }
  
    .nav-global .links > li.login a:hover::before,
    .nav-global .links > li.login a:active::before,
    .nav-global .links > li.login a:focus::before {
      background-position: right center;
    }
  
    .nav-global .links > li.buy a {
      padding: 15px 10px;
      width: 180px;
      background-color: #0058a9;
      line-height: 1;
      color: #fff;
    }
  
    .nav-global .links > li.buy a::before {
      margin-right: 12px;
      width: 21px;
      height: 16px;
      background: url(/common/images/2017/icon_buy.png) no-repeat left center;
      background-size: 42px auto;
    }
  
    .nav-global .links > li.buy a:hover,
    .nav-global .links > li.buy a:active,
    .nav-global .links > li.buy a:focus {
      background-color: #eaf1f4;
      color: #0058a9;
    }
  
    .nav-global .links > li.buy a:hover::before,
    .nav-global .links > li.buy a:active::before,
    .nav-global .links > li.buy a:focus::before {
      background-position: right center;
    }
  }
  
  @media print {
    .nav-global,
    .nav-utility,
    .nav-pagetop,
    .str-footer-sitemap,
    .home-kv,
    .home-search {
      display: none;
    }
  
    body {
      color: #000;
    }
  
    .cmn-link-01 a,
    .cmn-links-01 a {
      border: 1px solid #000;
      background-color: #fff;
    }
  
    .cmn-link-01 a::before,
    .cmn-links-01 a::before {
      display: none;
    }
  
    .cmn-link-01 a:link,
    .cmn-link-01 a:visited,
    .cmn-links-01 a:link,
    .cmn-links-01 a:visited {
      color: #000;
    }
  
    .cmn-contact-01,
    .home-entryblock-container,
    .home-bannerlist-container {
      background-color: #fff;
    }
  }
  
  /*# sourceMappingURL=2017_master.css.map */