@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
@media screen and (min-width: 641px) {
    .breadcrumb__text--link {
        text-decoration: underline;
    }
    .breadcrumb__text--link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   contfn-footer
--------------------------------------------- */
.contfn-footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 45px 20px;
    min-width: 1190px;
    background-color: #EFEFEF;
    font-family: "SSTJpPro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

@media screen and (max-width: 640px) {
    .contfn-footer {
        padding: 0;
        min-width: auto;
        width: 100%;
    }
}

/*  contmb-footer-nav
--------------------------------------------- */
.contmb-footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 1160px;
    list-style: none;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__list {
        display: block;
        width: 100%;
    }
}

.contmb-footer-nav__item {
    margin-top: 45px;
    width: 25%;
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__item {
        margin-top: 0;
        width: 100%;
        border-bottom: 1px solid #CBCDD3;
    }
}

.contmb-footer-nav__item:nth-of-type(1), .contmb-footer-nav__item:nth-of-type(2), .contmb-footer-nav__item:nth-of-type(3), .contmb-footer-nav__item:nth-of-type(4) {
    margin-top: 0;
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__item:first-of-type {
        border-top: 1px solid #CBCDD3;
    }
}

.contmb-footer-nav__link {
    color: #656565;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8125rem;
    cursor: default;
    -webkit-transition: color .3s;
    transition: color .3s;
    pointer-events: none;
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__link {
        position: relative;
        display: block;
        padding: 5.33333vw;
        font-weight: normal;
        font-size: 3.73333vw;
        cursor: pointer;
        pointer-events: auto
    }
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__link:hover {
        color: #000;
    }
}

.contmb-footer-nav__link:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__link:before, .contmb-footer-nav__link:after {
        position: absolute;
        top: 50%;
        right: 8vw;
        width: 3.46667vw;
        height: 1px;
        background-color: #656565;
        content: "";
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__link:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__link:after {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
    }
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__link.js-menu-opened:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.contmb-footer-nav__sub-list {
    margin-top: 8px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 641px) {
    .contmb-footer-nav__sub-list {
        display: block !important;
    }
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__sub-list {
        display: none;
        margin-top: 0;
    }
}

.contmb-footer-nav__sub-item {
    margin-top: 1px;
    line-height: 1.3;
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__sub-item {
        margin-top: 0;
    }
}

.contmb-footer-nav__sub-item:first-of-type {
    margin-top: 0;
}

.contmb-footer-nav__sub-link {
    display: inline-block;
    color: #656565;
    text-decoration: none;
    font-size: 0.75rem;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__sub-link {
        position: relative;
        display: block;
        padding: 4.53333vw 5.33333vw;
        background-color: #F7F7F7;
        font-size: 3.2vw;
    }
}

.contmb-footer-nav__sub-link:hover {
    color: #000;
}

@media screen and (max-width: 640px) {
    .contmb-footer-nav__sub-link:before {
        position: absolute;
        top: 50%;
        right: 9.33333vw;
        width: 1.86667vw;
        height: 1.86667vw;
        border-top: 0.26667vw solid #5D5D5D;
        border-right: 0.26667vw solid #5D5D5D;
        content: "";
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   contmb-header
--------------------------------------------- */
.contmb-header {
    position: relative;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    min-width: 1190px;
    background-color: #EFEFEF;
    font-family: "SSTJpPro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

@media screen and (max-width: 640px) {
    .contmb-header {
        /* position: fixed; */
        /* top: 0; */
        /* left: 0; */
        padding: 2.13333vw 0 2.66667vw;
        min-width: auto;
        width: 100%;
    }
    .fixed {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
      }
}

/*  contmb-breadcrumb
--------------------------------------------- */
.contmb-breadcrumb {
    margin: 0 auto;
    width: 1190px;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
    .contmb-breadcrumb {
        display: none;
    }
}

.contmb-breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-box-align: center;
    align-items: center;
}

.contmb-breadcrumb__item {
    position: relative;
}

.contmb-breadcrumb__item:before {
    padding-left: 0.5em;
    content: ">";
    font-size: 0.625rem;
}

.contmb-breadcrumb__item:first-of-type:before {
    content: none;
}

.contmb-breadcrumb__txt {
    color: #656565;
    text-decoration: none;
    font-size: 0.625rem;
}

.contmb-breadcrumb__txt--link:hover {
    text-decoration: underline;
}

/*  contmb-header-container
--------------------------------------------- */
.contmb-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px auto 0;
    width: 1190px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .contmb-header-container {
        margin: 0 auto;
        padding: 0 5.33333vw;
        width: 100%;
    }
}

/*  contmb-header-ttl
--------------------------------------------- */
.contmb-header-ttl {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    line-height: 1.6;
}

.contmb-header-ttl__link {
    display: block;
    color: #656565;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.125rem;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.contmb-header-ttl__link:hover {
    color: #000;
}

@media screen and (max-width: 640px) {
    .contmb-header-ttl__link {
        font-size: 4.8vw;
    }
}

/*  contmb-header-btn
--------------------------------------------- */
.contmb-header-btn {
    position: relative;
    margin-top: 6px;
    margin-left: 33px;
    padding: 0;
    width: 20px;
    height: 11px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contmb-header-btn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .contmb-header-btn {
        margin-top: 1.6vw;
        margin-left: 5.33333vw;
        width: 5.33333vw;
        height: 2.93333vw;
    }
}

.js-nav-opened .contmb-header-btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contmb-header-btn:before, .contmb-header-btn:after {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 2px;
    background-color: #656565;
    content: "";
}

@media screen and (max-width: 640px) {
    .contmb-header-btn:before, .contmb-header-btn:after {
        width: 2.93333vw;
        height: 0.53333vw;
    }
}

.contmb-header-btn:before {
    left: 0;
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%);
}

.contmb-header-btn:after {
    right: 0;
    -webkit-transform: rotate(-40deg) translateY(-50%);
    transform: rotate(-40deg) translateY(-50%);
}

/*  contmb-header-lang
--------------------------------------------- */
.contmb-header-lang {
    margin-top: 4px;
    margin-left: auto;
}

.contmb-header-lang__link {
    display: block;
    margin-top: 0;
    padding: 4px 3px;
    border: 1px solid #656565;
    border-radius: 4px;
    color: #656565;
    text-decoration: none;
    font-size: 0.75rem;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.contmb-header-lang__link:hover {
    color: #000;
}

@media screen and (max-width: 640px) {
    .contmb-header-lang__link {
        padding: 0.8vw 1.06667vw;
        border-radius: 1.06667vw;
        font-size: 2.66667vw;
    }
}

.ios .contmb-header-lang__link {
    padding: 1.33333vw 0.8vw 0.8vw;
}

/*  contmb-header-nav
--------------------------------------------- */
.contmb-header-nav {
    position: absolute;
    left: 0;
    display: none;
    padding: 35px 0 45px;
    width: 100%;
    border-top: 1px solid #CBCDD3;
    background-color: #EFEFEF;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav {
        top: 11.73333vw;
        padding: 0;
        border-width: 0.26667vw;
        background-color: rgba(239, 239, 239, 0.8);
    }
}

.contmb-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 1190px;
    list-style: none;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__list {
        display: block;
        overflow: scroll;
        width: 100%;
    }
}

.contmb-header-nav__item {
    margin-top: 50px;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__item {
        margin-top: 0;
        width: 100%;
        border-bottom: 1px solid #CBCDD3;
    }
}

@media screen and (min-width: 641px) {
    .contmb-header-nav__list--column4 .contmb-header-nav__item {
        width: 24.3%;
    }
}

.contmb-header-nav__list--column4 .contmb-header-nav__item:nth-of-type(1), .contmb-header-nav__list--column4 .contmb-header-nav__item:nth-of-type(2), .contmb-header-nav__list--column4 .contmb-header-nav__item:nth-of-type(3), .contmb-header-nav__list--column4 .contmb-header-nav__item:nth-of-type(4) {
    margin-top: 0;
}

@media screen and (min-width: 641px) {
    .contmb-header-nav__list--column3 .contmb-header-nav__item {
        width: 33.33%;
    }
}

.contmb-header-nav__list--column3 .contmb-header-nav__item:nth-of-type(1), .contmb-header-nav__list--column3 .contmb-header-nav__item:nth-of-type(2), .contmb-header-nav__list--column3 .contmb-header-nav__item:nth-of-type(3) {
    margin-top: 0;
}

.contmb-header-nav__link {
    color: #656565;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8125rem;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__link {
        position: relative;
        display: block;
        padding: 5.33333vw;
        font-weight: normal;
        font-size: 3.73333vw;
    }
}

.contmb-header-nav__link:hover {
    color: #000;
}

.contmb-header-nav__link:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__link:before {
        position: absolute;
        top: 50%;
        right: 9.33333vw;
        width: 2.4vw;
        height: 2.4vw;
        border-top: 0.26667vw solid #5D5D5D;
        border-right: 0.26667vw solid #5D5D5D;
        content: "";
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }
}

.contmb-header-nav__link--trigger {
    cursor: default;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__link--trigger {
        cursor: default;
    }
}

.contmb-header-nav__link--trigger:hover {
    color: #656565;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__link--trigger:before, .contmb-header-nav__link--trigger:after {
        position: absolute;
        top: 50%;
        right: 8vw;
        width: 3.46667vw;
        height: 1px;
        border: none;
        background-color: #656565;
        content: "";
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__link--trigger:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__link--trigger:after {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
    }
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__link--trigger.js-menu-opened:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.contmb-header-nav__sub-list {
    margin-top: 14px;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 641px) {
    .contmb-header-nav__sub-list {
        display: block !important;
    }
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__sub-list {
        display: none;
        margin-top: 0;
    }
}

.contmb-header-nav__sub-item {
    margin-top: 8px;
    line-height: 1;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__sub-item {
        margin-top: 0;
    }
}

.contmb-header-nav__sub-item:first-of-type {
    margin-top: 0;
}

.contmb-header-nav__sub-link {
    display: inline-block;
    color: #656565;
    text-decoration: none;
    font-size: 0.75rem;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__sub-link {
        position: relative;
        display: block;
        padding: 4.53333vw 5.33333vw;
        background-color: rgba(247, 247, 247, 0.8);
        font-size: 3.2vw;
    }
}

.contmb-header-nav__sub-link:hover {
    color: #000;
}

@media screen and (max-width: 640px) {
    .contmb-header-nav__sub-link:before {
        position: absolute;
        top: 50%;
        right: 9.33333vw;
        width: 1.86667vw;
        height: 1.86667vw;
        border-top: 0.26667vw solid #5D5D5D;
        border-right: 0.26667vw solid #5D5D5D;
        content: "";
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }
}

/*  contmb-header-float-nav
--------------------------------------------- */
.contmb-header-float-nav {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 0;
    min-width: 1190px;
    width: 100%;
    background-color: rgba(239, 239, 239, 0.9);
}

@media screen and (max-width: 640px) {
    .contmb-header-float-nav {
        display: none;
    }
}

.contmb-header-float-nav__list {
    position: relative;
    top: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 1190px;
    height: 0;
    list-style: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, height;
    transition-property: top, height;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.contmb-header-float-nav__item {
    margin-left: 60px;
}

.contmb-header-float-nav__item:first-of-type {
    margin-left: 0;
}

.contmb-header-float-nav__link {
    color: #656565;
    text-decoration: none;
    font-size: 0.8125rem;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.contmb-header-float-nav__link:hover {
    color: #000;
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
.c-box {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .c-box {
        margin-bottom: 16vw;
    }
}

.c-box__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .c-box__head {
        margin-bottom: 8vw;
    }
}

.c-box__body {
    padding: 0 10px;
}

@media screen and (max-width: 640px) {
    .c-box__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
@media screen and (min-width: 641px) {
    .c-btn {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .c-card {
        margin-bottom: 16vw;
    }
}

.c-card__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .c-card__head {
        margin-bottom: 8vw;
    }
}

.c-card__body {
    padding: 0 10px;
}

@media screen and (max-width: 640px) {
    .c-card__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .c-cassette {
        margin-bottom: 16vw;
    }
}

.c-cassette__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .c-cassette__head {
        margin-bottom: 8vw;
    }
}

.c-cassette__body {
    padding: 0 10px;
}

@media screen and (max-width: 640px) {
    .c-cassette__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-chapter
--------------------------------------------- */
.c-chapter {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .c-chapter {
        margin-bottom: 16vw;
    }
}

.c-chapter__container {
    margin: 0 auto;
    width: 1190px;
}

@media screen and (max-width: 640px) {
    .c-chapter__container {
        width: 80%;
    }
}

.c-chapter__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .c-chapter__head {
        margin-bottom: 8vw;
    }
}

.c-chapter__body {
    padding: 0 10px;
}

@media screen and (max-width: 640px) {
    .c-chapter__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
.c-figure {
    font-size: 0.875rem;
}

@media screen and (max-width: 640px) {
    .c-figure {
        font-size: 1.875rem;
    }
}

.c-figure__strong {
    text-decoration: underline;
    font-weight: bold;
}

.c-figure__italic {
    font-style: italic;
}

/* ---------------------------------------------
*   c-from
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
@media screen and (min-width: 641px) {
    .c-link {
        text-decoration: underline;
    }
    .c-link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .c-section {
        margin-bottom: 16vw;
    }
}

.c-section__container {
    margin: 0 auto;
    width: 1190px;
}

@media screen and (max-width: 640px) {
    .c-section__container {
        width: 80%;
    }
}

.c-section__head {
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .c-section__head {
        margin-bottom: 8vw;
    }
}

.c-section__body {
    padding: 0 10px;
}

@media screen and (max-width: 640px) {
    .c-section__body {
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-table-1
--------------------------------------------- */
.c-table-1 {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.c-table-1 th, .c-table-1 td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.c-table-1 thead th {
    color: red;
}

.c-table-1 tbody th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-table-2
--------------------------------------------- */
.c-table-2 {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.c-table-2 th, .c-table-2 td {
    padding: 1em;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.c-table-2 thead th {
    color: red;
}

.c-table-2 tbody th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    font-weight: bold;
    font-size: 2rem;
}

@media screen and (max-width: 640px) {
    .c-ttl {
        font-size: 3.125rem;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 0.875rem;
}

@media screen and (max-width: 640px) {
    .c-txt {
        font-size: 1.875rem;
    }
}

.c-txt__strong {
    text-decoration: underline;
    font-weight: bold;
}

.c-txt__italic {
    font-style: italic;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   utility
*
========================================================== */
@media screen and (min-width: 641px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .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: 640px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--10 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--15 {
        margin-top: 4vw !important;
    }
    .mgt-sp--20 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--25 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--30 {
        margin-top: 8vw !important;
    }
    .mgt-sp--35 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--40 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--45 {
        margin-top: 12vw !important;
    }
    .mgt-sp--50 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--55 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--60 {
        margin-top: 16vw !important;
    }
    .mgt-sp--65 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--70 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--75 {
        margin-top: 20vw !important;
    }
    .mgt-sp--80 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--85 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--90 {
        margin-top: 24vw !important;
    }
    .mgt-sp--95 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--100 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--105 {
        margin-top: 28vw !important;
    }
    .mgt-sp--110 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--115 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--120 {
        margin-top: 32vw !important;
    }
    .mgt-sp--125 {
        margin-top: 33.33333vw !important;
    }
    .mgt-sp--130 {
        margin-top: 34.66667vw !important;
    }
    .mgt-sp--135 {
        margin-top: 36vw !important;
    }
    .mgt-sp--140 {
        margin-top: 37.33333vw !important;
    }
    .mgt-sp--145 {
        margin-top: 38.66667vw !important;
    }
    .mgt-sp--150 {
        margin-top: 40vw !important;
    }
    .mgt-sp--155 {
        margin-top: 41.33333vw !important;
    }
    .mgt-sp--160 {
        margin-top: 42.66667vw !important;
    }
    .mgt-sp--165 {
        margin-top: 44vw !important;
    }
    .mgt-sp--170 {
        margin-top: 45.33333vw !important;
    }
    .mgt-sp--175 {
        margin-top: 46.66667vw !important;
    }
    .mgt-sp--180 {
        margin-top: 48vw !important;
    }
    .mgt-sp--185 {
        margin-top: 49.33333vw !important;
    }
    .mgt-sp--190 {
        margin-top: 50.66667vw !important;
    }
    .mgt-sp--195 {
        margin-top: 52vw !important;
    }
    .mgt-sp--200 {
        margin-top: 53.33333vw !important;
    }
    .mgt-sp--205 {
        margin-top: 54.66667vw !important;
    }
    .mgt-sp--210 {
        margin-top: 56vw !important;
    }
    .mgt-sp--215 {
        margin-top: 57.33333vw !important;
    }
    .mgt-sp--220 {
        margin-top: 58.66667vw !important;
    }
    .mgt-sp--225 {
        margin-top: 60vw !important;
    }
    .mgt-sp--230 {
        margin-top: 61.33333vw !important;
    }
    .mgt-sp--235 {
        margin-top: 62.66667vw !important;
    }
    .mgt-sp--240 {
        margin-top: 64vw !important;
    }
    .mgt-sp--245 {
        margin-top: 65.33333vw !important;
    }
    .mgt-sp--250 {
        margin-top: 66.66667vw !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: 640px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 33.33333vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 34.66667vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 36vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 37.33333vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 38.66667vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 40vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 41.33333vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 42.66667vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 44vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 45.33333vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 46.66667vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 48vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 49.33333vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 50.66667vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 52vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 53.33333vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 54.66667vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 56vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 57.33333vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 58.66667vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 60vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 61.33333vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 62.66667vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 64vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 65.33333vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 66.66667vw !important;
    }
}
