@charset "utf-8";

/*  ===================================================

    terms

    ===================================================  */



/*-----------------------------------------------------
                      common
-----------------------------------------------------*/


/* logo table
-----------------------------------------------------*/





/* common end */

/*-----------------------------------------------------
                      PC
-----------------------------------------------------*/
@media print, screen and (min-width: 768px) {

/* logo table
-----------------------------------------------------*/
.logoTable th{
	width: 275px;
	text-align: center;
}
.logoTable td{
	font-size: 1.6rem;
}


}
/* PC end */


/*-----------------------------------------------------
                      SP
-----------------------------------------------------*/
@media screen and (max-width: 767px) {

/* logo table
-----------------------------------------------------*/
.logoTable th{
	text-align: center;
}
.logoTable td{
	font-size: 1.2rem;
}


}
/* SP end */
