@charset "UTF-8";
.development .columnbox.columnbox-medium .columnbox_L {
	width: 25%;
}
.development .columnbox.columnbox-medium .columnbox_R {
	width: 75%;
}

.text.text-default_m-small.mt0 p{
	margin:0 0 15px 0;
}

.table.table-general table th {
	width: 175px;
}

@media screen and (max-width: 667px) {
	.development .columnbox.columnbox-medium .columnbox_L {
		width: 100%;
	}
	.development .columnbox.columnbox-medium .columnbox_R {
		width: 100%;
	}
	.text.text-default_m-small.mt0 p{
		margin: 15px 0;
		font-size: 13px;
	}
	.table.table-general table th {
		width: 100%;
	}
}

/* 20220415追加 */
.center_img {
	width: 85%;
	margin: auto;
	padding-bottom: 10px;
}
