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

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 768px) {
  #about .about .bscTbl02{
    margin-top: 10px;
    padding-bottom:40px;
  }

  #about .about .txt{
    font-size:12px;
    line-height:1.6;
  }

  #about .about h2{
    font-size:20px;
    margin: 30px auto 10px;
  }

  /* table */
  #about .about table th,
  #about .about table td{
  	display: block;
  	font-size: 1.3rem;
  	padding:10px 0;
  	line-height: 1.4;
  	width: 100%!important;
  }

  #wrap #about .about table th{
  	padding: 15px 3%;
    border-right:0;
  }

}
