@charset "utf-8";

p.sq_l {
	position: relative;
	padding-left: 1em;
	font-weight: bold;
}
p.sq_l:before {
	content: "■";
	position: absolute;
	left: 0;
}





.half_bg_box	{
	background-color: rgba(153,121,78,0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	padding: 25px;
}
.half_bg_box ul.square li {
	padding-left: 1.5em;
	color: #fff;
}
.half_bg_box li span {
	color: #4c4c4c;
}
@media screen and (max-width: 680px) {
	.half_bg_box	{
		padding: 10px 15px;
	}
}




table.basic caption	{
	font-weight: bold;
	margin-bottom: 5px;
}
table.basic th	{
	vertical-align: middle;
}




.point li	{
	background-color: rgba(255,255,255,0.5);
	padding: 15px 15px 15px 160px;
	border: solid 1px #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	font-weight: bold;
	margin-bottom: 15px;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 150px 60px;
}
.point li.num1	{
	background-image: url(../images/financial_statements/point1.png);
}
.point li.num2	{
	background-image: url(../images/financial_statements/point2.png);
}
.point li.num3	{
	background-image: url(../images/financial_statements/point3.png);
}
@media screen and (max-width: 680px) {
	.point li	{
		padding: 40px 15px 15px;
		background-position: center top;
		background-size: 100px 40px;
	}
}