@charset "utf-8";

/* PC：style-protection-pc.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: -2.0em;
}
#subPage .main section > ol.decimalList li {
	margin-left: 0em!important;
}

#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;
}
#subPage .main li ul.parenList li {
	font-size: 100%; /* リセット */
}