@charset "utf-8";

#kanyu_houshin #privacy_policy {
	width:1100px;
	}
.kanyu_houshin_cont {
	width:900px;
	margin:auto;
	}
.kanyu_houshin_cont h3 {
	text-align:left;
	width:900px;
	margin:20px 0;
	}
dl dt {
	margin:20px 0;
	}
dl dt dd {
	line-height:10px;
}	
.kanyu_houshin_cont dl dt dd ol li {
	color:#000;
	font-family:"小塚明朝 Std R", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",serif;
	font-size:22px;
	font-weight:normal;
	}
.kanyu_houshin_cont ol li {
	list-style:decimal inside;
	margin:5px 0;
	}
.kanyu_houshin_cont ul {
	margin:10px;
	}
.kanyu_houshin_cont ul li {
	list-style:disc inside;
	margin:5px 0;
	}
.kanyu_houshin_cont ul li a {
	color:#000;
	text-decoration:underline;
	}
.kanyu_houshin_cont ul li a:hover {
	color:#ff9933;
	}
.kanyu_houshin_cont table {
	width:900px;
	margin:0;
	padding:0;
	border-collapse: collapse;
	}
.kanyu_houshin_cont table th, td {
	border:1px #000 solid;
	padding:10px;
	}
.kanyu_houshin_cont table ul li:nth-child(1) {
	list-style:disc inside;
	}
.kanyu_houshin_cont dl dt {
	font-weight:heavy;
	}
.adres {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
	}
.adres dt {
	width: 30%;
	height: 50px;
	line-height:50px;
	background-color: #DADADA;
	margin: 0 0 10px 0;
	text-align:center;
}	
.adres dd {
	width: 70%;
	height: 50px;
	line-height:50px;
	background-color: #F3F3F3;
	margin-bottom: 10px;
  	text-align:center;
	}
.torihiki_hoken {
  	display: flex;
  	flex-wrap: wrap;
  	width: 100%;
	}
.torihiki_hoken dt {
  	width: 40%;
	background-color: #DADADA;
	margin: 20px 0 10px 0;
	padding: 20px 0 20px 0; 
  	text-align:center;
	align-items: center;
	position: relative;
	}
.torihiki_hoken dt p {
  	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	}
.torihiki_hoken dd {
  	width: 60%;
	background-color: #F3F3F3;
	margin: 20px 0 10px 0;
	padding: 20px 0 20px 0;
	}
