@charset "UTF-8";
/* CSS Document */
.tabContentsWrapper.customer-contact-light * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tabContentsWrapper.customer-contact-light ol, .tabContentsWrapper.customer-contact-light ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabContentsWrapper.customer-contact-light img {
  max-width: 100%;
}

.tabContentsWrapper.customer-contact-light .pc-only {
  display: block;
}

.tabContentsWrapper.customer-contact-light .tbl-only {
  display: none;
}

.tabContentsWrapper.customer-contact-light .tbl-over {
  display: block;
}

.tabContentsWrapper.customer-contact-light .sp-only {
  display: none;
}

.tabContentsWrapper.customer-contact-light .grid_contents .grid_cols.lrMg {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.tabContentsWrapper.customer-contact-light .tabInPagePar1 .grid_contents .HTML section {
  margin-bottom: 60px;
}

.tabContentsWrapper.customer-contact-light .tabInPagePar1 .grid_contents .HTML section:last-of-type {
  margin-bottom: 0;
}

.tabContentsWrapper.customer-contact-light .list-ul {
  margin-left: 0.5rem;
  margin-bottom: 1.5rem;
}

.tabContentsWrapper.customer-contact-light .list-ul li::before {
/*
  content: '・';
  display: inline-block;
*/
}

.tabContentsWrapper.customer-contact-light .list-flow-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.tabContentsWrapper.customer-contact-light .table {
  margin: 60px auto 0;
  max-width: 940px;
}


@media screen and (max-width: 768px) {
  .tabContentsWrapper.customer-contact-light .list-flow-img {
    display: block;
  }
}

.tabContentsWrapper.customer-contact-light .list-flow-img li:first-of-type {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .tabContentsWrapper.customer-contact-light .list-flow-img li:first-of-type {
    margin-right: 0;
  }
}

.tabContentsWrapper.customer-contact-light #feature li .ttl, .tabContentsWrapper.customer-contact-light #example li .ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabContentsWrapper.customer-contact-light #feature li .ttl .num, .tabContentsWrapper.customer-contact-light #example li .ttl .num {
  line-height: 1;
  margin-bottom: 0;
}

.tabContentsWrapper.customer-contact-light #feature li .ttl h3, .tabContentsWrapper.customer-contact-light #example li .ttl h3 {
  margin: 0 0 0 20px;
}

.tabContentsWrapper.customer-contact-light #feature li .ttl h3.sec_ttl, .tabContentsWrapper.customer-contact-light #example li .ttl h3.sec_ttl {
  color: #013364;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .tabContentsWrapper.customer-contact-light #feature li .ttl h3.sec_ttl, .tabContentsWrapper.customer-contact-light #example li .ttl h3.sec_ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.tabContentsWrapper.customer-contact-light #feature li .ttl h3.sec_ttl strong, .tabContentsWrapper.customer-contact-light #example li .ttl h3.sec_ttl strong {
  color: #CC023A;
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 480px) {
  .tabContentsWrapper.customer-contact-light #feature li .ttl h3.sec_ttl strong, .tabContentsWrapper.customer-contact-light #example li .ttl h3.sec_ttl strong {
    font-size: 32px;
    font-size: 2rem;
  }
}

.tabContentsWrapper.customer-contact-light #feature ul {
  border: solid 10px #013364;
}

.tabContentsWrapper.customer-contact-light #feature li {
  padding: 30px;
  position: relative;
  border-bottom: solid 10px #013364;
  background: #fff;
  min-height: 360px;
}

.tabContentsWrapper.customer-contact-light #feature li:last-of-type {
  border-bottom: none;
}

.tabContentsWrapper.customer-contact-light #feature li:after {
  clear: both;
  overflow: hidden;
}

.tabContentsWrapper.customer-contact-light #feature li .img {
  float: right;
  margin-top: 30px;
}

.tabContentsWrapper.customer-contact-light #feature li .txt {
  padding-top: 125px;
  color: #013364;
  max-width: 640px;
  letter-spacing: .03em;
}

.tabContentsWrapper.customer-contact-light #feature li .txt .desc {
  font-size: 18px;
  font-weight: bold;
}

.tabContentsWrapper.customer-contact-light #feature li .txt .caption {
  font-size: 12px;
  margin-top: 12px;
}

.tabContentsWrapper.customer-contact-light #example {
  text-align: center;
}

.tabContentsWrapper.customer-contact-light #example h2.sec_ttl {
  background-color: #013364;
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  height: 80px;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabContentsWrapper.customer-contact-light #example h2.sec_ttl + .ttl {
  margin: 42px 0 15px;
}

.tabContentsWrapper.customer-contact-light #example .lead_ttl {
  color: #013364;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  margin: 20px 0 30px;
  text-align: center;
}

.tabContentsWrapper.customer-contact-light #example .lead_ttl strong {
  font-size: 40px;
  font-size: 2.5rem;
}

.tabContentsWrapper.customer-contact-light #example h3.sec_ttl {
  background-color: #013364;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0em;
  padding: 0.5em 0.75em;
}

/* タブレット対応only */
@media screen and (max-width: 768px) and (min-width: 469px) {
  .tabContentsWrapper.customer-contact-light .tbl-only {
    display: block;
  }
}

/* タブレット対応 */
@media screen and (max-width: 768px) {
  .grid_contents .grid_cols.grid-8 {
    width: 96%;
  }
  .tabContentsWrapper.customer-contact-light .mgb100 {
    margin-bottom: 5.5rem !important;
  }
  .tabContentsWrapper.customer-contact-light img {
    max-width: 100%;
    width: auto;
  }
  .tabContentsWrapper.customer-contact-light .cmn-btn-area .cmn-btn:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .tabContentsWrapper.customer-contact-light .cmn-btn-area .cmn-btn:nth-of-type(1),
  .tabContentsWrapper.customer-contact-light .cmn-btn-area .cmn-btn:nth-of-type(2) {
    float: none;
    text-align: center;
  }
  .tabContentsWrapper.customer-contact-light .contact_tel_hq {
    width: 100%;
  }
  .tabContentsWrapper.customer-contact-light #feature ul {
    border: solid 6px #013364;
  }
  .tabContentsWrapper.customer-contact-light #feature li {
    padding: 0;
    border-bottom: solid 6px #013364;
  }
  .tabContentsWrapper.customer-contact-light #feature li .ttl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    left: inherit;
    margin-top: 15px;
    position: relative;
    top: inherit;
  }
  .tabContentsWrapper.customer-contact-light #feature li .ttl .num {
    width: 60px;
  }
  .tabContentsWrapper.customer-contact-light #feature li .ttl h3 {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: calc(100% - 60px);
  }
  .tabContentsWrapper.customer-contact-light #feature li .txt .caption {
    margin-top: 8px;
  }
  .tabContentsWrapper.customer-contact-light #feature li .img {
    width: 80%;
    margin: auto;
    float: none;
  }
  .tabContentsWrapper.customer-contact-light #feature li .txt {
    padding: 0 15px 15px;
  }
  .tabContentsWrapper.customer-contact-light #feature li .txt .desc {
    font-size: 13px;
  }
  .tabContentsWrapper.customer-contact-light #example h2.sec_ttl {
    height: auto;
    line-height: normal;
    padding: 15px 10px;
  }
  .tabContentsWrapper.customer-contact-light #example h2.sec_ttl + .ttl {
    margin: 20px 0 20px;
  }
  .tabContentsWrapper.customer-contact-light #example .ttl img {
    width: 100%;
    padding: 0 6px;
  }
}

/* スマートフォン対応 */
@media screen and (max-width: 480px) {
  .tabContentsWrapper.customer-contact-light .tbl-over {
    display: none;
  }
  .tabContentsWrapper.customer-contact-light .sp-only {
    display: block;
  }
  .tabContentsWrapper.customer-contact-light .mgb100 {
    margin-bottom: 6.0rem !important;
  }
  .tabContentsWrapper.customer-contact-light .cmn-btn-area .cmn-btn a {
    width: 100%;
  }
  .tabContentsWrapper.customer-contact-light .service-feature_list .service-feature_list_item {
    width: 100%;
  }
  .tabContentsWrapper.customer-contact-light .arrow-down {
    background-size: contain;
    width: 100%;
  }
}


/*customer追加箇所*/

.lead_ttl_ex {
    font-size: 16px;
    text-align: left;
    margin-top: 50px;
}
.component-example {
    background-color: #002060;
    color: #fff;
    width: 180px;
    text-align: center;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
}

/*customer　メリットボタン追加箇所*/
.tabContentsWrapper.customer-contact-light ol, .tabContentsWrapper.customer-contact-light ul.c-m-list {
    display: flex;
    flex-wrap: wrap;
    width: 610px;
    margin: 0 auto;
    justify-content: center;
}
.c-m-list a {
    text-decoration: none;
}
.c-m-list a:hover {
    text-decoration: none;
}
.c-m-list li:hover {
    background-color: #082F5C;
}
.c-m-list li {
    background-color: #013364;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 5px 10px 5px;
    padding: 10px 30px;
    width: 186px;
    height: 68px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.c-m-list a:nth-of-type(4) li {
    width: 285px;
}
.c-m-list a:nth-of-type(5) li {
    width: 285px;
}
@media screen and (max-width: 768px) {

    .c-fig {
        text-align: center;
    }
    .tabContentsWrapper.customer-contact-light ol, .tabContentsWrapper.customer-contact-light ul.c-m-list {
        max-width: 610px;
        width: 100%;
        display: block;
    }
    .c-m-list a {
        display: block;
        width: 100%;
        max-width: 285px;
        margin: 0 auto;
    }
    .c-m-list li{
        width: 100%;
        max-width: 285px;
        margin: 8px auto;
    }
}
@media screen and (max-width: 480px) {
    .tabContentsWrapper.customer-contact-light ol, .tabContentsWrapper.customer-contact-light ul.c-m-list {
        display: block;
        width: 100%;
        /*        max-width: 480px;*/
    }
    .c-m-list li {
        width: 100%;
    }
    .c-m-list li:nth-of-type(4) {
        width: 100%;
    }
    .c-m-list li:nth-of-type(5) {
        width: 100%;
    }
}
.table table th {
    background: #013364;
    color:#FFFFFF;
}