@charset "UTF-8";

.is-sp {
  display: none !important;
}

.is-pc {
  display: block !important;
}

body {
  height: auto;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#contents {
  padding: 0 !important;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents .headSection .innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contents .headSection .ttl {
  float: none;
  width: auto;
}

#contents .headSection .ttl h1 {
  font-size: 126%;
  line-height: 1.1em;
  letter-spacing: 0.025em;
  background: none;
  padding-left: 0;
}

#contents .headSection .ttl h1 span.sub {
  margin-left: 15px;
  padding-left: 8px;
  background: url(/common/images/bg_dline_01.gif) repeat-y left top;
}

#contents .headSection .ttl p.productsLogo {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  padding-left: 0;
  background: none;
  padding: 0 15px 0 0;
}

#contents .headSection .ttl p.productsLogo a {
  color: #333 !important;
}

#contents .headSection .aside {
  float: none;
  width: auto;
  padding-top: 0;
}

#contents .headSection .aside .guide {
  width: auto;
}

#contents .headSection .aside .guide li {
  float: right;
  padding-left: 0;
}

/* -----------------------------
	Wrapper定義
----------------------------- */

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 40px auto 0;
}

/* -----------------------------
	タイトル定義
----------------------------- */

h2 {
  padding-left: 10px;
  border-left: 6px solid #005ab4;
  font-size: 18px;
  font-weight: bold;
}

.btn {
  height: 46px;
  margin-top: 15px;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.btn:hover {
  opacity: .8;
}

/* -----------------------------
	サイドバー定義
----------------------------- */

.side {
  width: 210px;
}

.side_topBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.side_topBtns .side_itemQuantity {
  width: 87px;
  height: 61px;
  line-height: 1.4;
  padding-top: 10px;
}

.side_topBtns .side_itemQuantity:after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -8px;
  margin-top: -6px;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #eee;
}

.side_topBtns .side_searchBtn {
  width: 105px;
  font-size: 18px;
}

.side_cond {
  margin-top: 20px;
}

.side_cond_inner {
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}

.side_cond_ttl {
  padding: 11px;
  background: #e7eff7;
  font-weight: bold;
  font-size: 16px;
}

.side_cond_ttl-inr {
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 0 15px;
}

.side_cond_list {
  margin-top: 13px;
}

.side_cond_item {
  position: relative;
  margin-top: 3px;
}

.side_cond_item input {
  display: none;
}

.side_cond_item input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 19px;
  width: 3px;
  height: 7px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #005ab4;
  border-right: 3px solid #005ab4;
}

.side_cond_item label {
  position: relative;
  display: block;
  padding: 3px 15px 3px 37px;
}

.side_cond_item label:hover span {
  color: #005ab4;
}

.side_cond_item label:hover span:before {
  background: #f9f9f9;
}

.side_cond_item span {
  vertical-align: middle;
  font-size: 14px;
}

.side_cond_item span:before {
  position: absolute;
  top: 7px;
  left: 14px;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}

.side_cond_item span.disabled {
  opacity: .4;
}

.side_cond_item.-radio span:before {
  border-radius: 50%;
}

.side_cond_item.-radio span:after {
  position: absolute;
  top: 11px;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
}

.side_cond_item.-radio input:checked + span:after {
  position: absolute;
  top: 11px;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #005ab4;
  border: none;
}

.side_itemQuantity {
  height: 46px;
  margin-top: 15px;
  line-height: 46px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  position: relative;
  background: #eee;
  font-size: 14px;
}

.side_itemQuantity span {
  font-size: 20px;
}

.side_itemQuantity:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  margin-left: -6px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #eee transparent transparent transparent;
}

.side_searchBtn {
  cursor: pointer;
  background: #ff8a17;
  font-size: 20px;
  color: #fff;
}

.side_searchBtn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/index/icn_search.png) no-repeat center top;
  background-size: contain;
}

.side_resetBtn {
  cursor: pointer;
  border: 1px solid #bbb;
  font-size: 16px;
  color: #777;
}

/* -----------------------------
	コンテンツ定義
----------------------------- */

.contents {
  position: relative;
  width: 710px;
}

.contents h3, .modal h3 {
  font-size: 18px;
  margin: 20px 0 0 0;
  font-weight: bold;
  line-height: 1.3;
}
.contents h3.is-disabled {
  display: none;
}

.printerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}

.printerList.-old {
  margin: 10px auto 0;
}

.printer {
  -webkit-transition: opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: opacity .2s linear, -webkit-box-shadow .2s linear;
  transition: opacity .2s linear, box-shadow .2s linear;
  transition: opacity .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear;
  /* 現行機種*/
  /* 過去機種*/
  /* 現行・過去共通*/
}

.printer.-current {
  position: relative;
  width: 170px;
  margin: 10px 5px 0;
  padding: 19px 19px 14px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}

.printer.-current.is-disabled {
  opacity: .6;
  pointer-events: none;
}

.printer.-current:not(.is-disabled):hover {
  -webkit-box-shadow: 0px 0px 14px 3px rgba(35, 25, 16, 0.14);
  box-shadow: 0px 0px 14px 3px rgba(35, 25, 16, 0.14);
}

.printer.-current.is-recommend:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background: url(../images/index/icn_recommend.png) no-repeat center;
  background-size: contain;
  width: 73px;
  height: 18px;
}

.printer.-current.is-selected {
  background: #005ab4;
  border-color: #005ab4;
}

.printer.-current.is-selected .printer_name {
  color: #fff;
}

.printer.-current .printer_name {
  height: 40px;
  font-size: 16px;
}

.printer.-old {
  width: 130px;
  margin: 12px 12px 0 0;
  padding: 10px;
  background: #f0f0f0;
  cursor: pointer;
}

.printer.-old:hover {
  -webkit-box-shadow: 0px 0px 14px 3px rgba(35, 25, 16, 0.14);
  box-shadow: 0px 0px 14px 3px rgba(35, 25, 16, 0.14);
}

.printer.-old:nth-child(6n) {
  margin-right: 0;
}

.printer.-old.is-selected {
  background: #005ab4;
}

.printer.-old.is-selected .printer_name {
  color: #fff;
}

.printer.-old .printer_name {
  height: 32px;
  font-size: 13px;
}

.printer_img img {
  width: 100%;
}

.printer_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;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.printer_ps {
  margin-top: 5px;
  border-radius: 2px;
  background: #eee;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #777;
}

.printer_ps span {
  font-size: 14px;
  color: #777;
}

.oldModelBtn {
  width: 300px;
  line-height: 46px;
  margin: 40px auto 0;
  background: #888;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.oldModelBtn.is-disabled {
  opacity: .4;
  pointer-events: none;
}

.oldModelNote {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.selectingArea {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 20px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}

.selectingArea_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 960px;
  margin: 0 auto;
  padding: 25px 45px 0 35px;
}

.selectingArea_ttl {
  width: 160px;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.selectingArea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selectingArea_item {
  position: relative;
  width: 140px;
  min-height: 110px;
  margin-left: 10px;
  background: #888;
}

.selectingArea_item:first-child {
  margin-left: 0;
}

.selectingArea_item_inner {
  height: 100%;
  padding: 6px 24px;
}

.selectingArea_item_inner.-current {
  background: #fff;
}

.selectingArea_item_inner.-old {
  background: #f0f0f0;
}

.selectingArea_item_img {
  max-height: 61px;
}

.selectingArea_item_img img {
  width: 100%;
}

.selectingArea_item_img img:not([src]) {
  display: none;
}

.selectingArea_item_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;
  height: 32px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.selectingArea_item_delBtn.visible {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.selectingArea_item_delBtn.visible:before,
.selectingArea_item_delBtn.visible:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
}

.selectingArea_item_delBtn.visible:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.selectingArea_item_delBtn.visible:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.selectingArea_note {
  width: 960px;
  margin: 15px auto 0;
  padding-left: 195px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

.selectingArea_note img {
  width: 67px;
  margin-right: 8px;
  vertical-align: top;
}

.selectingArea_btn {
  width: 220px;
  height: 42px;
  margin-top: 34px;
  margin-left: auto;
  line-height: 42px;
  background: #ff8a17;
  font-size: 18px;
}

.selectingArea_btn a {
  display: block;
  color: #fff;
}

.selectingArea_btn a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  margin-right: 10px;
  background: url(../images/index/icn_search.png) no-repeat center top;
  background-size: contain;
}

.selectingArea_btn a:hover {
  text-decoration: none;
}

.selectingArea_closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.selectingArea_closeBtn:before,
.selectingArea_closeBtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
}

.selectingArea_closeBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.selectingArea_closeBtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

/* -----------------------------
	modal
----------------------------- */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}

.modal_contentWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 960px;
  height: 90%;
}

.modal_content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 50px 60px 0;
}

.modal_content_inner {
  width: 840px;
  padding-bottom: 50px;
}

.modal_txt {
  margin-top: 30px;
  font-size: 14px;
}

.modal_note {
  margin-top: 20px;
  font-size: 14px;
}

.modal_btn {
  width: 300px;
  margin: 30px auto 0;
  font-size: 18px;
  color: #fff;
  background: #ff8a17;
  cursor: pointer;
}

.modal_btn.disable_image {
  opacity: .4;
  pointer-events: none;
}

.modal_closeBtn {
  position: absolute;
  top: 0;
  right: 20px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.modal_closeBtn:before,
.modal_closeBtn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #777;
  width: 20px;
  height: 1px;
}

.modal_closeBtn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_closeBtn:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.dialog-search {
  display: none;
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  padding: 33px 0;
  background: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.dialog-search p {
  color: #fff;
}

/* -----------------------------
	compare
----------------------------- */

.wrap-compare {
  width: 960px;
  margin: 40px auto 0;
}

.compare {
  width: 100%;
}

.compare_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.compare_head_btn {
  width: 160px;
  text-align: center;
}

.compare_head_btn a:hover {
  opacity: .8;
}

.compare_resultWrap {
  position: relative;
}

.compare_result {
  margin-top: 15px;
  /* pc*/
  /* sp*/
}

.compare_result.-pc {
  border-collapse: inherit;
  position: relative;
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.compare_result.-col1 th {
  width: 240px;
}

.compare_result.-col1 th + th {
  width: 240px;
}

.compare_result.-col1 td {
  width: 480px;
}

.compare_result.-col1 .compare_model_name {
  width: 480px;
}

.compare_result.-col2 td {
  width: 291px;
}

.compare_result.-col2 .compare_model_name {
  width: 291px;
}

.compare_result.-col3 td {
  width: 194px;
}

.compare_result.-col3 .compare_model_name {
  width: 194px;
}

.compare_result tr {
  border-left: 1px solid #e7e7e7;
}

.compare_result th {
  width: 152px;
  padding: 10px 0 10px 11px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  background: #f7f8f8;
}

.compare_result th + th {
  width: 225px;
}

.compare_result td {
  padding: 7px 0;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}

.compare_result.-float {
  display: none;
  position: fixed;
  top: 0;
  width: 960px;
  margin-top: 0;
  background: #fff;
  border-collapse: inherit;
}

.compare_result.-float.stopSticky {
  position: absolute;
  top: auto;
  bottom: 0;
}

.compare_result.-float:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.4);
}

.compare_result.-float th {
  position: relative;
  width: 352px;
}

.compare_result.-float td {
  position: relative;
  background: #fff;
}

.compare_result.-float.-col1 th {
  width: 444px;
}

.compare_result.-sp {
  position: relative;
}

.compare_result_btn {
  position: relative;
  display: block;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 4px;
  background: #0059b3;
  line-height: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.compare_result_btn:after {
  position: absolute;
  right: 16px;
  content: "\003E";
}

.compare_result_btn:link,
.compare_result_btn:visited {
  color: #fff;
}

.compare_result_btn:hover {
  text-decoration: none;
  opacity: .8;
}

.compare_model {
  z-index: 1;
}

.compare_model th {
  text-align: center;
  font-size: 18px;
}

.compare_model td {
  vertical-align: bottom;
  padding: 10px 0 0;
}

.compare_model_img {
  width: 140px;
  margin: 0 auto;
}

.compare_model_img img {
  width: 100%;
}

.compare_model_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;
  min-height: 47px;
  margin-top: 5px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}

.compare_model_name a {
  color: #005ab4;
}

.compare_model_name a:hover {
  color: #f30;
}

.compare_model_label-old {
  max-width: 130px;
  margin: 0 auto 3px;
  border-radius: 2px;
  background: #888;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.compare_logo td {
  height: 65px;
  padding: 0;
}

.compare_logo img {
  width: 140px;
}

.compare_color img {
  width: 100%;
  max-width: 120px;
}

.compare_resultList {
  display: table;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-top: none;
  font-size: 12px;
}

.compare_resultList:first-child {
  border-top: 1px solid #e7e7e7;
}

.compare_resultList_head {
  vertical-align: middle;
  display: table-cell;
  padding: 10px;
  border-right: 1px solid #e7e7e7;
  background: #f7f8f8;
}

.compare_resultList_body {
  display: table-cell;
  padding: 10px;
  text-align: center;
}

.compare_note {
  padding-top: 5px;
  font-size: 12px;
}

.compare_note a {
  color: #005ab4;
}

.compare_csvBtn {
  display: none;
  width: 173px;
  margin: 30px 0 0;
  font-size: 12px;
  background: #888;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

.compare_backBtn {
  position: relative;
  max-width: 300px;
  margin: 20px auto 0;
  border: 1px solid #bbb;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.compare_backBtn:hover:before {
  opacity: .8;
}

.compare_backBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 40px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#dcdbdc), to(rgba(220, 219, 220, 0)));
  background: linear-gradient(to bottom, #dcdbdc 0%, rgba(220, 219, 220, 0) 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.compare_backBtn:after {
  content: "\003C";
  position: absolute;
  left: 17px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0059b3;
}

@media screen and (min-width: 768px) {
  .js-slideBody {
    display: block !important;
  }

  .compare_result.-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }

  .is-pc {
    display: none !important;
  }

  #contents .headSection .innerBlock {
    display: block;
    width: auto;
    padding: 0 15px;
  }

  #contents .headSection .ttl h1 {
    display: block;
    margin-top: 0;
    padding-left: 0;
    background: none;
    font-size: 14px;
  }

  #contents .headSection .ttl h1 span.sub {
    display: block;
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
    background: none;
  }

  #contents .headSection .ttl p.productsLogo {
    font-size: 14px;
  }

  #contents .headSection .aside .guide {
    width: 100%;
    margin-top: 10px;
  }

  #contents .detailSection {
    width: 100%;
    padding: 0 15px;
  }

  .wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
  }

  .side {
    width: 100%;
  }

  .side_heading {
    margin-bottom: 20px;
  }

  .side_topBtns {
    display: none;
  }

  .side_cond {
    margin-top: 2px;
  }

  .side_cond_inner {
    margin-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .side_cond_inner .side_cond_list {
    display: none;
  }

  .side_cond_ttl {
    padding: 15px;
    border-right: 46px solid #005ab4;
    font-size: 15px;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
  }

  .side_cond_ttl.is-open {
    background: #005ab4;
    color: #fff;
  }

  .side_cond_ttl-inr {
    margin: 0;
    padding: 15px;
    background: #ddd;
    border-right: 46px solid #ddd;
  }

  .side_cond_ttl-inr.js-slideHead:before,
  .side_cond_ttl-inr.js-slideHead:after {
    background: #777;
  }

  .side_cond_list {
    margin-top: 0;
  }

  .side_cond_item {
    margin-top: 1px;
  }

  .side_cond_item input:checked + span:after {
    top: 17px;
    left: 17px;
  }

  .side_cond_item label {
    padding: 13px 15px 13px 37px;
    background: #eee;
  }

  .side_cond_item span:before {
    top: 17px;
    left: 12px;
  }

  .side_cond_item.-radio span:after {
		top:21px;
    left: 16px;
  }

  .side_cond_item.-radio input:checked + span:after {
		top:21px;
    left: 16px;
  }

  .side_itemQuantity {
    max-width: 300px;
    margin: 30px auto 0;
  }

  .side_searchBtn {
    max-width: 300px;
    margin: 15px auto 0;
  }

  .side_resetBtn {
    max-width: 300px;
    margin: 15px auto 0;
  }

  .js-slideHead {
    position: relative;
  }

  .js-slideHead:before,
  .js-slideHead:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .js-slideHead:before {
    width: 2px;
    height: 16px;
    right: -24px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }

  .js-slideHead:after {
    width: 16px;
    height: 2px;
    right: -31px;
  }

  .js-slideHead.is-open:before {
    opacity: 0;
  }

  .contents {
    width: 100%;
    margin-top: 50px;
  }

  .printerList {
    margin: 10px -9px 0 0;
  }

  .printerList.-old {
    margin: 10px auto 0;
  }

  .printer.-current {
    width: calc(100% / 3 - 9px);
    margin: 9px 9px 0 0;
    padding: 19px 5px 7px;
  }

  .printer.-current .printer_name {
    height: 30px;
    font-size: 12px;
  }

  .printer.-old {
    width: 32%;
    margin: 9px 2% 0 0;
    padding: 10px 6px 8px;
  }

  .printer.-old:nth-child(3n) {
    margin-right: 0;
  }

  .printer.-old .printer_name {
    height: 30px;
    font-size: 12px;
  }

  .printer_name {
    margin-top: 6px;
  }

  .printer_ps {
    margin-top: 4px;
    font-size: 10px;
  }

  .printer_ps span {
    font-size: 11px;
  }

  .oldModelBtn {
    width: 100%;
    max-width: 300px;
    line-height: 42px;
  }

  .selectingArea_inner {
    display: block;
    width: 100%;
    padding: 20px 15px 0;
  }

  .selectingArea_ttl {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
  }

  .selectingArea_list {
    margin: 15px 0 0;
  }

  .selectingArea_item {
    width: 32%;
    min-height: 48px;
    margin-left: 2%;
  }

  .selectingArea_item_inner {
    padding: 8px 18px;
  }

  .selectingArea_item_img {
    display: none;
  }

  .selectingArea_item_name {
    margin-top: 0;
    font-size: 11px;
  }

  .selectingArea_item_delBtn.visible {
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: transparent;
  }

  .selectingArea_item_delBtn.visible:before,
  .selectingArea_item_delBtn.visible:after {
    width: 10px;
    background: #777;
  }

  .selectingArea_note {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .selectingArea_btn {
    width: 100%;
    max-width: 300px;
    margin: 15px auto 0;
  }

  .modal_contentWrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
  }

  .modal_content {
    padding: 25px 15px;
  }

  .modal_content_inner {
    width: 100%;
    padding-bottom: 0;
  }

  .modal_closeBtn {
    right: 0;
    width: 48px;
    height: 48px;
  }

  .wrap-compare {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
  }

  .compare_head_btn {
    display: none;
  }

  .compare_heading {
    font-size: 24px;
  }

  .compare_result.-pc {
    display: none;
  }

  .compare_result.-float {
    display: none !important;
  }

  .compare_result dl {
    display: table;
    table-layout: fixed;
    word-break: break-all;
    width: 100%;
    border: 1px solid #d9d9d9;
    font-size: 14px;
  }

  .compare_result dl:first-child dt {
    border-top: 1px solid #d9d9d9;
  }

  .compare_result dt {
    display: table-caption;
    width: 100%;
    padding: 6px;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background: #ebebeb;
    text-align: center;
    font-weight: normal;
  }

  .compare_result dd {
    display: table-cell;
    vertical-align: middle;
    padding: 4px 2px;
    border-right: 1px solid #d9d9d9;
    text-align: center;
  }

  .compare_result dd:last-child {
    border-right: none;
  }

  .compare_result_btn {
    max-width: 110px;
    line-height: 30px;
    font-size: 12px;
  }

  .compare_result_btn:after {
    right: 2px;
  }

  .compare_model {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
  }

  .compare_model.is-fix:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-box-shadow: 0px 0px 14px 1px black;
    box-shadow: 0px 0px 14px 1px black;
  }

  .compare_model dd {
    vertical-align: bottom;
    position: relative;
    background: #fff;
    padding: 9px 0 0;
  }

  .compare_model + dl {
    border-top: none;
  }

  .compare_model_img {
    width: 100%;
    max-width: 110px;
  }

  .compare_model_name {
    max-width: 110px;
    min-height: 36px;
    margin: 5px auto;
    padding: 0;
    font-size: 14px;
  }

  .compare_model_label-old {
    max-width: 97px;
    line-height: 18px;
    font-size: 11px;
  }

  .compare_logo {
    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;
    min-height: 53px;
  }

  .compare_logo img {
    width: 100%;
    max-width: 114px;
    max-height: 52px;
  }

  .compare_backBtn {
    max-width: 250px;
    margin-top: 30px;
    font-size: 14px;
  }

  .compare_backBtn:after {
    left: 12px;
  }
}

@media print {
  #topicPath,
  .headSection.lineS,
  .compare_head_btn,
  .compare_backBtn {
    display: none;
  }
}