.sans {
  font-family: "Noto Sans JP";
}
/* フォームパーツ
--------------------------*/
input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}
select {
  /*
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
*/
}
textarea {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 16px;
  min-height: 150px;
  padding: 8px;
}
::placeholder {
  font-size: 84%;
}
:focus {
    outline: none;
}
.err {
  padding: 8px;
  font-size: 84%;
  background: #f9e9e9;
  border: 1px solid #c00;
  color: #c00;
  margin-bottom: 5px;
  border-radius: 4px;
}
.btn {
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  /*font-family: "Noto Sans JP";*/
  font-weight: bold;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
}
.btnRed {
  background: #cc0000;
  border-radius: 4px;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btnBlack {
  background: #212121;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btnBlack:hover {
  opacity: 0.9;
}
.btnMore {
  margin: 20px auto;
  width: 200px;
}
.btnLine01 {
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333 !important;
  text-decoration: none !important;
}
.keySearchWrap .btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
/* 見出し
--------------------------*/
h2.title01, p.title01 {
  font-size: 155%;
  font-weight: bold;
  margin: 0 0 5px 0;
}
p.title01 {
  display: none;
}
/* パンくず
--------------------------*/
.branch {
  margin: 112px 0 40px 0;
}
.branch li {
  float: left;
  font-size: 82%;
  margin: 0px 0px 0px 5px;
}
.branch li:first-child {
  margin: 0px 0px 0px 0px;
}
.branch li::after {
  content: '  >';
}
.branch li:last-child::after {
  content: '';
}
/* リスト
--------------------------*/
.arrowList li a {
  background-color: #ffffff;
  background-image: url("../img/bg_listArrow.png");
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 8px 14px;
  border-bottom: 1px solid #dedede;
  color: #333333;
  padding: 10px;
  display: block;
}
/*カタログタイプアイコン*/
.icon-catType {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  padding: 1px 5px;
  vertical-align: top;
  margin: 5px 0 5px 0;
}
.pdf {
  background: #d43434;
}
.digital {
  background: #319892;
}
/*2020新着カタログ*/
.searchBar {
  background: #333333;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #666666;
  padding: 15px 0;
  position: fixed;
  top: 94px;
  width: 100%;
  z-index: 7777;
}
.searchBar select {
  border-radius: 6px;
  box-sizing: border-box;
  height: 45px;
  margin-right: 0.5%;
  padding: 8px;
  width: 20%;
}
.searchBar input[type="text"] {
  box-sizing: border-box;
  margin-right: 0.5%;
  width: 68%;
}
.searchBar .btn {
  box-sizing: border-box;
  display: inline-block;
  width: 10%;
}
#newCatalogVisual {
  background: url("../img/bg_newCatalogs.jpg");
  height: 450px;
  margin: 149px 0 0 0;
}
#newCatalogVisual .catch {
  padding: 60px 0 0 0;
  text-align: center;
}
#newCatalogVisual .btnWrap {
  color: #ffffff;
  margin: 50px 0 0 0;
  text-align: center;
}
#newCatalogVisual .btn {
  display: inline-block;
  margin: 5px;
  width: 200px;
}
.navBtns li a {
  background: url("../img/bg_listArrow_02.png");
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 5px 10px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #333333;
  font-weight: bold;
  float: left;
  margin: 0 1% 1% 0;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 24%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
.navBtns li:last-child a {
  margin: 0 0 0 0;
}
.new-catalogs .branch {
  margin: 15px 0 60px 0;
}
@media screen and (max-width:1024px) {
  .searchBar select {
    width: 24%;
  }
  .searchBar input[type="text"] {
    width: 60%;
  }
  .searchBar .btn {
    width: 13%;
  }
  #newCatalogVisual .catch {
    padding: 90px 0 0 0;
  }
  #newCatalogVisual .catch img {
    height: 150px;
  }
  .navBtns li a {
    font-size: 80%;
  }
}
@media screen and (max-width:768px) {
  h2.title01 {
    lletter-spacing: normal;
    font-size: 115%;
  }
  .branch {
    margin: 75px 0 15px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .branch li {
    float: none;
    display: inline-block;
    white-space: nowrap;
  }
  .branch ::-webkit-scrollbar {}
  .branch ::-webkit-scrollbar-track {
    background-color: #FFF;
  }
  .branch ::-webkit-scrollbar-thumb {
    background-color: rgba(238, 238, 238, 0.8);
  }
  .toggleList li a {
    background-color: #ffffff;
    background-image: url("../img/bg_toggleArrow_down.png");
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 10px 5px;
    border-bottom: 1px solid #dedede;
    color: #333333;
    padding: 10px;
    display: block;
  }
  /*2020新着カタログ*/
  .searchBar {
    background: #333333;
    /*height: 100%;*/
    padding: 20px 0;
    top: 114px;
    display: none;
  }
  .searchBar select, .searchBar input[type="text"], .searchBar .btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #newCatalogVisual {
    background: url("../img/bg_newCatalogBnr.jpg");  
    background-position: 0 -20px;
    height: 140px;
    margin: 69px 0 0 0;
  }
  #newCatalogVisual .catch {
    padding: 30px 0 0 0;
    text-align: center;
  }
  #newCatalogVisual .catch img {
    height: 85px;
  }
  .newCatalogs {
    margin: 0 20px 120px 20px;
  }
  .new-catalogs .branch {
    margin: 15px 0 120px 0;
  }
  .newCatalogs h2.title01 {
    margin: 0 -20px 5px -20px;
  }
  #newCatalogVisual .btn {
    width: 45%;
    margin: 1%;
  }
 /* .navBtns li a {
      margin: 0 1% 2% 0;      
  }*/
}