@charset "utf-8";
@import url(reset.css);
@import url(global.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-----------------------
 base
-----------------------*/
* {
	color: #3E3A39;
	font-family: Helvetica, 'Noto Sans JP', sans-serif;
	font-size: 14px;
	word-break: break-all;
	line-height: 125%;
}
strong {
	color: #ff0000;
	font-weight: bold;
}
.mid {
	margin-bottom: 7px;
}
.tUnderline {
	text-decoration: underline;
}

/*-----------------------
 header
-----------------------*/
header {
	margin-bottom: 0;
	border-bottom: solid 3px #049849;
}
.header {
	width: auto;
	margin:0 auto;
	padding:13px 10px 9px 10px;
}
.header span {
	margin-bottom: 6px;
	display: flex;
	flex-direction: row-reverse;
}
.header span img {
	height:13px;
	display: block;
}
.header a,

.header a img {
	height:26px;
	display: block;
}

/*-----------------------
 h1
-----------------------*/
h1 {
	margin-bottom: 15px;
	line-height: 100%;
}
h1 img {
	width: 100%;
}

/*-----------------------
 main
-----------------------*/
main {
	margin:0 10px;
}
main img {
	width:300px;
	margin:0 auto;
	display: block;
}
h2 {
	margin: 0 auto 15px auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
}
h3 {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 150%;
}
p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 130%;
}
ol {
	margin-bottom: 20px;
}
ol li {
	margin-bottom: 7px;
	padding-left: 28px;
	font-size: 13px;
	text-indent: -28px;
}
ol li span {
	width: 28px;
	text-indent: 0;
	display: inline-block;
}
ol.jp li {
	padding-left: 45px;
	text-indent: -45px;
}
ol.jp li span {
	width: 45px;
}
ul {
	margin-bottom: 35px;
}
ul li {
	margin-bottom: 7px;
	padding-left: 15px;
	font-size: 13px;
	text-indent: -15px;
}
ul li span {
	width:15px;
	text-indent: 0;
	display: inline-block;
}
em {
	margin-bottom: 15px;
	padding: 5px 4px 5px 5px;
	font-size: 14px;
	line-height: 120%;
	background: #f2f2f2;
	border-radius: 1px;
	display: block;
}
.download {
	margin-bottom: 30px;
}
.download dl {
	margin-bottom: 10px;
}
.download dt {
	margin-bottom: 5px;
}
.btn_aps,

.btn_aps a img {
	width: 100px;
}
.btn_glp,

.btn_glp a img {
	width: 122px;
}
sup {
	font-size:70%;
	line-height:0;
	position:relative;
	top:-0.3em;
}

/*-----------------------
 footer
-----------------------*/
.footer {
	padding: 13px 0;
	background: #049849;
}
.footer p {
	color: #fff;
	text-align: center;
	font-size: 8px;
	line-height: 100%;
}