@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   Download Common
   ========================================================================== */
/* Search wrap
========================================================================== */
.search-wrap {
  position: relative;
}
.search-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  background: url(/download/img/common_bg01.gif) no-repeat center 69px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.search-wrap.is-initialized::after {
  display: none;
}
/* Search box
   ========================================================================== */
.search-box {
  background-color: #fff;
}
.search-box_head {
  overflow: hidden;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-box_head {
    padding: 20px 10px;
  }
}
.search-box_section {
  float: left;
  width: 50%;
  padding-left: 39px;
  border-left: 1px dotted #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-box_section:first-child {
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-box_section {
    float: none;
    width: auto;
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-top: 1px dotted #111;
    border-left: none;
  }
  body:not(.non-responsive) .search-box_section:first-child {
    margin-top: 0;
  }
  body:not(.non-responsive) .search-box_section:first-child {
    padding-top: 0;
    border-top: none;
  }
}
.search-box_title {
  position: relative;
  padding-left: 35px;
  font-size: 2.6em;
  line-height: 1.3;
}
.search-box_title:before {
  position: absolute;
  top: .15em;
  left: 0;
  width: 23px;
  height: 25px;
  background: url(/common/img/parts/icon_zoom01.png) no-repeat;
  background-size: 23px auto;
  content: "";
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-box_title {
    font-size: 2.1em;
  }
  body:not(.non-responsive) .search-box_title:before {
    top: 0;
  }
}
.search-box_input-area {
  overflow: hidden;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-box_input-area {
    margin-top: 20px;
  }
}
.search-box_text {
  float: left;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-box_text input {
  width: 392px;
  height: 36px;
  padding: 5px 18px 6px;
  border: none;
  background-color: #e9e9e9;
  color: #999;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-box_text {
    width: 79%;
  }
  body:not(.non-responsive) .search-box_text input {
    width: 100%;
    padding: 5px 8px 6px;
  }
}
.search-box_select {
  float: left;
  margin: 0 4px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-box_select select {
  width: 388px;
  height: 36px;
  padding: 5px 18px 6px;
  border: none;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-box_select {
    width: 78%;
    margin-right: 1%;
  }
  body:not(.non-responsive) .search-box_select select {
    width: 100%;
    padding: 5px 8px 6px;
  }
}
.search-box_submit {
  float: left;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-box_submit input {
  width: 78px;
  height: 36px;
  padding: 5px 18px 6px;
  border: none;
  background-color: #111;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-box_submit {
    width: 21%;
  }
  body:not(.non-responsive) .search-box_submit input {
    width: 100%;
    padding: 5px 14px 6px;
  }
}
.search-box_body {
  padding: 40px;
  border-top: 1px solid #cdcfd3;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-box_body {
    padding: 10px;
  }
}
/* Button box
   ========================================================================== */
.button-box {
  display: table;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcfd3;
}
.button-box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .button-box {
    display: block;
    overflow: hidden;
  }
}
.button-box_name {
  display: table-cell;
  width: 340px;
  padding-right: 10px;
  vertical-align: middle;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button-box_name .button-box_name_inner {
  display: table;
}
.button-box_name .button-box_name_inner > p {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .button-box_name {
    display: block;
    float: left;
    width: 40%;
  }
  body:not(.non-responsive) .button-box_name .button-box_name_inner {
    display: block;
  }
  body:not(.non-responsive) .button-box_name .button-box_name_inner > p {
    display: block;
  }
}
.label-discontinued {
  padding-left: 24px;
  line-height: 1.7;
  font-size: 1.2em;
}
.label-discontinued span {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #dd1919;
  color: #dd1919;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .label-discontinued {
    margin-top: 2px;
    padding-left: 0;
  }
}
.button-box_list {
  display: table-cell;
  width: 760px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .button-box_list {
    display: block;
    float: right;
    width: 60%;
  }
}
