@charset 'UTF-8';

/*  environment report
--------------------------------------- */


.report ul {
	width: 100%;
}

.report ul li {
	background-color: #eee;
	padding: 10px;
	margin: 10px;
	width: 390px;
	display: block;
	float: left;
	text-indent: 0;
}

.report ul li a:hover {
	color: #0022FF;
	transition: 0.3s;
}

.report ul li img {
	float: left;
	margin-right: 30px;
}

.report .clearfix {
	margin-bottom: 30px;
}

/*  environment activities
--------------------------------------- */

.activities p.img img {
	margin:0 10px 10px;
}

.activities .numberList {
	margin-left:30px;
	list-style-type:decimal;
	font-size: 16px;
	line-height: 1.58;
	text-align: left;
}

/*  environment tcfd
--------------------------------------- */

.tcfd .tp_tableBox table th {
padding: 16px 12px;
background: #eef2f8;
border-top: 1px solid #ccc;
box-sizing: border-box;
}

.tcfd .tp_tableBox table td {
padding: 16px 2px 16px 12px;
border-top: 1px solid #ccc;
box-sizing: border-box;
}

.tcfd .tp_tableBox_ttl {
font-size: 13px;
font-weight: bold;
line-height: 1.5;
}

.tcfd .def {
font-size: 16px !important;
font-weight: bold;
line-height: 1.5;
}

.tcfd .tp_tableBox_txt01 {
font-size: 14px;
line-height: 1.375;
}

.tcfd .tp_tableBox_txt01 span.mini {
font-size: 11px;
line-height: 1.2;
}

.tcfd .mini2 {
font-size: 13px;
line-height: 1.2;
}

.tcfd table ul.tp_list {
margin-left: 0;
padding-left: 20px;
margin-bottom: 0;

}

.tcfd table ul.tp_list li {
font-size: 13px;
line-height: 1.375;
padding: 0;
text-indent: 0;
}

.tcfd table td p.tp_tableBox_txt01 strong {
font-size: 15px;
font-weight: bold;
}

.tcfd p.line {
	display: block;
	border-bottom: 3px dotted #999;
}

.tcfd p a {
	text-decoration: underline;
}

.tcfd p a:hover {
	color: #0033cc;
	transition: 0.3s;
}


/*  environment management
--------------------------------------- */

.management dt {
	    float: left ;
	    clear: left ;
	    margin-right: 0.5em ;
	    width: 160px ;
}

.management dd {
	    float: left ;
	    margin-left: 1em ;
}



@media screen and (max-width: 750px) {

.tcfd h2 {
	font-size: 20px;
}

.tcfd .tp_tableBox_txt01 {
font-size: 11px;
line-height: 1.375;
}

.tcfd .tp_tableBox_txt01 span.mini {
font-size: 9px;
line-height: 1.2;
}
	
.tcfd .mini2 {
font-size: 11px;
line-height: 1.2;
}
	
.tcfd table ul.tp_list li {
font-size: 11px;
line-height: 1.375;
padding-left: 0;
text-indent: 0;
}


}