@charset "UTF-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 769px) {

.bg_hed_img {
	background:url(../images/style/bg_img.png) center center no-repeat;
	width:100%;
	height:180px;
	background-size:cover;
}


.style_list {
	width:33.3%;
	float:left;
	margin:0 auto 40px;
	list-style-type:none;
}

.style_list02 {
	width:100%;
	margin:0 auto 40px;
	list-style-type:none;
}


.style_list li,
.style_list02 li {
	background:url(../images/com/pdf_icon.png) left top no-repeat;
	padding-left:35px;
	margin-bottom:10px;
}

.excel_icon {
	background:url(../images/com/excel_icon.png) left top no-repeat !important;
	padding-left:35px;
	margin-bottom:10px;
}

.style_list li a {
	color:#000000;
}

.style_list h3 {
	font-size:1.2em !important;
	margin:0 auto 10px !important;
}



}


/*sp*/
@media only screen and (max-width: 768px) {

.bg_hed_img {
	background:url(../images/style/bg_img.png) center center no-repeat;
	width:100%;
	height:100px;
	background-size:cover;
}

.style_list {
	width:100%;
	float:none;
	margin:0 auto 20px;
	list-style-type:none;
}

.style_list02 {
	width:100%;
	margin:0 auto 40px;
	list-style-type:none;
}


.style_list li,
.style_list02 li {
	background:url(../images/com/pdf_icon.png) left top no-repeat;
	padding-left:35px;
	margin-bottom:10px;
}

.excel_icon {
	background:url(../images/com/excel_icon.png) left top no-repeat !important;
	padding-left:35px;
	margin-bottom:10px;
}

.style_list li a {
	color:#000000;
}

.style_list h3 {
	font-size:1em !important;
	margin:0 auto 10px !important;
}

}
