@charset "UTF-8";
/**
 * catalog.css
 * createdAt: 2016.05.30
 * updatedAt: 2017.01.30
 * updatedAt: 2023.04.07
 * updatedAt: 2023.11.16
 * updatedAt: 2024.12.06
 */

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

  .cat-sec

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

.ie-legacy .cat-sec h2:after {
  background-image: url(../common/img/icn_pdf_ie.png);
}

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

/*----------------------------------------
  .cat-category
----------------------------------------*/
.cat-category {
  margin: 50px 0 0;
}
.mod-anchor-menu + .cat-category {
  margin-top: 35px;
}
.cat-category h4 {
  position: relative;
  margin: 40px 0 0;
  /*padding: 0 20px 0 10px;*/
  padding: 0 2.1052631% 0 1.0526315%;
  font-size: 106.3%;
  line-height: 1.2;
  color:#000;
  background: #f2f8fb;
}
.cat-category .mod-heading-02 + h4 {
  margin-top: 20px;
}
.cat-category h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.cat-category h4 img.null {
  margin-right: 0;
}
.cat-category h4 span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 2px;
}
.cat-category .cat-idx {
  font-size: 0;
}
.cat-category .pdf-dld-box .info-box .ttl:after {
  display: block;
  margin-left: 0;
  max-width: 65px;
}

@media (max-width: 640px) {
  .cat-category {
    margin: 60px 0 0;
  }
  .cat-category h4 {
    padding: 6px 15px 5px;
  }
  .cat-category h4 img {
    display: none;
  }
  .cat-category .pdf-dld-box .info-box .ttl:after {
    display: inline-block;
    margin-left: 1em;
  }
}

/*----------------------------------------
  .pdf-dld-box
----------------------------------------*/
.pdf-dld-box {
  display: inline-table;
  /*margin: 20px 0 0 70px;
  width: 440px;*/
  margin: 20px 0 0 7.368421%;
  width: 46.3157894%;
}
.pdf-dld-box:nth-child(2n+1) {
  margin-left: 0;
}
h2 + .pdf-dld-box, 
.pdf-dld-box.odd {
  margin-left: 0;
}
.pdf-dld-box .info-box {
  display: table-cell;
  box-sizing: border-box;
  /*padding-right: 10px;*/
  /*width: 250px;*/
  padding-top: 9px;
  padding-right: 2.2727272%;
  width: 56.81818%;
  font-size: 16px;
  font-size: 1rem;
}
.pdf-dld-box .info-box .ttl {
  margin: 0;
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.2;
  color: #145189;
  background-color:#fff;
}
.pdf-dld-box .info-box .ttl span {
  display: block;
  font-size: 76.5%;
}
.pdf-dld-box .info-box .ttl:after {
  position: relative;
  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;
}
.pdf-dld-box .info-box .ttl.new:after {
  content: 'NEW';
  background-color: #be3f3f;
  color: #fff;
}
.pdf-dld-box .info-box .ttl.soon:after {
  content: 'Available summer 2023';
  max-width: 200px;
  border: 1px solid #145189;
  background-color: #FFF;
  color: #145189;
}
.pdf-dld-box .info-box .ttl.update:after {
  content: 'UPDATE';
  border: 1px solid #1b6fbc;
  background-color: #fff;
  color: #1b6fbc;
}
.pdf-dld-box .info-box .ttl.discon:after {
  content: 'To be discontinued';
  max-width: 150px;
  background-color: #737373;
  color: #fff;
}
.pdf-dld-box .info-box .ttl.end2:after {
  content: 'discontinued';
  max-width: 150px;
  background-color: #737373;
  color: #fff;
}
.pdf-dld-box .info-box p {
  margin: 8px 0 0;
}
.pdf-dld-box .btn-box {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}
.pdf-dld-box .btn-box a {
  width: 100%;
}
.pdf-dld-box .btn-box p {
  margin: 10px 0 0;
  font-size: 81.3%;
  line-height: 1.3;
  color: #145189;
  background-color:#fff;
}

@media (max-width: 640px) {
  .pdf-dld-box {
    display: block;
    margin: 30px 0 0 0 !important;
    padding-top: 30px;
    width: auto;
    border-top: 1px dotted #ccc;
  }
  .pdf-dld-box:first-child {
    margin: 20px 0 0 0 !important;
    padding-top: 0;
    border-top: none;
  }
  .pdf-dld-box .info-box {
    display: block;
    padding: 0;
    width: auto;
  }
  .pdf-dld-box .info-box .ttl:after {
    padding: 3px 1em 2px;
    min-width: auto;
    font-size: 11px;
  }
  .pdf-dld-box .btn-box {
    display: block;
    margin-top: 15px;
  }
  .pdf-dld-box .btn-box p br {
    display: none;
  }
}

/*----------------------------------------
  .get-pdf-reader
----------------------------------------*/
.get-pdf-reader {
  margin-top: 50px;
  border: 1px solid #959595;
}
.get-pdf-reader .logo-box {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  text-align: center;
}
.get-pdf-reader .txt-box {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px 20px;
}

@media (max-width: 480px) {
  .get-pdf-reader {
    padding: 20px;
  }
  .get-pdf-reader .logo-box {
    display: block;
    margin: 0 auto;
  }
  .get-pdf-reader .txt-box {
    display: block;
    padding: 0;
  }
}


