@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
} 

#container {
	width: 93%;
}

#contents_area {
	width: 100%;
	margin: 0 0 0 2em;
	float: none;
}

h2 {
	line-height: 1.5!important;
}
h2 span {
	display: inline-block;
	font-size: 90%;
	line-height: 1.3;
	margin-top: 0.35em;
}
h3 {
	margin-top: 1.5em!important;
}
h3.float_img {
	margin-right: 335px!important;
}
p {
	margin-top: 1.75em!important;
	line-height: 1.75!important;
}

dd {
	margin: -1.55em 0 0.5em 2.5em;
	line-height: 1.75;
}

.kaisetsu {
	border: solid 1px #777;
	padding: 0.5em;
	margin: 2em 0;
}

.kaisetsu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.6;
}

.kaisetsu li {
	margin: 0 0 0.5em 0;
	font-size: 97%;
}
.kaisetsu li:first-child {
	margin: 0.25em 0 0.75em 0;
	text-align: center;
	font-size: 100%;
}

.images {
	margin: 2em auto 3em !important;
	width: 78%;
}

.images p {
	margin-top: 1em!important;
	padding: 0!important;
	font-size: 93%!important;
	line-height: 1.5!important;
}

.images img {
	width: 100%;
}

figure {
	float: right;
	margin: 1em 0 0 1em;
	width: 300px;
}

figure img {
	margin-bottom: 0.5em;
	max-width: 100%;
}

figcaption {
	font-size: 85%;
	line-height: 1.5!important;
}

