@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;
}

#privacy p{
	text-align: center;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 40px;
}

#privacy dt{
	font-size: 1.2em;
	color: #068692;
	padding-top: 30px;
}

#privacy dd{
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 30px;
}

#privacy .info{
	text-align: right;
}

#privacy .info dt{
	color: #393939;
}

#privacy .info dd{
	border-bottom: solid 0px #e0e0e0;
	padding-bottom: 0;
}

#privacy dd:nth-of-type(2){
	border-bottom: solid 0px #e0e0e0;
	padding-bottom: 10px;
}

#privacy ol{
	list-style: none;
}

#privacy li{
	padding-left:1em;
	text-indent:-2em;
	padding-bottom: 15px;
}

#privacy li:last-child{
	padding-bottom: 0;
}

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

/* ---------------------------------
  _ SP　スマホ用スタイル
------------------------------------*/
	
header .wrap {
    width: auto;
    height: 300px;
    background-image: url("../images/privacy/mainview.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 45px;
}

header h1 {
    background-image: url(../images/overview/rogo_mainview.png);
    background-repeat: no-repeat;
    background-position: 10% 70%;
    text-align: center;
    line-height: 260px;
    color: #393939;
    font-size: 2.4em;
	background-size: 45%;
}
	
#privacy p {
    text-align: left;
}
	
#privacy p br{
	display: none;
}
}
