@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
------------------------------------------------------------------ */
h3 {font-weight: bold;}
#subPage .main h3:nth-of-type(n + 2) {margin-top: 1.0em;}
strong {font-weight: bold;}
.ti_00 {text-indent: 0;}

/* List：個人情報保護に関する基本方針 */
#subPage .main ol.decimalList {
	list-style-position: inside;
    text-indent: -2.0em;
}
#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.marker_B > li::marker {
	font-weight: bold;
}
#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%; /* リセット */
}