@charset "utf-8";


h1 {
  width: 100%;
}
h1 img {
  width: 100%;
  object-fit: cover;
}

.mb0 {
  margin-bottom: 0px;
}


/*共通タイトルデザイン*/
.retail_sec_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001780;
}
.retail_sec_ttl::before,
.retail_sec_ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #0067de;
}
.retail_sec_ttl::before {
  margin-right: 30px;
}
.retail_sec_ttl::after {
  margin-left: 30px;
}


/*共通文字サイズ*/
.fs32 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .md_fs14 {
    font-size: 14px!important;
  }
}
@media screen and (max-width: 575px) {
  .sm_fs14 {
    font-size: 14px!important;
  }
  .sm_fs22 {
    font-size: 22px!important;
  }
}


.tx_blue {
  color: #001780;
}


/*止めないを選定から*/
.retail_issue_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 45px;
  background: linear-gradient(90deg, #001580 0%, #316f9e 100%);
}
.retail_issue_box {
  position: relative;
  background: #fff;
  min-height: 191px;
  padding: 28px 15px 18px;
  text-align: center;
  box-sizing: border-box;
}
.retail_issue_icon {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .retail_issue_box {
    min-height: 215px;
  }
}
@media screen and (max-width: 991px) {
  .retail_issue_inner {
    padding: 50px 30px;
  }
  .retail_issue_box {
    min-height: 191px;
  }
}



/*導入事例*/
.retail_case_inner {
  background-color: #eef4fb;
  padding: 50px 55px;
}
.retail_case_point {
  border-left: solid 6px #0067de;
  padding-left: 12px;
  line-height: 1.3;
}
.retail_case_check {
  list-style: none;
  padding-left: 0;
}
.retail_case_check li {
  position: relative;
  color: #001780;
  line-height: 1.45;
  padding-left: 28px;
  margin-bottom: 8px;
}
.retail_case_check li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/pc/other/use/retail_pc/images/deco_02.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .retail_case_inner {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 575px) {
  .retail_sec_ttl::before {
    margin-right: 15px;
  }
  .retail_sec_ttl::after {
    margin-left: 15px;
  }
  .retail_case_inner {
    padding: 35px 20px;
  }
}



/*関連リンクバナー*/
.retail_bn_box {
  position: relative;
  display: flex!important;
  align-items: center;
  justify-content: center;
  height: 151px;
  border-radius: 8px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  text-decoration: none!important;
  box-shadow: 0 4px 10px rgba(0,0,0,.18);
}

.retail_bn_case {
  background-image: url("/pc/other/use/retail_pc/images/lnk_bn_casestudy.jpg");
}

.retail_bn_solution {
  background-image: url("/pc/other/use/retail_pc/images/lnk_bn_solution.jpg");
}

.retail_bn_in {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 45px;
}

.retail_bn_arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .retail_bn_box {
    height: 170px;
  }

  .retail_bn_in {
    padding: 0 35px;
  }
}



/*おすすめポイントアンカー*/
.retail_anchor_nav {
  display: flex;
  margin-top: 30px;
}

.retail_anchor_item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding-right: 25px;
  padding-left: 10px;
  text-decoration: none!important;
  transition: all .25s ease;
}

.retail_anchor_item::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 54px;
  background: #cfd7eb;
}

.retail_anchor_item:last-child::after {
  display: none;
}

.retail_anchor_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  margin-left: 10px;
  margin-right: 13px;
}

.retail_anchor_icon img {
  max-width: 46px;
  height: auto;
}

.retail_anchor_txt {
  color: #001780;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}

.retail_anchor_arrow {
  margin-left: auto;
  transition: all .25s ease;
}

.retail_anchor_item:hover .retail_anchor_icon {
  opacity: .75;
}

.retail_anchor_item:hover .retail_anchor_txt {
  color: #0049c7;
}

.retail_anchor_item:hover .retail_anchor_arrow {
  transform: translateX(4px);
}

@media screen and (max-width: 1199px) {
  .retail_anchor_nav {
    flex-wrap: wrap;
  }

  .retail_anchor_item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 15px;
    min-height: 84px;
  }

  .retail_anchor_item:nth-child(3)::after {
    display: none;
  }

  .retail_anchor_item:nth-child(4) {
    margin-left: 16.666%;
  }
}

@media screen and (max-width: 767px) {
  .retail_anchor_nav {
    display: block;
    margin-top: 20px;
  }

  .retail_anchor_item {
    max-width: 100%;
    min-height: 70px;
    padding: 10px 15px;
    border-bottom: 1px solid #cfd7eb;
  }

  .retail_anchor_item::after {
    display: none;
  }

  .retail_anchor_item:nth-child(4) {
    margin-left: 0;
  }

  .retail_anchor_icon {
    width: 40px;
    min-width: 40px;
    margin-left: 0;
    margin-right: 15px;
  }

  .retail_anchor_icon img {
    max-width: 40px;
  }

  .retail_anchor_txt {
    font-size: 15px;
  }

  .retail_anchor_arrow {
    width: 8px;
    height: auto;
  }
}

/*おすすめポイント共通*/
.retail_point_bg {
  max-width: 1400px;
  margin: 0 auto;
}
.retail_point_bg_dark {
  background: linear-gradient(90deg, #4055a5 0%, #6ba0bd 100%);
}
.retail_point_bg_light {
  background: #d8e6f0;
}
.retail_point_inner {
  padding: 35px 0 50px;
}

/*おすすめポイントタイトル*/
.retail_point_ttl_w {
  color: #fff;
}
.retail_point_ttl_blue {
  color: #001780;
}

/*おすすめポイントカード*/
.retail_point_card {
  position: relative;
  height: 178px;
  border-radius: 11px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  text-decoration: none!important;
  box-shadow: 0 4px 10px rgba(0,0,0,.18);
  transition: all .25s ease;
}
.retail_point_card_01_left {
  background-image: url("/pc/other/use/retail_pc/images/lnk_bn_1_left.jpg");
}
.retail_point_card_01_right {
  background-image: url("/pc/other/use/retail_pc/images/lnk_bn_1_right.jpg");
}
.retail_point_card_02_left {
  background-image: url("/pc/other/use/retail_pc/images/lnk_bn_2_left.jpg");
}

.retail_point_card_02_right {
  background-image: url("/pc/other/use/retail_pc/images/lnk_bn_2_right.jpg");
}
.retail_point_card_03_left {
  background-image: url("/pc/other/use/retail_pc/images/lnk_bn_3_left.jpg");
}

.retail_point_card_03_right {
  background-image: url("/pc/other/use/retail_pc/images/lnk_bn_3_right.jpg");
}
.retail_point_card_txt {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 271px;
  transform: translateY(-50%);
}
.retail_point_card_txt > p:first-child {
  font-size: 24px;
  line-height: 1.45;
}
.retail_point_card_num {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 54px;
  line-height: .8;
}
.retail_point_banner {
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,.18);
  transition: all .25s ease;
}

.retail_point_card:hover,
.retail_point_banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}


/*responsive*/
@media screen and (max-width: 991px) {
  .retail_point_inner {
    padding: 35px 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .retail_point_card_txt {
    right: 25px;
    width: 225px;
  }
  .retail_point_card_txt > p:first-child {
    font-size: 20px;
  }
  .retail_point_card_num {
    font-size: 44px;
  }
}

@media screen and (max-width: 575px) {
  .retail_point_inner {
    padding: 30px 0 35px;
  }
  .retail_point_num {
    font-size: 38px;
  }
  .retail_point_bar {
    margin: 0 10px;
  }
  .retail_point_card {
    height: 160px;
  }
  .retail_point_card_txt {
    right: 15px;
  }
  .retail_point_card_txt > p:first-child {
    font-size: 18px;
  }
  .retail_point_card_num {
    font-size: 36px;
  }
}



/*製品ラインアップ*/
.retail_lineup_box {
  height: 100%;
  background: #fff;
  border-radius: 11px;
  padding: 30px 33px 35px;
  box-shadow: 0 4px 10px rgba(0,0,0,.18);
  display: flex;
  flex-direction: column;
}

.retail_lineup_product {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.retail_lineup_bottom {
  margin-top: auto;
}

.retail_lineup_use {
  position: relative;
}

.retail_lineup_use::before,
.retail_lineup_use::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 30%;
  height: 1px;
  background: #001780;
}

.retail_lineup_use::before {
  left: 0;
}

.retail_lineup_use::after {
  right: 0;
}

.retail_lineup_tag {
  display: inline-block;
  background: #0067de;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 3px;
  padding: 4px 12px;
  margin: 0 2px 5px;
}

@media screen and (max-width: 991px) {
  .retail_lineup_box {
    padding: 30px 25px 35px;
  }
}

@media screen and (max-width: 575px) {
  .retail_lineup_box {
    padding: 25px 20px 30px;
  }

  .retail_lineup_product {
    height: auto;
    min-height: 220px;
  }

  .retail_lineup_tag {
    font-size: 14px;
  }
}



/*周辺機器シーン*/
.retail_scene {
  background: #fff;
}

.retail_scene_ttl {
  position: relative;
  padding: 10px 0;
  background: #fff;
}

.retail_scene_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 2;
  transform: translateX(-50%);
  border-top: 20px solid #fff;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
}

.retail_scene_scroll {
  overflow: hidden;
}

.retail_scene_front {
  position: relative;
  height: 681px;
  background: url("/pc/other/use/retail_pc/images/front_img.jpg") no-repeat center top;
  background-size: cover;
}

.retail_scene_box {
  position: absolute;
  z-index: 3;
  text-decoration: none!important;
}

.retail_scene_box_in {
  display: flex;
  align-items: center;
  min-width: 290px;
  padding: 18px 25px;
  background: rgba(255,255,255,.86);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,.18);
}

.retail_scene_img {
  width: 90px;
  margin-right: 18px;
  text-align: center;
}

.retail_scene_img_circle {
  width: 101px;
}

.retail_scene_spot {
  position: absolute;
  z-index: 4;
  width: 57px;
  height: 57px;
}

/*配置*/
.retail_scene_pen {
  top: 135px;
  left: 72px;
}

.retail_scene_pen .retail_scene_spot {
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}

.retail_scene_multi {
  top: 45px;
  left: 395px;
}

.retail_scene_multi .retail_scene_spot {
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}

.retail_scene_docking {
  top: 110px;
  right: 77px;
}

.retail_scene_docking .retail_scene_spot {
  left: 31px;
  bottom: -34px;
}

.retail_scene_bridge {
  left: 190px;
  bottom: 174px;
}

.retail_scene_bridge .retail_scene_spot {
  left: -28px;
  bottom: -28px;
}

.retail_scene_printer {
  right: 75px;
  bottom: 72px;
}

.retail_scene_printer .retail_scene_spot {
  right: 55px;
  top: -28px;
}

@media screen and (max-width: 1199px) {
  .retail_scene_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .retail_scene_front {
    width: 1200px;
    min-width: 1200px;
    height: 681px;
  }

  .retail_scene_back {
    width: 1200px;
    min-width: 1200px;
    height: 681px;
  }

  .retail_scene_scroll::after {
    content: "← 横にスクロールできます →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 8px 0;
    background: #fff;
  }
}

/*バックヤード背景*/
.retail_scene_back {
  position: relative;
  height: 681px;
  background: url("/pc/other/use/retail_pc/images/backyard_img.jpg") no-repeat center top;
  background-size: cover;
}

/*配置*/
.retail_scene_film {
  top: 95px;
  left: 470px;
}

.retail_scene_film .retail_scene_spot {
  top: -28px;
  right: -28px;
}

.retail_scene_mount {
  top: 34px;
  right: 25px;
}

.retail_scene_mount .retail_scene_spot {
  left: -28px;
  bottom: 7px;
}

.retail_scene_keyboard {
  top: 300px;
  left: 175px;
}

.retail_scene_keyboard .retail_scene_spot {
  right: -28px;
  top: -28px;
}

.retail_scene_cradle {
  top: 365px;
  right: 150px;
}

.retail_scene_cradle .retail_scene_spot {
  right: -28px;
  bottom: -28px;
}

.retail_scene_stand {
  left: 282px;
  bottom: 50px;
}

.retail_scene_stand .retail_scene_spot {
  left: -28px;
  bottom: 10px;
}

/*周辺機器 下部リンク*/
.retail_scene_more {
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 18px 45px;
  text-decoration: none!important;
  box-shadow: 0 4px 10px rgba(0,0,0,.18);
  transition: all .25s ease;
  color: #333333!important;
}

.retail_scene_more_img {
  max-height: 70px;
}

.retail_scene_more:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.retail_scene_more:hover .list_01_blue3 {
  opacity: .8;
}

@media screen and (max-width: 575px) {
  .retail_scene_more {
    padding: 18px 20px;
  }

  .retail_scene_more_img {
    max-height: 55px;
  }
}

/*お問い合わせ*/
.ct_box_tell {
  background: linear-gradient(to right, #01317a, #0171b7);
  padding: 2px;
}
.ct_box_tell_in {
  background-color: #fff;
  padding: 20px;
}
.ct_box_form {
  position: relative;
  display: block;
  background: linear-gradient(to right, #07a505, #51a375);
  height: 151px;
  text-decoration: none!important;
  color: #fff!important;
  transition: .2s;
}
.ct_box_form::before {
  content: "";
  background-image: url(/pc/other/use/factory_pc/images/ct_icon2.png);
  background-repeat: no-repeat;
  width: 138px;
  height: 151px;
  position: absolute;
  top: 0;
  left: 35px;
}
.ct_box_form:hover {
  opacity: .8;
}





a[href$="pdf"]::before {
  content:none
}





