.top {
  margin-top: 66px;
  background-color: #80C8F0;
  height: 675px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .top {
      height: auto;
      margin-top: 53px;
      padding: 0px 0px 0px; } }
  .top .key_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .top .key_sp {
        display: block;
        width: 100%; } }

.visual {
  width: 1200px;
  height: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .visual {
      display: none; } }
  .visual .key_img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .visual .key_title {
    width: 595px;
    position: absolute;
    top: 80px;
    right: 0; }
  .visual .key_text {
    width: 567px;
    position: absolute;
    top: 270px;
    right: 0; }

.satisfaction {
  position: relative;
  text-align:center;
  background: #152444;
}
.satisfaction a {
  color: #fa7100;
  text-align: center;
  font-size: 20px;
  padding-bottom: 40px;
  display: block;
  text-decoration: underline;
}
.satisfaction img {
  width:auto;
  margin:25px 50px 50px;
} @media screen and (max-width: 768px) {
    .satisfaction img {
      width:80%;
      display: block;
      margin: auto;
      padding-bottom: 50px;
    }
}

.infoNav {
  position: relative;
}
.infoNav .inner {
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .infoNav .inner {
      padding: 60px 20px; } }
.infoNav__title {
  font-size: 30px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .mainNav__title {
      font-size: 20px;
      line-height: 40px; } }
  .infoNav__title span {
    color: #062F87;
    font-size: 44px;
    margin: 0 10px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: solid 3px #062F87; }
    @media screen and (max-width: 768px) {
      .infoNav__title span {
        font-size: 24px; } }

.infoNav .inner div#news {
  border: 1px solid #c0c0c0;
  border-radius:10px;
  max-width:700px;
  min-width:320px;
  height:200px;
  overflow:auto;
  margin-left: auto;
  margin-right: auto;
}

.infoNav .inner div#news div#information {
  padding-bottom: 25px;
}

.infoNav .inner div#news div#information dt {
  float: left;
  margin-left:15px;
}

.infoNav .inner div#news div#information dd {
  margin-left: 130px;
}

.infoNav .inner div#news div#information div {
  margin: 0 25px 0;
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 0px 4px;
}

.cloudERP {
  margin-top: 30px;
  margin-bottom: 50px;
}

.merit,.support {
  background-color: #f3f3f3;
}

.merit_txt,.support p,.SES p {
  text-align: center;
  font-size: 20px;
}

.merit_cloudERP p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.merit a,.merit_cloudERP a {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px;
}

.mainNav .inner {
  padding: 20px 0 60px; }
  @media screen and (max-width: 768px) {
    .mainNav .inner {
      padding: 60px 20px; } }
.mainNav__title {
  font-size: 30px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .mainNav__title {
      font-size: 20px;
      line-height: 40px; } }
  .mainNav__title span {
    color: #062F87;
    font-size: 44px;
    margin: 0 10px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: solid 3px #062F87; }
    @media screen and (max-width: 768px) {
      .mainNav__title span {
        font-size: 24px; } }
.mainNav__text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .mainNav__text {
      margin-top: 20px;
      font-size: 16px;
      width: 100%;
      text-align: left; } }
.mainNav__links {
  width: 800px;
  margin: 40px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .mainNav__links {
      width: 100%; } }
  .mainNav__links a {
    display: block;
    text-decoration: none;
    width: calc((100% - 30px) / 4);
    border: solid 1px #17489c;
    color: #17489c;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .mainNav__links a {
        font-size: 14px;
        width: calc((100% - 5px) / 2); } }
    .mainNav__links a:hover {
      background: #17489c;
      color: white; }
    .mainNav__links a:not(:nth-of-type(4n)) {
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .mainNav__links a:not(:nth-of-type(4n)) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .mainNav__links a:not(:nth-of-type(2n)) {
        margin-right: 5px; } }
    .mainNav__links a:nth-of-type(-n+4) {
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .mainNav__links a:nth-of-type(-n+4) {
          margin-bottom: 0; } }
    @media screen and (max-width: 768px) {
      .mainNav__links a:nth-of-type(-n+6) {
        margin-bottom: 5px; } }

.problemNav,.meritNav {
  background: #f3f3f3;
  position: relative; }
  .problemNav .inner {
    padding: 80px 0 40px; }
  .problemNav__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
    .problemNav__list > li {
      padding: 20px 30px 25px;
      width: calc((100% - 40px) / 2); }
      @media screen and (max-width: 768px) {
        .problemNav__list > li {
          width: 100%; } }
  .problemNav .problemTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .problemNav .problemTitle {
        font-size: 20px;
        line-height: 20px; } }
  .problemNav .problemList li {
    font-size: 16px;
    line-height: 40px;
    font-weight: 300;
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .problemNav .problemList li {
        font-size: 14px;
        line-height: 30px;
        padding-left: 20px; } }
    .problemNav .problemList li:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      width: 20px;
      height: 20px;
      background: url(../img/icon_check.png) center center/20px auto no-repeat; }
      @media screen and (max-width: 768px) {
        .problemNav .problemList li:before {
          top: 7px;
          width: 14px;
          height: 14px;
          background: url(../img/icon_check.png) center center/14px auto no-repeat; } }
  .problemNav .arrow {
    position: absolute;
    bottom: -50px;
    height: 50px;
    left: calc(50% - 60px); }
    @media screen and (max-width: 768px) {
      .problemNav .arrow {
        bottom: -25px;
        height: 25px;
        left: calc(50% - 30.5px); } }

.funcNav {
  background: #ffe15a; }
  .funcNav__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
    .funcNav__list > li {
      background: white;
      padding: 20px 30px 25px; }
      .funcNav__list > li:nth-of-type(1), .funcNav__list > li:nth-of-type(2), .funcNav__list > li:nth-of-type(3) {
        width: calc((100% - 80px) / 3);
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .funcNav__list > li:nth-of-type(1), .funcNav__list > li:nth-of-type(2), .funcNav__list > li:nth-of-type(3) {
            margin-bottom: 20px;
            width: 100%; } }
      @media screen and (max-width: 768px) {
        .funcNav__list > li:nth-of-type(4) {
          margin-bottom: 20px; } }
      .funcNav__list > li:nth-of-type(4), .funcNav__list > li:nth-of-type(5) {
        width: calc((100% - 40px) / 2); }
        @media screen and (max-width: 768px) {
          .funcNav__list > li:nth-of-type(4), .funcNav__list > li:nth-of-type(5) {
            width: 100%; } }
  .funcNav .funcTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .funcNav .funcTitle {
        font-size: 20px;
        line-height: 20px; } }
  .funcNav .funcList li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    padding-left: 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .funcNav .funcList li {
        font-size: 14px;
        line-height: 30px; } }
    .funcNav .funcList li:before {
      position: absolute;
      content: '\02022';
      display: block;
      margin-right: 10px;
      top: 0;
      left: 0;
      margin-right: 10px;
      line-height: 28px; }

.ansNav {
  background: #152444; }
  .ansNav__text {
    font-size: 34px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    color: white;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .ansNav__text {
        font-size: 24px;
        line-height: 50px; } }
    .ansNav__text span {
      border-bottom: solid 2px white;
      padding-bottom: 4px; }
  .ansNav__subText {
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    color: white; }
    @media screen and (max-width: 768px) {
      .ansNav__subText {
        font-size: 18px;
        line-height: 30px; } }

.merit_selectionNav__list {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .merit_selectionNav__list {
      flex-direction: column; } }
  .merit_selectionNav__list .selectionTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .merit_selectionNav__list .selectionTitle {
        font-size: 18px;
        line-height: 32px; } }
  .merit_selectionNav__list li {
    padding: 40px 40px;
    width: 33%; }
    @media screen and (max-width: 768px) {
      .merit_selectionNav__list li {
        padding: 20px 0;
        width: 100%; } }
    .merit_selectionNav__list li img {
      width: 140px;
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .merit_selectionNav__list li img {
          width: 100px; } }
    .merit_selectionNav__list li p {
      text-align: center;
      font-weight: 300; }

.voiceNav,.SES {
  background: #fdfded; }
  @media screen and (max-width: 768px) {
    .voiceNav .sectionTitle {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 40px; } }
  .voiceNav .sectionTitle i {
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .voiceNav .sectionTitle i {
        margin-top: 6px; } }
  .voiceNav .border {
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .voiceNav .border {
        margin-top: 30px;
        margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .voiceNav ul {
      margin-top: 20px; } }
  .voiceNav ul li {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .voiceNav ul li {
        margin-top: 0;
        flex-direction: column; }
        .voiceNav ul li:first-of-type {
          margin-bottom: 40px; } }
    .voiceNav ul li .voiceImg {
      width: 200px;
      min-width: 200px;
      height: 200px;
      border-radius: 50%;
      margin-right: 40px; }
      @media screen and (max-width: 768px) {
        .voiceNav ul li .voiceImg {
          margin-right: 0;
          width: 60%;
          min-width: auto;
          height: auto;
          border-radius: 0;
          margin: 0 auto; } }
    .voiceNav ul li .voiceBox__title {
      font-size: 26px;
      margin-bottom: 20px;
      line-height: 40px; }
      @media screen and (max-width: 768px) {
        .voiceNav ul li .voiceBox__title {
          margin-top: 20px;
          font-size: 20px;
          line-height: 36px; } }
    .voiceNav ul li .voiceBox__user {
      font-size: 18px;
      line-height: 34px;
      color: #696969;
      margin-top: 10px;
      font-weight: 700;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .voiceNav ul li .voiceBox__user {
          font-size: 16px;
          line-height: 32px;
          margin-bottom: 20px; } }
    .voiceNav ul li .voiceBox .ancLink {
      font-weight: 700;
      font-size: 18px; }

.tableNav .sp_table {
  width: 100%;
  display: none; }
  @media screen and (max-width: 768px) {
    .tableNav .sp_table {
      display: block; } }
  .tableNav .sp_table table {
    width: 100%; }
  .tableNav .sp_table h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #5374b7;
    border-bottom: solid 2px;
    display: table;
    margin: 0 auto 20px; }
  .tableNav .sp_table tr,
  .tableNav .sp_table th,
  .tableNav .sp_table td {
    border: solid 1px #ccc; }
  .tableNav .sp_table th {
    background: #5374b7;
    color: white; }
  .tableNav .sp_table th,
  .tableNav .sp_table td {
    font-size: 14px;
    line-height: 26px;
    vertical-align: middle;
    padding: 10px;
    text-align: left; }
  .tableNav .sp_table td img {
    width: 30%; }
  .tableNav .sp_table td.red {
    color: red;
    font-weight: 700;
    font-size: 18px; }
  .tableNav .sp_table li {
    padding: 20px 0; }
    .tableNav .sp_table li:last-of-type h4 {
      color: #fdaa47; }
    .tableNav .sp_table li:last-of-type th {
      background: #fdaa47; }
.tableNav .table {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .tableNav .table {
      display: none; } }
  .tableNav .table tr,
  .tableNav .table th,
  .tableNav .table td {
    border: solid 1px #ccc; }
  .tableNav .table th,
  .tableNav .table td {
    font-size: 14px;
    line-height: 26px;
    vertical-align: middle;
    padding: 15px;
    text-align: left; }
  .tableNav .table th {
    font-size: 16px;
    background: #baf8ff;
    text-align: center;
    padding: 10px; }
    .tableNav .table th:first-of-type {
      width: 180px; }
    .tableNav .table th:nth-of-type(2) {
      width: 260px; }
    .tableNav .table th:nth-of-type(3) {
      width: 180px; }
    .tableNav .table th:nth-of-type(5) {
      width: 190px; }
  .tableNav .table td img {
    width: 100px; }
  .tableNav .table .blue {
    background: #5374b7;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 15px; }
  .tableNav .table .border_orange {
    border: solid 3px #ff8a00; }
  .tableNav .table .orange {
    background: #ff8a00;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 15px; }
  .tableNav .table .red {
    color: red;
    font-weight: 700;
    font-size: 18px; }

.startNav {
  background: #f3f3f3; }
  .startNav .inner {
    width: 800px; }
    @media screen and (max-width: 768px) {
      .startNav .inner {
        width: 100%; } }
  .startNav .step_row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border: solid 4px #4473c6;
    height: 110px;
    position: relative;
    background: #fff;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .startNav .step_row {
        height: auto;
        flex-direction: column; } }
    .startNav .step_row:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-top: solid 30px #4473c6;
      border-left: solid 60px transparent;
      border-right: solid 60px transparent;
      border-bottom: solid 30px transparent;
      position: absolute;
      bottom: -60px;
      left: calc(50% - 60px); }
  .startNav p {
    font-size: 14px;
    line-height: 24px; }
  .startNav .step {
    width: 220px;
    color: white;
    background: #4473c6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .startNav .step {
        font-size: 18px;
        width: 100%;
        padding: 10px 0; } }
  .startNav .step_detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      .startNav .step_detail {
        padding: 10px 15px; } }
  .startNav .step_title {
    font-size: 22px;
    margin-bottom: 5px;
    color: #4473c6;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .startNav .step_title {
        font-size: 18px; } }
  .startNav .step_end {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4473c6;
    border: solid 4px #4473c6;
    height: 110px; }
    @media screen and (max-width: 768px) {
      .startNav .step_end {
        height: auto;
        padding: 20px 15px; } }
  .startNav .end_title {
    color: white;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      .startNav .end_title {
        font-size: 22px; } }

.screenNav .slides {
  width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .screenNav .slides {
      width: 100%; } }
  .screenNav .slides .slick-arrow {
    top: 50%; }
    @media screen and (max-width: 768px) {
      .screenNav .slides .slick-arrow {
        top: 30%; } }
  .screenNav .slides .slick-next {
    right: -40px; }
    @media screen and (max-width: 768px) {
      .screenNav .slides .slick-next {
        right: 5px; } }
  .screenNav .slides .slick-prev {
    left: -40px; }
    @media screen and (max-width: 768px) {
      .screenNav .slides .slick-prev {
        left: 5px; } }
  .screenNav .slides li img {
    border: solid 1px #ccc;
    box-sizing: border-box; }
  .screenNav .slides li,
  .screenNav .slides img {
    width: 100%; }
  .screenNav .slides .screenName {
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px; }

.screenNav .inner .sectionTitle.mt80 {
    margin-top:80px;
}

.think{
  background-color:#f3f3f3;
  padding:60px 0;
}

.think .sectionTitle{
    margin-bottom: 20px;
}

.think .subtxt{
  text-align: center;
  margin-bottom:40px;
}

.think__box{
  width:600px;
  margin:0 auto;
}

@media screen and (max-width:768px) {
  .think__box{
    width:100%;
    padding:0 10px;
  }
}

.think__box p{
  margin-bottom:2em;
}

/*# 比較表 */
.compareNav .inner {
  width: 100%;
  margin:5% 0 0 0;
  padding: 0px 0; }

.compare  {
  margin: auto;
  border-color: #7FA3AF;
  border-collapse: separate;
}

table tr {
  background-color: #fff;
  border: solid #7FA3AF;
}

table th,
table td {
  padding: 1em 10px 1em 1em;
  border: 1px solid #7FA3AF;
  text-align: center;
}

table thead tr {
  background-color: #CFE2F3;
}

.red-txt{
  color:#e81010
}

thead th:nth-child(2) {
  color:#fff;
  background-color:#4A86E8;
}

tr td:nth-of-type(1) {
  border-width:1px 4px;
  border-color:#7FA3AF #4A86E8;
}

tr:nth-child(8) td:nth-child(2) {
  border-width:1px 4px 4px;
  border-color:#7FA3AF #4A86E8 #4A86E8;
}

.compareNav p{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .compareNav .inner {
    padding: 0px 0px;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .fixed {
    position: sticky;
    left: 0;
    background-color: #ffffff;
  }

  .head {
    background-color: #CFE2F3;
  }

  #table01 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-right: 1px solid #4A86E8;
  }

  thead th:nth-child(2) {
    color:#fff;
    background-color:#4A86E8;
  }

  tr td:nth-of-type(1) {
    border:solid;
    border-width: 1px 4px;
    border-color:#7FA3AF #4A86E8;
  }

  tr:nth-child(8) td:nth-child(2) {
    border-width:1px 4px 4px;
    border-color:#7FA3AF #4A86E8 #4A86E8;
  }}

/*# YouTube */
ul.movielist {
  margin-top:60px;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.movielist li{
  max-width: 300px;
  margin-right: 60px;
  padding-bottom: 40px;
}

.mv_container .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.mv_container .youtube iframe {
  width: 100%;
  height: 100%;
}

.mv_container p.mv_title {
  width: 100%;
  word-break: break-all;
  margin-top:20px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .SES p {
    line-height: 28px;} }

.support__list {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .support__list {
      flex-direction: column; } }
      .support__list .selectionTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .support__list .selectionTitle {
        font-size: 18px;
        line-height: 32px; } }
  .support__list li {
    padding: 40px 40px 80px;
    width: 33%; }
    @media screen and (max-width: 768px) {
      .support__list li {
        padding: 20px 0 40px;
        width: 100%; } }
    .support__list li img {
      width: 140px;
      margin: 0 auto;
      display: block;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .support__list li img {
          width: 100px; } }
    .support__list li p {
      text-align: left;
      font-weight: 300;
      font-size: initial; }
      @media screen and (max-width: 768px) {
        .support__list li p  {
          text-align: center; } }

.zero_yen {
  border-bottom: solid 2px;
  margin: 5px;
}

.zero {
  font-size: 43px;
  font-weight: bold;
}

/*# WP */
.wpNav {
  margin-top:60px;
  margin-bottom:80px; }
.wpNav .inner {
  padding: 0px 0; }
  @media screen and (max-width: 768px) {
    .wpNav .inner {
      padding: 0px 0px; } }
.wpNav img {
  width: 100%;
	height: auto;}

.wpList li {
  display: inline-block;
  width: 250px;
  height: auto;
  vertical-align: top;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.wpList li {
  display: block;
  width: 80%;
  margin: 20px auto;
}
}

.wpArticle .title {
  font-size: 20px;
}

/*# Sponser */
.sponserNav {
  margin-top:60px;
  margin-bottom:80px; }

.sponserNav .inner {
  padding: 0px 0; }
  @media screen and (max-width: 768px) {
    .wpNav .inner {
      padding: 0px 0px; } }

ul.spList {
  padding-left:150px;
}

.spList li {
  display: inline-block;
  width: 280px;
  height: auto;
  margin-left:30px;
  padding-bottom: 20px;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
    ul.spList {
  padding-left:0px;
}

.spList li {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-left:0px;
  padding-bottom: 20px;
  font-size: 26px;
  text-align: center;
}
}

/* 20240723 TOP faq */
.faqNav .inner {
  padding: 80px 0;
 }
 @media screen and (max-width: 768px) {
  .faqNav .inner {
   padding: 60px 20px;
  }
 }
 .faqNav .mainNav__title {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start
 }
 @media screen and (max-width:768px) {
  .faqNav .mainNav__title {
   font-size: 24px;
   line-height: 40px
  }
 }
 .faqNav .mainNav__title:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  margin-right: 10px
 }
 @media screen and (max-width:768px) {
  .faqNav .mainNav__title:before {
   width: 30px
  }
 }
 .mainNav.faqNav .faqList {
  margin: 40px 0 60px
 }
 @media screen and (max-width:768px) {
  .mainNav.faqNav .faqList {
   margin: 20px 0 30px
  }
 }
 .mainNav.faqNav .faqList__row {
  padding: 1px 0;
  cursor: pointer
 }
 .mainNav.faqNav .faqList__q {
  background: #ececec;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
 }
 .mainNav.faqNav .faqList__q i {
  margin-right: 10px
 }
 .mainNav.faqNav .faqList__a {
  display: none;
  padding: 30px 20px
 }
 .faqNav .accIcon {
  position: relative;
  width: 16px;
  height: 16px
 }
 @media screen and (max-width:768px) {
  .faqNav .accIcon {
   margin-left: 10px;
   width: 12px;
   height: 12px
  }
 }
 .faqNav .accIcon:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #152444;
  top: 7px;
  left: 0;
  position: absolute
 }
 @media screen and (max-width:768px) {
  .faqNav .accIcon:before {
   width: 12px;
   top: 5px
  }
 }
 .faqNav .accIcon:after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #152444;
  top: 0;
  left: 7px;
  position: absolute;
  transition: all .3s
 }
 @media screen and (max-width:768px) {
  .faqNav .accIcon:after {
   height: 12px;
   left: 5px
  }
 }
 .faqNav .accIcon.active:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg)
 }

/* 20241114 TOP 機能一覧 */
a.funcList-linkbtn {
  color: #000;
  text-decoration: underline;
 }