@charset "utf-8";
a:visited {
    color: #006FB5;
    text-decoration: none;
}

a:link {
    color: #006FB5;
    text-decoration: none;
}
h1 {
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    font-weight: normal;
}


span.sub-title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    margin-top: 25px;
	display: block;
	font-size: 16px;
	color: #919191;
	font-weight: 700;
}
span.sub-title:before {
    content: url(../img/subheading01.gif);
	vertical-align: middle;
}
.privacy{
font-family: 	"Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
color: #5A5A5A;
font-size:13px;
}


ol.parenthese-list {
counter-reset: list;
padding-left: 0!important;

}
ol.parenthese-list > li {
list-style: none;
width:auto;
float:none;
overflow: hidden;
padding-left:2rem;
}
ol.parenthese-list > li:before {
content:"(" counter(list) ") ";
counter-increment: list;
margin-left:-2rem;
}
