.content2 .column-wrap .pure-g .pure-u-1-2 {
	padding: .5em;
}
.content2 .column {
	color: #333;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic','Open Sans', sans-serif;
	line-height: 1.8em;
}
.column-wrap a {
	transition: opacity .2s;
}
.column-wrap a:hover {
	opacity: .7;
}
.content2 .column a {
	color: #525252;
	text-decoration: underline;
}
.content2 .column a:hover {
	text-decoration: none;
}
.content2 #voice {
	margin-bottom: 10%;
}
.pure-table td {
	padding-left: 4%;
}
.content2 h3.column-title {
	border-left: 10px solid #E97F05;
	/*border-bottom: 1px dotted rgba(0,0,0,.2);*/
	padding-left: 10px;
	margin-top: 4%;
}
.content2 p.column-title {
	font-size: 16px;
	font-weight: bold;
	border-left: 10px solid #E97F05;
	border-bottom: 1px solid #E97F05;
	padding-left: 5px;
}
.content2 .label {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F4EADC), color-stop(0.00, #FFFCF3));
	background: -webkit-linear-gradient(#FFFCF3,#F4EADC);
	background: -moz-linear-gradient(#FFFCF3,#F4EADC);
	background: -ms-linear-gradient(#FFFCF3,#F4EADC);
	background: linear-gradient(#FFFCF3,#F4EADC);
	border: 1px solid rgba(65,33,16,.3);
	border-radius: 5px;
	color: rgba(65,33,16,1);
	padding: 10px 0;
	text-align: center;
}
.content2 .label a {
	color: rgba(65,33,16,1);
}
.content2 .label .unlink {
	color: #999;
}
.content2 .floatR,.content2 .floatR-i {
	float: right;
	padding: 0 3%;
}
.content2 .floatL,.content2 .floatL-i {
	float: left;
	padding: 0 3%;
}
.content2 .column .box-shadow {
	box-shadow: 0px 0px 10px #B3B3B3;
}
.content-wrapper2 .page {
	margin: 5% auto 0;
}

@media (min-width: 769px) {
	.content2 .column {
	font-size: 17px;
	}
}
@media (max-width: 768px) {
}
@media (max-width: 568px) {
}