@charset "utf-8";
#top_image  {
	text-align: center;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.swiper-container img {
	width: 100%;
	min-height: 100%;
}
.swiper-pagination-bullet {
	width: 0.8em;
	height: 0.8em;
	background-color: #666;
	opacity: 0.1;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #885599;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 0;
    margin-bottom: 1em;
}
.swiper-slide {
    padding-bottom: 4em;
}
#information_area {
	background-color: #F6F6F6;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
}
#information {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#information h1 {
    text-align: center;
    font-size: 140%;
    font-weight: normal;
}
#information h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 20px;
	line-height: 100%;
	border-bottom: 1px solid #333333;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
#information ul {
	margin-left: 2em;
}
#information ol {
	margin-left: 2em;
}
#information .information_unit {
	border-bottom: 1px dotted #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}
#information .image_paper {
  margin-bottom: 20px;
  float: right;
  border: 1px solid #CCC;
  width: 280px;
  margin-left: 20px;
}










@media screen and (max-width: 768px) {
.swiper-pagination-bullet {
	width: 0.6em;
	height: 0.6em;
	background-color: #666;
	opacity: 0.1;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #885599;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 0;
    margin-bottom: 0em;
}
.swiper-slide {
    padding-bottom: 2em;
}
#information {
  width: 94%;
}
#information h1 {
	text-align: center;
	font-size: 180%;
	font-weight: normal;
}
#information h2 {
}
}
