@charset "UTF-8";

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
	padding-bottom: 155px;
}
@media screen and (max-width: 768px) {
    .l-contents {
        padding-bottom: 60px;
    }
}

/* ---------------------------------------------
*   c-heading-title
--------------------------------------------- */
.c-heading-title {
	background-color: #F5F5F6;
}
.c-heading-title__inner {
	max-width: 950px;
	margin-inline: auto;
	padding: 60px 0;
}
@media screen and (max-width: 768px) {
    .c-heading-title__inner {
        padding: 40px 30px;
    }
}

.c-heading-title__txt {
	font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .c-heading-title {
        font-size: 20px;
    }
}

/* ---------------------------------------------
*   c-topics_page-title
--------------------------------------------- */
.c-topics_page-title {
	color: #3C3C3C;
	font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
	border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 768px) {
    .c-topics_page-title {
        font-size: 26px;
    }
}

/* ---------------------------------------------
*   p-topics-label-area
--------------------------------------------- */
.p-topics-label-area {
}

.p-topics-label {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, 120px);
	gap: 18px;
	justify-content: end;
}
@media screen and (max-width: 768px) {
    .p-topics-label {
		grid-template-columns: repeat(auto-fit, 80px);
        gap: 10px;
    }
}

.p-topics-label_item {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
    .p-topics-label_item {
        height: 20px;
		font-size: 12px;
    }
}

.p-topics-label_item.label-01 {
	background-color: #004098;
}
.p-topics-label_item.label-02 {
	background-color: #0094a3;
}
.p-topics-label_item.label-03 {
	background-color: #35BDFD;
}
.p-topics-label_item.label-off {
	background-color: #bbbbbb!important;
}

/* ---------------------------------------------
*   p-topics-data
--------------------------------------------- */
.p-topics-data {
	font-size: 16px;
	text-align: right;
}

/* ---------------------------------------------
*   p-topics__body
--------------------------------------------- */
.p-topics__body * {
	color: #3C3C3C;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.84;
}

.p-topics__body > *:not(first-child) {
	margin-top: 1.5em;
}

/* ---------------------------------------------
*   p-topics-text-link
--------------------------------------------- */
.p-topics-text-link {
	color: #004098;
	text-decoration: none;
}

.p-topics-text-link:hover {
	text-decoration: underline;
}

/* ---------------------------------------------
*   sup
--------------------------------------------- */
.p-topics__body sup {
	font-size: 75%;
}
.p-topics__body sub {
	font-size: 75%;
	vertical-align: baseline;
}

/* ---------------------------------------------
*   p-topics__c-list-notes
--------------------------------------------- */
.p-topics__c-list-notes * {
	font-size: 13px;
	line-height: 1.5;
}

.p-topics__c-list-notes-item {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.5em;
}

.notes-mark {
	white-space: nowrap;
}

/* ---------------------------------------------
*   p-topics-figure__2columns
--------------------------------------------- */
.p-topics-figure__2columns {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 15px;
}
@media screen and (max-width: 768px) {
    .p-topics-figure__2columns {
        grid-template-columns: 100%;
    }
    .p-topics-figure__2columns .p-topics__img {
        margin-inline: auto;
    }
}

.p-topics__img figcaption {
	
}

/* ---------------------------------------------
*   p-topics-movie
--------------------------------------------- */
.p-topics-movie {
	max-width: 560px;
	margin-inline: auto;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

/* ---------------------------------------------
*   c-topics_title02
--------------------------------------------- */
.c-topics_title02 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .c-topics_title02 {
        font-size: 20px;
		margin-bottom: 20px;
    }
}

/* ---------------------------------------------
*   c-topics_title03
--------------------------------------------- */
.c-topics_title03 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .c-topics_title03 {
        font-size: 16px;
		margin-bottom: 20px;
    }
}

/* ---------------------------------------------
*   c-topics_table__typeA
--------------------------------------------- */
.c-topics_table__typeA * {
	border-collapse: collapse;
	border: 1px solid #DCDCDC;
}

.c-topics_table__typeA {
	width: 100%;
}

.c-topics_table__typeA th, 
.c-topics_table__typeA td {
	font-size: 14px;
	padding: 20px 30px;
}

.c-topics_table__typeA .bg-color {
	background-color: #F1F3FA;
}

@media screen and (max-width: 768px) {
	.c-topics_table__typeA * {
		border: none;
	}
	.c-topics_table__typeA {
		border: 1px solid #DCDCDC;
		border-top: none;
	}
    .c-topics_table__typeA th, 
	.c-topics_table__typeA td {
        display: block;
		width: 100%;
		padding: 20px 20px;
		border-top: 1px solid #DCDCDC;
    }
}

/* ---------------------------------------------
*   c-topics_table__typeB
--------------------------------------------- */
.c-topics_table__typeB * {
	border-collapse: collapse;
	border: 1px solid #DCDCDC;
}

.c-topics_table__typeB {
	width: 100%;
}

.c-topics_table__typeB th, 
.c-topics_table__typeB td {
	font-size: 14px;
	padding: 20px 30px;
}

.c-topics_table__typeB .bg-color {
	background-color: #F1F3FA;
}

@media screen and (max-width: 768px) {
    .c-topics_table__typeB th, 
	.c-topics_table__typeB td {
		padding: 20px 20px;
    }
}

/* ---------------------------------------------
*   p-topics__button
--------------------------------------------- */
.p-topics__button {
	
}

.p-topics__button .c-button {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid transparent;
	line-height: 1.5;
	padding: 0.5em 1.5em;
	font-size: 14px;
}

.p-topics__button .c-button:hover {
	text-decoration: none;
}

.p-topics__button .c-button--basic-prev { 
	font-weight: 400;
	color: #3c3c3c;
	border: 1px solid #3c3c3c;
	border-radius: 8px; 
	transition-property: background;
	transition-duration: 0.3s;
	position: relative;
	padding-left: 26.5px;
	padding: 15.5px 30px; 
}

.p-topics__button .c-button--basic-prev {
	min-width: 354px;
}

@media screen and (max-width: 767px) { 
	.p-topics__button .c-button--basic-prev { 
		min-width: auto !important;
		display: block;
		width: 100%;
		max-width: 335px;
		margin-inline: auto;
	}
}

.p-topics__button .c-button--basic-prev::after { 
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	transform: translate(20px, 3px) rotate(-45deg);
	transform-origin: top left; 
	border-top: 1px solid #004098;
	border-left: 1px solid #004098;
	width: 8px;
	height: 8px;
	transition-property: top, right, bottom, left;
	transition-duration: 0.3s;
}

.p-topics__button .c-button--basic-prev::after {
	transition-property: border;
	transition-duration: 0.3s;
}

.p-topics__button .c-button--basic-prev:hover {
	background-color: #F5F5F6;
}

.p-topics__button .c-button--basic-next { 
	font-weight: 400;
	color: #3c3c3c;
	border: 1px solid #3c3c3c;
	border-radius: 8px; 
	transition-property: background;
	transition-duration: 0.3s;
	position: relative;
	padding-left: 26.5px;
	padding: 15.5px 32px; 
}

.p-topics__button .c-button--basic-next {
	min-width: 354px;
}

@media screen and (max-width: 767px) { 
	.p-topics__button .c-button--basic-next { 
		min-width: auto !important;
		display: block;
		width: 100%;
		max-width: 335px;
		margin-inline: auto;
	}
}

.p-topics__button .c-button--basic-next::after { 
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	right: 0;
	transform: translate(-20px, 3px) rotate(45deg);
	transform-origin: top right;
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
	width: 8px; height: 8px;
	transition-property: top, right, bottom, left;
	transition-duration: 0.3s;
}

.p-topics__button .c-button--basic-next::after {
	transition-property: border;
	transition-duration: 0.3s;
}

.p-topics__button .c-button--basic-next:hover {
	background-color: #F5F5F6;
}

/* ---------------------------------------------
*   topics index
--------------------------------------------- */
.topics-year_container {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .topics-year_container {
        margin-bottom: 40px;
    }
}

.topics-year {
    font-size: 32px;
	padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
    .topics-year {
        font-size: 16px;
		padding-bottom: 0;
    }
}

.topics-year_container {
	border-bottom: 1px solid #DCDCDC;
}
.topics-year_container.border-btm-none {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
    .topics-year_container {
		border-bottom: none;
    }
	.topics-year_container.border-btm-none .topics-block:last-child {
		border-bottom: none;
	}
}


.topics-block {
	border-top: 1px solid #DCDCDC;
	display: grid;
	grid-template-columns: 100px 1fr;
}
@media screen and (max-width: 768px) {
    .topics-block {
		border-top: none;
		border-bottom: 1px solid #DCDCDC;
		display: block;
    }
}

.topics-box_l {
    font-size: 32px;
    padding-top: 15px;
}
@media screen and (max-width: 768px) {
    .topics-box_l {
        font-size: 16px;
		padding-top: 40px;
		padding-bottom: 20px;
		border-bottom: 1px solid #DCDCDC;
    }
}

.topics-inner:nth-child(n+2) {
	border-top: 1px solid #DCDCDC;	
}

.topics-box_r a {
    display: block;
	padding: 20px 35px;
}
.topics-box_r a:hover {
    background-color: #F5F5F6;
}
@media screen and (max-width: 768px) {
    .topics-box_r a {
        padding: 20px 0;
    }
}

.topics-date {
    font-size: 12.8px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .topics-date {
        font-size: 10.5px;
	}
}

.topics-body {
	font-size: 16px;
    line-height: 1.8em;
}
@media screen and (max-width: 768px) {
    .topics-body {
		font-size: 14px;
    }
}

.topics__label {
	min-width: 67px;
	padding: 5px;
	display: inline-block;
	color: #000;
	background-color: #a6d6db;
    font-size: 8px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.5em;
	transform: translateY(-1px);
}


/* ---------------------------------------------
*   module
--------------------------------------------- */
.text-al-center {
	text-align: center;
}

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

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

.text-fw-bold {
	font-weight: 700;
}

.text-fw-normal {
	font-weight: 300;
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.6518904824vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.3037809648vw !important;
    }
    .mgt-sp--15 {
        margin-top: 1.9556714472vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.6075619296vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.259452412vw !important;
    }
    .mgt-sp--30 {
        margin-top: 3.9113428944vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.5632333768vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.2151238592vw !important;
    }
    .mgt-sp--45 {
        margin-top: 5.8670143416vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.518904824vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.1707953064vw !important;
    }
    .mgt-sp--60 {
        margin-top: 7.8226857888vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.4745762712vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.1264667536vw !important;
    }
    .mgt-sp--75 {
        margin-top: 9.778357236vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.4302477184vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.0821382008vw !important;
    }
    .mgt-sp--90 {
        margin-top: 11.7340286832vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.3859191656vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.037809648vw !important;
    }
    .mgt-sp--105 {
        margin-top: 13.6897001304vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.3415906128vw !important;
    }
    .mgt-sp--115 {
        margin-top: 14.9934810952vw !important;
    }
    .mgt-sp--120 {
        margin-top: 15.6453715776vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.29726206vw !important;
    }
    .mgt-sp--130 {
        margin-top: 16.9491525424vw !important;
    }
    .mgt-sp--135 {
        margin-top: 17.6010430248vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.2529335072vw !important;
    }
    .mgt-sp--145 {
        margin-top: 18.9048239896vw !important;
    }
    .mgt-sp--150 {
        margin-top: 19.556714472vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.2086049544vw !important;
    }
    .mgt-sp--160 {
        margin-top: 20.8604954368vw !important;
    }
    .mgt-sp--165 {
        margin-top: 21.5123859192vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.1642764016vw !important;
    }
    .mgt-sp--175 {
        margin-top: 22.816166884vw !important;
    }
    .mgt-sp--180 {
        margin-top: 23.4680573664vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.1199478488vw !important;
    }
    .mgt-sp--190 {
        margin-top: 24.7718383312vw !important;
    }
    .mgt-sp--195 {
        margin-top: 25.4237288136vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.075619296vw !important;
    }
    .mgt-sp--205 {
        margin-top: 26.7275097784vw !important;
    }
    .mgt-sp--210 {
        margin-top: 27.3794002608vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.0312907432vw !important;
    }
    .mgt-sp--220 {
        margin-top: 28.6831812256vw !important;
    }
    .mgt-sp--225 {
        margin-top: 29.335071708vw !important;
    }
    .mgt-sp--230 {
        margin-top: 29.9869621904vw !important;
    }
    .mgt-sp--235 {
        margin-top: 30.6388526728vw !important;
    }
    .mgt-sp--240 {
        margin-top: 31.2907431551vw !important;
    }
    .mgt-sp--245 {
        margin-top: 31.9426336375vw !important;
    }
    .mgt-sp--250 {
        margin-top: 32.5945241199vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.6518904824vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.3037809648vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 1.9556714472vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.6075619296vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.259452412vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 3.9113428944vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.5632333768vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.2151238592vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 5.8670143416vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.518904824vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.1707953064vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 7.8226857888vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.4745762712vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.1264667536vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 9.778357236vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.4302477184vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.0821382008vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 11.7340286832vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.3859191656vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.037809648vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 13.6897001304vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.3415906128vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 14.9934810952vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 15.6453715776vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.29726206vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 16.9491525424vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 17.6010430248vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.2529335072vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 18.9048239896vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 19.556714472vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.2086049544vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 20.8604954368vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 21.5123859192vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.1642764016vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 22.816166884vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 23.4680573664vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.1199478488vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 24.7718383312vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 25.4237288136vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.075619296vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 26.7275097784vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 27.3794002608vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.0312907432vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 28.6831812256vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 29.335071708vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 29.9869621904vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 30.6388526728vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 31.2907431551vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 31.9426336375vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 32.5945241199vw !important;
    }
}