@charset "UTF-8";
/* adjust
================================================== */
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .detailSection {
    width: auto;
  }
}

/* kv
================================================== */
.kv {
  background: url("/products/bizprinter/special/a3/images/kv_bg-pc.jpg") no-repeat center top;
  background-size: 100% auto;
}
.kv__inner {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .kv {
    background: none;
  }
  .kv__inner {
    width: auto;
  }
}

/* anchors
================================================== */
.anchors {
  position: relative;
  min-height: 130px;
  z-index: 100;
}
.anchors__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background: #5082b0;
}
.anchors__items {
  box-sizing: border-box;
  display: flex;
  width: 1240px;
  margin: 0 auto;
  border-left: solid 1px #85a8c8;
}
.anchors__item {
  box-sizing: border-box;
  position: relative;
  flex: 1 0 0%;
  border-right: solid 1px #85a8c8;
}
.anchors__item__icon {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -50%);
}
.anchors__item__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 10px 24px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.anchors__item__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(45deg);
  bottom: 3px;
}
.anchors__item__desc {
  margin-bottom: 5px;
  font-size: 18px;
}
.anchors__item__title {
  padding-bottom: 5px;
  border-bottom: solid 3px #fff;
  font-size: 20px;
}
.anchors.is-fixed .anchors__inner {
  position: fixed;
  top: 0;
  animation: DownAnime .3s forwards;
}
.anchors.is-fixed .anchors__item__icon {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.anchors.is-fixed .anchors__item__link {
  padding: 10px 10px 18px;
}
.anchors.is-fixed .anchors__item__desc {
  display: none;
}
.anchors.is-fixed .anchors__item__title {
  padding-bottom: 0;
  border: none;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .anchors {
    min-height: 22.66667vw;
  }
  .anchors__inner {
    padding: 2.13333vw 0;
  }
  .anchors__items {
    width: auto;
    border-left: none;
  }
  .anchors__item {
    border-right: none;
  }
  .anchors__item + .anchors__item {
    border-left: solid 1px #85a8c8;
  }
  .anchors__item__icon {
    top: -1.6vw;
  }
  .anchors__item__icon img {
    width: 8vw;
    height: auto;
  }
  .anchors__item__link {
    padding: 2.93333vw 1.33333vw 2.4vw;
  }
  .anchors__item__link::after {
    width: 1.06667vw;
    height: 1.06667vw;
    border-width: 0 0.66667vw 0.66667vw 0;
    bottom: 0.26667vw;
  }
  .anchors__item__desc {
    margin-bottom: 0;
    font-size: 2.4vw;
    line-height: 1.4;
  }
  .anchors__item__title {
    padding-bottom: 0.8vw;
    border-bottom-width: 0.53333vw;
    font-size: 3.2vw;
    line-height: 1.25;
  }
  .anchors.is-fixed .anchors__item__link {
    padding: 1.86667vw 1.33333vw 4vw;
  }
  .anchors.is-fixed .anchors__item__link::after {
    width: 1.86667vw;
    height: 1.86667vw;
    border-width: 0 0.66667vw 0.66667vw 0;
    bottom: 1.33333vw;
  }
  .anchors.is-fixed .anchors__item__title {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 3.2vw;
  }
  .anchors.is-fixed .anchors__item__title span {
    display: none;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* section
================================================== */
.section {
  padding: 100px 0;
}
.section__inner {
  width: 1240px;
  margin: 0 auto;
}
.section__title {
  margin-bottom: 60px;
  text-align: center;
}
.section__title h2 {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: .2em;
  border-bottom: solid 3px #5082b0;
}
.section__title h2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  content: "";
  display: block;
  width: 30px;
  height: 32px;
  background: url("/products/bizprinter/special/a3/images/section_bg_h2w.png") no-repeat;
  background-size: 30px 32px;
}
.section__title span {
  font-size: 30px;
}
.section__title em {
  font-size: 35px;
  font-style: normal;
}
.section__subtitle {
  display: flex;
  align-items: center;
  gap: .5em;
  margin-bottom: 30px;
  font-size: 24px;
}
.section__subtitle::before, .section__subtitle::after {
  content: '';
  height: 2px;
  background-color: #333;
  flex-grow: 1;
}
.section__notes {
  font-size: 14px;
}
.section__notes > li {
  display: table-row;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__link {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 16px;
}
.section__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0068b7;
  border-right: solid 2px #0068b7;
  transform: translateY(-50%) rotate(45deg);
}
.section--bg {
  background: #edf2f7;
}
.section--bg .section__title h2::after {
  background: url("/products/bizprinter/special/a3/images/section_bg_h2b.png") no-repeat;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 18.66667vw 4vw 10.66667vw;
  }
  .section__inner {
    width: auto;
  }
  .section__title {
    margin-bottom: 8vw;
  }
  .section__title h2 {
    display: flex;
    border-bottom: solid 2px #5082b0;
    line-height: 1.35;
  }
  .section__title h2::after {
    width: 20px !important;
    height: 21px !important;
    background-size: 20px 21px !important;
  }
  .section__title span {
    margin-bottom: .2em;
    font-size: 4vw;
  }
  .section__title em {
    font-size: 5.33333vw;
  }
  .section__subtitle {
    display: block;
    margin-bottom: .9em;
    font-size: 4.8vw;
    text-align: center;
  }
  .section__subtitle::before, .section__subtitle::after {
    content: none;
    display: none;
  }
  .section__notes {
    font-size: 3.2vw;
  }
  .section__link {
    font-size: 4vw;
  }
  .section__link::before {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

/* features
================================================== */
.features__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.features__item {
  box-sizing: border-box;
  flex: 0 0 calc(50% - 40px);
  border: solid 3px #333;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.features__item--ill {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  overflow: visible;
}
.features__item__title {
  padding: .4em .3em .2em;
  background: #f4d500;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.features__item__body {
  padding: 25px;
  background: #fff;
}
.features__item__list {
  display: flex;
  align-items: flex-start;
  gap: .75em;
  font-size: 16px;
}
.features__item__list dt {
  padding: .1em 1em 0;
  flex: 0 0 auto;
  background: #333;
  color: #fff;
  border-radius: 1em;
}
.features__item__list dd {
  padding-top: .125em;
}
.features__item__list dd sup {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.features__item__list + ul {
  margin-top: .75em;
}
.features__item__list--solution dt {
  background: #d45f6a;
}
.features__item__list--solution dd {
  font-weight: bold;
}
.features__item__arw {
  margin: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .features {
    padding-bottom: 0;
  }
  .features__items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5.33333vw;
  }
  .features__item {
    flex: 0 0 auto;
    border-width: 0.8vw;
  }
  .features__item__title {
    font-size: 4.8vw;
  }
  .features__item__body {
    padding: 5.33333vw 3.2vw;
  }
  .features__item__list {
    font-size: 4vw;
  }
  .features__item__list dt {
    padding-top: .2em;
  }
  .features__item__list dd sup {
    font-size: 3.2vw;
  }
  .features__item__arw {
    margin: 2.66667vw 0;
  }
  .features__item__arw img {
    width: 11.2vw;
    height: auto;
  }
}

/* lineup
================================================== */
.lineup__compare {
  margin: 90px 0 25px;
  background: linear-gradient(to right, #e1f0d4 50%, #cee8f4 50%);
}
.lineup__compare__head {
  display: flex;
}
.lineup__compare__head picture {
  display: block;
  flex: 1 0 0%;
  margin-top: -30px;
}
.lineup__compare__body {
  padding: 40px;
}
.lineup__compare__title {
  margin-bottom: 30px;
  padding: .3em .5em .1em;
  background: #5082b0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.lineup__compare__title strong {
  font-size: 24px;
}
.lineup__compare__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 45px;
}
.lineup__compare__row .section__notes {
  flex: 0 0 100%;
  margin-top: 1em;
}
.lineup__compare__row--point {
  padding: 0;
  margin-bottom: 0;
}
.lineup__compare__row--point > div {
  flex: 1 0 0%;
  text-align: center;
}
.lineup__compare__row--point > div picture {
  display: block;
  min-height: 305px;
  margin-bottom: 10px;
}
.lineup__compare__row--point > div a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: 80px;
  background: #05872e;
  box-shadow: 3px 3px 0 0 #b4c0aa;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.lineup__compare__row--point > div 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: 20px;
}
.lineup__compare__row--point > div a strong {
  font-size: 24px;
}
.lineup__compare__row--point > div a.cartridge {
  background: #098ac6;
}
.lineup__compare__cost {
  display: flex;
  gap: 10px;
}
.lineup__compare__totalcost {
  padding: 30px;
  background: #fff;
  text-align: center;
}
.lineup__type {
  padding-top: 90px;
}
.lineup__type__head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  background-image: linear-gradient(to right, #6db92a 0%, #61a822 30%, #54961a 50%, #fff 50%);
}
.lineup__type__head__text {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 0 40px;
  color: #fff;
}
.lineup__type__head__text::after {
  content: "";
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #54971b;
  border-width: 21px 0 21px 36px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.lineup__type__head__image {
  flex: 0 0 50%;
  margin: 0;
}
.lineup__type__head__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: .5em;
  font-size: 24px;
}
.lineup__type__head__title strong {
  font-size: 30px;
}
.lineup__type__head__lead {
  font-size: 18px;
  line-height: 1.67;
}
.lineup__type__panels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.lineup__type__panel {
  box-sizing: border-box;
  flex: 0 0 600px;
  background: #fff;
  border: solid 3px #68b227;
  border-radius: 10px;
  overflow: hidden;
}
.lineup__type__panel__image {
  margin: -3px -3px 0 -3px;
}
.lineup__type__panel__body {
  padding: 30px;
}
.lineup__type__panel__body h3, .lineup__type__panel__body h4 {
  font-size: 24px;
  line-height: 1.4;
}
.lineup__type__panel__body p {
  margin: .75em 0;
  line-height: 1.625;
  font-size: 16px;
}
.lineup__type__panel__body sup {
  display: inline-block;
  font-size: 14px !important;
  font-weight: normal;
  vertical-align: top;
}
.lineup__type__products {
  display: flex;
  gap: 20px;
}
.lineup__type__product {
  flex: 1 0 0%;
}
.lineup__type__product__link {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
  text-align: center;
}
.lineup__type__product__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .9em .25em .75em;
  border-bottom: solid 1px #c1c1c1;
  font-size: 15px;
  line-height: 1.625;
  color: #54a23d;
}
.lineup__type__product__title small {
  font-size: 14px;
}
.lineup__type__product__image {
  margin: 0;
}
.lineup__type__product__image figcaption {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.lineup__type__product__btn {
  padding: 25px 25px 28px;
}
.lineup__type__product__btn > span {
  position: relative;
  display: block;
  padding: 1em;
  background: #05872e;
  border-radius: 5px;
  box-shadow: 2px 2px 0 0 #ccc;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.lineup__type__product__btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.lineup__type--cartridge .lineup__type__head {
  background-image: linear-gradient(to right, #0c94d3 0%, #0784be 30%, #0173a8 50%, #fff 50%);
}
.lineup__type--cartridge .lineup__type__head__text::after {
  border-color: transparent transparent transparent #0174aa;
}
.lineup__type--cartridge .lineup__type__panel {
  border-color: #098ac6;
}
.lineup__type--cartridge .lineup__type__product__title {
  color: #098ac6;
}
.lineup__type--cartridge .lineup__type__product__btn > span {
  background: #098ac6;
}
.lineup__search {
  margin-top: 70px;
}
.lineup__search__btn {
  box-sizing: border-box;
  position: relative;
  display: block;
  max-width: 680px;
  margin: 0 auto;
  padding: 1.1em 1em 1em 1em;
  background: #5082b0;
  border-radius: 8px;
  box-shadow: 3px 3px 0 0 #ccc;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none !important;
  color: #fff !important;
  text-align: center;
  line-height: 1;
}
.lineup__search__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .lineup__compare {
    margin-top: 0;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .lineup__compare__head picture {
    margin-top: 0;
  }
  .lineup__compare__body {
    padding: 5.33333vw 4vw;
  }
  .lineup__compare__title {
    margin-bottom: 5.33333vw;
    font-size: 3.46667vw;
  }
  .lineup__compare__title strong {
    font-size: 4vw;
  }
  .lineup__compare__row {
    margin-bottom: 6.66667vw;
    padding: 0 3.46667vw;
  }
  .lineup__compare__row--point {
    margin-bottom: 0;
    padding: 0;
    gap: 8vw;
  }
  .lineup__compare__row--point > div picture {
    min-height: 0;
    margin-bottom: 2vw;
  }
  .lineup__compare__row--point > div a {
    padding: 2vw 0 5.6vw;
    height: auto;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .lineup__compare__row--point > div a strong {
    font-size: 3.2vw;
  }
  .lineup__compare__row--point > div a::after {
    right: auto;
    left: 50%;
    bottom: 1.6vw;
    transform: rotate(45deg) translateX(-50%);
  }
  .lineup__compare__cost {
    flex-direction: column;
    gap: 2.4vw;
    flex: 0 0 35.2vw;
  }
  .lineup__compare__cost img {
    width: 100%;
    height: auto;
  }
  .lineup__compare__totalcost {
    padding: 3.33333vw;
  }
  .lineup__compare__totalcost img {
    width: 63.6vw;
    height: auto;
  }
  .lineup__type {
    padding-top: 12vw;
  }
  .lineup__type__head {
    flex-direction: column;
    margin-bottom: 6.66667vw;
    background-image: none;
  }
  .lineup__type__head__text {
    flex: 0 0 auto;
    padding: 6.66667vw;
    background-image: linear-gradient(to right, #6db92a 0%, #61a822 60%, #54961a 100%);
  }
  .lineup__type__head__text::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #5ea521 transparent transparent transparent;
    border-width: 4.66667vw 2.8vw 0 2.8vw;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .lineup__type__head__image {
    flex: 0 0 auto;
  }
  .lineup__type__head__title {
    font-size: 5.33333vw;
  }
  .lineup__type__head__title strong {
    font-size: 7.2vw;
  }
  .lineup__type__head__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
  .lineup__type__panels {
    flex-direction: column;
    margin-bottom: 8vw;
    gap: 6.66667vw;
  }
  .lineup__type__panel {
    flex: 0 0 auto;
  }
  .lineup__type__panel__body {
    padding: 5.33333vw;
  }
  .lineup__type__panel__body h3, .lineup__type__panel__body h4 {
    font-size: 4.8vw;
  }
  .lineup__type__panel__body p {
    font-size: 4vw;
  }
  .lineup__type__panel__body sup {
    font-size: 3.2vw !important;
  }
  .lineup__type__products {
    flex-wrap: wrap;
    gap: 2.93333vw;
  }
  .lineup__type__product {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 1.46667vw);
  }
  .lineup__type__product__title {
    padding: .7em .3em .5em;
    font-size: 3.46667vw;
    line-height: 1.38;
  }
  .lineup__type__product__title small {
    font-size: 3.2vw;
  }
  .lineup__type__product__image figcaption {
    font-size: 3.46667vw;
  }
  .lineup__type__product__btn {
    padding: 2.66667vw 3.6vw 4.8vw;
  }
  .lineup__type__product__btn > span {
    font-size: 3.46667vw;
  }
  .lineup__type__product__btn > span::after {
    right: 2.4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .lineup__type--cartridge .lineup__type__head__text {
    background-image: linear-gradient(to right, #0c94d3 0%, #0784be 60%, #0173a8 100%);
  }
  .lineup__type--cartridge .lineup__type__head__text::after {
    border-color: #0582ba transparent transparent transparent;
  }
  .lineup__search {
    margin-top: 8vw;
  }
  .lineup__search__btn {
    font-size: 4vw;
    line-height: 1.3;
  }
  .lineup__search__btn::after {
    right: 2.93333vw;
  }
}

/* functions
================================================== */
.functions__items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-bottom: 90px;
}
.functions__item {
  flex: 0 0 calc(50% - 20px);
}
.functions__item figure {
  margin: 0;
}
.functions__item h3 {
  margin: 1em 0 .5em;
  font-size: 24px;
}
.functions__item p {
  font-size: 16px;
}
.functions__item p + ul {
  margin-top: .5em;
}
.functions__service__lead {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.functions__service__items {
  display: flex;
  justify-content: center;
  gap: 41px;
}
.functions__service__item {
  flex: 0 0 386px;
}
.functions__service__item__link {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 30px 30px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  text-decoration: none !important;
}
.functions__service__item__link h4 {
  margin-bottom: .5em;
  font-size: 20px;
  color: #333;
}
.functions__service__item__link p {
  margin-bottom: .5em;
  font-size: 16px;
  color: #333;
}
.functions__service__item__link ul {
  margin-top: auto;
  text-align: right;
}
.functions__service__item__link:hover ul span {
  text-decoration: underline;
}
.functions__service__item__image {
  margin: 0 -30px 30px;
}
@media only screen and (max-width: 767px) {
  .functions__items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6.66667vw;
    margin-bottom: 13.33333vw;
  }
  .functions__item {
    flex: 0 0 auto;
  }
  .functions__item h3 {
    font-size: 4.8vw;
  }
  .functions__item p {
    font-size: 4vw;
  }
  .functions__service__lead {
    margin-bottom: 6.66667vw;
    font-size: 4vw;
  }
  .functions__service__items {
    flex-direction: column;
    gap: 6.66667vw;
  }
  .functions__service__item {
    flex: 0 0 auto;
  }
  .functions__service__item__link {
    padding: 0 6vw 6vw 6vw;
  }
  .functions__service__item__link h4 {
    font-size: 4.8vw;
  }
  .functions__service__item__link p {
    font-size: 4vw;
  }
  .functions__service__item__image {
    margin: 0 -6vw 6vw;
  }
}

/*レコメンドエリア*/
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 360px) {
  .is-sp-mini {
    display: none !important;
  }
}
/* ------ recommendSection ------ */
.recommendSection {
  position: relative;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.recommendSection .ttl-page {
  margin-bottom: 1em;
  font-size: 24px;
  text-align: center;
}
.recommendSection .recommendList {
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.recommendSection .recommendList .slideBlock {
  padding: 20px 0 20px 4px;
}
.recommendSection .recommendList .slideBlock li {
  float: left;
  vertical-align: top;
  width: 223px;
  height: 203px;
  margin: 0 0 20px 12px;
  padding: 0;
}
.recommendSection .recommendList .slideBlock li dl dt span {
  display: block;
}
.recommendSection .recommendList .slideBlock li dl dt span .bnrImg img {
  height: 108px;
}
@media only screen and (max-width: 767px) {
  .recommendSection {
    width: auto;
  }
  .recommendSection .ttl-page {
    font-size: 4.8vw;
  }
  .recommendSection .recommendList .slideBlock {
    padding-left: 18px;
    padding-right: 18px;
  }
  .recommendSection .recommendList .slideBlock li {
    float: none;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px !important;
    padding-top: 7px !important;
  }
  .recommendSection .recommendList .slideBlock li dl dt {
    float: left;
    width: 126px;
    padding-right: 10px;
    padding-bottom: 3px;
  }
  .recommendSection .recommendList .slideBlock li dl dt img {
    width: 100%;
    height: auto;
  }
  .recommendSection .recommendList .slideBlock li dl dd .fsS {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #005ab4;
    letter-spacing: -0.05em;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .forsp {
    display: none !important;
  }
}
@media print {
  #contents .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .forpc {
    display: none !important;
  }
}
#contents .oro {
  transition: opacity .3s ease-in;
}
#contents .oro:hover {
  opacity: .7;
}

#contents img.liquid {
  width: 100%;
  height: auto;
}
#contents img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
