@charset "utf-8";

/* ----------------------------------------
 recommend
------------------------------------------- */
#recommend01 .txt{
margin-bottom: 30px;
}

#recommend02 .box{
width: 100%;
max-width: 900px;
margin: 0 auto 20px auto;
}
#recommend02 h3{
font-size: 3rem;
line-height: 1.5;
text-align: center;
margin-bottom: 20px;
}
#recommend02 p{
text-align: center;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {

}
/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {
/* ----------------------------------------
 
------------------------------------------- */
#recommend02 h3{
font-size: 1.8rem;
margin-bottom: 20px;
}
#recommend02 p{
text-align: center;
}

}