@charset "UTF-8";
@import url("/common/css/header_rwd.css");
@import url("/common/css/footer_rwd.css");
@import url("/common/css/contents_rwd.css");
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}


.fixed .modal {
  overflow: auto;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background: none;
}
.modal .innr {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.modal .innr .tbl-cel {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
.modal .innr .tbl-cel .content-modal {
  width: 960px;
  background: #fff;
  padding: 40px 40px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal {
    padding: 19px 15px 15px 15px;
    width: 92%;
  }
}
.modal .innr .tbl-cel .content-modal .image.image-block {
  max-width: 800px;
  margin: 20px auto 9px auto;
}
.modal .innr .tbl-cel .content-modal .image.image-block h5 {
  margin-bottom: 20px;
  text-align: left;
}
.modal .innr .tbl-cel .content-modal h3 {
  text-align: center;
  color: #231815;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 4px solid #004077;
  margin: 0 0 32px 0;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal h3 {
    font-size: 18px;
    border-bottom: 2px solid #004077;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
  }
}
.modal .innr .tbl-cel .content-modal h4 {
  font-size: 22px;
  color: #231815;
  font-weight: bold;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal h4 {
    font-size: 15px;
    margin: 0 0 4px 0;
  }
}
.modal .innr .tbl-cel .content-modal h5 {
  color: #004077;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal h5 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
}
.modal .innr .tbl-cel .content-modal p {
  font-size: 16px;
  line-height: 1.625;
}
.modal .innr .tbl-cel .content-modal p ~ h4 {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal p {
    font-size: 14px;
    line-height: 1.5;
  }
  .modal .innr .tbl-cel .content-modal p ~ h4 {
    margin-top: 16px;
  }
}
.modal .innr .tbl-cel .content-modal .image {
  text-align: center;
  margin: 45px 0 46px 0;
}
.modal .innr .tbl-cel .content-modal .image img {
  max-width: 100%;
}
.modal .innr .tbl-cel .content-modal .image.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal .image.mb15 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal .image {
    margin: 22px 0 30px 0;
  }
  .modal .innr .tbl-cel .content-modal .image.pad-20 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.modal .innr .tbl-cel .content-modal ul.list {
  text-indent: -3.5em;
  margin-left: 3.5em;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal ul.list {
    font-size: 8px;
    text-indent: -3em;
    padding-left: 3em;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal ul.list li {
    margin-bottom: 2px;
  }
}
.modal .innr .tbl-cel .content-modal ul.list li a::before {
  content: "";
  margin-right: 3px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url("/products/bizprinter/img/icon_blank.png") no-repeat;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal ul.list li a::before {
    width: 8px;
    height: 8px;
    background: url("/products/bizprinter/img/icon_blank_sp.png") no-repeat;
    background-size: contain;
  }
}
.modal .innr .tbl-cel .content-modal .group_video {
  display: flex;
  justify-content: space-between;
  margin: 38px 0 26px 0;
}
.modal .innr .tbl-cel .content-modal .group_video .video_inner {
  position: relative;
}
.modal .innr .tbl-cel .content-modal .group_video .video_inner:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.modal .innr .tbl-cel .content-modal .group_video .video_inner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal .group_video {
    display: block;
    margin-top: 25px;
  }
}
.modal .innr .tbl-cel .content-modal .group_video .item img {
  max-width: 100%;
}
.modal .innr .tbl-cel .content-modal .group_video .item:first-child {
  flex: 0 0 44%;
  max-width: 44%;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal .group_video .item:first-child {
    max-width: 100%;
  }
}
.modal .innr .tbl-cel .content-modal .group_video .item:last-child {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal .group_video .item:last-child {
    max-width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}
.modal .innr .tbl-cel .content-modal .group_video .item h5 {
  color: #231815;
  font-size: 18px;
  margin: 0 0 14px 0;
}
@media screen and (max-width: 768px) {
  .modal .innr .tbl-cel .content-modal .group_video .item h5 {
    font-size: 14px;
    text-align: left;
  }
}
.modal .close {
  position: absolute;
  width: 33px;
  height: 33px;
  top: -41px;
  right: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='33px' height='33px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M1.470,0.869 L32.255,31.654 L31.155,32.753 L0.370,1.968 L1.470,0.869 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M32.255,1.968 L1.470,32.753 L0.370,31.654 L31.155,0.869 L32.255,1.968 Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 768px) {
  .modal .close {
    width: 25px;
    height: 25px;
    top: -30px;
    right: 0;
    background-size: contain;
  }
}
.modal .close img {
  width: 40px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(30, 30, 30, 0.6);
  z-index: 999;
}

body.fixed {
  position: fixed;
  height: auto;
  left: 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  body {
    overflow: auto;
  }
}

.modal .innr .tbl-cel .content-modal-movie {
  background: none;
  padding: 0;
}

.modal .innr .tbl-cel .content-modal-movie-inner {
  padding-bottom: 56.25%;
	height: 0;
	position: relative;
}
.modal .innr .tbl-cel .content-modal-movie iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.demo__showroom .movie_list{
  max-width:500px;
  margin-bottom: 70px;
}
.demo__showroom .movie_list .btn a{
  width: 100%;
  color: #fff;
  text-decoration: none !important;
}


#contents .movie_list li figure {
    position: relative;
}
#contents .movie_list li figure img {
    max-width: 100%;
    height: auto;
}
 
#contents .movie_list li figure::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
#contents .movie_list li figure::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 3px;
    pointer-events: none;
}