@charset "UTF-8";
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
/* comparison-table
---------------------------------------------------------------------------- */
#post_box .comparison-table strong {
  color: #f00;
  background: none;
}

#post_box .comparison-table {
  width: 100%;
  border-top: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  clear: both;
  border-width: 0 0 1px 0;
}

#post_box .comparison-table caption {
  text-align: left;
  font-weight: bold;
  padding-bottom: 2px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#post_box .comparison-table thead th {
  background: #999999;
  color: #fff;
}

#post_box .comparison-table thead {
  font-size: 17px;
}
#post_box .comparison-table thead th {
  position: relative;
  padding: 20px 20px 17px;
}
#post_box .comparison-table thead th:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  content: "\f105";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 26px;
  line-height: 1;
  z-index: 100;
}
#post_box .comparison-table thead:hover {
  cursor: pointer;
}
#post_box .comparison-table thead.is-active th:before {
  transform: rotate(90deg) translate(-100%, 0);
}

#post_box .comparison-table tbody th {
  font-weight: bold;
  background: none;
}

#post_box .comparison-table th,
#post_box .comparison-table td {
  padding: 13px 8px;
  border-bottom: 1px #E3E3E3 solid;
  border-width: 0 0 1px 0;
}

#post_box .comparison-table td.alignC {
  font-size: 11px;
}

#post_box .comparison-table .odd td {
  background: #F6F6F6;
}

#post_box .comparison-table img {
  margin: inherit;
  display: inline-block;
}

/* -------------------------------------------- */
/* product_grobal_menu */
/* -------------------------------------------- */
#product_grobal_menu02 {
  margin-bottom: 2em;
  padding: 0;
  background: linear-gradient(#fff 50%, #eee 50%);
  border: 1px solid #aaa;
  border-top: none;
  transition: all 0.15s ease;
}

#product_grobal_menu02 .grobal_menu_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#product_grobal_menu02 ul {
  display: flex;
  align-items: center;
}

#product_grobal_menu02 ul:after {
  display: none;
}

#product_grobal_menu02 ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

#product_grobal_menu02 ul li a {
  display: block;
  padding: 1.2em 1.15em;
  transition: 0.4s all ease;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

#spider2_top .top-catch {
  margin-bottom: 1.5em;
  text-align: center;
}

#spider2_top #contents #topic_path {
  margin-bottom: 0;
}
#spider2_top #contents .item_list_title_h1 {
  display: none;
}
#spider2_top footer {
  padding-top: 15px;
}

#product_grobal_menu02 ul li a:hover {
  background: linear-gradient(#eee 50%, #ccc 50%);
}

#spider2_top #product_grobal_menu02 ul li:nth-of-type(1) a {
  background: linear-gradient(#eee 50%, #ccc 50%);
}

#spider2_point #product_grobal_menu02 ul li:nth-of-type(1) a {
  background: linear-gradient(#eee 50%, #ccc 50%);
}

#spider2_setting #product_grobal_menu02 ul li:nth-of-type(2) a {
  background: linear-gradient(#eee 50%, #ccc 50%);
}

#spider2_list #product_grobal_menu02 ul li:nth-of-type(3) a {
  background: linear-gradient(#eee 50%, #ccc 50%);
}

#spider2_spec #product_grobal_menu02 ul li:nth-of-type(4) a {
  background: linear-gradient(#eee 50%, #ccc 50%);
}

#spider2_option #product_grobal_menu02 ul li:nth-of-type(5) a {
  background: linear-gradient(#eee 50%, #ccc 50%);
}

#product_grobal_menu02 #grobal-right-area {
  display: flex;
  align-items: center;
  padding-right: 1.5em;
}

#product_grobal_menu02 #grobal-right-area a {
  display: block;
  font-size: 1.2em;
  text-decoration: none;
}

#product_grobal_menu02 #grobal-right-area #case {
  margin-right: 1em;
}

#product_grobal_menu02 #grobal-right-area #case a {
  padding: 0.4em 0.5em;
  color: #000;
  border: 1px solid #333;
  border-radius: 5px;
}

#product_grobal_menu02 .spmenu {
  display: none;
}

#spider2_setting #post_content iframe {
  display: block;
  margin: 0 auto;
}

#spider2_list .makerlist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  background: none;
}
#spider2_list .makerlist ul li {
  min-width: 150px;
  padding: 0;
  background: none;
  text-align: center;
}
#spider2_list .makerlist ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #aaa;
  text-decoration: none;
}
#spider2_list .makerlist ul li a:hover {
  border-color: #000;
}
#spider2_list .confirm-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 3%;
  margin-bottom: 40px;
}
#spider2_list .confirm-wrap, #spider2_list .confirm-wrap * {
  box-sizing: border-box;
}
#spider2_list .confirm-wrap .confirm-table {
  width: 48.5%;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}
#spider2_list .confirm-wrap .confirm-table .pj-maker-list-title-area {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 10px;
}
#spider2_list .confirm-wrap .confirm-table .confirm__ttl {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in {
  overflow-y: scroll;
  max-height: 350px;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr th.col-model {
  width: 30%;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr th.col-date {
  width: 20%;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr th.col-install {
  width: 25%;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr th.col-detail {
  width: 25%;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td {
  padding: 5px;
  background-color: #FFF;
  font-size: 13.5px;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td p {
  margin: 0;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-install {
  text-align: center;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-install a {
  font-size: 12px;
  text-decoration: none;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-install a .ico-poss {
  color: #e60101;
  border: 1px solid #e60101;
  padding: 1px 9px;
  border-radius: 2px;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-install a .ico-imposs {
  color: #000;
  padding: 1px 9px;
  background-color: #eee;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-install a .ico-sp3 {
  display: inline-block;
  padding: 3px 2px;
  background-color: #5080a8;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-date {
  font-size: 12px;
  text-align: center;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-detail p a {
  position: relative;
  display: block;
  padding: 0.2em;
  border-radius: 30px;
  background-color: #FC8130;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-detail p a:hover {
  opacity: 0.8;
}

#spider2_option #item_top .box-img,
#spider2_point #item_top .box-img,
#spider2_setting #item_top .box-img,
#spider2_list #item_top .box-img,
#spider2_option #item_top .box-img,
#spider2_spec #item_top .box-img {
  position: relative;
  text-align: left;
}

#spider2_option #item_top .box-img img,
#spider2_point #item_top .box-img img,
#spider2_setting #item_top .box-img img,
#spider2_list #item_top .box-img img,
#spider2_option #item_top .box-img img,
#spider2_spec #item_top .box-img img {
  width: 335px;
  height: 100px;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: left;
     object-position: left;
}

#spider2_option #item_top .box-img:after,
#spider2_point #item_top .box-img:after,
#spider2_setting #item_top .box-img:after,
#spider2_list #item_top .box-img:after,
#spider2_option #item_top .box-img:after,
#spider2_spec #item_top .box-img:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100px;
  content: "";
  background: url(/p_spider/img/sub_img.jpg) 100% 0;
}

/* sub_fixed
----------------------------------------------- */
#product_grobal_menu02.sub_fixed {
  position: fixed;
  top: 53px;
  left: 0;
  width: 100%;
  z-index: 100;
}

#product_grobal_menu02.sub_fixed .grobal_menu_inner {
  max-width: 1170px;
  min-width: 1000px;
  margin: 0 auto;
}

#product_grobal_menu02.sub_fixed ul {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

#product_grobal_menu02.sub_fixed ul li a {
  padding: 1.5em 1.3em;
}

/* page-spider-top
---------------------------------------------------------------------------- */
#page-spider-top .mainvisual {
  margin-bottom: 2em;
}
#page-spider-top #post_box {
  margin-bottom: 1em;
}
#page-spider-top .read {
  margin-bottom: 3em;
  font-size: 0.9rem;
  line-height: 1.6;
}
#page-spider-top .bn {
  position: relative;
  margin-bottom: 1em;
  display: block;
}
#page-spider-top .bn:before {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  width: 150px;
  height: 70px;
  background: url("/p_spider/img/point_good.png") 50% 50%/contain no-repeat;
  z-index: 10;
}
#page-spider-top .subtitle {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#page-spider-top .strength {
  margin-bottom: 4em;
}
#page-spider-top .strength__title {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  text-align: center;
}
#page-spider-top .strength__title em {
  font-size: 2.5rem;
}
#page-spider-top .strengthList {
  padding-left: 1em;
}
#page-spider-top .strengthList__item {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.2em;
  font-size: 1.2rem;
}
#page-spider-top .strengthList__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f046";
  font-family: FontAwesome;
  color: #ff6600;
}
#page-spider-top .strengthList__item strong {
  background: linear-gradient(#fff 50%, #fffcc7 50%);
  font-weight: normal;
}
#page-spider-top .qp {
  width: 98%;
  margin: 0 auto;
}
#page-spider-top .qp__ttl {
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 5px solid #a40000;
  font-size: 22px;
}
#page-spider-top .qp-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ccc;
}
#page-spider-top .qp__img {
  flex-basis: 40%;
}
#page-spider-top .qp-detail {
  flex-basis: 55%;
}
#page-spider-top .qp__subt {
  margin-bottom: 15px;
  font-size: 19px;
}
#page-spider-top .qp__subt span {
  display: block;
}
#page-spider-top .qp__txt {
  margin-bottom: 15px;
  font-size: 15px;
}
#page-spider-top .qp__link a {
  font-size: 15px;
}
#page-spider-top .bn-area {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 40px;
}
#page-spider-top .bn-area ul {
  display: flex;
  justify-content: space-between;
}
#page-spider-top .bn-area ul:after {
  display: none;
}

.bn-caption {
  margin-bottom: 50px;
}
.bn-caption p {
  display: inline-block;
  margin-right: 1em;
  font-size: 14px;
}

.other-projector {
  margin-bottom: 4em;
  padding: 0;
  background: #fff;
}
.other-projector .other__title {
  margin-bottom: 0;
  padding: 0.7em 0.5em;
  border-bottom: 2px solid #ff6600;
  background-color: #999;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.other-projector .other__in {
  padding: 2em 3em 3em;
  background-color: #f3f3f3;
}
.other-projector .other__catch {
  margin-bottom: 0.81em;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
.other-projector .other__catch > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.other-projector .other__catch > span:before, .other-projector .other__catch > span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f063";
  font-family: FontAwesome;
  color: #000;
}
.other-projector .other__catch > span:before {
  left: 0;
}
.other-projector .other__catch > span:after {
  right: 0;
}
.other-projector .other__catch > span span {
  display: block;
  font-size: 0.85rem;
}
.other-projector .other__bn {
  margin-bottom: 1.5em;
  text-align: center;
}
.other-projector .other__bn figure {
  margin-bottom: 0.5em;
}
.other-projector .other__bn p {
  font-size: 0.9rem;
}
.other-projector .otherCompare {
  padding: 2em;
  background-color: #fff;
}
.other-projector .otherCompare, .other-projector .otherCompare * {
  box-sizing: border-box;
}
.other-projector .otherCompare__title {
  margin-bottom: 1em;
  font-size: 1rem;
  text-align: center;
}
.other-projector .otherCompareList {
  display: flex;
  flex-wrap: wrap;
}
.other-projector .otherCompareList__item {
  position: relative;
  width: 50%;
  margin-bottom: 0.3em;
  padding-left: 1em;
  font-size: 0.95rem;
}
.other-projector .otherCompareList__item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #000;
}
.other-projector .otherCompareList--ng:before {
  content: "\f00d";
  color: #004dda;
}
.other-projector .otherCompareList--ok:before {
  content: "\f10c";
  color: #ff0000;
}

#spider2_top .hover_img_div, #spider2_setting .hover_img_div, #spider2_point .hover_img_div {
  width: 55%;
}

#item_top .box-img {
  background-color: #000;
}

/* tableOfContents
---------------------------------------------------------------------------- */
.tableOfContents {
  max-width: 440px;
  margin: 0 auto;
  padding: 1.5em;
  border: 1px solid #ccc;
  background-color: #eee;
}
.tableOfContents__title {
  margin-bottom: 0.5em;
  font-size: 0.9rem;
  text-align: center;
}
.tableOfContents__list {
  padding-left: 1.5em;
}
.tableOfContents__list li {
  list-style-type: decimal;
}
.tableOfContents__list li a {
  font-size: 0.9rem;
  text-decoration: none;
}
.tableOfContents__list li a:hover {
  text-decoration: underline;
}

/* spider2_option
---------------------------------------------------------------------------- */
#spider2_option #post_box h2 {
  margin-top: 0;
}

/* spider2_setting
---------------------------------------------------------------------------- */
#spider2_setting .banner {
  margin-bottom: 2em;
  text-align: center;
}

/* spider2_option
---------------------------------------------------------------------------- */
#spider2_option #item_top {
  margin-bottom: 2em;
}

/* page-matching
---------------------------------------------------------------------------- */
#page-matching .result-message {
  position: relative;
  margin-bottom: 8em;
  padding: 2em 1.5em;
  border: 1px solid #e60101;
}
#page-matching .result-message dl {
  padding-left: 12em;
}
#page-matching .result-message dl dt {
  margin-bottom: 0.3em;
  font-size: 1rem;
  font-weight: normal;
}
#page-matching .result-message dl dt span {
  font-weight: bold;
  font-size: 1.1rem;
}
#page-matching .result-message dl dd {
  position: relative;
  padding-left: 1.6em;
  color: #e60101;
  font-weight: bold;
  font-size: 1.6rem;
}
#page-matching .result-message dl dd:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 2.5rem;
}
#page-matching .result-message .fig {
  position: absolute;
  left: 7px;
  bottom: 0;
  margin-bottom: 0;
}
#page-matching .result-message .fig img {
  max-width: 160px;
  margin-bottom: 0;
  vertical-align: bottom;
}
#page-matching .result-message:after, #page-matching .result-message:before {
  position: absolute;
  bottom: -90px;
  content: "\f063";
  font-family: FontAwesome;
  font-size: 3.8rem;
  color: #dadada;
}
#page-matching .result-message:after {
  left: 51%;
}
#page-matching .result-message:before {
  right: 51%;
}
#page-matching .result-message.impossible {
  margin-bottom: 4em;
  border-color: #244d96;
}
#page-matching .result-message.impossible dl dd {
  color: #244d96;
}
#page-matching .result-message.impossible dl dd:before {
  content: "\f00d";
}
#page-matching .result-message.impossible:after, #page-matching .result-message.impossible:before {
  display: none;
}
#page-matching .item-lineup {
  margin-bottom: 3em;
}
#page-matching .item-lineup h2 {
  margin-bottom: 3em;
  font-weight: normal;
}
#page-matching .item-lineup .lineup-in {
  display: flex;
  justify-content: center;
}
#page-matching .item-lineup .lineup-in .block {
  width: 45%;
  margin: 0 1em;
}
#page-matching .item-lineup .lineup-in .block .item {
  margin-bottom: 1.2em;
}
#page-matching .item-lineup .lineup-in .block .item figure {
  display: block;
  padding: 1em 0;
  border: 4px solid #ccc;
}
#page-matching .item-lineup .lineup-in .block .item figure img {
  max-width: 220px;
  margin-bottom: 0;
  vertical-align: bottom;
}
#page-matching .item-lineup .lineup-in .block .price {
  margin-bottom: 0.3em;
  font-size: 1.5rem;
  color: #e60101;
  text-align: center;
  line-height: 1.5;
}
#page-matching .item-lineup .lineup-in .block .price span {
  font-size: 1rem;
}
#page-matching .item-lineup .lineup-in .block ul {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
#page-matching .item-lineup .lineup-in .block ul:after {
  display: none;
}
#page-matching .item-lineup .lineup-in .block ul li {
  position: relative;
  padding: 0;
  background: none;
  font-size: 0.9rem;
}
#page-matching .item-lineup .lineup-in .block .spec {
  margin-bottom: 1em;
}
#page-matching .item-lineup .lineup-in .block .spec ul li {
  padding: 0 0 0 1em;
}
#page-matching .item-lineup .lineup-in .block .spec ul li:before {
  position: absolute;
  left: 5px;
  top: 9px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
#page-matching .item-lineup .lineup-in .block .btn-area ul li a {
  position: relative;
  display: block;
  padding: 0.6em;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
#page-matching .item-lineup .lineup-in .block .btn-area ul li a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  font-family: FontAwesome;
}
#page-matching .item-lineup .lineup-in .block .btn-area ul li a:hover, #page-matching .item-lineup .lineup-in .block .btn-area ul li a:active {
  opacity: 0.8;
}
#page-matching .item-lineup .lineup-in .block .btn-area ul li.btn-detail {
  margin-bottom: 0.6em;
}
#page-matching .item-lineup .lineup-in .block .btn-area ul li.btn-detail a {
  background-image: linear-gradient(#ff7900, #ff5300);
  color: #fff;
}
#page-matching .item-lineup .lineup-in .block .btn-area ul li.btn-example a {
  background-image: linear-gradient(#fff, #fff 36%, #e1e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#page-matching .item-lineup .lineup-in .block.spider3 .btn-area ul li.btn-detail a {
  max-width: 230px;
  margin: 0 auto;
  background: none;
  background-color: #bbb;
}
#page-matching .item-lineup .lineup-in .block.spider2 .item {
  position: relative;
}
#page-matching .item-lineup .lineup-in .block.spider2 .item .fig {
  position: absolute;
  top: -33px;
  left: -20px;
}
#page-matching .item-lineup .lineup-in .block.spider2 .item .fig img {
  max-width: 175px;
}
#page-matching .item-lineup .lineup-in .block.spider2 .item figure {
  border: 4px solid #ff6400;
}
#page-matching .solution-wrap {
  max-width: 722px;
  margin: 0 auto 5em;
}
#page-matching .solution-wrap .title {
  margin-bottom: 3em;
}
#page-matching .solution-wrap .title h2 {
  display: block;
  padding: 0.7em 0;
  border-top: 3px solid #ef3c3b;
  border-bottom: 3px solid #ef3c3b;
  background: none;
  text-align: center;
}
#page-matching .solution-wrap .title h2 img {
  margin: 0 auto;
}
#page-matching .solution-wrap a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  text-decoration: none;
}
#page-matching .solution-wrap a:hover .detail h3 {
  text-decoration: none;
}
#page-matching .solution-wrap a:not(:last-of-type) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dashed #bbb;
}
#page-matching .solution-wrap a .detail {
  width: 69%;
  padding-top: 0.5em;
}
#page-matching .solution-wrap a .detail h3 {
  margin: 0 0 1em;
  padding: 0;
  background: none;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: underline;
  line-height: 1.7;
}
#page-matching .solution-wrap a .detail .description {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.8;
}
#page-matching .solution-wrap a figure {
  width: 27%;
}
#page-matching .solution-wrap a figure img {
  margin-bottom: 0;
  border-radius: 7px;
}
#page-matching .case-wrap {
  max-width: 722px;
  margin: 5em auto;
}
#page-matching .case-wrap .title-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
#page-matching .case-wrap .title-area h2 {
  margin: 0;
  padding: 0;
  background: none;
}
#page-matching .case-wrap .title-area h2:after {
  display: none;
}
#page-matching .case-wrap .title-area h2 img {
  margin-bottom: 0;
}
#page-matching .case-wrap .title-area .support {
  display: flex;
  align-items: center;
}
#page-matching .case-wrap .title-area .support ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background: none;
}
#page-matching .case-wrap .title-area .support ul li {
  margin: 0;
  padding: 0.1em 0.8em;
  background: none;
  border: 2px solid transparent;
  font-weight: bold;
}
#page-matching .case-wrap .title-area .support ul li:not(:last-of-type) {
  margin-right: 0.6em;
}
#page-matching .case-wrap .title-area .support ul li.spider2 {
  color: #ff6400;
  border-color: #ff6400;
}
#page-matching .case-wrap .title-area .support ul li.spider3 {
  color: #f9b90b;
  border-color: #f9b90b;
}
#page-matching .case-wrap .case-in {
  padding: 2em 2em 1em;
  border: 1px solid #aaa;
  background-image: repeating-linear-gradient(#f2f2f2, #f2f2f2 1px, transparent 1px, transparent 20px), repeating-linear-gradient(90deg, #f2f2f2, #f2f2f2 1px, transparent 1px, transparent 20px);
}
#page-matching .case-wrap .case-in .title {
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 1em;
  border-left: 4px solid #ff6400;
  font-weight: bold;
  font-size: 1rem;
}
#page-matching .case-wrap .case-in .case-box {
  display: flex;
  flex-direction: row-reverse;
}
#page-matching .case-wrap .case-in .case-box figure {
  display: block;
  width: 250px;
}
#page-matching .case-wrap .case-in .case-box figure img {
  max-height: 280px;
  padding: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#page-matching .case-wrap .case-in .case-box .detail {
  width: calc(100% - 250px);
  padding-right: 3em;
  padding-left: 1.6em;
}
#page-matching .case-wrap .case-in .case-box .detail p.description {
  margin-bottom: 1.5em;
  color: #777;
  line-height: 1.8;
}
#page-matching .case-wrap .case-in .case-box .detail p.btn-link {
  display: inline-block;
}
#page-matching .case-wrap .case-in .case-box .detail p.btn-link a {
  position: relative;
  display: block;
  padding: 0.5em 3em;
  border: 1px solid #aaa;
  border-radius: 30px;
  background-image: linear-gradient(#fff, #fff 60%, #eee);
  color: #333;
  text-decoration: none;
}
#page-matching .case-wrap .case-in .case-box .detail p.btn-link a:before {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f138";
  font-family: FontAwesome;
  color: #ff6400;
}
#page-matching .case-wrap .case-in .case-box .detail p.btn-link a:hover, #page-matching .case-wrap .case-in .case-box .detail p.btn-link a:active {
  opacity: 0.8;
}
#page-matching .screw {
  width: 95%;
  margin: 0 auto 2em;
  padding: 1em 1.5em;
  background-color: #ffeeee;
  box-sizing: border-box;
  text-align: center;
}
#page-matching .screw span {
  color: #e60101;
}
#page-matching .spec-list {
  width: 95%;
  margin: 0 auto 5em;
}
#page-matching .spec-list h2 {
  padding: 0.3em 0.3em 0.3em 1em;
  margin-bottom: 0.5em;
  background: none;
  border-left: 3px solid #000;
  font-size: 1rem;
}
#page-matching .spec-list h2:after {
  display: none;
}
#page-matching .spec-list table {
  width: 100%;
}
#page-matching .spec-list table tr th, #page-matching .spec-list table tr td {
  border: 1px solid #ccc;
}
#page-matching .spec-list table tr th {
  width: 17%;
}
#page-matching .spec-list .genuine ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
}
#page-matching .spec-list .genuine ul:after {
  display: none;
}
#page-matching .spec-list .genuine ul li {
  padding: 0;
  background: none;
  font-size: 12px;
}
#page-matching .spec-list .genuine ul li:not(:last-of-type):after {
  content: "、";
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 776px) {
  body {
    padding-top: 0 !important;
  }
  #topic_path {
    overflow: auto;
    overflow-y: hidden;
  }
  #topic_path .topic_path_in {
    white-space: nowrap;
    font-size: 0.7rem;
  }
  #main_content {
    overflow: visible;
  }
  #Header {
    padding-top: 0;
  }
  #Header .fixed-box {
    position: static !important;
  }
  #Header .fixed {
    position: static;
  }
  #Header .fixed li a {
    padding-top: 35px;
    background-size: auto 26px;
    background-position: center 5px;
  }
  #product_grobal_menu02 {
    margin-bottom: 1em;
    background: none;
    border: none;
  }
  #product_grobal_menu02 .grobal_menu_inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  #product_grobal_menu02 .grobal_menu_inner ul {
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
  }
  #product_grobal_menu02 .grobal_menu_inner ul li {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(#fff 50%, #eee 50%);
    text-align: center;
  }
  #product_grobal_menu02 .grobal_menu_inner ul li {
    width: 33.33%;
  }
  #product_grobal_menu02 .grobal_menu_inner ul li:nth-of-type(3) {
    border-right: none;
  }
  #product_grobal_menu02 .grobal_menu_inner ul li:nth-of-type(6) {
    border-right: none;
  }
  #product_grobal_menu02 .grobal_menu_inner ul li a {
    padding: 0.6em 0;
    font-size: 0.9em;
  }
  #product_grobal_menu02 .grobal_menu_inner #grobal-right-area {
    width: 100%;
    padding: 0.5em 0;
    justify-content: center;
  }
  #product_grobal_menu02 .grobal_menu_inner #grobal-right-area #case {
    width: 45%;
    text-align: center;
  }
  #product_grobal_menu02 .grobal_menu_inner #grobal-right-area #case a {
    padding: 0.5em 1.5em;
    background-color: #fff;
    font-size: 0.9em;
  }
  #product_grobal_menu02 .grobal_menu_inner #grobal-right-area #buy-btn {
    width: 45%;
  }
  #product_grobal_menu02 .grobal_menu_inner #grobal-right-area #buy-btn a {
    padding: 0.5em 1.5em;
    font-size: 0.9em;
  }
  #spider3_top #item_top .box-img img,
  #spider2_point #item_top .box-img img,
  #spider2_setting #item_top .box-img img,
  #spider2_list #item_top .box-img img,
  #spider2_option #item_top .box-img img,
  #spider2_spec #item_top .box-img img {
    width: auto;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  #spider2_top #item_top .box-img:after,
  #spider2_point #item_top .box-img:after,
  #spider2_setting #item_top .box-img:after,
  #spider2_list #item_top .box-img:after,
  #spider2_option #item_top .box-img:after,
  #spider2_spec #item_top .box-img:after {
    display: none;
  }
  #item_top {
    margin-bottom: 0;
  }
  #Header {
    z-index: 0 !important;
  }
  .tableOfContents {
    width: 90%;
    margin-top: 1.5em;
    padding: 1.2em;
    border-radius: 5px;
    background-color: #fff;
  }
  .tableOfContents__list {
    padding-left: 1.5em;
  }
  .tableOfContents__list li a {
    display: block;
    padding: 0.2em 0;
    font-size: 0.85rem;
  }
  #product_grobal_menu02 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 45px;
    margin-bottom: 0;
    background-color: #eee;
    border: 1px solid #ddd;
  }
  #product_grobal_menu02.is_fixed .spmenu {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 45px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
    z-index: 9999;
  }
  #product_grobal_menu02 .spmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 1em;
    font-weight: bold;
    font-size: 0.9em;
  }
  #product_grobal_menu02 .spmenu__anchor p {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.4em;
    padding-left: 1.4em;
    line-height: 1.5;
  }
  #product_grobal_menu02 .spmenu__anchor p:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 1.15em;
    color: #ff6600;
  }
  #product_grobal_menu02 .spmenu__open:before {
    content: "\f138";
  }
  #product_grobal_menu02 .spmenu__close {
    display: none;
  }
  #product_grobal_menu02 .spmenu__close:before {
    content: "\f00d";
  }
  #product_grobal_menu02 .grobal_menu_wrap {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background-color: rgba(0, 0, 0, 0.85);
    transition: 0.4s all ease;
    z-index: 9990;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner ul {
    width: 70%;
    margin: 0 auto 1em;
    border: none;
    opacity: 0;
    transition: 0.4s all ease;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner ul li {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner ul li a {
    position: relative;
    padding-left: 1em;
    color: #fff;
    font-size: 1em;
    background: transparent !important;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
    font-family: FontAwesome;
    color: #ff6600;
    font-size: 1.3em;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area {
    flex-wrap: wrap;
    opacity: 0;
    transition: 0.4s all ease;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #case, #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #buy-btn {
    width: 70%;
    margin-right: 0;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #case a, #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #buy-btn a {
    position: relative;
    padding: 1em;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #case a:before, #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #buy-btn a:before {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 1.4em;
    font-weight: normal;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #case {
    margin-bottom: 1em;
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #case a:before {
    left: 21px;
    content: "\f128";
  }
  #product_grobal_menu02 .grobal_menu_wrap .grobal_menu_inner #grobal-right-area #buy-btn a:before {
    content: "\f07a";
  }
  #product_grobal_menu02.is-current .grobal_menu_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    visibility: visible;
    opacity: 1;
  }
  #product_grobal_menu02.is-current .grobal_menu_wrap ul, #product_grobal_menu02.is-current .grobal_menu_wrap #grobal-right-area {
    opacity: 1;
  }
  #product_grobal_menu02.is-current .spmenu {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 45px;
    color: #fff !important;
    background-color: #000 !important;
    border: none;
    z-index: 9999;
  }
  #product_grobal_menu02.is-current .spmenu__open {
    display: none;
  }
  #product_grobal_menu02.is-current .spmenu__close {
    display: block;
  }
  #page-spider-top .mainvisual {
    margin-bottom: 1em;
  }
  #page-spider-top .mainvisual picture {
    margin-bottom: 0;
  }
  #page-spider-top #post_box {
    margin-bottom: 0.5em;
  }
  #page-spider-top .bn:before {
    top: -26px;
    left: -7px;
    width: 110px;
    height: 65px;
  }
  #page-spider-top .strength {
    margin-bottom: 2em;
  }
  #page-spider-top .strength__title {
    font-size: 1.2rem;
  }
  #page-spider-top .strength__title span {
    display: block;
  }
  #page-spider-top .strength__title em {
    font-size: 2rem;
  }
  #page-spider-top .strengthList {
    padding-left: 0;
  }
  #page-spider-top .strengthList__item {
    font-size: 1rem;
  }
  #page-spider-top #spider-search-block {
    margin-top: 0 !important;
  }
  #page-spider-top .qp__ttl {
    font-size: 18px;
  }
  #page-spider-top .qp-in {
    flex-wrap: wrap;
  }
  #page-spider-top .qp__img {
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #page-spider-top .qp__img img {
    max-height: 180px;
    width: auto;
  }
  #page-spider-top .qp-detail {
    flex-basis: 100%;
  }
  #page-spider-top .qp__subt {
    font-size: 17px;
    line-height: 1.5;
  }
  #page-spider-top .qp__subt span {
    display: inline;
  }
  #page-spider-top .qp__txt {
    font-size: 14px;
  }
  #page-spider-top .qp__link a {
    font-size: 14px;
  }
  #page-spider-top .bn-area ul {
    display: block;
  }
  #page-spider-top .bn-area ul li {
    text-align: center;
  }
  #page-spider-top .bn-area ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .bn-caption p {
    margin: 0 !important;
    font-size: 14px !important;
  }
  .other-projector {
    margin-bottom: 3em;
  }
  .other-projector .other__catch {
    font-size: 1rem;
  }
  .other-projector .other__catch > span {
    display: block;
    padding-top: 1.5em;
  }
  .other-projector .other__catch > span span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .other-projector .other__in {
    padding: 2em 1.5em 1.5em;
  }
  .other-projector .otherCompare {
    padding: 1.5em;
  }
  .other-projector .otherCompare__title {
    font-size: 0.95rem;
  }
  .other-projector .otherCompareList {
    flex-wrap: wrap;
  }
  .other-projector .otherCompareList__item {
    width: 100%;
  }
  .other-projector .otherCompareList__item:nth-of-type(1) {
    order: 0;
  }
  .other-projector .otherCompareList__item:nth-of-type(3) {
    order: 1;
  }
  .other-projector .otherCompareList__item:nth-of-type(5) {
    order: 2;
  }
  .other-projector .otherCompareList__item:nth-of-type(2) {
    order: 3;
  }
  .other-projector .otherCompareList__item:nth-of-type(4) {
    order: 4;
  }
  #page-matching #topic_path {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #page-matching .result-message {
    margin-bottom: 5em;
    padding: 1.2em;
  }
  #page-matching .result-message dl {
    padding-left: 0;
  }
  #page-matching .result-message dl dt {
    margin-bottom: 0.5em;
    font-size: 0.9rem;
  }
  #page-matching .result-message dl dt span {
    font-weight: bold;
    font-size: 1rem;
  }
  #page-matching .result-message dl dd {
    padding-left: 2.1em;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  #page-matching .result-message dl dd span {
    display: block;
  }
  #page-matching .result-message dl dd:before {
    left: 0;
    font-size: 2.8rem;
  }
  #page-matching .result-message .fig {
    left: inherit;
    right: -12px;
  }
  #page-matching .result-message .fig img {
    max-width: 130px;
    transform: scale(-1, 1);
  }
  #page-matching .result-message:after, #page-matching .result-message:before {
    bottom: -79px;
    font-size: 3rem;
  }
  #page-matching .result-message.impossible {
    margin-bottom: 3em;
  }
  #page-matching .item-lineup h2 {
    padding: 1em 1em 1em 1.2em;
    border-bottom: 1px solid #333;
    font-size: 1rem;
    line-height: 1.4;
  }
  #page-matching .item-lineup .lineup-in {
    justify-content: center;
  }
  #page-matching .item-lineup .lineup-in .block {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0;
  }
  #page-matching .item-lineup .lineup-in .block:nth-of-type(2) {
    margin-left: 0.5em;
  }
  #page-matching .item-lineup .lineup-in .block .item figure {
    border-color: #ddd;
  }
  #page-matching .item-lineup .lineup-in .block .item figure img {
    max-width: 135px;
  }
  #page-matching .item-lineup .lineup-in .block .price {
    font-size: 1.1rem;
  }
  #page-matching .item-lineup .lineup-in .block .price span {
    font-size: 0.7rem;
  }
  #page-matching .item-lineup .lineup-in .block ul li {
    font-size: 0.8rem;
  }
  #page-matching .item-lineup .lineup-in .block .spec {
    margin-bottom: 1em;
    min-height: 135px;
  }
  #page-matching .item-lineup .lineup-in .block .btn-area {
    width: 100%;
  }
  #page-matching .item-lineup .lineup-in .block .btn-area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding-right: 1.5em;
    font-size: 0.8rem;
    line-height: 1.3;
  }
  #page-matching .item-lineup .lineup-in .block.spider2 .item .fig {
    top: -33px;
    left: -5px;
  }
  #page-matching .item-lineup .lineup-in .block.spider2 .item .fig img {
    max-width: 125px;
  }
  #page-matching .solution-wrap {
    margin: 0 auto 3em;
  }
  #page-matching .solution-wrap .title {
    margin-bottom: 2em;
  }
  #page-matching .solution-wrap .title h2 {
    padding: 1em 0;
  }
  #page-matching .solution-wrap a {
    flex-wrap: wrap;
  }
  #page-matching .solution-wrap a .detail {
    width: 100%;
    margin-bottom: 1.5em;
    padding-top: 0;
  }
  #page-matching .solution-wrap a .detail h3 {
    margin-bottom: 0.5em;
  }
  #page-matching .solution-wrap a .detail h3 a {
    font-size: 0.9rem;
  }
  #page-matching .solution-wrap a .detail .description {
    line-height: 1.6;
  }
  #page-matching .solution-wrap a figure {
    width: 80%;
    margin: 0 auto;
  }
  #page-matching .solution-wrap a figure img {
    width: 100%;
    max-width: 200px;
  }
  #page-matching .case-wrap {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  #page-matching .case-wrap .title-area {
    flex-wrap: wrap;
    margin-bottom: 1.5em;
  }
  #page-matching .case-wrap .title-area h2 {
    width: 100%;
    margin-bottom: 0.5em;
  }
  #page-matching .case-wrap .title-area h2 img {
    max-width: 300px;
    width: 100%;
  }
  #page-matching .case-wrap .title-area .support {
    width: 100%;
  }
  #page-matching .case-wrap .title-area .support ul {
    width: 100%;
  }
  #page-matching .case-wrap .title-area .support ul:after {
    display: none;
  }
  #page-matching .case-wrap .case-in {
    padding: 1.5em 1.5em 0.5em;
  }
  #page-matching .case-wrap .case-in .title {
    padding: 0.5em 0.5em 0.5em 1em;
    line-height: 1.5;
  }
  #page-matching .case-wrap .case-in .case-box {
    flex-direction: column-reverse;
  }
  #page-matching .case-wrap .case-in .case-box figure {
    width: 100%;
  }
  #page-matching .case-wrap .case-in .case-box figure img {
    max-width: 230px;
    max-height: inherit;
    width: 100%;
  }
  #page-matching .case-wrap .case-in .case-box .detail {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #page-matching .case-wrap .case-in .case-box .detail p.description {
    margin-bottom: 1em;
  }
  #page-matching .case-wrap .case-in .case-box .detail p.btn-link {
    display: block;
    max-width: 400px;
    margin: 0 auto 2em;
    text-align: center;
  }
  #page-matching .case-wrap .case-in .case-box .detail p.btn-link a {
    padding: 0.9em 3em;
  }
  #page-matching .screw {
    width: 100%;
  }
  #page-matching .spec-list {
    width: 100%;
    margin: 0 auto 3em;
  }
  #page-matching .spec-list h2 {
    padding: 0.3em 0.3em 0.3em 0.5em;
    font-size: 0.9rem;
  }
  #page-matching .spec-list table {
    border-bottom: 1px solid #ccc;
  }
  #page-matching .spec-list table tr th, #page-matching .spec-list table tr td {
    display: block;
    width: 100%;
    padding: 0.4em;
    font-size: 0.8rem;
    text-align: center;
  }
  #page-matching .spec-list table tr th {
    width: 100%;
    border-bottom: none;
  }
  #page-matching .spec-list table tr td {
    border-bottom: none;
  }
  #page-matching #spider-search-block {
    margin-bottom: 2em;
    border: none;
  }
  #spider2_list .makerlist ul li {
    min-width: inherit;
  }
  #spider2_list .makerlist ul li a {
    padding: 3px 5px;
    font-size: 14px;
  }
  #spider2_list .confirm-wrap .confirm-table {
    width: 100%;
    padding: 20px 10px;
  }
  #spider2_list .confirm-wrap .confirm-table .pj-maker-list-title-area {
    font-size: 13px;
  }
  #spider2_list .confirm-wrap .confirm-table .confirm-in {
    max-height: 280px;
  }
  #spider2_list .confirm-wrap .confirm-table .confirm-in table tr th.col-model {
    width: 42%;
  }
  #spider2_list .confirm-wrap .confirm-table .confirm-in table tr th.col-date {
    width: 28%;
  }
  #spider2_list .confirm-wrap .confirm-table .confirm-in table tr th.col-install {
    width: 30%;
  }
  #spider2_list .confirm-wrap .confirm-table .confirm-in table tr th.col-detail {
    display: none;
  }
  #spider2_list .confirm-wrap .confirm-table .confirm-in table tr td {
    font-size: 14px;
  }
  #spider2_list .confirm-wrap .confirm-table .confirm-in table tr td.col-detail {
    display: none;
  }
  #spider2_setting #item_top .box-img {
    display: none;
  }
  #spider2_setting .banner {
    margin-top: 1em;
  }
}/*# sourceMappingURL=spider.css.map */