@charset "UTF-8";

/* ------------------------------------------------
                  column
--------------------------------------------------- */

/**/

.column-wrap h2 {
	border-bottom: 1px solid #ccc;
	background:url(/images/common/bg_midashi-h2.gif) no-repeat left top;
	background-size: 100% 100%;
	font-size:1.2em;
	padding: 8px 0 7px 15px;
	font-weight:bold;
	margin: 0 0 20px;
}

.column-wrap h3{
	color:#E88D01;
	border-bottom:dotted 2px #777;
	font-weight:bold;
	font-size: 1.2em;
	margin: 0 0 10px;
}
.column-wrap h3::before {
	content: '■';
}
.column-wrap h4{
	font-weight:bold;
	font-size: 1.2em;
	margin: 0 0 10px;
}
.column-wrap p {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
    
}

