@charset "utf-8";

/* -- 事業経緯 -- */
.historyListArea .historyList li {
	padding: 28px 5px;
	border-bottom: 1px solid #B3B3B3;
}

.historyList li:first-child {
	border-top: 1px solid #B3B3B3;
}


.historyListArea .historyList li .date {
    float: left;
    margin: 0;
}

.historyListArea .historyList li .txt {
    margin: 0;
    margin-left: 140px;
}

/* -- pdfアイコン画像 -- */
.historyListArea .historyList li .txt a .pdfImg{
    width: 18px;
    height: auto;
    vertical-align: middle;
    padding-left: 3px;
}

.sectionArea .textCenter a {
	pointer-events: none;
}

@media screen and (max-width:480px) { 
	.historyListArea .historyList li .txt {
		margin: 0;
		margin-left: 125px;
	}
	
	.sectionArea .textCenter a {
		pointer-events: auto;
	}
}