@charset "UTF-8";

/* ▼▼▼ プライバシーポリシー
======================================================*/
.container{
	max-width: 840px;
}

.read{
	margin: 0 0 35px;
}

dl.detail{
	margin-bottom: 35px;
}
dl.detail dt{
	margin: 0 0 10px;
	font-weight: bold;
}
dl.detail dd{
	text-indent: 1em;
}
dl.detail dd:not(:last-child){
	margin: 0 0 50px;
}
dl.detail dd .txt{
	text-indent: -2.5em;
    padding-left: 2.5em;
}
dl.detail dd ul{
	padding-left: 2em;
	margin-bottom: 20px;
}

.date{
	margin: 0 0 50px;
	text-align: right;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
	.read{
		margin: 0 0 25px;
	}

	dl.detail{
		margin-bottom: 25px;
	}
	dl.detail dt{
		margin: 0 0 5px;
		font-weight: bold;
	}
	dl.detail dd:not(:last-child){
		margin: 0 0 35px;
	}

	.date{
		margin: 0 0 35px;
	}
	.info .tel-moji a{
		text-decoration: underline;
	}
}
