@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
privacyページ用のcssです。
-------------------------------- */

#privacy_top{
	background: url(../images/bg_privacy.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#privacy_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}
#privacy_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
/*=====================
			privacy
=====================*/

#privacy{
	padding-top: 20px;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}

.privacy_inner{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 60px;
	font-size: 12px;
}
.title {
	box-sizing: border-box;
	padding: .5rem 0 .5rem 1rem;
	border-left: 8px solid #0b499d;
	margin-bottom: 10px;
}

#privacy h1 {
	border-color: #0b499d;
	font-size: 16px;
}

#privacy h2 {
	border-color: #0b499d;
	font-size: 16px;
}

#privacy dl{
	margin-top: 20px;
	margin-bottom: 40px;
}

#privacy dl:last-child{
	margin-bottom: 60px;
}

#privacy .aten{
	font-size: 12px;
}

#privacy div{
	margin-top: 18px;
}

#privacy dd div img{
	float: left;
}

#privacy dt{
	font-size: 16px;
	font-weight: bold;
	color: rgba(22,49,110,1);
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(22,49,110,0.6);
}

#privacy dd{
	font-size: 14px;
	line-height: 1.7;
	padding-top: 12px;
}
#privacy dl dd ul.workContent {
	padding-left: 30px;
	padding-top: 10px;
}
#privacy dl dd ul.workContent li{
/*	padding-left: 20px;
	position: relative;*/
	padding-left: 10px;
list-style-type:decimal;
	margin-bottom: 10px;
}

#privacy dl dd ul.workContent li:before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	line-height: 1.7;
	width: 6px;
	height: 6px;
	border: 4px double rgba(22,49,110,1);
	border-radius: 50%;
}

#privacy dd ul li:first-child{
	padding-top: 0;
}

#privacy dd a{
	text-decoration: underline;
}

#privacy .address{
	float: right;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}
