@charset "utf-8";





/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {

#main #content #boxSubVisual h1 {
  font-size:32px;
}
#main #content #body h2 {
  font-size:26px;
}
#main #content #body h3 {
  font-size:18px;
}
#main #content #body {
  font-size:15px;
}

#main #content .listLargeBox ul li a {
  background:url("../../common/img/rect_orange.png") no-repeat calc( 100% - 10px ) center;
  background-size:20px 20px;
}



}

