.p-exchange__info2{
	background-color:#fff0f0;
	padding:5px 30px;
	border-radius:5px;
	margin-top:0px;
	font-size:1.4rem;
	line-height:1.7333333333
}
@media (min-width: 48em){
	.p-exchange__info2{
		margin-top:0px;
		font-size:1.6rem;
		line-height:1.875
	}
}
.p-exchange__info2 a{
	display:inline-block;
	align-items:center;
	text-decoration:underline;
	gap:8px;
	transition:color .4s
}
@media (min-width: 48em){
	.p-exchange__info2 a:hover{
		color:var(--c-primary)
	}
}
.p-exchange__info2 a .link-icon{
	width:16px;
	margin-right:4px;
	color:var(--c-primary)
}

	.p-notice__heading {
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.75;
		color: #c60b16;
		display: flex;
		align-items:center
	}

	@media (min-width: 48em) {
		.p-notice__heading {
			font-size: 1.8rem;
			line-height: 1.5555555556;
			flex-shrink:0
		}
	}
	.p-notice__heading:before {
		width: 25px;
		aspect-ratio: 1/1;
		content: "";
		background-image: url(/images/notice_icon.svg);
		background-repeat: no-repeat;
		background-size: contain;
		flex-shrink: 0;
		margin-right:9px
	}

	@media (min-width: 48em) {
		.p-notice__heading:before {
			margin-right: 13px;
			width:28px
		}
	}