@charset "utf-8";

/*-----------------------------------------
リセットcss
-------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.clf:after {
	display: block;
	clear: both;
	content: "";
}
/*-----------------------------------------
all
-------------------------------------------*/
body {
	color:#333333;
	font-family: 'HiraginoSans-W3', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 1px;
}
a {
	text-decoration: none;
	display: block;
	color:#333333;
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	display: block;
	width: 100%;
	margin: 0.5rem auto 0 auto;
}

small {
	font-size: 0.8rem;
	color: #727272;
}
/*-----------------------------------------
   メインエリア
-------------------------------------------*/
section { 
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.4rem;
}
h1 {
	font-size: 18px;
	color: #00cc56;
	line-height: 1.2em;
	margin-bottom: 25px;
}
.inner { 
	margin: 0 auto 10px auto;
	width: 86%;
	padding-bottom: 20px;
}
h2 {
	margin-top: 50px;
	margin-bottom: 16px;
	padding-bottom: 19px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1px;
	color:  #00cc56;
	font-weight: 600;
	border-bottom: 3px solid #00cc56;
}
span.textCmt {
	color: rgba(125,125,125,1.00);
	font-weight: normal;
	display: inline-block;
	padding-top: 3px;
}
p.textArea {
	margin-bottom: 16px;
	line-height: 1.5;
}
span.bold {
	font-weight: 600;
}

/* annotaion box */
dl.annotation {
	border: 1px solid #f73e19;
	padding: 1.1rem;
}
dl.annotation dt {
	color: #f73e19;
	font-weight: 600;
	padding-bottom: 0.7rem;
}
dl.annotation dd ul {
	margin-left: 0.4rem;
}
dl.annotation dd ul li::before {
	position: relative;
	top: -5px;
	left: -6px;
	display: inline-block;
	width: 2px;
	height: 2px;
	content: '';
	border-radius: 100%;
	background: #1a1a1a;
}
dl.annotation dd ul li {
	padding: 0.2rem 0;
	line-height: 140%;
}

.btn {
	border: 1px solid #00cc56;
	border-radius: 50px;
	color: #00cc56;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 20px auto 50px auto;
	padding: 10px;
	text-align: center;
}