@charset "utf-8";
/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/
/* PC/スマホ共通 */

.dot_line {
	background: url(../img/privacy/img_dot_line.png) repeat-x 0 100%;
	margin: 50px 0;
	height: 1px;
}
.conts_wrap p {
	margin: 0 1.3em 1em 0;
}

 @media screen and (min-width: 681px) {

#main .conts_wrap .ttl_lv01 {
	background: url(../img/common/icon_ttl_01.png) no-repeat 10px center #fff;
	padding: 15px 15px 13px 40px;
	font-size: 18px;
	font-weight: 800;
	box-shadow: 0px 0px 2px rgba(232,224,203,1);
	margin: 20px 2px 13px 2px;
	position: relative;
	border-bottom: 2px solid #6eb4e7;
}
}
/* ▼表示領域が680px未満の場合 */
@media screen and (max-width: 680px) {
#main .conts_wrap .wrap_box {
	font-size: 12px;
}
}
