@charset "UTF-8";
/*-------------------------------------------*/
.columnAnchorBlock {
	padding: 45px 30px;
	background: #f0f9f1;
}
.columnAnchorBlock .columnAnchorTitle {
    font-size: 1.55em;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.columnDetailBlock {
	position: relative;
	background: #fff;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
