/* CSS Document */

.body_top{
	background-image: url("../images/sitemap/img_header_sitemap.jpg");
	background-size: 100% auto;
	background-position: 0  50px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.header_title{
	margin-top: 150px;
	background-color: rgba(255,255,255,0.80);
	text-align: center;
	padding: 5px 0 2px 0;
	font-size: 2.5vw;
	border-top: 2px solid rgba(252,252,252,1.00);
	border-bottom: 3px solid rgba(255,255,255,1.00);
	letter-spacing: 0.5em;
}
@media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
	header{
		min-height: 200px;
	}
}
@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
	header{
		min-height: 200px;
	}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
	header{
		min-height: 350px;
	}
}
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
	header{
		min-height: 350px;
	}
}
/*　プライバシーポリシー枠　*/
#privacy_box {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 50px;
}
/*　箇条書き（リスト）設定　*/
#privacy_box li {
	list-style: disc url(none);
	margin-left: 35px;
}
.margin_lrtb15{
	margin: 15px;
}
.list_001 {
	list-style: circle!important;
	padding-left: 20px
}
.list_001 li{
	margin-bottom: 10px;
	list-style: disc!important;
}
