@charset "utf-8";
/* common */
#pc .pc_sub{display:block;}
#pc .mobile_sub{display:none;}
#mobile .pc_sub{display:none;}
#mobile .mobile_sub{display:block;}
#mobile .mobile_sub img{width:100%;}
.cntTxt{text-align:center;}
.lftTxt{text-align:left;}
.rgtTxt{text-align:right;}
.whiteTxt{color:#fff;}
.redTxt{color:#e01717;}
.blueTxt{color:#1855f2;}
.yellowTxt{color:#ff9000;}
.brownTxt{color:#c2997b;}
.blueTxt2{color:#656597;}

/* table */
.myTable{margin:50px auto;border-collapse:collapse;line-height:150%;font-family:inherit !important;}
#mobile .myTable{margin:25px auto;table-layout:fixed;}
.myTable th{color:#222;text-align:center;font-weight:bold;background:#f7f7f7;}
.myTable th,.myTable td{font-size:16px;line-height:150%;color:#585858;border:1px solid #ebebeb;padding:10px 20px;vertical-align:middle;}
#mobile .myTable th,#mobile .myTable td{font-size:11px;padding:10px 5px;}

