@charset "utf-8";
/* CSS Document */

/* コンテンツ全体設定 */
#privacy-contents{
	height:auto;
	font-size: .8rem;
}

/*hタグ*/
#privacy-contents h2{
	font-size: 1.5rem;
	margin: 2% 0 0 0%;
	border-bottom: 1px #003B90 solid;
	border-left: 5px #003B90 solid;
	padding: 0 2%;
	letter-spacing: 5px;
}

#privacy-contents h3{
	background: #f5f5f5;
	padding: 5px 2%;
	margin-top: 2%;
	font-size: 1rem;
	letter-spacing:4px;
}

#privacy-contents h3:before{
	content:"■";
}

#privacy-contents h4{
	margin-left: 2%;
}

/*文字*/
#privacy-contents ul,
#privacy-contents p{
	letter-spacing:2px;
	margin: 2% 0;
}

#privacy-contents p{
	font-size: .8rem;
	margin: 10px 4%;
}

#privacy-contents a{
	color:#00075F;
	text-decoration: underline;
}

/*文字色 : 赤*/
.font-red{
	color: #c9203f;
}

.text-center{
	text-align: center;
}



/*リスト*/
#privacy-contents ul{
	margin: 2% 4%;
}

#privacy-contents li:before{
	content:"●";
}

#privacy-contents li:last-child{
	padding-bottom: 0%;
}





/*個人情報保護方針*/
.privacy-policy{
}
/*個人情報保護方針　制定年月日*/
.policy-text{
	text-align: right;
}
.p-box-bottom{
	margin-bottom:6%;
}

.privacy-main table {
	width: 750px;
	border-collapse: collapse;
	margin: 2% auto;
}

.fbox{
	padding: 2% 4%;
}






/*取得情報一覧*/
#itiran table{
	width: 70%;
	margin:0 auto;
}

tr,td{
	border:#CBCBCB solid 1px;
}

td,th{
	padding: 5px;
}

th{
	background: #f5f5f5;
}


td:nth-of-type(1){
	width:12%;
}

td:nth-of-type(2){
	width:8%;
}

td:nth-of-type(3){
	width:18%;
}

td:nth-of-type(4){
	width:20%;
}



