/* adjusting
================================================== */
#contents.responsive .headSection .leftArea {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .headSection .ttl {
    display: block;
    width: auto;
  }
  #contents.responsive .headSection .ttl p.productsLogo {
    padding-right: 5px;
  }
  #contents.responsive .headSection .ttl h1 {
    padding-left: 10px;
  }
  #contents.responsive .headSection .ttl h1 span {
    font-size: 12px;
  }
}

#contents .detailSection a img:hover {
  opacity: 1 !important;
}

/* irokazu 
================================================== */
#contents.responsive .irokazu {
  max-width: 690px;
  margin: 30px auto;
}
#contents.responsive .irokazu__header {
  margin-bottom: 15px;
}
#contents.responsive .irokazu__header h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.33;
  text-align: center;
  color: #00a6dc;
}
#contents.responsive .irokazu__header p {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#contents.responsive .irokazu__header p span {
  display: inline-block;
  padding: 8px 30px 6px;
  border-radius: 20px;
  background: #00a6dc;
}
#contents.responsive .irokazu__header p sup {
  font-size: 12px;
  font-weight: normal;
}
#contents.responsive .irokazu__header ul {
  font-size: 12px;
  text-align: right;
}
#contents.responsive .irokazu__desc {
  position: relative;
  margin-bottom: 15px;
  padding-right: 97px;
}
#contents.responsive .irokazu__desc p {
  position: relative;
  padding: 18px 30px 16px;
  border: solid 2px #00a6dc;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
#contents.responsive .irokazu__desc p::after {
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 23px;
  height: 17px;
  background: url("/products/largeprinter/note/images/irokazu/desc_arw.png") no-repeat;
  background-size: 23px 17px;
}
#contents.responsive .irokazu__desc p strong {
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  font-size: 18px;
}
#contents.responsive .irokazu__desc p strong::before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #ffef00;
  z-index: -1;
}
#contents.responsive .irokazu__desc div {
  position: absolute;
  right: 0;
  top: 20px;
}
#contents.responsive .irokazu__image h3 {
  text-align: center;
}
#contents.responsive .irokazu__panel__title {
  position: relative;
  padding: 10px 10px 8px;
  background: #00a6dc;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#contents.responsive .irokazu__panel__title small {
  font-size: 15px;
  font-weight: normal;
}
#contents.responsive .irokazu__panel__title em {
  display: inline-block;
  margin-right: 15px;
  padding: 6px 10px 4px;
  background: #ffef00;
  border-radius: 12px;
  font-size: 13px;
  font-style: normal;
  vertical-align: middle;
  color: #ed168e;
}
#contents.responsive .irokazu__panel__title i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#contents.responsive .irokazu__panel__body {
  padding: 15px 10px 23px;
  border: solid 2px #00a6dc;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
#contents.responsive .irokazu__panel__body p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}
#contents.responsive .irokazu__panel__body p strong {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 22px;
}
#contents.responsive .irokazu__panel__body p strong::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #ffef00;
  z-index: -1;
}
#contents.responsive .irokazu__panel__arw {
  margin: 5px 0;
  text-align: center;
}
#contents.responsive .irokazu__panel--until .irokazu__panel__title {
  background: #85929e;
}
#contents.responsive .irokazu__panel--until .irokazu__panel__title i {
  right: 35px;
}
#contents.responsive .irokazu__panel--until .irokazu__panel__body {
  border-color: #85929e;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .irokazu {
    max-width: none;
    margin: 25px auto;
    padding: 0 15px;
  }
  #contents.responsive .irokazu__header h2 {
    flex: 1 0 0%;
    align-items: flex-end;
    font-size: 4.8vw;
  }
  #contents.responsive .irokazu__header h2 i {
    flex: 0 0 calc(48 / 750 * 100%);
  }
  #contents.responsive .irokazu__header h2 i svg {
    width: 100%;
    height: auto;
  }
  #contents.responsive .irokazu__header p {
    font-size: 3.46667vw;
  }
  #contents.responsive .irokazu__header p span {
    display: block;
    padding: 8px 5px 6px;
  }
  #contents.responsive .irokazu__header p sup {
    font-size: 2.66667vw;
  }
  #contents.responsive .irokazu__header ul {
    font-size: 2.93333vw;
  }
  #contents.responsive .irokazu__desc {
    padding-right: calc(142 / 750 * 100%);
  }
  #contents.responsive .irokazu__desc p {
    padding: 1em 1.5em;
    font-size: 4vw;
  }
  #contents.responsive .irokazu__desc p strong::before {
    display: none;
  }
  #contents.responsive .irokazu__desc p span {
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    font-size: 4vw;
  }
  #contents.responsive .irokazu__desc p span::before {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #ffef00;
    z-index: -1;
  }
  #contents.responsive .irokazu__desc div {
    top: auto;
    bottom: 0;
    width: calc(178 / 750 * 100%);
  }
  #contents.responsive .irokazu__image h3 img {
    width: 100%;
    max-width: 313px;
    height: auto;
  }
  #contents.responsive .irokazu__panel__title {
    border-radius: 8px 8px 0 0;
    font-size: 4vw;
  }
  #contents.responsive .irokazu__panel__title small {
    font-size: 2.93333vw;
  }
  #contents.responsive .irokazu__panel__title em {
    font-size: 2.66667vw;
  }
  #contents.responsive .irokazu__panel__title i {
    right: 5px;
    width: calc(110 / 750 * 100%);
  }
  #contents.responsive .irokazu__panel__title i img {
    width: 100%;
    height: auto;
  }
  #contents.responsive .irokazu__panel__body {
    border-radius: 0 0 8px 8px;
  }
  #contents.responsive .irokazu__panel__body p {
    font-size: 4vw;
    line-height: 1.4;
  }
  #contents.responsive .irokazu__panel__body p strong {
    display: block;
    font-size: 4.53333vw;
  }
  #contents.responsive .irokazu__panel__body p strong::before {
    bottom: 3px;
  }
  #contents.responsive .irokazu__panel__arw {
    margin: 10px 0;
  }
  #contents.responsive .irokazu__panel__arw svg {
    width: 41px;
    height: auto;
  }
  #contents.responsive .irokazu__panel--until .irokazu__panel__title i {
    right: 15px;
    width: calc(83 / 750 * 100%);
  }
}

/* Utility
================================================== */
@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 {
  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;
  }
}
