@charset "UTF-8";
/* ------------------------------------------------------------
	2023.12 ウェブアクセシビリティ対応
	/business/product.html
------------------------------------------------------------ */

/* 法人のお客さま向け製品一覧 */
.lineup_item{
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #B2B2B2;
  background: #fff;
}
.lineup_item a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
}
.blank_img{
  width: 14px;
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .lineup_item a{
    display: block;
  }
}


/* 利用シーンで探す */
.scene_item a{
  text-decoration: none;
  position: relative;
}
.scene_item .ttl{
  line-height: 1.5;
}
.scene_block .js-all_show{
  display: block;
  text-decoration: none;
}


/* 利用シーンで探す下のブロック */
.link_block .link_item h3{
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  font-size: 17px;
  font-weight: bold;
}


/* お問い合わせ */
.contact_area h2{
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.contact_area .contact_block .contact_item h3{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #CC0033;
  font-size: 20px;
  font-weight: bold;
}
.contact_area .contact_block .contact_item h3 img{
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .contact_area h2{
    margin-bottom: 30px;
    font-size: 20px;
  }
  .contact_area .contact_block .contact_item h3{
    font-size: 16px;
  }
  .contact_area .contact_block .contact_item h3 img{
    margin-right: 5px;
  }
}


@media screen and (max-width: 768px) {
    .new_breadcrumb li {
        display: inline!important;
    }
    .new_breadcrumb li:nth-last-child(2){
        display: inline!important;
    }
    .new_breadcrumb li:after {
        content: "　＞　"!important;
    }
    .new_breadcrumb li:before {
        content: ""!important;
    }
    .new_breadcrumb li:last-child:after {
        content: ""!important;
    }
}