@charset "UTF-8";


/* #contentsArea figcaption a {
  text-decoration: underline;
}
#contentsArea figcaption a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#contentsArea {
  background-color: #f6f6f6 !important;
} */

#contentsArea {
  font-family: "Meiryo", "Arial", "Helvetica", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  background: linear-gradient(180deg, #F0F7FF 3.08%, #FFFFFF 0%);
}

#contentsArea p {
  color: #000000;
  font-size: 16px;
}

.km-container__main-content {
  width: 810px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.aem-Grid {
  margin-left: 0;
  margin-right: 0;
}

#contentsArea .aem-GridColumn {
  padding-left: 0;
  padding-right: 0;
}

.km-text__date {
  display: flex;
  flex-direction: row;
  gap: 20px;
  letter-spacing: 0.04em;
  margin-top: 44px;
  margin-bottom: 12px;
}

.km-text__date > .km-text__update-date {
  font-weight: bold;
}

.km-text__date > .km-text__update-date, 
.km-text__date > .km-text__release-date {
  color: #000000 !important;
  font-size: 13px !important;
}

.km-text__date > .km-text__update-date .text, 
.km-text__date > .km-text__release-date .text {
  color: #888888;
  font-size: 12px;
  margin-right: 4px;
}

h1 {
  font-weight: bold !important;
  color: #333333 !important;
  font-size: 28px !important;
  letter-spacing: 0.04em;
  line-height:1.5 !important;
  margin-bottom: 24px !important;
}

#contentsArea .km-left-border h2 {
  font-weight: bold !important;
  color: #333333;
  background-color: #F0F7FF;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height:1.5;
  border-bottom: 0;
  padding-bottom: 0;
}

#contentsArea .km-left-border h2 span {
  border-left: 6px solid #0062C2;
  padding: 11px 16px 7px;
}

#contentsArea h3 {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height:1.5;
}

#contentsArea .km-text p:last-child {
  margin-bottom: 1em;
}

.text-emphasis {
  font-weight: bold;
  background: linear-gradient(transparent 60%,#FFFEA8 0%);
}

#contentsArea p a, 
#contentsArea p a:visited {
  font-weight: bold;
  color: #0062C2;
}

#contentsArea p a.link-blank, 
#contentsArea p a:visited.link-blank {
  font-weight: normal !important;
  color: #333 !important;
}

#contentsArea .video-container {
  position: relative;
  width: 700px;
  text-align: center;
  margin: auto;
}

#contentsArea .video-container .overlay-video {
  display: none;
  position: absolute; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(220, 220, 220, 0.6);
  z-index: 1;
  cursor: pointer;
}

/* #contentsArea .video-container:hover .overlay-video {
  
  position: absolute; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(247, 242, 242, 0.4);
  z-index: 2;
  cursor: pointer;
} */

/* #contentsArea .video-container:hover {
  display: block;
  position: absolute; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
} */

/* #contentsArea .video-container .overlay-video {
  display: none;
  position: absolute; 
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 14%);
}

#contentsArea .video-container:hover .overlay-video {
  display: none !important;
} */

/* #contentsArea .video-container:hover {
  background-color: rgba(0, 0, 0, 60%);
} */

#contentsArea .video-container .vjs-big-play-button {
  background-color: #0062C2;
  color: #FFFFFF;
}

#contentsArea .video-container:hover .vjs-big-play-button {
  z-index: 1;
}

#contentsArea h4 {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height:1.5;
}

.km-profile-container .km-profile-container__img {
  padding: 0 !important;
  margin: 15px 22px 15px 25px;
}

.km-profile-container .km-profile__text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.km-profile-container table {
  border-collapse: separate !important;
}

.km-profile-container table td {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* .km-container__related-content {
  width: 970px;
  margin-right: auto;
  margin-left: auto;
} */

#km-container__related-content {
  width: 100% !important;
  min-width: 970px !important;
  margin-right: auto;
  margin-left: auto;
}

#km-container__related-content article {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  background-color: #F0F7FF !important;
}

#km-container__related-content .km-container {
  width: 970px;
  padding-left: 0;
  padding-right: 0;
}

#km-container__related-content .km-container .aem-Grid {
  margin-left: 0px;
  margin-right: 0px;
}

#km-container__related-content .km-container .aem-GridColumn {
  padding-left: 0;
  padding-right: 0;
}

#km-container__related-content .km-article-list__item {
  background: none;
  padding-left: 0;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}

#km-container__related-content .km-article-list__item > a {
  justify-content: space-between;
}

#km-container__related-content .km-article-list__content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

#km-container__related-content .km-article-list__content__title {
  background: none;
  padding-left: 0;
  font-size: 16px;
  margin-top: 19px;
  margin-bottom: 8px;
}

#km-container__related-content .km-article-list__content__desc {
  font-size: 14px;
}

#km-container__related-content .km-article-list__content .km-icon {
  background-color: #C0167B;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#km-container__related-content .km-article-list__content .arrow-icon {
  background-image: url(/business/products/graphic/printlab/img/arrow.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
}

#km-container__related-content .km-article-list__thumb {
  width: 235px;
  background-color: #cbcbcb;
  position: relative; 
}

#contentsArea .km-inpage-link__list li {
  margin-right: 0;
}

#contentsArea .km-inpage-link__list li a {
  background: url("/business/products/graphic/printlab/resources/common/img/icon_arrow-down_002.svg") no-repeat left center;
  padding-left: 30px;
  font-size: 16px;
}

.km-profile-container .km-profile__text .company-name {
  font-size: 12px !important;
  font-weight: bold;
  color: #333333 !important;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.km-profile-container .km-profile__text .km-profile__desc {
  font-size: 12px !important;
  letter-spacing: 0em;
  line-height: 1.9;
}

#km-container__related-content .km-article-list__item:hover {
  background-color: #EFEFEF;
}

#km-container__related-content .km-article-list__item > a:hover .km-article-list__content__title {
  color: #0062C2;
}

#km-container__related-content .km-article-list__item > a:hover .km-icon {
  background-color: #e73c84;
}

.table-of-contents .km-inpage-link {
  padding: 20px 30px;
  background-color: #F7F7F7 !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #F7F7F7 !important;
}

#contentsArea .km-inpage-link__list {
  margin-left: 2px;
  padding: 0 2px 20px;
  font-weight: bold;
}

figcaption {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #000000;
  line-height:1.5;
  text-align: center;
}

.km-table-container {
  color: #000000 !important;
  font-size: 16px;
  letter-spacing: 0em;
  line-height:1.5;
}

.km-table-container th {
  border: 1px solid #CCCCCC !important;
  background: #F7F7F7 !important;
  padding: 13px 14px !important;
  color: inherit !important;
}

.km-table-container td {
  border: 1px solid #CCCCCC !important;
  background-color: #FFFFFF !important;
  padding: 13px 14px !important;
  color: inherit !important;
}

.km-profile-container .km-profile__text h4.username {
  letter-spacing: 0.05em !important;
}

#contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
  background-image: url(/business/products/graphic/printlab/img/arrow.svg) !important;
  background-position: right 15px center;
  background-size: 20px 16px;
  background-origin: padding-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 8px 9px 0px #b5bcc3;
  padding: 0.8em 1.5em 0.8em 2.5em;
  font-size: 18px;
  margin-bottom: 0px;
}

.mail-magazine {
  padding-left: 0 !important;
  margin-right: 19px;
  width: 49% !important;
}

.contact-us {
  padding-right: 0 !important;
  width: 49% !important;
}

/* footer #download-document.printlab > a, footer #mail-magazine.printlab > a {
  font-size: 20px;
  width: 164px;
  height: 140px;
}

footer #download-document {
  bottom: 263px;
} */

.p-caption {
  font-size: 14px !important;
  text-align: center !important;
}

#contentsArea .km-article-list__thumb img {
  width: 233px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 48%;
}

.subheader__title {
  font-size: 22px !important;
}

.mb-default-24 {
  margin-bottom: 24px;
}

.mt-default-24 {
  margin-top: 24px;
}

.video-container .bc-player-BkJ2GTd5Z_default {
  background-color: #dedede !important;
  border-left: 3px solid #dedede;
  border-right: 3px solid #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 2px solid #dedede;
}

.video-container .bc-player-BkJ2GTd5Z_default .vjs-poster {
  background-color: #dedede !important;
}

@media only screen and (min-width: 600px) and (max-width: 750px) {
  .hidden-sm {
    display: none !important;
  }

  .hidden-lg {
    display: none !important;
  }

  /* header, footer, .globalNav, .footerBacktop, #navcontainer {
    width: unset;
    margin-right: unset;
    margin-left: unset;
  } */

  /*#l-subheader {
    min-width: 1000px;
  }

  .subheader {
    border-top: unset;
  }

  .subheader__container {
    width: unset;
    padding-right: unset;
    padding-left: unset;
    margin-right: unset;
    margin-left: unset;
    box-sizing: unset;
  }

  .subheader__title {
    padding: unset;
    font-size: unset;
  }

  .subheader__title a {
    color: unset;
  }

  .subheader__list {
    display: unset;
    align-items: unset;
    flex-wrap: unset;
    height: unset;
    padding: unset;
    margin: unset;
    list-style: unset;
  }

  .subheader__list li {
    margin-right: unset;
  }

  .subheader__list li a {
    box-sizing: unset;
    position: relative;
    display: unset;
    width: unset;
    max-width: unset;
    padding: unset;
    text-align: unset;
    font-size: unset;
    color: unset;
    text-decoration: unset;
    background-color: unset;
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;-radius: unset;
    transition: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
  }

  .subheader__btn-localmenu-sp {
    display: unset;
  }*/

  .localmenu {
    position: relative;
    align-items: unset;
    height: unset;
    background-color: unset;
  }

  .localmenu__container {
    height: unset;
    padding-right: unset;
    padding-left: unset;
    margin-right: unset;
    margin-left: unset;
  }

  .localmenu__list {
    display: unset;
    justify-content: unset;
    align-items: unset;
    flex-wrap: unset;
    width: unset;
    height: unset;
    padding: unset;
    margin: unset;
  }

  .localmenu__list > li {
    padding-right: unset;
    height: unset;
  }

  .localmenu__list > li > a {
    position: unset;
    align-items: unset;
    height: unset;
    color: unset;
  }

  .localmenu__list > li > a:hover:before {
    background-color: unset;
  }
}

@media screen and (max-width: 750px) {
  #wrapper {
      min-width: unset !important;
  }

  header {
    width: auto !important;
  }

  header div.svgSwitch {
    height: 147px;
  }

  header div.svgSwitch .leftBox {
    margin-left: 2.06%;
    width: 206px;
    margin-right: -30px;
  }

  header div.svgSwitch #header_km_logo {
    margin: 0;
    padding: 0;
    width: 206px;
    margin-right: -30px;
    height: auto;
  }

  header div.svgSwitch #header_km_logo a {
    height: auto;
  }

  header div.svgSwitch #header_km_logo img {
    display: block;
    height: auto;
    margin-top: -5px;
    margin-left: -14px;
    margin-bottom: -12px;
    width: 355px;
  }

  header .leftBox p.siteNameFull {
    font-size: 90%;
    max-width: 230px;
    clear: left;
  }

  header div.svgSwitch .leftBox p.siteNameFull {
    margin-top: 8px;
  }

  header div.svgSwitch .leftBox p.siteNameFull img {
    width: 220px;
    height: auto;
  }

  header .rightBox {
    width: auto;
    margin-top: 5px;
    margin-right: 2.06%;
  }

  header div.svgSwitch .rightBox {
    margin-top: 2px;
  }

  header .rightBox .langBox {
    margin-top: 28px;
  }

  header div.svgSwitch .rightBox .langBox p.communicationMessage {
    width: 200px;
  }

  header .rightBox .searchBox {
    display: none;
  }

  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
  }

  ul#toggleNavi {
    clear: both;
    display: block;
    float: right;
    margin: 25px 0 0;
    padding: 0px;
    list-style: none;
  }

  ul#toggleNavi li {
    display: block;
    float: left;
    margin: 0 0 0 6px;
  }

  .globalNav, ul#toggleNavi a, #navEnclosingArea nav.listNav a {
    -webkit-tap-highlight-color: transparent;
  }

  ul#toggleNavi li a {
    display: inline-block;
  }

  ul#toggleNavi .globalNav ul li, 
  ul#toggleNavi .globalNav ul li a {
    width: 98%;
  }

  ul#toggleNavi li.menuBtn a span {
    display: block;
    width: 75px;
    height: 70px;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
    background: url(/business/products/graphic/printlab/resources/common/unchangeable/img/icon_menu.png) no-repeat 0 0;
    background-size: 65px 58px;
  }

  .globalNav {
    display: none;
    width: 96%;
    padding: 0;
    margin: 0 auto 12px;
  }

  nav.globalNav {
    line-height: 1.2;
  }

  ul#toggleNavi li.searchBtn a span {
    display: block;
    width: 60px;
    height: 59px;
    text-indent: -9999px;
    text-align: left;
    overflow: hidden;
    background: url(/business/products/graphic/printlab/resources/common/unchangeable/img/icon_search.png) no-repeat 0 0;
    background-size: 58px;
  }

  .searchBoxSP {
    width: 96%;
    margin: 0 auto 12px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.08);
  }

  .searchBoxSP form, .searchBoxSP .form {
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    font-family: "ＭＳ Ｐゴシック","メイリオ","ヒラギノ角ゴ Pro W3",sans-serif;
  }

  .searchBoxSP form label, .searchBoxSP .form label {
    display: none;
  }

  .searchBoxSP form input#search, .searchBoxSP form input#search02, .searchBoxSP .form input#search, .searchBoxSP .form input#search02 {
    color: #666;
    width: 85%;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 10px;
    border: none;
    background: none;
    float: left;
  }

  .searchBoxSP form input[type='image'], .searchBoxSP .form input[type='image'] {
    float: right;
  }

  .searchBoxSP.active {
    display: block;
  }

  .searchBoxSP.active form {
    width: 100%;
  }

  #navcontainer {
    display: none;
  }

  .subheader {
    width: 100%;
    background-color: #333;
  }

  .subheader__container {
    display: table;
    width: 100%;
  }

  .subheader__title {
    display: table-cell;
    vertical-align: middle;
    padding: 1em 0 1em 15px;
    font-size: 24px !important;
    color: #fff;
    box-sizing: border-box;
  }

  .subheader__title a {
    color: #fff;
  }

  .subheader__list {
    display: none;
  }

  .subheader__btn-localmenu-sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    padding: 0;
    background-color: #515151;
    background-image: url(/business/products/graphic/printlab/resources/common/img/btn_menu_001.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55px auto;
    border: 0;
    outline: none;
  }

  #l-subheader {
    min-width: unset !important;
  }

  .localmenu {
    display: none;
  }

  .localmenu__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
  }

  .localmenu__list > li {
    border-bottom: 1px solid #e9e9e9;
  }

  .localmenu__list > li > a {
    display: block;
    padding: 0.86em 15px;
    font-size: 0.875rem;
    font-weight: bold;
    box-sizing: border-box;
  }

  .globalNav.active {
    display: block;
    position: absolute;
    left: 2%;
    z-index: 1000;
    margin-top: 4px;
    text-align: left;
    font-size: 13px;
  }

  .globalNav.active ul {
    width: auto;
    border: 1px solid #b9b9b9;
    border-bottom: none;
  }

  .globalNav.active ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
  }

  .globalNav.active ul li a {
    display: block;
    background: url(/business/products/graphic/printlab/resources/common/unchangeable/img/icon_menu_02.png) no-repeat 98% center;
    background-size: 18px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cacaca;
    padding: 13px 10px;
    color: #000;
    background-color: #e8e8e8;
  }

  .globalNav.active ul li.current a {
    color: #fff;
    background-color: #007cfd !important;
  }

  .globalNav.active ul li.current a:hover  {
    background-color: inherit;
    background: url(/business/products/graphic/printlab/resources/common/unchangeable/img/icon_menu_02.png) no-repeat 98% center;
    background-size: 18px;
  }

  .globalNav.active ul li.toPC a {
    background: url(/business/products/graphic/printlab/resources/common/unchangeable/img/icon_menu_05.png) no-repeat 98% center;
    background-size: 18px;
  }

  .globalNav.active ul li a:hover {
    background-color: #d1e5fa;
  }

  .is-localmenu-open .localmenu {
    display: block;
  }

  .is-localmenu-open #l-subheader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

  .is-localmenu-open .subheader__btn-localmenu-sp {
    background-image: url(/business/products/graphic/printlab/resources/common/img/btn_menu-close_001.png);
    background-size: 12px auto; }

  .is-localmenu-open .overlay {
    display: block;
    cursor: pointer; }

  .is-localmenu-open #js-localmenu-overlay {
    display: block;
    cursor: pointer; }

  #contentsArea {
    font-size: 26px;
    line-height: 2;
  }

  #contentsArea .km-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  #contentsArea p {
    color: #000000;
    font-size: 26px;
  }

  .km-text__date {
    gap: 36px;
    margin-top: 50px;
    margin-bottom: 14px;
  }

  .km-text__date > .km-text__update-date .text, 
  .km-text__date > .km-text__release-date .text {
    font-size: 22px;
    margin-right: 10px;
  }

  .km-text__date > .km-text__update-date, 
  .km-text__date > .km-text__release-date {
    font-size: 23px !important;
  }

  h1 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
  }

  #contentsArea .km-left-border h2 {
    font-size: 30px;
  }

  #contentsArea .km-left-border h2 span {
    border-left: 8px solid #0062C2;
    padding: 19px 22px 11px;
  }

  #contentsArea h3 { 
    font-size: 30px;
  }

  #contentsArea .video-container {
    width: 89.33%;
  }

  #contentsArea h4 {
    font-size: 28px;
  }

  .km-profile-container .km-profile-container__img {
    padding: 0 !important;
    margin: 25px 40px 20px 25px;
  }

  .km-profile-container .km-profile-container__img.aem-GridColumn--phone--2 {
    width: 13.666667% !important;
  }

  .km-profile-container .km-profile__text {
    padding-left: 62px !important;
  }

  .km-profile-container .km-profile__text.km-profile__text__title {
    width: calc(75% - 1%) !important;
  }

  .km-profile-container .km-profile__text.km-profile__text__desc {
    padding-left: 0px !important;
  }

  .km-profile-container .km-profile__text .km-profile__desc {
    font-size: 22px !important;
    margin: 0 30px 25px 30px !important;
  }

  .km-profile-container .km-profile-container__img .km-image {
    width: 150px;
    height: 150px;
  }

  .km-profile-container .km-profile-container__img .km-image img {
    width: 150px;
    height: 150px;
  }

  #km-container__related-content .km-article-list__content {
    padding-left: 24px;
    padding-right: 44px;
  }

  #km-container__related-content .km-article-list__content__title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    vertical-align: middle;
  }

  .table-of-contents .km-inpage-link {
    padding: 40px 40px;
  }

  #contentsArea .km-inpage-link__list {
    margin-left: 4px;
    font-size: 26px;
    /* padding: 0 2px 50px; */
  }

  #contentsArea .km-inpage-link__list li {
    margin-right: -1px;
  }

  #contentsArea .km-inpage-link__list li a {
    font-size: 26px;
    background-size: 28px 28px;
    padding-left: 40px;
  }

  figcaption {
    font-size: 20px;
    text-align: left;
  }

  .km-table-container {
    font-size: 24px;
  }

  .km-table-container th {
    border: 2px solid #CCCCCC !important;
    padding: 19px 20px !important;
  }
  
  .km-table-container td {
    border: 2px solid #CCCCCC !important;
    padding: 19px 20px !important;
  }

  .km-profile-container .km-profile__text .company-name {
    font-size: 22px !important;
  }

  #km-container__related-content .km-container {
    width: 89.335%;
  }

  .km-container__main-content {
    width: 89.335% !important;
  }

  #km-container__related-content {
    min-width: unset !important;
    width: 100% !important;
  }

  #km-container__related-content .km-container {
    padding-left: 0;
    padding-right: 0;
  }

  #contentsArea .km-article-list__thumb img {
    width: 232px;
    height: 100%;
  }

  #km-container__related-content .km-article-list__thumb {
    width: 236px;
    background-color: #cbcbcb;
    margin-bottom: 0px;
  }

  #km-container__related-content .km-article-list__content__title {
    font-size: 20px;
  }

  #km-container__related-content .km-article-list__content {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .footer-link {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .footer-link__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }

  .footer-link.printlab .footer-link__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .footer-link.printlab .footer-link__col {
    width: calc(49% - 1%);
    padding-right: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #aaaaaa;
    margin-right: 20px !important;
  }

  .footer-link__title {
    font-size: 24px;
  }

  .footer-link.printlab .footer-link__container .footer-link__row .footer-link__title {
    border-top: 0px !important;
    font-weight: bold;
  }

  .footer-link__title > a {
    display: block;
    box-sizing: border-box;
  }

  .footer-link.printlab .footer-link__col:nth-child(even) {
    margin-right: 0px !important;
  }

  .footer-link.printlab .footer-link__title {
    margin: 49px 0 10px !important;
  }

  .footer-link.printlab .footer-link__title {
    background-position: right 7px;
  }

  div.footerBacktop {
    width: auto;
  }

  div.footerBacktop p {
    padding-right: 10px;
    font-size: 24px;
  }

  footer {
    background: none;
    background-color: #e7e7e7;
    margin-bottom: 0;
    width: auto;
    font-size: 26px;
  }

  footer article ul.leftNav {
    width: 100%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  footer article ul.leftNav li {
    background: url(/business/products/graphic/printlab/resources/common/unchangeable/img/bullet_arrow-a03.png) no-repeat left center;
    display: inline-block;
    padding: 0.4em 0.5em 0.4em 10px;
  }

  footer article ul.leftNav.pcTop {
    display: block;
    clear: both;
  }

  footer ul.rightNav {
    display: none;
  }

  footer p.copyright {
    border-top: none;
    margin-top: 0;
    padding: 5px 10px 10px;
  }

  footer #page-top a {
    width: 80px;
    height: auto;
  }

  footer #page-top a img {
    width: 80px;
    height: auto;
  }

  div.footerBacktop p a {
    background: url(/business/products/graphic/printlab/resources/component/c_common/img/bg_backtop.gif) no-repeat scroll left 11px transparent;
    padding: 0px 0px 0px 14px;
    background-size: 10px;
  }

  .register-contact-btn .desc {
    width: 103%;
  }

  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    font-size: 28px;
    padding: 0.62em 1.5em 0.62em 2.5em;
  }
  
  .mail-magazine, 
  .contact-us {
    width: 80.56% !important;
    margin-left: 9.8% !important;
  }

  footer #download-document, 
  footer #mail-magazine {
    display: none;
  }

  footer #download-document {
    bottom: 220px;
    z-index: 2;
  }

  footer #mail-magazine {
    z-index: 2;
  }

  .p-caption {
    font-size: 20px !important;
    text-align: left !important;
  }

  .spHidden {
    display: none !important;
  }

  .spHide {
    display: none !important;
  }
  
  .hidden-sm {
    display: none !important; 
  }  

  .hidden-sm-inline {
    display: none !important; }

  .hidden-lg-inline {
    display: inline !important; }

  #km-container__related-content .km-article-list__item {
    display: flex;
    width: 100%;
  }

  #contentsArea .km-article-list__item > a {
    display: flex !important;
    width: 100%;
  }

  #km-container__related-content .km-article-list__thumb {
    width: 236px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mt-phone-0 {
    margin-top: 0px !important; }

  .pt-phone-0 {
    padding-top: 0px !important; }

  .mr-phone-0 {
    margin-right: 0px !important; }

  .mb-phone-0 {
    margin-bottom: 0px !important; }

  .ml-phone-0 {
    margin-left: 0px !important; }

  .mt-phone-5 {
    margin-top: 5px !important; }

  .pt-phone-5 {
    padding-top: 5px !important; }

  .mr-phone-5 {
    margin-right: 5px !important; }

  .mb-phone-5 {
    margin-bottom: 5px !important; }

  .ml-phone-5 {
    margin-left: 5px !important; }

  .mt-phone-10 {
    margin-top: 10px !important; }

  .pt-phone-10 {
    padding-top: 10px !important; }

  .mr-phone-10 {
    margin-right: 10px !important; }

  .mb-phone-10 {
    margin-bottom: 10px !important; }

  .ml-phone-10 {
    margin-left: 10px !important; }

  .mt-phone-15 {
    margin-top: 15px !important; }

  .pt-phone-15 {
    padding-top: 15px !important; }

  .mr-phone-15 {
    margin-right: 15px !important; }

  .mb-phone-15 {
    margin-bottom: 15px !important; }

  .ml-phone-15 {
    margin-left: 15px !important; }

  .mt-phone-20 {
    margin-top: 20px !important; }

  .pt-phone-20 {
    padding-top: 20px !important; }

  .mr-phone-20 {
    margin-right: 20px !important; }

  .mb-phone-20 {
    margin-bottom: 20px !important; }

  .ml-phone-20 {
    margin-left: 20px !important; }

  .mt-phone-25 {
    margin-top: 25px !important; }

  .pt-phone-25 {
    padding-top: 25px !important; }

  .mr-phone-25 {
    margin-right: 25px !important; }

  .mb-phone-25 {
    margin-bottom: 25px !important; }

  .ml-phone-25 {
    margin-left: 25px !important; }

  .mt-phone-30 {
    margin-top: 30px !important; }

  .pt-phone-30 {
    padding-top: 30px !important; }

  .mr-phone-30 {
    margin-right: 30px !important; }

  .mb-phone-30 {
    margin-bottom: 30px !important; }

  .ml-phone-30 {
    margin-left: 30px !important; }

  .mt-phone-35 {
    margin-top: 35px !important; }

  .pt-phone-35 {
    padding-top: 35px !important; }

  .mr-phone-35 {
    margin-right: 35px !important; }

  .mb-phone-35 {
    margin-bottom: 35px !important; }

  .ml-phone-35 {
    margin-left: 35px !important; }

  .mt-phone-40 {
    margin-top: 40px !important; }

  .pt-phone-40 {
    padding-top: 40px !important; }

  .mr-phone-40 {
    margin-right: 40px !important; }

  .mb-phone-40 {
    margin-bottom: 40px !important; }

  .ml-phone-40 {
    margin-left: 40px !important; }

  .mt-phone-45 {
    margin-top: 45px !important; }

  .pt-phone-45 {
    padding-top: 45px !important; }

  .mr-phone-45 {
    margin-right: 45px !important; }

  .mb-phone-45 {
    margin-bottom: 45px !important; }

  .ml-phone-45 {
    margin-left: 45px !important; }

  .mt-phone-50 {
    margin-top: 50px !important; }

  .pt-phone-50 {
    padding-top: 50px !important; }

  .mr-phone-50 {
    margin-right: 50px !important; }

  .mb-phone-50 {
    margin-bottom: 50px !important; }

  .ml-phone-50 {
    margin-left: 50px !important; }

  .mt-phone-55 {
    margin-top: 55px !important; }

  .pt-phone-55 {
    padding-top: 55px !important; }

  .mr-phone-55 {
    margin-right: 55px !important; }

  .mb-phone-55 {
    margin-bottom: 55px !important; }

  .ml-phone-55 {
    margin-left: 55px !important; }

  .mt-phone-60 {
    margin-top: 60px !important; }

  .pt-phone-60 {
    padding-top: 60px !important; }

  .mr-phone-60 {
    margin-right: 60px !important; }

  .mb-phone-60 {
    margin-bottom: 60px !important; }

  .ml-phone-60 {
    margin-left: 60px !important; }

  .mt-phone-65 {
    margin-top: 65px !important; }

  .pt-phone-65 {
    padding-top: 65px !important; }

  .mr-phone-65 {
    margin-right: 65px !important; }

  .mb-phone-65 {
    margin-bottom: 65px !important; }

  .ml-phone-65 {
    margin-left: 65px !important; }

  .mt-phone-70 {
    margin-top: 70px !important; }

  .pt-phone-70 {
    padding-top: 70px !important; }

  .mr-phone-70 {
    margin-right: 70px !important; }

  .mb-phone-70 {
    margin-bottom: 70px !important; }

  .ml-phone-70 {
    margin-left: 70px !important; }

  .mt-phone-75 {
    margin-top: 75px !important; }

  .pt-phone-75 {
    padding-top: 75px !important; }

  .mr-phone-75 {
    margin-right: 75px !important; }

  .mb-phone-75 {
    margin-bottom: 75px !important; }

  .ml-phone-75 {
    margin-left: 75px !important; }

  .mt-phone-80 {
    margin-top: 80px !important; }

  .pt-phone-80 {
    padding-top: 80px !important; }

  .mr-phone-80 {
    margin-right: 80px !important; }

  .mb-phone-80 {
    margin-bottom: 80px !important; }

  .ml-phone-80 {
    margin-left: 80px !important; }

  .mt-phone-85 {
    margin-top: 85px !important; }

  .pt-phone-85 {
    padding-top: 85px !important; }

  .mr-phone-85 {
    margin-right: 85px !important; }

  .mb-phone-85 {
    margin-bottom: 85px !important; }

  .ml-phone-85 {
    margin-left: 85px !important; }

  .mt-phone-90 {
    margin-top: 90px !important; }

  .pt-phone-90 {
    padding-top: 90px !important; }

  .mr-phone-90 {
    margin-right: 90px !important; }

  .mb-phone-90 {
    margin-bottom: 90px !important; }

  .ml-phone-90 {
    margin-left: 90px !important; }

  .mt-phone-95 {
    margin-top: 95px !important; }

  .pt-phone-95 {
    padding-top: 95px !important; }

  .mr-phone-95 {
    margin-right: 95px !important; }

  .mb-phone-95 {
    margin-bottom: 95px !important; }

  .ml-phone-95 {
    margin-left: 95px !important; }

  .mt-phone-100 {
    margin-top: 100px !important; }

  .pt-phone-100 {
    padding-top: 100px !important; }

  .mr-phone-100 {
    margin-right: 100px !important; }

  .mb-phone-100 {
    margin-bottom: 100px !important; }

  .ml-phone-100 {
    margin-left: 100px !important; }

  #contentsArea .aem-Grid {
    margin-right: auto;
    margin-left: auto;
  }

  #contentsArea .aem-GridColumn {
    padding-left: 0;
    padding-right: 0;
  }

  /*** aem-Grid ***/
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }

  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 751px) {
  .pcHidden {
    display: none !important;
  }
  
  .hidden-lg {
    display: none !important; }
}

@media screen and (min-width: 601px) and (max-width: 665px) {
  #km-container__related-content .km-article-list__content {
    padding-left: 16px;
    padding-right: 20px;
  }

  #km-container__related-content .km-article-list__content__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  #contentsArea .km-article-list__item > a {
    display: flex !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 609px) {
  .km-profile-container .km-profile__text.km-profile__text__title {
    width: calc(75% - 2%) !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 665px) {

}

@media screen and (max-width: 599px) {
  #km-container__related-content .km-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .km-profile-container .km-profile-container__img .km-image, 
  .km-profile-container .km-profile-container__img .km-image img {
    width: unset;
    height: unset;
  }

  .km-profile-container .km-profile-container__img.aem-GridColumn--phone--2 {
    width: 30% !important;
  }

  .km-profile-container .km-profile__text.km-profile__text__title {
    width: calc(55% - 20px) !important;
  }

  .km-profile-container .km-profile__text {
    padding-left: 0 !important;
  }

  #contentsArea p {
    font-size: 15px;
  }

  h1 {
    font-size: 27px !important;
  }

  .km-text__date > .km-text__update-date, .km-text__date > .km-text__release-date {
    font-size: 12px !important;
  }

  .km-text__date > .km-text__update-date .text, .km-text__date > .km-text__release-date .text {
    font-size: 11px;
  }

  #contentsArea {
    font-size: 15px;
  }

  #contentsArea .km-left-border h2 , 
  #contentsArea h3 {
    font-size: 19px;
  }

  #contentsArea .km-inpage-link__list li a {
    font-size: 15px;
  }

  .p-caption {
    font-size: 13px !important;
  }

  figcaption {
    font-size: 13px;
  }

  #contentsArea h4 {
    font-size: 17px;
  }

  .km-table-container {
    font-size: 14px;
  }

  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    font-size: 16px;
  }

  .km-profile-container .km-profile__text .company-name {
    font-size: 11px !important;
  }

  .km-profile-container .km-profile__text .km-profile__desc {
    font-size: 11px !important;
  }

  .footer-link__title {
    font-size: 14px;
  }

  div.footerBacktop p {
    font-size: 15px;
  }

  footer {
    font-size: inherit;
  }

  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    padding: 0.62em 2.5em 0.62em 1.5em;
  }

  .km-table-container th, 
  .km-table-container td {
    padding: 10px !important;
  }

  .subheader__title {
    font-size: 12px !important;
  }

  .subheader__btn-localmenu-sp {
    width: 75px;
    background-size: 33px auto;
  }

  header div.svgSwitch #header_km_logo img {
    width: 206px;
  }

  header div.svgSwitch .rightBox .langBox p.communicationMessage {
    width: 114px;
  }

  header div.svgSwitch .leftBox p.siteNameFull img {
    width: unset;
  }

  ul#toggleNavi li.menuBtn a span {
    background-size: 36px 27px;
    width: 40px;
    height: 30px;
  }

  ul#toggleNavi li.menuBtn a span:hover {
    background-size: 36px 27px !important;
    width: 40px !important;
    height: 30px !important;
  }

  ul#toggleNavi li.searchBtn a span {
    background-size: 27px;
  }

  ul#toggleNavi li.searchBtn a span:hover {
    background-size: 27px !important;
  }

  ul#toggleNavi li.searchBtn a span {
    width: 27px;
    height: 30px;
  }

  ul#toggleNavi li.searchBtn a span:hover {
    width: 27px !important;
    height: 30px !important;
  }

  header div.svgSwitch {
    height: 71px;
  }

  ul#toggleNavi li.menuBtn.active a span, ul#toggleNavi li.menuBtn a.hover span {
    width: 40px !important;
    height: 30px !important;
    background-size: 36px 27px !important;
  }

  ul#toggleNavi li.searchBtn.active a span, ul#toggleNavi li.searchBtn a.hover span {
    width: 27px !important;
    height: 30px !important;
    background-size: 27px !important;
  }

  .table-of-contents .km-inpage-link {
    padding: 25px 20px;
  }

  #contentsArea .km-inpage-link__list

  .km-profile-container .km-profile-container__img {
    margin: 15px 25px 15px 15px !important;
  }

  .km-profile-container .km-profile__text .km-profile__desc {
    margin: 0 15px 15px 15px !important;
  }

  .footer-link.printlab .footer-link__title {
    margin: 12px 0 10px !important;
    background-position: right 2px;
  }

  header .rightBox .langBox {
    margin-top: 14px;
  }

  ul#toggleNavi {
    margin: 13px 0 0;
  }

  #contentsArea .km-article-list {
    display: flex;
    flex-wrap: wrap;
  }

  #km-container__related-content .km-article-list__item {
    display: flex;
    width: 100%;
  }

  #contentsArea .km-article-list__item > a {
    display: flex !important;
    width: 100%;
  }

  #km-container__related-content .km-article-list__content {
     width: 60% !important;
     display: flex;
     height: 100%;
     align-items: center;
  }

  #km-container__related-content .km-article-list__content__title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .register-contact-btn .mail-magazine, 
  .register-contact-btn .contact-us {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .footer-link__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #km-container__related-content .km-article-list__thumb {
    width: 40%;
    display: flex;
    justify-content: center;
  }

  #contentsArea .km-article-list__thumb img {
    position: unset;
  }

  #km-container__related-content .km-article-list__thumb {
    height: unset;
  }

  #contentsArea .km-article-list__thumb img {
    height: unset;
  }
}

@media screen and (max-width: 554px) {
  .footer-link.printlab .footer-link__col {
    width: calc(49% - 5px);
  }
}

@media screen and (max-width: 528px) {
  .footer-link.printlab .footer-link__col {
    width: calc(49% - 2%);
  }
}

@media screen and (max-width: 557px) {
  #km-container__related-content .km-article-list__content__title {
    font-size: 12px;
  }

  #km-container__related-content .km-article-list__content {
    padding-left: 15px;
  }
}

@media screen and (max-width: 496px) {
  #km-container__related-content .km-article-list__content__title {
    font-size: 11px;
  }
}

@media screen and (max-width: 468px) {
  #km-container__related-content .km-article-list__content__title {
    font-size: 10px;
  }

  #km-container__related-content .km-article-list__content {
    padding-left: 10px;
    padding-right: 25px;
  }

  #km-container__related-content .km-article-list__content .km-icon {
    padding: 7px;
  }

  #km-container__related-content .km-article-list__content .arrow-icon {
    width: 12px;
    height: 11px;
  }
}

@media screen and (max-width: 438px) {
  #km-container__related-content .km-article-list__content__title {
    font-size: 10px;
  }

  #km-container__related-content .km-article-list__thumb {
    width: 35%;
  }

  #km-container__related-content .km-article-list__content {
    width: 65% !important;
  }
}

@media screen and (min-width: 410px) and (max-width: 426px) {
  #km-container__related-content .km-article-list__content {
    padding-right: 14px;
  }

  #contentsArea .km-article-list__thumb img {
    height: 100%;
  }

  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    padding: 0.62em 2.5em 0.62em 1em;
    background-size: 17px 13px;
  }
}

@media screen and (max-width: 409px) {
  #km-container__related-content .km-article-list__content {
    padding-right: 14px;
  }

  #contentsArea .km-article-list__thumb img {
    height: 100%;
  }

  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    padding: 0.62em 2.5em 0.62em 1em;
    background-size: 17px 13px;
  }
}

@media screen and (max-width: 398px) {
  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  /* #km-container__related-content .km-article-list__thumb {
    height: 100%;
  }

  #contentsArea .km-article-list__thumb img {
    height: 100%;
  } */

  #km-container__related-content .km-article-list__content__title {
    font-size: 7px;
  }

  #km-container__related-content .km-article-list__content .km-icon {
    padding: 4px;
  }

  #km-container__related-content .km-article-list__content .arrow-icon {
    width: 10px;
    height: 9px;
  }
}

@media screen and (min-width: 290px) and (max-width: 362px) {
  .footer-link.printlab .footer-link__col {
    width: calc(48% - 2%);
  }
}

@media screen and (max-width: 303px) {
  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    font-size: 11px;
  }
}

@media screen and (max-width: 289px) {
  .footer-link.printlab .footer-link__col {
    width: 100%;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 355px) {
  .km-profile-container .km-profile-container__img {
    margin: 25px 20px 20px 25px;
  }
}

#contentsArea .text-h4{
  font-size: 20px;
  color:#7f7f7f;
}

@media screen and (max-width: 750px) and (min-width: 599px) {
  #contentsArea .text-h4{
    font-size: 30px;
  }
}

@media screen and (max-width: 599px) {
  #contentsArea .text-h4{
    font-size: 19px;
  }
}



#km-container__related-content .content__title_small{
  font-size: 15px;
}

#km-container__related-content .image_line img{
  border: 1px solid #d6d6d6;
}

@media screen and (max-width: 750px){
#contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank-pl {
    padding: 0.62em 1.5em 0.62em 0.5em;
}
}

@media screen and (max-width: 332px) {
  #km-container__related-content .content__title_small{
    font-size: 7px !important;
  }
}

@media screen and (max-width: 469px) and (min-width: 333px) {
  #km-container__related-content .content__title_small{
    font-size: 10px !important;
  }
}

@media screen and (max-width: 496px) and (min-width: 470px) {
  #km-container__related-content .content__title_small{
    font-size: 11px !important;
  }
}

@media screen and (max-width: 557px) and (min-width: 497px) {
  #km-container__related-content .content__title_small{
    font-size: 12px !important;
  }
}

@media screen and (max-width: 599px) and (min-width: 558px) {
  #km-container__related-content .content__title_small{
    font-size: 14px !important;
  }
}

.text-blue{
  color: #0062C2 !important;
}