@charset "utf-8";

/* privacy_policy_pc.css：PC
 * ======================================
 *
 * ======================================
 */


/* #mv
------------------------------------------------------------------ */
#mv_bg {
	background: url(../images/mv_bg_skew-8.jpg) no-repeat center top;
	background-size: cover;
}

/* cat01
------------------------------------------------------------------ */

#cat01 dl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#cat01 dt {
	width: 12em;
	float: left;
}
#cat01 dd {
	width: calc(100% - 12em);
	float: right;
}
#cat01 dt,
#cat01 dd {
	padding: 1em;
}
#cat01 dt:nth-of-type(odd),
#cat01 dd:nth-of-type(odd) {
	background: #f2f4f7;
}

#subPage #cat01 section {
  margin: 50px 0 0;
  padding: 0;
}
#cat01 section h4 {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
#cat01 section ul {
  margin-top: 0.5rem;
}
#cat01 section li {
  text-align: justify;
  text-justify: inter-ideograph;
}
#cat01 section .parentList li {
  padding: 0.5em 0 0.5em 1.5em;
  text-indent: -1.4em;
}
#cat01 section a {
	color: #699900;
	display: inline-block;
	text-decoration: underline;
}