@charset "UTF-8";
/**
 * tech.css
 * createdAt: 2016.05.25
 * updatedAt: 2018.01.10
 */

/*========================================

  .idx-sec

========================================*/
.idx-sec {
  margin-top: 50px;
}
.idx-sec h2 {
  margin: 0;
  font-size: 162.5%;
  font-weight: normal;
  line-height: 1.1;
}
.idx-sec h2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 26px;
  height: 35px;
  background: url(../img/pdf.png) no-repeat 0 0;
  background-size: 100% auto;
}
.idx-sec .mod-anchor-menu {
  margin: 20px 0 0;
}

@media (max-width: 640px) {
  .idx-sec {
    margin-top: 60px;
  }
  .idx-sec h2:after {
    margin-left: 10px;
    width: 20px;
    height: 27px;
  }
}

/*----------------------------------------
  .idx-pdf-box
----------------------------------------*/
.idx-sec .idx-pdf-box {
  display: table;
  margin-top: 20px;
  padding-top: 10px;
  width: 100%;
}
.idx-sec .idx-pdf-box.concat {
  margin-top: 10px;
}
.idx-category .heading-box + .idx-pdf-box {
  margin-top: 35px;
}
.idx-sec .info-box {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 4.2105263%;
  width: 80%;
}
.idx-sec .info-box .ttl {
  margin: 0;
  font-size: 106.3%;
  line-height: 1.2;
  color: #145189;
}
.idx-sec .info-box .ttl:after {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 1em;
  padding: 5px 1em 2px;
  min-width: 65px;
  font-size: 12px;
  line-height: 1.0;
  text-align: center;
}
.idx-sec .info-box .ttl.new:after {
  content: 'NEW';
  background-color: #1b6fbc;
  color: #fff;
}
.idx-sec .info-box .ttl.update:after {
  content: 'UPDATE';
  border: 1px solid #1b6fbc;
  background-color: #fff;
  color: #1b6fbc;
}
.idx-sec .info-box p {
  margin: 8px 0 0;
}

.idx-sec .btn-box {
  display: table-cell;
  vertical-align: top;
}
.idx-sec .btn-box a {
  width: 100%;
}
.idx-sec .btn-box p {
  margin: 10px 0 0;
  font-size: 81.3%;
  line-height: 1.3;
  color: #145189;
}

@media (max-width: 640px) {
  .idx-sec .idx-pdf-box {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #ccc;
  }
  .idx-sec .idx-pdf-box.concat {
    padding-top: 15px;
  }
  .idx-category .heading-box + .idx-pdf-box {
    padding-top: 0;
  }
  .idx-sec h2 + .idx-pdf-box,
  .idx-sec .idx-pdf-box.concat,
  .idx-category .heading-box + .idx-pdf-box {
    border-top: none;
  }
  .idx-sec .info-box {
    display: block;
    padding: 0;
    width: auto;
  }
  .idx-sec .info-box .ttl:after {
    padding: 3px 1em 2px;
    min-width: auto;
    font-size: 11px;
  }
  .idx-sec .btn-box {
    display: block;
    margin-top: 15px;
  }
  .idx-sec .btn-box p br {
    display: none;
  }
}

/*----------------------------------------
  .idx-category
----------------------------------------*/
.idx-category {
  margin: 70px 0 0;
}
.mod-anchor-menu + .idx-category {
  margin-top: 35px;
}
.idx-category .heading-box {
  padding: 25px;
  text-align: center;
  background: #f2f8fb;
}
.idx-category .heading-box h3 {
  margin: 0;
  font-size: 118.8%;
  line-height: 1.1;
}
.idx-category .heading-box h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.idx-category .heading-box h3 span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.idx-category .heading-box h3 br {
  display: none;
}
.idx-category .heading-box p {
  margin: 15px auto 0;
  width: 90%;
  font-size: 87.5%;
  line-height: 1.7;
}
.idx-category .heading-box .mod-txt-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 81.3%;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .idx-category .heading-box {
    text-align: left;
  }
  .idx-category .heading-box h3 {
    font-size: 112.5%;
    text-align: center;
  }
  .idx-category .heading-box h3 img {
    margin-right: 10px;
  }
  .idx-category .heading-box h3 br {
    display: block;
  }
  .idx-category .heading-box p {
    width: auto;
  }
}
@media (max-width: 320px) {
  .idx-category .heading-box {
    padding: 20px;
  }
  .idx-category .heading-box h3 img:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
  }
  .idx-category .heading-box h3 span {
    margin: 10px 0;
  }
}


/*========================================

  .tech-list

========================================*/
.tech-list {
  margin-top: 70px;
}
.mod-heading + .tech-list {
  margin-top: 0;
}

/*----------------------------------------
  .tech-table
----------------------------------------*/
.tech-table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 93.8%;
  line-height: 1.4;
  width: 100%;
}
p + .tech-table {
  margin-top: 20px;
}
.tech-table + p.note {
  margin-top: 15px;
}

.tech-table thead th {
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  background: #72757e;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.tech-table thead td {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.tech-table thead th:last-child {
  border-right: none;
}
.tech-table tbody th {
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  background: #d6dce0;
}
.tech-table tbody td {
  padding: 10px 20px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  background: #f1f5f9;
}
.tech-table tbody td:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  .tech-table {
    font-size: 81.3%;
  }
  .tech-table thead th {
    padding: 10px 10px;
    border-width: 2px;
  }
  .tech-table thead td {
    border-width: 2px;
  }
  .tech-table tbody th {
    padding: 10px 10px;
    border-width: 2px;
  }
  .tech-table tbody td {
    padding: 10px 10px;
    border-width: 2px;
  }
}
@media (max-width: 480px) {
  .tech-table {
    font-size: 68.8%;
  }
}
@media (max-width: 360px) {
  .tech-table {
    font-size: 62.5%;
  }
}