/*---------------------------------------------
  SMC 特定開発品情報
  ---------------------------------------------*/

.num_of_products {
    margin-bottom: 15px;
}

.num_of_products p {
    font-size: 20px;
    font-weight: 600;
    color: #0072c1;
    display: inline-block;
    vertical-align: middle;
}

.num_of_products p.current_numbers {
    font-size: 16px;
}

.limit_form {
    width: 140px;
    margin-left: auto;
    margin-bottom: 10px;
    position: relative;
    text-align: right;
}

.limit_form select {
    border: 1px solid #c3c3c3;
    padding: 5px 6px;
    z-index: 1;
}


/*.limit_form::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}*/

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.side_menu_search {
    background: #f2f2f2;
    padding: 15px 10px 20px 10px;
    box-sizing: border-box;
}

.side_menu_search form {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side_menu_search p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 8px;
}

.side_menu_search input {
    box-sizing: border-box;
    display: inline-block;
}

.side_menu_search input[type="text"] {
    background: #fff;
    height: 40px;
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    border: none;
}

.side_menu_search input[type="text"]:hover {
    opacity: 1.0;
}

.side_menu_search input[type="submit"] {
    background: #0072c1;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: none;
    position: relative;
}


.side_menu_search button {
    background: #0072c1;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: none;
    cursor: pointer; 
}

.side_menu_search button {
    font-weight: 900;
    color: #fff;
    font-size: 18px;
}

.side_menu_search button:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
    opacity: 1.0;
}

/* reset */
.back_na {
    color: #000000;
    margin: 0;
}
a.fw {
    color: #000000;
    margin: 0;
}


