@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .HeaderBody {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px 0 40px;
    /*! background: #fff9; */
  }
  
  /* ----- header-identity ----- */
  .header-identity {
    width: 300px;
    padding: 30px 0;
  }
  
  /* ----- header-utility ----- */
  .header-utility {
    position: relative;
    width: 90px;
    padding: 0 20px 0 20px;
  }
  .header-utility::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 1px;
    height: 15px;
    margin-top: -8px;
    background-color: #666;
  }
  .header-utility_list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header-utility_access {
    margin-left: 20px;
  }
  .header-utility_access,
  .header-utility_catalog {
    position: relative;
  }
  .header-utility_access_link,
  .header-utility_catalog_link {
    display: block;
    padding-bottom: 8px;
    color: #333;
    line-height: 82px;
  }
  .header-utility_access_link:hover,
  .header-utility_catalog_link:visited,
  .header-utility_catalog_link:hover {
    color: #333;
  }
  .header-utility_global {
    position: relative;
    margin-left: 20px;
    padding-bottom: 8px;
  }
  .header-utility_search {
    margin-left: 8px;
    padding-bottom: 8px;
  }
  .header-utility_global_link,
  .header-utility_search_link {
    position: relative;
    display: block;
    width: 50px;
    height: 82px;
  }
  a.header-utility_global_link{
    color: #000000;
  }
  .header-utility_global_link:hover,
  .header-utility_search_link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
  }
  .header-utility_global_label,
  .header-utility_search_label {
    display: block;
    width: 50px;
    height: 82px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .header-utility_global_label {
    overflow: visible;
    font-size: 1.0rem;
    
    text-indent: inherit;
    padding: 52px 0 0 6px;
  }
  .header-utility_global_label::before,
  .header-utility_search_label::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/com_sprite01.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .header-utility_global_label::before {
    background-position: -120px 0;
  }
  .header-utility_search_label::before {
    background-position: -160px 0;
  }
  .header-access,
  .header-global {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
  }
  .header-access {
    width: 280px;
    margin-left: -140px;
  }
  .header-global {
    width: 200px;
    margin-left: -100px;
  }
  .header-access_inner,
  .header-global_inner {
    background-color: #d9e0e4;
  }
  .header-access_inner::after,
  .header-global_inner::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(217, 224, 228, 0);
    border-bottom-color: #d9e0e4;
    border-width: 10px;
    pointer-events: none;
  }
  .header-access-list_item,
  .header-global-list_item {
    position: relative;
    line-height: 1.4;
  }
  .header-access-list_item::before,
  .header-global-list_item::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: 0 auto;
    background-color: #ecf0f2;
  }
  .header-access-list_item:first-child::before,
  .header-global-list_item:first-child::before {
    display: none;
  }
  .header-access-list_link,
  .header-global-list_link {
    display: block;
    padding: 15px;
    font-size: 1.7rem;
    color: #333;
    text-align: center;
  }
  .header-access-list_link:hover,
  .header-global-list_link:hover,
  .header-access-list_link:visited,
  .header-global-list_link:visited {
    color: #333;
  }
  .header-access-list_label {
    display: inline-block;
  }
  .header-access-list_label br {
    display: none;
  }
  .header-access-list_label::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 10px;
    background: url(../img/com_sprite01.png) no-repeat 0 0;
    vertical-align: -1px;
  }
  a.header-utility_sample_link {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin-left: 30px;
    padding-top: 40px;
    background-color: #333;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }
  .header-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(217, 224, 228, .8);
    z-index: 2000;
  }
  .header-search_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
  }
  .header-site-search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-site-search_input {
    width: 1100px;
    height: 61px;
    padding: 0 20px;
    background-color: #ecf0f2;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 2.0rem;
    outline: none;
  }
  .header-site-search_submit-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 0 0 20px;
    cursor: pointer;
  }
  .header-site-search_submit-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(../img/com_sprite01.png) no-repeat -80px -80px;
    cursor: pointer;
    pointer-events: none;
  }
  .header-site-search_submit {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    font-size: 0;
    cursor: pointer;
    outline: none;
  }
  .header-search_block-v2 {
    margin-top: 50px;
  }
  .header-search_close_link {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #333;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
  }
  .header-search_close_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: -9px 0 0 -9px;
    background: url(../img/com_sprite01.png) no-repeat -120px -80px;
    cursor: pointer;
  }
  .header-utility_sample_link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
  }
  .header-utility_sample_label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background: url(../img/com_sprite01.png) no-repeat -200px 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .header-utility_menu_link {
    display: none;
  }
  
  /* is-header-v2 */
  .is-header-v2 a.gnav-list_link,
  .is-header-v2 .header-utility_access_link,
  .is-header-v2 .header-utility_catalog_link,
  .is-header-v2 a.header-utility_global_link{
    color: #fff;
  }
  .is-header-v2 .header-utility::before{
    background-color: #fff;
  }
  .is-header-v2 .header-utility_global_label::before {
    background-position: -80px -200px;
  }
  .is-header-v2 .header-utility_search_label::before {
    background-position: -120px -200px;
  }
  
  /* home-scroll-header */
  .home-scroll-header {
    background-color: #fff !important;
  }
  .home-scroll-header a.gnav-list_link,
  .home-scroll-header .header-utility_access_link,
  .home-scroll-header .header-utility_catalog_link,
  .home-scroll-header a.header-utility_global_link{
    color: #333 !important;
  }
  .home-scroll-header .header-utility_global_label::before {
    background-position: -120px 0;
  }
  .home-scroll-header .header-utility_search_label::before {
    background-position: -160px 0;
  }
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .Gnav {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-align-items: center;
    align-items: center;
    /*! height: 112px; */
    padding: 10px 0px;
    width: calc(100% - 440px);
  }
  
  /* ----- gnav-list ----- */
  .gnav-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 25px;
  }
  a.gnav-list_link {
    position: relative;
    display: block;
    padding: 0 20px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
  }
  .is-show-child .gnav-list_link,
  .gnav-list_link:hover,
  .header-utility_global_link:hover{
    color: #666666;
    text-decoration: none;
  }
  .gnav-list_label {
    position: relative;
    display: block;
    padding: 8px 0 15px;
    font-size: 1.7rem;
  }
  .gnav-list_link .gnav-list_label::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: background-color .1s ease-out 0s;
    transition: background-color .1s ease-out 0s;
  }
  .is-show-child .gnav-list_link .gnav-list_label::before,
  .gnav-list_link:hover .gnav-list_label::before {
    /*! background-color: #ef7c0f; */
  }
  
  /* ------------------------------------------------------
   * MegaDrop
  ------------------------------------------------------ */
  .MegaDrop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #333;
    border-top: 1px solid #ddd;
  }
  .MegaDropBody {
    position: relative;
    padding: 0 20px;
  }
  
  /* ----- megadrop-block ----- */
  .megadrop-block {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 50px 20px 65px;
    background-color: #333;
  }
  .megadrop-block_inner {
    width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  [data-megadrop-row]:not([data-megadrop-row="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  [data-megadrop-category="corporate"] [data-megadrop-row]:not([data-megadrop-row="1"]) {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  [data-megadrop-row] > * {
    margin-left: 36px;
  }
  [data-megadrop-row="1"] > *:first-child,
  [data-megadrop-row="2"] > *:nth-child(-n+2),
  [data-megadrop-row="3"] > *:nth-child(-n+3),
  [data-megadrop-row="4"] > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
  [data-megadrop-row="1"] > *,
  [data-megadrop-row="1-2"] > *:first-child,
  [data-megadrop-row="2"] > *:nth-child(2n+1),
  [data-megadrop-row="3"] > *:nth-child(3n+1),
  [data-megadrop-row="4"] > *:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  [data-megadrop-row="2"] > * { width: calc((100% -  36px) / 2); }
  [data-megadrop-row="3"] > *,
  [data-megadrop-row="1-2"] > *:first-child { width: calc((100% -  72px) / 3); }
  [data-megadrop-row="1-2"] > *:nth-child(2) { width: 788px; }
  [data-megadrop-row="4"] > * { width: calc((100% - 108px) / 4); }
  
  .megadrop-block_title,
  .megadrop-block_title > a,
  .megadrop-block .pickup_title .pickup_mark{
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.4;
  }
  .megadrop-block_title > a,
  .megadrop-block .pickup_title .pickup_mark{
    position: relative;
    display: inline-block;
    padding-left: 42px;
  }
  .megadrop-block_title > a::before,
    .megadrop-block_title .pickup_title :before,
    .megadrop-block .pickup_title .pickup_mark:before{
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat 0 -80px;
  }
  .megadrop-block_title + *{
    margin-top: 30px;
  }
  .megadrop-block_column_item {
    position: relative;
    background-color: #fff;
  }
  .megadrop-block_column_label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, .85);
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
  }
  [data-megadrop-category="technology"] .megadrop-block_list .megadrop-block_list {
    padding-left: 102px;
  }
  [data-megadrop-category="corporate"] .megadrop-block_list .megadrop-block_list {
    padding-left: 206px;
  }
  [data-megadrop-category="corporate"] .megadrop-block_list .megadrop-block_list {
    padding-top: 36px;
  }
  .megadrop-block_list_item {
    margin-top: 18px;
  }
  .megadrop-block_list_item > a {
    font-size: 1.8rem;
    color: #fff;
  }
    .megadrop-block .pickup_title {
      width:100%;
      color: #fff;
      font-weight: bold;
      font-size: 2.2rem;
      margin-left: 0;
    }
  .megadrop-block .pickup_detail {
      width:100%;
      color: #fff;
      font-size: 1.8rem;
    }
  /* catalog-layout */
  .catalog-layout {
    display: -webkit-flex;
    display: flex;
  }
  .catalog-layout_detail {
    width: 788px;
  }
  .catalog-layout_download {
    overflow: hidden;
    width: 376px;
    height: 300px;
    margin-left: 36px;
    background-color: #fff;
  }
  .catalog-layout_download_block {
    display: block;
    padding-top: 30px;
    background-color: #f9f9f9;
    color: #333;
    text-decoration: none;
  }
  a.catalog-layout_download_block {
    color: #333;
  }
  a.catalog-layout_download_block:hover {
    opacity: .9;
    color: #333;
    text-decoration: none;
  }
  .catalog-layout_title {
    text-align: center;
    line-height: 1.2;
  }
  .catalog-layout_title_label {
    display: block;
    font-size: 1.8rem;
  }
  .catalog-layout_title_label-v2 {
    display: block;
    font-weight: 700;
    font-size: 2.1rem;
  }
  .catalog-layout_image {
    margin-top: 18px;
    text-align: center;
  }
  .catalog-layout_image > figure {
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }
  
  /* megadrop-support */
  .megadrop-support-faq {
    margin-top: 36px;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
  .megadrop-support-faq_title {
    font-weight: 700;
    font-size: 2.1rem;
    color: #fff;
    line-height: 1.4;
  }
  .megadrop-support-faq_list {
    margin-top: 25px;
  }
  .megadrop-support-faq_list_item {
    margin-top: 10px;
  }
  .megadrop-support-faq_list_item:first-child {
    margin-top: 0;
  }
  .megadrop-support-faq_list_item > a {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.4;
  }
  .megadrop-support-faq_list_item > a::before {
    content: "";
    position: absolute;
    top: -.1em;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/com_sprite01.png) no-repeat -120px -40px;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    padding-top: 114px;
  }
  .Main[data-sidebar="true"] {
    position: relative;
    min-width: 1280px;
  }
  .Main[data-sidebar="false"] {
    min-width: 1280px;
  }
  .Main[data-main-wide="true"] {
    min-width: 1680px;
  }
  .MainBody {
    overflow: hidden;
    /*! padding-top: 50px; */
  }
  [data-motif="true"].MainBody {
    background: url(../img/com_bg01.png) no-repeat 100% 20px;
  }
  
  /* ----- pageGuide ----- */
  .pageGuide {
    min-width: 1280px;
    max-width: 1520px;
    margin: 0 auto;
    padding: 15px 40px;
  }
  
  /* breadcrumbs */
  .breadcrumbs > li {
    position: relative;
    float: left;
    padding: 0 13px 0 20px;
    line-height: 1.4;
  }
  .breadcrumbs > li::before {
    content: ">";
    position: absolute;
    top: .1em;
    left: 0;
    display: block;
    font-weight: normal !important;
    vertical-align: middle;
    line-height: 1;
  }
  .breadcrumbs > li:first-child {
    padding-left: 24px;
  }
  .breadcrumbs > li:first-child::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/com_sprite01.png) no-repeat -160px -40px;
  }
  .breadcrumbs > li > a {
    text-decoration: underline;
  }
  .breadcrumbs > li > a:hover {
    text-decoration: none;
  }
  
  /* ----- pageHead ----- */
  .pageHead {
    margin: 0 auto;
    padding: 0 20px;
  }
  [data-sidebar="true"] .pageHead {
    width: 1280px;
  }
  [data-sidebar="false"] .pageHead {
    min-width: 1280px;
  }
  [data-main-wide="true"] .pageHead {
    min-width: 1680px;
  }
  .Main .pageHead[data-heading-layout="true"] {
    min-width: 100%;
    background: white;
    padding: 40px 0px;
  }
  
  /* ----- container ----- */
  .container {
    margin: 0px auto;
    padding: 0 20px;
  }
  .container[data-wide="true"] {
    width: 100% !important;
    padding: 0 0 90px;
  }
  [data-sidebar="true"] .container {
    width: 1280px;
  }
  [data-sidebar="false"] .container {
    width: 1440px;
  }
  [data-main-wide="true"] .container {
    width: 1680px;
  }
  /* contents */
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [data-sidebar="true"] .contents {
    max-width: 1200px;
  }
  /* sidebar */
  .sidebar {
    position: absolute;
    top: 114px;
    left: 100%;
    margin-left: -240px;
    z-index: 500;
  }
  [data-sidebar="true"] .sidebar {
    width: 240px;
  }
  .nav_head_block {
    display: block;
    padding: 20px 10px;
    background-color: #333;
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.4;
    text-align: center;
  }
  a.nav_head_block {
    color: #fff;
  }
  a.nav_head_block:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
  }
  .sidebar-nav {
    background-color: rgba(255, 255, 255, .85);
  }
  .nav_category.stage1 > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.4;
  }
  .nav_category.stage2 > li > a {
    display: block;
    padding: 15px 20px 15px 35px;
    border-bottom: 1px solid #eee;
    color: #333;
    line-height: 1.4;
  }
  .nav_category.stage3 > li > a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 60px;
    border-bottom: 1px solid #eee;
    color: #333;
    line-height: 1.4;
  }
  .nav_category.stage3 > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    display: block;
    width: 10px;
    height: 1px;
    margin-top: -1px;
    background-color: #666;
  }
  .nav_category.stage3 > .is-current > a::before {
    display: none;
  }
  .nav_category.stage1 > li > a:hover,
  .nav_category.stage2 > li > a:hover,
  .nav_category.stage3 > li > a:hover {
    background-color: rgba(248, 249, 250, .85);
    text-decoration: none;
  }
  .nav_category.stage1 > .is-current > a,
  .nav_category.stage1 > .is-open > a,
  .nav_category.stage2 > .is-current > a,
  .nav_category.stage2 > .is-open > a,
  .nav_category.stage3 > .is-current > a,
  .nav_category.stage3 > .is-open > a {
    background-color: #f8f9fa;
    font-weight: 700;
  }
  
  /* product-nav */
  .product-nav {
    margin-top: 18px;
    padding: 20px 20px 25px;
    background-color: #d9e0e4;
    border-bottom: 5px solid #333;
  }
  .product-nav_head {
    font-weight: 700;
    font-size: 2.2rem;
    color: #333;
    line-height: 1.4;
    text-align: center;
  }
  .product-nav-search {
    margin-top: 15px;
  }
  .product-nav-search_inner {
    background-color: #ecf0f2;
    border-bottom: 1px solid #fff;
  }
  .product-nav-search_form {
    display: -webkit-flex;
    display: flex;
  }
  .product-nav-search_input,
  .product-nav-search_submit {
    background: none;
    border: none;
    outline: none;
  }
  .product-nav-search_input {
    width: calc(100% - 40px);
  }
  .product-nav-search_submit-wrap {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .product-nav-search_submit-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    background: url(../img/com_sprite01.png) no-repeat -168px -6px;
    cursor: pointer;
    pointer-events: none;
  }
  .product-nav-search_input {
    padding-left: 10px;
  }
  .product-nav-search_submit {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    cursor: pointer;
    outline: none;
  }
  .product-nav-button-wrap {
    margin-top: 20px;
  }
  .product-nav-button_item {
    margin-top: 10px;
  }
  .product-nav-button_item:first-child {
    margin-top: 0;
  }
  .product-nav-button_link {
    position: relative;
    display: block;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
  }
  a.product-nav-button_link {
    color: #333;
  }
  a.product-nav-button_link:hover {
    background-color: #f2963b;
    color: #fff;
    text-decoration: none;
  }
  .product-nav-button_link::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: solid 9px #ccc;
    border-right: solid 9px #d9e0e4;
    border-bottom: solid 9px #d9e0e4;
    border-left: solid 9px #ccc;
    border-radius: 9px 0 0 0;
  }
  .product-nav-text-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  .product-nav-text_item {
    margin-top: 10px;
  }
  .product-nav-text_item:first-child {
    margin-top: 0;
  }
  a.product-nav-text_link {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.2;
  }
  .product-nav-text_link:hover {
    color: #333;
  }
  .product-nav-text_link::before {
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -40px -80px;
  }
  /* yupogreen */
  .yupogreen_contents .heading-lv1{
      margin-top: 50px;
  }
  .yupogreen_contents p{
      margin-top: 15px !important;
  }
  .yupogreen_contents .column-layout{
      margin-top: 20px;
  }
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  .assist-local-nav {
    padding: 30px;
    background-color: #f3f3f3;
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    min-width: 1280px;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .footer-sitemap {
    display: -webkit-flex;
    display: flex;
    padding: 65px 0 75px;
    border-top: 1px solid #ddd;
  }
  .footer-sitemap-block {
    margin-right: 20px;
  }
  .footer-sitemap-block.wx dd{text-align: center}
  .footer-sitemap-block:first-child {width: 25%;}
  .footer-sitemap-block:nth-child(2) {width: 35%;}
  .footer-sitemap-block:nth-child(3) {width: 10%;}
  .footer-sitemap-block:nth-child(4){width: 10%;}
  .footer-sitemap-block:nth-child(5){width: 12%;margin-right: 0px;}

  .footer-sitemap-block dd{/*! text-align: center; */}
  .footer-sitemap-block dd img{height: 120px;max-width: auto !important;}
  .footer-sitemap-block_link > a {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.4;
  }
  .footer-sitemap-block_link > a:hover {
    color: #333;
  }
  .footer-sitemap-block_link > a::before {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -40px -80px;
  }
  .footer-sitemap-block_link + *,
  .footer-sitemap-block_link + .footer-sitemap-block_link-v2 {
    margin-top: 20px !important;
  }
  .footer-sitemap-block_link-v2 {
    margin-top: 8px;
  }
  .footer-sitemap-block_link-v2 > a {
    display: inline-block;
    padding-left: 42px;
    font-size: 1.7rem;
    color: #333;
    line-height: 1.4;
  }
  .footer-sitemap-block_link-v2 > a:hover {
    color: #333;
  }
  
  /* ----- FooterBody ----- */
  .FooterBody {
    padding: 40px 0;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
  }
  .footer-link-list {
    float: left;
    display: -webkit-flex;
    display: flex;
  }
  .footer-link-list > li {
    margin-left: 36px;
  }
  .footer-link-list > li:first-child {
    margin-left: 0;
  }
  .footer-link-list > li > a {
    display: inline-block;
    font-size: 1.7rem;
    color: #333;
    line-height: 1.4;
  }
  .footer-copyright {
    float: right;
    font-size: 1.6rem;
    margin-left: auto;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 500;
  }
  .Pagetop > a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background-color: #333;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  }
  .Pagetop > a:hover {
    opacity: .8;
  }
  .Pagetop > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 16px;
    margin: -8px 0 0 -15px;
    background: url(../img/com_sprite01.png) no-repeat -200px -40px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .breadcrumbs::after,
  .FooterBody::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media print, screen and (min-width: 768px) and (max-width: 1790px) {
  .FooterBody {
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 1541px) {
  .header-utility_global_label {
    padding-top: 52px;
  }
}
@media print, screen and (min-width: 1541px) and (max-width: 1770px) {
  .Main[data-sidebar="true"] {
    min-width: 1520px; /* 40px + 1200px + 30px + 240px */
  }
  [data-sidebar="true"] .pageHead,
  [data-sidebar="true"] .container {
    width: 1520px; /* 40px + 1200px + 30px + 240px  */
    margin-right: 0;
    margin-left: auto;
    padding-right: 280px;
  }
  [data-sidebar="true"] .pageGuide,
  [data-sidebar="true"] .Footer {
    max-width: 1520px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1700px) {
  .Main[data-main-wide="true"] {
    min-width: 1280px;
  }
  [data-main-wide="true"] .pageHead,
  [data-main-wide="true"] .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1540px) {
  .Main[data-sidebar="true"] {
    min-width: 1280px;
  }
  [data-sidebar="true"] .pageHead,
  [data-sidebar="true"] .container {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    padding-right: 280px;
  }
  [data-sidebar="true"] .contents {
    width: 100%;
    min-width: 960px;
  }
  [data-sidebar="true"] .Footer {
    max-width: 1280px;
  }
/*
  .header-utility {
    position: absolute;
    top: 15px;
    right: 0;
    width: auto;
    padding-right: 15px;
  }
  .header-utility::before {
    display: none;
  }
  .header-utility_access_link,
  .header-utility_catalog_link {
    padding-bottom: 0;
    line-height: 36px;
  }
  .header-utility_global,
  .header-utility_search {
    padding-bottom: 0;
  }
  .header-utility_global_link,
  .header-utility_search_link {
    height: 36px;
  }
  .header-utility_global_label,
  .header-utility_search_label {
    height: 36px;
  }
  .header-utility_global_label::before,
  .header-utility_search_label::before {
    top: 0;
    height: 36px;
  }
  .header-utility_global_label::before {
    background-position: -120px -2px;
  }
  .header-utility_search_label::before {
    background-position: -160px -2px;
  }
  a.header-utility_sample_link {
    width: auto;
    height: 36px;
    padding: 0 20px 0 60px;
    border-radius: 8px;
    line-height: 36px;
  }
  .header-utility_sample_label::before {
    top: 50%;
    left: 10px;
    margin: -20px 0 0;
  }
  .header-utility_sample_label br {
    display: none;
  }
  .Gnav {
    padding: 68px 20px 0;
  }
  .gnav-list {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  */
  .Gnav {
    padding: 36px 10px 24px 20px;
  }
  a.gnav-list_link {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1540px) and (-ms-high-contrast:none){
  .header-utility_access_link,
  .header-utility_catalog_link {
    padding-top: 6px;
  }
  a.header-utility_sample_link {
    padding-top: 3px;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  .Header {
    position: relative;
  }
  .Main {
    padding-top: 0;
  }
  .sidebar {
    top: 0;
  }
  .sp-hidden,
  .Pagetop {display:none!important;}
}