@media screen and (min-width: 768px), print {

	.pamphlet-pdf-txt{
		text-align: center;
		margin-top: 48px;
		margin-bottom: 40px;
		color: #020345;
		font-weight: 500;
		font-size: 20px;
		line-height: 1.65;
		letter-spacing: 0.05em;
	}

	.pamphlet-pdf-btn a{
		display: block;
		width: 480px;
		margin: 0 auto;
		padding: 8px 8px 11px;
		color: #fff;
		text-align: center;
		background-color: #020345;
		border-radius: 30px 30px;
	}
	.pamphlet-pdf-btn a:hover{
		text-decoration: none;
		opacity: 0.8;
	}

}
@media screen and (max-width: 767px) {

		.pamphlet-pdf-txt{
		text-align: center;
		margin-top: 48px;
		margin-bottom: 40px;
		color: #020345;
		font-weight: 500;
		font-size: 18px;
		line-height: 1.65;
		letter-spacing: 0.05em;
	}

	.pamphlet-pdf-btn a{
		display: block;
		width: 88vw;
		margin: 0 auto;
		padding: 8px 8px 11px;
		color: #fff;
		text-align: center;
		background-color: #020345;
		border-radius: 30px 30px;
	}
	.pamphlet-pdf-btn a:hover{
		text-decoration: none;
		opacity: 0.8;
	}
}