@charset "UTF-8";
.tbl a.link{display: inline-block;color: var(--pink);font-size: 100%; text-decoration: underline;}

.note .tbl th,.note .tbl td{display: block;width: 100%;}
.note .tbl th{text-align: left;}

/* ============================================= 
pc
================================================*/
@media screen and (min-width: 736px) { 

.note .tbl th,.note .tbl td{display: table-cell;}
.note .tbl th{text-align: center;width: 25%;}
	
}

/* =============================================
retina用
================================================*/
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) { 


}
