

.hdg1.index{
	text-align:center;
}
.hdg1.index .hdgLabel {
	border: none;
	padding: 0;
	color: #333333;
}
div#contents ul.ulLink li {
	padding: 2px 0 2px 16px;
	background: url(/shared/images/common/arrow_link.gif) no-repeat 4px 0.6em;
}
.toipcsFlex li {
	border-bottom: solid 1px #999999;
}
.toipcsFlex li:first-child{
	border-top: solid 1px #999999;
}
.toipcsFlex li dl{
	padding: 15px 15px;
}
.toipcsFlex li dl dd a{
	text-decoration: none;
}
.toipcsFlex li dl dd a:hover{
	text-decoration: underline;
}
.toipcsFlex li dl:hover{
	background-color: #ebf6fb;
}
dd img.pdfIcon{
	padding-bottom: 3px;
}
.footBnrAreaRespInfo > li {
	text-align: center;
}
@media print, screen and (min-width: 768px) {	/* PC */
	.toipcsFlex li dl{
		display:flex;
	}
	.toipcsFlex li dl dt{
		width: 13%;
	}
	.toipcsFlex li dl dd{
		width: 87%;
	}
	.footBnrAreaRespInfo {
		display: flex;
		align-items: center;
		width: 800px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.footBnrAreaRespInfo > li {
		width: calc(100% / 3);
	}
	.footBnrAreaRespInfo > li:nth-child(n+4) {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px) {		/* SP */
	.hdg1.index{
		text-align:center;
		padding: 30px 0;
	}
	.footBnrAreaRespInfo > li:nth-child(n+2) {
		margin-top: 25px;
	}
}


.cmp-footer-navigation__inr a:visited,.cmp-footer-navigation__inr a:link {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.cmp-info-list .noticeInfoContainerMain {
	padding: 0;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.cmp-info-list .noticeInfoContainerMain {
		padding: 0 10px;
		margin-bottom: 0;
	}
}