
.program_theme {
     padding: 0 0 20px 0;   
}
.program_theme h3 {
    font-size: 1.5rem;
    font-weight: 800;
    padding: 0 0 10px 0; 
}
.section ul.program_list li {
    font-size: 1.4rem;
    position: relative;
    margin-left: 1.2em;
    line-height: 1.8;
}
.section ul.program_list li:before {
    content: '●';
    display: block;
    position: absolute;
    top: 4px;
    left: -1.2em;
	/*transform: translateY(-50%);*/
    width: 1em;
	font-size: 80%;
}
.data_table01 table {
	table-layout: fixed;
}
.data_table01 th {
	width: 20%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	background: #f5f5f5;
	border-right: 1px solid #d4d4d4;
}
.data_table01 th span{
	font-size:1.2rem;
}
.data_table01 td.table_main {
	width: 54%;
}
.data_table01 td.table_sub {
	width: 34%;
}
.data_table01 th.table_tit,
.data_table01 td.table_tit {
	background: #541B85;
	text-align: center;
	color: #fff;
}
.data_table01 td p:nth-child(2) {
	margin-top: 10px;
}
.data_table01 td p.composer {
	background: #FDFDF2;
	padding: 16px;
	margin: -16px;
}
.bubble p {
	margin: 0 auto 20px;
	padding: 20px;
	background: #f5f5f5;
	font-size: 1.4rem;
	position: relative;
	padding-left:80px;
	min-height: 70px;
}
.bubble p:before {
	content: "";
	background: transparent url(/lfj_2023/about/img/pic_article01_02.png) no-repeat left center / 60px auto;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 3.0rem;
	color: #541B85;
	font-weight: normal;
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 768px) {
.data_table01 th,
.data_table01 td {
	display: table-cell;
}
.data_table01 tr:first-child td {
    border-top: 1px solid #d4d4d4;
}
.data_table01 th {
	border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
	width: 18%;
}
.data_table01 td {
	border-right: 1px solid #d4d4d4;
}
.data_table01 td p.composer {
	padding: 8px;
	margin: -8px;
}
.data_table01 td.table_main {
	width: 54%;
}
.data_table01 td.table_sub {
	width: 28%;
}
}