@charset "UTF-8";
/* CSS Document */
/*--------------------------------*/
.top_copy_app_area {
  width: 100%;
  padding: 40px 0rem 40px 0px;
  margin: 0 auto 0rem auto;
  background-color: #ecebf0;
}
.top_copy_bold_app {
  font-size: 2.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.8rem;
  margin: 0px 0px 1rem 0px;
  text-align: center
}
.top_copy_app {
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0px auto 0px auto;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.8rem;
}
.software_area {
  width: 100%;
  margin: 0 auto 40px auto;
   
}
#list-stick, #top_b {
  margin-top: -90px;
  padding-top: 90px;
}
.software_tab_area {
  margin: 0px auto 0px auto;
  width: 100%;
  border-bottom: #000 1px solid;
 background-color: #ecebf0;
  position: sticky;
  top: 90px;
  z-index: 20;
}
.software_tab_inner {
  margin: 0px auto 0px auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 80%;
  max-width: 1260px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden
}
.software_tab_area .tabmenu_b {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #000;
  padding: 0rem 1rem;
  text-decoration: none;
  background-color: #fff;
  transition: .2s background-color linear;
}
.software_tab_area .tabmenu_b:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  cursor: pointer;
}
.software_area .software_tab_area .tabmenu_b.avtab {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.sw_name_b {
  font-size: 1.4rem;
  padding: 3rem 0 3rem 0;
  margin: 0rem 0 0rem 0;
  font-family: "FP-HiraKakuProN-W6";
}
.tabmenu_no-01 .sw_name_b {
  font-size: 1.4rem;
  padding: 0rem 0 0rem 0;
  margin: 0rem 0 0rem 0;
  font-family: "FP-HiraKakuProN-W6";
}
.sw_name_e_b {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1.4rem;
  padding: 0rem 0 1.25rem 0;
}
.sw_name {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 0rem 0;
  font-family: "FP-HiraKakuProN-W6";
}
.sw_name_e {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1.3rem;
  line-height: 1.4rem;  margin: .5rem 0 0 0;
}
.software_contents_area {
  width: 100%;
  margin: 0px auto 0 auto;
}
.software_contents_area > * {
  display: none;
}
.software_contents_area > .hvtab {
  display: block;
}
/*top */
.top_sw_area {
  width: 80%;
  max-width: 1260px;
  display: flex;
  flex-direction: column;
  margin: 30px auto 0 auto;
  border-bottom: #333 1px solid;
}
.top_sw_title {
  display: flex;
  background-color: #000;
  align-items: center;
  padding: 1% 2% 1% 2%;
    border-radius: 4px ;
}

.top_sw_icon {
  width: 100px;
    height: 100px;
    background-color: #333
}

.top_sw_icon_s {
  width: 50px;
    height: 50px;
    background-color: #333
}

.top_sw_title_left {
  flex: 1 0;
  margin: 0 0 0 2rem;
    align-items: center
}

.top_sw_title_s {
  display: flex;

  align-items: center;
  padding: 1% 2% 1% 0;
    border-bottom:  #000 4px solid;
   
 
}

.top_sw_title_s .top_sw_title_left  {
   flex: 1 0;
  margin: 0 0 0 0rem;
    align-items: center
}
.top_sw_title_s .sw_name {
     width: 96%;
  font-size: 1.8rem;
margin: 0px auto 0 auto;
  font-family: "FP-HiraKakuProN-W6";
  color: #000;  
}



.top_sw_title .sw_name {
  font-size: 1.8rem;
  margin: 0 0 0rem 0;
  font-family: "FP-HiraKakuProN-W6";
  color: #fff
}
.top_sw_title .sw_name_e {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1.6rem;
  color: #fff;  margin: 1rem 0 0 0;
}
.top_sw_txt {
  width: 96%;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 20px auto 0 auto;
}
.b_download {
  display: flex;
  font-size: 1.6rem;
  padding: 2rem 3rem;
  margin: 20px auto 30px auto;
  border: #000 1px solid;
    border-radius: 4px;
  cursor: pointer;
  background-color: #eee;
  transition: .5s;
}
.b_download:hover {
  background-color: #000;
  color: #fff
}
/*contents */
.contents_upper_area {
  width: 100%;
  background-color: #000
}
.contents_upper_inner {
  width: 80%;
  max-width: 1260px;
  margin: 0px auto 0px auto;
  display: flex;
}
.contents_upper_inner .top_sw_title {
  display: flex;
  background-color: #000;
  align-items: center;
  padding: 2% 2% 2% 2%;
}
.contents_upper_inner .top_sw_icon {
  width: 160px; height: 160px;  background-color: #333
}
.contents_upper_inner .top_sw_title_left {
  margin: 0 0 0 4rem;
}
.contents_upper_inner .top_sw_title .sw_name {
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 0 0 1.5rem 0;
  font-family: "FP-HiraKakuProN-W6";
  color: #fff
}
.contents_upper_inner .top_sw_title .sw_name_e {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1.8rem;
  color: #fff;  margin: .5rem 0 0 0;
}
.contents_upper_inner .top_sw_txt {
  width: 96%;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 20px auto 0 auto;
}
.contents_sw_area {
  width: 80%;
  max-width: 1260px;
  display: flex;
  flex-direction: column;
  margin: 40px auto 0 auto;
  border-bottom: #333 1px solid;
}
.contents_tab_area {
  margin: 0px auto 40px auto;
  width: 100%;
  background-color: #fff;
}
.contents_tab_inner {
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contents_tab_area .contents_tab_inner .contentstab_b,.contents_tab_area .contents_tab_inner .contentstab_nb {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 300;
  text-align: center;
  color: #999;
  padding: 1.5rem 1rem;
  text-decoration: none;
  /*border-top:#333 1px solid;*/
  background-color: #eee;
  border: #000 1px solid;
  box-sizing: border-box;
  transition: .2s background-color linear;
}







.contentstab_b_left {

border-radius: 4px 0px 0px 4px;
}

.contentstab_b_right {

border-radius: 0px 4px 4px 0px;
}





.contents_tab_area .contentstab_b:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  cursor: pointer
}
.contents_tab_area .contentstab_b.con_avtab,.contents_tab_area .contentstab_nb.con_avtab {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.contents_detail_area .subcontents {
  display: none;
}
.contents_detail_area .subcontents.con_hvtab {
  display: block;
}
.top_contents_txt {
  width: 90%;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0px auto 0px auto;
}
.tabcontents-05 .top_contents_txt {
  width: 90%;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0px auto 0px auto;
}
.ATLS_b {
  position: relative;
  margin: 30px auto 4rem auto;
  width: 90%;
  display: flex; /* ← テキストと疑似要素を一緒に並べる */
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: 300;
  text-align: center;
  color: #000;
  padding: 1.5rem 1rem;
  text-decoration: none;
  /*border-top:#333 1px solid;*/
  background-color: #eee;
  border: #000 1px solid;
    border-radius: 4px;
  box-sizing: border-box;
  transition: .2s background-color linear;
}
.ATLS_b:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  opacity: 1
}
.ATLS_b:after {
  content: "";
  margin-left: 0.25em;
  width: 1.4em;
  height: 1.4em;
  background-image: url("../../images/icon_blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.app_detail_area {}
.app_txt_s1 {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  margin: 1.6rem 2rem 0px 2rem;
}
.cap_app_01 {
  text-align: center;
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 2.5rem 0px 1rem 0px;
  padding: 1.5rem;
  color: #fff;
  background-color: #666;
}
.app_section {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  /*  border-bottom: #eee 2px solid;*/
  padding: 4rem 0px 4rem 0px;
}
.app_section_wide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*border-bottom: #eee 2px solid;*/
  justify-content: center;
  padding: 4rem 0px 4rem 0px;
}
.app_section_wide_-2 {
  padding: 4rem 0px 2rem 0px;
}
.cap_app_02 {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0rem 2rem 1.6rem 0rem;
  padding: 1rem 1rem 1rem 1rem;
  text-align: left;
  border-bottom: #999 1px solid;
}
.app_txt_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 2.6rem;
  margin: 0rem 2rem 0.8rem 1rem;
}
.app_txt_s:before {
  content: "■";
  font-size: 1.6rem;
  padding-right: 0.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
}
.app_txt02_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 2.6rem;
  margin: 0rem 1rem 0.8rem 1rem;
  /*    font-feature-settings : "palt";
    letter-spacing: 0.1rem*/
}
.app_txt03_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  line-height: 2.6rem;
  margin: 0rem 1rem 0.8rem 1rem;
}
.app_left {
  flex: 1 0;
  display: flex;
  flex-direction: column;
}
.app_right {
  flex: 1 0;
  min-width: 300px;
  /*  align-self: center;*/
  overflow: hidden;
}
.img_frame {
  border: #666 2px solid;
}
.app_section_wide .cap_app_02 {
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0rem 0rem 1.6rem 0rem;
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: #999 1px solid;
}
.app_section_wide .app_txt_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  margin: 0px 1rem 0.8rem 1rem;
}
.app_section_wide .app_left {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
}
.app_section_wide .app_right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 2rem);
  margin: 1rem 0rem 0rem 0rem;
  /*  align-self: center;*/
  overflow: hidden;
  display: flex;
  justify-content: space-between
}
.app_section_wide .app_right.jcc {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 2rem);
  margin: 1rem 0rem 0rem 0rem;
  /*  align-self: center;*/
  overflow: hidden;
  display: flex;
  justify-content: center
}
.app_section_wide .app_right.jcc.ficu {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 2rem);
  margin: 1rem 0rem 0rem 0rem;
  /*  align-self: center;*/
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.app_right.jcc .app_right_2nd_l {
  width: 70%;
  margin: 1rem 0
}
.app_right.jcc.ficu .app_right_2nd_l {
  width: 80%;
  margin: 1rem 0
}
.app_right.jcc .app_right_2nd_90 {
  width: 90%;
  margin: 1rem 0
}
.app_right.jcc.ficu .app_section {
  width: 100%;
  flex-wrap: nowrap;
  /*	align-items: flex-start;*/
  /*  border-bottom: #eee 2px solid;*/
  padding: 2rem 0px 0rem 0px;
}
.app_right.jcc.ficu .app_section .app_left {
  flex: 1 0;
  display: flex;
  flex-direction: column;
}
.app_right.jcc.ficu .app_section .app_right {
  flex: 0 0 40%;
  display: flex;
  align-self: flex-start
}
.app_right.jcc.ficu .app_section .app_left .cap_app_02 {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0rem 2rem 1.6rem 0rem;
  padding: 1rem 1rem 1rem 1rem;
  text-align: left;
  border-bottom: #999 1px solid;
}
.app_right.jcc.ficu .app_section .app_left .app_txt_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 2.6rem;
  border-bottom: #ccc 1px solid;
  padding-bottom: 1.5rem;
  margin: 0rem 2rem 1.5rem 1rem;
}
.app_right_2nd {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start
}
.app_right_2nd_title {
  flex: 1 0;
  align-self: stretch;
  text-align: center;
  font-size: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  padding: 1.2rem 2rem 1.2rem 2rem;
  color: #000;
  border-radius: 4px;
  margin: 0rem 0 1rem 0;
  background-color: #eee;
}
.app_right_2nd_txt {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 2.6rem;
  margin: 1rem 1rem 0rem 1rem;
}
.app_right_2nd_l {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 1rem 0
}
.cap_app_htu {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0rem 0rem 2rem 0rem;
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: #999 2px solid;
}
.mt_-2 {
  margin-top: -2rem
}
.w_80 {
  width: 80%;
  margin: 0 auto
}
@media (max-width: 1140px) {
  #list-stick, #top_b {
    margin-top: -60px;
    padding-top: 60px;
  }
  .software_tab_area {
    margin: 0px auto 0px auto;
    width: 100%;
    border-bottom: #000 1px solid;
  background-color: #ecebf0;
    position: sticky;
    top: 60px;
  }
  .software_tab_area .tabmenu_b {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    padding: 0rem 1rem;
    text-decoration: none;
    background-color: #fff;
    transition: .2s background-color linear;
  }
  .sw_name_b {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0 0 0rem 0;
        padding: 2rem 0 2rem 0;
    font-family: "FP-HiraKakuProN-W6";
  }
  .sw_name_e_b {
    font-family: "UniversNextPro-BoldCond";
    font-size: 1rem;
    line-height: 1.1rem;
    padding: 0rem 0 1rem 0;
  }
  .sw_name {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0 0 .5rem 0;
    font-family: "FP-HiraKakuProN-W6";
  }
  .sw_name_e {
    font-family: "UniversNextPro-BoldCond";
    font-size: 1rem;
    line-height: 1.1rem;  margin: .5rem 0 0 0;
  }
  .app_right_2nd .app_right_2nd_title {
    flex: 1 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
    min-height: 3rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
    padding: 1.2rem 2rem 1.2rem 2rem;
    color: #000;
    border-radius: 4px;
    margin: 0rem 0 1rem 0;
    background-color: #eee;
  }
}
@media screen and (max-width: 767px) {
  .top_copy_app_area {
    width: 100%;
    padding: 10px 0rem 10px 0px;
    margin: 0 auto 0rem auto;
    background-color: #ecebf0
  }
  .top_copy_bold_app {
    font-size: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 2.8rem;
    margin: 0px 0px .5rem 0px;
    text-align: center
  }
  .top_copy_app {
    width: 90%;
    margin: 0px auto 0px auto;
    font-size: 1.4rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    line-height: 2.4rem;
  }
  .software_area {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  #list-stick, #top_b {
    margin-top: -60px;
    padding-top: 60px;
  }
  .software_tab_inner {
    margin: 0 auto 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1260px;
      
      border-radius: 0px 0px 0px 0px;
  }
  .software_tab_area .software_tab_inner .tabmenu_b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #000;
    padding: 1.5rem .25rem;
    text-decoration: none;
    background-color: #fff;
    transition: .2s background-color linear;
  }
  .software_tab_area .tabmenu_b:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0
  }
  .tabmenu_no-01 {
    flex-basis: calc(20% - .5rem) !important
  }
  .tabmenu_no-02, .tabmenu_no-03 {
    flex-basis: calc(40% - .5rem) !important
  }
  .tabmenu_no-04, .tabmenu_no-05 {
    flex-basis: calc(50% - .5rem) !important
  }
  .sw_name_b {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0 0 0rem 0;
    padding: 0rem 0 0rem 0;
    font-family: "FP-HiraKakuProN-W6";
  }
  .tabmenu_no-01 .sw_name_b {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0rem 0 0rem 0;
    margin: 0rem 0 0rem 0;
    font-family: "FP-HiraKakuProN-W6";
  }
  .sw_name_e_b {
    font-family: "UniversNextPro-BoldCond";
    font-size: .9rem;
    line-height: 1rem;
    padding: 0rem 0 0rem 0;
  }
  .sw_name {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0 0 0rem 0;
    font-family: "FP-HiraKakuProN-W6";
  }
  .sw_name_e {
    font-family: "UniversNextPro-BoldCond";
    font-size: .9rem;
    line-height: 1rem;  margin: .5rem 0 0 0;
  }
  /*top */
  .top_sw_area {
    width: 94%;
    max-width: 1260px;
    display: flex;
    flex-direction: column;
    margin: 20px auto 0 auto;
    border-bottom: #333 1px solid;
  }
  .top_sw_title {
    display: flex;
    background-color: #000;
    align-items: center;
    padding: 2% 2% 2% 2%;
  }
  .top_sw_icon {
  width: 60px;
    height: 60px;
    background-color: #333
  }
    
    .top_sw_icon_s {
  width: 40px;
    height: 40px;
    background-color: #333
  }
    
  .top_sw_title_left {
    flex: 1 0;
    margin: 0 0 0 2rem;  align-items: center
  }
  .top_sw_title .sw_name {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 0 0 0rem 0;
    font-family: "FP-HiraKakuProN-W6";
    color: #fff
  }
  .top_sw_title .sw_name_e {
    font-family: "UniversNextPro-BoldCond";
    font-size: 1.4rem;
    color: #fff;  margin: .5rem 0 0 0;
  }
  .top_sw_txt {
    width: 92%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 10px auto 0 auto;
  }
    
    
    .top_sw_title_s {
  display: flex;

  align-items: center;
  padding: 1% 2% 1% 0;
    border-bottom:  #000 4px solid;
   
 
}

.top_sw_title_s .top_sw_title_left  {
   flex: 1 0;
  margin: 0 0 0 0rem;
    align-items: center
}
.top_sw_title_s .sw_name {
     width: 92%;
    font-size: 1.6rem;
    line-height: 1.8rem;
margin: 0px auto 0 auto;
  font-family: "FP-HiraKakuProN-W6";
  color: #000;  
}

    
    
    
    
  .b_download {
    display: flex;
    font-size: 1.4rem;
    padding: 2rem 3rem;
    margin: 20px auto 30px auto;
    border: #000 1px solid;
         border-radius: 4px;
    cursor: pointer;
    background-color: #eee;
    transition: .5s;
  }
  /*contents */
  .contents_upper_inner {
    width: 100%;
    max-width: 1260px;
    margin: 0px auto 0px auto;
    display: flex;
  }
  .contents_upper_inner .top_sw_title {
    display: flex;
    background-color: #000;
    align-items: center;
    padding: 2% 2% 2% 2%;
  }
  .contents_upper_inner .top_sw_icon {
    width: 70px; height: 70px; background-color: #333
  }
  .contents_upper_inner .top_sw_title_left {
    flex: 1 0;
    margin: 0 0 0 2rem;
  }
  .contents_upper_inner .top_sw_title .sw_name {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 0 0 1.5rem 0;
    font-family: "FP-HiraKakuProN-W6";
    color: #fff;
    text-align: left
  }
  .contents_upper_inner .top_sw_title .sw_name_e {
    font-family: "UniversNextPro-BoldCond";
    font-size: 1.4rem;
    line-height: 0rem;
    color: #fff;  margin: .5rem 0 0 0;
  }
  .contents_upper_inner .top_sw_txt {
    width: 96%;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin: 20px auto 0 auto;
  }
  .contents_sw_area {
    width: 96%;
    max-width: 1260px;
    display: flex;
    flex-direction: column;
    margin: 20px auto 0 auto;
    border-bottom: #333 1px solid;
  }
  .contents_tab_area {
    margin: 0px auto 20px auto;
    width: 100%;
    background-color: #fff;
  }
  .contents_tab_inner {
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .contents_tab_area .contents_tab_inner .contentstab_b {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: "FP-HiraKakuProN-W6";
    color: #000;
    padding: 1rem 1rem;
    text-decoration: none;
    /*border-top:#333 1px solid;*/
    background-color: #eee;
    border: #000 1px solid;
    box-sizing: border-box;
    transition: .2s background-color linear;
  }
  .contents_tab_area .contentstab_b:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    cursor: pointer
  }
  .contents_tab_area .contentstab_b.con_avtab {
    color: #fff;
    background-color: #000;
    text-decoration: none;
  }
  .contents_detail_area .subcontents {
    display: none
  }
  .contents_detail_area .subcontents.con_hvtab {
    display: block;
  }
  .top_contents_txt {
    width: 92%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 0px auto 0 auto;
  }
  .ATLS_b {
    margin: 30px auto 3rem auto;
    width: 98%;
    display: flex; /* ← テキストと疑似要素を一緒に並べる */
    justify-content: center;
    align-items: center;
    font-weight: 300;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: "FP-HiraKakuProN-W6";
    color: #000;
    padding: 1.5rem 1rem;
    text-decoration: none;
    /*border-top:#333 1px solid;*/
    background-color: #eee;
    border: #000 1px solid;
    box-sizing: border-box;    border-radius: 2px;
    transition: .2s background-color linear;
  }
  .ATLS_b::after {
    content: "";
    margin-left: 0.25em;
    width: 1.4em;
    height: 1.4em;
    background-image: url("../../images/icon_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .app_detail_area {}
  .app_txt_s1 {
    font-size: 1.4rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    line-height: 2.4rem;
    margin: 1.6rem 2rem 0px 2rem;
  }
  .cap_app_01 {
    text-align: center;
    font-size: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    margin: 2.5rem 0px 1rem 0px;
    padding: 1.5rem;
    color: #fff;
    background-color: #666;
  }
  .app_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*  border-bottom: #eee 2px solid;*/
    padding: 2rem 0px 2rem 0px;
  }
  .app_section_wide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*border-bottom: #eee 2px solid;*/
    justify-content: center;
    padding: 4rem 0px 2rem 0px;
  }
  .app_section_wide_-2 {
    padding: 4rem 0px 0rem 0px;
  }
  .cap_app_02 {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    margin: 0rem 2rem 1.6rem 0rem;
    padding: 1rem 1rem 1rem 1rem;
    text-align: left;
    border-bottom: #999 1px solid;
  }
  .app_txt_s {
    font-size: 1.4rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
    line-height: 2.4rem;
    margin: 0rem 2rem 0.8rem 1rem;
  }
  .app_txt_s:before {
    content: "■";
    font-size: 1.4rem;
    padding-right: 0.5rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  }
  .app_txt02_s {
    font-size: 1.4rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
    line-height: 2.4rem;
    margin: 0rem 1rem 0.8rem 1rem;
  }
  .app_txt03_s {
    font-size: 1.4rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
    line-height: 2.4rem;
    margin: 0rem 0rem 0.8rem 1rem;
  }
  .app_left {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
  }
  .app_right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 2rem);
    margin: 1rem auto 0rem auto;
    /*  align-self: center;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .app_section_wide .cap_app_02 {
    font-size: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    margin: 0rem 0rem 1.6rem 0rem;
    padding: 1rem 1rem 1rem 1rem;
    border-bottom: #999 1px solid;
  }
  .app_section_wide .app_txt_s {
    font-size: 1.4rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    line-height: 2.4rem;
    margin: 0px 1rem 0.8rem 1rem;
  }
  .app_section_wide .app_left {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
  }
  .app_section_wide .app_right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 2rem);
    margin: 1rem 0rem 0rem 0rem;
    /*  align-self: center;*/
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .app_section_wide .app_right.jcc {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 2rem);
    margin: 1rem 0rem 0rem 0rem;
    /*  align-self: center;*/
    overflow: hidden;
    display: flex;
    justify-content: center
  }
  .app_section_wide .app_right.jcc.ficu {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 2rem);
    margin: 1rem 0rem 0rem 0rem;
    /*  align-self: center;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  .app_right.jcc .app_right_2nd_l {
    width: 100%;
    margin: 1rem 0
  }
  .app_right.jcc.ficu .app_right_2nd_l {
    width: 100%;
    margin: 1rem 0
  }
  .app_right.jcc .app_right_2nd_90 {
    width: 100%;
    margin: 1rem 0
  }
  .app_right.jcc.ficu .app_section {
    width: 100%;
    flex-wrap: wrap;
    /*	align-items: flex-start;*/
    /*  border-bottom: #eee 2px solid;*/
    padding: 2rem 0px 0rem 0px;
  }
  .app_right.jcc.ficu .app_section .app_left {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
  }
  .app_right.jcc.ficu .app_section .app_right {
    flex: 0 0 100%;
    display: flex;
    align-self: flex-start
  }
  .app_right.jcc.ficu .app_section .app_left .cap_app_02 {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    margin: 0rem 2rem 1.6rem 0rem;
    padding: 1rem 1rem 1rem 1rem;
    text-align: left;
    border-bottom: #999 1px solid;
  }
  .app_right.jcc.ficu .app_section .app_left .app_txt_s {
    font-size: 1.4rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
    line-height: 2.4rem;
    border-bottom: #ccc 1px solid;
    padding-bottom: 1.5rem;
    margin: 0rem 2rem 1.5rem 1rem;
  }
  .app_right_2nd {
    width: 49%;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .app_right_2nd img {
    width: 100%
  }
  .app_right_2nd_title {
    flex: 1 0;
    align-self: stretch;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
    padding: 1.2rem 2rem 1.2rem 2rem;
    color: #000;
    border-radius: 4px;
    margin: 0rem 0 1rem 0;
    background-color: #eee;
  }
  .app_right_2nd_txt {
    font-size: 1.2rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
    line-height: 2rem;
    margin: 1rem 0rem 0rem 0rem;
  }
  .app_right_2nd_l {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 1rem 0
  }
  .cap_app_htu {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    margin: 0rem 0rem 0rem 0rem;
    padding: 1rem 1rem 1rem 1rem;
    border-bottom: #999 2px solid;
  }
}
/*download */
.subcontents_download_area {
  margin: 5rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .subcontents_download_area {
    width: 96%;
    margin: 5rem auto 5rem auto;
  }
}
.subcontents_download_area p {
  line-height: 2.4rem
}
.subcontents_download_area a {
  text-decoration: underline
}
.notice {
  width: 96%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 1rem auto
}
.nts {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem
}
/*主要機能*/
.main_system {
  margin-bottom: 87px;
}
.main_system .flex_box {
  justify-content: space-between;
}
.main_system .flex_box .item {
  width: 32%;
  max-width: 446px;
  margin-top: 50px;
}
.main_system .flex_box .item .fnt20 {
  font-size: 2rem;
}
.main_system .flex_box .item ul {
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  min-height: 170px;
}
.main_system .flex_box .item img {
  width: 100%;
}
.main_system_tool {
  line-height: 2;
  width: 95%;
  max-width: 510px;
  margin: 87px auto 116px;
}
.main_system_tool dt {
  float: left;
  font-size: 2rem;
}
.main_system_tool dd {
  margin-left: 80px;
  font-size: 1.4rem;
}
/*対応ワイヤレスシステム*/
.wireless_system {
  margin-bottom: 132px;
}
.wireless_system .flex_box {
  max-width: 810px;
  margin: 0 auto;
  justify-content: space-between;
}
.wireless_system .flex_box .item {
  width: 30%;
  max-width: 218px;
  margin-top: 50px;
}
.wireless_system .flex_box .item img {
  width: 100%;
}
.wireless_system .flex_box .item > div {
  padding: 0 20px;
  box-sizing: border-box;
}
.wireless_system .flex_box .item .title {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.wireless_system .flex_box .item .title .style_en {
  font-size: 2.5rem;
  letter-spacing: 0.01em;
}
.wireless_system .flex_box .item .title .series {
  margin-left: 5px;
}
.wireless_system .flex_box .item .title.fnt17 {
  font-size: 1.7rem;
  line-height: 1.5;
}
.wireless_system .flex_box .item > div ul {
  padding: 0;
  font-size: 1.4rem;
  line-height: 2;
}
.underline {
  text-decoration: underline;
}
.box_std {
  max-width: 900px;
  margin: 50px auto 100px auto;
}
.box_std ul {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
}
.box_std ul li {
  display: inline-block;
  margin-right: 3em;
}
.box_std p.subtext {
  font-size: 1rem;
  margin: 4em 0;
}
.box_std p.title-border, .wireless_system p.title-border {
  margin-bottom: 50px;
  font-size: 1.3rem;
  text-align: center;
}
.title-border span {
  padding: 10px;
  border-bottom: 1px solid #707070;
}
#dl_btn {
  width: 100%;
  max-width: 512px;
  font-size: 1.7rem;
  max-height: 60px;
  padding: 17px 10px;
}
/*Wireless Manager ダウンロード*/
.box_std p {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
}
.version {
  display: flex;
  align-items: center;
  justify-content: center;
}
.version dt {
  font-size: 2.6rem;
  letter-spacing: 0.02em;
}
.dl_list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.dl_list dt {
  background: #F7F7F7;
  max-width: 318px;
  width: 30%;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.dl_list dt .style_bold {
  display: block;
  font-size: 1.8rem;
}
.dl_list dd {
  margin-left: 0;
  width: 70%;
  max-width: calc(100% - 318px);
}
.dl_list dd .wrap > div > p.title {
  background: #F7F7F7;
  margin: 0 0 1em;
  font-size: 1.2rem;
  padding-top: 3px;
  padding-bottom: 3px;
}
.dl_list dd .wrap > div > p {
  padding: 0 .5rem;
  font-size: 1.4rem;
  padding-top: 3px;
  padding-bottom: 3px;
}
.dl_list dd .wrap {
  display: flex;
  min-height: 100px;
  margin-bottom: 10px;
}
.dl_list dd .wrap > div {
  word-break: break-all;
}
.dl_list dd .wrap > div > p {
  margin: 0;
}
.dl_list dd .file_name {
  width: 55%;
  min-width: 150px;
}
.dl_list dd .file_name .title, .dl_list dd .file_name p {
  text-align: left;
}
.dl_list dd .file_name p > a {
  cursor: pointer;
}
.dl_list dd .file_name p > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/download_icon.svg);
  background-size: contain;
  margin-left: 5px;
  vertical-align: sub;
}
.dl_list dd .os, .dl_list dd .size, .dl_list dd .update {
  width: calc(45% / 3 -1rem);
  min-width: 50px;
}
.tab_panel p.text-left, .dl_list_table td.text-left {
  text-align: left;
}
.mb100 {
  margin-bottom: 100px;
}
.accordion_title {
  cursor: pointer;
}
.accordion_title + div {
  display: none;
}
.update_list ul {
  width: 350px;
  margin: 0 auto;
  line-height: 2.5;
}
.update_list ul li:nth-child(odd) {
  margin-right: 2em;
}
.update_list ul li:nth-child(even) {
  margin-right: 0;
}
/*旧バージョン*/
.dl_list_table th {
  background: #F7F7F7;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 7px 10px;
  box-sizing: border-box;
}
.dl_list_table tr.border-top {
  border-top: 1px dotted #BFBFBF;
}
.dl_list_table td {
  font-size: 1.4rem;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
}
.dl_list_table a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/download_icon.svg);
  background-size: contain;
  margin-left: 5px;
  vertical-align: sub;
}
.dl_list_table .ver {
  width: 20%;
  min-width: 60px;
}
.dl_list_table .file_name {
  width: 45%;
  min-width: 120px;
}
.dl_list_table .os, .dl_list_table .size, .dl_list_table .update {
  width: calc(35% / 3);
  min-width: 50px;
}
@media (max-width: 767px) {
  .main_system .flex_box, .wireless_system .flex_box {
    flex-direction: column;
  }
  .main_system .flex_box .item, .wireless_system .flex_box .item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tab_panel {
    padding: 30px 5%;
    box-sizing: border-box;
  }
  .dl_list {
    flex-direction: column;
  }
  .dl_list dt, .dl_list dd {
    width: 100%;
    max-width: 100%;
  }
  .dl_list dd {
    margin-top: 20px;
  }
  .dl_list dd .file_name .title, .dl_list dd .file_name p {
    padding-left: 10px;
  }
  .tab_area label .fnt19 {
    font-size: 1.2rem;
  }
  .tab_area label .style_bold {
    font-size: 1rem;
  }
  .tab_area label {
    height: 45px;
  }
  .main_system .flex_box .item:first-of-type {
    margin-top: 0;
  }
  .main_system .flex_box .item .fnt20 {
    font-size: 1.8rem;
  }
  .main_system .flex_box .item ul, .main_system_tool dd {
    font-size: 1.2rem;
  }
  .box_std {
    margin-bottom: 80px;
  }
  .box_std ul li {
    margin: 0;
    display: block;
  }
  .version {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .version dt {
    margin: 0.5em 0;
  }
  .version dd {
    width: 100%;
    margin-left: 0;
  }
  .version dd > p {
    font-size: 1.2rem;
  }
  .update_list ul li {
    margin-right: 0 !important;
  }
  .version {
    margin-bottom: 50px;
  }
  .dl_list_table th {
    font-size: 1rem;
  }
  .dl_list_table td {
    font-size: 1.2rem;
    padding: 15px 10px;
  }
  .dl_list_table a::after {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 768px) {
  .dl_list dd {
    margin-left: 16px;
  }
  .dl_list dd .file_name .title, .dl_list dd .file_name p {
    padding-left: 30px;
  }
  .version {
    margin-bottom: 70px;
  }
  .tab_area label:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  .tab_panel {
    padding: 50px 5%;
    box-sizing: border-box;
  }
  .main_system .flex_box .item {
    width: 31%;
  }
  .main_system .flex_box .item ul {
    min-height: 220px;
    font-size: 1.3rem;
  }
}
.software_tab_area {}