@charset "UTF-8";
html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

*, ::before, ::after {
	box-sizing: inherit;
}

::before, ::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden], template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

input {
	border-radius: 0;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button, input, optgroup, select, textarea {
	font: inherit;
}

button {
	overflow: visible;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button, select {
	text-transform: none;
}

button, input, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
} /*select{-moz-appearance:none;-webkit-appearance:none}*/
select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

audio, canvas, progress, video {
	display: inline-block;
}

@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}
[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

html {
	font-size: 62.5%;
	font-size: 10px;
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 0.9765vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 2.666vw;
	}
	html.is-opened {
		touch-action: none;
		height: 100%;
		overflow: hidden;
	}
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	background: #fff;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}

*, h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
	font-size: inherit;
}

h1, h2, h3, h4 {
	line-height: 1.5;
}

ul, li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

input, select, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
	border: 1px solid #aaa;
	max-width: 100%;
	padding: 0.4rem;
}

input[type=radio] {
	border: none;
	width: inherit;
	max-width: 100%;
	padding: 0;
}

p {
	margin-bottom: 1.6rem;
}
p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
	font-size: 100%;
	color: #004098;
}

*:focus {
	outline: none;
}

.c-section {
	position: relative;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.c-section {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

.c-inner {
	max-width: 98rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4rem;
}
@media screen and (max-width: 768px) {
	.c-inner {
		padding: 0 2rem;
	}
}
.c-inner--lg {
	max-width: 112.4rem;
}
.c-inner--xl {
	max-width: 128rem;
}
.c-inner--full {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.c-inner--fit {
		padding-left: 0;
		padding-right: 0;
	}
}

.c-link {
	text-decoration: underline;
	color: #004098;
}
.c-annotation {
	font-size: 1.5rem;
	font-weight: bold;
	color: #f00;
}

.c-sheet {
	margin-bottom: 6rem;
}

.c-row {
	display: flex;
	flex-wrap: wrap;
	margin: -2rem;
}
.c-row > .c-row__item {
	padding: 2rem;
	width: 100%;
}
.c-row > .c-row__item--1 {
	width: 8.3333333333%;
}
.c-row > .c-row__item--2 {
	width: 16.6666666667%;
}
.c-row > .c-row__item--3 {
	width: 25%;
}
.c-row > .c-row__item--4 {
	width: 33.3333333333%;
}
.c-row > .c-row__item--5 {
	width: 41.6666666667%;
}
.c-row > .c-row__item--6 {
	width: 50%;
}
.c-row > .c-row__item--7 {
	width: 58.3333333333%;
}
.c-row > .c-row__item--8 {
	width: 66.6666666667%;
}
.c-row > .c-row__item--9 {
	width: 75%;
}
.c-row > .c-row__item--10 {
	width: 83.3333333333%;
}
.c-row > .c-row__item--11 {
	width: 91.6666666667%;
}
.c-row > .c-row__item--12 {
	width: 100%;
}
.c-row > .c-row__item--5th {
	width: 20%;
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--1-pc {
		width: 8.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--2-pc {
		width: 16.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--3-pc {
		width: 25%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--4-pc {
		width: 33.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--5-pc {
		width: 41.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--6-pc {
		width: 50%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--7-pc {
		width: 58.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--8-pc {
		width: 66.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--9-pc {
		width: 75%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--10-pc {
		width: 83.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--11-pc {
		width: 91.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--12-pc {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--5th-pc {
		width: 20%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--1-sp {
		width: 8.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--2-sp {
		width: 16.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--3-sp {
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--4-sp {
		width: 33.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--5-sp {
		width: 41.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--6-sp {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--7-sp {
		width: 58.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--8-sp {
		width: 66.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--9-sp {
		width: 75%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--10-sp {
		width: 83.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--11-sp {
		width: 91.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--12-sp {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--5th-sp {
		width: 20%;
	}
}
.c-row--thin {
	margin: -1.2rem;
}
.c-row--thin > .c-row__item {
	padding: 1.2rem;
}
@media screen and (min-width: 769px) {
	.c-row--thin-pc {
		margin: -1.2rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--thin-pc > .c-row__item {
		padding: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-row--thin-sp {
		margin: -1.2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-row--thin-sp > .c-row__item {
		padding: 1.2rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--wide {
		margin: -3.2rem;
		margin: -3.2rem;
	}
	.c-row--wide > .c-row__item {
		padding: 3.2rem;
	}
	.c-row--wide > .c-row__item {
		padding: 3.2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-row--wide-sp {
		margin: -3.2rem;
		margin: -3.2rem;
	}
	.c-row--wide-sp > .c-row__item {
		padding: 3.2rem;
	}
	.c-row--wide-sp > .c-row__item {
		padding: 3.2rem;
	}
}
.c-row--center {
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.c-row--center-sp {
		justify-content: center;
	}
}
.c-row--end {
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.c-row--end-sp {
		justify-content: flex-end;
	}
}
.c-row--align-center {
	align-items: center;
}
.c-row--align-end {
	align-items: flex-end;
}
.c-row--reverse {
	flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
	.c-row--reverse-pc {
		flex-direction: row-reverse;
	}
}

.c-btn-wrap {
	text-align: center;
	margin-top: 2.4rem;
}

.c-btn {
	display: inline-block;
	max-width: 44rem;
	margin: 1.6rem 0.8rem 0;
	padding: 1.8rem 4rem 1.6rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.25;
	color: #fff;
	background: #004098;
	border-radius: 0.3rem;
	vertical-align: middle;
}
.c-btn--txt {
	padding: 0;
	background: none;
	box-shadow: none;
}
.c-btn--lg {
	max-width: 100%;
	width: 64rem;
	padding: 2.4rem 2.8rem 2.2rem;
	font-size: 1.7rem;
	border: 1px solid #004098;
}
.c-btn--sm {
	padding: 1rem 2rem 0.8rem;
	border-radius: 0.2rem;
}

.c-list {
	margin: 2rem 0;
}
.c-list:first-child {
	margin-top: 0;
}
.c-list__item {
	display: flex;
}
.c-list__item:before {
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.8rem;
	margin-right: 1.2rem;
	border-radius: 0.2rem;
	background: #000;
}
.c-list--num {
	counter-reset: number 0;
}
.c-list--num .c-list__item:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	width: auto;
	height: auto;
	margin-top: -0.6rem;
	background: none;
	font-size: 2.2rem;
	font-style: italic;
}

.c-table {
	width: 100%;
	border-spacing: 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 0.4rem;
	margin-bottom: 2rem;
}
.c-table__th, .c-table__td {
	padding: 0.8rem;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.c-table__th {
	width: 40%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.l-header {
	position: fixed;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.l-gnav {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding-bottom: 4.8rem;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	.is-opened .l-gnav {
		opacity: 1;
		pointer-events: auto;
	}
}

.l-nav-btn {
	position: absolute;
}
@media screen and (max-width: 768px) {
	.l-nav-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 6rem;
		height: 6rem;
		background: #fff;
	}
	.l-nav-btn__bar {
		position: relative;
		width: 3.2rem;
		height: 0.9rem;
		margin: 1.6rem auto 0.4rem;
		display: block;
	}
	.l-nav-btn__bar:before, .l-nav-btn__bar:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		background: #004098;
		left: 0;
		transition: 0.3s;
	}
	.l-nav-btn__bar:before {
		top: 0;
	}
	.is-opened .l-nav-btn__bar:before {
		top: 50%;
		transform: rotate(45deg);
	}
	.l-nav-btn__bar:after {
		bottom: 0;
	}
	.is-opened .l-nav-btn__bar:after {
		bottom: auto;
		top: 50%;
		transform: rotate(-45deg);
	}
}

h1, h2, h3 {
	margin-top: 3.2rem;
	margin-bottom: 1.2rem;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.2rem;
	background: #eee;
	padding: 0.4rem 1.2rem;
}

h3 {
	font-size: 1.8rem;
}

h4 {
	margin-top: 2rem;
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
	label {
		display: block;
	}
}

textarea, input[type=text] {
	margin: 0.4rem;
}
@media screen and (max-width: 768px) {
	textarea, input[type=text] {
		display: block;
		width: 100%;
	}
}

input[type=checkbox] {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.2rem;
}

.p-post-list li {
	border-bottom: 1px solid #ccc;
}
.p-post-list a {
	display: block;
	padding: 12px;
	transition: 0.2s;
}
.p-post-list a:hover {
	opacity: 0.8;
}

.p-print-page h3:first-child,
.p-print-page h4:first-child {
	margin-top: 0;
}
.p-print-page input, .p-print-page select, .p-print-page textarea {
	padding: 0.2rem 0.8rem;
	margin: 0.2rem;
}
.p-print-page .c-table__th, .p-print-page .c-table__td {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.p-print-page .c-table {
	margin-bottom: 1.2rem;
}

.p-print-off {
	display: none;
}

.p-print-check {
	position: relative;
	padding-left: 2rem;
}
.p-print-check:before {
	content: "";
	display: block;
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	left: 0;
	top: 50%;
	border: 0.1rem solid #000;
	transform: translateY(-50%);
}
.p-print-check.is-active:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -0.3rem;
	width: 2.2rem;
	height: 1rem;
	border-left: 0.4rem solid #f00;
	border-bottom: 0.4rem solid #f00;
	transform: translateY(-100%) rotate(-45deg);
}

.p-print-photos {
	display: flex;
	border-left: 0.1rem solid #000;
	border-top: 0.1rem solid #000;
	border-bottom: 0.1rem solid #000;
	margin-bottom: 0.4rem;
}
.p-print-photos:last-child {
	margin-bottom: 0;
}
.p-print-photos__ttl, .p-print-photos__head {
	font-size: 1.3rem;
}
.p-print-photos__head {
	display: flex;
	justify-content: space-around;
}
.p-print-photos__item {
	width: 50%;
	border-right: 0.1rem solid #000;
	text-align: center;
	padding: 0.4rem;
}
.p-print-photos__img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-print-photos__img img {
	max-height: 32rem;
	min-width: 0;
	margin: 0 1rem;
}
.p-print-sikenkekka img {
	max-height: 58rem;
}

@page {
	size: A3 portrait;
	margin: 0mm;
}
@media print {
	.p-print-area {
		font-size: 3mm;
	}
	.p-print-page {
		width: 297mm;
		height: 420mm;
		padding: 4mm;
	}
	.p-print-page h1, .p-print-page h2, .p-print-page h3, .p-print-page h4 {
		margin-top: 1.6rem;
		margin-bottom: 0.4rem;
	}
	.p-print-page h2 {
		font-size: 1.8rem;
	}
	.p-print-page h3,
.p-print-page h4 {
		font-size: inherit;
	}
	.p-print-page__box {
		border: 0.1rem solid #000;
		padding: 4mm 8mm;
		margin-bottom: 4mm;
	}
	.p-print-page__box:last-child {
		margin-bottom: 0;
	}
	.p-print-photos__ttl, .p-print-photos__head {
		font-size: inherit;
	}
}
@media screen and (max-width: 768px) {
	.u-pc-only {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.u-sp-only {
		display: none !important;
	}
}

.u-text-center {
	text-align: center !important;
}
@media screen and (min-width: 769px) {
	.u-text-center--pc {
		text-align: center !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-center--sp {
		text-align: center !important;
	}
}
.u-text-center iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-text-left {
	text-align: left !important;
}
@media screen and (min-width: 769px) {
	.u-text-left--pc {
		text-align: left !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-left--sp {
		text-align: left !important;
	}
}

.u-text-right {
	text-align: right !important;
}
@media screen and (min-width: 769px) {
	.u-text-right--pc {
		text-align: right !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-right--sp {
		text-align: right !important;
	}
}

.u-ib {
	display: inline-block !important;
	vertical-align: middle;
}

.u-block {
	display: block !important;
}

.u-hide {
	display: none !important;
}

.u-flex {
	display: flex;
}
.u-flex--aligncenter {
	align-items: center;
}
.u-flex--wrap {
	flex-wrap: wrap;
}
.u-flex--jcsb {
	justify-content: space-between;
}
.u-flex--jcc {
	justify-content: center;
}

.u-lh-0 {
	line-height: 0 !important;
}

.u-lh-1 {
	line-height: 1 !important;
}

.u-lh-125 {
	line-height: 1.25 !important;
}

.u-lh-15 {
	line-height: 1.5 !important;
}

.u-lh-2 {
	line-height: 2 !important;
}

.u-posr {
	position: relative;
}

.u-round {
	border-radius: 50%;
}

.u-oh {
	overflow: hidden;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z4 {
	z-index: 4;
}

.u-z5 {
	z-index: 5;
}

.u-w100p {
	width: 100%;
}

.u-color-wh {
	color: #fff !important;
}

.u-color-bk {
	color: #000 !important;
}

.u-color-danger {
	color: #f00;
}

.u-bg-wh {
	background: #fff !important;
}

.u-bg-bk {
	background: #000 !important;
}

.u-m-0 {
	margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
	margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
	margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
	margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
	margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
	.u-m-0--sp {
		margin: 0 !important;
	}
	.u-mt-0--sp,
.u-my-0--sp {
		margin-top: 0 !important;
	}
	.u-mr-0--sp,
.u-mx-0--sp {
		margin-right: 0 !important;
	}
	.u-mb-0--sp,
.u-my-0--sp {
		margin-bottom: 0 !important;
	}
	.u-ml-0--sp,
.u-mx-0--sp {
		margin-left: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-0--pc {
		margin: 0 !important;
	}
	.u-mt-0--pc,
.u-my-0--pc {
		margin-top: 0 !important;
	}
	.u-mr-0--pc,
.u-mx-0--pc {
		margin-right: 0 !important;
	}
	.u-mb-0--pc,
.u-my-0--pc {
		margin-bottom: 0 !important;
	}
	.u-ml-0--pc,
.u-mx-0--pc {
		margin-left: 0 !important;
	}
}
.u-m-4 {
	margin: 0.4rem !important;
}

.u-mt-4,
.u-my-4 {
	margin-top: 0.4rem !important;
}

.u-mr-4,
.u-mx-4 {
	margin-right: 0.4rem !important;
}

.u-mb-4,
.u-my-4 {
	margin-bottom: 0.4rem !important;
}

.u-ml-4,
.u-mx-4 {
	margin-left: 0.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-4--sp {
		margin: 0.4rem !important;
	}
	.u-mt-4--sp,
.u-my-4--sp {
		margin-top: 0.4rem !important;
	}
	.u-mr-4--sp,
.u-mx-4--sp {
		margin-right: 0.4rem !important;
	}
	.u-mb-4--sp,
.u-my-4--sp {
		margin-bottom: 0.4rem !important;
	}
	.u-ml-4--sp,
.u-mx-4--sp {
		margin-left: 0.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-4--pc {
		margin: 0.4rem !important;
	}
	.u-mt-4--pc,
.u-my-4--pc {
		margin-top: 0.4rem !important;
	}
	.u-mr-4--pc,
.u-mx-4--pc {
		margin-right: 0.4rem !important;
	}
	.u-mb-4--pc,
.u-my-4--pc {
		margin-bottom: 0.4rem !important;
	}
	.u-ml-4--pc,
.u-mx-4--pc {
		margin-left: 0.4rem !important;
	}
}
.u-m-8 {
	margin: 0.8rem !important;
}

.u-mt-8,
.u-my-8 {
	margin-top: 0.8rem !important;
}

.u-mr-8,
.u-mx-8 {
	margin-right: 0.8rem !important;
}

.u-mb-8,
.u-my-8 {
	margin-bottom: 0.8rem !important;
}

.u-ml-8,
.u-mx-8 {
	margin-left: 0.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-8--sp {
		margin: 0.8rem !important;
	}
	.u-mt-8--sp,
.u-my-8--sp {
		margin-top: 0.8rem !important;
	}
	.u-mr-8--sp,
.u-mx-8--sp {
		margin-right: 0.8rem !important;
	}
	.u-mb-8--sp,
.u-my-8--sp {
		margin-bottom: 0.8rem !important;
	}
	.u-ml-8--sp,
.u-mx-8--sp {
		margin-left: 0.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-8--pc {
		margin: 0.8rem !important;
	}
	.u-mt-8--pc,
.u-my-8--pc {
		margin-top: 0.8rem !important;
	}
	.u-mr-8--pc,
.u-mx-8--pc {
		margin-right: 0.8rem !important;
	}
	.u-mb-8--pc,
.u-my-8--pc {
		margin-bottom: 0.8rem !important;
	}
	.u-ml-8--pc,
.u-mx-8--pc {
		margin-left: 0.8rem !important;
	}
}
.u-m-12 {
	margin: 1.2rem !important;
}

.u-mt-12,
.u-my-12 {
	margin-top: 1.2rem !important;
}

.u-mr-12,
.u-mx-12 {
	margin-right: 1.2rem !important;
}

.u-mb-12,
.u-my-12 {
	margin-bottom: 1.2rem !important;
}

.u-ml-12,
.u-mx-12 {
	margin-left: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-12--sp {
		margin: 1.2rem !important;
	}
	.u-mt-12--sp,
.u-my-12--sp {
		margin-top: 1.2rem !important;
	}
	.u-mr-12--sp,
.u-mx-12--sp {
		margin-right: 1.2rem !important;
	}
	.u-mb-12--sp,
.u-my-12--sp {
		margin-bottom: 1.2rem !important;
	}
	.u-ml-12--sp,
.u-mx-12--sp {
		margin-left: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-12--pc {
		margin: 1.2rem !important;
	}
	.u-mt-12--pc,
.u-my-12--pc {
		margin-top: 1.2rem !important;
	}
	.u-mr-12--pc,
.u-mx-12--pc {
		margin-right: 1.2rem !important;
	}
	.u-mb-12--pc,
.u-my-12--pc {
		margin-bottom: 1.2rem !important;
	}
	.u-ml-12--pc,
.u-mx-12--pc {
		margin-left: 1.2rem !important;
	}
}
.u-m-16 {
	margin: 1.6rem !important;
}

.u-mt-16,
.u-my-16 {
	margin-top: 1.6rem !important;
}

.u-mr-16,
.u-mx-16 {
	margin-right: 1.6rem !important;
}

.u-mb-16,
.u-my-16 {
	margin-bottom: 1.6rem !important;
}

.u-ml-16,
.u-mx-16 {
	margin-left: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-16--sp {
		margin: 1.6rem !important;
	}
	.u-mt-16--sp,
.u-my-16--sp {
		margin-top: 1.6rem !important;
	}
	.u-mr-16--sp,
.u-mx-16--sp {
		margin-right: 1.6rem !important;
	}
	.u-mb-16--sp,
.u-my-16--sp {
		margin-bottom: 1.6rem !important;
	}
	.u-ml-16--sp,
.u-mx-16--sp {
		margin-left: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-16--pc {
		margin: 1.6rem !important;
	}
	.u-mt-16--pc,
.u-my-16--pc {
		margin-top: 1.6rem !important;
	}
	.u-mr-16--pc,
.u-mx-16--pc {
		margin-right: 1.6rem !important;
	}
	.u-mb-16--pc,
.u-my-16--pc {
		margin-bottom: 1.6rem !important;
	}
	.u-ml-16--pc,
.u-mx-16--pc {
		margin-left: 1.6rem !important;
	}
}
.u-m-20 {
	margin: 2rem !important;
}

.u-mt-20,
.u-my-20 {
	margin-top: 2rem !important;
}

.u-mr-20,
.u-mx-20 {
	margin-right: 2rem !important;
}

.u-mb-20,
.u-my-20 {
	margin-bottom: 2rem !important;
}

.u-ml-20,
.u-mx-20 {
	margin-left: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-20--sp {
		margin: 2rem !important;
	}
	.u-mt-20--sp,
.u-my-20--sp {
		margin-top: 2rem !important;
	}
	.u-mr-20--sp,
.u-mx-20--sp {
		margin-right: 2rem !important;
	}
	.u-mb-20--sp,
.u-my-20--sp {
		margin-bottom: 2rem !important;
	}
	.u-ml-20--sp,
.u-mx-20--sp {
		margin-left: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-20--pc {
		margin: 2rem !important;
	}
	.u-mt-20--pc,
.u-my-20--pc {
		margin-top: 2rem !important;
	}
	.u-mr-20--pc,
.u-mx-20--pc {
		margin-right: 2rem !important;
	}
	.u-mb-20--pc,
.u-my-20--pc {
		margin-bottom: 2rem !important;
	}
	.u-ml-20--pc,
.u-mx-20--pc {
		margin-left: 2rem !important;
	}
}
.u-m-24 {
	margin: 2.4rem !important;
}

.u-mt-24,
.u-my-24 {
	margin-top: 2.4rem !important;
}

.u-mr-24,
.u-mx-24 {
	margin-right: 2.4rem !important;
}

.u-mb-24,
.u-my-24 {
	margin-bottom: 2.4rem !important;
}

.u-ml-24,
.u-mx-24 {
	margin-left: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-24--sp {
		margin: 2.4rem !important;
	}
	.u-mt-24--sp,
.u-my-24--sp {
		margin-top: 2.4rem !important;
	}
	.u-mr-24--sp,
.u-mx-24--sp {
		margin-right: 2.4rem !important;
	}
	.u-mb-24--sp,
.u-my-24--sp {
		margin-bottom: 2.4rem !important;
	}
	.u-ml-24--sp,
.u-mx-24--sp {
		margin-left: 2.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-24--pc {
		margin: 2.4rem !important;
	}
	.u-mt-24--pc,
.u-my-24--pc {
		margin-top: 2.4rem !important;
	}
	.u-mr-24--pc,
.u-mx-24--pc {
		margin-right: 2.4rem !important;
	}
	.u-mb-24--pc,
.u-my-24--pc {
		margin-bottom: 2.4rem !important;
	}
	.u-ml-24--pc,
.u-mx-24--pc {
		margin-left: 2.4rem !important;
	}
}
.u-m-28 {
	margin: 2.8rem !important;
}

.u-mt-28,
.u-my-28 {
	margin-top: 2.8rem !important;
}

.u-mr-28,
.u-mx-28 {
	margin-right: 2.8rem !important;
}

.u-mb-28,
.u-my-28 {
	margin-bottom: 2.8rem !important;
}

.u-ml-28,
.u-mx-28 {
	margin-left: 2.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-28--sp {
		margin: 2.8rem !important;
	}
	.u-mt-28--sp,
.u-my-28--sp {
		margin-top: 2.8rem !important;
	}
	.u-mr-28--sp,
.u-mx-28--sp {
		margin-right: 2.8rem !important;
	}
	.u-mb-28--sp,
.u-my-28--sp {
		margin-bottom: 2.8rem !important;
	}
	.u-ml-28--sp,
.u-mx-28--sp {
		margin-left: 2.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-28--pc {
		margin: 2.8rem !important;
	}
	.u-mt-28--pc,
.u-my-28--pc {
		margin-top: 2.8rem !important;
	}
	.u-mr-28--pc,
.u-mx-28--pc {
		margin-right: 2.8rem !important;
	}
	.u-mb-28--pc,
.u-my-28--pc {
		margin-bottom: 2.8rem !important;
	}
	.u-ml-28--pc,
.u-mx-28--pc {
		margin-left: 2.8rem !important;
	}
}
.u-m-32 {
	margin: 3.2rem !important;
}

.u-mt-32,
.u-my-32 {
	margin-top: 3.2rem !important;
}

.u-mr-32,
.u-mx-32 {
	margin-right: 3.2rem !important;
}

.u-mb-32,
.u-my-32 {
	margin-bottom: 3.2rem !important;
}

.u-ml-32,
.u-mx-32 {
	margin-left: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-32--sp {
		margin: 3.2rem !important;
	}
	.u-mt-32--sp,
.u-my-32--sp {
		margin-top: 3.2rem !important;
	}
	.u-mr-32--sp,
.u-mx-32--sp {
		margin-right: 3.2rem !important;
	}
	.u-mb-32--sp,
.u-my-32--sp {
		margin-bottom: 3.2rem !important;
	}
	.u-ml-32--sp,
.u-mx-32--sp {
		margin-left: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-32--pc {
		margin: 3.2rem !important;
	}
	.u-mt-32--pc,
.u-my-32--pc {
		margin-top: 3.2rem !important;
	}
	.u-mr-32--pc,
.u-mx-32--pc {
		margin-right: 3.2rem !important;
	}
	.u-mb-32--pc,
.u-my-32--pc {
		margin-bottom: 3.2rem !important;
	}
	.u-ml-32--pc,
.u-mx-32--pc {
		margin-left: 3.2rem !important;
	}
}
.u-m-36 {
	margin: 3.6rem !important;
}

.u-mt-36,
.u-my-36 {
	margin-top: 3.6rem !important;
}

.u-mr-36,
.u-mx-36 {
	margin-right: 3.6rem !important;
}

.u-mb-36,
.u-my-36 {
	margin-bottom: 3.6rem !important;
}

.u-ml-36,
.u-mx-36 {
	margin-left: 3.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-36--sp {
		margin: 3.6rem !important;
	}
	.u-mt-36--sp,
.u-my-36--sp {
		margin-top: 3.6rem !important;
	}
	.u-mr-36--sp,
.u-mx-36--sp {
		margin-right: 3.6rem !important;
	}
	.u-mb-36--sp,
.u-my-36--sp {
		margin-bottom: 3.6rem !important;
	}
	.u-ml-36--sp,
.u-mx-36--sp {
		margin-left: 3.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-36--pc {
		margin: 3.6rem !important;
	}
	.u-mt-36--pc,
.u-my-36--pc {
		margin-top: 3.6rem !important;
	}
	.u-mr-36--pc,
.u-mx-36--pc {
		margin-right: 3.6rem !important;
	}
	.u-mb-36--pc,
.u-my-36--pc {
		margin-bottom: 3.6rem !important;
	}
	.u-ml-36--pc,
.u-mx-36--pc {
		margin-left: 3.6rem !important;
	}
}
.u-m-40 {
	margin: 4rem !important;
}

.u-mt-40,
.u-my-40 {
	margin-top: 4rem !important;
}

.u-mr-40,
.u-mx-40 {
	margin-right: 4rem !important;
}

.u-mb-40,
.u-my-40 {
	margin-bottom: 4rem !important;
}

.u-ml-40,
.u-mx-40 {
	margin-left: 4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-40--sp {
		margin: 4rem !important;
	}
	.u-mt-40--sp,
.u-my-40--sp {
		margin-top: 4rem !important;
	}
	.u-mr-40--sp,
.u-mx-40--sp {
		margin-right: 4rem !important;
	}
	.u-mb-40--sp,
.u-my-40--sp {
		margin-bottom: 4rem !important;
	}
	.u-ml-40--sp,
.u-mx-40--sp {
		margin-left: 4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-40--pc {
		margin: 4rem !important;
	}
	.u-mt-40--pc,
.u-my-40--pc {
		margin-top: 4rem !important;
	}
	.u-mr-40--pc,
.u-mx-40--pc {
		margin-right: 4rem !important;
	}
	.u-mb-40--pc,
.u-my-40--pc {
		margin-bottom: 4rem !important;
	}
	.u-ml-40--pc,
.u-mx-40--pc {
		margin-left: 4rem !important;
	}
}
.u-m-48 {
	margin: 4.8rem !important;
}

.u-mt-48,
.u-my-48 {
	margin-top: 4.8rem !important;
}

.u-mr-48,
.u-mx-48 {
	margin-right: 4.8rem !important;
}

.u-mb-48,
.u-my-48 {
	margin-bottom: 4.8rem !important;
}

.u-ml-48,
.u-mx-48 {
	margin-left: 4.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-48--sp {
		margin: 4.8rem !important;
	}
	.u-mt-48--sp,
.u-my-48--sp {
		margin-top: 4.8rem !important;
	}
	.u-mr-48--sp,
.u-mx-48--sp {
		margin-right: 4.8rem !important;
	}
	.u-mb-48--sp,
.u-my-48--sp {
		margin-bottom: 4.8rem !important;
	}
	.u-ml-48--sp,
.u-mx-48--sp {
		margin-left: 4.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-48--pc {
		margin: 4.8rem !important;
	}
	.u-mt-48--pc,
.u-my-48--pc {
		margin-top: 4.8rem !important;
	}
	.u-mr-48--pc,
.u-mx-48--pc {
		margin-right: 4.8rem !important;
	}
	.u-mb-48--pc,
.u-my-48--pc {
		margin-bottom: 4.8rem !important;
	}
	.u-ml-48--pc,
.u-mx-48--pc {
		margin-left: 4.8rem !important;
	}
}
.u-m-56 {
	margin: 5.6rem !important;
}

.u-mt-56,
.u-my-56 {
	margin-top: 5.6rem !important;
}

.u-mr-56,
.u-mx-56 {
	margin-right: 5.6rem !important;
}

.u-mb-56,
.u-my-56 {
	margin-bottom: 5.6rem !important;
}

.u-ml-56,
.u-mx-56 {
	margin-left: 5.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-56--sp {
		margin: 5.6rem !important;
	}
	.u-mt-56--sp,
.u-my-56--sp {
		margin-top: 5.6rem !important;
	}
	.u-mr-56--sp,
.u-mx-56--sp {
		margin-right: 5.6rem !important;
	}
	.u-mb-56--sp,
.u-my-56--sp {
		margin-bottom: 5.6rem !important;
	}
	.u-ml-56--sp,
.u-mx-56--sp {
		margin-left: 5.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-56--pc {
		margin: 5.6rem !important;
	}
	.u-mt-56--pc,
.u-my-56--pc {
		margin-top: 5.6rem !important;
	}
	.u-mr-56--pc,
.u-mx-56--pc {
		margin-right: 5.6rem !important;
	}
	.u-mb-56--pc,
.u-my-56--pc {
		margin-bottom: 5.6rem !important;
	}
	.u-ml-56--pc,
.u-mx-56--pc {
		margin-left: 5.6rem !important;
	}
}
.u-m-60 {
	margin: 6rem !important;
}

.u-mt-60,
.u-my-60 {
	margin-top: 6rem !important;
}

.u-mr-60,
.u-mx-60 {
	margin-right: 6rem !important;
}

.u-mb-60,
.u-my-60 {
	margin-bottom: 6rem !important;
}

.u-ml-60,
.u-mx-60 {
	margin-left: 6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-60--sp {
		margin: 6rem !important;
	}
	.u-mt-60--sp,
.u-my-60--sp {
		margin-top: 6rem !important;
	}
	.u-mr-60--sp,
.u-mx-60--sp {
		margin-right: 6rem !important;
	}
	.u-mb-60--sp,
.u-my-60--sp {
		margin-bottom: 6rem !important;
	}
	.u-ml-60--sp,
.u-mx-60--sp {
		margin-left: 6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-60--pc {
		margin: 6rem !important;
	}
	.u-mt-60--pc,
.u-my-60--pc {
		margin-top: 6rem !important;
	}
	.u-mr-60--pc,
.u-mx-60--pc {
		margin-right: 6rem !important;
	}
	.u-mb-60--pc,
.u-my-60--pc {
		margin-bottom: 6rem !important;
	}
	.u-ml-60--pc,
.u-mx-60--pc {
		margin-left: 6rem !important;
	}
}
.u-m-80 {
	margin: 8rem !important;
}

.u-mt-80,
.u-my-80 {
	margin-top: 8rem !important;
}

.u-mr-80,
.u-mx-80 {
	margin-right: 8rem !important;
}

.u-mb-80,
.u-my-80 {
	margin-bottom: 8rem !important;
}

.u-ml-80,
.u-mx-80 {
	margin-left: 8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-80--sp {
		margin: 8rem !important;
	}
	.u-mt-80--sp,
.u-my-80--sp {
		margin-top: 8rem !important;
	}
	.u-mr-80--sp,
.u-mx-80--sp {
		margin-right: 8rem !important;
	}
	.u-mb-80--sp,
.u-my-80--sp {
		margin-bottom: 8rem !important;
	}
	.u-ml-80--sp,
.u-mx-80--sp {
		margin-left: 8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-80--pc {
		margin: 8rem !important;
	}
	.u-mt-80--pc,
.u-my-80--pc {
		margin-top: 8rem !important;
	}
	.u-mr-80--pc,
.u-mx-80--pc {
		margin-right: 8rem !important;
	}
	.u-mb-80--pc,
.u-my-80--pc {
		margin-bottom: 8rem !important;
	}
	.u-ml-80--pc,
.u-mx-80--pc {
		margin-left: 8rem !important;
	}
}
.u-m-100 {
	margin: 10rem !important;
}

.u-mt-100,
.u-my-100 {
	margin-top: 10rem !important;
}

.u-mr-100,
.u-mx-100 {
	margin-right: 10rem !important;
}

.u-mb-100,
.u-my-100 {
	margin-bottom: 10rem !important;
}

.u-ml-100,
.u-mx-100 {
	margin-left: 10rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-100--sp {
		margin: 10rem !important;
	}
	.u-mt-100--sp,
.u-my-100--sp {
		margin-top: 10rem !important;
	}
	.u-mr-100--sp,
.u-mx-100--sp {
		margin-right: 10rem !important;
	}
	.u-mb-100--sp,
.u-my-100--sp {
		margin-bottom: 10rem !important;
	}
	.u-ml-100--sp,
.u-mx-100--sp {
		margin-left: 10rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-100--pc {
		margin: 10rem !important;
	}
	.u-mt-100--pc,
.u-my-100--pc {
		margin-top: 10rem !important;
	}
	.u-mr-100--pc,
.u-mx-100--pc {
		margin-right: 10rem !important;
	}
	.u-mb-100--pc,
.u-my-100--pc {
		margin-bottom: 10rem !important;
	}
	.u-ml-100--pc,
.u-mx-100--pc {
		margin-left: 10rem !important;
	}
}
.u-m-120 {
	margin: 12rem !important;
}

.u-mt-120,
.u-my-120 {
	margin-top: 12rem !important;
}

.u-mr-120,
.u-mx-120 {
	margin-right: 12rem !important;
}

.u-mb-120,
.u-my-120 {
	margin-bottom: 12rem !important;
}

.u-ml-120,
.u-mx-120 {
	margin-left: 12rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-120--sp {
		margin: 12rem !important;
	}
	.u-mt-120--sp,
.u-my-120--sp {
		margin-top: 12rem !important;
	}
	.u-mr-120--sp,
.u-mx-120--sp {
		margin-right: 12rem !important;
	}
	.u-mb-120--sp,
.u-my-120--sp {
		margin-bottom: 12rem !important;
	}
	.u-ml-120--sp,
.u-mx-120--sp {
		margin-left: 12rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-120--pc {
		margin: 12rem !important;
	}
	.u-mt-120--pc,
.u-my-120--pc {
		margin-top: 12rem !important;
	}
	.u-mr-120--pc,
.u-mx-120--pc {
		margin-right: 12rem !important;
	}
	.u-mb-120--pc,
.u-my-120--pc {
		margin-bottom: 12rem !important;
	}
	.u-ml-120--pc,
.u-mx-120--pc {
		margin-left: 12rem !important;
	}
}
.u-p-0 {
	padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
	padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
	padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
	padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
	padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
	.u-p-0--sp {
		padding: 0 !important;
	}
	.u-pt-0--sp,
.u-py-0--sp {
		padding-top: 0 !important;
	}
	.u-pr-0--sp,
.u-px-0--sp {
		padding-right: 0 !important;
	}
	.u-pb-0--sp,
.u-py-0--sp {
		padding-bottom: 0 !important;
	}
	.u-pl-0--sp,
.u-px-0--sp {
		padding-left: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-0--pc {
		padding: 0 !important;
	}
	.u-pt-0--pc,
.u-py-0--pc {
		padding-top: 0 !important;
	}
	.u-pr-0--pc,
.u-px-0--pc {
		padding-right: 0 !important;
	}
	.u-pb-0--pc,
.u-py-0--pc {
		padding-bottom: 0 !important;
	}
	.u-pl-0--pc,
.u-px-0--pc {
		padding-left: 0 !important;
	}
}
.u-p-4 {
	padding: 0.4rem !important;
}

.u-pt-4,
.u-py-4 {
	padding-top: 0.4rem !important;
}

.u-pr-4,
.u-px-4 {
	padding-right: 0.4rem !important;
}

.u-pb-4,
.u-py-4 {
	padding-bottom: 0.4rem !important;
}

.u-pl-4,
.u-px-4 {
	padding-left: 0.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-4--sp {
		padding: 0.4rem !important;
	}
	.u-pt-4--sp,
.u-py-4--sp {
		padding-top: 0.4rem !important;
	}
	.u-pr-4--sp,
.u-px-4--sp {
		padding-right: 0.4rem !important;
	}
	.u-pb-4--sp,
.u-py-4--sp {
		padding-bottom: 0.4rem !important;
	}
	.u-pl-4--sp,
.u-px-4--sp {
		padding-left: 0.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-4--pc {
		padding: 0.4rem !important;
	}
	.u-pt-4--pc,
.u-py-4--pc {
		padding-top: 0.4rem !important;
	}
	.u-pr-4--pc,
.u-px-4--pc {
		padding-right: 0.4rem !important;
	}
	.u-pb-4--pc,
.u-py-4--pc {
		padding-bottom: 0.4rem !important;
	}
	.u-pl-4--pc,
.u-px-4--pc {
		padding-left: 0.4rem !important;
	}
}
.u-p-8 {
	padding: 0.8rem !important;
}

.u-pt-8,
.u-py-8 {
	padding-top: 0.8rem !important;
}

.u-pr-8,
.u-px-8 {
	padding-right: 0.8rem !important;
}

.u-pb-8,
.u-py-8 {
	padding-bottom: 0.8rem !important;
}

.u-pl-8,
.u-px-8 {
	padding-left: 0.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-8--sp {
		padding: 0.8rem !important;
	}
	.u-pt-8--sp,
.u-py-8--sp {
		padding-top: 0.8rem !important;
	}
	.u-pr-8--sp,
.u-px-8--sp {
		padding-right: 0.8rem !important;
	}
	.u-pb-8--sp,
.u-py-8--sp {
		padding-bottom: 0.8rem !important;
	}
	.u-pl-8--sp,
.u-px-8--sp {
		padding-left: 0.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-8--pc {
		padding: 0.8rem !important;
	}
	.u-pt-8--pc,
.u-py-8--pc {
		padding-top: 0.8rem !important;
	}
	.u-pr-8--pc,
.u-px-8--pc {
		padding-right: 0.8rem !important;
	}
	.u-pb-8--pc,
.u-py-8--pc {
		padding-bottom: 0.8rem !important;
	}
	.u-pl-8--pc,
.u-px-8--pc {
		padding-left: 0.8rem !important;
	}
}
.u-p-12 {
	padding: 1.2rem !important;
}

.u-pt-12,
.u-py-12 {
	padding-top: 1.2rem !important;
}

.u-pr-12,
.u-px-12 {
	padding-right: 1.2rem !important;
}

.u-pb-12,
.u-py-12 {
	padding-bottom: 1.2rem !important;
}

.u-pl-12,
.u-px-12 {
	padding-left: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-12--sp {
		padding: 1.2rem !important;
	}
	.u-pt-12--sp,
.u-py-12--sp {
		padding-top: 1.2rem !important;
	}
	.u-pr-12--sp,
.u-px-12--sp {
		padding-right: 1.2rem !important;
	}
	.u-pb-12--sp,
.u-py-12--sp {
		padding-bottom: 1.2rem !important;
	}
	.u-pl-12--sp,
.u-px-12--sp {
		padding-left: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-12--pc {
		padding: 1.2rem !important;
	}
	.u-pt-12--pc,
.u-py-12--pc {
		padding-top: 1.2rem !important;
	}
	.u-pr-12--pc,
.u-px-12--pc {
		padding-right: 1.2rem !important;
	}
	.u-pb-12--pc,
.u-py-12--pc {
		padding-bottom: 1.2rem !important;
	}
	.u-pl-12--pc,
.u-px-12--pc {
		padding-left: 1.2rem !important;
	}
}
.u-p-16 {
	padding: 1.6rem !important;
}

.u-pt-16,
.u-py-16 {
	padding-top: 1.6rem !important;
}

.u-pr-16,
.u-px-16 {
	padding-right: 1.6rem !important;
}

.u-pb-16,
.u-py-16 {
	padding-bottom: 1.6rem !important;
}

.u-pl-16,
.u-px-16 {
	padding-left: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-16--sp {
		padding: 1.6rem !important;
	}
	.u-pt-16--sp,
.u-py-16--sp {
		padding-top: 1.6rem !important;
	}
	.u-pr-16--sp,
.u-px-16--sp {
		padding-right: 1.6rem !important;
	}
	.u-pb-16--sp,
.u-py-16--sp {
		padding-bottom: 1.6rem !important;
	}
	.u-pl-16--sp,
.u-px-16--sp {
		padding-left: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-16--pc {
		padding: 1.6rem !important;
	}
	.u-pt-16--pc,
.u-py-16--pc {
		padding-top: 1.6rem !important;
	}
	.u-pr-16--pc,
.u-px-16--pc {
		padding-right: 1.6rem !important;
	}
	.u-pb-16--pc,
.u-py-16--pc {
		padding-bottom: 1.6rem !important;
	}
	.u-pl-16--pc,
.u-px-16--pc {
		padding-left: 1.6rem !important;
	}
}
.u-p-20 {
	padding: 2rem !important;
}

.u-pt-20,
.u-py-20 {
	padding-top: 2rem !important;
}

.u-pr-20,
.u-px-20 {
	padding-right: 2rem !important;
}

.u-pb-20,
.u-py-20 {
	padding-bottom: 2rem !important;
}

.u-pl-20,
.u-px-20 {
	padding-left: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-20--sp {
		padding: 2rem !important;
	}
	.u-pt-20--sp,
.u-py-20--sp {
		padding-top: 2rem !important;
	}
	.u-pr-20--sp,
.u-px-20--sp {
		padding-right: 2rem !important;
	}
	.u-pb-20--sp,
.u-py-20--sp {
		padding-bottom: 2rem !important;
	}
	.u-pl-20--sp,
.u-px-20--sp {
		padding-left: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-20--pc {
		padding: 2rem !important;
	}
	.u-pt-20--pc,
.u-py-20--pc {
		padding-top: 2rem !important;
	}
	.u-pr-20--pc,
.u-px-20--pc {
		padding-right: 2rem !important;
	}
	.u-pb-20--pc,
.u-py-20--pc {
		padding-bottom: 2rem !important;
	}
	.u-pl-20--pc,
.u-px-20--pc {
		padding-left: 2rem !important;
	}
}
.u-p-24 {
	padding: 2.4rem !important;
}

.u-pt-24,
.u-py-24 {
	padding-top: 2.4rem !important;
}

.u-pr-24,
.u-px-24 {
	padding-right: 2.4rem !important;
}

.u-pb-24,
.u-py-24 {
	padding-bottom: 2.4rem !important;
}

.u-pl-24,
.u-px-24 {
	padding-left: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-24--sp {
		padding: 2.4rem !important;
	}
	.u-pt-24--sp,
.u-py-24--sp {
		padding-top: 2.4rem !important;
	}
	.u-pr-24--sp,
.u-px-24--sp {
		padding-right: 2.4rem !important;
	}
	.u-pb-24--sp,
.u-py-24--sp {
		padding-bottom: 2.4rem !important;
	}
	.u-pl-24--sp,
.u-px-24--sp {
		padding-left: 2.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-24--pc {
		padding: 2.4rem !important;
	}
	.u-pt-24--pc,
.u-py-24--pc {
		padding-top: 2.4rem !important;
	}
	.u-pr-24--pc,
.u-px-24--pc {
		padding-right: 2.4rem !important;
	}
	.u-pb-24--pc,
.u-py-24--pc {
		padding-bottom: 2.4rem !important;
	}
	.u-pl-24--pc,
.u-px-24--pc {
		padding-left: 2.4rem !important;
	}
}
.u-p-28 {
	padding: 2.8rem !important;
}

.u-pt-28,
.u-py-28 {
	padding-top: 2.8rem !important;
}

.u-pr-28,
.u-px-28 {
	padding-right: 2.8rem !important;
}

.u-pb-28,
.u-py-28 {
	padding-bottom: 2.8rem !important;
}

.u-pl-28,
.u-px-28 {
	padding-left: 2.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-28--sp {
		padding: 2.8rem !important;
	}
	.u-pt-28--sp,
.u-py-28--sp {
		padding-top: 2.8rem !important;
	}
	.u-pr-28--sp,
.u-px-28--sp {
		padding-right: 2.8rem !important;
	}
	.u-pb-28--sp,
.u-py-28--sp {
		padding-bottom: 2.8rem !important;
	}
	.u-pl-28--sp,
.u-px-28--sp {
		padding-left: 2.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-28--pc {
		padding: 2.8rem !important;
	}
	.u-pt-28--pc,
.u-py-28--pc {
		padding-top: 2.8rem !important;
	}
	.u-pr-28--pc,
.u-px-28--pc {
		padding-right: 2.8rem !important;
	}
	.u-pb-28--pc,
.u-py-28--pc {
		padding-bottom: 2.8rem !important;
	}
	.u-pl-28--pc,
.u-px-28--pc {
		padding-left: 2.8rem !important;
	}
}
.u-p-32 {
	padding: 3.2rem !important;
}

.u-pt-32,
.u-py-32 {
	padding-top: 3.2rem !important;
}

.u-pr-32,
.u-px-32 {
	padding-right: 3.2rem !important;
}

.u-pb-32,
.u-py-32 {
	padding-bottom: 3.2rem !important;
}

.u-pl-32,
.u-px-32 {
	padding-left: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-32--sp {
		padding: 3.2rem !important;
	}
	.u-pt-32--sp,
.u-py-32--sp {
		padding-top: 3.2rem !important;
	}
	.u-pr-32--sp,
.u-px-32--sp {
		padding-right: 3.2rem !important;
	}
	.u-pb-32--sp,
.u-py-32--sp {
		padding-bottom: 3.2rem !important;
	}
	.u-pl-32--sp,
.u-px-32--sp {
		padding-left: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-32--pc {
		padding: 3.2rem !important;
	}
	.u-pt-32--pc,
.u-py-32--pc {
		padding-top: 3.2rem !important;
	}
	.u-pr-32--pc,
.u-px-32--pc {
		padding-right: 3.2rem !important;
	}
	.u-pb-32--pc,
.u-py-32--pc {
		padding-bottom: 3.2rem !important;
	}
	.u-pl-32--pc,
.u-px-32--pc {
		padding-left: 3.2rem !important;
	}
}
.u-p-36 {
	padding: 3.6rem !important;
}

.u-pt-36,
.u-py-36 {
	padding-top: 3.6rem !important;
}

.u-pr-36,
.u-px-36 {
	padding-right: 3.6rem !important;
}

.u-pb-36,
.u-py-36 {
	padding-bottom: 3.6rem !important;
}

.u-pl-36,
.u-px-36 {
	padding-left: 3.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-36--sp {
		padding: 3.6rem !important;
	}
	.u-pt-36--sp,
.u-py-36--sp {
		padding-top: 3.6rem !important;
	}
	.u-pr-36--sp,
.u-px-36--sp {
		padding-right: 3.6rem !important;
	}
	.u-pb-36--sp,
.u-py-36--sp {
		padding-bottom: 3.6rem !important;
	}
	.u-pl-36--sp,
.u-px-36--sp {
		padding-left: 3.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-36--pc {
		padding: 3.6rem !important;
	}
	.u-pt-36--pc,
.u-py-36--pc {
		padding-top: 3.6rem !important;
	}
	.u-pr-36--pc,
.u-px-36--pc {
		padding-right: 3.6rem !important;
	}
	.u-pb-36--pc,
.u-py-36--pc {
		padding-bottom: 3.6rem !important;
	}
	.u-pl-36--pc,
.u-px-36--pc {
		padding-left: 3.6rem !important;
	}
}
.u-p-40 {
	padding: 4rem !important;
}

.u-pt-40,
.u-py-40 {
	padding-top: 4rem !important;
}

.u-pr-40,
.u-px-40 {
	padding-right: 4rem !important;
}

.u-pb-40,
.u-py-40 {
	padding-bottom: 4rem !important;
}

.u-pl-40,
.u-px-40 {
	padding-left: 4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-40--sp {
		padding: 4rem !important;
	}
	.u-pt-40--sp,
.u-py-40--sp {
		padding-top: 4rem !important;
	}
	.u-pr-40--sp,
.u-px-40--sp {
		padding-right: 4rem !important;
	}
	.u-pb-40--sp,
.u-py-40--sp {
		padding-bottom: 4rem !important;
	}
	.u-pl-40--sp,
.u-px-40--sp {
		padding-left: 4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-40--pc {
		padding: 4rem !important;
	}
	.u-pt-40--pc,
.u-py-40--pc {
		padding-top: 4rem !important;
	}
	.u-pr-40--pc,
.u-px-40--pc {
		padding-right: 4rem !important;
	}
	.u-pb-40--pc,
.u-py-40--pc {
		padding-bottom: 4rem !important;
	}
	.u-pl-40--pc,
.u-px-40--pc {
		padding-left: 4rem !important;
	}
}
.u-p-48 {
	padding: 4.8rem !important;
}

.u-pt-48,
.u-py-48 {
	padding-top: 4.8rem !important;
}

.u-pr-48,
.u-px-48 {
	padding-right: 4.8rem !important;
}

.u-pb-48,
.u-py-48 {
	padding-bottom: 4.8rem !important;
}

.u-pl-48,
.u-px-48 {
	padding-left: 4.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-48--sp {
		padding: 4.8rem !important;
	}
	.u-pt-48--sp,
.u-py-48--sp {
		padding-top: 4.8rem !important;
	}
	.u-pr-48--sp,
.u-px-48--sp {
		padding-right: 4.8rem !important;
	}
	.u-pb-48--sp,
.u-py-48--sp {
		padding-bottom: 4.8rem !important;
	}
	.u-pl-48--sp,
.u-px-48--sp {
		padding-left: 4.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-48--pc {
		padding: 4.8rem !important;
	}
	.u-pt-48--pc,
.u-py-48--pc {
		padding-top: 4.8rem !important;
	}
	.u-pr-48--pc,
.u-px-48--pc {
		padding-right: 4.8rem !important;
	}
	.u-pb-48--pc,
.u-py-48--pc {
		padding-bottom: 4.8rem !important;
	}
	.u-pl-48--pc,
.u-px-48--pc {
		padding-left: 4.8rem !important;
	}
}
.u-p-56 {
	padding: 5.6rem !important;
}

.u-pt-56,
.u-py-56 {
	padding-top: 5.6rem !important;
}

.u-pr-56,
.u-px-56 {
	padding-right: 5.6rem !important;
}

.u-pb-56,
.u-py-56 {
	padding-bottom: 5.6rem !important;
}

.u-pl-56,
.u-px-56 {
	padding-left: 5.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-56--sp {
		padding: 5.6rem !important;
	}
	.u-pt-56--sp,
.u-py-56--sp {
		padding-top: 5.6rem !important;
	}
	.u-pr-56--sp,
.u-px-56--sp {
		padding-right: 5.6rem !important;
	}
	.u-pb-56--sp,
.u-py-56--sp {
		padding-bottom: 5.6rem !important;
	}
	.u-pl-56--sp,
.u-px-56--sp {
		padding-left: 5.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-56--pc {
		padding: 5.6rem !important;
	}
	.u-pt-56--pc,
.u-py-56--pc {
		padding-top: 5.6rem !important;
	}
	.u-pr-56--pc,
.u-px-56--pc {
		padding-right: 5.6rem !important;
	}
	.u-pb-56--pc,
.u-py-56--pc {
		padding-bottom: 5.6rem !important;
	}
	.u-pl-56--pc,
.u-px-56--pc {
		padding-left: 5.6rem !important;
	}
}
.u-p-60 {
	padding: 6rem !important;
}

.u-pt-60,
.u-py-60 {
	padding-top: 6rem !important;
}

.u-pr-60,
.u-px-60 {
	padding-right: 6rem !important;
}

.u-pb-60,
.u-py-60 {
	padding-bottom: 6rem !important;
}

.u-pl-60,
.u-px-60 {
	padding-left: 6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-60--sp {
		padding: 6rem !important;
	}
	.u-pt-60--sp,
.u-py-60--sp {
		padding-top: 6rem !important;
	}
	.u-pr-60--sp,
.u-px-60--sp {
		padding-right: 6rem !important;
	}
	.u-pb-60--sp,
.u-py-60--sp {
		padding-bottom: 6rem !important;
	}
	.u-pl-60--sp,
.u-px-60--sp {
		padding-left: 6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-60--pc {
		padding: 6rem !important;
	}
	.u-pt-60--pc,
.u-py-60--pc {
		padding-top: 6rem !important;
	}
	.u-pr-60--pc,
.u-px-60--pc {
		padding-right: 6rem !important;
	}
	.u-pb-60--pc,
.u-py-60--pc {
		padding-bottom: 6rem !important;
	}
	.u-pl-60--pc,
.u-px-60--pc {
		padding-left: 6rem !important;
	}
}
.u-p-80 {
	padding: 8rem !important;
}

.u-pt-80,
.u-py-80 {
	padding-top: 8rem !important;
}

.u-pr-80,
.u-px-80 {
	padding-right: 8rem !important;
}

.u-pb-80,
.u-py-80 {
	padding-bottom: 8rem !important;
}

.u-pl-80,
.u-px-80 {
	padding-left: 8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-80--sp {
		padding: 8rem !important;
	}
	.u-pt-80--sp,
.u-py-80--sp {
		padding-top: 8rem !important;
	}
	.u-pr-80--sp,
.u-px-80--sp {
		padding-right: 8rem !important;
	}
	.u-pb-80--sp,
.u-py-80--sp {
		padding-bottom: 8rem !important;
	}
	.u-pl-80--sp,
.u-px-80--sp {
		padding-left: 8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-80--pc {
		padding: 8rem !important;
	}
	.u-pt-80--pc,
.u-py-80--pc {
		padding-top: 8rem !important;
	}
	.u-pr-80--pc,
.u-px-80--pc {
		padding-right: 8rem !important;
	}
	.u-pb-80--pc,
.u-py-80--pc {
		padding-bottom: 8rem !important;
	}
	.u-pl-80--pc,
.u-px-80--pc {
		padding-left: 8rem !important;
	}
}
.u-p-100 {
	padding: 10rem !important;
}

.u-pt-100,
.u-py-100 {
	padding-top: 10rem !important;
}

.u-pr-100,
.u-px-100 {
	padding-right: 10rem !important;
}

.u-pb-100,
.u-py-100 {
	padding-bottom: 10rem !important;
}

.u-pl-100,
.u-px-100 {
	padding-left: 10rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-100--sp {
		padding: 10rem !important;
	}
	.u-pt-100--sp,
.u-py-100--sp {
		padding-top: 10rem !important;
	}
	.u-pr-100--sp,
.u-px-100--sp {
		padding-right: 10rem !important;
	}
	.u-pb-100--sp,
.u-py-100--sp {
		padding-bottom: 10rem !important;
	}
	.u-pl-100--sp,
.u-px-100--sp {
		padding-left: 10rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-100--pc {
		padding: 10rem !important;
	}
	.u-pt-100--pc,
.u-py-100--pc {
		padding-top: 10rem !important;
	}
	.u-pr-100--pc,
.u-px-100--pc {
		padding-right: 10rem !important;
	}
	.u-pb-100--pc,
.u-py-100--pc {
		padding-bottom: 10rem !important;
	}
	.u-pl-100--pc,
.u-px-100--pc {
		padding-left: 10rem !important;
	}
}
.u-p-120 {
	padding: 12rem !important;
}

.u-pt-120,
.u-py-120 {
	padding-top: 12rem !important;
}

.u-pr-120,
.u-px-120 {
	padding-right: 12rem !important;
}

.u-pb-120,
.u-py-120 {
	padding-bottom: 12rem !important;
}

.u-pl-120,
.u-px-120 {
	padding-left: 12rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-120--sp {
		padding: 12rem !important;
	}
	.u-pt-120--sp,
.u-py-120--sp {
		padding-top: 12rem !important;
	}
	.u-pr-120--sp,
.u-px-120--sp {
		padding-right: 12rem !important;
	}
	.u-pb-120--sp,
.u-py-120--sp {
		padding-bottom: 12rem !important;
	}
	.u-pl-120--sp,
.u-px-120--sp {
		padding-left: 12rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-120--pc {
		padding: 12rem !important;
	}
	.u-pt-120--pc,
.u-py-120--pc {
		padding-top: 12rem !important;
	}
	.u-pr-120--pc,
.u-px-120--pc {
		padding-right: 12rem !important;
	}
	.u-pb-120--pc,
.u-py-120--pc {
		padding-bottom: 12rem !important;
	}
	.u-pl-120--pc,
.u-px-120--pc {
		padding-left: 12rem !important;
	}
}
.u-m-auto {
	margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
	margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
	margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
	margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
	margin-left: auto !important;
}

.u-font-goth {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

.u-font-mincho {
	font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-font-10 {
	font-size: 1rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-10--sp {
		font-size: 1rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-10--pc {
		font-size: 1rem !important;
	}
}
.u-font-12 {
	font-size: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-12--sp {
		font-size: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-12--pc {
		font-size: 1.2rem !important;
	}
}
.u-font-16 {
	font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-16--sp {
		font-size: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-16--pc {
		font-size: 1.6rem !important;
	}
}
.u-font-20 {
	font-size: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-20--sp {
		font-size: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-20--pc {
		font-size: 2rem !important;
	}
}
.u-font-32 {
	font-size: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-32--sp {
		font-size: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-32--pc {
		font-size: 3.2rem !important;
	}
}
.u-font-40 {
	font-size: 4rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-40--sp {
		font-size: 4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-40--pc {
		font-size: 4rem !important;
	}
}
.u-font-56 {
	font-size: 5.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-56--sp {
		font-size: 5.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-56--pc {
		font-size: 5.6rem !important;
	}
}
.u-font-60 {
	font-size: 6rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-60--sp {
		font-size: 6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-60--pc {
		font-size: 6rem !important;
	}
}
.u-font-150p {
	font-size: 150% !important;
}

@media screen and (max-width: 768px) {
	.u-font-150p--sp {
		font-size: 150% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-150p--pc {
		font-size: 150% !important;
	}
}
.u-font-125p {
	font-size: 125% !important;
}

@media screen and (max-width: 768px) {
	.u-font-125p--sp {
		font-size: 125% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-125p--pc {
		font-size: 125% !important;
	}
}
.u-font-120p {
	font-size: 120% !important;
}

@media screen and (max-width: 768px) {
	.u-font-120p--sp {
		font-size: 120% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-120p--pc {
		font-size: 120% !important;
	}
}
.u-font-80p {
	font-size: 80% !important;
}

@media screen and (max-width: 768px) {
	.u-font-80p--sp {
		font-size: 80% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-80p--pc {
		font-size: 80% !important;
	}
}
.u-font-75p {
	font-size: 75% !important;
}

@media screen and (max-width: 768px) {
	.u-font-75p--sp {
		font-size: 75% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-75p--pc {
		font-size: 75% !important;
	}
}
.u-font-60p {
	font-size: 60% !important;
}

@media screen and (max-width: 768px) {
	.u-font-60p--sp {
		font-size: 60% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-60p--pc {
		font-size: 60% !important;
	}
}
.u-font-50p {
	font-size: 50% !important;
}

@media screen and (max-width: 768px) {
	.u-font-50p--sp {
		font-size: 50% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-50p--pc {
		font-size: 50% !important;
	}
}
.u-font-normal {
	font-weight: normal !important;
}

.u-font-bold {
	font-weight: bold !important;
}
@media screen and (max-width: 768px) {
	.u-font-bold--sp {
		font-weight: bold !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-bold--pc {
		font-weight: bold !important;
	}
}

.u-font-normal {
	font-weight: normal !important;
}

.u-font-bold {
	font-weight: bold !important;
}