@charset "utf-8";


.text-center {
		text-align: center; }

.text-left {
		text-align: left; }

.text-right {
		text-align: right; }

.lead {
		color: #03004c;
		font-size: 20px;
		font-size: 2rem; }

.text-white {
		color: #fff !important; }

.text-black {
		color: #000 !important; }

.text-red {
		color: #f00 !important; }

.text-primary {
		color: #03004c !important; }

@media (max-width: 767px) {
		.pc-only {
				display: none !important; }
		.sp-text-center {
				text-align: center; }
		.sp-text-left {
				text-align: left; }
		.sp-text-right {
				text-align: right; } }

@media (min-width: 768px) {
		.lead {
				font-size: 28px;
				font-size: 2.8rem; }
		.sp-only {
				display: none !important; }
		.pc-text-center {
				text-align: center; }
		.pc-text-left {
				text-align: left; }
		.pc-text-right {
				text-align: right; } }

@media (min-width: 1024px) {
		.tablet-only {
				display: none !important; } }

@media (max-width: 1023px) {
		.pc-only2 {
				display: none !important; } }

.color_pri {
		color: #03004c; }



		.mb0em {
				margin-bottom: 0 !important; }

		.mb1em {
				margin-bottom: 1em !important; }

		.mb2em {
				margin-bottom: 2em !important; }

		.mb3em {
				margin-bottom: 3em !important; }

		.mb4em {
				margin-bottom: 4em !important; }

		.mb5em {
				margin-bottom: 5em !important; }


.mt0 {
		margin-top: 0 !important; }

.mb0 {
		margin-bottom: 0 !important; }

.m-auto {
		margin-right: auto !important;
		margin-left: auto !important; }
