@charset "UTF-8";

/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*黄ボタン文字色*/
.wrapper .p-contact .p-contact__item .p-contact-item__button .c-btn.--yellow.--large .c-btn__link{
	color:#000 !important;
}
/*下部問い合わせボタン組
@media screen and (min-width: 769px){
	.p-contact-item__button {
		flex-wrap: wrap;
		justify-content:space-between !important;
	}
	.p-contact-item__button .c-btn.--yellow.--large {
		width:100%;
		margin-bottom: 10px;
	}
	
	.p-contact-item__button .c-btn.--red.--large {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 768px){
	.p-contact-item__button{
		flex-wrap: wrap;
		justify-content:space-between !important;
	}
	.p-contact-item__button .c-btn.--yellow.--large,
	.p-contact-item__button .c-btn.--red.--large{
		width:100%;
		margin-bottom: 10px;
	}
	.p-contact-item__button .c-btn.--red.--large:last-child{
		margin-bottom: 0;
	}
}
*/