@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------
	共通リセット
 ------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 0.9em;
}

a {
	color: #04c;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #6cf;
}
p {
	margin: 0;
	padding:15px;
	line-height: 1.5em;
}
ol li, ul li{
	list-style:none;
    padding-left:1em;
	text-indent:-1em;
}
ol, ul{
	padding: 0 15px;
    margin:0 0 20px;
}
ol li ol li:before{
    content:'・';
}


/* ------------------------------------------------
	ページ用スタイル
 ------------------------------------------------*/
div#pagewrap{
	width: 100%;
	margin: 0 auto;
}
h2{
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    font-size:17px;
    font-weight: bold;
    text-align: left;
    padding: 8px 0 6px 38px;
    background: url(../img/icon/title/ico_important.png) no-repeat 4px 0;
    background-size: 32px auto;
}
h3{
	padding:10px;
    border-bottom: none;
    background: #6C6C6C;
    color: #fff;
    font-weight: bold;
    font-size:14px;
    text-align: left;
}
div#pagewrap header{
	padding: 15px 10px 10px 5px;
}
div#terms h3{
	margin: 10px 0 20px 0;
}
div#terms p {
	margin: 5px 5px 0 5px;
}
div#terms ol {
	margin-left: 28px;
	margin-top: 5px;
	line-height: 1.4em;
}
div#terms ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 3px;
	line-height: 1.4em;
}
div#terms ol li p {
	margin-top: 0px;
}
div#terms ol li li {
	line-height: 105%;
	list-style-position: outside;
	list-style-type: lower-alpha;
	margin-bottom: 3px;
	line-height: 1.4em;
}
footer#footer{
	margin-top: 30px;
	padding: 5px;
	text-align:center;
	font-size: 0.6em;
}
div#terms p.corp {
	border-top: 1px solid #BBBBAA;
	margin-top: 10px;
	padding-top: 10px;
}

/* 閉じるボタン */
.btn-close a{
    text-align:center;
    text-decoration:none;
    display:block;
    background:#44ba90;
    margin:20px auto 40px;
    color:#fff;
    padding:16px 10px;
    border:none;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius:5px;
    font-size:1.2rem;
}