@charset "UTF-8";
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
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
}
.breadcrumb {
  width: 100%;
  padding: 25px 52px 0 52px;
  margin: 0px auto 20px;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.support_main_area {
  max-width: 1200px;
  width: 80%;
  margin: 0px auto 50px auto;
}
.support_top_area {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 0 0;
}
.support_title_area {
  order: 1;
  margin: 0 auto 3rem auto;
}
.support_title_sub_name {
  font-size: 1.6rem;
  margin: 0 auto 1.5rem auto;
  text-align: center
}
.support_title {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 2.4rem;
  margin: 0 auto 0 auto;
  text-align: center
}
.ImportantProductNotice_area {
  order: 2;
  flex: 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ipn_btn {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem .5rem;
  border-radius: 6px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  line-height: 2rem;
  color: #e11010;
  background-color: #F3E3E3;
  margin: 0 0 .75rem 0;
  transition: .5s
}
/* hrefあり */
a[href].ipn_btn {
  cursor: pointer;
  color: #e11010;
  background-color: #F3E3E3;
}
/* hrefなし */
a:not([href]).ipn_btn {
  background: #fff;
  color: #e11010;
  border: #FFB3B3 4px solid;
  cursor: default;
  pointer-events: none;
}
.ipn_btn:hover {
  text-decoration: underline;
  text-decoration-color: #e11010;
}
.accordion_area {
  order: 3;
  flex: 1 0;
}
.accordion_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0px 0 .5rem 0;
  padding: 1.5rem 0;
  border-radius: 6px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  color: #000;
  background-color: #ededed
}
@media (hover: hover) and (pointer: fine) {
  .accordion_btn:hover {
    background-color: #DADADA;
    transition: .5s
  }
}
.accordion_btn::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url("/pc/images/support_top/arr01.svg") center / contain no-repeat;
  transform: translateY(-50%);
  transition: .3s;
}
.accordion_btn.av::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion_base {
  display: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 2rem 10%;
  border-bottom: #ccc 1px solid;
  margin: 0px 0 10px 0;
}
.support_copy {
  width: 90%;
  font-size: 1.4rem;
  line-height: 2.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 3rem auto 4rem auto;
}
.b_l_area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin: 0rem 0 2rem 0;
}
.b_l {
  width: calc(100%/4 - 45px/4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
  background-color: #ededed;
  border-radius: 6px;
}
.b_l:hover {
  opacity: 1.0;
  text-decoration: none;
  background-color: #DADADA;
  transition: .5s
}
.b_l_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000;
}
.b_l_lower {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px 6px 6px;
  padding: .75rem 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.4rem;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
}
.b_l_wrap {
  position: relative
}
.b_l_img {
  position: relative;
  display: flex;
}
.b_l_img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden
}
.label_mimio {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem .25rem;
  border: #000 1px solid;
  border-radius: 4px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  background-color: #fff
}
.label_mimio_img {
  width: 50%;
  margin: 0 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b_s_area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin: 0 0 2rem 0;
}
.b_s {
  width: calc(100%/2 - 77.5px);
  display: flex;
  align-items: center;
  transition: 0.3s;
  border-radius: 6px;
  padding: 2rem 10px 2rem 60px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000;
}
.b_s.repair {
  background: url("/pc/images/support_top/icon_repair.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.guarantee {
  background: url("/pc/images/support_top/icon_guarantee.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.fit {
  background: url("/pc/images/support_top/icon_fit.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.software {
  background: url("/pc/images/support_top/icon_software.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.globalsupport {
  background: url("/pc/images/support_top/icon_globalsupport.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.catalog {
  background: url("/pc/images/support_top/icon_catalog.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.storelist {
  background: url("/pc/images/support_top/icon_storelist.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.batt {
  background: url("/pc/images/support_top/icon_batt.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.counterfeit {
  background: url("/pc/images/support_top/icon_counterfeit.svg") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s.ipn {
  background: url("/pc/images/support_top/icon_ipn.png") left 6px center / 50px 50px no-repeat #ededed;
}
.b_s:hover {
  opacity: 1.0;
  text-decoration: none;
  background-color: #DADADA;
  transition: .5s
}
.txt_list_area {
  margin: 4rem 0 2rem 0;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.2rem;
  text-align: justify;
}
.txt_list {
  display: block;
  text-indent: -1.4rem;
  padding: 0 4rem 1.5rem 3.75rem;
  color: #000;
}
.txt_list:before {
  content: "●";
  padding: 0 0.5rem 1rem 0rem;
  color: #999;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
/* tab */
.ai_tab {
  position: fixed;
  top: 50svh;
  right: 0px;
  transform: translateY(-50%);
  z-index: 50;
  border-right: #ccc 1px solid;
  padding: 56px 1.5rem 12px 1.5rem;
  text-align: center;
  border-radius: 6px 0 0 6px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  background: url("/pc/images/support_top/icon_ai_tab.png") top 2px center / 58px 46px no-repeat #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  opacity: 0;
  transition: .5s
}
.ai_tab.appa {
  opacity: 1;
}
.vertical {
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 1px;
}
.latin {
  text-combine-upright: none;
  writing-mode: horizontal-tb;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
}
@media (hover: hover) {
  a.ai_tab:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #DADADA;
  }
}
.pcn {
  display: none
}
.spn {
  display: block
}
@media screen and (max-width:1140px) {
  .menu_undercover {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 100%;
    z-index: 2;
    background-color: #fff
  }
  .support_main_area {
    width: 90%;
    margin: 0px auto 50px auto;
  }
  .support_copy {
    width: 90%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 3rem auto 4rem auto;
  }
  .b_l_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem .5rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;
  }
  .b_s {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .pcn {
    display: block
  }
  .spn {
    display: none
  }
}
@media screen and (max-width: 767px) {
  .menu_undercover {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 100%;
    z-index: 2;
    background-color: #fff
  }
  .support_main_area {
    width: 94%;
    margin: 0px auto 50px auto;
  }
  .support_title_area {
    order: 3;
    margin: 2rem auto 3rem auto;
  }
  .ImportantProductNotice_area {
    order: 1;
    flex: 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipn_btn {
    padding: 1rem 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .accordion_area {
    order: 2;
    flex: 1 0;
  }
  .accordion_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 0 .5rem 0;
    padding: 1.25rem 20px 1.25rem 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .accordion_base {
    display: none;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: .5rem 3%;
    border-bottom: #ccc 1px solid;
    margin: 0px 0 10px 0;
  }
  .support_copy {
    width: 94%;
    font-size: 1.4rem;
    line-height: 2.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0rem auto 4rem auto;
  }
  .b_l_area {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
    margin: 0rem 0 2rem 0;
  }
  .b_l {
    width: calc(100%/2 - 7.5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    background-color: #ededed;
    border-radius: 6px;
  }
  .b_l_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem .5rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #000;
  }
  .b_l_lower {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px 6px 6px;
    padding: .75rem 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1.2rem;
    color: #000;
    background-color: #fff;
    border-radius: 2px;
  }
  .b_l_wrap {
    position: relative
  }
  .b_l_img {
    aspect-ratio: 2 / 1;
    display: flex;
  }
  .b_l_img img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden
  }
  .b_l_img.offs img {
    object-position: 20% center;
  }
  .label_mimio {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -75%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem .25rem;
    border: #000 1px solid;
    border-radius: 4px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #000;
    background-color: #fff
  }
  .label_mimio_img {
    width: 60%;
    min-width: 85px;
    margin: 0 .5rem 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .b_s_area {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0px;
    margin: 0 0 2rem 0;
  }
  .b_s {
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s;
    border-radius: 6px;
    padding: 2rem 10px 2rem 60px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #000;
  }
  .txt_list_area {
    margin: 3rem 0 2rem 0;
    font-size: 1.4rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 2.2rem;
    text-align: justify;
  }
  .txt_list {
    display: block;
    text-indent: -1.4rem;
    padding: 0 1rem 1.5rem 2rem;
    color: #000
  }
  .txt_list:before {
    content: "●";
    padding: 0 0.5rem 1rem 0rem;
    color: #999;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }
  /* tab */
  .ai_tab {
    position: fixed;
    top: 50svh;
    right: -120px;
    transform: translateY(-50%);
    z-index: 50;
    border-right: #ccc 1px solid;
    padding: 1rem 12px 1rem 60px;
    border-radius: 6px 0 0 6px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
    background: url("/pc/images/support_top/icon_ai_tab.png") left center / 58px 46px no-repeat #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    opacity: 0;
    transition: .5s
  }
  .ai_tab.appa {
    opacity: 1;
  }
  .vertical {
    writing-mode: horizontal-tb;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1px;
  }
  .latin {
    text-combine-upright: none;
    writing-mode: horizontal-tb;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 auto;
  }
  a.ai_tab:hover {
    opacity: 1;
    text-decoration: none;
  }
  .pcn {
    display: block
  }
  .spn {
    display: none
  }
}
.dn {
  display: none
}