@charset "utf-8";
#wrapper .logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	height: auto;
	max-width: 130px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper h1 {
	font-weight: normal;
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 1em;
}
#wrapper p {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
ol {
	padding-left: 2em;
	list-style-type: decimal;
	margin-bottom: 1em;
}
ol li {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}
#wrapper {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#wrapper img {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	max-width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article h2 {
	text-align: center;
	font-size: 1.1em;
	color: #FD7106;
	margin-bottom: 0.5em;
	font-weight: normal;
}
article h3 {
	border-left: 5px solid #28A00B;
	padding-left: 10px;
	margin-bottom: 0.2em;
	font-weight: normal;
}
article ul li {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-bottom: 0.3em;
}
article ul {
	padding-left: 2em;
	list-style-type: disc;
}
article {
	margin-bottom: 2em;
}
article dl dt {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #28A00B;
}
article dl dd {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
dl dd a {
	text-decoration: none;
}
body footer small {
	font-size: 0.8em;
	clear: both;
}
.group {
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2em;
}
.copyright {
	text-align: center;
}
.group img {
	width: 100%;
	max-width: 180px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer_title {
	font-size: 1em;
	text-align: center;
	margin-bottom: 1em;
}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
	width: 20%;
	max-width: 35px;
	height: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media (min-width:768px) {
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
	width: 20%;
	max-width: 45px;
	height: auto;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#wrapper p {
	font-size: 1em;
}
dd ul li {
	font-size: 1em;
}
ol li {
	font-size: 1em;
}
article dl dd {
	font-size: 1em;
}
.footer_title {
	font-size: 1.2em;
}
article dl dt {
	font-size: 1em;
}
article h2 {
	font-size: 1.6em;
}
#wrapper h1 {
	font-size: 2em;
}
#wrapper {
	padding-top: 2em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
ol {
	margin-bottom: 3em;
}
#wrapper footer .group a img {
	max-width: 180px;
}


}

@media (min-width:966px) {
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
	width: 20%;
	max-width: 45px;
	height: auto;
	position: fixed;
	bottom: 20px;
	right: 20px;
	margin-left: 0%;
	margin-right: 0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
article dl dt {
	margin-bottom: 0.5em;
	margin-top: 1em;
}
}
#wrapper ol li a {
	font-size: 1em;
}
