@charset "UTF-8";
.in01,
.inner{
	margin-bottom: 25px;
}
.in01_pic img,
.inner img{
	width: 100%;
	height: auto;
}
.table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.table th,
.table td {
	border: 1px solid #b7b7b7;
	vertical-align: middle;
}
.table th {
	width: 20%;
	text-align: center;
	background-color:#e4f6ff;
}
.table td {
	width: 80%;
	padding: 8px 10px;
}

@media print, screen and (max-width: 780px) {
	.in01_txt,
	.in01_pic,
	.inner_txt,
	.inner_pic{
		margin-bottom: 25px;
	}
}
@media print, screen and (min-width: 781px) {
	.in01,
	.inner{
		display: flex;
		justify-content: space-between;
	}
	.in01_txt{
		width: 47%;
	}
	.in01_pic{
		width: 50%;
	}
	.inner_txt{
		width: 67%;
	}
	.inner_pic{
		width: 30%;
	}
}


