@charset "UTF-8";
/* library
================================================== */
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 68, 68, 0.75);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  outline: none;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 900px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap + p {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -70px;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  border: none;
  background: #fff;
  cursor: pointer;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50%;
  top: 30px;
  left: 13px;
  margin-top: -1px;
  background: #444;
  border-radius: 5px;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .modal-video-inner {
    padding: 0 15px;
  }

  .modal-video-close-btn {
    top: -55px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }

  .modal-video-close-btn:before, .modal-video-close-btn:after {
    top: 25px;
    left: 11px;
  }
}
/* adjusting
================================================== */
#contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#contents .headSection .ttl {
  float: none;
  width: auto;
  display: flex;
}
#contents .headSection .ttl h1 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #contents .headSection {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 10px;
  }
  #contents .headSection .ttl h1 {
    font-size: 14px;
  }
}

/* share
================================================== */
#contents .snsArea {
  padding: 50px 0;
  background-color: #f4f4f4;
}
#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;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 30px 0;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* visual
================================================== */
#contents .visual {
  background-color: #63d3c9;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, #90e2da 20px, #90e2da 40px);
  background-size: auto auto;
}
#contents .visual__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
  height: 400px;
}
#contents .visual__main {
  flex: 0 0 540px;
}
#contents .visual__image {
  flex: 0 0 374px;
}
#contents .visual__title {
  display: flex;
  align-items: center;
  background: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
#contents .visual__title i, #contents .visual__title span {
  display: block;
}
#contents .visual__title i {
  margin-right: 10px;
}
#contents .visual__title span {
  font-size: 38px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#contents .visual__notice {
  margin-bottom: 1em;
  font-size: 14px;
}
#contents .visual__notice span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 1em;
  background: #000;
  color: #fff;
}
#contents .visual__lead {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.67;
}
#contents .visual__btn a {
  position: relative;
  display: inline-block;
  width: 320px;
  padding: 10px 0;
  border: solid 3px #333;
  border-radius: 10px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/bg_dot.png);
  box-shadow: 2px 2px 0px 0px #36948c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  text-align: center;
  text-decoration: none !important;
}
#contents .visual__btn a::before {
  position: absolute;
  left: 8px;
  top: 8px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_blank.png) no-repeat;
}
#contents .visual__btn a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_arw.svg) no-repeat;
}
#contents .visual__note {
  padding: 1em 0;
  background: #90e2da;
  font-size: 12px;
}
#contents .visual__note span {
  display: block;
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #contents .visual__inner {
    display: block;
    width: auto;
    height: auto;
    padding: 25px 15px;
  }
  #contents .visual__main {
    margin-bottom: 15px;
  }
  #contents .visual__image {
    padding: 0 20px;
  }
  #contents .visual__title {
    margin-bottom: 8px;
  }
  #contents .visual__title i {
    margin-right: 10px;
  }
  #contents .visual__title i img {
    width: 100px;
    height: auto;
  }
  #contents .visual__title span {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.125;
  }
  #contents .visual__title span br {
    display: block !important;
  }
  #contents .visual__notice {
    font-size: 13px !important;
  }
  #contents .visual__lead {
    font-size: 15px !important;
  }
  #contents .visual__btn {
    padding: 0 10px;
  }
  #contents .visual__btn a {
    display: block;
    width: auto;
    padding: 12px 0;
  }
  #contents .visual__note {
    padding: 1em 15px;
    font-size: 12px !important;
  }
  #contents .visual__note span {
    width: auto;
  }
}

/* common
================================================== */
/* section */
#contents .section {
  padding: 75px 0;
}
#contents .section__inner {
  width: 960px;
  margin: 0 auto;
}
#contents .section__title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
#contents .section__title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #000;
}
#contents .section__title span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  font-size: 28px;
}
#contents .section__title--features span {
  background: #90e2da;
}
#contents .section__notes {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #contents .section {
    padding: 50px 0;
  }
  #contents .section__inner {
    width: auto;
    padding: 0 15px;
  }
  #contents .section__title {
    margin-bottom: 25px;
  }
  #contents .section__title::before {
    height: 2px;
  }
  #contents .section__title span {
    font-size: 20px;
  }
}

/* features
================================================== */
#contents .features {
  background: #90e2da;
}
#contents .features__section {
  margin-top: 100px;
  border-radius: 20px;
  box-shadow: 3px 3px 0px 0px #36948c;
}
#contents .features__title {
  position: relative;
  padding: 25px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/bg_dot.png);
  border-radius: 20px 20px 0 0;
  text-align: center;
  line-height: 1;
}
#contents .features__title span {
  box-sizing: border-box;
  position: absolute;
  left: 22px;
  top: -46px;
  display: flex;
  width: 320px;
  height: 56px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: solid 3px #000;
  font-size: 20px;
}
#contents .features__title span::before {
  position: absolute;
  right: -22px;
  top: -17px;
  display: block;
  content: "";
  width: 44px;
  height: 38px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/features_icn_rt.png) no-repeat;
}
#contents .features__title span::after {
  position: absolute;
  right: 22px;
  bottom: -16px;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/features_icn_rb.png) no-repeat;
}
#contents .features__title em {
  font-size: 32px;
  font-style: normal;
}
#contents .features__body {
  padding: 50px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
#contents .features__desc {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: dashed 4px #fcdc46;
  text-align: center;
}
#contents .features__desc--nobdr {
  padding-bottom: 0;
  border: none;
}
#contents .features__desc img {
  display: block;
  margin: 0 auto 30px;
}
#contents .features__desc p {
  font-size: 16px;
  line-height: 1.625;
}
#contents .features__subtitle {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}
#contents .features__subtitle::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  border-bottom: dashed 4px #fcdc46;
}
#contents .features__subtitle span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  font-size: 24px;
}
#contents .features__3steps {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#contents .features__3steps li {
  position: relative;
  flex: 0 0 262px;
}
#contents .features__3steps li + li {
  margin-left: 37px;
}
#contents .features__3steps li + li::after {
  position: absolute;
  left: -28px;
  top: 103px;
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_arw.svg) no-repeat;
}
#contents .features__3steps div {
  margin-bottom: 10px;
}
#contents .features__3steps p {
  display: flex;
  align-items: flex-start;
}
#contents .features__3steps p i {
  flex: 0 0 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  background: #fede32;
  border-radius: 20px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#contents .features__3steps p span {
  margin-top: .55em;
  font-size: 16px;
}
#contents .features__point {
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 25px 30px 40px;
  width: 780px;
  background: #fede32;
  border-radius: 20px;
}
#contents .features__point__title {
  margin-bottom: 20px;
  text-align: center;
}
#contents .features__point__grid1 {
  display: flex;
  justify-content: space-around;
}
#contents .features__point__grid1 > div {
  flex: 0 0 340px;
}
#contents .features__point__grid1 > div img {
  display: block;
  margin: 0 auto;
}
#contents .features__point__grid1 > div p {
  display: table;
  margin: 20px auto 0;
  font-size: 16px;
}
#contents .features__point__grid2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents .features__point__grid2 > div:nth-child(1) {
  flex: 0 0 280px;
  text-align: right;
}
#contents .features__point__grid2 > div:nth-child(2) {
  flex: 0 0 410px;
}
#contents .features__point__grid2 > div p:nth-child(1) {
  margin-bottom: 1em;
  font-size: 16px;
}
#contents .features__point__grid2 > div p:nth-child(2) a {
  position: relative;
  display: inline-block;
  padding: 7px 45px 9px;
  border: solid 2px #333;
  border-radius: 10px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/bg_dot_w.png);
  box-shadow: 2px 2px 0px 0px #daa005;
  font-size: 14px;
  color: #333;
  text-align: center;
  text-decoration: none !important;
}
#contents .features__point__grid2 > div p:nth-child(2) a::after {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_arw.svg) no-repeat;
}
#contents .features__point__grid2 > div p:nth-child(2) a::before {
  position: absolute;
  left: 8px;
  top: 8px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_blank.png) no-repeat;
}
#contents .features__coordinate > div {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
#contents .features__coordinate > div div + div {
  position: relative;
  margin-left: 80px;
}
#contents .features__coordinate > div div + div::after {
  position: absolute;
  left: -50px;
  top: 103px;
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_arw.svg) no-repeat;
}
#contents .features__coordinate p {
  font-size: 16px;
}
#contents .features__support {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .features__support > div {
  margin-right: 30px;
}
#contents .features__support > p {
  max-width: 330px;
  font-size: 16px;
}
#contents .features__trial {
  margin-top: 60px;
  padding: 30px;
  border: solid 4px #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 0px 0px #36948c inset, 3px 3px 0px 0px #36948c;
  text-align: center;
}
#contents .features__trial h3 {
  margin-bottom: 10px;
}
#contents .features__trial p {
  margin-bottom: 20px;
}
#contents .features__trial p a {
  position: relative;
  display: inline-block;
  width: 320px;
  padding: 10px 0;
  border: solid 3px #333;
  border-radius: 10px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/bg_dot.png);
  box-shadow: 2px 2px 0px 0px #36948c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  text-align: center;
  text-decoration: none !important;
}
#contents .features__trial p a::before {
  position: absolute;
  left: 8px;
  top: 8px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_blank.png) no-repeat;
}
#contents .features__trial p a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_arw.svg) no-repeat;
}
#contents .features__info {
  display: table;
  margin: 60px auto 0;
  padding: 30px 30px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 3px 3px 0px 0px #36948c;
  text-align: center;
}
#contents .features__info__title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
}
#contents .features__info__subtitle {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}
#contents .features__info__tel {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
#contents .features__info__tel a {
  display: inline-block;
  padding-left: 45px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_tel.svg) no-repeat left center;
  color: #333;
  text-decoration: none !important;
  pointer-events: none;
}
#contents .features__info__note {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
#contents .features__info__note2 {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #contents .features {
    padding-top: 30px;
  }
  #contents .features__section {
    margin-top: 70px;
    border-radius: 15px;
  }
  #contents .features__title {
    padding: 15px;
    border-radius: 15px 15px 0 0;
  }
  #contents .features__title span {
    left: 0;
    top: -40px;
    width: 208px;
    height: 36px;
    border-radius: 5px;
    border: solid 2px #000;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  #contents .features__title span::before {
    right: -15px;
    top: -14px;
    width: 29px;
    height: 25px;
    background: url(/products/bizprinter/smartcharge/academic/coco/images/features_icn_rt.png) no-repeat;
    background-size: 29px 25px;
  }
  #contents .features__title span::after {
    right: 15px;
    bottom: -11px;
    width: 10px;
    height: 11px;
    background: url(/products/bizprinter/smartcharge/academic/coco/images/features_icn_rb.png) no-repeat;
    background-size: 10px 11px;
  }
  #contents .features__title em {
    font-size: 21px;
    font-size: 5.6vw;
  }
  #contents .features__body {
    padding: 20px 12px;
    border-radius: 0 0 15px 15px;
  }
  #contents .features__desc {
    border-bottom-width: 3px;
  }
  #contents .features__desc--nobdr {
    margin-bottom: 30px;
  }
  #contents .features__desc img {
    margin-bottom: 15px;
  }
  #contents .features__desc p {
    font-size: 15px;
    text-align: left;
  }
  #contents .features__desc p br {
    display: block !important;
  }
  #contents .features__subtitle::before {
    border-bottom-width: 3px;
  }
  #contents .features__subtitle span {
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
  #contents .features__3steps {
    display: block;
  }
  #contents .features__3steps li + li {
    margin-left: 0;
  }
  #contents .features__3steps li + li::after {
    display: none;
  }
  #contents .features__3steps li + li::before {
    content: "";
    display: block;
    margin: 18px auto;
    width: 24px;
    height: 16px;
    background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_arw.svg) no-repeat;
    transform: rotate(90deg);
  }
  #contents .features__3steps div {
    margin-bottom: 8px;
  }
  #contents .features__3steps div img {
    display: block;
    margin: 0 auto;
    max-width: 210px;
  }
  #contents .features__3steps p i {
    flex: 0 0 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    border-radius: 16px;
    font-size: 20px;
  }
  #contents .features__3steps p span {
    margin-top: .35em;
    font-size: 15px;
  }
  #contents .features__point {
    display: block;
    padding: 20px 15px 30px;
    width: auto;
    border-radius: 15px;
  }
  #contents .features__point__title {
    margin-bottom: 15px;
  }
  #contents .features__point__title img {
    width: 125px;
    height: auto;
  }
  #contents .features__point__grid1 {
    display: block;
  }
  #contents .features__point__grid1 > div + div {
    margin-top: 20px;
  }
  #contents .features__point__grid1 > div img {
    max-width: 210px;
  }
  #contents .features__point__grid1 > div p {
    font-size: 15px !important;
  }
  #contents .features__point__grid2 {
    display: block;
  }
  #contents .features__point__grid2 > div + div {
    margin-top: 20px;
  }
  #contents .features__point__grid2 > div:nth-child(1) img {
    max-width: 210px;
  }
  #contents .features__point__grid2 > div p:nth-child(1) {
    font-size: 15px !important;
  }
  #contents .features__point__grid2 > div p:nth-child(2) {
    margin: 0 -5px;
  }
  #contents .features__point__grid2 > div p:nth-child(2) a {
    display: block;
    padding: 8px 0 9px 0;
    font-size: 13px !important;
  }
  #contents .features__point__grid2 > div p:nth-child(2) a::before {
    left: 3px;
    top: 3px;
  }
  #contents .features__point__grid2 > div p:nth-child(2) a br {
    display: block !important;
  }
  #contents .features__coordinate > div {
    display: block;
  }
  #contents .features__coordinate > div div:nth-child(1) img {
    display: block;
    margin: 0 auto;
    max-width: 210px;
  }
  #contents .features__coordinate > div div + div {
    margin-left: 0;
  }
  #contents .features__coordinate > div div + div::after {
    display: none;
  }
  #contents .features__coordinate > div div + div::before {
    content: "";
    display: block;
    margin: 15px auto;
    width: 24px;
    height: 16px;
    background: url(/products/bizprinter/smartcharge/academic/coco/images/icn_arw.svg) no-repeat;
    transform: rotate(90deg);
  }
  #contents .features__coordinate p {
    font-size: 15px;
  }
  #contents .features__coordinate p br {
    display: block !important;
  }
  #contents .features__support {
    display: block;
  }
  #contents .features__support > div {
    margin: 0 0 20px 0;
  }
  #contents .features__support > p {
    max-width: 100%;
    font-size: 15px;
  }
  #contents .features__trial {
    margin-top: 25px;
    padding: 25px 12px;
    border-radius: 15px;
    border-width: 3px;
  }
  #contents .features__trial h3 img {
    display: block;
    margin: 0 auto;
    max-width: 288px;
  }
  #contents .features__trial p {
    margin-bottom: 10px;
  }
  #contents .features__trial p a {
    display: block;
    width: auto;
    padding: 12px 0;
  }
  #contents .features__info {
    display: block;
    margin: 30px 0 0;
    padding: 20px 15px;
    border-radius: 15px;
  }
  #contents .features__info__title, #contents .features__info__subtitle {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #contents .features__info__tel a {
    font-size: 30px;
    font-size: 8vw;
  }
  #contents .features__info p {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  #contents .features__info p br {
    display: block !important;
  }
}
@media (pointer: coarse) and (hover: none) {
  #contents .features__info__tel a {
    pointer-events: all;
  }
}

/* spec
================================================== */
#contents .spec {
  background: #fff;
}
#contents .spec__subtitle {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}
#contents .spec__table {
  margin-bottom: .5em;
  width: 100%;
}
#contents .spec__table th, #contents .spec__table td {
  padding: .75em 2.5em;
  border: solid 1px #d5d8dc;
}
#contents .spec__table th {
  width: 5%;
  background: #f2f3f4;
  white-space: nowrap;
  text-align: center;
}
#contents .spec__table--format {
  width: 50%;
}
#contents .spec__table--format th {
  width: auto;
}
@media only screen and (max-width: 767px) {
  #contents .spec__subtitle {
    margin-top: 25px;
    font-size: 17px;
  }
  #contents .spec__table th, #contents .spec__table td {
    padding: .5em;
  }
  #contents .spec__table--format {
    width: 100%;
  }
}

/* movies
================================================== */
#contents .movies {
  padding-bottom: 0;
  background: #90e2da;
}
#contents .movies__grid {
  display: flex;
  justify-content: space-between;
}
#contents .movies__grid > div {
  flex: 0 0 440px;
}
@media only screen and (max-width: 767px) {
  #contents .movies__grid {
    display: block;
  }
  #contents .movies__grid > div + div {
    margin-top: 35px;
  }
}
#contents .movie__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 76px;
  margin-bottom: 27px;
  background: #fff;
  border: solid 3px #333;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
#contents .movie__title em {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
#contents .movie__title::after {
  position: absolute;
  left: 50%;
  bottom: -17px;
  display: block;
  content: "";
  width: 16px;
  height: 17px;
  background: url(/products/bizprinter/smartcharge/academic/coco/images/movie_bg_balloon.png) no-repeat;
}
#contents .movie__image a {
  display: block;
  transition: opacity .3s ease;
}
@media only screen and (max-width: 767px) {
  #contents .movie__title {
    height: 60px;
    margin-bottom: 20px;
    font-size: 17px;
  }
  #contents .movie__title em {
    font-size: 12px;
  }
}

/* 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;
  }
}

/* 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 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.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;
  }
}
