@charset "utf-8";

.l-content .mc-name {
 margin-bottom: 5px;
 display: inline-block;
}

.l-content .brand {
 font-size: 22px;
 font-weight: bold;
}

.l-content .search_area {
 border: 1px solid #a7a7a7;
 display: block;
 width: 90%;
}

.l-content .search_area_group {
 display: flex;
 margin: 0 0 10px 0;
}

.l-content .block_submit {
 width: 10%;
}

.l-content .search_area input[type=text] {
 display: block;
 float: left;
 width: 100%;
 height: 33px;
 font-size: 16px;
 padding: 7px 5px;
 border: none;
 vertical-align: middle;
}

.l-content .search_area input[type=text]:focus {
 border: none;
 outline: 0;
}

.l-content .block_submit input[type=button] {
 height: 36px;
 font-size: 16px;
 padding: 0 10px;
 border: none;
}

.l-content .block_submit input[type=button]#search_submit {
 background: #004098;
 color: #fff;
 cursor: pointer;
}

.l-content .block_submit input[type=button]#search_clear {
 background: #666;
 color: #fff;
 cursor: pointer;
}

.l-content .block_submit input[type=button]#search_submit:hover,
.l-content .block_submit input[type=button]#search_clear:hover {
 background: #025fae;
 color: #fff;
}

.l-content .search_result {
 display: none;
}

.l-content .align_brand {
 display: flex;
 align-items: center;
}

@media (max-width: 1400px) {
 .l-content .search_area {
  width: 88%;
 }

 .l-content .block_submit {
  width: 12%;
 }
}

@media (max-width: 1200px) {
 .l-content .search_area {
  width: 85%;
 }

 .l-content .block_submit {
  width: 15%;
 }
}

 @media (max-width: 991px) {
  .l-content .search_area {
   width: 80%;
  }

  .l-content .block_submit {
   width: 20%;
  }

  .l-content .single_product .m-media__img--l {
   float: none;
   margin-right: 0;
   margin-bottom: 20px;
  }
  
  .l-content .brand {
   font-size: 18px;
  }
 }

 @media (max-width: 767px) {
  .l-content .search_area_group {
   display: block;
  }

  .l-content .search_area {
   width: 100%;
  }

  .l-content .block_submit {
   margin: 10px 0 0 0;
   width: 100%;
   text-align: center;
  }

  .l-content .block_submit input[type=button]#search_submit {
   margin: 0 10px 0 0;
  }

  .responsive .l-main {
   padding: 0px 20px;
  }

  .l-content .m-media .mc-name {
   font-size: 14px;
  }
 }