@charset "UTF-8";

.u-font-size-info {
	color: #000000;
	font-size: 70% !important;
}

.box_red {
	font-size: 24px;
	color: #FE0000;
	font-weight: bold;
}

.box_purple {
	font-size: 24px;
	color: #721AC5;
	font-weight: bold;
}

.box_orange {
	font-size: 24px;
	color: #FF7400;
	font-weight: bold;
}

/*X切り替え対応*/
span.mark {
    background: linear-gradient(transparent 40%, #d9d9fb 40%);
}

.social-button-x {
    background-color: #000000;
}
  
.social-button-facebook {
    background-color: #1877F2 !important;
}
  
.social-button-facebook > svg {
    width: 5rem;
    height: 5rem;
}