@charset "Shift_JIS";
/* CSS Document */


/**************************************************************************************/
/*プライバシーポリシー*/
/**************************************************************************************/

/*link color*/
.privacy dl a:link {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.privacy dl a:visited {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.privacy dl a:hover {
	text-decoration:none!important;
	color:#cd0000!important;
}
.privacy dl a:active {
	text-decoration:none!important;
	color:#007ad8!important;
}


@media (min-width: 751px) {/*ビューエリアの最小幅。このサイズより大きい場合に適用//PC用*/
.privacy .hajimeni {
	text-align: center;
	font-size: 13px;
	font-weight: 700;/*Bold*/
	line-height: 2em;
	border-radius: 10px; /*角丸 CSS3草案 */
	-webkit-border-radius: 10px; /*角丸 Safari,Google Chrome用 */
	-moz-border-radius: 10px; /*角丸 Firefox用 */
	border: 4px solid #dbc324;
	padding-bottom: 30px;
	margin-bottom: 55px;
}

.privacy #privacy_p .midashi {
	font-size: 16px;
	font-weight: 800;/*E_Bold*/
	color: #32549a;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dbc324;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.privacy #privacy_p p {
	margin-bottom: 40px;
	padding-left: 30px;
}

.privacy #privacy_p .line {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #bbb;
	padding-left: 12px;
	margin-left: 30px;
	margin-bottom: 40px;
}

.privacy #privacy_p .seitei {
	float: right;
}

}



@media (max-width: 750px) {/*ビューエリアの最大幅。このサイズより小さい場合に適用//SP用*/
.privacy .hajimeni {
	display: none;
}

.privacy #privacy_p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.privacy #privacy_p .midashi {
	font-size: 4.3vw;
	font-weight: 800;/*E_Bold*/
	color: #32549a;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dbc324;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.privacy #privacy_p p {
	margin-bottom: 40px;
}

.privacy #privacy_p .line {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #bbb;
	padding-left: 12px;
	margin-bottom: 40px;
}

.privacy #privacy_p .seitei {
	font-size: 3vw;
	line-height: 1.7em;
	float: right;
	margin-bottom: 60px;
}


}








