@charset "UTF-8";
/* CSS Document */

#main {
	padding-top: 100px;
}
.container {
	padding: 80px 185px 60px;
}
.breadArea {
	margin-bottom: 60px;
	padding-top: 20px;
	text-align: right;
	font-size: 12px;
}
.breadArea p {
	padding-right: 40px;
}
.titleArea {
	border-bottom: 4px solid #252A2B;
	position: relative;
}
.titleArea:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	background-color: #252A2B;
}
.titleArea .inner {
	padding-left: 15px;
	font-size: 36px;
	font-weight: bold;
	color: #252A2B;
}
.missionArea {
	margin-bottom: 80px;
}

/*プライバシーポリシー*/
.privacyBox {
	width: 90%;
	max-width: 800px;
	height: 300px;
	overflow: auto;
	margin: 0px auto 70px;
	padding-top: 15px;
	border: 1px solid #D0D0D0;
	background-color: #fff;
}
.privacyBox h2 {
	padding-left: 2em;
	font-weight: bold;
}
.privacyBox .ttl {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.privacyText {
	margin-top: 30px;
	padding: 0px 30px;
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	text-align: left;
}
.privacyList {
	height: auto;
	width: 100%;
	margin-top: 60px;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
}
.privacyList dt {
	padding: 0px 30px;
	font-weight: bold;
	color: #666;
}
.privacyList dd {
	color: #666666;
	padding: 0px 30px 30px 60px;
}
dl.privacyList dd.ga a{
    color: #000000;
    text-decoration: underline;
}
dl.privacyList dd.ga a:hover{
    background-color: #ddd;
}



