@font-face {
  font-family: 'Fjalla One';
  src: url("../../../common/font/fjallaone-regular.eot")/*tpa=https://www.seiko-sts.co.jp/common/font/fjallaone-regular.eot*/;
  src: url("../../../common/font/fjallaone-regular.eot-#iefix")/*tpa=https://www.seiko-sts.co.jp/common/font/fjallaone-regular.eot?#iefix*/ format('embedded-opentype'), url("../../../common/font/fjallaone-regular.woff")/*tpa=https://www.seiko-sts.co.jp/common/font/fjallaone-regular.woff*/ format('woff'), url("../../../common/font/fjallaone-regular.ttf")/*tpa=https://www.seiko-sts.co.jp/common/font/fjallaone-regular.ttf*/ format('truetype'), url("../../../common/font/fjallaone-regular.svg#fjalla_oneregular")/*tpa=https://www.seiko-sts.co.jp/common/font/fjallaone-regular.svg#fjalla_oneregular*/ format('svg');
}
/* ==========================================================================
   Index
   ========================================================================== */
.catalog-list {
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .catalog-list {
    margin-right: 0;
    margin-left: 0;
  }
}
.catalog-list_item {
  float: left;
  width: 33.33%;
  margin-top: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalog-list_item:nth-child(-n+3) {
  margin-top: 0;
}
.catalog-list_item:nth-child(3n+1) {
  clear: left;
}
.catalog-list_item .mod-button-link {
  font-size: 1.5em;
}
.catalog-list_item .mod-button-link.opt-icon-pdf a:after {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .catalog-list_item {
    float: none;
    width: auto;
    margin-top: 20px;
    padding: 0;
  }
  body:not(.non-responsive) .catalog-list_item:nth-child(-n+3) {
    margin-top: 20px;
  }
  body:not(.non-responsive) .catalog-list_item:nth-child(-n+3):first-child {
    margin-top: 0;
  }
}
.catalog-list_item_inner {
  padding: 30px;
  background-color: #fff;
  text-align: center;
}
.catalog-list_item_text {
  line-height: 1.5;
}
