.cautions{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
}
.cautions .sec_inner{
	padding: 2em .75em;
}
.cautions h2{
	font-weight: 700;
	position: relative;
}
.cautions h3{
	font-weight: 700;
}

.ca_List { padding-top: 1em; }
.ca_List li{
	text-align: left;
	position: relative;
	font-size: .924em;
	padding: 0 0 .75em 1.2em;
}
.ca_List li::before{
	content: '※';
	color: #ee5253;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.ca_List.ph li::before{
	content: '●';
	font-size: 10px;
	color: #2d92c6;
}
a.bt_close{
	padding: .5em .75em;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #111;
}