.c-inner {
	max-width: 1054px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
@media screen and (max-width: 768px) {
	.c-inner {
		padding: 0 15px;
	}
}
.c-inner--full {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.c-inner--spfit {
		padding-left: 0;
		padding-right: 0;
	}
}

.c-logo-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.c-logo-list__item {
	width: calc(16.6666666667% - 2px);
	border: solid 1px #efefef;
}
@media screen and (max-width: 768px) {
	.c-logo-list__item {
		width: calc(33.3333333333% - 2px);
	}
}

.c-row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.c-row > .c-row__item {
	padding: 15px;
	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: -8px;
}
.c-row--thin > .c-row__item {
	padding: 8px;
}
@media screen and (min-width: 769px) {
	.c-row--thin-pc {
		margin: -8px;
	}
}
@media screen and (min-width: 769px) {
	.c-row--thin-pc > .c-row__item {
		padding: 8px;
	}
}
@media screen and (max-width: 768px) {
	.c-row--thin-sp {
		margin: -8px;
	}
}
@media screen and (max-width: 768px) {
	.c-row--thin-sp > .c-row__item {
		padding: 8px;
	}
}
@media screen and (min-width: 769px) {
	.c-row--wide {
		margin: -30px;
	}
	.c-row--wide > .c-row__item {
		padding: 30px;
	}
}
@media screen and (max-width: 768px) {
	.c-row--wide-sp {
		margin: -30px;
	}
	.c-row--wide-sp > .c-row__item {
		padding: 30px;
	}
}
.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;
	}
}

#mv .mv_box--20251106 {
	padding-top: 140px;
}

.p-partner {
	padding-bottom: 60px;
}
.p-partner__intro {
	padding: 16px 0;
	margin-bottom: 40px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.p-partner__lead-main {
	font-size: 1.8rem;
	font-weight: bold;
}
.p-partner__lead-sub {
	font-size: 0.875rem;
	color: #666;
}

@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-flex {
	display: flex;
}
.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-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: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
	.u-m-60--sp {
		margin: 60px !important;
	}
	.u-mt-60--sp,
	.u-my-60--sp {
		margin-top: 60px !important;
	}
	.u-mr-60--sp,
	.u-mx-60--sp {
		margin-right: 60px !important;
	}
	.u-mb-60--sp,
	.u-my-60--sp {
		margin-bottom: 60px !important;
	}
	.u-ml-60--sp,
	.u-mx-60--sp {
		margin-left: 60px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-60--pc {
		margin: 60px !important;
	}
	.u-mt-60--pc,
	.u-my-60--pc {
		margin-top: 60px !important;
	}
	.u-mr-60--pc,
	.u-mx-60--pc {
		margin-right: 60px !important;
	}
	.u-mb-60--pc,
	.u-my-60--pc {
		margin-bottom: 60px !important;
	}
	.u-ml-60--pc,
	.u-mx-60--pc {
		margin-left: 60px !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: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-nmt-12,
.u-nmy-12 {
	margin-top: -12px !important;
}

.u-nmr-12,
.u-nmx-12 {
	margin-right: -12px !important;
}

.u-nmb-12,
.u-nmy-12 {
	margin-bottom: -12px !important;
}

.u-nml-12,
.u-nmx-12 {
	margin-left: -12px !important;
}

@media screen and (max-width: 768px) {
	.u-nm-12--sp {
		margin: -12px !important;
	}
	.u-nmt-12--sp,
	.u-nmy-12--sp {
		margin-top: -12px !important;
	}
	.u-nmr-12--sp,
	.u-nmx-12--sp {
		margin-right: -12px !important;
	}
	.u-nmb-12--sp,
	.u-nmy-12--sp {
		margin-bottom: -12px !important;
	}
	.u-nml-12--sp,
	.u-nmx-12--sp {
		margin-left: -12px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-12--pc {
		margin: -12px !important;
	}
	.u-nmt-12--pc,
	.u-nmy-12--pc {
		margin-top: -12px !important;
	}
	.u-nmr-12--pc,
	.u-nmx-12--pc {
		margin-right: -12px !important;
	}
	.u-nmb-12--pc,
	.u-nmy-12--pc {
		margin-bottom: -12px !important;
	}
	.u-nml-12--pc,
	.u-nmx-12--pc {
		margin-left: -12px !important;
	}
}
.u-nm-20 {
	margin: -20px !important;
}

.u-nmt-20,
.u-nmy-20 {
	margin-top: -20px !important;
}

.u-nmr-20,
.u-nmx-20 {
	margin-right: -20px !important;
}

.u-nmb-20,
.u-nmy-20 {
	margin-bottom: -20px !important;
}

.u-nml-20,
.u-nmx-20 {
	margin-left: -20px !important;
}

@media screen and (max-width: 768px) {
	.u-nm-20--sp {
		margin: -20px !important;
	}
	.u-nmt-20--sp,
	.u-nmy-20--sp {
		margin-top: -20px !important;
	}
	.u-nmr-20--sp,
	.u-nmx-20--sp {
		margin-right: -20px !important;
	}
	.u-nmb-20--sp,
	.u-nmy-20--sp {
		margin-bottom: -20px !important;
	}
	.u-nml-20--sp,
	.u-nmx-20--sp {
		margin-left: -20px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-20--pc {
		margin: -20px !important;
	}
	.u-nmt-20--pc,
	.u-nmy-20--pc {
		margin-top: -20px !important;
	}
	.u-nmr-20--pc,
	.u-nmx-20--pc {
		margin-right: -20px !important;
	}
	.u-nmb-20--pc,
	.u-nmy-20--pc {
		margin-bottom: -20px !important;
	}
	.u-nml-20--pc,
	.u-nmx-20--pc {
		margin-left: -20px !important;
	}
}
.u-nm-40 {
	margin: -40px !important;
}

.u-nmt-40,
.u-nmy-40 {
	margin-top: -40px !important;
}

.u-nmr-40,
.u-nmx-40 {
	margin-right: -40px !important;
}

.u-nmb-40,
.u-nmy-40 {
	margin-bottom: -40px !important;
}

.u-nml-40,
.u-nmx-40 {
	margin-left: -40px !important;
}

@media screen and (max-width: 768px) {
	.u-nm-40--sp {
		margin: -40px !important;
	}
	.u-nmt-40--sp,
	.u-nmy-40--sp {
		margin-top: -40px !important;
	}
	.u-nmr-40--sp,
	.u-nmx-40--sp {
		margin-right: -40px !important;
	}
	.u-nmb-40--sp,
	.u-nmy-40--sp {
		margin-bottom: -40px !important;
	}
	.u-nml-40--sp,
	.u-nmx-40--sp {
		margin-left: -40px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-40--pc {
		margin: -40px !important;
	}
	.u-nmt-40--pc,
	.u-nmy-40--pc {
		margin-top: -40px !important;
	}
	.u-nmr-40--pc,
	.u-nmx-40--pc {
		margin-right: -40px !important;
	}
	.u-nmb-40--pc,
	.u-nmy-40--pc {
		margin-bottom: -40px !important;
	}
	.u-nml-40--pc,
	.u-nmx-40--pc {
		margin-left: -40px !important;
	}
}
.u-nm-60 {
	margin: -60px !important;
}

.u-nmt-60,
.u-nmy-60 {
	margin-top: -60px !important;
}

.u-nmr-60,
.u-nmx-60 {
	margin-right: -60px !important;
}

.u-nmb-60,
.u-nmy-60 {
	margin-bottom: -60px !important;
}

.u-nml-60,
.u-nmx-60 {
	margin-left: -60px !important;
}

@media screen and (max-width: 768px) {
	.u-nm-60--sp {
		margin: -60px !important;
	}
	.u-nmt-60--sp,
	.u-nmy-60--sp {
		margin-top: -60px !important;
	}
	.u-nmr-60--sp,
	.u-nmx-60--sp {
		margin-right: -60px !important;
	}
	.u-nmb-60--sp,
	.u-nmy-60--sp {
		margin-bottom: -60px !important;
	}
	.u-nml-60--sp,
	.u-nmx-60--sp {
		margin-left: -60px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-60--pc {
		margin: -60px !important;
	}
	.u-nmt-60--pc,
	.u-nmy-60--pc {
		margin-top: -60px !important;
	}
	.u-nmr-60--pc,
	.u-nmx-60--pc {
		margin-right: -60px !important;
	}
	.u-nmb-60--pc,
	.u-nmy-60--pc {
		margin-bottom: -60px !important;
	}
	.u-nml-60--pc,
	.u-nmx-60--pc {
		margin-left: -60px !important;
	}
}
.u-nm-80 {
	margin: -80px !important;
}

.u-nmt-80,
.u-nmy-80 {
	margin-top: -80px !important;
}

.u-nmr-80,
.u-nmx-80 {
	margin-right: -80px !important;
}

.u-nmb-80,
.u-nmy-80 {
	margin-bottom: -80px !important;
}

.u-nml-80,
.u-nmx-80 {
	margin-left: -80px !important;
}

@media screen and (max-width: 768px) {
	.u-nm-80--sp {
		margin: -80px !important;
	}
	.u-nmt-80--sp,
	.u-nmy-80--sp {
		margin-top: -80px !important;
	}
	.u-nmr-80--sp,
	.u-nmx-80--sp {
		margin-right: -80px !important;
	}
	.u-nmb-80--sp,
	.u-nmy-80--sp {
		margin-bottom: -80px !important;
	}
	.u-nml-80--sp,
	.u-nmx-80--sp {
		margin-left: -80px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-80--pc {
		margin: -80px !important;
	}
	.u-nmt-80--pc,
	.u-nmy-80--pc {
		margin-top: -80px !important;
	}
	.u-nmr-80--pc,
	.u-nmx-80--pc {
		margin-right: -80px !important;
	}
	.u-nmb-80--pc,
	.u-nmy-80--pc {
		margin-bottom: -80px !important;
	}
	.u-nml-80--pc,
	.u-nmx-80--pc {
		margin-left: -80px !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-g-0 {
	gap: 0 !important;
}

.u-gy-0 {
	row-gap: 0 !important;
}

.u-gx-0 {
	column-gap: 0 !important;
}

@media screen and (max-width: 768px) {
	.u-g-0--sp {
		gap: 0 !important;
	}
	.u-gy-0--sp {
		row-gap: 0 !important;
	}
	.u-gx-0--sp {
		column-gap: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.u-g-0--pc {
		gap: 0 !important;
	}
	.u-gy-0--pc {
		row-gap: 0 !important;
	}
	.u-gx-0--pc {
		column-gap: 0 !important;
	}
}
.u-g-8 {
	gap: 8px !important;
}

.u-gy-8 {
	row-gap: 8px !important;
}

.u-gx-8 {
	column-gap: 8px !important;
}

@media screen and (max-width: 768px) {
	.u-g-8--sp {
		gap: 8px !important;
	}
	.u-gy-8--sp {
		row-gap: 8px !important;
	}
	.u-gx-8--sp {
		column-gap: 8px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-g-8--pc {
		gap: 8px !important;
	}
	.u-gy-8--pc {
		row-gap: 8px !important;
	}
	.u-gx-8--pc {
		column-gap: 8px !important;
	}
}
.u-g-20 {
	gap: 20px !important;
}

.u-gy-20 {
	row-gap: 20px !important;
}

.u-gx-20 {
	column-gap: 20px !important;
}

@media screen and (max-width: 768px) {
	.u-g-20--sp {
		gap: 20px !important;
	}
	.u-gy-20--sp {
		row-gap: 20px !important;
	}
	.u-gx-20--sp {
		column-gap: 20px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-g-20--pc {
		gap: 20px !important;
	}
	.u-gy-20--pc {
		row-gap: 20px !important;
	}
	.u-gx-20--pc {
		column-gap: 20px !important;
	}
}
.u-g-40 {
	gap: 40px !important;
}

.u-gy-40 {
	row-gap: 40px !important;
}

.u-gx-40 {
	column-gap: 40px !important;
}

@media screen and (max-width: 768px) {
	.u-g-40--sp {
		gap: 40px !important;
	}
	.u-gy-40--sp {
		row-gap: 40px !important;
	}
	.u-gx-40--sp {
		column-gap: 40px !important;
	}
}
@media screen and (min-width: 769px) {
	.u-g-40--pc {
		gap: 40px !important;
	}
	.u-gy-40--pc {
		row-gap: 40px !important;
	}
	.u-gx-40--pc {
		column-gap: 40px !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-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-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-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-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;
	}
}