@charset "utf-8";
/* CSS Document */
header .wrap{
	width: 100%;
	height: 400px;
	background-image: url("../images/privacy/mainview.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-bottom: 45px;
	position: relative;
}

header h1{
	background-image: url("../images/overview/rogo_mainview.png");
    background-repeat: no-repeat;
	background-position: 15% 70%;
	text-align: center;
	line-height: 310px;
	color: #393939;
	font-size: 3.4em;
}

#const dl {
	margin-bottom: 50px;
}

#const dt {
    font-size: 1.2em;
    color: #068692;
    padding-top: 30px;
	margin-bottom: 15px;
}

#const dd.article {
	margin-bottom: 10px;
}

#const ol {
    list-style: none;
	padding-left: 50px;
}

#const .chapter5 li {
	padding-left: 75px;
}

#const .chapter5 ol {
	padding-left: 0;
}

#const .inner li{
	padding-left: 130px;
}

@media screen and (max-width: 640px){

/* ---------------------------------
  _ SP　スマホ用スタイル
------------------------------------*/
	
#const ol {
	padding-left: 0;
}
	
#const .chapter5 li {
    padding-left: 0;
}
} 
