@charset "UTF-8";
/*other.css start
------------------------------------------------------ */
/*privacy
--------------------------- */
.otherCts{
	width: 1016px
}
.bgTit {
	background-color: #f6f4e6;
	border-top: 6px solid #a89503;
	font-size: 2.5rem;
	padding: 20px 15px;
}
.privacyDetail {
	margin: 40px 0 0;
}
.privacyDetail > li:not(last-child){
	margin: 0 0 30px 0 ;
}
.privacyDetail > li > p{
	margin: 5px 0 0 0;
}

@media screen and (max-width:767px){
	.otherCts{
		width: 100%;
	}
	.bgTit {
		border-top: 4px solid #a89503;
		font-size: 2.0rem;
		padding: 15px;
	}
}
/*IE*/
/*@media all and (-ms-high-contrast:none){
	_:-ms-lang(x)::-ms-backdrop,
}*/


/*sitemap
--------------------------- */
.pageTit {
	color: #a89503;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px 0 7px 0;
	border-bottom: 1px dotted #a89503;
	padding: 0 0 5px 0;
}
.pageDetail li{
	position: relative;
	padding: 0 0 0 15px;
}
.pageDetail li:nth-child(n+2){
	margin: 5px 0 0 0;
}
.pageDetail li:before{
	content: '';
	display: block;
	height: 4px;
	width: 4px;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top:50%;
	margin: -2px 0 0 0;
}
@media screen and (max-width:767px){
}
/*IE*/
@media all and (-ms-high-contrast:none){
	_:-ms-lang(x)::-ms-backdrop,
	.pageDetail li:before{
		margin: -6px 0 0 0;
	}
}

/*other.css End
------------------------------------------------------ */
