@charset "UTF-8";
/*------ レギュレーション フリーページ系画面 ------*/

/*-------------------- common.css --------------------*/
/*------ 共通 ------*/
/*--大項目--*/
.mod-hdgL1{
	font: normal normal normal 20px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333;
}

.mod-hdgL2,
.mod-hdgL3 {
	font: normal normal bold 14px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333;
}

.mod-hdgL3::before {
	width: 8px;
	background-color: #D5D5D5;
}

/*--表td--*/
.mod-tbl-03 > table > tbody > tr > td {
	font: normal normal normal 14px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333;
}

/*-------------------- 新規追加 --------------------*/
/*------ 共通 ------*/
/*--表th--*/
.mod-tbl-03 > table th {
	font: normal normal bold 14px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333;
}

/*------ 特商法画面 ------*/
/*--全体フォント--*/
.company-page {
	font: normal normal normal 14px 'Jost-Regular','NotoSansJP-Regular';
	letter-spacing: 0px;
	color: #333333;
}
