@charset "utf-8";
/* CSS Document */

div.wrapper {
	margin: 20px 0;
	background: #fff;
	padding: 30px;
}
div.wrapper p {
	line-height: 20px;
	margin-top: 0;
	width: 100%;
}
div.wrapper h2 {
	border-bottom: 1px solid #666666;
	padding-bottom: 5px;
	margin: 0 0 5px;
}
div.figureBoxS {
	margin-bottom: 50px;
	width: 100%;
	display: inline-block;
}
div.figureBoxS img {
	width: 100%;
	height: auto;
}
div.figureBoxS:last-child {
	margin-bottom: 0;
}
div.top_heading_license {
	font-family: 'Pontano Sans', sans-serif;
    font-size: 13px;
    margin-top: 30px 0 0;
    height: 30px;
    width: 710px;
    padding: 5px 5px 5px 25px;
    text-align: left;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0.1em;
	background: #b4b4b5;
}