/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Common Base*/
/*=============================================*/
/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
/*=============================================*/
/*  layout                               */
/*=============================================*/
.stock_renewal .full_width#main {
  width: 100%;
}
.stock_renewal .subPage {
  padding: 0;
}
.stock_renewal .new_page_ttl {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0.9em 2em 0.9em 35px;
  background-color: #fff;
  border-top: 2px solid #ddd;
  border-bottom: 4px solid #0B91DE;
  font-size: 19px;
  font-weight: bold;
}
.stock_renewal .new_page_ttl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border: 4px solid #0B75CE;
  border-radius: 50px;
}

.stock_renewal .search_area {
  margin: 30px 0;
}
.stock_renewal .search_area .txt_area {
  display: block;
  width: 100%;
  max-width: 390px;
  margin-bottom: 0;
  padding: 1em 1.5em 1em 3em;
  background-color: #F2F2F2;
  background: url(../img/ico-search.svg) no-repeat center left 11px/20px, #F2F2F2;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}

.stock_renewal .stock_list_wrapper {
  position: static !important;
  overflow: visible !important;
}

.stock_renewal .stock_list_wrapper .stock_table {
  width: 100%;
  border-collapse: collapse;
}
.stock_renewal .stock_list_wrapper .stock_table tr {
  background-color: #E7F8FF;
}
.stock_renewal .stock_list_wrapper .stock_table tr:not(:first-of-type) {
  height: 57px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.stock_renewal .stock_list_wrapper .stock_table tr:not(:first-of-type) td:first-of-type {
  padding-left: 2em;
}
.stock_renewal .stock_list_wrapper .stock_table tr:not(:first-of-type) td:last-of-type {
  padding-right: 0.5em;
}
.stock_renewal .stock_list_wrapper .stock_table tr:nth-of-type(2n) {
  background-color: #FFF;
}
.stock_renewal .stock_list_wrapper .stock_table tr:nth-of-type(2) {
  border-top: none;
}
.stock_renewal .stock_list_wrapper .stock_table th {
  padding: 1.4em 1em;
  background-color: #0080D9;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
.stock_renewal .stock_list_wrapper .stock_table td {
  padding: 0.2em 1em;
  font-size: 12px;
  line-height: 1.6;
}

.stock_renewal .stock_list_wrapper .stock_table td a {
  display: inline-block;
  padding: 0.3em;
  font-size: 1em;
  font-weight: bold;
  line-height: inherit;
  color: #5998FF;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: all 0.3s;
}
.stock_renewal .stock_list_wrapper .stock_table td a:hover {
  border-bottom: none;
  opacity: 0.7;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .stock_renewal .search_area {
    margin: 20px 0;
  }
  .stock_renewal .stock_list_wrapper .stock_table tr:not(:first-of-type) {
    height: 50px;
  }
  .stock_renewal .stock_list_wrapper .stock_table tr:not(:first-of-type) td:first-of-type {
    padding-left: 1.3em;
  }
  .stock_renewal .stock_list_wrapper .stock_table tr:not(:first-of-type) td:last-of-type {
    padding-right: 1.3em;
  }
  .stock_renewal .stock_list_wrapper .stock_table th {
    padding: 1em 0.8em;
  }
  .stock_renewal .stock_list_wrapper .stock_table td {
    padding: 0.2em 0.8em;
  }
  .stock_renewal .stock_list_wrapper {
    position: relative !important;
    overflow-x: scroll !important;
  }
  .stock_renewal .stock_list_wrapper .stock_table {
    width: 100%;
    min-width: 850px;
  }
  .scroll-hint-icon {
    top: calc(40% - 25px);
  }
}/*# sourceMappingURL=plus.css.map */
