/************************************************************/
/*   お問い合わせ　※css、上書きのみ可   */
/************************************************************/
.title_area img{
	max-width: 100%;
}
@media screen and (max-width:767px) { /*SP*/
	.p-page__title{
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin: 0 0 20px;
		font-size: 4vw;
	}
	.p-page__title::before{
		content: '';
		height: 15px;
		background-image: url(https://img07.shop-pro.jp/PA01340/915/etc_base64/ZGVjb19tYXJrMDM.png?cmsp_timestamp=20250522235200);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: contain;
	}
	.p-page__title::after{
		content: '';
		height: 15px;
		background-image: url(https://img07.shop-pro.jp/PA01340/915/etc_base64/ZGVjb19tYXJrMDM.png?cmsp_timestamp=20250522235200);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: contain;
	}
	.p-page__title span{
		letter-spacing: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	.p-page__title{
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin: 0 0 40px;
		font-size: 18px;
	}
	.p-page__title::before{
		content: '';
		height: 15px;
		background-image: url(https://img07.shop-pro.jp/PA01340/915/etc_base64/ZGVjb19tYXJrMDM.png?cmsp_timestamp=20250522235200);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: contain;
	}
	.p-page__title::after{
		content: '';
		height: 15px;
		background-image: url(https://img07.shop-pro.jp/PA01340/915/etc_base64/ZGVjb19tYXJrMDM.png?cmsp_timestamp=20250522235200);
		background-repeat: no-repeat;
		background-position: center left;
		background-size: contain;
	}
	.p-page__title span{
		letter-spacing: 1rem;
		padding-left: 1rem;
	}
}

@media screen and (max-width:767px) { /*SP*/
	.c-alert{
		background: #ebf5fb;
		padding: 20px 20px 60px;
		position: relative;
		z-index: 0;
	}
	.c-alert::after{
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 20px;
		right: 20px;
		width: 45px;
		height: 43px;
		background-image: url(https://img07.shop-pro.jp/PA01340/915/etc_base64/ZGVjb19pbWcwMw.png?cmsp_timestamp=20250523002852);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	.c-alert{
		min-height: 370px;
		background: url(https://img07.shop-pro.jp/PA01340/915/etc_base64/ZGVjb19iYWNrMDE.png?cmsp_timestamp=20250522234158);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 20px 20px 70px 40px;
		box-sizing: border-box;
		display: grid;
		align-items: center;
		position: relative;
		z-index: 0;
	}
	.c-alert::after{
		content: '';
		position: absolute;
		z-index: -1;
		bottom: 20px;
		right: 40px;
		width: 45px;
		height: 43px;
		background-image: url(https://img07.shop-pro.jp/PA01340/915/etc_base64/ZGVjb19pbWcwMw.png?cmsp_timestamp=20250523002852);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
}