.pt-common-img {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
	height: 72px;
	margin-right: 20px;
	width: 72px;
}
.pt-common-img img {
	width: 80%;
	height: auto;
}
.pt-googleplaykey-img img {
	width: 34px;
}
.pt-text .txt-block {
	flex-wrap: wrap;
}
.pt-text {
	margin-top: 20px;
}
.pt-text iframe {
	max-width: 100%;
}
.pt-text p {
	margin-bottom: 14px;
}
.pt-text h4 {
	align-items: center;
	background-color: #fff;
	background-image: url(../images/icons/notice.png);
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: center left 20px;
	border-radius: 100px;
	box-shadow: 0 9px 35px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	color: #201b16;
	display: inline-flex;
	height: 72px;
	margin: 30px 0;
	padding: 30px 25px 30px 85px;
}
.half-block {
	width: 48%;
}
.half-block-ul {
	color: #201b16;
	font-style: italic;
	margin: 14px 0;
}
.half-block-ul li {
	text-indent: 5px;
}
.half-block-ul li + li {
	margin-top: 3px;
}
.half-block-ul li::before {
	content: "-";
	margin-right: 7px;
}