.mt45 {
	margin-top: 45px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.ml32 {
	margin-left: 32px;
}
.fs24 {
	font-size: 2.4rem;
}
.is_center {
	text-align: center !important; font-size: 1.4rem;
}
.fs12 {
	line-height: 20px !important; font-size: 1.2rem !important;
}
.is_none_pc {
	display: none;
}
.is-fixed {
	left: 0px; top: 0px; position: fixed;
}
.is_flex {
	display: flex;
}
@media screen and (max-width:834px)
{
.is_none_pc {
	display: block;
}
.is_none_sp {
	display: none;
}
}
