@charset "utf-8";


/* -----------------------------------------------------------
    個人情報保護方針  SP
-------------------------------------------------------------- */

#privacy .cmn_under_wrap {
	margin: 20px 0 0 0;
}

#privacy .cmn_under_wrap ul{
	list-style: none;
}

#privacy .section-ttl{
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
}

#privacy .section-ttl h3{
	color: #0099CC;
	font-size: 1.5rem;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;    
	letter-spacing: .05em;
}

#privacy .contents.inner {
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto 40px auto;
	padding: 0;
}

#privacy .contents.inner .pp-intro {
    text-align: right;
    font-size: 13px;
    margin: 0 0 30px;
}

#privacy .contents.inner .pp-intro li:not(:first-child) {
    margin-top: 5px;
}

#privacy .t-txt {
	line-height: 2;
}

#privacy .t-txt a {
    text-decoration: underline;
}

#privacy .t-txt a i {
    font-size: 1.3rem;
    margin: 0 5px 0 0;
}

#privacy dl a {
	color: inherit;
}

#privacy dl a:hover {
	text-decoration: none;
}

#privacy dl dt {
	border-bottom: #0099CC solid 2px;
    margin: 30px 0 10px;
    padding: 0 0 5px;
}

#privacy dl dt {
	color: #0099CC;
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
}

#privacy dd a[href^="tel:"] {
    color: #0099CC;
	text-decoration: underline;
	font-weight: 500;
}

#privacy .policy-list {
	line-height: 1.9;
	margin: 0 0 25px;
}

#privacy .policy-list li {
	text-indent: -1em;
    padding-left: 1.6em;
	line-height: 2;
	margin: 10px 0 0 0;
}

#privacy .policy-list ul li{
	margin: 0 0 0;
}

#privacy .gray-box {
    text-indent: 0;
    background: #f0fafd;
    padding: 15px 15px 20px;
    margin: 15px 0 0;
}