@charset "UTF-8";

.mainVis {
	background: url(../images/bg-personal.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mainVis .mainVis_ttl {
	color: #fff;
}
.mainVis .mainVis_ttl span:before {
	background: #fff;
}


/*================================================
 * policy
 ================================================*/
#policy {
	margin-bottom: 50px;
}
ul.list li {
	list-style: square;
	margin-left: 30px;
	padding-bottom: 10px;
}
ul.list2 li {
	list-style: none;
	margin-left: 30px;
}

#policy .border-line {
  border: 3px double #aeb6c3;
  margin: 20px 0;
  padding-right: 5px;
}


@media screen and (max-width:768px) {
  #policy {
    padding-left: 20px;
    margin-bottom: 0;
  }
}

/*================================================
 * table
 ================================================*/
.privacy-table {
    text-align: center; /* テーブルを中央に配置 */
    padding: 20px; /* テーブルの外側の左右の幅を調整 */
}

.privacy-table h3{
	margin-top: 10%;
	font-size: 35px;
}

.privacy-table table {
    border-collapse: collapse;
    width: 70%; /* テーブルの幅を調整 */
    margin: 40px auto 40px auto; /* テーブルを中央に配置 */
}

.privacy-table table, .privacy-table tr, .privacy-table td {
    border: 1px solid gray; /* 枠線のスタイルを指定 */
    text-align: left; /* テキストを左寄せにする */
    padding: 10px; /* セル内の余白を追加 */
}

td.privacy-td{
	width: 25%;
	vertical-align: middle;
}