




.lac_202009_title{
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #141d26;
	padding: 60px;
	margin-bottom: 24px;
}
.lac_202009_title h1.title{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
}
/* vol1 */
.lac_202009_title.vol1{
	background-image:url(/extra/lac_202009/media/title_bg.jpg);
}
/* vol2 */
.lac_202009_title.vol2{
	background-image:url(/extra/lac_202009/media/title_bg2.jpg);
}


.lac_202009_body{
	padding: 0px 0 24px 0;
	font-size:16px;
}
.lac_202009_body h2.subtitle{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding: 32px 24px;
	margin-top: 80px;
	margin-bottom: 64px;
	text-align: center;
	color: #4477cc;
	background-color:#fff;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.lac_202009_body p{
	line-height: 1;
	padding: 0;
	margin:0;
}
.lac_202009_body .lead{
	padding: 8px 24px;
	background-color: #f5f5f5;
}
.lac_202009_body .lead p{
	line-height: 1.8;
	padding: 24px;
}
.lac_202009_body ul.list{
	list-style: none;
	padding: 24px 24px 12px;
	margin:0;
	background-color: #f5f5f5;
}
.lac_202009_body ul.list li{
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 0 12px 0;
	border-bottom: dotted 1px #888;
}

.lac_202009_body ul.list li:first-child{
	border-top: dotted 1px #888;
	padding-top: 14px;
}
.lac_202009_body ul.list li span{
	display: inline-block;
	color: #fff;
	background-color: #4477cc;
	padding: 0px 10px;
	margin-right: 14px;
	text-align: center;
	border-radius: 3px;
}
.lac_202009_body .wrapper{
	position: relative;
}
.lac_202009_body .prof_takeda{
	position: absolute;
	right: 0;
	top: 0;
}
.lac_202009_body .prof_uehara{
	position: absolute;
	left: 0;
	top: 0;
}
.lac_202009_body .mrg_right{
	margin-right: 400px;
}
.lac_202009_body .mrg_left{
	margin-left: 400px;
}
.lac_202009_body .prof_text{
	font-size: 16px;
	line-height: 1.8;
	padding: 16px 0;
}
.lac_202009_body .prof_text em{
	font-size: 18px;
	font-weight: bold;

}
.lac_202009_body .text{
	margin-bottom: 2em;
	line-height: 1.8;
}
.lac_202009_body .text em{
	font-weight: bold;
	font-style: normal;
	color:#4477cc;
}
.block_sponsored{
	border: solid 1px #ccc;
	padding: 16px;
	margin: 0 24px;
	text-align: center;
}

@media screen and (max-width: 1024px){
	.lac_202009_body{
		padding: 0px 24px 24px;
	}
}
/* tablet */
@media screen and (max-width: 959px){
	.lac_202009_body .prof_takeda{
		width: 30%;
	}
	.lac_202009_body .prof_uehara{
		width: 30%;
	}
	.lac_202009_body .mrg_right{
		margin-right: 34%;
	}
	.lac_202009_body .mrg_left{
		margin-left: 34%;
	}
}
/* Smartphone */
@media screen and (max-width: 559px){
	.lac_202009_title{
		padding: 24px;
		margin-bottom: 24px;
	}
	.lac_202009_title h1.title{
		font-size: 24px;
	}
	.lac_202009_title h1.title br{
		display: none;
	}
	.lac_202009_body .lead{
		padding: 8px 0px;
	}
	.lac_202009_body ul.list{
		padding: 12px 24px 0;
	}
	.lac_202009_body ul.list li{
		font-size: 16px;
	}
	.lac_202009_body h2.subtitle{
		font-size: 20px;
		padding: 24px 12px;
		text-align: left;
		margin-bottom: 40px;
		color:#888;
	}
	.lac_202009_body .prof_takeda,
	.lac_202009_body .prof_uehara{
		position:relative;
		width: auto;
		text-align:center;
		margin-bottom: 40px;
	}
	.lac_202009_body .mrg_right{
		margin-right: 0;
	}
	.lac_202009_body .mrg_left{
		margin-left: 0;
	}
}
