@charset "utf-8";

/* ==

　style

=============================================================================== */
.anD h4,
.anD h5{
	font-size:133.3%;
	color:#333;	
}
/* column02
------------------------------------------------------------------------------- */
#c02 h3.titBlock{
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 2px dashed #009c80;
    border-bottom: 2px dashed #009c80;
}

/* title
------------------------------------------------------------------------------- */
#c03 h2, #c04 h2, #c05 h2{
	padding: 0 0 10px 0;
	background: url(../images/column/bg.png) no-repeat right bottom;
	border-bottom: 2px solid #009c80;
}
/* indent
------------------------------------------------------------------------------- */
.indent01{
	text-indent: -1em;
	padding-left:1em;
		
}

@media only screen and (max-width: 780px) {


}
@media only screen and (max-width: 600px) {
#c03 h2, #c04 h2, #c05 h2{
	background: none;
}
.anD .txtBlock01 p.mb40{text-align:left;}
.anD .txtBlock01 p br{display:none;}
.anD #c01 .col{margin-bottom:40px;}
.anD #c01 .col.lastChild{margin-bottom:0;}
.anD #c03 p.indent01{text-align:left;}


}