.overview {
	padding: 30px 20px 100px!important;
	background: #eee;
}
.overview::after {
	display: none!important;
}
.overview h3 {
	max-width: 768px;
	margin: 50px auto 1em;
	text-align: left;
	font-family: Oswald;
	line-height: 1.3;
}
.overview h3 {
	margin: 40px 0 5px;
	font-size: 1.5rem;
}
.overview h3 span {
	display: block;
	font-size: .4em;
}
.overview h4 {
	margin-bottom: 5px;
	border-left: none;
	font-size: 1.2rem;
}
.overview h4::before {
	content: '・';
}
.overview h5 {
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.overview h5::before {
	content: '■';
}
.overview .wrap_content {
	max-width: 768px;
	margin: auto;
	padding: 20px;
	background: white;
	box-shadow: 3px 3px 5px lightgray;
}
.overview .wrap_content time {
	display: block;
	margin-bottom: 1em;
}
.overview .wrap_content .title {
	padding-bottom: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: solid 1px #555;
}
.overview .wrap_content .content {
	padding: 30px 0;
}
.overview .wrap_content .content p {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.overview .wrap_content .content .fig img {
	max-width: 100%;
	width: auto;
}
.overview .wrap_content .content ul {
	margin-bottom: 40px;
	padding-left: 1.5em;
	font-size: 1.1rem;
	list-style: disc;
	list-style-position: outside;
}
.overview .wrap_content .content ul li {
	margin-bottom: 4px;
}
.overview .wrap_content .content a {
	color: red;
}

.overview .wrap_content .content .fig {
	margin-bottom: 20px;
}
.overview .wrap_content .content p + .fig {
	margin-top: 40px;
}
.overview .wrap_content .content .fig .caption {
	display: block;
	margin-top: 5px;
	width: 100%;
	font-size: 0.9em;
}
.overview .wrap_content .content .pdf::before {
	content: url('../../../../file/image/pdf.svg');
	display: inline-block;
	margin-right: 4px;
	width: 32px;
	vertical-align: middle;
}

.overview .wrap_content .content .signature {
	margin-top: 50px;
	margin-left: calc(100% - 260px);
	width: 260px;
}

.overview .wrap_content .content .fig img {
	max-width: 100%;
	width: auto;
}


@media (max-width: 560px) {

}
