p, button, ul, li, tr, td, span, a, div, small, h2, h3, h4, h5{
	font-family: "秀英丸ゴシック L";
}
b {
	font-family: "モトヤ丸アポロ Std W6";
}
.center {
	text-align: center;
}
.row {
	display: flex;
}
.jc-center {
	justify-content: center;
}
.jc-between {
	justify-content: space-between;
}
.row .left {
	width: 50%;
}
.row .right {
	width: 50%;
}
br.sp{
	display: none;
}
br.pc{
	display: block;
}
span.sp-inline {
	display: none;
}
span.pc-inline {
	display: inline-block;
}

.content-bar > p {
	font-size: 16px;
}

.orange {
	color: #ffc266;
	font-family: "モトヤ丸アポロ Std W6";
	font-weight: bold;
}
.blue {
	color: #65a4e0;
	font-family: "モトヤ丸アポロ Std W6";
	font-weight: bold;
}


@media only screen and (max-width : 900px) {
	.row {
		flex-wrap: wrap;
	}
	.row .left {
		width: 100%;
	}
	.row .right {
		width: 100%;
	}

	.content-bar > p {
		font-size: 3.8vw;
	}
	br.pc{
		display: none;
	}
	br.sp{
		display: block;
	}
	span.pc-inline {
		display: none;
	}
	span.sp-inline {
		display: inline-block;
	}
}