@charset "utf-8";

/* PC：style-protection-sp.css
 * おまかせプラン ver.6
 * 個人情報保護に関する基本方針
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}


/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
/* List：個人情報保護に関する基本方針 */
#subPage .main ol.decimalList {
	list-style-position: inside;
    text-indent: -1.3em;
}
#subPage .main ol.decimalList > li {
	margin: 0 0 1.0em -1.8em;
	padding: 0 0 1.0em 1.8em;
	border-bottom: 1px dotted #c1c1c1;
}
#subPage .main ol.decimalList > li:last-child {
	border-bottom: none;
}
#subPage .main ul.parenList {
	margin-top: 0.5em;
	margin-left: 3em;
    text-indent: -3em;
}
#subPage .main li ul.parenList li {
	font-size: 100%; /* リセット */
}

#subPage .main ul.notes_number li{
    font-size:1.6em;
    margin-left:1em;
    text-indent:-1em;
}
#subPage .main .space01{
display:inline-block; margin-left:0.5em;}
#subPage .main .space02{
display:inline-block; margin-left:0.5em;}
