@charset "UTF-8";
/* adjusting
================================================== */
#contents .headSection .ttl {
  display: flex;
  align-items: center;
  float: none;
  width: auto;
}
#contents .headSection .ttl .productsLogo {
  background: none;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
}
#contents .headSection .ttl .productsLogo a {
  color: #333 !important;
  text-decoration: none !important;
}
#contents .headSection .ttl .productsLogo a:hover {
  opacity: .75;
}
#contents .headSection .ttl .productsLogo + h1 {
  font-size: 16px;
}
#contents .main {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 10px;
  }
  #contents .headSection .ttl .productsLogo {
    font-size: 16px;
  }
}

/* share
================================================== */
#contents .snsArea {
  padding: 50px 0;
}
#contents .share_title {
  font-size: 30px;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
#contents .share_list a:hover {
  opacity: .6;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 30px 0;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* lnav
================================================== */
#contents .lnav {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
#contents .lnav__inner {
  margin: 0 auto;
  width: 960px;
}
#contents .lnav__primary {
  display: flex;
}
#contents .lnav__primary__item {
  box-sizing: border-box;
  flex: 1 0 0%;
}
#contents .lnav__primary__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #459dca;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#contents .lnav--top .lnav__primary__link--top, #contents .lnav--head .lnav__primary__link--head, #contents .lnav--application .lnav__primary__link--application {
  background: #459dca;
  color: #fff;
}
@media (min-width: 768px) {
  #contents .lnav__primary {
    border-left: solid 1px #e5e5e5;
  }
  #contents .lnav__primary__item {
    border-right: solid 1px #e5e5e5;
  }
  #contents .lnav__primary__link {
    transition: all .3s ease-in;
  }
  #contents .lnav__primary__link:hover {
    background: #459dca;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #contents .lnav__inner {
    width: auto;
  }
  #contents .lnav__primary__item + .lnav__primary__item {
    border-left: solid 1px #e5e5e5;
  }
  #contents .lnav__primary__link {
    height: 12vw;
    font-size: 2.66667vw;
    line-height: 1.3;
  }
}

/* unav
================================================== */
#contents .unav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
#contents .unav__items {
  display: flex;
}
#contents .unav__link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
#contents .unav__link::after {
  transition: opacity .3s ease-in;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
}
#contents .unav__link:hover::after {
  opacity: 1;
}
#contents .unav--top .unav__link--top::after, #contents .unav--p1 .unav__link--p1::after, #contents .unav--p2 .unav__link--p2::after, #contents .unav--pdf .unav__link--pdf::after, #contents .unav--casestudy .unav__link--casestudy::after {
  opacity: 1;
}
#contents .unav__contact a {
  transition: opacity .3s ease-in;
  display: flex;
  width: 160px;
  height: 34px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  color: #459dca;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
#contents .unav__contact a:hover {
  opacity: .75;
}
#contents .unav__contact a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media (min-width: 768px) {
  #contents .unav {
    background: #459dca;
  }
  #contents .unav__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 960px;
    padding: 12px 0;
  }
  #contents .unav__items > li + li {
    margin-left: 112px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .unav__items {
    justify-content: space-between;
    padding: 15px;
    background: #459dca;
  }
  #contents .unav__link {
    padding-bottom: 1.73333vw;
    font-size: 2.66667vw;
  }
  #contents .unav__link::after {
    height: 0.53333vw;
  }
  #contents .unav__contact {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
  }
  #contents .unav__contact a {
    display: block;
    width: auto;
    height: auto;
    padding: 4vw;
    font-size: 4vw;
    text-align: center;
  }
}

/* topInfo
================================================== */
#contents .topInfo {
  width: 92%;
  max-width: 960px;
  margin: -5em auto 0 auto;
  padding: 10em 0 3em 0;
}
#contents .topInfo * {
  box-sizing: border-box;
}
#contents .topInfo h2 {
  font-size: 40px;
  font-weight: bold;
}
#contents .topInfo h2 span {
  display: block;
  margin-bottom: 1em;
  color: #459dca;
  font-size: 18px;
}
#contents .topInfo dl.info {
  display: flex;
  width: 100%;
  margin: 2em 0 0 0;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 90%;
}
#contents .topInfo dl.info dt {
  width: 28%;
  padding: 0 0 0 4.5em;
}
#contents .topInfo dl.info dt.new {
  background: url("/products/inkjet/common/images/icon_new.png") left 0.8em no-repeat;
  background-size: auto 1.4em;
  vertical-align: middle;
}
#contents .topInfo dl.info dt .news {
  display: block;
  padding: 1em 0;
  background: url("/products/inkjet/common/images/icon_news.png") 90% center no-repeat;
  background-size: auto 1.8em;
}
#contents .topInfo dl.info dt .case {
  display: block;
  padding: 1em 0;
  background: url("/products/inkjet/common/images/icon_case.png") 90% center no-repeat;
  background-size: auto 1.8em;
}
#contents .topInfo dl.info dt .event {
  display: block;
  padding: 1em 0;
  background: url("/products/inkjet/common/images/icon_event.png") 90% center no-repeat;
  background-size: auto 1.8em;
}
#contents .topInfo dl.info dd {
  width: 72%;
  padding: 1em 0;
}
#contents .topInfo dl.info dd a:hover {
  color: #FF3300;
  text-decoration: underline;
}
#contents .topInfo .btn + dl.info {
  margin: 0;
}
#contents .topInfo .btn {
  margin: 2em 0 0 0;
}
#contents .topInfo .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background: #459dca;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: opacity .3s ease-in;
}
#contents .topInfo .btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(45deg);
  right: 12px;
  top: 50%;
  margin-top: -6px;
}
#contents .topInfo .btn a:hover {
  opacity: .75;
}
#contents .topInfo .btn.close {
  display: none;
}
#contents .topInfo .btn.close a::after {
  transform: rotate(225deg);
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  #contents .topInfo h2 {
    font-size: 5.86667vw;
  }
  #contents .topInfo h2 span {
    font-size: 3.46667vw;
  }
  #contents .topInfo dl.info {
    font-size: 75%;
  }
  #contents .topInfo dl.info.more {
    display: none;
    margin: 3em 0 0 0;
  }
  #contents .topInfo dl.info dt {
    width: 199%;
    padding: 1em 0 0 0;
  }
  #contents .topInfo dl.info dt.new {
    padding: 1em 0 0 4.5em;
    background-position: left 1.9em;
  }
  #contents .topInfo dl.info dt span {
    background-position: 10em center !important;
  }
  #contents .topInfo dl.info dd {
    width: 199%;
    padding: 0 0 1em 0;
  }
}

.section__inner {
  width: 960px;
  margin: 0 auto;
}
.section__title {
  line-height: 1;
  font-weight: bold;
}
.section__title i, .section__title span {
  display: block;
}
.section__title i {
  margin-bottom: .75em;
  color: #459dca;
  font-size: 18px;
  font-style: normal;
}
.section__title span {
  font-size: 40px;
  line-height: 1.5;
}
.section__title--white i {
  color: #fff;
}
.section__lead {
  font-size: 16px;
  line-height: 1.625;
}
.section__title + .section__lead {
  margin-top: 1.35em;
}
.section__movie__title {
  margin-bottom: 0.65em;
  font-size: 20px;
  text-align: center;
}
.section__movie__inner {
  max-width: 640px;
  margin: 0 auto;
}
.section__movie__frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.section__movie__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__movie__notes {
  margin-top: .75em;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .section__inner {
    width: auto;
  }
  .section__title {
    margin-bottom: 6vw;
  }
  .section__title i {
    margin-bottom: 1.2em;
    font-size: 3.46667vw;
  }
  .section__title span {
    font-size: 5.86667vw;
    line-height: 1.45;
  }
  .section__lead {
    font-size: 4vw;
    line-height: 1.45;
  }
  .section__movie__title {
    font-size: 4vw;
  }
  .section__movie__notes {
    font-size: 3.2vw;
  }
}

/* sitemap
================================================== */
#contents .sitemap {
  width: 100%;
  background-color: #f4f4f4;
}
#contents .sitemap__title {
  font-size: 14px;
}
#contents .sitemap__title a {
  color: #333;
}
#contents .sitemap__col {
  padding: 0 15px;
}
#contents .sitemap__col dt {
  margin-bottom: 5px;
  font-size: 14px;
}
#contents .sitemap__col dd {
  margin-left: 10px;
}
#contents .sitemap__col li {
  margin-bottom: 2px;
  padding-left: 14px;
  background: url("/products/inkjet/common/images/link_dash_ico.png") no-repeat 0 0.35em;
  background-size: 7px auto;
}
#contents .sitemap__col li > a {
  line-height: 1.5;
  font-size: 12px;
  color: #686868;
}
@media (min-width: 768px) {
  #contents .sitemap {
    margin-bottom: -70px;
  }
  #contents .sitemap__inner {
    width: 960px;
    margin: 0 auto;
    padding: 45px 0 60px;
  }
  #contents .sitemap__title {
    margin-bottom: 30px;
  }
  #contents .sitemap__grid {
    display: flex;
  }
  #contents .sitemap__grid > dl + dl {
    border-left: solid 1px #e5e5e5;
  }
  #contents .sitemap__grid > dl:nth-child(1) {
    flex: .7 0 0%;
  }
  #contents .sitemap__grid > dl:nth-child(2) {
    flex: .8 0 0%;
  }
  #contents .sitemap__col {
    box-sizing: border-box;
    flex: 1 0 0%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .sitemap {
    margin-bottom: -50px;
  }
  #contents .sitemap__inner {
    padding: 45px 15px 35px;
  }
  #contents .sitemap__title {
    margin-bottom: 10px;
  }
  #contents .sitemap__col {
    margin-bottom: 10px;
  }
}

/* btns
================================================== */
#contents .btns {
  width: 960px;
  margin: 0 auto;
  padding: 70px 0 0 0;
}
#contents .btns > h3 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
#contents .btns__items {
  display: flex;
  justify-content: space-between;
}
#contents .btns__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 308px;
  height: 120px;
  background: #e7e7e7;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
#contents .btns__link i {
  margin-right: 20px;
}
#contents .btns__link span img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #contents .btns {
    width: auto;
    padding: 35px 15px 0;
  }
  #contents .btns__items {
    display: block;
    padding: 0;
  }
  #contents .btns__items li + li {
    margin: 15px 0 0 0;
  }
  #contents .btns__link {
    width: auto;
    height: auto;
    padding: 30px 20px;
    font-size: 15px;
  }
}

/* pdf
================================================== */
#contents .pdf {
  margin: 60px 0 0;
}
#contents .pdf__inner {
  width: 960px;
  margin: 0 auto;
  font-size: 100.1%;
  letter-spacing: 0.025em;
}
#contents .pdf__inner #get_adobe {
  background: #fff;
}
#contents .pdf__table {
  margin-bottom: 20px;
  background: #fff;
}
#contents .pdf__reader {
  display: flex;
  margin-top: 40px;
  padding: 15px 30px;
  background-color: #ECECEC;
}
#contents .pdf__reader > div {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #contents .pdf {
    margin: 40px 0 0;
    padding: 0 15px;
  }
  #contents .pdf__inner {
    width: auto;
  }
  #contents .pdf__table {
    width: 100%;
  }
  #contents .pdf__table .tblMod01 th,
  #contents .pdf__table .tblMod01 td {
    padding: 8px;
  }
  #contents .pdf__reader {
    display: block;
  }
  #contents .pdf__reader > div {
    margin-bottom: 15px;
    text-align: center;
  }
}

/* notes
================================================== */
#contents .notes li {
  display: table-row;
}
#contents .notes li > span {
  display: table-cell;
  vertical-align: top;
}
#contents .notes li > span:nth-child(1) {
  white-space: nowrap;
}

/* Utility
================================================== */
#contents.responsive .roboto-m {
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
}
#contents.responsive .dmsans-m {
  font-family: 'DM Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media print {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents.responsive .forpc {
    display: none !important;
  }
}
#contents.responsive .oro {
  transition: opacity .3s ease;
}
#contents.responsive .oro:hover {
  opacity: .7;
}
#contents.responsive img.liquid,
#contents.responsive video.liquid {
  width: 100%;
  height: auto;
}
#contents.responsive img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents.responsive img.liquid--sp {
    width: 100%;
    height: auto;
  }
}

/* Animation
================================================== */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes slideInUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.animated {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-anim {
  opacity: 0;
}

@media print {
  .js-anim {
    opacity: 1 !important;
  }

  .fadeInUp {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .animated {
    -webkit-animation-duration: 0;
    animation-duration: 0;
  }
}
