@charset "UTF-8";
/* CSS Document */
.kasou_contents.sougi .sougi dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	width: 100%;
	margin: 40px 0 20px;
}

.kasou_contents.sougi .sougi dt {
	width: 20%;
	padding: 1em;
	border: 1px solid #333;
	border-bottom: none;
	vertical-align: middle;
	text-align: center;
}
.kasou_contents.sougi .sougi dd {
	width: 80%;
	padding: 1em;
	border: 1px solid #333;
	border-bottom: none;
	border-left: none;
}
.kasou_contents.sougi .sougi dt:last-of-type,
.kasou_contents.sougi .sougi dd:last-of-type {
	border-bottom: 1px solid #333;
}
.oterade p:nth-of-type(2) {
	margin: 0.5em auto;
}
.nenki_column {
	display: flex;
	flex-wrap: wrap;
}
.nenki_column .nenki_column_item {
	width: auto;
	margin-right: 20px;
	
}
.nenki table,.nenki td,.nenki th {
    border: 1px solid black;
	padding: 10px;
	text-align: center;
}
.nenki td:first-child {
	background: #F4F4EA;
}
.nenki td:nth-child(2) {
	padding: 0.5em 50px;
}
.nenki h4 {
	margin: 1em 0 0.5em;
	font-size: 1.2em;
}
.nenki p {
	margin-bottom: 1em;
}
@media screen and (max-width: 896px){
	.nenki section {
		width: 100%;
		padding: 20px;
	} 
	.nenki_column .nenki_column_item {
		width:100%;
		margin: 0;
	}
	.nenki h3 {
		margin-left: 0;
	}
	.nenki td:nth-child(2) {
		padding: 0.5em 2em;
	}
}