@charset "UTF-8";
#footer {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 19.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .headSection .innerBlock {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .headSection .ttl2 {
    width: 100% !important;
  }
}
.headSection .productsLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .headSection h1 {
    width: 32vw;
    margin: 0 0 0 2.6666666667vw;
  }
  .headSection h1 img {
    width: 100%;
    height: auto;
  }
}
.headSection .logo-txt {
  display: none;
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .headSection .logo-txt {
    width: 13.3333333333vw;
    font-size: 4.1333333333vw;
    padding-left: 4.8vw;
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .headSection .aside {
    display: none !important;
  }
}

.headSection .innerBlock .aside .guide2 ul li .support {
  margin: -14px 0 0px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #contents {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #contents .biz_sitemap .subNav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#pagetopBlockSP {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  padding: 0 !important;
}
#pagetopBlockSP p {
  padding: 0 !important;
}

.container {
  position: relative;
}

.content {
  position: relative;
  width: 100% !important;
  margin: 0 auto 0;
  padding: 0;
  /*
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  */
  /*
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  */
}
.content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content a {
  cursor: pointer;
}
.content a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .content a:hover {
    opacity: 1 !important;
  }
}
.content sub, .content sup {
  font-size: 11px !important;
  /*
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  */
}
.content p, .content ul, .content li, .content dt, .content dd {
  line-height: 1.4;
}
.content img {
  image-rendering: -webkit-optimize-contrast;
}
.content .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content .show {
  display: block !important;
}
.content .hide {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .content button:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 768px) {
  .content .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content .is-sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .content .is-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content .is-pc {
    display: none;
  }
}

#search_content {
  width: 960px !important;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  #search_content {
    width: 93.8666666667vw !important;
  }
}

#compare_content {
  width: 960px !important;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  #compare_content {
    width: 93.8666666667vw !important;
  }
}

.content_header {
  position: relative;
  width: 960px !important;
  margin: 0 auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .content_header {
    width: 93.8666666667vw !important;
  }
}

.nav-tabs1 {
  border-bottom: none;
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .nav-tabs1 {
    margin-top: 7.2vw;
  }
}
.nav-tabs1 > li {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.nav-tabs1 > li a:focus, .nav-tabs1 > li a:hover {
  text-decoration: none;
}
.nav-tabs1 > li:nth-child(1) a {
  color: #414141;
  background-color: #cccccc;
  line-height: 1.3333333333;
  height: 104px;
  text-align: center;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 767px) {
  .nav-tabs1 > li:nth-child(1) a {
    height: 11.3333333333vw;
    font-size: 3.3333333333vw;
    border-top-left-radius: 1.2vw;
    border-top-right-radius: 1.2vw;
  }
}
.nav-tabs1 > li:nth-child(2) a {
  display: block;
  width: 100%;
  height: 120px;
  background-color: #005aba;
  color: #fff;
  position: relative;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 767px) {
  .nav-tabs1 > li:nth-child(2) a {
    height: 13.3333333333vw;
    font-size: 2.4vw;
    border-top-left-radius: 1.2vw;
    border-top-right-radius: 1.2vw;
  }
}
.nav-tabs1 > li:nth-child(2) a:before {
  content: "";
  width: 30px;
  height: 15px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='15px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 90, 186)' d='M15.148,14.687 L0.352,0.207 L29.943,0.207 L15.148,14.687 Z'/%3E%3C/svg%3E");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .nav-tabs1 > li:nth-child(2) a:before {
    width: 3.6vw;
    height: 1.8666666667vw;
    bottom: -1.6vw;
  }
}

.Search_toTopbutton {
  position: fixed;
  right: 218px;
  bottom: 200px;
}
@media screen and (max-width: 767px) {
  .Search_toTopbutton {
    display: none;
  }
}

.tab-content {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 4.8vw 0 0;
  }
}
.tab-content p.lead {
  font-size: 3.8666666667vw;
}
@media print, screen and (min-width: 768px) {
  .tab-content p.lead {
    display: none;
  }
}
.tab-content h3.ttl01 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .tab-content h3.ttl01 {
    margin-top: 4.8vw;
    margin-bottom: 2.4vw;
    padding-left: 3.6vw;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1;
  }
}
.tab-content h3.ttl01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #005ab4;
}
@media screen and (max-width: 767px) {
  .tab-content h3.ttl01:before {
    width: 1.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .tab-function-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .tab-content .tab-function-box .box {
    width: 100%;
  }
}
.tab-content ul.tbl-status {
  margin: 0px 0px 10px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status {
    margin: 0 auto 0;
    width: 100%;
  }
}
.tab-content ul.tbl-status li {
  list-style: none;
  display: table;
  width: 100%;
}
.tab-content ul.tbl-status li:first-child {
  border-top: 1px solid #f2f5f6;
}
.tab-content ul.tbl-status li > div {
  background-color: #dddee0;
  margin-bottom: 10px;
  padding: 17px 11px 7px 19px;
  float: none !important;
  display: table-cell;
  line-height: 18px;
  font-size: 89%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li > div {
    padding: 4.1333333333vw 0 3.6vw 0.6666666667vw;
    text-align: left;
    font-size: 4.1333333333vw;
  }
}
.tab-content ul.tbl-status li .results {
  width: 25%;
  font-weight: bold;
  background-clip: padding-box;
  border-right: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .results {
    width: 30%;
  }
}
.tab-content ul.tbl-status li .results .result-txt {
  margin-left: 30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .results .result-txt {
    margin: 0 auto 0;
    font-size: 3.6vw;
    text-align: center;
  }
}
.tab-content ul.tbl-status li .results .result-txt2 {
  margin-left: 110px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .results .result-txt2 {
    margin: 4.1333333333vw auto 0;
    width: 100%;
    text-align: center;
    font-size: 4.1333333333vw;
  }
}
.tab-content ul.tbl-status li .results .s-case {
  font-size: 21px;
  color: #cc3433;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .results .s-case {
    font-size: 5.0666666667vw;
    padding-right: 0.6666666667vw;
  }
}
.tab-content ul.tbl-status li .button {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button {
    padding: 2.4vw 2.4vw 2.4vw 2.4vw;
    width: 70% !important;
  }
}
.tab-content ul.tbl-status li .button .ttl-txt {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button .ttl-txt {
    font-size: 3.3333333333vw;
    margin-top: 1.2vw;
  }
}
.tab-content ul.tbl-status li .button .select-title {
  width: 100%;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button .select-title {
    margin-top: 1.2vw;
    margin-bottom: 0;
  }
}
.tab-content ul.tbl-status li .button .select-title .none-filter-text {
  color: #999;
  font-size: 14px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button .select-title .none-filter-text {
    font-size: 3.3333333333vw;
    line-height: 1.8;
  }
}
.tab-content ul.tbl-status li .button .select-title .wraptext {
  display: inline-block;
  border: 1px solid #616161;
  padding: 2px 7px;
  margin: 0px 8px 10px 0px;
  font-size: 15px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button .select-title .wraptext {
    padding: 0.5333333333vw 1.7333333333vw;
    margin: 0 1.8666666667vw 2.4vw 0;
    font-size: 2.9333333333vw;
  }
}
.tab-content ul.tbl-status li .button button.btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 3px;
  padding: 0 4px 0 30px;
  line-height: 28px;
  color: #333;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button button.btn {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 1.3333333333vw auto 0;
    padding: 0 0.9333333333vw 0 6vw;
    line-height: 6.8vw;
    font-size: 2.6666666667vw;
  }
}
.tab-content ul.tbl-status li .button button.btn span {
  color: #005ab4;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #005ab4;
  left: 11px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button button.btn span {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    left: 1.6vw;
    top: 1.8666666667vw;
  }
}
.tab-content ul.tbl-status li .button button.btn span:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 0px;
  line-height: 0px;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #005ab4;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button button.btn span:before {
    left: 0.9333333333vw;
    top: 1px;
    width: 1.2vw;
    height: 1.8666666667vw;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
  }
}
.tab-content ul.tbl-status li .button button.btn[disabled] {
  opacity: 1;
  background-color: #fff !important;
}
.tab-content ul.tbl-status li .button button.btn[disabled] span {
  color: #005ab4;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px dotted #005ab4;
  left: 11px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-status li .button button.btn[disabled] span {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    left: 1.6vw;
    top: 1.8666666667vw;
  }
}
.tab-content ul.tbl-status li .button button.btn[disabled] span:before {
  border-color: #005ab4;
}
.tab-content ul.tbl-check {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check {
    width: 100%;
    margin: 0;
  }
}
.tab-content ul.tbl-check li {
  list-style: none;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li {
    display: block;
  }
}
.tab-content ul.tbl-check li:first-child {
  border-top: 1px solid #f2f5f6;
}
.tab-content ul.tbl-check li .title {
  position: relative;
  width: 25%;
  padding: 7px 11px 7px 19px;
  float: none !important;
  display: table-cell;
  line-height: 18px;
  font-size: 89%;
  vertical-align: middle;
  background: #f2f5f6;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .title {
    display: block;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
    width: 100%;
    padding: 1.7333333333vw 13.3333333333vw 1.7333333333vw 2.4vw;
    font-size: 3.6vw;
    line-height: 1.5;
  }
}
.tab-content ul.tbl-check li .title .qMark {
  position: absolute;
  top: 8px;
  left: 118px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .title .qMark {
    display: none;
  }
}
.tab-content ul.tbl-check li .title a.linkbtn {
  float: right;
  background: #fff;
  border: 1px solid #0071be;
  display: block;
  padding: 0 4px;
  color: #0071be;
  border-radius: 2px;
  font-size: 9px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .title a.linkbtn {
    padding: 0 1.8666666667vw;
    font-size: 2.4vw;
    line-height: 2;
  }
}
.tab-content ul.tbl-check li .title a.linkbtn.active {
  background: #ff8201;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ff8201;
}
@media print, screen and (min-width: 768px) {
  .tab-content ul.tbl-check li .title a.linkbtn:hover {
    background: #ff8201;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff8201;
  }
}
.tab-content ul.tbl-check li .title .btnOpen {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #0071be;
  width: 8.4vw;
  height: 8.4vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tab-content ul.tbl-check li .title .btnOpen {
    display: none;
  }
}
.tab-content ul.tbl-check li .title .btnOpen span.subList {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/products/bizprinter/search/img/add.jpg) no-repeat left top;
  background-size: cover;
}
.tab-content ul.tbl-check li .title .btnOpen.open span.subList {
  background: url(/products/bizprinter/search/img/add.jpg) no-repeat left bottom;
  background-size: cover;
}
.tab-content ul.tbl-check li .list {
  width: 75%;
  padding: 7px 2px 0px 19px;
  display: table-cell;
  line-height: 18px;
  font-size: 89%;
  vertical-align: middle;
  border-bottom: 1px solid #f2f5f6;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .list {
    display: none;
    width: 100%;
    padding: 2.4vw 2.4vw 0;
    line-height: 1.8;
  }
}
.tab-content ul.tbl-check li .list .control-group {
  padding: 2px 0px 0px 0px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .list .control-group {
    padding: 0;
  }
}
.tab-content ul.tbl-check li .list .control-group .control {
  cursor: pointer;
  display: inline-block !important;
  margin: 3px 5px 10px 0;
  font-size: 13px;
  line-height: 14px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .list .control-group .control {
    margin: 0 2.4vw 4.8vw 0;
    font-size: 3.2vw;
    line-height: 1.1;
    padding-left: 4.8vw;
  }
}
.tab-content ul.tbl-check li .list label {
  display: inline-block !important;
  margin: 3px 5px 10px 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .list label {
    margin: 0px 2.4vw 2.1333333333vw 0;
    font-size: 3.2vw;
    line-height: 1.1;
  }
}
.tab-content ul.tbl-check li .list input[type=checkbox] {
  margin: 0 5px 0 0;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .list input[type=checkbox] {
    margin: 0 1.2vw 0 0;
  }
}
.tab-content ul.tbl-check li .list .control__indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 14px;
  width: 14px;
  background: #d0dded;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .list .control__indicator {
    height: 3.3333333333vw;
    width: 3.3333333333vw;
  }
}
.tab-content ul.tbl-check li .list .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .list .control__indicator:after {
    left: 1.2vw;
    top: 0.4vw;
    width: 1.2vw;
    height: 1.8666666667vw;
    border-width: 0 0.6666666667vw 0.6666666667vw 0;
  }
}
.tab-content ul.tbl-check li .list input:checked ~ .control__indicator {
  background: #ff8201;
}
@media screen and (max-width: 767px) {
  .tab-content ul.tbl-check li .list input:checked ~ .control__indicator {
    background: #0071be;
  }
}
.tab-content ul.tbl-check li .list input:checked ~ .control__indicator:after {
  display: block;
}

.popup-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-background .popup-content {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .popup-background .popup-content {
    padding: 2.4vw;
  }
}
.popup-background .popup-content .closebutton a {
  position: absolute;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: #0965da;
  border-radius: 2px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .popup-background .popup-content .closebutton a {
    right: 2.4vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.popup-background .popup-content .closebutton a:before, .popup-background .popup-content .closebutton a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .popup-background .popup-content .closebutton a:before, .popup-background .popup-content .closebutton a:after {
    top: 2.4vw;
  }
}
.popup-background .popup-content .closebutton a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-background .popup-content .closebutton a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-background .popup-content p.text {
  display: inline-block;
  text-align: center;
  padding: 40px 20px 20px 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .popup-background .popup-content p.text {
    padding: 9.6vw 2.4vw 4.8vw 2.4vw;
    font-size: 3.8666666667vw;
  }
}
.popup-background .popup-content ul.text {
  display: inline-block;
  text-align: center;
  padding: 40px 20px 20px 20px;
}
.popup-background .popup-content ul.text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-background .popup-content ul.text .popup-txt {
  width: 250px;
  height: 45px;
  padding: 16px 12px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-background .popup-content ul.text .popup-txt.model_smartcharge {
  background: purple;
}
.popup-background .popup-content ul.text .popup-txt.model_bij {
  background: #00b14e;
}
.popup-background .popup-content ul.text .popup-txt.model_bij_lmodel {
  background: #008077;
}
.popup-background .popup-content ul.text .popup-txt.model_eco_tank {
  background: #b3e33e;
}
.popup-background .popup-content ul.text .popup-txt.model_page_printer {
  background: #005db8;
}
.popup-background .popup-content ul.text .popup-txt2 {
  width: 350px;
  text-align: left;
  height: 45px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-content-main {
  position: relative;
  margin: 15px auto 0;
  padding: 22px 0 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .box-content-main {
    margin: 2.4vw auto 0;
    padding: 0;
    border-top: none;
  }
}
.box-content-main .sort {
  position: absolute;
  top: 22px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .box-content-main .sort {
    position: relative;
    top: auto;
    right: auto;
  }
}
.box-content-main .sort select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/products/bizprinter/search/img/bg-select.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  border: 1px solid #616161;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  height: 31px;
  padding: 5px 31px 5px 5px;
  width: 320px;
}
@media print, screen and (min-width: 768px) {
  .box-content-main .sort select {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .box-content-main .sort select {
    font-size: 3.3333333333vw;
    height: 7.4666666667vw;
    padding: 1.2vw;
    width: 100%;
  }
}
.box-content-main .sort select::-ms-expand {
  display: none;
}
.box-content-main .sort #selector_sort_cansel {
  margin: 2.4vw auto 0;
  font-size: 3.8666666667vw;
  text-align: center;
  color: #0071be;
}
@media print, screen and (min-width: 768px) {
  .box-content-main .sort #selector_sort_cansel {
    display: none;
  }
}
.box-content-main .about-icon {
  text-align: left;
  margin: 0 0 0 25px;
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .box-content-main .about-icon {
    position: relative;
    font-size: 2.9333333333vw;
    line-height: 1.5;
    text-align: left;
    margin: 12.1333333333vw auto 2.9333333333vw;
    padding: 4.8vw 2.4vw 2.4vw;
    border: 2px solid #616161;
    border-radius: 1.7333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-content-main .about-icon img {
  vertical-align: -2px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .box-content-main .about-icon img {
    vertical-align: middle;
    margin-right: 0.6666666667vw;
  }
}
.box-content-main .about-icon span {
  margin-right: 5px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .box-content-main .about-icon span {
    margin: 0.9333333333vw 0 0;
    display: block;
    width: 44vw;
  }
  .box-content-main .about-icon span img {
    width: 3.6vw;
    height: auto;
  }
}
.box-content-main .about-icon span.icon-txt {
  margin-left: 91px;
}
@media screen and (max-width: 767px) {
  .box-content-main .about-icon span.icon-txt {
    margin-left: 0;
  }
}
.box-content-main .about-icon span.icon-view {
  display: inline-block;
  background: #616161;
  border-radius: 8px;
  color: #fff;
  padding: 0px 8px;
  margin: 0 5px 0 0;
  font-size: 10px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .box-content-main .about-icon span.icon-view {
    position: absolute;
    top: -6.6666666667vw;
    left: 50%;
    margin: 0 0 0 -18.1333333333vw;
    width: 36.2666666667vw;
    border-radius: 4.4vw;
    font-size: 3.3333333333vw;
    line-height: 9.6vw;
    text-align: center;
    padding: 0 6vw;
  }
}

.product-list {
  padding: 7px 0 0;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product-list {
    padding: 0;
  }
}
.product-list .product {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .product-list .product {
    padding: 2.4vw 1.2vw 2.4vw;
  }
}
.product-list .product .box-print {
  background-color: #fff;
  border: 3px solid #e8eff7;
  position: relative;
  width: 220px;
  margin: 0 auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-list .product .box-print {
    border: 0.6666666667vw solid #e8eff7;
    width: 44.5333333333vw;
  }
}
.product-list .product .box-print.new .product-img:before {
  content: "New";
  display: block;
  position: absolute;
  bottom: 5px;
  left: -10px;
  width: 30px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background: #ff0002;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .product-list .product .box-print.new .product-img:before {
    left: 1px;
    bottom: 1.8666666667vw;
    height: 4.1333333333vw;
    line-height: 4.1333333333vw;
    -webkit-transform: scale(0.9) !important;
            transform: scale(0.9) !important;
    -webkit-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important;
    width: 6vw;
    font-size: 2.4vw;
  }
}
.product-list .product .box-print.otoku .product-img:after {
  content: "";
  background: url(/products/bizprinter/search/img/otoku.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .product-list .product .box-print.otoku .product-img:after {
    top: 1.2vw;
    right: 1.2vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.product-list .product img {
  vertical-align: middle;
}
.product-list .product .point-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .product-list .product .point-name {
    height: 7.2vw;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.product-list .product .point-name.model_smartcharge {
  background: purple;
}
.product-list .product .point-name.model_bij {
  background: #00b14e;
}
.product-list .product .point-name.model_page_printer {
  background: #005db8;
}
.product-list .product .point-name.model_eco_tank {
  background: #b3e33e;
}
.product-list .product .model {
  font-size: 10px;
  padding: 0 0 0 5px;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 35px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .product-list .product .model {
    font-size: 2.4vw;
    padding: 0 0 0 1.2vw;
    top: 8.4vw;
  }
}
.product-list .product .model p {
  width: 34px;
  position: relative;
  font-size: 8px;
  border: 1px solid #0965da;
  padding: 2px 0 2px 0;
  margin-top: 3px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.1;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .product-list .product .model p {
    width: 8.2666666667vw;
    font-size: 1.6vw;
    padding: 0.5333333333vw 0 0.5333333333vw 0;
    margin-top: 0.5333333333vw;
    margin-bottom: 1.2vw;
  }
}
.product-list .product .product-name {
  position: absolute;
  top: 35px;
  right: 5px;
  font-size: 10px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .product-list .product .product-name {
    top: 8.4vw;
    right: 1.3333333333vw;
    font-size: 2.4vw;
  }
}
.product-list .product .product-img {
  z-index: 4;
  display: block;
  text-align: center;
  margin: auto;
  overflow: visible;
  position: relative;
  width: 177px;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .product-list .product .product-img {
    width: 42.8vw;
    height: 35.0666666667vw;
  }
}
.product-list .product .product-img img {
  width: 100%;
  height: auto;
}
.product-list .product .box-button {
  margin: 0 auto 0;
}
.product-list .product .box-button .btn {
  position: relative;
  width: 100%;
  z-index: 3;
  height: 40px;
  display: table;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 11px;
  line-height: 36px;
  background: #fff;
  border: 2px solid #0965da;
  color: #0965da;
}
@media screen and (max-width: 767px) {
  .product-list .product .box-button .btn {
    height: 8vw;
    font-size: 2.6666666667vw;
    line-height: 6.9333333333vw;
    border: 0.6666666667vw solid #0965da;
  }
}
.product-list .product .box-button .btn span {
  color: #005ab4;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #005ab4;
}
@media screen and (max-width: 767px) {
  .product-list .product .box-button .btn span {
    display: none;
  }
}
.product-list .product .box-button .btn span:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 0px;
  line-height: 0px;
  left: 4px;
  height: 10px;
  width: 6px;
  top: 0px;
  border-color: #005ab4;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product-list .product .box-button .btn.box-print-check {
  background: #ff8101 !important;
  border: 2px solid #ff8101;
  color: #fff;
}
.product-list .product .box-button .btn.box-print-check span {
  border: 1px solid #fff;
}
.product-list .product .box-button .btn.box-print-check span:before {
  border-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .product-list .product .box-button .btn:hover {
    background: #ff8101 !important;
    border: 2px solid #ff8101;
    color: #fff;
  }
  .product-list .product .box-button .btn:hover span {
    border: 1px solid #fff;
  }
  .product-list .product .box-button .btn:hover span:before {
    border-color: #fff;
  }
}
.product-list .product .color-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px 0 4px 5px;
  background: #e6ebed;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .product-list .product .color-b {
    padding: 1.2vw 0 1.2vw 1.0666666667vw;
    font-size: 1.8666666667vw;
  }
}
.product-list .product .color-b p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list .product .color-b p img {
  width: 21px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .product-list .product .color-b p img {
    width: 4.4vw;
  }
}
.product-list .product .color-b p span {
  font-size: 10px;
  margin: 0 0 0 3px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-list .product .color-b p span {
    font-size: 2.4vw;
    margin: 0 0 0 0.6666666667vw;
    white-space: nowrap;
  }
}
.product-list .product .color-b span.title-txt {
  margin: 0 0 0 7px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-list .product .color-b span.title-txt {
    margin: 0 0 0 1.2vw;
    white-space: nowrap;
  }
}
.product-list .product .color-b span.title-txt02 {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-list .product .color-b span.title-txt02 {
    white-space: nowrap;
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transform-origin: left center !important;
            transform-origin: left center !important;
  }
}
.product-list .product .plan {
  background: #e6ebed;
  font-size: 11px;
  line-height: 1.5;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .product-list .product .plan {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    padding: 1.2vw;
  }
}
.product-list .product .plan a {
  background: url(/products/bizprinter/search/img/arrow-t.png) no-repeat right center;
  padding: 0px 11px 0px 0px;
}
@media print, screen and (min-width: 768px) {
  .product-list .product .plan a:hover {
    color: #005ab4;
  }
}
.product-list .product .price {
  width: 100%;
  font-size: 11px;
  padding: 5px 5px;
  min-height: 55px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .product-list .product .price {
    font-size: 2.6666666667vw;
    padding: 1.2vw 1.2vw;
    min-height: 13.3333333333vw;
  }
}
.ie .product-list .product .price {
  height: 55px;
  min-height: auto;
}
.product-list .product .price.sc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .product-list .product .price.sc {
    min-height: 10.6666666667vw;
  }
}
.product-list .product .price span.title {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.product-list .product .price span.title sup {
  position: absolute;
  top: -12px;
  right: -16px;
}
@media screen and (max-width: 767px) {
  .product-list .product .price span.title sup {
    top: -3.2vw;
    right: -3.8666666667vw;
  }
}
.product-list .product .price span.price_num {
  width: 100%;
  text-align: right;
  font-weight: bold;
}
.product-list .product .txt-l {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .product-list .product .txt-l {
    font-size: 2.9333333333vw;
  }
}
.product-list .product .direct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.product-list .product .direct .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  min-height: 55px;
  background-color: #f2f5f6;
  font-size: 10px;
  padding: 0 0 0 3px;
}
@media screen and (max-width: 767px) {
  .product-list .product .direct .title {
    min-height: 13.3333333333vw;
    font-size: 2.4vw;
    padding: 0 0 0 0.5333333333vw;
    letter-spacing: -0.1em;
  }
}
.ie .product-list .product .direct .title {
  min-height: auto;
  height: 55px;
}
.product-list .product .direct .direct_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 0 3px 0 0;
}
@media screen and (max-width: 767px) {
  .product-list .product .direct .direct_price {
    padding: 0 0.6666666667vw 0 0;
  }
}
.product-list .product .data2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.product-list .product .data2 div {
  width: 50%;
  font-size: 11px;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-list .product .data2 div {
    font-size: 2.4vw;
    padding: 1.2vw 0;
  }
}
.product-list .product .data2 div:first-child {
  border-right: 1px solid #e5e5e5;
}
.product-list .product .data2 div img {
  margin: 0 2px 0 0;
}
@media screen and (max-width: 767px) {
  .product-list .product .data2 div img {
    margin: -0.6666666667vw 2px 0 0;
  }
}
.product-list .product .data1 {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  font-size: 11px;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-list .product .data1 {
    font-size: 2.4vw;
    padding: 1.2vw 0;
  }
}
.product-list .product .data1 img {
  margin: 0 2px 0 0;
}
@media screen and (max-width: 767px) {
  .product-list .product .data1 img {
    margin: -0.6666666667vw 2px 0 0;
  }
}
.product-list .product .databox {
  width: 100%;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .product-list .product .databox {
    font-size: 2.4vw;
  }
}
.product-list .product .databox .title {
  padding: 5px;
  text-align: center;
  background-color: #f2f5f6;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .product-list .product .databox .title {
    padding: 1.2vw;
  }
}
.product-list .product .databox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.product-list .product .databox .box .subtitle {
  width: 80px;
  padding: 5px;
  background-color: #f2f5f6;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .product-list .product .databox .box .subtitle {
    width: 16.9333333333vw;
    padding: 1.2vw;
  }
}
.product-list .product .databox .box .data {
  width: 135px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .product-list .product .databox .box .data {
    width: 24.9333333333vw;
    padding: 1.2vw 0 1.2vw 0.5333333333vw;
  }
}
.product-list .product .feed {
  border-bottom: 1px solid #e5e5e5;
  display: table;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .product-list .product .feed {
    min-height: 14.6666666667vw;
  }
}
.product-list .product .feed .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  line-height: 1.5;
  font-size: 11px;
  background-color: #f2f5f6;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .product-list .product .feed .title {
    width: 9.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.product-list .product .feed .body {
  display: table-cell;
  vertical-align: middle;
  width: 165px;
  padding: 5px;
  font-size: 11px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .product-list .product .feed .body {
    width: 33.3333333333vw;
    padding: 0 1.2vw;
    font-size: 2.6666666667vw;
  }
}
.product-list .product .simu_btn {
  position: relative;
  display: block;
  width: 100%;
  background: #d0dded url(/products/bizprinter/search/img/ico_pop_03.png) no-repeat 98% center;
  border: 1px solid #0071be;
  padding: 5px 5px 5px 8px;
  line-height: 16px;
  margin: 0px 0px 1px;
  font-size: 10px;
  letter-spacing: -1px;
  text-align: center;
  color: #0071be;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .product-list .product .simu_btn {
    border: 2px solid #0071be;
    padding: 0.6666666667vw 1.2vw;
    line-height: 3.8666666667vw;
    font-size: 2.4vw;
    text-align: left;
  }
}
.product-list .product .simu_btn span {
  margin: 0px 0px 0px 5px;
}
@media screen and (max-width: 767px) {
  .product-list .product .simu_btn span {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-list .product .simu_btn img.total {
    display: none;
  }
}
.product-list .product .simu_btn img.total_acitve {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .product-list .product .simu_btn:hover {
    opacity: 1;
    background: #0071be url(/products/bizprinter/search/img/ico_pop_03_active.png) no-repeat 98% center;
    color: #fff;
  }
  .product-list .product .simu_btn:hover img.total_acitve {
    display: inline-block;
  }
  .product-list .product .simu_btn:hover img.total {
    display: none;
  }
}

.smartcharge_area {
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .smartcharge_area {
    margin: 16.9333333333vw auto 0;
  }
}
.smartcharge_area.hide {
  display: none;
}
.smartcharge_area .smartcharge-title {
  background-color: #0059b3;
  display: block;
  color: #fff;
  height: 40px;
  padding-left: 20px;
  width: 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smartcharge_area .smartcharge-title {
    height: 8vw;
    padding-left: 4vw;
    width: 75% !important;
  }
}
.smartcharge_area .smartcharge-title:before {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  content: "";
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .smartcharge_area .smartcharge-title:before {
    width: 2.4vw;
    height: 2.4vw;
    right: -1.2vw;
    top: -1.2vw;
  }
}
.smartcharge_area .smartcharge-title h2 {
  margin: 0px;
  padding: 0px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .smartcharge_area .smartcharge-title h2 {
    line-height: 8vw;
    font-size: 3.2vw;
  }
}
.smartcharge_area .product-list {
  padding: 0;
}
.smartcharge_area .product-list .product {
  background-color: #cce1f4;
}

.popup-screen {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .popup-screen a {
    cursor: pointer;
  }
  .popup-screen a:hover {
    text-decoration: none;
  }
}
.popup-screen .popup-scree-inner {
  position: relative;
  width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .popup-screen .popup-scree-inner {
    width: 100%;
  }
}
.popup-screen .popup-scree-inner .show {
  display: block !important;
}
.popup-screen .popup-scree-inner .hide {
  display: none !important;
}
.popup-screen .selected-model {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0px 8px 18px;
}
@media screen and (max-width: 767px) {
  .popup-screen .selected-model {
    font-size: 3.8666666667vw;
    padding: 2.4vw 0 1.8666666667vw 4.4vw;
    margin-left: 0.9333333333vw;
    text-align: center;
  }
}
.popup-screen .clear-btn {
  background: #a6a6a6;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .popup-screen .clear-btn {
    font-size: 3.3333333333vw;
    padding: 1.2vw 4.8vw;
    margin-left: 6vw;
  }
}
.popup-screen .box-area {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .popup-screen .box-area {
    width: 100%;
    height: auto;
  }
}
.popup-screen ul.model-list {
  overflow: hidden;
  float: left;
  margin-left: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup-screen ul.model-list {
    margin: 0.9333333333vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: none;
  }
}
.popup-screen ul.model-list li {
  float: left;
  padding: 5px 13px 5px 15px;
}
@media screen and (max-width: 767px) {
  .popup-screen ul.model-list li {
    float: none;
    width: 41.0666666667vw;
    height: 6.6666666667vw;
    display: block;
    padding: 0.9333333333vw;
    margin: 0;
  }
  .popup-screen ul.model-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .popup-screen ul.model-list li a img {
    position: absolute;
    top: -26vw;
    width: 100%;
    height: auto;
  }
}
.popup-screen ul.model-list li .box-print {
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-screen ul.model-list li .box-print {
    width: 100%;
    height: 100%;
  }
}
.popup-screen ul.model-list li .box-print .btn-close {
  position: absolute;
  margin-left: -27px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .popup-screen ul.model-list li .box-print .btn-close {
    margin: 0;
    top: 0;
    right: 0;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.popup-screen .btn-box {
  position: absolute;
  width: 200px;
  right: 20px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .popup-screen .btn-box {
    position: relative;
    top: auto;
    right: auto;
    margin: 2.4vw auto 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.popup-screen .btn-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .popup-screen .btn-box a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .popup-screen .btn-box a {
    width: 45.8666666667vw;
    height: 10.8vw;
    font-size: 2.9333333333vw;
  }
}
.popup-screen .btn-box a .btn-arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 10px;
  margin: -5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .popup-screen .btn-box a .btn-arrow {
    right: 1.4666666667vw;
    width: 1.7333333333vw;
    height: 2.4vw;
    margin: -1.2vw 0 0 0;
  }
}
.popup-screen .btn-compare {
  background: #699ff1;
}
.popup-screen .btn-simulation {
  background: #ff9426;
  margin-top: 17px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .popup-screen .btn-simulation {
    margin: 0 0 0 1.4666666667vw;
  }
}
.popup-screen .note-area {
  color: #ffffff;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .popup-screen .note-area {
    margin: 2.4vw auto 0;
  }
}
.popup-screen .note-area p {
  margin-bottom: 0;
  margin-left: 17px;
  line-height: 1.1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .popup-screen .note-area p {
    margin: 0 auto 0;
    text-align: center;
    font-size: 2.4vw;
  }
}
.popup-screen .note-area p a {
  color: #fff;
  text-decoration: underline;
}
.popup-screen .note-area img {
  margin-right: 7px;
  margin-bottom: 3px;
}
.popup-screen .default-txt {
  color: #ffffff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .popup-screen .default-txt {
    padding: 3.6vw;
  }
}
.popup-screen .default-txt .txt01 {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup-screen .default-txt .txt01 {
    font-size: 2.9333333333vw;
  }
}

.box-more {
  margin: 38px 0px 55px;
}
@media screen and (max-width: 767px) {
  .box-more {
    margin: 4.8vw 0 4.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .box-more a:hover {
    text-decoration: underline;
  }
}
.box-more ul {
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .box-more ul {
    margin: 0 0 2.4vw;
  }
}
.box-more ul li {
  list-style: none;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .box-more ul li {
    font-size: 2.6666666667vw;
    margin-bottom: 0.9333333333vw;
  }
}
.box-more ul li a img {
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .box-more ul li a img {
    margin-right: 1.2vw;
    width: 3.6vw;
    height: auto;
  }
}
.box-more p {
  font-size: 14px;
  margin: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .box-more p {
    font-size: 3.2vw;
    margin: 0 0 1.4666666667vw;
  }
}

.printbutton {
  position: absolute;
  top: -90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 40px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  color: #333 !important;
  text-align: left;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .printbutton:hover {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#eeeeee));
    background: linear-gradient(#dedede, #eeeeee);
  }
}
@media screen and (max-width: 767px) {
  .printbutton {
    display: none;
  }
}
.printbutton span.ico {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin: 0 5px 0 0;
}
.printbutton span.ico img {
  width: 100%;
  height: auto;
  visibility: top;
}

.compareballoon {
  position: relative;
  margin: 130px auto 0;
  height: 44px;
  border-radius: 20px;
  border: 2px solid #0071be;
  color: #0071be;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .compareballoon {
    height: 10.6666666667vw;
    border-radius: 4.8vw;
    line-height: 10.1333333333vw;
    font-size: 3.8666666667vw;
    margin-top: 7.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.compareballoon img {
  vertical-align: middle;
  margin-right: 5px;
}
.compareballoon .balloonpoint {
  position: absolute;
  top: 37px;
  left: 49.5%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-left: 2px solid #0071be;
  border-bottom: 2px solid #0071be;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .compareballoon .balloonpoint {
    top: 8.9333333333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}

p.scrollNote {
  display: none;
  text-align: right;
  font-size: 2.9333333333vw;
  font-weight: bold;
  margin: 0 auto 2.4vw;
}
@media screen and (max-width: 767px) {
  p.scrollNote.view {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #compare_list_data {
    width: 100%;
    overflow-x: scroll;
  }
}
#compare_list_data table.list {
  width: 100%;
  margin-top: 28px;
  border-collapse: collapse;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list {
    margin-top: 0;
    background-color: #fff;
    border-collapse: separate;
  }
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list th {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
}
#compare_list_data table.list th, #compare_list_data table.list td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  word-wrap: break-word;
}
#compare_list_data table.list th.no-padding, #compare_list_data table.list td.no-padding {
  padding: 0 !important;
}
#compare_list_data table.list th {
  font-size: 11px;
  padding: 9px 3px 9px 9px;
  line-height: 12px;
  width: 240px;
}
#compare_list_data table.list th.w1 {
  width: 60px;
}
#compare_list_data table.list th.w2 {
  width: 120px;
}
#compare_list_data table.list th.w3 {
  width: 240px;
}
#compare_list_data table.list th.price {
  height: 43px;
}
#compare_list_data table.list th.l1 {
  left: 0;
}
#compare_list_data table.list th.l2 {
  left: 120px;
}
#compare_list_data table.list th.l3 {
  left: 160px;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list th {
    font-size: 2.6666666667vw;
    padding: 2.1333333333vw 0.6666666667vw 2.1333333333vw 2.1333333333vw;
    line-height: 1.1;
    width: 37.3333333333vw;
  }
  #compare_list_data table.list th.w1 {
    width: 9.3333333333vw;
  }
  #compare_list_data table.list th.w2 {
    width: 18.6666666667vw;
  }
  #compare_list_data table.list th.w3 {
    width: 37.3333333333vw;
  }
  #compare_list_data table.list th.price {
    height: 10.2666666667vw;
  }
  #compare_list_data table.list th.l1 {
    left: -1px;
    border-left: 1px solid #e5e5e5;
  }
  #compare_list_data table.list th.l2 {
    left: 18.5333333333vw;
  }
  #compare_list_data table.list th.l3 {
    left: 28vw;
  }
}
#compare_list_data table.list td {
  min-width: 178px;
  min-height: 30px;
  padding: 9px 3px 9px 9px;
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td {
    min-width: auto;
    width: 28.1333333333vw;
    min-height: auto;
    padding: 2.1333333333vw 0.6666666667vw 2.1333333333vw 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
#compare_list_data table.list td.img {
  padding: 0;
}
#compare_list_data table.list td .point-name {
  line-height: 1.1;
}
#compare_list_data table.list td .point-name .name-des {
  width: 100%;
  color: #fff;
}
#compare_list_data table.list td .point-name .name-des span {
  display: block;
  width: 100%;
  padding: 9px 3px 9px 9px;
  text-align: center;
  font-size: 11px;
  letter-spacing: -1px;
  line-height: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .point-name .name-des span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 2.1333333333vw;
    height: 11.3333333333vw;
    font-size: 2.5333333333vw;
    line-height: 1.1;
    white-space: inherit;
  }
}
#compare_list_data table.list td .point-name.model_smartcharge {
  background: purple;
}
#compare_list_data table.list td .point-name.model_smartcharge .name-des span {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .point-name.model_smartcharge .name-des span {
    font-size: 2.4vw;
  }
}
#compare_list_data table.list td .point-name.model_bij {
  background: #00b14e;
}
#compare_list_data table.list td .point-name.model_page_printer {
  background: #005db8;
}
#compare_list_data table.list td .point-name.model_eco_tank {
  background: #b3e33e;
}
#compare_list_data table.list td .point-name .img {
  width: 100%;
  background: #fff;
}
#compare_list_data table.list td .point-name .img img {
  position: relative;
  width: 177px;
  height: 145px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .point-name .img img {
    width: 27.7333333333vw;
    height: auto;
  }
}
#compare_list_data table.list td.splitLine {
  padding: 0;
}
#compare_list_data table.list td.splitLine div {
  border-bottom: 1px solid #e5e5e5;
  line-height: 1;
  padding: 9px 3px 9px 9px;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td.splitLine div {
    padding: 2.1333333333vw 0.6666666667vw 2.1333333333vw 2.1333333333vw;
  }
}
#compare_list_data table.list td.splitLine div:last-child {
  border-bottom: 0px;
}
#compare_list_data table.list td.button-area {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td.button-area {
    padding: 1.2vw;
  }
}
#compare_list_data table.list td .buttonshowdetail {
  width: 100%;
  margin-top: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
#compare_list_data table.list td .buttonshowdetail a.showdetail {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #0965da;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
  border: none;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .buttonshowdetail a.showdetail {
    font-size: 2.9333333333vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 1.8666666667vw;
  }
}
#compare_list_data table.list td .buttonshowdetail a.showdetail span.arr {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .buttonshowdetail a.showdetail span.arr {
    right: 1.7333333333vw;
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
  }
}
#compare_list_data table.list td .buttonshowdetail a.showdetail span.arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .buttonshowdetail a.showdetail span.arr:before {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    margin-top: -1.2vw;
  }
}
#compare_list_data table.list td .total {
  margin: 1px auto 0;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .total {
    margin: 2.4vw auto 0;
  }
}
#compare_list_data table.list td .total a.buttontotal2 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  width: 100%;
  min-height: 49px;
  text-align: center;
  font-size: 11px;
  border-radius: 3px;
  border: 2px solid #0071be;
  color: #0071be;
  padding: 5px 5px 6px;
  background: #d0dded 97% 35%;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .total a.buttontotal2 {
    min-height: 10.9333333333vw;
    padding: 1.2vw 0.5333333333vw;
    font-size: 2.4vw;
    letter-spacing: -0.05em;
  }
}
#compare_list_data table.list td .total a.buttontotal2 img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #compare_list_data table.list td .total a.buttontotal2 img.pop {
    position: absolute;
    top: 0.5333333333vw;
    right: 0.5333333333vw;
  }
}
#compare_list_data table.list tr#model th {
  background-color: #f2f5f6;
  text-align: center;
}

.compare .backtotop {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333333%;
  margin-left: 33.33%;
  height: 40px;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  line-height: 37px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 14px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .compare .backtotop {
    width: 50%;
    height: 9.6vw;
    margin: 9.6vw 0 9.6vw 25%;
    padding: 0 2.4vw;
    font-size: 3.2vw;
    line-height: 9.0666666667vw;
  }
}
.compare .backtotop:hover, .compare .backtotop:active {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
  background: linear-gradient(#eeeeee, #ffffff);
}
.compare .backtotop img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
@media screen and (max-width: 767px) {
  .compare .backtotop img {
    left: 2.4vw;
  }
}
.compare .btn-simulation-area {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.compare .btn-simulation-area .btn-simulation-compare {
  background: #ff9426;
  border: none;
  border-radius: 2px;
  color: #fff;
  width: 392px;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .compare .btn-simulation-area .btn-simulation-compare {
    font-size: 2.6666666667vw;
    border-radius: 3px;
    width: 67.6vw;
    height: 8.4vw;
    padding: 2.4vw;
  }
}
.compare .btn-simulation-area .btn-simulation-compare .btn-arrow {
  position: relative;
  float: right;
  top: 5px;
  left: 3px;
}
@media screen and (max-width: 767px) {
  .compare .btn-simulation-area .btn-simulation-compare .btn-arrow {
    top: 0.4vw;
    left: 0.6666666667vw;
  }
}
.compare .btn-simulation-area p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .compare .btn-simulation-area p {
    font-size: 2.8vw;
    margin: 4.8vw auto 2.4vw;
  }
}
.compare .btn-simulation-area p img {
  padding-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .compare .btn-simulation-area p img {
    padding-right: 1.2vw;
    margin-top: -0.5333333333vw;
    width: 4.8vw;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .compare .btn-simulation-area p a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.compare .notice-content {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .compare .notice-content {
    margin-bottom: 12vw;
  }
}
.compare .notice-header {
  position: relative;
  width: 100%;
  margin-top: 42px;
  display: inline-block;
  background-color: #f2f5f6;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 18px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .compare .notice-header {
    margin-top: 10.1333333333vw;
    font-size: 3.8666666667vw;
    padding: 1.8666666667vw 4.4vw;
  }
}
.compare .notice-header button {
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 5px;
  top: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .compare .notice-header button {
    height: 7.2vw;
    width: 7.2vw;
    right: 1.2vw;
    top: 0.9333333333vw;
  }
}
.compare .notice-header button.collapse-button {
  background-image: url(/products/bizprinter/search/img/common/notice_collapse.png);
}
.compare .notice-header button.expand-button {
  background-image: url(/products/bizprinter/search/img/common/notice_expand.png);
}
.compare ul.notice {
  width: 100%;
  padding-left: 63px;
  padding-right: 0px;
  margin-top: 11px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .compare ul.notice {
    padding-left: 15.2vw;
    margin-top: 3.2vw;
    font-size: 2.9333333333vw;
  }
}
.compare ul.notice li {
  position: relative;
  list-style: none;
  margin-top: 2px;
  line-height: 1.9;
}
.compare ul.notice li a {
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .compare ul.notice li a {
    margin-right: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .compare ul.notice li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.compare ul.notice li a img {
  vertical-align: middle;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .compare ul.notice li a img {
    margin-right: 0.9333333333vw;
    width: 3.6vw;
    height: auto;
  }
}
.compare .noticetitle {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 27px;
  line-height: 12px;
}
@media screen and (max-width: 767px) {
  .compare .noticetitle {
    margin-top: 2.4vw;
    font-size: 3.3333333333vw;
    padding-left: 6.5333333333vw;
    line-height: 1;
  }
}

@media print {
  .compare #header {
    display: none;
  }
  .compare #topicPath {
    display: none;
  }
  .compare .headSection {
    display: none;
  }
  .compare .content_header {
    display: none;
  }
  .compare .compareballoon {
    display: none;
  }
  .compare #back_search {
    display: none;
  }
  .compare .btn-simulation-area {
    display: none;
  }
  .compare #footer {
    display: none;
  }
  #compare_list_data table.list {
    margin: 0 auto 0;
  }
  #compare_list_data table.list td {
    padding: 7px 3px 7px 9px;
  }
  #compare_list_data table.list th {
    padding: 7px 3px 7px 9px;
  }
  .content_header a {
    border: 1px solid #616161 !important;
    color: #414141 !important;
  }
  .content_header a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30px' height='15px'%3E%3Cpath fill-rule='evenodd' fill='rgb(97, 97, 97)' d='M15.148,14.687 L0.352,0.207 L29.943,0.207 L15.148,14.687 Z'/%3E%3C/svg%3E") !important;
  }
  .content * {
    background: transparent !important;
    color: #000 !important;
  }
  .pbbA {
    page-break-before: always;
  }
  .popup-screen {
    display: none;
  }
  .tab-content h3.ttl01 {
    border: 1px solid #616161 !important;
  }
  .tab-content h3.ttl01:before {
    display: none;
  }
  .tab-content ul.tbl-status li .results {
    border-right: 1px solid #616161 !important;
  }
  .tab-content ul.tbl-status li {
    border: 1px solid #616161 !important;
  }
  .tab-content ul.tbl-check {
    border-top: 1px solid #616161 !important;
    border-left: 1px solid #616161 !important;
    border-right: 1px solid #616161 !important;
  }
  .tab-content ul.tbl-check li .title {
    border-right: 1px solid #616161 !important;
  }
  .tab-content ul.tbl-check li {
    border-bottom: 1px solid #616161 !important;
  }
  #compare_list_data table.list td .buttonshowdetail a.showdetail {
    border-radius: 3px !important;
    border: 2px solid #0071be !important;
  }
  #compare_list_data table.list td .buttonshowdetail a.showdetail span.arr:before {
    border-top: 2px solid #0071be;
    border-right: 2px solid #0071be;
  }
  .compare .btn-simulation-area .btn-simulation-compare {
    border: 1px solid #ff9426 !important;
    position: relative;
  }
  .compare .btn-simulation-area .btn-simulation-compare:after {
    content: "";
    position: absolute;
    right: 3%;
    top: 50%;
    margin: -3px 0 0;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ff9426;
    border-right: 2px solid #ff9426;
  }
  /* プリント用　*/
  @page {
    size: 297mm 420mm;
    margin: 2cm;
    padding: 2cm;
  }
}

@media screen and (max-width: 767px) {
    #footer #pagetopBlock {
    display: none !important;
  }
}
