@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/****************************************

    products

*****************************************/
.products-title{
  font-weight: bold;
  font-size: 2.4rem;
    padding-bottom: 5px;
  border-bottom: 1px solid #332E63;
  color:#0088E3;
}
.products-desp{

}

.products-subtitle{
  font-size: 1.6rem;
  color: #0088E3;
  font-weight: 500;
  margin-top: 10px;
}

.productsbox{
  margin-top: 50px;
}

.table-title{
  background-color: #5EC6FD !important;
  font-weight: 400;
}

.products-minidesp{
  font-size: 1.4rem;
  font-weight: 400;
}
/*1200px以下のとき*/
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {

  
  
}
/*768px以下のとき*/
@media (max-width: 768px) {
  


}
/*575px以下のとき*/
@media (max-width: 575px) {
  
 .works-link {

  margin-top: 15px;

}

}
/*430px以下のとき*/
@media (max-width: 430px) {
  
}