/* サブタイトルで一行、ボタン1つで一行、ボタン1つで一行、 */
.header-top-custom-wrap,
.header-top-custom-button-wrap{
	flex-direction: column;
	justify-content: space-between;
	gap: 0.7em 1em;
	flex-wrap:nowrap;
}
.header-top-custom-subtitle{
	padding:0 0 0 32px;
}
/* 410pxだけ独自ブレークポイント */
/* サブタイトルで一行、ボタン2つで一行 */
@media(min-width:410px){
	.header-top-custom-button-wrap{
		flex-direction: row;
	}
}
@media(min-width:576px){
	.header-top-custom-subtitle{
		padding:0 8px;
	}
}
@media(min-width:768px){
	.header-top-custom-subtitle{
		padding:0;
	}
}
@media(min-width:992px){
	.header-top-custom-wrap{
		flex-direction: row;
	}
	.header-top-custom-button1{
		min-width:192px;
	}
	.header-top-custom-button2{
		min-width:220px;
	}
}
/* 他に1200pxのブレークポイントがある */