@charset "utf-8";
/*------------------------------------------------------------------

  製品情報

------------------------------------------------------------------*/

/* PC以下サイズ------------------------------- */
#model header {
  background: url(../img/common/model_h.png) center no-repeat;
  background-size: cover;
}
.model_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.model_list li {
  width: 49%;
  margin: 0 2% 20px 0;
}
.model_list li:nth-child(2n) {
  margin-right: 0;
}
.model_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #ddd;
}
.model_list li div{
  width: 60%;
}
.model_list li .category{
  display: block;
  margin: 0 0 10px;
  color: #db3737;
  font-weight: bold;
}
.model_list li .ttl{
  font-size: 24px;
}
.model_list li img{

  width: 38%;
}

/* PCのみサイズ------------------------------- */
@media screen and (min-width:1025px) {

}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width:1024px) {

}


/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width:1023px) {

}


/* スマホサイズ------------------------------- */
@media screen and (max-width:767px) {
.model_list li {
  width: 100%;
  margin: 0 0 20px;
}
.model_list li .ttl {
  font-size: 20px;
}


}