/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}
/*  l-footer-pagetop
--------------------------------------------- */
.l-footer-pagetop {
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.l-footer-pagetop__link {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: block;
    width: 50px;
    height: 0;
    padding-top: 50px;
    background-color: #007bbb;
    overflow: hidden;
    transition: opacity 300ms;
}
.l-footer-pagetop__link:hover {
    opacity: 0.8;
}
.l-footer-pagetop__link::after {
    position: absolute;
    top: 44%;
    left: 32%;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}

/*  l-footer-nav
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-footer-nav__link {
        transition: opacity 300ms;
    }
    .l-footer-nav__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 80px;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .l-header {
        height: 60px;
    }
}
.l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    padding: 1rem;
}
@media screen and (min-width: 751px) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
    display: flex;
}
.l-header-nav__item {
    margin-left: 1em;
}
.l-header-nav__item:first-of-type {
    margin-left: 0;
}
@media screen and (min-width: 751px) {
    .l-header-nav__link {
        transition: opacity 300ms;
    }
    .l-header-nav__link:hover {
        opacity: 0.8;
    }
}

/*  l-header-sp-trigger
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-header-sp-trigger {
        display: none;
    }
}
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 1px 1px 1px;
    padding: 10px;
    border: 1px solid #888;
    border-top-color: #E5E5E5;
    border-left-color: #E5E5E5;
    color: #333;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.c-btn#result1 {
    background-color: #f9e87d;
}
.c-btn#result2 {
    background-color: #6eec8b;
}
.c-btn#result3 {
    background-color: #5fc5fa;
}
.c-btn--reset {
    max-width: 155px;
    margin-top: 80px;
    margin-left: auto;
    background-color: #F2F2F2;
}
.c-btn--download {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F2F2F2;
}
.c-btn::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 1px solid #444;
    border-top-color: #fff;
    border-left-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
    .c-btn {
        transition: opacity 0.3s;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list__item:nth-of-type(n+2) {
    margin-top: 8px;
}
.c-list__note {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5;
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    max-width: 1920px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 204, 153, 0.3);
}
.c-section__head {
    margin-bottom: 30px;
}
.c-section__table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 50px;
    padding: 0 30px;
}
.c-section__cassette {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 80px;
    margin-top: 80px;
    padding-left: 30px;
}

/* ---------------------------------------------
*   c-selector
--------------------------------------------- */
.c-selector {
    position: relative;
    width: 100%;
    height: 100%;
}
.c-selector__select {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 18px;
    text-align: center;
    opacity: 1;
    cursor: pointer;
}
.safari .c-selector__select {
    opacity: 0;
}

.c-selector__text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: none;
    opacity: 0;
}
.safari .c-selector__text {
    opacity: 1;
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-table {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
}
.c-table tr:first-of-type th {
    border-color: #fff;
}
.c-table tr:nth-of-type(2) th:nth-of-type(2) {
    border-left-color: #fff;
}
.c-table th, .c-table td {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.c-table th:first-of-type:not(.border-left), .c-table td:first-of-type:not(.border-left) {
    border-left: none;
}
.c-table th {
    width: 50%;
}
.c-table td {
    width: auto;
    border-left-style: dashed;
    background-color: #fff;
}
.c-table td[rowspan="2"] {
    line-height: 1.4;
}
.c-table--result1 tr:first-of-type {
    background-color: #ecca4b;
}
.c-table--result1 tr:nth-of-type(2) {
    background-color: #f9e87d;
}
.c-table--result1 th, .c-table--result1 td {
    border-color: #ecca4b;
}
.c-table--result2 tr:first-of-type {
    background-color: #5fcf3d;
}
.c-table--result2 tr:nth-of-type(2) {
    background-color: #6eec8b;
}
.c-table--result2 th, .c-table--result2 td {
    border-color: #5fcf3d;
}
.c-table--result3 tr:first-of-type {
    background-color: #5c9edc;
}
.c-table--result3 tr:nth-of-type(2) {
    background-color: #5fc5fa;
}
.c-table--result3 th, .c-table--result3 td {
    border-color: #5c9edc;
}

/*  c-table-2
--------------------------------------------- */
.c-table-2-outer {
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px;
}

.c-table-2 {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
}
.c-table-2 th, .c-table-2 td {
    max-width: 135px;
    width: 7.6923076923%;
    padding: 5px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 12px;
}
.c-table-2 th[colspan="2"], .c-table-2 td[colspan="2"] {
    width: 15.3846153846%;
}
.c-table-2 th[colspan="3"], .c-table-2 td[colspan="3"] {
    width: 23.0769230769%;
}
.c-table-2 th[colspan="4"], .c-table-2 td[colspan="4"] {
    width: 30.7692307692%;
}
.c-table-2 th[colspan="5"], .c-table-2 td[colspan="5"] {
    width: 38.4615384615%;
}
.c-table-2 th {
    text-align: center;
}
.c-table-2 td {
    vertical-align: top;
}
.c-table-2 thead tr:first-of-type td {
    height: 45px;
}
.c-table-2 thead tr:first-of-type td:first-of-type,
.c-table-2 thead tr:first-of-type td:nth-of-type(4) {
    border: none;
}
.c-table-2 thead tr:first-of-type td:nth-of-type(2),
.c-table-2 thead tr:first-of-type td:nth-of-type(3),
.c-table-2 thead tr:first-of-type td:nth-of-type(5),
.c-table-2 thead tr:first-of-type td:last-of-type {
    border-top: 1px solid #000;
}
.c-table-2 thead tr:first-of-type td:first-of-type {
    font-size: 23px;
    vertical-align: middle;
    white-space: nowrap;
}
.c-table-2 thead tr:first-of-type td:nth-of-type(2),
.c-table-2 thead tr:first-of-type td:nth-of-type(5) {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
.c-table-2 thead tr:last-of-type td {
    height: 19px;
    border-left: none;
    border-right: none;
}
.c-table-2 tbody tr:nth-of-type(n+2) th:first-of-type {
    text-align: left;
}
.c-table-2 tr.dotted td {
    border-bottom-style: dotted;
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

.bg-glay {
    background-color: #e6e6e6 !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   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: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.3333333333vw !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: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.6666666667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}