.policy_text{
	line-height: 1.8em;
	margin: 1em 0;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
/*.title_turtle{
	border-bottom: 1px solid #272220;
	background-image: url(https://img07.shop-pro.jp/PA01459/728/etc_base64/cGFnZV90aXRsZV9iZw.png?cmsp_timestamp=20240820112327);
	background-repeat:no-repeat;
	background-position: right;
	background-size:14%;
	font-size: 36px;
	margin: 0;
	font-weight:bold
}*/
.title_policy{
	background-color: #B2CA5C;
	color: #fff;
	padding:0.2em .5em;
	font-size: 1.5em;
	margin: 2em 0 .5em;
	font-weight:bold
}
.btn.btn_back{
	margin-top: 100px;
}
@media (max-width: 768px) {
	/*.title_turtle{
		font-size: 30px;
	}*/
	.title_policy{
		font-size: 1.1em;
	}
	.btn.btn_back{
		margin-top: 50px;
	}
}