@charset "utf-8";
section {
	margin-bottom: 75px;
}
section h2 {
	background: url(../../images/tit_h3.jpg) repeat;
    font-size: 150%;
    position: relative;
    padding: 12px 0 12px 20px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 120%;
}
section h2:before {
	position: absolute;
    top: 25%;
    left: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #d60c19;
}
section .section_contents {
    margin: 0 10px 45px 10px;
}
section ul li {
	position: relative;
    margin-left: 20px;
	margin-bottom: 10px;
}
section li:before {
	 display: block;
    content: '';
    position: absolute;
    top: .65em;
    left: -1em;
    width: 6px;
    height: 2px;
    background-color: #d60c19;
}
section a {
	color: blue;
	text-decoration: underline;
}
section a:hover {
	color: #09F;
}

@media (max-width: 812px) {
section {
	margin-bottom: 45px;
}
section .section_contents {
	margin: 0 0 45px 0;
}
section h2 {
    margin-bottom: 20px;
	font-size: 130%;
}
}

@media (max-width: 480px) {
.tit_area h1 span {
    font-size: 120%;
}
section h2 {
	font-size: 110%;
}

}
