@charset "UTF-8";
/* CSS Document */
body {
  background-color: #fff;
  /*  font-feature-settings: "palt";
	 letter-spacing: 0.1rem;*/
  /*  max-width: 3000px;*/
  margin: auto;
}
a:hover {
  text-decoration: none;
}
img:not(.sns_white_icon img) {
  max-width: 100%;
  height: auto;
  /*  width: auto;*/
}
.leave_color path {
  fill: #000000;
}
.leave_color rect {
  fill: #000000;
}
.leave_color circle {
  fill: #000000;
}
.hover_color path {
  fill: #000000;
}
.hover_color rect {
  fill: #000000;
}
.hover_color circle {
  fill: #000000;
}
.title_hover_color {
  color: #000000 !important;
}
.title_leave_color {
  color: #000000 !important;
}
.border_hover_color {
  border-color: #000000 !important;
}
.border_leave_color {
  border-color: #000000 !important;
}
.navi_leave_color {
  background: #000000 !important;
}
.navi_leave_color:before {
  background: #000000 !important;
}
.navi_hover_color {
  background: #000000 !important;
}
.navi_hover_color:before {
  background: #000000 !important;
}
.menu_undercover {
  position: fixed;
  top: 0px;
  height: 90px;
  width: 100%;
  z-index: 2;
  background-color: #fff
}
@media screen and (max-width:1140px) {
  .menu_undercover {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 100%;
    z-index: 2;
    background-color: #fff
  }
}
/*--------------------------*/
section {
  overflow: hidden;
  margin: 90px 0px 0px 0px;
  top: 90px;
  background-color: #fff;
}
@media screen and (max-width:1140px) {
  section {
    overflow: hidden;
    margin: 60px 0px 0px 0px;
    top: 60px;
    background-color: #fff;
  }
} /*solution_パンくずリスト----------------*/
.solution_breadcrumb {
  width: 100%;
  margin: 1rem 52px 20px;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.solution_breadcrumb li {
  display: inline;
  list-style: none;
}
.solution_breadcrumb li:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #1A1311;
  margin: 0 3px 4px;
}
.solution_breadcrumb li:last-child:after {
  display: none;
}
.solution_breadcrumb li a {
  text-decoration: none;
}
.solution_breadcrumb li a:hover {
  text-decoration: underline;
}
.solution_breadcrumb li:first-child:before { /*add202404*/
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: -4px 0px 0px 0;
  background: url("../../images/icon_home.svg") center bottom / 12px 12px no-repeat;
}
/*--------------------------*/
#upanker, #list-stick {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width:1140px) {
  #upanker, #list-stick {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/*--------------------------*/
main {
  width: 80%;
  max-width: 1380px;
  margin: 0px auto 10rem auto;

  
}
@media screen and (max-width:1140px) {
  main {
    width: 96%;
    margin: 0px auto 8rem auto;
  }
}
/*top-----------------------------*/
.top_hero_area {
  width: 100%;
  background-color: #eee;
  position: relative;
  overflow: hidden;
  margin: 0 0 5rem 0
}
.title_area {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(33% - 1rem);
  aspect-ratio: 1066 / 700;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 2rem 1rem
}
.title_e {
  margin: 3rem auto 0 auto;
  font-size: 1.6rem;
  font-family: "UniversNextPro-Cond";
  line-height: 2.8rem;
}
.title_l {
  margin: 3rem auto 3.5rem auto;
  font-size: 2.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.8rem;
}
.title_copy {
  margin: 0 auto 0 auto;
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 3.2rem;
}
@media (max-width: 1140px) {
  .title_area {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    aspect-ratio: auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem 4rem 1rem
  }
}
.top_copy_area {
  margin: 0 auto 1rem auto;
    display: flex;
    justify-content: center
}
.top_copy {

  margin: 0px auto 0rem auto;
  font-size: 1.7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 3rem;
  text-align: justify;
}
.top_copy_bold {
  margin: 2.5rem auto 3rem auto;
  font-size: 2.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.8rem;
}
/*top-a----------------------------*/
.top_hero_area_a {
  width: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
  margin: 0 0 5rem 0
}
.top_hero_area_inner_a {
  display: flex;
  width: 80%;
  max-width: 1380px;
  margin: 0px auto 0px auto;
  gap: 2%;
}
.title_area_a {
  min-width: 280px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 0rem 0rem 1rem
}
.title_e_l_area_a {
  margin: 1rem 0 0rem 0;
  background: linear-gradient(to right, rgba(100, 100, 100, 1.00) 8px, rgba(0, 0, 0, 1.00) 8px);
  padding: .5rem 0rem .5rem 2rem
}
.title_e_a {
  font-size: 1.8rem;
  color: #fff;
  font-family: "UniversNextPro-Cond";
  line-height: 1.6rem;
  margin: 0 0 1rem 0;
    letter-spacing: 0.1rem
}
.title_l_a {
  font-size: 2.8rem;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.8rem;letter-spacing: 0.25rem
}
.title_copy_a {
  font-size: 1.8rem;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 3.2rem;
  text-align: left;
  margin: 0 0 3rem 0
}
.hero_img_a {
  flex: 1 0;
}
@media screen and (max-width:1140px) {
 .top_hero_area_inner_a {
  display: flex;
  width: 90%;
  margin: 0px auto 0px auto;
  gap: 1%;
}
    .title_area_a {
  min-width: 200px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 0rem 0rem 0rem
}
    .title_e_a {
  font-size: 1.5rem;
  color: #fff;
  font-family: "UniversNextPro-Cond";
  line-height: 1.5rem;
  margin: 0 0 1rem 0; letter-spacing: 0.1rem
}
.title_l_a {
  font-size: 2.2rem;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.2rem;letter-spacing: 0.25rem
}
.title_copy_a {
  font-size: 1.4rem;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.2rem;
  margin: 0 0 0rem 0
}
}
/*category_selector-------------------------*/
.category_selector_area {
  width: 100%;
  margin: 30px auto 0px auto;
}
.category_selector_upper {
  margin: 20px auto 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: #333 1px solid;
}
.category_selector {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0px 0 10px 0;
}
.category_selector_txt {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.4rem;
  color: #000
}
.category_selector_arr {
  width: 40px;
  height: 25px;
  background: url("../../images/category_selector_arr.svg") top left/ 40px 50px no-repeat;
}
.category_selector_arr.av {
  background: url("../../images/category_selector_arr.svg") bottom left / 40px 50px no-repeat;
}
.category_selector_base {
  display: none;
  position: relative;
  width: 100%;
  padding: 0rem 0 1rem 0;
  background-color: #f2f2f2;
  margin: 2rem 0 5rem 0;
}
.category_menu_base::-webkit-scrollbar {
  display: none;
}
.category_selector_inner {
  flex: 1 0;
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0rem 2rem 0rem 2rem;
  padding: 2rem 0 2rem 0;
  border-bottom: #fff 2px solid;
}
.category_selector_inner:last-child {
  border-bottom: none;
}
.facilities_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 8rem;
  padding: 0rem .5rem;
  margin: 0 3rem 0 0;
  font-family: "FP-HiraKakuProN-W6";
  font-size: 1.4rem;
  color: #fff;
  background-color: #636363;
  border-radius: 2px;
  white-space: nowrap
}
.category_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 8rem;
  padding: 0rem .5rem;
  margin: 0 3rem 0 0;
  font-family: "FP-HiraKakuProN-W6";
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  background-color: #868686;
  border-radius: 2px;
  white-space: nowrap
}
.form-row {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
  font-family: "FP-HiraKakuProN-W6";
}
.custam-checkbox {
  display: none;
}
.custam-checkbox:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.custam-checkbox + label {
  white-space: nowrap;
  display: inline-flex; /* flexboxで横並び */
  align-items: center;
  font-size: 1.5rem;
  margin: 0 2em 0 0rem;
}
.custam-checkbox + label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: .5rem .5rem .5rem 0rem;
  background-color: #dfdfdf;
  vertical-align: bottom;
  position: relative;
  box-sizing: border-box;
}
.custam-checkbox:checked + label:before {
  background-image: url("../../images/check-active.svg");
  background-color: #fff;
  background-size: 30px, 30px;
  background-position: top left;
  box-sizing: border-box;
}
.category_selector_b_area {
  position: absolute;
  right: 0%;
  bottom: 0%;
  transform: translateY(70%);
  display: flex
}
.b_select {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem 8rem;
  margin: 0 0rem 0 0;
  font-family: "FP-HiraKakuProN-W6";
  font-size: 1.5rem;
  color: #fff;
  background-color: #0088b5;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s;
}
.b_select:hover {
  background-color: #00B5F1;
}
.b_reset {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem 4rem;
  margin: 0 0rem 0 1rem;
  font-family: "FP-HiraKakuProN-W6";
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
  border: #0088b5 1px solid;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s;
}
.b_reset:hover {
  background-color: #DFDFDF;
}
/*-------------------------*/
.b_case_area {
  margin: 3rem auto 8rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px
}
.b_case {
  width: calc(100%/3 - 80px/3);
  display: flex;
  flex-direction: column;
  margin: 0 0 0px 0;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1140px) {
  .b_case_area {
    width: 96%;
    margin: 3rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
  }
  .b_case {
    width: calc(100%/2 - 10px);
    display: flex;
    flex-direction: column;
    margin: 0 0px 0px 0px;
    transition: 0.3s;
    position: relative;
  }
}
.b_case.is-hidden {
  display: none; /* 必要に応じて visibility: hidden; height:0; などに変更可 */
}
.no-result {
  text-align: center;
  font-family: "FP-HiraKakuProN-W3";
  font-size: 1.5rem;
  width: 100%;
  padding: 1rem;
  background-color: #f2f2f2;
  margin: 2rem 0 2rem 0;
}
.group-icon_area {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex
}
.icon-buildinguse {  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5rem 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: .75rem .75rem;
  width: 9rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  border-radius: 3px;
   border: 1.5px solid #999;  background-color: #eee;
}
.icon-buildinguse:before {
   content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
 
}
.f01 .icon-buildinguse {

 border: 1.5px solid #8B4900;
    
    /*  background: linear-gradient(to right, rgba(177, 81, 0, 1.00) 0%, rgba(0, 0, 0, 1.00) 40%);*/
    
    
}
.f02 .icon-buildinguse {
 border: 1.5px solid #8100B8;
/*  background: linear-gradient(to right, rgba(126, 0, 204, 1.00) 0%, rgba(0, 0, 0, 1.00) 40%);*/
}
.f03 .icon-buildinguse {

 border: 1.5px solid #00871D;
    /*  background: linear-gradient(to right, rgba(10, 110, 5, 1.00) 0%, rgba(0, 0, 0, 1.00) 40%);*/
}
.f04 .icon-buildinguse{

 border: 1.5px solid #0001D5;
/* background: linear-gradient(to right, rgba(204, 204, 204, 1.00) 0%, rgba(238, 238, 238, 1.00) 20%);*/
}

.f01 .icon-buildinguse:before {
 background-color: #AB5A00; 

}
.f02 .icon-buildinguse:before {
 background-color: #A800EF; 

}
.f03 .icon-buildinguse:before {
  background-color: #009321; 

}
.f04 .icon-buildinguse:before {
  background-color: #3C3EFF; 

}



.icon-product {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5rem .75rem 0rem 0rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: .75rem .75rem;
  min-width: 9rem;
  border-radius: 3px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  background-color: #fff;
      border: 1.5px solid #999;
}
.b_case_lower {
  padding: 2rem 2rem 1.5rem 2rem;
  word-break: break-all;
  display: flex;
  flex-direction: column;
  background-color: #eee;
  height: 100%
}
.t_name {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0 0 1rem 0;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.t_cap {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0 0 .75rem 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  text-align: justify;
}
.series_icon_wrap {
  margin: auto 0 0 0;
  display: flex;
  flex-flow: wrap;
}
.series_icon_area_top {
  margin: auto 0 .75rem 0;
  display: flex;
  align-items: center;
}
.series_icon_area_top:last-of-type {
  margin: auto 0 0rem 0;
}
.fp_icon_area {
  margin: 0 0 0rem 0;
  display: flex;
  align-items: center;flex-flow: wrap;
}

.series_icon {
  position: relative;
  margin: 0 8px 0px 0px;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 16px;
  font-family: "UniversNextPro-Cond";
  border-radius: 3px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
}
.case_top_txt_area .series_icon {
  min-width: 7rem
}
.case_top_txt_area .series_icon:empty {
  width: auto;
    
        min-width: auto
}
@supports (-webkit-appearance: none) {
  .series_icon, .case_top_txt_area .series_icon {
    padding: 10px 8px 8px 16px;
  }
}
.series_icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 8px);
  border-radius: 5px;
}
.series_icon.ATUC:before {
  background-color: #009e96
}
.series_icon.Dante:before {
  background-color: #f90092
}
.series_icon.ATND1061:before {
  background-color: #f90092
}
.series_icon.ATCS-60:before {
  background-color: #00c6ff
}
.series_icon.Digital3000Series:before {
  background-color: #a60150
}
.series_icon.ATIR:before {
  background-color: #cf3b31
}
.series_icon.ESW:before {
  background-color: #543195
}
.series_icon:empty {
  height: 1.6rem;
  padding: 8px 8px 8px 8px
}
.series_icon:empty:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 8px);
  border-radius: 5px;
  background-color: #666
}
.t_series {
  padding: 0 2rem 0 0;
  flex: 1 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.b_bottom {
 width: 72%;  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5rem auto 0px auto;
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
  padding: 1.5rem 0;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.8rem;
  line-height: 2.6rem;
  transition: 0.3s;
}
@media screen and (max-width:1140px) {
  .b_bottom {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5rem auto 0px auto;
    border-top: #999 1px solid;
    border-bottom: #999 1px solid;
    padding: 1.5rem 0;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1.8rem;
    line-height: 2.6rem;
    transition: 0.3s;
  }
}
.b_bottom:hover {
  opacity: .8;
  background-color: #eee
}
.b_bottom_img {
  width: 25%;
  min-width: 150px;
  margin: 0 5% 0px 0;
}
.b_bottom_txt_s {
  font-size: 1.5rem;
  margin: .5rem 0 0 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
/*case_top----------------------*/
.case_top_area {
  width: 100%;
  background-color: #eee;
  margin: 0 0 0rem 0
}
.case_top_inner {
  width: 80%;
  display: flex;
  max-width: 1380px;
  margin: 0 auto
}
.case_top_left {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 3rem 2rem 0;
}
.case_top_img {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #333;
  aspect-ratio: 35 / 23;
}
.case_top_group-icon_area {
  display: flex;
  flex-flow: wrap;
}
.case_top_group-icon_area .icon-buildinguse {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem .5rem 0;
  font-size: 1.4rem;
  padding: .5rem 1rem .5rem 1rem;
  width: 9rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  border-radius: 3px;

}
.case_top_group-icon_area .icon-product {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem .5rem 0rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 1rem;
  border-radius: 3px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  background-color: #fff;
  border: 1.5px solid #999;
}
.case_top_txt_area {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0 0rem 0;
}
.case_top_title {
  font-size: 3rem;
  line-height: 3.8rem;
  margin: 0 0 2rem 0;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.case_top_copy {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 0 2rem 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
@media screen and (max-width:1140px) {
  .case_top_inner {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
  .case_top_left {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
  }
  .case_top_group-icon_area .icon-buildinguse {
    margin: 0 1rem .5rem 0;
    font-size: 1.4rem;
    padding: .5rem 1rem .5rem 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    color: #000;
    
  }
  .case_top_group-icon_area .icon-product {
    margin: 0 1rem .5rem 0rem;
    font-size: 1.4rem;
    padding: 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    color: #000;
    background-color: #fff;
   
  }
  .case_top_txt_area {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0 0rem 0;
  }
  .case_top_title {
    font-size: 2.2rem;
    line-height: 3rem;
    margin: 0 0 2rem 0;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }
  .case_top_copy {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin: 0 0 2rem 0;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }
}
.sq_mgn {
  margin-top: -190px;
  padding-top: 190px;
}
@media screen and (max-width:1140px) {
  .sq_mgn {
    margin-top: -170px;
    padding-top: 170px;
  }
}
.case_menu {
  width: 100%;
  padding: 1rem 0 1rem 0;
  margin: 0 0 6rem 0;
  position: sticky;
  top: 88px;
  height: 42px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #333 1px solid;
  background-color: #fff
}
@media screen and (max-width:1140px) {
  .case_menu {
    width: 100%;
    padding: 1rem 0 1rem 0;
    position: sticky;
    top: 60px;
    height: 42px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #333 1px solid;
  }
}
.case_menu_b_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem 0 0rem;
  padding: .5rem 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  background-color: #ccc;
  transition: 0.3s
}
.case_menu_b_inq {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0rem 0 2rem;
  padding: .5rem 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  background-color: #000;
  transition: 0.3s
}
.case_menu_b_area {
  flex: 1 0;
  display: flex;
  align-items: flex-start;
}
.b_menu_case {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 0 1rem 0 1rem;
  padding: .5rem 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
  background-color: #fff;
  transition: 0.3s
}
@media screen and (max-width:1140px) {
  .b_menu_case {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 .25rem 0 .25rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    color: #000;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
    background-color: #fff;
    transition: 0.3s
  }
}
.b_menu_case:hover {
  color: #000;
  cursor: pointer;
  text-decoration: underline
}
/*----------------------*/
.case_title {  width: 72%;  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem auto 0rem auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.case_copy {  width: 72%;  margin: 3rem auto 6rem auto;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  text-align: justify;
}

@media screen and (max-width:1140px) {
  .case_title {  width: 90%;  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem auto 0rem auto;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.case_copy {  width: 90%;  margin: 3rem auto 6rem auto;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  text-align: justify;
}
}
/*.case_copy ul {
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1em;
  padding-left: 1em;
}
.case_copy li {
  padding: 0 0 1rem 0;
  line-height: 2.4rem;
}*/
.case_copy ul {
  margin: 1rem 0 0 0;
}
.case_copy li {
  text-indent: -1.2em;
  padding: 0 0 1rem 1.5rem;
  line-height: 2.4rem;
  color: #000
}
.case_copy li:before {
  content: "▪";
  padding: 0 0.5rem 1rem 0rem;
  color: #999;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.case_box_01 {  width: 72%;  display: flex;
  margin: 0rem auto 0rem auto;
}
@media screen and (max-width:1140px) {
.case_box_01 {  width: 90%;  display: flex;
  margin: 0rem auto 0rem auto;
}
}
.case_box_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  min-width: 250px
}
.case_box_right {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 0 1rem 3rem
}
.title_01 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  padding: 0 0 1rem 0;
  margin: 0 0 2rem 0;
  border-bottom: #999 1px solid;
}
.text_01 {
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.4rem;
  text-align: justify;
}
.text_02 {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  text-align: justify;
}
/*case_photo-------------------*/
.case_photo_wrap {  width: 64%;  display: flex;
  flex-wrap: wrap;
  margin: 0rem auto 0rem auto;
  gap: 1%;
}

@media screen and (max-width:1140px) {
.case_photo_wrap {  width: 90%;  display: flex;
  flex-wrap: wrap;
  margin: 0rem auto 0rem auto;
  gap: 1%;
}

}

.case_photo_area {
  width: 100%;
  display: flex;
  flex-direction: column;
   
}
.case_photo_img {margin: 0 auto}
.case_photo_cap {margin: 0 auto;  width: 100%;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 1.8rem;
  min-height: .5rem;
  padding: .75rem 0 1.25rem 0;
}
.case_photo_cap:empty {
  padding: .5rem 0 .5rem 0
}

/*

.main_photo_cap {
  width:84%;
}
@media screen and (max-width:1140px) {
  .main_photo_cap {
  width:100%;
}
}
*/

/*case_productlist-----------------*/
.case_productlist_area {  width: 72%;  display: flex;
  flex-wrap: wrap;
  margin: 4rem auto 0rem auto;
}
@media screen and (max-width:1140px) {
  .case_productlist_area {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 4rem auto 0rem auto;
  }
}
.case_productlist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(50% - 3rem);
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2rem;
  background-color: #f2f2f2
}
.case_productlist:nth-of-type(4n + 2), .case_productlist:nth-of-type(4n + 3) {
  background-color: #ebebeb
}
.case_productlist a {
  margin: 0 0rem 0 .5rem;
  color: #0088b5
}
.case_productlist_cap {
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  width: 100%;
  margin: 2rem 0 0rem 0
}
.b_series {  width: 72%;  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem auto 0px auto;
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
  padding: 1.5rem 0;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  line-height: 2.6rem;
  transition: 0.3s;
}
@media screen and (max-width:1140px) {
  .b_series {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem auto 0px auto;
    border-top: #999 1px solid;
    border-bottom: #999 1px solid;
    padding: 1.5rem 0;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1.6rem;
    line-height: 2.6rem;
    transition: 0.3s;
  }
}
.b_series:hover {
  opacity: .8;
  background-color: #eee
}
.b_series_img {
  position: relative;
  width: 20%;
  min-width: 250px;
  margin: 0 2% 0px 0;
}
.b_series_img .series_icon {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  padding: 4px 8px 4px 16px;
  font-family: "UniversNextPro-Cond";
  border-radius: 3px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0px;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
}
@supports (-webkit-appearance: none) {
  .b_series_img .series_icon {
    padding: 6px 8px 4px 16px;
  }
}
.case_productsumb_area {
  width: 90%;  margin: 0 auto;
}
.case_productsumb_area .slider_case {
  width: 80%;
  margin: 0px auto;
}
@media screen and (max-width:1140px) {
  .case_productsumb_area {
    width: 90%;
    margin: 0px auto;
  }
}
.b_productsumb {
  transition: .3s;
  text-align: center;
  white-space: nowrap; /* 折り返さない */
  overflow: hidden; /* はみ出した部分を非表示 */
  text-overflow: ellipsis; /* …で省略表示 */
  font-size: 1.2rem;
  line-height: 1.8rem
}
.product_modelNumber {
  text-align: center;
  font-size: 2rem;
  margin: 1rem 0 1rem 0;
  word-break: break-all;
}
.product_price {
  text-align: center;
  font-size: 1.6rem;
  word-break: break-all;
}
/*chart--------------------------*/
.chart_area {
  width: 100%;
  margin: 4rem auto 0rem auto;
}
/*catalog--------------------------*/
.b_catalog {  width: 72%;  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem auto 0px auto;
  border-top: #999 1px solid;
  border-bottom: #999 1px solid;
  padding: 1.5rem 0;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 2.4rem;
  line-height: 3rem;
  transition: 0.3s;
}
@media screen and (max-width:1140px) {
  .b_catalog {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem auto 0px auto;
    border-top: #999 1px solid;
    border-bottom: #999 1px solid;
    padding: 1.5rem 0;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 2.4rem;
    line-height: 3rem;
    transition: 0.3s;
  }
}
.b_catalog:hover {
  opacity: .8;
  background-color: #eee
}
.b_catalog_img {
  width: 100px;
  margin: 0 2% 0px 0%;
  border: #333 1px solid;
}
.b_catalog_txt_s {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin: .5rem 2rem 0 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.b_download {
  width: 150px;
  margin: 0 0px 0 2%;
}
/*--------------------------*/
.b_top {
  position: fixed;
  bottom: -1px;
  right: 30px;
  font-family: "UniversNextPro-BoldCond";
  font-feature-settings: "palt";
  font-size: 100%;
  line-height: 40px;
  text-align: center;
  color: #000;
  padding: 0 1rem;
  background-color: #ccc;
  opacity: 0;
  border-radius: 4px 4px 0 0;
  z-index: 8;
  transition: .3s;
}
.b_top:hover {
  background-color: #eee;
}
.b_top.appa {
  opacity: 1;
}
.nwp {
  display: none
}
.pcn {
  display: none
}
.pcpalt {
  font-feature-settings: "palt";
  letter-spacing: 0.1rem
}
.nts {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem
}

.w_50 {
  width: 50%;
}
.w_40 {
  width: 40%;
}
.w_30 {
  width: 30%;
}
.mb_1 {
  margin-bottom: 1rem;
}
.mb_3 {
  margin-bottom: 3rem;
}
.mb_4 {
  margin-bottom: 4rem;
}
.mb_6 {
  margin-bottom: 6rem;
}
.mb_8 {
  margin-bottom: 8rem;
}
.mt_3 {
  margin-top: 3rem;
}
.flex-0-0-49 {
  flex: 0 0 49.5%
}
.flex-0-0-32 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 3 - 2% / 3);
}
a.link_bl {
  color: #0088b5
}
.bg_w {
  background-color: #fff
}