@charset "utf-8";

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.box 
{
	background-color:#FFFFFF;
	border:1px solid #F46B16;
	padding:2em;
}

.button-list
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:1.0em;
}
.button-list-small
{
	display: flex;
	flex-wrap: wrap;
	gap:0.5em;
}

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {
}


/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	.box 
	{
		background-color:#FFFFFF;
		border:1px solid #F46B16;
		padding:1.2em;
	}

	.button-list .button
	{
		width:80%;
		text-align: center;
	}
}
