@charset "UTF-8";
/* CSS Document */

#tit_navi.content {
  padding-bottom: 0;
}

/*supportNavi*/
.supportNavi ul {
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* overflow: hidden; */
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.supportNavi ul li {
  display: inline-block;
  position: relative;
  list-style: none;
  width: calc((100% - 31px)/3);
  /* margin-bottom: -10px; */
}

.supportNavi a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.1em;
  line-height: 1.2;
  color: hsla(0, 0%, 20%, 1);
  font-size: 1.3rem;
  padding: 15px 10px 15px;
  /* background-color: #cdcdcd; */
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.supportNavi a.active .arrow {
  visibility: hidden;
}

.supportNavi a.active:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 10px;
}

#support-01 .supportNavi a.active:after {
  background-color: #00B3D2;
}

#support-02 .supportNavi a.active:after {
  background-color: #AB436C;
}

#support-03 .supportNavi a.active:after {
  background-color: #6143A3;
}

.supportNavi li:nth-of-type(1) a {
  background-color: #D5F9FF;
}

.supportNavi li:nth-of-type(2) a {
  background-color: #FFEAF4;
}

.supportNavi li:nth-of-type(3) a {
  background-color: #ECECF4;
}

.supportNavi li:nth-of-type(1) a:hover,
.supportNavi li:nth-of-type(1) a.active {
  background-color: #00B3D2;
  color: #fff;
}

.supportNavi li:nth-of-type(2) a:hover,
.supportNavi li:nth-of-type(2) a.active {
  background-color: #AB436C;
  color: #fff;
}

.supportNavi li:nth-of-type(3) a:hover,
.supportNavi li:nth-of-type(3) a.active {
  background-color: #6143A3;
  color: #fff;
}

/* .supportNavi ul li.active a {
  transform: translateY(-10px);
  color: hsla(0, 0%, 20%, 1);
  background-color: #D5F9FF;
  border: 4px solid #42c5cf;
  border-bottom-width: 0;
  pointer-events: none;
  z-index: 3;
  padding: 20px 10px;
} */

/* */
.supportNavi ul li.active:hover a {
  background-color: #fff !important;
}


.supportNavi ul li:hover a {
  background-color: #d7f1f4;
  /* transform: translateY(-10px); */
  color: hsla(0, 0%, 20%, 1);
}



.supportNavi a .txt {
  width: calc(100% - 50px);
  text-align: left;
  padding-left: 10px;
}

.supportNavi a .txt>span {
  margin: 3px 0;
  display: block;
}

.supportNavi a .txt .name {
  font-weight: 600;
  font-size: 1.8rem;
  display: inline-block;
}

.supportNavi a:hover {}

.supportNavi a .icon img {
  width: 60px;
  margin-right: 15px;
  /* opacity: 0.5;*/
}

.supportNavi a .arrow img {
  width: 30px;

}

.supportNavi ul li.active .icon img,
.supportNavi ul li:hover .icon img {
  opacity: 1;
}



/* .supportNavi ul:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
} */


.supportInner {
  border-radius: 0 0 10px 10px;
  padding: 15px;
}

#support-01 .supportInner {
  background-color: #00B3D2;
}

#support-02 .supportInner {
  background-color: #AB436C;
}

#support-03 .supportInner {
  background-color: #6143A3;
}

.supportInner .bgWhite {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
}


h3.supportTit {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

#support-01 h3.supportTit {
  color: #00B3D2;
}

#support-02 h3.supportTit {
  color: #AB436C;
}

#support-03 h3.supportTit {
  color: #6143A3;
}

.supportInner .bgWhite .txtBox {
  margin-bottom: 40px;
}

.supportInner .bgWhite .txt {
  flex-basis: 55%;
}

.supportInner .bgWhite #result .txt {
  width: 100%;
}


.supportInner .bgWhite .txt p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.supportInner .bgWhite .txt ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  list-style: disc;
  list-style-position: inside;
  line-height: 1.6;
}

.supportInner .bgWhite .link-pdf {
  flex-basis: 43%;
  padding: 20px;
  border: #EAEAEA solid 3px
}

.supportInner .bgWhite .link-pdf p {
  margin-bottom: 10px;
}

.supportInner .bgWhite .searchBox {
  border-radius: 5px;
  background-color: #F2F2F2;
  padding: 40px;
  margin-bottom: 0;
}





.searchBox {
  margin-bottom: 100px;
}

#support_search .flexBox {
  flex-direction: row-reverse;
}

#support_search .flexBox .img {
  display: none;
}

#support_search .flexBox .txt {
  width: 100%;
}

/* #SearchArea {
  margin: 30px 0 0;
} */

.searchBox {
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row !important;
}

.searchBox .item {
  /* width: 600px;
  max-width: calc(100% - 130px); */
}

.searchBox .item p {
  margin-bottom: 10px;
}

.selectBox {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
}

.selectBox:after {
  content: "\f0d7";
  width: 2.8em;
  height: 2.8em;
  /* background-color: #fff; */
  border-radius: 0 3px 3px 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0072C1;
  text-align: center;
  line-height: 2.8em;
}

.selectBox select {
  appearance: none;
  height: 2.8em;
  padding: .4em 2.6em .4em .6em;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333333;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  background-color: #fff;

}

.search_window {
  width: 100%;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;

}

.search_window input {
  border: #ccc 1px solid
}

.search_window .flexBox {
  flex-wrap: nowrap;
}

.search_window .window {
  width:
    calc(100% - 170px);
  /* 100%; */
  font-size: 1.6rem;
  padding: .4em .8em;
  height: 2.8em;
}

.search_btn {
  width: 150px;
  background-color: #0072C1;
  text-align: center;
  border-radius: 3px;
  border: none;
  color: #fff;
  height: auto;
  margin-left: 10px;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 10px 40px;
}

/*検索結果*/
#result {
  margin-top: 50px;
}

#result .con {
  max-width: 100%;
}

#result h4 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.7;
  color: #0072C1;
}

#result h4.result01 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.7;
  color: #000;


}

#result h5 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.7;
  color: #000;
}

#result h5.result02 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #000;
  background-color: #EBF6FD;
  padding: 10px 20px;
  border-radius: 5px;
}



#result .txtResult {
  font-size: 14px;
  margin-bottom: 40px;
}


#result .tableWrap {
  overflow: auto;
}

#result table {
  /* border-top: 1px solid #0072C1; */
  width: 100%;

}

#result .senpaku-suryo {
  padding-top: 40px;
}

#result .senpaku-suryo table {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 5px;
}

#result .senpaku-suryo table .tal {
  text-align: left;
}

#result .senpaku-suryo table .tac {
  text-align: center
}

#result .senpaku-suryo th,
#result .senpaku-suryo td {
  border: 1px solid #0072C1;
  vertical-align: middle;
}

#result .senpaku-suryo tr:first-child th:nth-child(1) {
  width: 60%;
  vertical-align: middle;
}

#result .senpaku-suryo tr:first-child th:nth-child(2) {
  width: 20%;
}

#result .senpaku-suryo tr:first-child th:nth-child(3) {
  width: 20%;
}

.senpaku-suryo p.txt.tgt {
  margin-bottom: 10px;
  line-height: 1.6;
}

#result .senpaku-suryo .numBold {
  font-weight: bold;
  font-size: 120%;
}

#result thead th {
  vertical-align: middle;
  text-align: center;
}

#result tbody {}

#result tr {
  /* border-bottom: 1px solid #0072C1; */
}


#result th,
#result td {
  /* min-width: 8.6em; */
  vertical-align: top;
  padding: 0.5em;
  line-height: 1.5em;
  box-sizing: border-box;
  text-align: left;
  padding: 8px;
  border: 1px solid #0072C1;
}

#result tr th {
  background-color: #EBF6FD;
  font-weight: 500;
  color: #000;
}


/* #result tr>td:nth-child(1) {
  font-size: 25px;
  font-weight: 700;
} */
/* #result tr:first-child th:nth-child(1) {
  width: 18%;
} */

/* #result tr:first-child th:nth-child(2) {
  width: 30%;
}

#result tr:first-child th:nth-child(3) {
  width: 52%;
} */

#result th.number,
#result td.number {
  min-width: 5.6em;
  text-align: center;
}

#result td.border_r_dot {
  border-right: 1px dotted #333;
}


#result td:nth-child(3),
#result td:nth-child(5) {
  width: 300px;
}

#result td:nth-child(4) {
  width: auto;
}

#result table p {
  margin-bottom: 10px;
}

#result table p.caption {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

#result.business th {
  min-width: 5em !important;
}

#result.business th.title.tgt {
  text-align: left;
}

#result.business th.title_v {
  width: 30px;
  min-width: 0 !important;
  position: relative;
}

#result.business th.title_v:before {
  content: '';
  width: 28px;
  height: 1px;
  background-color: #f7f1e7;
  position: absolute;
  top: -1px;
  left: 0;
}

#result.business td:first-child {
  width: 13em;
}

#result.business td:nth-child(2) {
  width: 5em;
  text-align: center;
}

#result.business td.border_t:nth-child(2) {
  width: 11em;
  text-align: left;
}

#result.business td.border_t:nth-child(3) {
  width: 5em;
  text-align: center;
}

#result.industry th {
  min-width: 5.5em;
}

#result.industry td:nth-child(2) {
  width: 300px;
}

#result.industry td:nth-child(3) {
  width: auto;
}

#result th.border_r_dot {
  /* border-right: 1px dotted #333;*/
  width: 88px;
  min-width: 3em !important;
}

#result.product th {
  min-width: 6em !important;
}

#result.product th:first-child {
  width: 9em !important;
}

#result.product th.number:first-child {
  width: 6em !important;
  color: #333;
}

#result.product td {
  min-width: auto !important;
}

#result.product td:nth-child(2) {
  width: 200px !important;
}

#result.product td:nth-child(3) {
  width: 6em !important;
}

#result.product td:nth-child(4) {
  width: auto;
}

#result.product td:nth-child(5) {
  width: 22% !important;
  max-width: 220px;
}

#result .number {
  font-weight: 600;
  font-size: 2.4rem;
}

#result.product .note {
  margin-bottom: 40px;
}

#result.product .note th {
  min-width: 0 !important;
}

#result.product .note th.txt {
  font-size: 1.4rem;
}

#result.product .note th:first-child {
  width: 200px !important;
}

#result.product .note td {
  vertical-align: middle;
}

#result.product .note th:nth-child(n+2):nth-child(-n+5),
#result.product .note td:nth-child(n+2):nth-child(-n+5) {
  min-width: 0 !important;
  width: 150px !important;
}

#result.product .note td.number {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

#result.product .note tr.low_tr th:nth-child(n+1) {
  width: 100px !important;
}

#result.business02 th {
  min-width: 6em !important;
}

#result.business02 td.service {
  width: 15em;
}

#result.business02 td.number {
  width: 5em;
  text-align: center;
}

#result.business02 th.title {
  text-align: left;
  color: #333;
  background-color: #ddd;
  font-weight: normal;
  border-bottom: none;
}

#result.business02 th.title_v {
  width: 2em;
  min-width: 2em !important;
  background-color: #ddd;
}

#result.business02 td.border_t {
  border-top: 1px solid #1a0dab;
}

p.txt.tgt {
  margin-bottom: 40px;
}

div.cap {
  margin-top: 10px;
}

.con.largediv {
  margin-bottom: 30px;
}

.index04-caplink-size {
  font-size: 1.6rem;
}

@media screen and (min-width:810px) {
  .supportNavi a.active {
    border-radius: 10px 10px 0 0;
  }

}

@media screen and (max-width:810px) {
  #tit_navi.content {
    width: 100%;
    margin-bottom: 0;
  }

  .supportNavi ul li {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }

  .supportNavi ul li.active a {
    border-bottom-width: 4px;
    padding-right: 3.5rem;
  }

  .supportNavi ul li.active a,
  .supportNavi ul li:hover a {
    transform: translateY(0);
  }

  .supportNavi a {
    padding: 5px 10px;
    border-radius: 10px;
  }

  /*.supportNavi ul li.active{ width: 100%;}*/
  .supportNavi ul:after {
    display: none;
  }

  /*.supportNavi ul#support01 li.kkj_color01{ order: 4;}
  .supportNavi ul#support02 li.kkj_color02{ order: 4;}
  .supportNavi ul#support03 li.kkj_color04{ order: 4;}
  .supportNavi ul#support04 li.kkj_color03{ order: 4;}*/
  /* .supportNavi ul li a {
    padding-right: 20px;
  } */
  .supportNavi a.active:after {
    content: none;
  }

  /* .supportNavi ul li a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    text-align: center;
    speak: none;
    font-size: 2rem;
  } */

  .supportNavi ul li.active a:after {
    content: "\f0d7";
  }

  /*検索結果*/
  #result .txt {
    line-height: 1.5em;
    padding: 10px;
  }

  #result th:nth-child(3),
  #result td:nth-child(3) {
    min-width: 5em;
  }

  #result th:nth-child(4),
  #result td:nth-child(4),
  #result th:nth-child(5),
  #result td:nth-child(5) {
    min-width: 14em;
    width: auto;
  }

  #result td:nth-child(1),
  #result td:nth-child(2) {
    min-width: 4em;
  }

  .txt_scroll {
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    background-color: #fff;
    margin: 0 0 10px 0;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
  }

  .txt_scroll span {
    display: inline-block;
  }

  .txt_scroll:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060" "\00A0" "\f0a6" "\00A0" "\f061" "\00A0";
    speak: none;
  }

  #result .cap {
    padding: 10px;
    position: static;
    line-height: 1.5em;
  }

  #result .cap .label {
    position: static;
  }

  #result .tableWrap {
    padding: 10px;
    background-color: #ccc;
    overflow-x: scroll;
  }

  #result table {
    width: 1000px !important;
    position: relative;
  }

  #result.industry td:nth-child(3) {
    width: 900px;
    max-width: auto;
  }

  #result.business02 td.service {
    width: 15em;
  }

  #result.business02 td.number {
    width: 4em;
    min-width: 4em;
  }

  #result.business02 td:last-child {
    min-width: 14em;
    width: auto;
  }

  #support_download .tit_box {
    margin-bottom: 40px;
  }

  #support_download .tableWrap {
    padding: 10px;
    background-color: #ccc;
    overflow-x: scroll;
  }

  #support_download .tableWrap table {
    width: max(850px, 100%);
  }

  #support_download .txt_scroll {
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    background-color: #fff;
    margin: 0 0 10px 0;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
  }

  #support_download .txt_scroll:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060" "\00A0" "\f0a6" "\00A0" "\f061" "\00A0";
    speak: none;
  }

  #support_download .txt_scroll span {
    display: inline-block;
  }
}

@media screen and (max-width:640px) {

  .supportNavi ul li {
    width: 100%;
  }

  .supportNavi ul li .icon img {
    width: 32px;
  }

  /* .supportNavi a .icon img {
    width: 20px;
  } */

  .supportNavi ul li.active .icon img,
  .supportNavi ul li:hover .icon img {
    width: 32px;
  }

  .search_window .window {
    width: 100%;
    margin-bottom: 10px;
  }

  .search_btn {
    /* width: 70px; */
    margin: 3px auto 0;
    text-align: center;
    font-size: 1.6rem;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .supportInner .bgWhite .searchBox {
    padding: 20px;
  }

  .searchBox .item {
    /* max-width: calc(100% - 90px); */
  }



  .supportNavi a .txt .name {
    font-size: 4.5vw
  }


}
#mainContent .content .txtBig{font-size: 1.5em;padding-top: 10px;display: block;line-height: 1.4;}