@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   background
--------------------------------------------- */
.bg-gray {
    background-color: #333;
}

.bg-gray2 {
    background-color: #e5e5e5;
}

.bg-gray3 {
    background-color: #eaeaea;
}

.bg-gray4 {
    background: rgba(243, 243, 243, 0.2);
}

.bg-bright-gray {
    background-color: #f0f0f0;
}

.bg-thin-gray {
    background-color: #dfe1e3;
}

.bg-blue-gray {
    background-color: #eff0f1;
}

.bg-white1 {
    background-color: #fff;
}

/*  border
--------------------------------------------- */
.border--gray {
    border: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .border--btm-none-sp {
        border-bottom: none !important;
    }
}

/*  width
--------------------------------------------- */
.w-per--0 {
    width: 0% !important;
}

.w-per--1 {
    width: 1% !important;
}

.w-per--2 {
    width: 2% !important;
}

.w-per--3 {
    width: 3% !important;
}

.w-per--4 {
    width: 4% !important;
}

.w-per--5 {
    width: 5% !important;
}

.w-per--6 {
    width: 6% !important;
}

.w-per--7 {
    width: 7% !important;
}

.w-per--8 {
    width: 8% !important;
}

.w-per--9 {
    width: 9% !important;
}

.w-per--10 {
    width: 10% !important;
}

.w-per--11 {
    width: 11% !important;
}

.w-per--12 {
    width: 12% !important;
}

.w-per--13 {
    width: 13% !important;
}

.w-per--14 {
    width: 14% !important;
}

.w-per--15 {
    width: 15% !important;
}

.w-per--16 {
    width: 16% !important;
}

.w-per--17 {
    width: 17% !important;
}

.w-per--18 {
    width: 18% !important;
}

.w-per--19 {
    width: 19% !important;
}

.w-per--20 {
    width: 20% !important;
}

.w-per--21 {
    width: 21% !important;
}

.w-per--22 {
    width: 22% !important;
}

.w-per--23 {
    width: 23% !important;
}

.w-per--24 {
    width: 24% !important;
}

.w-per--25 {
    width: 25% !important;
}

.w-per--26 {
    width: 26% !important;
}

.w-per--27 {
    width: 27% !important;
}

.w-per--28 {
    width: 28% !important;
}

.w-per--29 {
    width: 29% !important;
}

.w-per--30 {
    width: 30% !important;
}

.w-per--31 {
    width: 31% !important;
}

.w-per--32 {
    width: 32% !important;
}

.w-per--33 {
    width: 33% !important;
}

.w-per--34 {
    width: 34% !important;
}

.w-per--35 {
    width: 35% !important;
}

.w-per--36 {
    width: 36% !important;
}

.w-per--37 {
    width: 37% !important;
}

.w-per--38 {
    width: 38% !important;
}

.w-per--39 {
    width: 39% !important;
}

.w-per--40 {
    width: 40% !important;
}

.w-per--41 {
    width: 41% !important;
}

.w-per--42 {
    width: 42% !important;
}

.w-per--43 {
    width: 43% !important;
}

.w-per--44 {
    width: 44% !important;
}

.w-per--45 {
    width: 45% !important;
}

.w-per--46 {
    width: 46% !important;
}

.w-per--47 {
    width: 47% !important;
}

.w-per--48 {
    width: 48% !important;
}

.w-per--49 {
    width: 49% !important;
}

.w-per--50 {
    width: 50% !important;
}

.w-per--51 {
    width: 51% !important;
}

.w-per--52 {
    width: 52% !important;
}

.w-per--53 {
    width: 53% !important;
}

.w-per--54 {
    width: 54% !important;
}

.w-per--55 {
    width: 55% !important;
}

.w-per--56 {
    width: 56% !important;
}

.w-per--57 {
    width: 57% !important;
}

.w-per--58 {
    width: 58% !important;
}

.w-per--59 {
    width: 59% !important;
}

.w-per--60 {
    width: 60% !important;
}

.w-per--61 {
    width: 61% !important;
}

.w-per--62 {
    width: 62% !important;
}

.w-per--63 {
    width: 63% !important;
}

.w-per--64 {
    width: 64% !important;
}

.w-per--65 {
    width: 65% !important;
}

.w-per--66 {
    width: 66% !important;
}

.w-per--67 {
    width: 67% !important;
}

.w-per--68 {
    width: 68% !important;
}

.w-per--69 {
    width: 69% !important;
}

.w-per--70 {
    width: 70% !important;
}

.w-per--71 {
    width: 71% !important;
}

.w-per--72 {
    width: 72% !important;
}

.w-per--73 {
    width: 73% !important;
}

.w-per--74 {
    width: 74% !important;
}

.w-per--75 {
    width: 75% !important;
}

.w-per--76 {
    width: 76% !important;
}

.w-per--77 {
    width: 77% !important;
}

.w-per--78 {
    width: 78% !important;
}

.w-per--79 {
    width: 79% !important;
}

.w-per--80 {
    width: 80% !important;
}

.w-per--81 {
    width: 81% !important;
}

.w-per--82 {
    width: 82% !important;
}

.w-per--83 {
    width: 83% !important;
}

.w-per--84 {
    width: 84% !important;
}

.w-per--85 {
    width: 85% !important;
}

.w-per--86 {
    width: 86% !important;
}

.w-per--87 {
    width: 87% !important;
}

.w-per--88 {
    width: 88% !important;
}

.w-per--89 {
    width: 89% !important;
}

.w-per--90 {
    width: 90% !important;
}

.w-per--91 {
    width: 91% !important;
}

.w-per--92 {
    width: 92% !important;
}

.w-per--93 {
    width: 93% !important;
}

.w-per--94 {
    width: 94% !important;
}

.w-per--95 {
    width: 95% !important;
}

.w-per--96 {
    width: 96% !important;
}

.w-per--97 {
    width: 97% !important;
}

.w-per--98 {
    width: 98% !important;
}

.w-per--99 {
    width: 99% !important;
}

.w-per--100 {
    width: 100% !important;
}

@media screen and (max-width: 750px) {
    .w-per-sp--0 {
        width: 0% !important;
    }
    .w-per-sp--1 {
        width: 1% !important;
    }
    .w-per-sp--2 {
        width: 2% !important;
    }
    .w-per-sp--3 {
        width: 3% !important;
    }
    .w-per-sp--4 {
        width: 4% !important;
    }
    .w-per-sp--5 {
        width: 5% !important;
    }
    .w-per-sp--6 {
        width: 6% !important;
    }
    .w-per-sp--7 {
        width: 7% !important;
    }
    .w-per-sp--8 {
        width: 8% !important;
    }
    .w-per-sp--9 {
        width: 9% !important;
    }
    .w-per-sp--10 {
        width: 10% !important;
    }
    .w-per-sp--11 {
        width: 11% !important;
    }
    .w-per-sp--12 {
        width: 12% !important;
    }
    .w-per-sp--13 {
        width: 13% !important;
    }
    .w-per-sp--14 {
        width: 14% !important;
    }
    .w-per-sp--15 {
        width: 15% !important;
    }
    .w-per-sp--16 {
        width: 16% !important;
    }
    .w-per-sp--17 {
        width: 17% !important;
    }
    .w-per-sp--18 {
        width: 18% !important;
    }
    .w-per-sp--19 {
        width: 19% !important;
    }
    .w-per-sp--20 {
        width: 20% !important;
    }
    .w-per-sp--21 {
        width: 21% !important;
    }
    .w-per-sp--22 {
        width: 22% !important;
    }
    .w-per-sp--23 {
        width: 23% !important;
    }
    .w-per-sp--24 {
        width: 24% !important;
    }
    .w-per-sp--25 {
        width: 25% !important;
    }
    .w-per-sp--26 {
        width: 26% !important;
    }
    .w-per-sp--27 {
        width: 27% !important;
    }
    .w-per-sp--28 {
        width: 28% !important;
    }
    .w-per-sp--29 {
        width: 29% !important;
    }
    .w-per-sp--30 {
        width: 30% !important;
    }
    .w-per-sp--31 {
        width: 31% !important;
    }
    .w-per-sp--32 {
        width: 32% !important;
    }
    .w-per-sp--33 {
        width: 33% !important;
    }
    .w-per-sp--34 {
        width: 34% !important;
    }
    .w-per-sp--35 {
        width: 35% !important;
    }
    .w-per-sp--36 {
        width: 36% !important;
    }
    .w-per-sp--37 {
        width: 37% !important;
    }
    .w-per-sp--38 {
        width: 38% !important;
    }
    .w-per-sp--39 {
        width: 39% !important;
    }
    .w-per-sp--40 {
        width: 40% !important;
    }
    .w-per-sp--41 {
        width: 41% !important;
    }
    .w-per-sp--42 {
        width: 42% !important;
    }
    .w-per-sp--43 {
        width: 43% !important;
    }
    .w-per-sp--44 {
        width: 44% !important;
    }
    .w-per-sp--45 {
        width: 45% !important;
    }
    .w-per-sp--46 {
        width: 46% !important;
    }
    .w-per-sp--47 {
        width: 47% !important;
    }
    .w-per-sp--48 {
        width: 48% !important;
    }
    .w-per-sp--49 {
        width: 49% !important;
    }
    .w-per-sp--50 {
        width: 50% !important;
    }
    .w-per-sp--51 {
        width: 51% !important;
    }
    .w-per-sp--52 {
        width: 52% !important;
    }
    .w-per-sp--53 {
        width: 53% !important;
    }
    .w-per-sp--54 {
        width: 54% !important;
    }
    .w-per-sp--55 {
        width: 55% !important;
    }
    .w-per-sp--56 {
        width: 56% !important;
    }
    .w-per-sp--57 {
        width: 57% !important;
    }
    .w-per-sp--58 {
        width: 58% !important;
    }
    .w-per-sp--59 {
        width: 59% !important;
    }
    .w-per-sp--60 {
        width: 60% !important;
    }
    .w-per-sp--61 {
        width: 61% !important;
    }
    .w-per-sp--62 {
        width: 62% !important;
    }
    .w-per-sp--63 {
        width: 63% !important;
    }
    .w-per-sp--64 {
        width: 64% !important;
    }
    .w-per-sp--65 {
        width: 65% !important;
    }
    .w-per-sp--66 {
        width: 66% !important;
    }
    .w-per-sp--67 {
        width: 67% !important;
    }
    .w-per-sp--68 {
        width: 68% !important;
    }
    .w-per-sp--69 {
        width: 69% !important;
    }
    .w-per-sp--70 {
        width: 70% !important;
    }
    .w-per-sp--71 {
        width: 71% !important;
    }
    .w-per-sp--72 {
        width: 72% !important;
    }
    .w-per-sp--73 {
        width: 73% !important;
    }
    .w-per-sp--74 {
        width: 74% !important;
    }
    .w-per-sp--75 {
        width: 75% !important;
    }
    .w-per-sp--76 {
        width: 76% !important;
    }
    .w-per-sp--77 {
        width: 77% !important;
    }
    .w-per-sp--78 {
        width: 78% !important;
    }
    .w-per-sp--79 {
        width: 79% !important;
    }
    .w-per-sp--80 {
        width: 80% !important;
    }
    .w-per-sp--81 {
        width: 81% !important;
    }
    .w-per-sp--82 {
        width: 82% !important;
    }
    .w-per-sp--83 {
        width: 83% !important;
    }
    .w-per-sp--84 {
        width: 84% !important;
    }
    .w-per-sp--85 {
        width: 85% !important;
    }
    .w-per-sp--86 {
        width: 86% !important;
    }
    .w-per-sp--87 {
        width: 87% !important;
    }
    .w-per-sp--88 {
        width: 88% !important;
    }
    .w-per-sp--89 {
        width: 89% !important;
    }
    .w-per-sp--90 {
        width: 90% !important;
    }
    .w-per-sp--91 {
        width: 91% !important;
    }
    .w-per-sp--92 {
        width: 92% !important;
    }
    .w-per-sp--93 {
        width: 93% !important;
    }
    .w-per-sp--94 {
        width: 94% !important;
    }
    .w-per-sp--95 {
        width: 95% !important;
    }
    .w-per-sp--96 {
        width: 96% !important;
    }
    .w-per-sp--97 {
        width: 97% !important;
    }
    .w-per-sp--98 {
        width: 98% !important;
    }
    .w-per-sp--99 {
        width: 99% !important;
    }
    .w-per-sp--100 {
        width: 100% !important;
    }
}

.w-auto {
    width: auto !important;
}

@media screen and (min-width: 751px) {
    .w-auto-pc {
        width: auto !important;
    }
}

@media screen and (max-width: 750px) {
    .w-auto-sp {
        width: auto !important;
    }
}

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

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

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

@media screen and (min-width: 751px) {
    .txt-al-pc--center {
        text-align: center !important;
    }
    .txt-al-pc--left {
        text-align: left !important;
    }
    .txt-al-pc--right {
        text-align: right !important;
    }
}

@media screen and (max-width: 750px) {
    .txt-al-sp--center {
        text-align: center !important;
    }
    .txt-al-sp--left {
        text-align: left !important;
    }
    .txt-al-sp--right {
        text-align: right !important;
    }
}

/*  vertical-align
--------------------------------------------- */
.vertical-align--middle {
    vertical-align: middle !important;
}

/*  letter-spacing
--------------------------------------------- */
.lts--0 {
    letter-spacing: 0 !important;
}

@media screen and (min-width: 751px) {
    .lts-pc--0 {
        letter-spacing: 0 !important;
    }
}

/*  line height
--------------------------------------------- */
.line-height--1-3 {
    line-height: 1.3 !important;
}

.line-height--1-5 {
    line-height: 1.5 !important;
}

.line-height--1-8 {
    line-height: 1.8 !important;
}

@media screen and (max-width: 750px) {
    .line-height-sp--1-3 {
        line-height: 1.3 !important;
    }
    .line-height-sp--1-5 {
        line-height: 1.5 !important;
    }
    .line-height-sp--1-8 {
        line-height: 1.8 !important;
    }
}

/* ---------------------------------------------
*   font color
--------------------------------------------- */
.fc-blue {
    color: #007bd0;
}

.fc-blue2 {
    color: rgba(0, 123, 208, 0.3);
}

.fc-white {
    color: #fff !important;
}

.fc-green {
    color: mediumseagreen;
}

@media screen and (min-width: 751px) {
    .fc-black-pc {
        color: #333 !important;
    }
}

/* ---------------------------------------------
*   is-hide
--------------------------------------------- */
.is-hide {
    display: none !important;
}

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

.fw-m {
    font-weight: 500 !important;
}

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

/*  text decoration
--------------------------------------------- */
.underline {
    text-decoration: underline;
}

/*  line height
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .line-height-pc--2 {
        line-height: 2 !important;
    }
}

@media screen and (max-width: 750px) {
    .line-height-sp--1-8 {
        line-height: 1.8 !important;
    }
}

/*  text-indent
--------------------------------------------- */
.text-indent--1 {
    padding-left: 1em;
    text-indent: -1em;
}

.text-indent--1-2 {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.text-indent--1-1 {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.text-indent--1-4 {
    padding-left: 1.4em;
    text-indent: -1.4em;
}

.text-indent--1-45 {
    padding-left: 1.45em;
    text-indent: -1.45em;
}

.text-indent--1-5 {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.text-indent--2 {
    padding-left: 2em;
    text-indent: -2em;
}

/* ---------------------------------------------
*   box-cassettes
--------------------------------------------- */
.box-cassettes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px;
    padding: 50px 100px;
    min-height: 400px;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
}

.divide-line .box-cassettes {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .box-cassettes {
        margin-bottom: 15.625vw;
        padding: 4.6875vw;
        min-height: 62.5vw;
    }
}

.box-cassettes--center {
    -ms-flex-align: center;
    padding-right: 50px;
    padding-left: 50px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .box-cassettes--center {
        padding-right: 4.6875vw;
        padding-left: 4.6875vw;
    }
}

.box-cassettes--middle {
    min-height: 340px;
}

@media screen and (max-width: 750px) {
    .box-cassettes--middle {
        padding-right: 0;
        padding-left: 0;
        min-height: 62.5vw;
    }
}

@media screen and (max-width: 750px) {
    .box-cassettes--sp-center {
        text-align: center;
    }
}

.box-cassettes--biz-main-products {
    margin-bottom: 0;
}

@media screen and (min-width: 751px) {
    .box-cassettes--biz-main-products {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .box-cassettes--biz-main-products {
        padding-top: 7.03125vw;
        padding-bottom: 9.375vw;
    }
}

/*  clearBtn
--------------------------------------------- */
#clearBtn {
    display: none;
    margin-top: 30px;
}

@media screen and (max-width: 750px) {
    #clearBtn {
        margin-top: 4.6875vw;
    }
}

@media screen and (min-width: 751px) {
    #clearBtn:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   faq-contents
--------------------------------------------- */
.faq-contents {
    width: 520px;
}

.faq-contents-wrapper--col3 .faq-contents {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .faq-contents {
        margin-bottom: 9.375vw;
        width: 100%;
    }
}

.faq-contents:nth-of-type(odd) {
    margin-right: 40px;
}

@media screen and (max-width: 750px) {
    .faq-contents:nth-of-type(odd) {
        margin-right: 0;
    }
}

.faq-contents:nth-child(n + 3) {
    margin-top: 70px;
}

@media screen and (max-width: 750px) {
    .faq-contents:nth-child(n + 3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    .faq-contents:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .faq-contents-wrapper--col3 .faq-contents__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;

        -webkit-box-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.faq-contents__list-item {
    display: block;
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .faq-contents__list-item {
        margin-bottom: 7.8125vw;
    }
}

@media screen and (min-width: 751px) {
    .faq-contents-wrapper--col3 .faq-contents__list-item {
        margin-bottom: 15px;
        width: 33.33%;
    }
}

.faq-contents__list-item:last-child {
    margin-bottom: 0;
}

.faq-contents__list-item-link {
    display: block;
}

.faq-contents__list-item-title {
    margin-bottom: 13px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .faq-contents__list-item-title {
        margin-bottom: 1.5625vw;
        line-height: 1.6;
    }
}

.faq-contents__list-item-title-text {
    position: relative;
    padding-left: 60px;
    font-weight: 500;
}

@media screen and (max-width: 750px) {
    .faq-contents__list-item-title-text {
        padding-left: 10.9375vw;
        line-height: 1.7;
    }
}

@media screen and (min-width: 751px) {
    .faq-contents-wrapper--col3 .faq-contents__list-item-title-text {
        padding-right: 1em;
        padding-left: 45px;
    }
}

.faq-contents__list-item-title-text:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #007bd0;
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    content: "Q";
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .faq-contents__list-item-title-text:after {
        width: 7.8125vw;
        height: 7.8125vw;
        font-size: 4.375vw;
    }
}

@media screen and (min-width: 751px) {
    .faq-contents-wrapper--col3 .faq-contents__list-item-title-text:after {
        top: 2px;
    }
}

.faq-contents__list-item-content-text {
    position: relative;
    padding-left: 60px;
    letter-spacing: .04em;
}

@media screen and (max-width: 750px) {
    .faq-contents__list-item-content-text {
        padding-left: 10.9375vw;
    }
}

.faq-contents__list-item-content-text:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #007bd0;
    content: "A";
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .faq-contents__list-item-content-text:after {
        width: 7.8125vw;
        height: 7.8125vw;
        font-size: 4.375vw;
    }
}

/*  faq-contents-head
--------------------------------------------- */
.faq-contents-head {
    margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
    .faq-contents-head {
        margin-bottom: 4.6875vw;
    }
}

.faq-contents-head__title {
    font-weight: 500;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .faq-contents-head__title {
        font-size: 5.625vw;
    }
}

/*  faq-contents-body
--------------------------------------------- */
/*  faq-contents-wrapper
--------------------------------------------- */
.faq-contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-contents-wrapper--col3 {
    display: block;
}

/* ---------------------------------------------
*   mod-search
--------------------------------------------- */
.mod-search {
    position: absolute;
    top: 50%;
    right: 0;
    width: 450px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .mod-search {
        position: relative;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
}

.mod-search__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 410px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    background-color: #eff0f1;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .mod-search__text {
        padding: 1.5625vw 3.125vw;
        width: 84.48276%;
        height: 14.0625vw;
        border-radius: 0.78125vw 0 0 0.78125vw;
        font-size: 4.375vw;
    }
}

.mod-search__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #333 url(../img/common/icon_search_white.png) no-repeat 50% 50%;
    background-size: 14px auto;
    text-indent: -9999px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .mod-search__button {
        width: 15.51724%;
        height: 14.0625vw;
        border-radius: 0 0.78125vw 0.78125vw 0;
        background: #333 url(../img/common/icon_search_white-sp.png) no-repeat 50% 50%;
        background-size: 4.53125vw auto;
    }
}

/* ---------------------------------------------
*   products-sort-block
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .products-sort-block {
        width: 100%;
    }
}

/* ---------------------------------------------
*   margin: auto;container
--------------------------------------------- */
.mod-container {
    margin-right: auto;
    margin-left: auto;
    width: 1080px;
}

@media screen and (max-width: 750px) {
    .mod-container {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

@media screen and (min-width: 751px) {
    .mod-container-pc {
        margin-right: auto;
        margin-left: auto;
        width: 1080px;
    }
}

@media screen and (max-width: 750px) {
    .mod-container-sp {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

.mod-container-small {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}

@media screen and (max-width: 750px) {
    .mod-container-small {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

@media screen and (min-width: 751px) {
    .mod-container-small-pc {
        margin-right: auto;
        margin-left: auto;
        width: 800px;
    }
}

@media screen and (min-width: 751px) {
    .mod-container-small-pc847 {
        margin-right: auto;
        margin-left: auto;
        width: 847px;
    }
}

@media screen and (max-width: 750px) {
    .mod-container-sp-none {
        margin-right: 0;
        margin-left: 0;
    }
}

/*  mod-hr
--------------------------------------------- */
.mod-hr {
    margin: 0;
    border: none;
    border-top: 1px solid #bfc4c8;
}

/* ---------------------------------------------
*   box-grids
--------------------------------------------- */
.box-grids {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .box-grids {
        margin-bottom: 12.5vw;
        padding-top: 9.6875vw;
        padding-bottom: 10.46875vw;
    }
}

.box-grids + .box-grids {
    padding-top: 0;
}

.box-grids--large {
    padding-right: 138px;
    padding-left: 138px;
}

@media screen and (max-width: 750px) {
    .box-grids--large {
        padding-right: 4.375vw;
        padding-left: 4.375vw;
    }
}

.box-grids--small {
    padding-right: 60px;
    padding-left: 60px;
}

@media screen and (max-width: 750px) {
    .box-grids--small {
        padding-right: 4.375vw;
        padding-left: 4.375vw;
    }
}

.box-grids--mini {
    padding-top: 30px;
    padding-right: 100px;
    padding-bottom: 35px;
    padding-left: 100px;
}

@media screen and (max-width: 750px) {
    .box-grids--mini {
        padding-top: 9.6875vw;
        padding-right: 0;
        padding-bottom: 10.46875vw;
        padding-left: 0;
    }
}

.box-grids .mod-title-h2 {
    margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
    .box-grids .mod-title-h2 {
        margin-bottom: 3.90625vw;
        line-height: 1.3;
    }
}

/* ---------------------------------------------
*   mod-banner
--------------------------------------------- */
.mod-banner--center {
    text-align: center;
}

.mod-banner__link {
    display: inline-block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (min-width: 751px) {
    .mod-banner__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .mod-banner__link {
        width: 90.625%;
    }
}

/* ---------------------------------------------
*   mod-slide
--------------------------------------------- */
.mod-slide--bg {
    background-image: url(../img/common/bg_slider.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .mod-slide--bg {
        background-image: url(../img/common/bg_slider_sp.jpg);
    }
}

.mod-slide--about-us {
    position: relative;
}

.mod-slide--about-us:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/about_text.png) center center no-repeat;
    background-size: 450px auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .mod-slide--about-us:before {
        background-size: 83vw auto;
    }
}

.lang_en .mod-slide--about-us:before {
    background-image: url(../img/about_text_en.png);
}

@media screen and (max-width: 750px) {
    .lang_en .mod-slide--about-us:before {
        background-image: url(../img/about_text_en_sp.png);
        background-size: 77vw auto;
    }
}

.lang_cn .mod-slide--about-us:before {
    background-image: url(../img/about_text_cn.png);
}

@media screen and (max-width: 750px) {
    .lang_cn .mod-slide--about-us:before {
        background-image: url(../img/about_text_cn_sp.png);
        background-size: 80vw auto;
    }
}

.mod-slide__ttl-float {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mod-slide--bg .mod-slide__list {
    -ms-flex-align: center;
    padding-top: 50px;
    padding-bottom: 40px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .mod-slide--bg .mod-slide__list {
        padding-top: 7.8125vw;
        padding-bottom: 6.25vw;
    }
}

.mod-slide__list-item {
    position: relative;
    overflow: hidden;
}

.mod-slide--bg .mod-slide__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.mod-slide__btn {
    position: absolute;
    bottom: 13.125%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .mod-slide__btn {
        padding-right: 4.6875%;
        padding-left: 4.6875%;
    }
}

.mod-slide__list-item-image img {
    width: 100%;
}

.mod-slide--bg .mod-slide__list-item-image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    max-height: 580px;
    width: auto;
}

@media screen and (max-width: 750px) {
    .mod-slide--bg .mod-slide__list-item-image img {
        max-width: 80%;
        max-height: 85.9375vw;
    }
}

/*  mod-slide-wrapper
--------------------------------------------- */
.mod-slide-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .mod-slide-wrapper {
        margin-bottom: 7.8125vw;
    }
}

/*  mod-slide-outer
--------------------------------------------- */
.mod-slide-outer {
    position: relative;
}

/*  mod-slide-button-outer
--------------------------------------------- */
/*  mod-slide-pagination
--------------------------------------------- */
.mod-slide-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .mod-slide-pagination {
        bottom: 5vw;
    }
}

.mod-slide-button-outer--bg .mod-slide-pagination {
    right: 30px;
    bottom: 10px;
    left: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media screen and (max-width: 750px) {
    .mod-slide-button-outer--bg .mod-slide-pagination {
        right: 25px;
    }
}

/*  mod-slide-button-next
--------------------------------------------- */
.mod-slide-button-next {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    width: 27px;
    height: 51px;
    background-image: url(../img/common/arrow_slide_right.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mod-slide-button-next--white {
    background-image: url(../img/common/arrow_slide_right_white.png);
}

.mod-slide-button-next:focus {
    outline: none;
}

@media screen and (max-width: 750px) {
    .mod-slide-button-next {
        display: none;
    }
}

/*  mod-slide-button-prev
--------------------------------------------- */
.mod-slide-button-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    width: 27px;
    height: 51px;
    background-image: url(../img/common/arrow_slide_left.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mod-slide-button-prev--white {
    background-image: url(../img/common/arrow_slide_left_white.png);
}

.mod-slide-button-prev:focus {
    outline: none;
}

@media screen and (max-width: 750px) {
    .mod-slide-button-prev {
        display: none;
    }
}

/*  swiper Overwrite
--------------------------------------------- */
.mod-slide-button-outer .swiper-pagination-bullet {
    margin-right: 20px;
    width: 12px;
    height: 12px;
    background: #dfe1e3;
    opacity: 1;
}

.mod-slide-button-outer .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.mod-slide-button-outer .swiper-pagination-bullet:focus {
    outline: none;
}

.mod-slide-button-outer .mod-slide-pagination--bg-white .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #fff;
}

.mod-slide-button-outer .swiper-pagination-bullet-active {
    background: #007bd0;
}

/* ---------------------------------------------
*   contents-line
--------------------------------------------- */
.contents-line {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .contents-line {
        margin-bottom: 9.375vw;
    }
}

.contents-line__list-item {
    padding: 27px 38px;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .contents-line__list-item {
        padding-top: 4.21875vw;
        padding-right: 5.9375vw;
        padding-bottom: 4.21875vw;
        padding-left: 5.9375vw;
        border-bottom-width: 0.3125vw;
    }
}

.contents-line__list-item:first-child {
    border-top: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .contents-line__list-item:first-child {
        border-top-width: 0.3125vw;
    }
}

@media screen and (max-width: 750px) {
    .contents-line__list-item .mod-text {
        letter-spacing: normal;
    }
}

/* ---------------------------------------------
*   divide-line
--------------------------------------------- */
.divide-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 751px) {
    .divide-line--bg-pos-top-pc {
        background-position: center 0;
    }
}

.divide-line--harf {
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .divide-line--harf {
        display: block;
    }
}

.divide-line--harf .box-cassettes {
    width: 50%;
}

@media screen and (max-width: 750px) {
    .divide-line--harf .box-cassettes {
        width: 100%;
    }
}

/*  divide-line-inner
--------------------------------------------- */
.divide-line-inner {
    width: 48.75%;
}

@media screen and (max-width: 750px) {
    .divide-line-inner {
        margin-bottom: 4.6875vw;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .divide-line-inner:last-child {
        margin-bottom: 0;
    }
}

/* ---------------------------------------------
*   image-content
--------------------------------------------- */
.image-content {
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .image-content {
        margin-bottom: 9.375vw;
    }
}

.image-content--harf .image-content__list-item {
    margin-right: 1.8%;
    width: 49.07407%;
}

@media screen and (max-width: 750px) {
    .image-content--harf .image-content__list-item {
        margin-right: 3.44828%;
        width: 48.27586%;
    }
}

.image-content--harf .image-content__list-item:nth-of-type(2n) {
    margin-right: 0;
}

.image-content--harf .image-content__list-item:nth-child(n + 3) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .image-content--harf .image-content__list-item:nth-child(n + 3) {
        margin-top: 7.8125vw;
    }
}

.image-content--img-small .image-content__list-item {
    margin-right: 1.8%;
    width: 34.25926%;
}

@media screen and (max-width: 750px) {
    .image-content--img-small .image-content__list-item {
        margin-right: 3.44828%;
        width: 100%;
    }
}

.image-content--img-small .image-content__list-item:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (min-width: 751px) {
    .image-content--img-small .image-content__list-item:nth-of-type(2n) {
        width: 62.96296%;
    }
}

.image-content--img-small .image-content__list-item:nth-of-type(2n) .image-content__list-item-inner *:first-child {
    margin-top: 0;
}

.image-content--img-small .image-content__list-item:nth-child(n + 3) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .image-content--img-small .image-content__list-item:nth-child(n + 3) {
        margin-top: 7.8125vw;
    }
}

.image-content--img-small2 .image-content__list-item {
    margin-right: 4.1%;
    width: 72.22222%;
}

@media screen and (max-width: 750px) {
    .image-content--img-small2 .image-content__list-item {
        margin-right: 3.44828%;
        width: 100%;
    }
}

.image-content--img-small2 .image-content__list-item .image-content__list-item-inner *:first-child {
    margin-top: 0;
}

.image-content--img-small2 .image-content__list-item:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (min-width: 751px) {
    .image-content--img-small2 .image-content__list-item:nth-of-type(2n) {
        width: 23.61111%;
    }
}

.image-content--img-small2 .image-content__list-item:nth-child(n + 3) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .image-content--img-small2 .image-content__list-item:nth-child(n + 3) {
        margin-top: 7.8125vw;
    }
}

.image-content--third .image-content__list-item {
    margin-right: 1.9%;
    width: 32.03704%;
}

@media screen and (max-width: 750px) {
    .image-content--third .image-content__list-item {
        margin-right: 3.44828%;
        width: 48.27586%;
    }
}

@media screen and (max-width: 750px) {
    .image-content--third .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.image-content--third .image-content__list-item:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .solution_blog .image-content--third .image-content__list-item:nth-of-type(3n) {
        margin-right: 3.44828%;
    }
}

@media screen and (max-width: 750px) {
    .solution_blog .image-content--third .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .image-content--third .image-content__list-item:nth-child(n + 3) {
        margin-top: 7.8125vw;
    }
}

.image-content--third .image-content__list-item:nth-child(n + 4) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .image-content--third .image-content__list-item:nth-child(n + 4) {
        margin-top: 7.8125vw;
    }
}

.image-content--third-sp-two .image-content__list-item {
    margin-right: 20px;
    width: 32.03704%;
}

@media screen and (max-width: 750px) {
    .image-content--third-sp-two .image-content__list-item {
        margin-right: 3.44828%;
        width: 48.27586%;
    }
}

@media screen and (max-width: 750px) {
    .image-content--third-sp-two .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.image-content--third-sp-two .image-content__list-item:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .image-content--third-sp-two .image-content__list-item:nth-of-type(3n) {
        margin-right: 3.44828%;
    }
}

@media screen and (max-width: 750px) {
    .image-content--third-sp-two .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .image-content--third-sp-two .image-content__list-item:nth-child(n + 3) {
        margin-top: 7.8125vw;
    }
}

.image-content--third-sp-two .image-content__list-item:nth-child(n + 4) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .image-content--third-sp-two .image-content__list-item:nth-child(n + 4) {
        margin-top: 7.8125vw;
    }
}

.image-content--four .image-content__list-item {
    margin-right: 1.85%;
    width: 23.61111%;
}

@media screen and (max-width: 750px) {
    .image-content--four .image-content__list-item {
        margin-right: 3.44828%;
        width: 48.27586%;
    }
}

@media screen and (max-width: 750px) {
    .image-content--four .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.image-content--four .image-content__list-item:nth-of-type(4n) {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .image-content--four .image-content__list-item:nth-child(n + 3) {
        margin-top: 7.8125vw;
    }
}

.image-content--four .image-content__list-item:nth-child(n + 5) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .image-content--four .image-content__list-item:nth-child(n + 5) {
        margin-top: 7.8125vw;
    }
}

.image-content--five .image-content__list-item {
    margin-right: 20px;
    width: 18.51852%;
}

@media screen and (max-width: 750px) {
    .image-content--five .image-content__list-item {
        margin-right: 3.44828%;
        width: 48.27586%;
    }
}

@media screen and (max-width: 750px) {
    .image-content--five .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .image-content--five .image-content__list-item:nth-child(n + 3) {
        margin-top: 7.8125vw;
    }
}

.image-content--five .image-content__list-item:nth-of-type(5n) {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .image-content--five .image-content__list-item:nth-of-type(5n) {
        margin-right: 3.44828%;
    }
}

@media screen and (max-width: 750px) {
    .image-content--five .image-content__list-item:nth-of-type(10n) {
        margin-right: 0;
    }
}

.image-content--five .image-content__list-item:nth-child(n + 6) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .image-content--five .image-content__list-item:nth-child(n + 6) {
        margin-top: 7.8125vw;
    }
}

.image-content--six .image-content__list-item {
    margin-right: 20px;
    width: 15.09259%;
}

@media screen and (max-width: 750px) {
    .image-content--six .image-content__list-item {
        margin-right: 3.44828%;
        width: 48.27586%;
    }
}

@media screen and (max-width: 750px) {
    .image-content--six .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.image-content--six .image-content__list-item:nth-of-type(6n) {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .image-content--six .image-content__list-item:nth-child(n + 3) {
        margin-top: 7.8125vw;
    }
}

.image-content--six .image-content__list-item:nth-child(n + 7) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .image-content--six .image-content__list-item:nth-child(n + 7) {
        margin-top: 7.8125vw;
    }
}

.image-content--reverse .image-content__list {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

.image-content--reverse .image-content__list-item {
    margin-right: 0;
}

.image-content--reverse .image-content__list-item:nth-of-type(2n) {
    margin-right: 1.85%;
}

@media screen and (max-width: 750px) {
    .image-content--reverse .image-content__list-item:nth-of-type(2n) {
        margin-right: 3.44828%;
    }
}

.image-content--sp-one .mod-text {
    margin-top: -8px;
}

@media screen and (max-width: 750px) {
    .image-content--sp-one .mod-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    .image-content--sp-one .image-content__list {
        display: block;
    }
    .image-content--sp-one .image-content__list-item {
        width: 100%;
    }
}

.image-content--sp-two .mod-text {
    margin-top: -8px;
}

@media screen and (max-width: 750px) {
    .image-content--sp-two .mod-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
    .image-content--sp-two .image-content__list-item {
        margin-right: 3.44828%;
        width: 48.27586%;
    }
    .image-content--sp-two .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .image-content--sp-two .image-content__list-item:nth-of-type(n+3) {
        margin-top: 4.6875vw;
    }
}

@media screen and (max-width: 750px) {
    .image-content--sp-wide .image-content__list {
        display: block;
    }
    .image-content--sp-wide .image-content__list-item {
        margin-bottom: 7.8125vw;
        width: 100%;
    }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
    .image-content--sp-wide .image-content__list-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .image-content--image-only .image-content__list-item:nth-child(n + 3) {
        margin-top: 3.125vw;
    }
}

.image-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 751px) {
    .image-content--pc-center .image-content__list {
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 751px) {
    .image-content--pc-space-between .image-content__list {
        -ms-flex-pack: justify;

        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 750px) {
    .image-content--sp-col2 .image-content__list-item {
        margin-right: 0;
        width: 100%;
    }
    .image-content--sp-col2 .image-content__list-item:nth-of-type(n+2) {
        margin-top: 7.8125vw;
    }
}

.image-content--pc-four-sp-two .image-content__list-item {
    margin-right: 1.85185%;
    width: 23.61111%;
}

@media screen and (min-width: 751px) {
    .image-content--pc-four-sp-two .image-content__list-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .image-content--pc-four-sp-two .image-content__list-item:nth-of-type(n+5) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 750px) {
    .image-content--pc-four-sp-two .image-content__list-item {
        margin-right: 3.44828%;
        width: 48.27586%;
    }
    .image-content--pc-four-sp-two .image-content__list-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .image-content--pc-four-sp-two .image-content__list-item:nth-of-type(n+3) {
        margin-top: 4.6875vw;
    }
}

.image-content__list-item--align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .image-content__list-item--align-center {
        display: block;
    }
}

.image-content__link {
    display: block;
}

@media screen and (min-width: 751px) {
    .image-content__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
}

@media screen and (min-width: 751px) and (min-width: 751px) {
    .image-content__link:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 751px) {
    .image-content__link .mod-text-small:hover {
        text-decoration: none;
    }
}

@media screen and (min-width: 751px) {
    .image-content--hover-zoom .image-content__link:hover {
        opacity: 1;
    }
    .image-content--hover-zoom .image-content__link:hover .mod-text {
        text-decoration: underline;
    }
}

.image-content a.image-content__list-item-inner {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (min-width: 751px) {
    .image-content a.image-content__list-item-inner:hover {
        opacity: 0.8;
    }
}

.image-content__list-item-inner {
    display: block;
}

@media screen and (max-width: 750px) {
    .image-content--sp-col2 .image-content__list-item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;

        -webkit-box-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 751px) {
    .image-content__list-item-image a {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
}

@media screen and (min-width: 751px) and (min-width: 751px) {
    .image-content__list-item-image a:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .image-content--sp-col2 .image-content__list-item-image {
        width: 45%;
    }
}

.image-content--toppage .image-content__list-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 200px;
    height: 200px;
    background: url(../img/common/product_bg.jpg) 0 0 no-repeat;
    background-size: 100% auto;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .image-content--toppage .image-content__list-item-image {
        width: 100%;
        height: 43.725vw;
    }
}

.image-content--bg .image-content__list-item-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 255px;
    height: 255px;
    background: url(../img/common/product_bg.jpg) 0 0 no-repeat;
    background-size: 100% auto;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .image-content--bg .image-content__list-item-image a {
        width: 100%;
        height: 40vw;
    }
}

.image-content--hover-zoom .image-content__list-item-image {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 751px) {
    .image-content--hover-zoom .image-content__list-item-image::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: "";
        opacity: 0;
        -webkit-transition: opacity .7s;
        transition: opacity .7s;
    }
    .image-content--hover-zoom a:hover .image-content__list-item-image::after {
        opacity: 1;
    }
}

.image-content__list-item-image img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-image img {
        width: 100%;
    }
}

.image-content--toppage .image-content__list-item-image img,
.image-content--bg .image-content__list-item-image img {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

@media screen and (min-width: 751px) {
    .image-content--hover-zoom .image-content__list-item-image img {
        -webkit-transition: -webkit-transform .8s;
        transition: -webkit-transform .8s;
        transition: transform .8s;
        transition: transform .8s, -webkit-transform .8s;
    }
    .image-content--hover-zoom a:hover .image-content__list-item-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.image-content--sp-col2 .image-content__list-item-sp-right {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .image-content--sp-col2 .image-content__list-item-sp-right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5%;
        width: 55%;
    }
}

.image-content__list-item-caption {
    margin-top: 15px;
    letter-spacing: .06em;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-caption {
        margin-top: 2.34375vw;
        font-size: 3.125vw;
    }
}

.image-content__list-item-caption--upper {
    margin-top: 6px;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-caption--upper {
        margin-top: 1.875vw;
    }
}

.image-content__list-item-text {
    margin-top: 10px;
}

.image-content__list-item-text--small {
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-text--small {
        font-size: 3.125vw;
    }
}

.image-content__list-item-text--upper {
    margin-top: 6px;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-text--upper {
        margin-top: 1.875vw;
    }
}

.image-content__list-item-set {
    margin-top: 12px;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-set {
        margin-top: 1.5625vw;
    }
}

.image-content__list-item-set-caption {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-set-caption {
        margin-top: 1.5625vw;
        margin-bottom: 1.25vw;
        font-size: 3.4375vw;
    }
}

.image-content__list-item-set-text {
    margin-top: 7px;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-set-text {
        margin-top: 1.5vw;
        margin-bottom: 0.46875vw;
        font-size: 4.375vw;
    }
}

.image-content__list-item-set-text a {
    word-break: break-all;
}

.image-content__list-item-set-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .image-content__list-item-set-title {
        font-size: 6.875vw;
    }
}

.image-content__list-item-set-title a {
    word-break: break-all;
}

.image-content .mod-text {
    margin-top: 10px;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .image-content .mod-text {
        margin-top: 1.5625vw;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   mod-button
--------------------------------------------- */
.mod-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .mod-button-wrap {
        display: block;
    }
}

.mod-button-wrap--col4 .mod-button {
    margin-right: 1.85185%;
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .mod-button-wrap--col4 .mod-button:nth-of-type(n+2) {
        margin-top: 4.6875vw;
    }
}

@media screen and (min-width: 751px) {
    .mod-button-wrap--col4 .mod-button:nth-of-type(4n) {
        margin-right: 0;
    }
    .mod-button-wrap--col4 .mod-button:nth-of-type(n+5) {
        margin-top: 30px;
    }
}

.mod-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .mod-button {
        margin-bottom: 7.8125vw;
    }
}

.mod-button--large .mod-button__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
    width: 390px;
    border-radius: 30px;
}

@media screen and (max-width: 750px) {
    .mod-button--large .mod-button__link {
        min-height: 17.1875vw;
        width: 100%;
        border-radius: 9.375vw;
    }
}

.mod-button--large .mod-button__link:after {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-button--large .mod-button__link:after {
        right: 4.375vw;
        width: 2.65625vw;
        height: 4.6875vw;
        background: url(../img/common/icon_arrow_gray_large.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 750px) {
    .mod-button--howto-page {
        display: none;
        margin-bottom: 12.5vw;
    }
}

.mod-button--middle .mod-button__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    min-height: 60px;
    width: 345px;
    border-radius: 30px;
}

@media screen and (min-width: 751px) {
    .mod-button--middle .mod-button__link:nth-of-type(3n) {
        margin-right: 0;
    }
    .mod-button--middle .mod-button__link:nth-of-type(n+4) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .mod-button--middle .mod-button__link {
        margin-right: 0;
        min-height: 17.1875vw;
        width: 100%;
        border-radius: 9.375vw;
    }
    .mod-button--middle .mod-button__link:nth-of-type(n+2) {
        margin-bottom: 3.125vw;
    }
}

.mod-button--middle .mod-button__link:after {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-button--middle .mod-button__link:after {
        right: 4.375vw;
        width: 2.65625vw;
        height: 4.6875vw;
        background: url(../img/common/icon_arrow_gray_large.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

@media screen and (min-width: 751px) {
    .mod-button--col4 .mod-button__link:nth-of-type(4n) {
        margin-right: 0;
    }
    .mod-button--col4 .mod-button__link:nth-of-type(n+5) {
        margin-top: 30px;
    }
}

.mod-button--small .mod-button__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
    width: 255px;
    border-radius: 30px;
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .mod-button--small .mod-button__link {
        min-height: 17.1875vw;
        width: 100%;
        border-radius: 9.375vw;
        font-size: 4.375vw;
    }
}

.mod-button--small .mod-button__link:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-button--small .mod-button__link:after {
        right: 3.125vw;
        width: 2.65625vw;
        height: 4.6875vw;
        background: url(../img/common/icon_arrow_gray_large.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.mod-button--mini .mod-button__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 25px;
    min-height: 40px;
    width: 138px;
    border-radius: 20px;
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .mod-button--mini .mod-button__link {
        padding: 0.9375vw 3.90625vw;
        min-height: 14.0625vw;
        width: 48.27586%;
        border-radius: 7.03125vw;
        font-size: 3.4375vw;
    }
}

.mod-button--mini .mod-button__link:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-button--mini .mod-button__link:after {
        right: 2.34375vw;
        width: 2.03125vw;
        height: 3.4375vw;
        background: url(../img/common/icon_arrow_gray_small.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 750px) {
    .mod-button--sp-mini .mod-button__link {
        margin-right: 3.125vw;
        padding: 0.9375vw 3.90625vw;
        min-height: 14.0625vw;
        width: 48.27586%;
        border-radius: 7.03125vw;
        font-size: 3.4375vw;
    }
    .mod-button--sp-mini .mod-button__link:after {
        right: 2.34375vw;
        width: 2.03125vw;
        height: 3.4375vw;
        background: url(../img/common/icon_arrow_gray_small.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.mod-button--white .mod-button__link {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.mod-button--white .mod-button__link:after {
    background-image: url(../img/common/icon_arrow_white.png);
}

@media screen and (min-width: 751px) {
    .mod-button--white .mod-button__link:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff !important;
        opacity: .8;
    }
}

.mod-button--blue .mod-button__link {
    border-color: #007bd0;
    background-color: rgba(255, 255, 255, 0.2);
    color: #007bd0;
}

.mod-button--blue .mod-button__link:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-button--blue .mod-button__link:after {
        right: 4.6875vw;
        width: 2.65625vw;
        height: 4.6875vw;
    }
}

@media screen and (min-width: 751px) {
    .mod-button--blue .mod-button__link:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: #007bd0 !important;
        opacity: .8;
    }
}

@media screen and (min-width: 751px) {
    .mod-button--deep .mod-button__link:hover {
        background-color: #dfe1e3;
    }
}

.mod-button--center {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .mod-button--sp-center {
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 751px) {
    .mod-button--pc-right {
        -ms-flex-pack: end;

        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}

.mod-button--plural .mod-button__link {
    margin-right: 19px;
}

@media screen and (max-width: 750px) {
    .mod-button--plural .mod-button__link {
        margin-right: 3.125vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-button--plural .mod-button__link:nth-of-type(2n) {
        margin-right: 0;
    }
}

.mod-button--plural .mod-button__link:last-child {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .mod-button--more .mod-button__link {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 17.1875vw;
        width: 100%;
        border-radius: 9.375vw;
        font-size: 4.375vw;
    }
}

.mod-button--more .mod-button__link:after {
    position: absolute;
    top: 50%;
    width: 15px;
    background: url(../img/common/icon_arrow_gray_bottom.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-button--more .mod-button__link:after {
        right: 4.6875vw;
        width: 4.6875vw;
        height: 2.65625vw;
    }
}

.mod-button--noicon .mod-button__link:after {
    display: none;
}

@media screen and (max-width: 750px) {
    .products-sort-block .mod-button {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }
}

.mod-button__link {
    position: relative;
    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-right: 20px;
    padding: 8px 48px;
    border: 1px solid #bfc4c8;
    text-align: center;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (min-width: 751px) {
    #applications .mod-button__link {
        padding-right: 33px;
        padding-left: 33px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 750px) {
    .mod-button__link {
        margin-right: 0;
        margin-bottom: 3.125vw;
        padding: 1.5625vw 9.375vw;
        letter-spacing: .2vw;
        font-size: 4.375vw;
    }
}

.mod-button--back .mod-button__link:after {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-button--back .mod-button__link:after {
        left: 4.6875vw;
        width: 2.65625vw;
        height: 4.6875vw;
        background: url(../img/common/icon_arrow_gray_large.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
}

.mod-button--icon-external .mod-button__link:after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 10px;
    background: url(../img/common/icon_external-link_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .mod-button--icon-external .mod-button__link:after {
        right: 5vw;
        width: 4.6875vw;
        height: 3.125vw;
    }
}

.mod-button--icon-external-white .mod-button__link:after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 10px;
    background: url(../img/common/icon_external-link_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 750px) {
    .mod-button--icon-external-white .mod-button__link:after {
        right: 5vw;
        width: 4.6875vw;
        height: 3.125vw;
    }
}

.mod-button--download .mod-button__link:nth-of-type(2n) {
    margin-right: 0;
}

.mod-button--download .mod-button__link:nth-of-type(n+3) {
    margin-top: 20px;
}

.mod-button__link:last-child {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .mod-button__link:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 751px) {
    .mod-button__link:hover {
        background-color: #f1f1f1;
    }
}

/*  mod-more-button
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .mod-more-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 750px) {
    .mod-more-button__link {
        position: relative;
        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-right: auto;
        margin-left: auto;
        padding: 1.5625vw 7.8125vw;
        min-height: 14.0625vw;
        width: 48.27586%;
        border: 0.3125vw solid #bfc4c8;
        border-radius: 7.03125vw;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-size: 3.4375vw;
        line-height: 1.2;

        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 750px) {
    .mod-more-button__link:after {
        position: absolute;
        top: 50%;
        right: 2.34375vw;
        width: 2.03125vw;
        height: 3.4375vw;
        background: url(../img/common/icon_arrow_gray_small.png) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
    }
}

/* ---------------------------------------------
*   mod-movie
--------------------------------------------- */
.mod-movie iframe {
    width: 800px;
    height: 450px;
}

@media screen and (max-width: 750px) {
    .mod-movie iframe {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 50.78125vw;
    }
}

.mod-movie iframe:nth-of-type(n+2) {
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .mod-movie iframe:nth-of-type(n+2) {
        margin-top: 8vw;
    }
}

.mod-movie--center {
    text-align: center;
}

/* ---------------------------------------------
*   mod-caption
--------------------------------------------- */
.mod-caption {
    word-break: break-word;
    letter-spacing: .05em;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .mod-caption {
        font-size: 3.125vw;
    }
}

/* ---------------------------------------------
*   mod-detail
--------------------------------------------- */
.mod-detail {
    margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .mod-detail {
        margin-bottom: 9.375vw;
    }
}

.mod-detail--info {
    margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
    .mod-detail--info {
        margin-bottom: 18.75vw;
    }
}

.mod-detail--space {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 75px;
}

@media screen and (max-width: 750px) {
    .mod-detail--space {
        padding-top: 12.5vw;
        padding-bottom: 8.59375vw;
    }
}

.mod-detail--white {
    color: #fff;
}

.mod-detail--white .mod-detail__contents-title-label {
    background-color: #fff;
    color: #333;
}

.mod-detail--white .mod-detail__contents-text-item {
    color: #fff;
}

.mod-detail--white .mod-title-link__text {
    color: #fff;
}

.mod-detail--white .mod-title-link__text:before {
    position: absolute;
    top: 50%;
    left: -17px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_white.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.mod-detail--white .mod-text {
    color: #fff;
}

@media screen and (min-width: 751px) {
    .mod-detail--white .mod-text:hover {
        color: #666;
    }
}

.mod-detail__list-item {
    margin-bottom: 15px;
}

.mod-detail__list-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .mod-detail__list-item {
        margin-bottom: 7.03125vw;
    }
}

.mod-detail__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .mod-detail__contents {
        display: block;
    }
}

.mod-detail__contents-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-right: 20px;
    width: 245px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .mod-detail__contents-title {
        margin-right: 0;
        margin-bottom: 2.5vw;
        width: 100%;
    }
}

.mod-detail__contents-title-date {
    margin-right: 20px;
    letter-spacing: .02em;
}

@media screen and (max-width: 750px) {
    .mod-detail__contents-title-date {
        margin-right: 2.8125vw;
    }
}

.mod-detail__contents-title-label {
    padding: 1px 0.5em;
    width: 140px;
    background-color: #dfe1e3;
    text-align: center;
    letter-spacing: -.1em;
    font-size: 12px;
}

.mod-detail__contents-title-label:hover {
    background-color: #f1f1f1;
}

@media screen and (max-width: 750px) {
    .mod-detail__contents-title-label {
        padding-top: .8vw;
        padding-bottom: .8vw;
        width: 48.27586%;
        font-size: 3.125vw;
    }
}

.lang_en .mod-detail__contents-title-label {
    letter-spacing: 0;
}

.mod-detail__contents-text {
    width: calc(100% - 245px - 20px);
}

@media screen and (max-width: 750px) {
    .mod-detail__contents-text {
        width: 100%;
    }
}

.mod-detail__contents-text-item {
    display: block;
}

@media screen and (min-width: 751px) {
    .mod-detail__contents-text-item:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 750px) {
    .mod-detail .mod-more-button {
        margin-top: 7.03125vw;
    }
}

/* ---------------------------------------------
*   mod-check-box
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .mod-checkbox-contents--type .mod-check-box.js-search-box {
        padding-left: 105px;
    }
    .lang_en .mod-checkbox-contents--type .mod-check-box.js-search-box {
        padding-left: 75px;
    }
}

.mod-check-box__input {
    display: none;
}

.mod-check-box__input + .mod-check-box__text {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

@media screen and (max-width: 750px) {
    .mod-check-box__input + .mod-check-box__text {
        padding-left: 9.0625vw;
    }
}

.mod-check-box__input + .mod-check-box__text:before, .mod-check-box__input + .mod-check-box__text:after {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}

.mod-check-box__input + .mod-check-box__text:before {
    top: calc(50% + 1px);
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #bfc4c8;
    border-radius: 3px;
    background-color: #eff0f1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .mod-check-box__input + .mod-check-box__text:before {
        top: calc(50% + 0.2vw);
        width: 5.9375vw;
        height: 5.9375vw;
    }
}

.mod-check-box__input + .mod-check-box__text:after {
    top: 8px;
    left: 6px;
    width: 4px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
    .mod-check-box__input + .mod-check-box__text:after {
        top: 50%;
        left: 2.2vw;
        width: 1.5625vw;
        height: 3.125vw;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
}

.mod-check-box__input:checked + .mod-check-box__text:before {
    border-color: #333;
    background-color: #333;
}

.mod-check-box__input:checked + .mod-check-box__text:after {
    border-color: #fff;
    opacity: 1;
}

.mod-check-box__text {
    position: relative;
    padding-left: 25px;
    letter-spacing: normal;
}

@media screen and (max-width: 750px) {
    .mod-check-box__text {
        display: block;
        padding-left: 9.0625vw;
    }
}

.mod-check-box__label {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .mod-check-box__label {
        display: block;
        margin-right: 0;
        margin-bottom: 4.6875vw;
    }
}

@media screen and (min-width: 751px) {
    .mod-checkbox-contents--type .mod-check-box__label--all {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 750px) {
    .mod-check-box__label--all .mod-check-box__input {
        margin-bottom: 0;
    }
}

.mod-check-box__label--all .mod-check-box__input + .mod-check-box__text {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

@media screen and (max-width: 750px) {
    .mod-check-box__label--all .mod-check-box__input + .mod-check-box__text {
        padding-left: 9.0625vw;
    }
}

.mod-check-box__label--all .mod-check-box__input + .mod-check-box__text:before, .mod-check-box__label--all .mod-check-box__input + .mod-check-box__text:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}

.mod-check-box__label--all .mod-check-box__input + .mod-check-box__text:before {
    display: none;
}

.mod-check-box__label--all .mod-check-box__input + .mod-check-box__text:after {
    position: absolute;
    top: calc(50% + 1px);
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: none;
    background: url(../img/common/icon_radio_off.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .mod-check-box__label--all .mod-check-box__input + .mod-check-box__text:after {
        top: 50%;
        width: 6.25vw;
        height: 6.25vw;
    }
}

.mod-check-box__label--all .mod-check-box__input:checked + .mod-check-box__text:after {
    background: url(../img/common/icon_radio_on.png) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 750px) {
    .mod-check-box__label:last-child {
        margin-bottom: 0;
    }
}

.mod-check-box__label-outer {
    margin-bottom: 13px;
    width: 46%;
}

@media screen and (max-width: 750px) {
    .mod-check-box__label-outer {
        margin-bottom: 3.125vw;
        width: auto;
    }
}

.mod-check-box__label-outer:last-child {
    margin-bottom: 0;
}

/* ---------------------------------------------
*   mod-radio-box
--------------------------------------------- */
.mod-radio-box__input {
    display: none;
}

.mod-radio-box__text {
    position: relative;
    padding-left: 25px;
    letter-spacing: normal;
}

@media screen and (max-width: 750px) {
    .mod-radio-box__text {
        display: block;
        padding-left: 9.0625vw;
    }
}

.mod-radio-box__text:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_radio_off.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .mod-radio-box__text:before {
        width: 6.25vw;
        height: 6.25vw;
    }
}

.mod-radio-box__label {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .mod-radio-box__label {
        display: block;
        margin-right: 0;
        margin-bottom: 6.25vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-radio-box__label:last-child {
        margin-bottom: 0;
    }
}

.mod-radio-box__label-outer {
    margin-bottom: 13px;
    width: 46%;
}

@media screen and (max-width: 750px) {
    .mod-radio-box__label-outer {
        margin-bottom: 3.125vw;
        width: auto;
    }
}

.mod-radio-box__label-outer:last-child {
    margin-bottom: 0;
}

.mod-radio-box__input:checked + .mod-radio-box__text:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_radio_on.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .mod-radio-box__input:checked + .mod-radio-box__text:after {
        width: 6.25vw;
        height: 6.25vw;
    }
}

/* ---------------------------------------------
*   mod-radio-contents
--------------------------------------------- */
.mod-radio-contents__title {
    margin-bottom: 13px;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .mod-radio-contents__title {
        margin-bottom: 2.34375vw;
        font-size: 5.625vw;
    }
}

.mod-radio-contents__main {
    padding: 35px 40px 30px;
    border-radius: 5px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .mod-radio-contents__main {
        padding: 5.46875vw 4.6875vw 6.25vw;
        border-radius: 0.78125vw;
    }
}

/* ---------------------------------------------
*   mod-checkbox-contents
--------------------------------------------- */
.mod-checkbox-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .mod-checkbox-contents {
        display: block;
        padding-right: 4.375vw;
        padding-left: 4.375vw;
    }
}

@media screen and (min-width: 751px) {
    .products-sort-block .mod-checkbox-contents {
        margin-right: auto;
        margin-left: auto;
        width: 1004px;
    }
}

.products-sort-block .mod-checkbox-contents--initial-display {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .products-sort-block .mod-checkbox-contents--initial-display {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        width: 90.625%;
    }
}

.mod-checkbox-contents--initial-display {
    border: 1px solid #828282;
    border-radius: 5px;
}

.mod-checkbox-contents__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 118px;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    word-break: break-all;
    font-size: 1rem;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .mod-checkbox-contents__title {
        padding-right: 0.5em;
        padding-left: 16px;
    }
}

@media screen and (max-width: 750px) {
    .mod-checkbox-contents__title {
        padding: 3.125vw 4.6875vw;
        width: 100%;
        border-radius: 0.78125vw 0.78125vw 0 0;
        font-size: 5.625vw;
    }
}

@media screen and (min-width: 751px) {
    .mod-checkbox-contents--initial-display .mod-checkbox-contents__title {
        width: 154px;
    }
}

.mod-checkbox-contents__title:before {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 2px;
    height: calc(100% - 20px);
    background-color: #eff0f1;
    content: "";
}

@media screen and (max-width: 750px) {
    .mod-checkbox-contents__title:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        min-height: 2px;
        width: 81.25vw;
        height: 0.46875vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.mod-checkbox-contents__main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 36px 5px 20px;
    width: 880px;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .mod-checkbox-contents__main {
        padding: 5.46875vw 4.6875vw 6.25vw;
        width: 100%;
        border-radius: 0.78125vw;
    }
}

.mod-checkbox-contents__main--refine {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 750px) {
    .mod-checkbox-contents--initial-display .mod-checkbox-contents__main {
        padding-left: 0;
    }
}

@media screen and (max-width: 750px) {
    .mod-checkbox-contents--slider .mod-checkbox-contents__main {
        padding-top: 0;
        padding-bottom: 1vw;
    }
}

@media screen and (min-width: 751px) {
    .mod-checkbox-contents__main-inner {
        position: relative;
    }
}

/* ---------------------------------------------
*   mod-textarea
--------------------------------------------- */
.mod-textarea textarea {
    overflow: -moz-scrollbars-none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 17px;
    min-height: 100px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: #eff0f1;
    font-size: 16px;
    resize: none;

    -webkit-appearance: none;
    -ms-overflow-style: none;
}

@media screen and (max-width: 750px) {
    .mod-textarea textarea {
        min-height: 46.875vw;
        width: 100%;
        border-radius: 0.78125vw;
        font-size: 4.375vw;
    }
}

.mod-textarea textarea::-webkit-scrollbar {
    display: none;
}

/* ---------------------------------------------
*   mod-select
--------------------------------------------- */
.mod-select select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 17px;
    min-height: 44px;
    width: 300px;
    border: none;
    border-radius: 5px;
    background-color: #eff0f1;
    background-image: url(../img/common/icon_select.png);
    background-position: 95% 50%;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .mod-select select {
        min-height: 14.0625vw;
        width: 100%;
        border-radius: 0.78125vw;
        background-size: 3.4375vw 2.34375vw;
        font-size: 4.375vw;
    }
}

.mod-select--center select {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* ---------------------------------------------
*   mod-space
--------------------------------------------- */
.mod-space {
    padding-top: 55px;
    padding-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .mod-space {
        padding-top: 7.03125vw;
        padding-bottom: 9.375vw;
    }
}

.products-sort-block .mod-space {
    padding-top: 30px;
    padding-bottom: 0;
}

@media screen and (max-width: 750px) {
    .products-sort-block .mod-space {
        padding-top: 7.03125vw;
    }
}

/* ---------------------------------------------
*   mod-consent-area
--------------------------------------------- */
.mod-consent-area {
    margin-top: 55px;
}

/* ---------------------------------------------
*   mod-form
--------------------------------------------- */
/*  mod-form-content
--------------------------------------------- */
.mod-form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
    .mod-form-content {
        display: block;
        margin-bottom: 3.75vw;
    }
}

.mod-form-content--center {
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.mod-form-content__title {
    width: 350px;
}

@media screen and (max-width: 750px) {
    .mod-form-content__title {
        margin-bottom: 2.34375vw;
        width: 100%;
    }
}

.mod-form-content__title--divide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 310px;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .mod-form-content__title--divide {
        width: auto;
    }
}

.mod-form-content__title--divide .mod-form-content__title-item {
    margin-right: 15px;
    width: 190px;
    text-align: right;
}

@media screen and (max-width: 750px) {
    .mod-form-content__title--divide .mod-form-content__title-item {
        margin-right: 0;
        width: auto;
        text-align: left;
    }
}

.mod-form-content__title-label {
    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;
    width: 50px;
    height: 26px;
    border-radius: 15px;
    background-color: #ca0d17;
    color: #fff;
    font-size: 14px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .mod-form-content__title-label {
        margin-left: 3.125vw;
        width: 10.9375vw;
        height: 5.46875vw;
        border-radius: 2.8125vw;
        font-size: 3.125vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-form-content__title-item {
        font-weight: 700;
    }
}

.mod-form-content__detail {
    width: calc(100% - 350px);
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail {
        width: 100%;
    }
}

.mod-form-content__detail--divide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    width: calc(100% - 310px);

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail--divide {
        width: 100%;
    }
}

.mod-form-content__detail--single {
    width: calc(100% - 310px);
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail--single {
        width: 100%;
    }
}

.mod-form-content__detail input {
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail input {
        font-size: 4.375vw;
    }
}

.mod-form-content__detail-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.mod-form-content__detail-frame .mod-form-content__detail-title {
    margin-right: 5px;
    width: 40px;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail-frame .mod-form-content__detail-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0.78125vw;
        width: 11.71875vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail-frame .mod-form-content__detail-title--left-space {
        padding-left: 1.09375vw;
    }
}

.mod-form-content__detail-frame .mod-form-content__detail-text {
    width: 180px;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail-frame .mod-form-content__detail-text {
        width: 31.25vw;
    }
}

.mod-form-content__detail-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 17px;
    min-height: 40px;
    width: 100%;
    border-radius: 5px;
    background-color: #eff0f1;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail-text {
        min-height: 14.0625vw;
    }
}

.mod-form-content__detail-text--narrow-small {
    width: 100px !important;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail-text--narrow-small {
        width: 22.65625vw !important;
    }
}

.mod-form-content__detail-text--narrow-midium {
    width: 140px !important;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail-text--narrow-midium {
        width: 28.125vw !important;
    }
}

.mod-form-content__detail-text--narrow-large {
    width: 200px !important;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail-text--narrow-large {
        width: 20.3125vw !important;
    }
}

.mod-form-content__detail-icon {
    margin-right: 7px;
    margin-left: 7px;
}

@media screen and (max-width: 750px) {
    .mod-form-content__detail-icon {
        margin-right: 0.78125vw;
        margin-left: 0.78125vw;
    }
}

.mod-form-content__reference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-left: 20px;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background-color: #333;
    color: #fff;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (min-width: 751px) {
    .mod-form-content__reference:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 751px) {
    .mod-form-content__reference {
        color: #fff !important;
    }
}

@media screen and (max-width: 750px) {
    .mod-form-content__reference {
        margin-left: 5.46875vw;
        width: auto;
        height: auto;
        border-radius: 0;
        background-color: transparent;
        color: #333;
        text-decoration: underline;
        font-size: 4.375vw;
    }
}

/* ---------------------------------------------
*   gdpr-area
--------------------------------------------- */
.gdpr-area {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.gdpr-area.js-read {
    display: none !important;
}

.gdpr-area__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
    width: 1080px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .gdpr-area__container {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .gdpr-area__container {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
}

.gdpr-area__left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    width: calc(100% - 150px);
}

@media screen and (max-width: 750px) {
    .gdpr-area__left {
        padding-right: 0;
        width: 100%;
    }
}

.gdpr-area__txt {
    color: #fff;
    font-size: 0.75rem;
}

.gdpr-area__txt-link {
    color: #fff;
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .gdpr-area__txt-link:hover {
        color: #fff;
        text-decoration: none;
    }
}

.gdpr-area__right {
    width: 150px;
}

@media screen and (max-width: 750px) {
    .gdpr-area__right {
        width: 100%;
    }
}

.gdpr-area__btn-close {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    .gdpr-area__btn-close {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
}

@media screen and (min-width: 751px) and (min-width: 751px) {
    .gdpr-area__btn-close:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .gdpr-area__btn-close {
        margin-top: 5vw;
        margin-right: auto;
        margin-left: auto;
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
        width: 45%;
        font-size: .8rem;
    }
}

/* ---------------------------------------------
*   mod-tellink
--------------------------------------------- */
.mod-tellink {
    padding-right: 25px;
    color: #333;
}

@media screen and (max-width: 750px) {
    .mod-tellink {
        padding-right: 0;
    }
}

/* ---------------------------------------------
*   mod-keyvisual
--------------------------------------------- */
.mod-keyvisual {
    margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .mod-keyvisual {
        margin-bottom: 7.03125vw;
    }
}

.mod-keyvisual__txt-small {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .mod-keyvisual__txt-small {
        font-size: 3.125vw;
    }
}

.mod-keyvisual img {
    width: 100%;
}

.mod-keyvisual .mod-title-h1 {
    display: inline-block;
    max-width: 100%;
}

@media screen and (max-width: 750px) {
    .ie11 .mod-keyvisual .mod-title-h1 {
        letter-spacing: -.1vw;
    }
}

/* ---------------------------------------------
*   mod-link-blank
--------------------------------------------- */
.mod-link-blank {
    position: relative;
    margin-right: 22px;
    color: #666;
}

@media screen and (max-width: 750px) {
    .mod-link-blank {
        display: inline-block;
        margin-right: 6.25vw;
    }
}

.mod-link-blank:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #666;
    content: "";
}

@media screen and (max-width: 750px) {
    .mod-link-blank:before {
        border-bottom-width: 0.3125vw;
    }
}

.mod-link-blank:after {
    position: absolute;
    top: 50%;
    right: -22px;
    width: 15px;
    height: 10px;
    background: url(../img/common/icon_link_blank.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-link-blank:after {
        right: -6.25vw;
        width: 4.6875vw;
        height: 3.125vw;
    }
}

.mod-link-blank:hover:before {
    display: none;
}

/* ---------------------------------------------
*   mod-table
--------------------------------------------- */
.mod-table {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .mod-table {
        margin-bottom: 6.25vw;
    }
    .mod-table-scroll .mod-table {
        margin-bottom: 0;
    }
}

.mod-table--towcolumn {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-table--towcolumn {
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--towcolumn tr {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-table--towcolumn tr {
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--towcolumn th, .mod-table--towcolumn td {
    word-break: break-all;
}

.mod-table--towcolumn th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 20px 26px 40px;
    width: 266px;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .mod-table--towcolumn th {
        display: block;
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        width: 100%;
        border-right: none;
        border-bottom: 0.3125vw solid #bfc4c8;
    }
}

.mod-table--towcolumn td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 45px 26px 40px;
    width: calc(100% - 266px);
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-table--towcolumn td {
        display: block;
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        width: 100%;
    }
}

.mod-table--threecolumn {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--threecolumn {
        min-width: 175.78125vw;
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--threecolumn tr {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-table--threecolumn tr {
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--threecolumn th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 20px 26px 40px;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .mod-table--threecolumn th {
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        border-right-width: 0.3125vw;
    }
}

.mod-table--threecolumn th:last-child {
    border-right: none;
}

.mod-table--threecolumn td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 45px 26px 40px;
    border-right: 1px solid #bfc4c8;
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-table--threecolumn td {
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        border-right-width: 0.3125vw;
    }
}

.mod-table--threecolumn td:last-child {
    border-right: none;
}

.mod-table--basic {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--basic {
        min-width: 175.78125vw;
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--basic tr {
    border-bottom: 1px solid #bfc4c8;
}

.mod-table--basic th, .mod-table--basic td {
    padding: 26px 1em;
}

@media screen and (max-width: 750px) {
    .mod-table--basic th, .mod-table--basic td {
        padding: 4.53125vw 1em;
    }
}

.mod-table--basic th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    vertical-align: top;
}

.mod-table--basic th:last-child {
    border-right: none;
}

.mod-table--basic td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bfc4c8;
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-table--basic td {
        border-right-width: 0.3125vw;
    }
}

.mod-table--basic td:last-child {
    border-right: none;
}

.mod-table--basic2 {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--basic2 {
        width: 100%;
        border: none;
    }
}

.mod-table--basic2 tr {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-table--basic2 tr {
        border: none;
    }
}

.mod-table--basic2 th, .mod-table--basic2 td {
    padding: 26px 1em;
}

@media screen and (max-width: 750px) {
    .mod-table--basic2 th, .mod-table--basic2 td {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 4.53125vw 1em;
        width: 100%;
    }
}

.mod-table--basic2 th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .mod-table--basic2 th {
        border-right-width: 0;
    }
}

.mod-table--basic2 th:last-child {
    border-right: none;
}

.mod-table--basic2 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bfc4c8;
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-table--basic2 td {
        border-right-width: 0.3125vw;
    }
}

.mod-table--basic2 td:last-child {
    border-right: none;
}

.mod-table--basic3 {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--basic3 {
        width: 100%;
    }
}

.mod-table--basic3 tr {
    border-bottom: 1px solid #bfc4c8;
}

.mod-table--basic3 th, .mod-table--basic3 td {
    padding: 25px 40px;
}

@media screen and (max-width: 750px) {
    .mod-table--basic3 th, .mod-table--basic3 td {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 4.53125vw 4.6875vw;
        width: 100%;
    }
}

.mod-table--basic3 th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .mod-table--basic3 th {
        border-right-width: 0;
    }
}

.mod-table--basic3 th:last-child {
    border-right: none;
}

.mod-table--basic3 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bfc4c8;
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-table--basic3 td {
        border-right-width: 0.3125vw;
    }
}

.mod-table--basic3 td:last-child {
    border-right: none;
}

.mod-table--sast-value {
    border: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value {
        min-width: 201vw;
        border-top: none;
        border-bottom: none;
    }
    .mod-table--sast-value.sp-fixed {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        min-width: initial;
        min-width: auto;
        width: 26vw;
        border-right: none;
    }
}

.mod-table--sast-value tr {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value tr {
        position: relative;
    }
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value tr.dummy {
        visibility: hidden;
        height: 0;
        border: 0;
        font-size: 0;
    }
}

.mod-table--sast-value tr.img-wide {
    position: relative;
    height: 330px;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value tr.img-wide {
        height: 60.9375vw;
    }
}

.mod-table--sast-value tr.img-wide .mod-image {
    width: 840px;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value tr.img-wide .mod-image {
        width: 196vw;
    }
}

.mod-table--sast-value tr.img-wide .mod-image img {
    width: 100%;
}

.mod-table--sast-value th, .mod-table--sast-value td {
    padding: 15px 20px;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value th, .mod-table--sast-value td {
        padding: 3.125vw;
        font-size: 3.125vw;
    }
}

.mod-table--sast-value th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (min-width: 751px) {
    .mod-table--sast-value th {
        font-size: 1rem;
    }
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value th {
        width: 26vw;
    }
}

.mod-table--sast-value th:last-child {
    border-right: none;
}

.mod-table--sast-value td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bfc4c8;
    vertical-align: top;
    line-height: 1.8;
}

.mod-table--sast-value td:last-child {
    border-right: none;
}

.mod-table--sast-value .fw-b {
    display: block;
}

@media screen and (min-width: 751px) {
    .mod-table--sast-value .fw-b {
        font-size: 0.875rem;
    }
}

.mod-table--sast-value .mod-image {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value .mod-image {
        margin-top: 1.5625vw;
        margin-bottom: 1.5625vw;
    }
}

.mod-table--sast-value .box01 {
    height: 70px;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value .box01 {
        height: 17.96875vw;
    }
}

.lang_en .mod-table--sast-value .box01 {
    height: 115px;
}

@media screen and (max-width: 750px) {
    .lang_en .mod-table--sast-value .box01 {
        height: 28vw;
    }
}

.mod-table--sast-value .box02 {
    height: 155px;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value .box02 {
        height: 40.625vw;
    }
}

.lang_en .mod-table--sast-value .box02 {
    height: 225px;
}

@media screen and (max-width: 750px) {
    .lang_en .mod-table--sast-value .box02 {
        height: 58vw;
    }
}

.mod-table--sast-value .box03 {
    height: 110px;
}

@media screen and (max-width: 750px) {
    .mod-table--sast-value .box03 {
        height: 31.5625vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-table--biz-elec {
        width: 320vw;
    }
}

.mod-table--row {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--row {
        min-width: 175.78125vw;
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--row tr {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-table--row tr {
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--row th, .mod-table--row td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 1em 26px 1em;
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-table--row th, .mod-table--row td {
        padding: 4.53125vw 1em;
    }
}

.mod-table--row th:last-child, .mod-table--row td:last-child {
    border-right: none;
}

@media screen and (max-width: 750px) {
    .mod-table--sp-break {
        min-width: initial;
        min-width: none;
    }
    .mod-table--sp-break th, .mod-table--sp-break td {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
    }
    .mod-table--sp-break th {
        padding-bottom: 0;
    }
    .mod-table--sp-break td {
        padding-top: 0.5em;
    }
}

.mod-table--heading {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--heading {
        min-width: 295.3125vw;
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--heading thead {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-table--heading thead {
        border-bottom-width: 0.3125vw;
    }
}

.mod-table--heading thead td {
    padding: 25px 5px 25px 20px;
}

@media screen and (max-width: 750px) {
    .mod-table--heading thead td {
        padding-top: 4.6875vw;
        padding-right: 1.5625vw;
        padding-bottom: 4.6875vw;
        padding-left: 4.21875vw;
    }
}

.mod-table--heading tbody tr:first-child td {
    padding-top: 23px;
}

.mod-table--heading tbody tr:last-child td {
    padding-bottom: 28px;
}

.mod-table--heading tbody td {
    padding: 9px 5px 9px 20px;
}

.mod-table--heading2 {
    border: 1px solid #bfc4c8;
    border-bottom-width: 0;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--heading2 {
        min-width: 200vw;
    }
}

.mod-table--heading2 thead {
    border-bottom: 1px solid #bfc4c8;
}

.mod-table--heading2 thead tr td:first-child {
    border-right: 1px solid #bfc4c8;
}

.mod-table--heading2 thead td {
    padding: 25px 5px 25px 20px;
}

@media screen and (max-width: 750px) {
    .mod-table--heading2 thead td {
        padding-top: 4.6875vw;
        padding-right: 1.5625vw;
        padding-bottom: 4.6875vw;
        padding-left: 4.21875vw;
    }
}

.mod-table--heading2 tbody tr {
    border-bottom: 1px solid #bfc4c8;
}

.mod-table--heading2 tbody tr td:first-child {
    border-right: 1px solid #bfc4c8;
}

.mod-table--heading2 tbody tr:first-child td {
    padding-top: 23px;
}

@media screen and (max-width: 750px) {
    .mod-table--heading2 tbody tr:first-child td {
        padding-top: 3.125vw;
    }
}

.mod-table--heading2 tbody tr:last-child td {
    padding-bottom: 28px;
}

@media screen and (max-width: 750px) {
    .mod-table--heading2 tbody tr:last-child td {
        padding-bottom: 3.125vw;
    }
}

.mod-table--heading2 tbody td {
    padding: 9px 5px 9px 20px;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .mod-table--heading2 tbody td {
        padding: 2.8125vw 1em;
    }
}

.mod-table--heading3 {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--heading3 {
        min-width: 215.625vw;
    }
}

.mod-table--heading3 thead {
    border-bottom: 1px solid #bfc4c8;
}

.mod-table--heading3 thead th {
    padding: 25px 5px;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .mod-table--heading3 thead th {
        padding-top: 4.6875vw;
        padding-right: 1.5625vw;
        padding-bottom: 4.6875vw;
        padding-left: 4.21875vw;
    }
}

.mod-table--heading3 thead th:last-of-type {
    border: none;
}

.mod-table--heading3 tbody tr {
    border-top: 1px solid #bfc4c8;
}

.mod-table--heading3 tbody td {
    padding: 15px 5px;
    text-align: center;
}

.mod-table--heading4 {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--heading4 {
        min-width: 215.625vw;
    }
}

.mod-table--heading4 thead {
    border-bottom: 1px solid #bfc4c8;
}

.mod-table--heading4 thead th {
    padding: 25px 1em;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
}

@media screen and (max-width: 750px) {
    .mod-table--heading4 thead th {
        padding-top: 4.6875vw;
        padding-right: 1.5625vw;
        padding-bottom: 4.6875vw;
        padding-left: 4.21875vw;
    }
}

.mod-table--heading4 thead th:last-of-type {
    border: none;
}

.mod-table--heading4 tbody tr {
    border-top: 1px solid #bfc4c8;
}

.mod-table--heading4 tbody td {
    padding: 15px 1em;
}

.mod-table--heading5 {
    border-bottom: 1px solid #bfc4c8;
    border-left: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--heading5 {
        min-width: 246.875vw;
    }
}

.mod-table--heading5 thead th {
    padding: 25px 1em;
    background-color: #f2f3f4;
}

@media screen and (max-width: 750px) {
    .mod-table--heading5 thead th {
        padding-top: 4.6875vw;
        padding-right: 1.5625vw;
        padding-bottom: 4.6875vw;
        padding-left: 4.21875vw;
    }
}

.mod-table--heading5 tbody td {
    padding: 0 1em;
    vertical-align: top;
}

.mod-table--heading5 tbody td:first-of-type {
    padding-top: 16px;
}

.mod-table--heading5 th, .mod-table--heading5 td {
    border-top: 1px solid #bfc4c8;
    border-right: 1px solid #bfc4c8;
}

.mod-table--heading6 {
    border-bottom: 1px solid #bfc4c8;
    border-left: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-table--heading6 {
        min-width: 246.875vw;
    }
}

.mod-table--heading6 thead th {
    background-color: #f2f3f4;
}

.mod-table--heading6 tbody td {
    vertical-align: top;
}

.mod-table--heading6 th, .mod-table--heading6 td {
    padding: 26px 1em;
    border-top: 1px solid #bfc4c8;
    border-right: 1px solid #bfc4c8;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-table--heading6 th, .mod-table--heading6 td {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
}

.mod-table--heading6 a {
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .mod-table--heading6 a:hover {
        text-decoration: none;
    }
}

/*  mod-table-scroll-wrap
--------------------------------------------- */
.mod-table-scroll-wrap--sast-value {
    position: relative;
}

@media screen and (max-width: 750px) {
    .mod-table-scroll-wrap--sast-value {
        border-top: 1px solid #bfc4c8;
    }
}

/*  mod-table-scroll
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .mod-table-scroll {
        position: relative;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 3.125vw;
        padding-bottom: 9.375vw;
        width: 100%;
    }
    .mod-table-scroll.main-tbl {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: calc(26vw - 1px);
    }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
    .mod-table-scroll--biz-elec {
        padding-bottom: 15.625vw;
    }
}

/*  mod-table-caption
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .mod-table-caption {
        margin-bottom: 3.125vw;
        font-size: 3.125vw;
    }
}

/* ---------------------------------------------
*   mod-border-content
--------------------------------------------- */
.mod-border-content {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-border-content {
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw;
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-border-content--bottom-narrow {
    padding-bottom: 15px;
}

.mod-border-content--news {
    padding-top: 20px;
    padding-bottom: 0;
}

@media screen and (max-width: 750px) {
    .mod-border-content--news {
        margin-top: -1px;
        padding-top: 0;
        border-top-width: 0;
        border-bottom-width: 0;
    }
    .mod-border-content--news .mod-title-h3-sp-accordion.js-open {
        border-bottom-color: transparent;
    }
    .mod-border-content--news .js-sp-accordion-target .mod-texts-lists__list {
        display: block;
        padding: 5vw 4.6875%;
        background-color: #dfe1e3;
    }
    .mod-border-content--news .mod-texts-lists__list-item {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .mod-border-content--news .mod-texts-lists__list-item:last-of-type {
        margin-bottom: 0;
    }
    .mod-border-content--news .mod-texts-lists__list-item a {
        padding-top: 3.4375vw;
        padding-bottom: 3.4375vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-border-content--news + .mod-border-content {
        margin-top: -1px;
    }
}

.mod-border-content + .mod-border-content {
    border-top-width: 0;
}

.mod-border-content:last-of-type {
    margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .mod-border-content:last-of-type {
        margin-bottom: 9.375vw;
    }
}

/* ---------------------------------------------
*   mod-reset-button
--------------------------------------------- */
.mod-reset-button--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.mod-reset-button__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-height: 40px;
    width: 138px;
    border-radius: 20px;
    background-color: #dfe1e3;
    font-size: 14px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .mod-reset-button__link {
        min-height: 14.0625vw;
        width: 43.75vw;
        border-radius: 7.03125vw;
        font-size: 3.4375vw;
    }
}

@media screen and (min-width: 751px) {
    .mod-reset-button__link:hover {
        background-color: #f1f1f1;
    }
}

/* ---------------------------------------------
*   mod-image
--------------------------------------------- */
.mod-image {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .mod-image {
        margin-bottom: 9.375vw;
    }
}

.mod-image--large img {
    max-width: 100%;
    width: 100%;
}

.mod-image--middle img {
    max-width: 80%;
}

.mod-image--small img {
    max-width: 50%;
}

.mod-image--center {
    text-align: center;
}

/* ---------------------------------------------
*   mod-indent-text
--------------------------------------------- */
.mod-indent-text {
    line-height: 1.7;
}

.mod-indent-text--one {
    padding-left: 1em;
    text-indent: -1em;
}

.mod-indent-text--1-1 {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.mod-indent-text--1-2 {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.mod-indent-text--1-5 {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.mod-indent-text--tow {
    padding-left: 2em;
    text-indent: -2em;
}

.mod-indent-text--tow .mod-indent-text__dot {
    padding-right: 1em;
}

@media screen and (max-width: 750px) {
    .mod-indent-text--sp-harf {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
}

@media screen and (max-width: 750px) {
    .mod-indent-text--sp-harf .mod-indent-text__dot {
        padding-right: .5em;
    }
}

.mod-indent-text--three-little {
    padding-left: 3.2em;
    text-indent: -3.2em;
}

.mod-indent-text--bold {
    font-weight: 700;
}

.mod-indent-text__dot {
    padding-right: 1em;
}

@media screen and (max-width: 750px) {
    .mod-indent-text__dot {
        padding-right: .5em;
    }
}

/* ---------------------------------------------
*   mod-lists
--------------------------------------------- */
.mod-lists {
    margin-bottom: 30px;
    padding: 10px 40px;
}

@media screen and (max-width: 750px) {
    .mod-lists {
        margin-bottom: 9.375vw;
        padding: 0;
    }
}

.mod-lists--wide {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 751px) {
    .mod-lists--pc-width-per-40 {
        margin-right: auto;
        margin-left: auto;
        width: 40%;
    }
}

@media screen and (min-width: 751px) {
    .mod-lists--pc-width-per-50 {
        margin-right: auto;
        margin-left: auto;
        width: 50%;
    }
}

.mod-lists--no-side-padding {
    padding-left: 0;
}

.mod-lists--use {
    margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
    .mod-lists--use {
        margin-bottom: 6.25vw;
    }
}

.mod-lists--use .mod-lists__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .mod-lists--use .mod-lists__list {
        display: block;
    }
}

.mod-lists__list-item {
    margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
    .mod-lists__list-item {
        margin-bottom: 2.8125vw;
    }
}

.mod-lists--use .mod-lists__list-item {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    text-align: left;
}

@media screen and (max-width: 750px) {
    .mod-lists--use .mod-lists__list-item {
        margin-right: 0;
        margin-bottom: 0.78125vw;
        margin-left: 0;
    }
}

.mod-lists__list-item:last-child {
    margin-bottom: 0;
}

.mod-lists__list-item .mod-caption {
    margin-left: 20px;
}

@media screen and (max-width: 750px) {
    .mod-lists__list-item .mod-caption {
        display: block;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
    }
}

/* ---------------------------------------------
*   mod-pager
--------------------------------------------- */
.mod-pager {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .mod-pager {
        margin-bottom: 9.375vw;
    }
}

.mod-pager__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-right: 130px;
    padding-left: 130px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .mod-pager__list {
        padding-right: 0;
        padding-left: 0;
    }
}

.mod-pager__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #bfc4c8;
    border-radius: 50%;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .mod-pager__list-item {
        width: 15.625vw;
        height: 15.625vw;
    }
}

.mod-pager__list-item:last-child {
    margin-right: 0;
}

@media screen and (min-width: 751px) {
    .mod-pager__list-item a:hover {
        background-color: #f1f1f1;
    }
}

.mod-pager__list-item--link-right {
    top: 0;
    right: 60px;
    margin-left: 20px;
}

@media screen and (max-width: 750px) {
    .mod-pager__list-item--link-right {
        margin-left: 0;
    }
}

.mod-pager__list-item--link-right img {
    width: 6px;
    height: 11px;
}

@media screen and (max-width: 750px) {
    .mod-pager__list-item--link-right img {
        width: 2.03125vw;
        height: 3.59375vw;
    }
}

.mod-pager__list-item--skip-right {
    top: 0;
    right: 0;
}

.mod-pager__list-item--link-left {
    margin-right: 20px;
}

@media screen and (max-width: 750px) {
    .mod-pager__list-item--link-left {
        margin-right: 0;
    }
}

.mod-pager__list-item--link-left img {
    width: 6px;
    height: 11px;
}

@media screen and (max-width: 750px) {
    .mod-pager__list-item--link-left img {
        width: 2.03125vw;
        height: 3.59375vw;
    }
}

.mod-pager__list-item--skip-left {
    top: 0;
    left: 0;
}

.mod-pager__list-item--current {
    background-color: #dfe1e3;
    color: #007bd0;
}

@media screen and (max-width: 750px) {
    .mod-pager__list-item--current {
        margin-right: 0;
        padding: 0 7.8125vw;
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
        background-color: transparent;
        color: #333;
    }
}

.mod-pager__list-item--dot {
    display: none;
    width: 14px;
    height: 14px;
    border: none;
}

.mod-pager__list-item--last {
    display: none;
}

.mod-pager__list-item--item {
    display: none;
}

.mod-pager__list-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/*  mod-ir
--------------------------------------------- */
.mod-ir {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 215px;
}

@media screen and (max-width: 750px) {
    .mod-ir {
        height: 235px;
    }
}

.mod-ir iframe {
    width: 100% !important;
    height: 100% !important;
}

/* ---------------------------------------------
*   mod-section
--------------------------------------------- */
.mod-section {
    margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .mod-section {
        margin-bottom: 9.375vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-section--long .box-cassettes {
        padding-top: 15.625vw;
        padding-bottom: 15.625vw;
        min-height: 108.59375vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-section--sp-short .box-cassettes {
        padding-top: 14.0625vw;
        min-height: 62.5vw;
    }
}

.mod-section--foot-panel {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .mod-section--foot-panel {
        padding-top: 9.375vw;
        padding-bottom: 9.375vw;
    }
}

.mod-section--foot-nav {
    margin-bottom: 0;
    padding-top: 55px;
}

@media screen and (max-width: 750px) {
    .mod-section--foot-nav {
        margin-bottom: 0;
        padding-top: 0;
    }
    .mod-section--foot-nav:nth-of-type(n+2) {
        margin-top: -1px;
    }
}

@media screen and (min-width: 751px) {
    .mod-section--foot-nav:last-of-type {
        margin-bottom: 45px;
    }
}

/* ---------------------------------------------
*   mod-lead-text
--------------------------------------------- */
.mod-lead-text {
    letter-spacing: .05em;
    line-height: 1.7;
}

@media screen and (max-width: 750px) {
    .mod-lead-text {
        letter-spacing: normal;
        font-size: 3.75vw;
    }
}

/* ---------------------------------------------
*   mod-text
--------------------------------------------- */
.mod-text {
    text-align: justify;
    word-break: break-word;
    letter-spacing: .05em;
    line-height: 1.8;
}

.mod-text + .mod-text {
    margin-top: 1.5em;
}

.lang_en .mod-text {
    text-align: initial;
}

@media screen and (max-width: 750px) {
    .mod-text {
        letter-spacing: 0em;
    }
}

.mod-text--center {
    text-align: center;
}

.lang_en .mod-text--center {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .mod-text--sp-center {
        text-align: center;
    }
    .lang_en .mod-text--sp-center {
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    .mod-text--sp-left {
        text-align: left;
    }
    .lang_en .mod-text--sp-left {
        text-align: left;
    }
}

@media screen and (max-width: 750px) {
    .mod-text--sp-small {
        letter-spacing: normal;
        font-size: 3.82812vw;
        line-height: 1.8;
    }
}

.mod-text--wide {
    letter-spacing: -.01em;
}

.mod-text--midium {
    font-weight: 500;
}

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

.mod-text--large {
    font-size: 28px;
}

@media screen and (max-width: 750px) {
    .mod-text--large {
        font-size: 6.875vw;
    }
}

.mod-text--low {
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .mod-text--low {
        line-height: 1.2;
    }
}

/*  mod-txt-link
--------------------------------------------- */
.mod-txt-link {
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .mod-txt-link:hover {
        text-decoration: none;
    }
}

/*  mod-text-small
--------------------------------------------- */
.mod-text-small {
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .mod-text-small {
        display: block;
        font-size: 4.0625vw;
    }
}

@media screen and (min-width: 751px) {
    .mod-text-small:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   mod-texts-lists
--------------------------------------------- */
.mod-texts-lists {
    margin-right: auto;
    margin-left: auto;
    width: 840px;
}

@media screen and (max-width: 750px) {
    .mod-texts-lists {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .mod-texts-lists {
        margin-right: 0;
        margin-left: 0;
    }
}

.mod-texts-lists--w-per-100 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .mod-texts-lists--sp-wide {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .mod-texts-lists--sp-side-margin {
        padding-right: 4.6875vw;
        padding-left: 4.6875vw;
    }
}

.mod-texts-lists--anchor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 5px;
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-texts-lists--anchor {
        padding: 5vw 5vw 3.7vw;
    }
}

.mod-texts-lists--center .mod-texts-lists__list {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.mod-texts-lists--narrow {
    width: 560px;
}

@media screen and (max-width: 750px) {
    .mod-texts-lists--narrow {
        width: 100%;
    }
}

.mod-texts-lists--band {
    padding-top: 20px;
}

@media screen and (max-width: 750px) {
    .mod-texts-lists--band {
        padding-top: 6.25vw;
        padding-bottom: 3.125vw;
    }
}

.mod-texts-lists__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .mod-texts-lists--sp-wide .mod-texts-lists__list {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .js-sp-accordion-target .mod-texts-lists__list {
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
    }
}

.mod-texts-lists__list-item {
    margin-right: 7px;
    margin-bottom: 20px;
    margin-left: 7px;
}

@media screen and (max-width: 750px) {
    .mod-texts-lists__list-item {
        margin-right: 2.34375vw;
        margin-bottom: 1.5625vw;
        margin-left: 2.34375vw;
    }
}

.mod-texts-lists__list-item a.current {
    font-weight: bold;
}

.mod-wysiwyg .mod-texts-lists__list-item:before {
    display: none;
}

@media screen and (min-width: 751px) {
    .mod-texts-lists--band .mod-texts-lists__list-item {
        margin-right: 12px;
        margin-left: 12px;
    }
}

@media screen and (max-width: 750px) {
    .mod-texts-lists--band .mod-texts-lists__list-item {
        margin-bottom: 4.6875vw;
    }
}

/* ---------------------------------------------
*   mod-anchors
--------------------------------------------- */
.mod-anchors {
    margin-right: auto;
    margin-left: auto;
    width: 840px;
}

@media screen and (max-width: 750px) {
    .mod-anchors {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

@media screen and (max-width: 750px) {
    .mod-anchors {
        margin-right: 0;
        margin-left: 0;
    }
}

.mod-anchors--center .mod-anchors__list {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.mod-anchors--narrow {
    width: 560px;
}

@media screen and (max-width: 750px) {
    .mod-anchors--narrow {
        width: 100%;
    }
}

.mod-anchors__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mod-anchors__list-item {
    margin-right: 7px;
    margin-bottom: 20px;
    margin-left: 7px;
}

@media screen and (max-width: 750px) {
    .mod-anchors__list-item {
        margin-right: 2.34375vw;
        margin-bottom: 1.5625vw;
        margin-left: 2.34375vw;
    }
}

.mod-anchors__list-item a {
    position: relative;
    display: inline-block;
    padding: .4em 2em .45em .8em;
    border: 1px solid #333;
}

@media screen and (min-width: 751px) {
    .mod-anchors__list-item a:hover {
        background-color: rgba(231, 231, 231, 0.2);
        color: #000;
        text-decoration: none;
    }
}

.mod-anchors__list-item a:after {
    position: absolute;
    top: calc(50% - 1px);
    right: .7em;
    display: block;
    width: .5em;
    height: .5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

@media screen and (min-width: 751px) {
    .mod-anchors__list-item a:hover:after {
        top: 50%;
    }
}

.mod-anchors__list-item a.current {
    font-weight: bold;
}

/* ---------------------------------------------
*   mod-anchors02
--------------------------------------------- */
.mod-anchors02 {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-anchors02.js-is-open {
        border-bottom: none;
    }
}

.mod-anchors02__ttl {
    display: none;
}

@media screen and (max-width: 750px) {
    .mod-anchors02__ttl {
        display: block;
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
        padding-left: 4.6875%;
    }
}

.mod-anchors02__body {
    padding-top: 16px;
}

@media screen and (max-width: 750px) {
    .mod-anchors02__body {
        padding-top: 7.8125vw;
        padding-bottom: 7.8125vw;
        background-color: #dfe1e3;
    }
}

.mod-anchors02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .mod-anchors02__list {
        display: block;
    }
}

.mod-anchors02__item {
    margin-right: 7px;
    margin-bottom: 18px;
    margin-left: 7px;
}

@media screen and (max-width: 750px) {
    .mod-anchors02__item {
        margin-right: 4.6875%;
        margin-bottom: 7.03125vw;
        margin-left: 4.6875%;
    }
    .mod-anchors02__item:last-of-type {
        margin-bottom: 0;
    }
}

.mod-anchors02__link {
    display: inline-block;
    font-size: 1rem;
}

@media screen and (min-width: 751px) {
    .mod-anchors02__link:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 750px) {
    .mod-anchors02__link {
        display: block;
        font-size: 4.375vw;
    }
}

/* ---------------------------------------------
*   mod-title-link
--------------------------------------------- */
.mod-title-link {
    position: relative;
    margin-bottom: 45px;
}

@media screen and (min-width: 751px) {
    .mod-detail .mod-title-link {
        margin-top: 20px;
    }
}

@media screen and (max-width: 750px) {
    .mod-detail .mod-title-link {
        margin-bottom: 9.375vw;
    }
}

.mod-title-link__text {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mod-title-link__text:before {
    position: absolute;
    top: 50%;
    left: -17px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 750px) {
    .mod-title-link__text {
        display: none;
    }
}

.mod-detail .mod-title-link__text {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

@media screen and (min-width: 751px) {
    .mod-title-link__text:hover {
        text-decoration: underline;
    }
}

.mod-title-link .mod-title-h2 {
    letter-spacing: .05em;
}

/* ---------------------------------------------
*   mod-title
--------------------------------------------- */
/*  mod-title-h1
--------------------------------------------- */
.mod-title-h1 {
    margin-bottom: 30px;
    font-size: 40px;
}

@media screen and (max-width: 750px) {
    .mod-title-h1 {
        margin-bottom: 6.25vw;
        font-size: 8.125vw;
    }
}

.mod-title-h1--center {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .mod-title-h1--sp-small {
        font-size: 6.875vw;
    }
}

.mod-title-h1--low {
    line-height: 1.3;
}

/*  mod-title-h2
--------------------------------------------- */
.mod-title-h2 {
    margin-bottom: 30px;
    font-size: 28px;
}

@media screen and (max-width: 750px) {
    .mod-title-h2 {
        margin-bottom: 5.46875vw;
        font-size: 6.875vw;
    }
}

.mod-title-h2--center {
    text-align: center;
}

/*  mod-title-h3
--------------------------------------------- */
.mod-title-h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .mod-title-h3 {
        margin-bottom: 3.125vw;
        font-size: 5.625vw;
    }
}

.mod-title-h3--center {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .mod-title-h3--sp-small {
        font-size: 4.375vw;
    }
}

/*  mod-title-h3-sp-accordion
--------------------------------------------- */
.mod-title-h3-sp-accordion {
    margin-bottom: 25px;
    letter-spacing: -.02em;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .mod-title-h3-sp-accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0;
        padding: 0 10.2875vw 0 4.6875vw;
        min-height: 15.625vw;
        border-top: 1px solid #bfc4c8;
        border-bottom: 1px solid #bfc4c8;
        font-size: 4.375vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.mod-title-h3-sp-accordion--center {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .mod-title-h3-sp-accordion--left-sp {
        text-align: left;
    }
}

/*  mod-title-h4
--------------------------------------------- */
.mod-title-h4 {
    margin-bottom: 10px;
    letter-spacing: -.02em;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .mod-title-h4 {
        margin-bottom: 3.125vw;
        font-size: 4.375vw;
    }
}

.mod-title-h4--center {
    text-align: center;
}

/* ---------------------------------------------
*   mod-title-border
--------------------------------------------- */
.mod-title-border {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .mod-title-border {
        margin-bottom: 9.375vw;
    }
}

.mod-title-border__head {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-title-border__head {
        margin-bottom: 4.375vw;
        padding-top: 1.5625vw;
        padding-bottom: 2.8125vw;
        border-bottom-width: 0.3125vw;
        font-size: 5.625vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-title-border__head.js-sp-accordion-trigger {
        padding-right: 2em;
    }
}

.mod-title-border__title {
    font-weight: 500;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .mod-title-border__title {
        font-size: 5.625vw;
    }
}

.mod-title-border__body-content {
    margin-bottom: 17px;
}

@media screen and (max-width: 750px) {
    .mod-title-border__body-content {
        margin-bottom: 4.21875vw;
        font-size: 4.375vw;
    }
}

.mod-title-border__body-content:last-child {
    margin-bottom: 0;
}

.mod-title-border__body-content-head {
    font-weight: 500;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .mod-title-border__body-content-head {
        display: block;
        margin-bottom: 1.09375vw;
    }
}

@media screen and (min-width: 751px) {
    .mod-title-border__body-content-head:hover {
        text-decoration: underline;
    }
}

.mod-title-border__body-content-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .mod-title-border__body-content-body {
        display: block;
    }
}

.mod-title-border__body-content-body-item {
    margin-right: 15px;
}

@media screen and (max-width: 750px) {
    .mod-title-border__body-content-body-item {
        margin-right: 0;
        margin-bottom: 1.5625vw;
    }
}

.mod-title-border__body-content-body-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .mod-title-border__body-content-body-item:last-child {
        margin-bottom: 0;
    }
}

.mod-title-border__body-content-body-item-text {
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .mod-title-border__body-content-body-item-text {
        display: block;
        line-height: 1.8;
    }
}

@media screen and (min-width: 751px) {
    .mod-title-border__body-content-body-item-text:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   mod-title-border02
--------------------------------------------- */
.mod-title-border02 {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .mod-title-border02 {
        margin-bottom: 9.375vw;
    }
}

.mod-title-border02__head {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-title-border02__head {
        margin-bottom: 4.375vw;
        padding-top: 1.5625vw;
        padding-bottom: 2.8125vw;
        border-bottom-width: 0.3125vw;
        font-size: 5.625vw;
    }
}

@media screen and (max-width: 750px) {
    .mod-title-border02__head.js-sp-accordion-trigger {
        padding-right: 2em;
    }
}

.mod-title-border02__title {
    font-weight: 500;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .mod-title-border02__title {
        font-size: 5.625vw;
    }
}

/* ---------------------------------------------
*   line-button
--------------------------------------------- */
.line-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 40px;
    background-color: #dfe1e3;
    cursor: pointer;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .line-button {
        margin-top: 7.8125vw;
    }
}

@media screen and (min-width: 751px) {
    .line-button:hover {
        background-color: #f1f1f1;
        color: #666;
    }
}

.line-button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(../img/common/icon_accordion_plus.png);
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .line-button:after {
        right: 4.6875vw;
        width: 4.84375vw;
        height: 4.84375vw;
    }
}

.line-button.js-open:after {
    background-image: url(../img/common/icon_accordion_minus.png);
}

.line-button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-height: 60px;
    text-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .line-button__text {
        min-height: 15.625vw;
    }
}

.products-sort-block .line-button__text {
    display: none;
}

/* ---------------------------------------------
*   ulvac-num
--------------------------------------------- */
.ulvac-num {
    padding-top: 97px;
    padding-bottom: 97px;
    background: url(../img/company/bg_ulvac-in-number.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .ulvac-num {
        padding-top: 11.40625vw;
        padding-bottom: 12.5vw;
        background-image: url(../img/company/bg_ulvac-in-number_sp.jpg);
    }
}

.ulvac-num__ttl {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .ulvac-num__ttl {
        margin-bottom: 8.59375vw;
    }
}

.ulvac-num__ttl-en {
    display: block;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .ulvac-num__ttl-en {
        margin-bottom: 2.5vw;
        font-size: 6.875vw;
    }
}

.ulvac-num__ttl-jp {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .ulvac-num__ttl-jp {
        font-size: 3.125vw;
    }
}

.ulvac-num__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-bottom: 60px;

    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .ulvac-num__list {
        display: block;
        margin-bottom: 11.40625vw;
    }
}

.ulvac-num__list-item {
    margin-right: 95px;
}

@media screen and (max-width: 750px) {
    .ulvac-num__list-item {
        margin-right: 0;
        margin-bottom: 10.15625vw;
    }
    .ulvac-num__list-item:last-of-type {
        margin-bottom: 0;
    }
}

.ulvac-num__list-item:last-child {
    margin-right: 0;
}

.ulvac-num__list-item-title {
    margin-bottom: 3px;
    text-align: center;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .ulvac-num__list-item-title {
        margin-bottom: 0.46875vw;
        font-size: 4.375vw;
    }
}

.ulvac-num__list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;

    -webkit-box-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 750px) {
    .ulvac-num__list-item-content {
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.ulvac-num__list-item-content-target {
    font-weight: 300;
    font-size: 100px;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .ulvac-num__list-item-content-target {
        font-weight: 300;
        font-size: 18.75vw;
        line-height: 1;
    }
}

.ulvac-num__list-item-content-target .small {
    margin-right: .2em;
    font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
    .ulvac-num__list-item-content-target .small {
        font-size: 5.2vw;
    }
}

.ulvac-num__list-item-content-text {
    margin-left: 5px;
    font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
    .ulvac-num__list-item-content-text {
        margin-left: .5vw;
        font-size: 4.375vw;
    }
}

/* ---------------------------------------------
*   Overwrite perfect-scrollbar
--------------------------------------------- */
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    border-radius: 1.5625vw;
    background-color: #dfe1e3 !important;
}

.ps__rail-x {
    height: 3.125vw;
}

@media screen and (min-width: 751px) {
    .ps__rail-x {
        display: none !important;
    }
}

.ps__rail-x, .ps__rail-y {
    opacity: 1 !important;
}

.ps__thumb-x {
    bottom: 0;
    height: 3.125vw;
    border-radius: 1.5625vw;
    background-color: #333;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    height: 3.125vw;
    background-color: #333;
}

/* ---------------------------------------------
*   js-sp-accordion-trigger
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .js-sp-accordion-trigger {
        position: relative;
        cursor: pointer;
    }
    .js-sp-accordion-trigger:after {
        position: absolute;
        top: 50%;
        right: 4.6875vw;
        display: block;
        width: 4.84375vw;
        height: 4.84375vw;
        background-image: url(../img/common/icon_accordion_plus.png);
        background-position: 50% 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .js-sp-accordion-trigger.js-open:after {
        background-image: url(../img/common/icon_accordion_minus.png);
    }
}

/*  js-sp-accordion-target
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .js-sp-accordion-target {
        display: block !important;
    }
}

@media screen and (max-width: 750px) {
    .js-sp-accordion-target {
        display: none;
    }
}

/* ---------------------------------------------
*   js-sp-hide
--------------------------------------------- */
.js-sp-hide {
    display: none;
}

@media screen and (min-width: 751px) {
    .js-sp-hide {
        display: block !important;
    }
}

@media screen and (min-width: 751px) {
    .js-sp-hide.mod-button {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

/* ---------------------------------------------
*   js-hide
--------------------------------------------- */
.js-hide {
    display: none;
}

/* ---------------------------------------------
*   js-more-button
--------------------------------------------- */
.js-more-button.js-icon-up {
    display: none;
}

/* ---------------------------------------------
*   js-more-list
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .js-more-list {
        width: calc(100% + 20px);
    }
}

.js-more-list .image-content__list-item {
    display: none;
}

@media screen and (min-width: 751px) {
    .js-more-list .image-content__list-item {
        width: 23.1%;
    }
}

.js-more-list .image-content__list-item-image img {
    width: 100%;
}

@media screen and (min-width: 751px) {
    .image-content--four .js-more-list .image-content__list-item {
        margin-top: 0;
        margin-right: 20.5px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 751px) {
    .image-content--four .js-more-list .image-content__list-item:nth-of-type(4n) {
        margin-right: 20.5px;
    }
}

@media screen and (min-width: 751px) {
    .image-content--four .js-more-list .image-content__list-item:nth-of-type(n+5) {
        margin-bottom: 0;
        margin-bottom: 40px;
    }
}

/*  search-acc-body
--------------------------------------------- */
.search-acc-body {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
    .search-acc-body {
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
    }
}

/* ---------------------------------------------
*   refine
--------------------------------------------- */
.refine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    width: 100%;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .refine {
        position: relative;
    }
}

.refine__left {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    padding-right: 20px;
    width: 760px;
}

@media screen and (max-width: 750px) {
    .refine__left {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 44px;
        width: calc(100% - 14.0625vw);
    }
}

.refine__left:before {
    position: absolute;
    top: -16px;
    right: 0;
    display: block;
    width: 2px;
    height: calc(100% + 24px);
    background-color: #eff0f1;
    content: "";
}

@media screen and (max-width: 750px) {
    .refine__left:before {
        display: none;
    }
}

.refine__sp-txt-note {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 10px;
}

@media screen and (max-width: 750px) {
    .refine__sp-txt-note {
        top: 5vw;
        font-size: 3vw;
    }
}

.refine__left-inner {
    width: 760px;
}

@media screen and (max-width: 750px) {
    .refine__left-inner {
        position: relative;
        left: -15px;
    }
    .refine--pressure1 .refine__left-inner {
        width: 600px;
    }
}

.refine__right {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 23px;
    width: calc(100% - 760px);
}

@media screen and (max-width: 750px) {
    .refine__right {
        padding-top: 15px;
        width: 14.0625vw;
    }
    .refine__right:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 2px;
        height: calc(100% + 2vw);
        background-color: #eff0f1;
        content: "";
    }
    .refine__right:after {
        position: absolute;
        top: 0;
        left: -2.65625vw;
        z-index: 1;
        display: block;
        width: 2.65625vw;
        height: 100%;
        background-color: #fff;
        content: "";
    }
}

/*  refine-slider
--------------------------------------------- */
.refine-slider {
    position: relative;
    margin-top: 18px;
    padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
    .refine-slider {
        margin-top: 10px;
        padding-bottom: 18px;
    }
}

.refine-slider.ui-widget.ui-widget-content {
    margin-right: 63px;
    margin-left: 43px;
    border: none;
}

.refine--pressure1 .refine-slider.ui-widget.ui-widget-content, .refine--pressure2 .refine-slider.ui-widget.ui-widget-content {
    margin-left: 30px;
}

.refine-slider.ui-slider-horizontal .ui-slider-range {
    margin-left: 11px;
    height: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.refine-slider:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 736px;
    height: 10px;
    border-radius: 5px;
    background-color: #dfe1e3;
    content: "";
    opacity: 0.5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .refine-slider:before {
        width: 710px;
    }
}

@media screen and (max-width: 750px) {
    .refine--pressure1 .refine-slider:before {
        left: calc(50% + 21px);
        width: 570px;
    }
}

@media screen and (max-width: 750px) {
    .refine--pressure2 .refine-slider:before {
        left: calc(50% + 12px);
        width: 720px;
    }
}

.refine-slider .dot-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;
    width: calc(100% + 11px);

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.refine-slider .dot {
    position: relative;
    left: 2.5px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bcbdbe;
}

.refine-slider .ui-state-default {
    top: -3.5px;
    margin-left: 0;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    background-color: #333;
    cursor: -webkit-grab;
    cursor: grab;
}

/*  refine-param（数値テーブル）
--------------------------------------------- */
.refine-param {
    overflow: hidden;
    width: 100%;
}

.refine-param tbody {
    display: inline;
    width: 10px;
}

@media screen and (max-width: 750px) {
    .refine-param tbody {
        width: auto;
    }
}

.refine--type2 .refine-param tbody {
    position: relative;
    left: 17px;
}

.refine-param td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 72px;
    text-align: right;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .refine-param td {
        font-size: 14px;
    }
}

.refine--type1 .refine-param td {
    width: 126px;
    text-align: center;
}

.refine--type2 .refine-param td {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .refine--pressure1 .refine-param td {
        width: 65px;
    }
}

.refine--pressure1 .refine-param td.none {
    position: relative;
    left: 5px;
}

@media screen and (min-width: 751px) {
    .lang_en .refine--pressure1 .refine-param td.none {
        left: 3px;
    }
    .lang_cn .refine--pressure1 .refine-param td.none {
        left: 8px;
    }
}

@media screen and (max-width: 750px) {
    .refine--pressure1 .refine-param td.none {
        left: 8px;
        font-size: 11px;
    }
}

.refine--pressure2 .refine-param td {
    width: 83px;
}

@media screen and (max-width: 750px) {
    .refine--pressure2 .refine-param td {
        width: 83px;
    }
}

@media screen and (min-width: 751px) {
    .refine--pressure2 .refine-param td.none {
        position: relative;
        left: -3px;
    }
}

@media screen and (max-width: 750px) {
    .refine--pressure2 .refine-param td.none {
        font-size: 11px;
    }
}

.refine--pressure3 .refine-param td {
    width: 66px;
}

@media screen and (min-width: 751px) {
    .refine--pressure3 .refine-param td.none {
        position: relative;
        left: 3px;
    }
}

@media screen and (max-width: 750px) {
    .lang_en .refine--pressure3 .refine-param td.none {
        font-size: 11px;
    }
}

@media screen and (min-width: 751px) {
    .refine--exhaust1 .refine-param td.none {
        position: relative;
        left: -2px;
    }
}

@media screen and (max-width: 750px) {
    .lang_en .refine--exhaust1 .refine-param td.none {
        left: 0;
        font-size: 11px;
    }
}

@media screen and (min-width: 751px) {
    .refine--exhaust2 .refine-param td.none {
        position: relative;
        left: -1px;
    }
}

@media screen and (max-width: 750px) {
    .lang_en .refine--exhaust2 .refine-param td.none {
        font-size: 11px;
    }
}

/*  refine-param-unit（単位）
--------------------------------------------- */
.refine-param-unit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.refine-param-unit th, .refine-param-unit td {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: right;
}

@media screen and (max-width: 750px) {
    .refine-param-unit th, .refine-param-unit td {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.lang_en .refine-param-unit th,
.lang_cn .refine-param-unit th, .lang_en .refine-param-unit td,
.lang_cn .refine-param-unit td {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media screen and (max-width: 750px) {
    .lang_en .refine-param-unit th,
    .lang_cn .refine-param-unit th, .lang_en .refine-param-unit td,
    .lang_cn .refine-param-unit td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.lang_en .refine--exhaust1 .refine-param-unit th,
.lang_cn .refine--exhaust1 .refine-param-unit th,
.lang_en .refine--exhaust2 .refine-param-unit th,
.lang_cn .refine--exhaust2 .refine-param-unit th, .lang_en .refine--exhaust1 .refine-param-unit td,
.lang_cn .refine--exhaust1 .refine-param-unit td,
.lang_en .refine--exhaust2 .refine-param-unit td,
.lang_cn .refine--exhaust2 .refine-param-unit td {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 750px) {
    .lang_en .refine--exhaust1 .refine-param-unit th,
    .lang_cn .refine--exhaust1 .refine-param-unit th,
    .lang_en .refine--exhaust2 .refine-param-unit th,
    .lang_cn .refine--exhaust2 .refine-param-unit th, .lang_en .refine--exhaust1 .refine-param-unit td,
    .lang_cn .refine--exhaust1 .refine-param-unit td,
    .lang_en .refine--exhaust2 .refine-param-unit td,
    .lang_cn .refine--exhaust2 .refine-param-unit td {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.refine-param-unit th {
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .refine-param-unit th {
        font-size: 10px;
    }
}

.lang_en .refine-param-unit th,
.lang_cn .refine-param-unit th {
    padding-top: 4px;
    padding-bottom: 4px;
}

@media screen and (max-width: 750px) {
    .lang_en .refine-param-unit th,
    .lang_cn .refine-param-unit th {
        padding-top: 11px;
    }
}

.lang_en .refine--exhaust1 .refine-param-unit th,
.lang_cn .refine--exhaust1 .refine-param-unit th .lang_en .refine--exhaust2 .refine-param-unit th,
.lang_cn .refine--exhaust2 .refine-param-unit th {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 750px) {
    .lang_en .refine--exhaust1 .refine-param-unit th,
    .lang_cn .refine--exhaust1 .refine-param-unit th .lang_en .refine--exhaust2 .refine-param-unit th,
    .lang_cn .refine--exhaust2 .refine-param-unit th {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.refine-param-unit th span {
    position: relative;
    left: 9px;
    display: none;
}

@media screen and (max-width: 750px) {
    .refine-param-unit th span {
        left: 2vw;
    }
}

.refine-param-unit td {
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .refine-param-unit td {
        font-size: 14px;
    }
}

.refine-param-unit td sup {
    top: -0.3em;
}

/*  refine-slider-param
--------------------------------------------- */
.refine-slider-param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 100%;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

.refine-slider-param__item {
    width: 4.5%;
    text-align: center;
}

/*  refine-list
--------------------------------------------- */
.refine-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    margin-top: 10%;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.refine-list__item {
    margin-right: 5%;
    margin-bottom: 2em;
    width: 30%;
}

.refine-list__item:nth-of-type(3n) {
    margin-right: 0;
}

.refine-list__image {
    margin-bottom: 1em;
}

.refine-list__image img {
    width: 100%;
}

.refine-list__name {
    font-weight: bold;
}

/*  support-lists
--------------------------------------------- */
.support-lists__lv1-item:nth-of-type(n+2) {
    margin-top: 60px;
}

@media screen and (max-width: 750px) {
    .support-lists__lv1-item:nth-of-type(n+2) {
        margin-top: 10.9375vw;
    }
}

.mod-wysiwyg .support-lists__lv1-item:before {
    display: none;
}

.support-lists__lv1-head-ttl {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .support-lists__lv1-head-ttl {
        font-size: 6.25vw;
    }
}

.support-lists__lv1-head-ttl[href] {
    display: inline-block;
}

.support-lists__lv1-head-ttl-sub {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .support-lists__lv1-head-ttl-sub {
        font-size: 5vw;
    }
}

.support-lists__lv1-head-txt {
    display: block;
}

.support-lists__lv1-head-txt:nth-of-type(n+2) {
    margin-top: 5px;
}

.support-lists__lv2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    margin-top: 30px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .support-lists__lv2-list {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .support-lists__lv2-list {
        margin-top: 4.6875vw;
    }
}

.support-lists__lv2-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    width: 50%;
}

@media screen and (min-width: 751px) {
    .support-lists__lv2-item:nth-of-type(n+3) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .support-lists__lv2-item {
        padding-right: 0;
        width: 100%;
    }
    .support-lists__lv2-item:nth-of-type(n+2) {
        margin-top: 4.6875vw;
    }
}

.mod-wysiwyg .support-lists__lv2-item:before {
    display: none;
}

.support-lists__lv2-head-ttl {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 1.3125rem;
}

@media screen and (max-width: 750px) {
    .support-lists__lv2-head-ttl {
        margin-bottom: 1.5625vw;
        font-size: 4.6875vw;
    }
}

.support-lists__lv2-head-ttl[href] {
    display: inline-block;
}

.support-lists__lv2-head-txt {
    display: block;
}

.support-lists__lv2-head-txt:nth-of-type(n+2) {
    margin-top: 5px;
}

.support-lists__lv2-head-txt[href] {
    display: inline-block;
}

/*  mod-lists01
--------------------------------------------- */
.mod-lists01__lv1-item:nth-of-type(n+2) {
    margin-top: 75px;
}

@media screen and (max-width: 750px) {
    .mod-lists01__lv1-item:nth-of-type(n+2) {
        margin-top: 11.71875vw;
    }
}

.mod-lists01__lv1-head-ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 1.25rem;
}

@media screen and (min-width: 751px) {
    .mod-lists01__lv1-head-ttl {
        letter-spacing: .5px;
    }
}

@media screen and (max-width: 750px) {
    .mod-lists01__lv1-head-ttl {
        margin-bottom: 3.90625vw;
        font-size: 5.625vw;
    }
}

.mod-lists01__lv1-head-ttl[href] {
    display: inline-block;
}

.mod-lists01__lv1-head-txt {
    display: block;
}

.mod-lists01__lv2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .mod-lists01__lv2-list {
        display: block;
    }
}

.mod-lists01__lv2-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    width: 50%;
}

@media screen and (min-width: 751px) {
    .mod-lists01__lv2-item:nth-of-type(n+3) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .mod-lists01__lv2-item {
        padding-right: 0;
        width: 100%;
    }
    .mod-lists01__lv2-item:nth-of-type(n+2) {
        margin-top: 8.59375vw;
    }
}

.mod-lists01__lv2-item--wide {
    width: 100%;
}

.mod-lists01__lv2-head-ttl {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (min-width: 751px) {
    .mod-lists01__lv2-head-ttl {
        letter-spacing: .5px;
    }
}

@media screen and (max-width: 750px) {
    .mod-lists01__lv2-head-ttl {
        font-size: 4.375vw;
    }
}

.mod-lists01__lv2-head-ttl[href] {
    display: inline-block;
}

.mod-lists01__lv2-head-txt {
    display: block;
    line-height: 1.8;
}

@media screen and (min-width: 751px) {
    .mod-lists01__lv2-head-txt {
        letter-spacing: .5px;
    }
}

@media screen and (max-width: 750px) {
    .mod-lists01__lv2-head-txt {
        font-size: 4.375vw;
    }
}

.mod-lists01__lv2-head-txt[href] {
    display: inline-block;
}

/*  search-result
--------------------------------------------- */
.search-result {
    margin-bottom: 80px;
}

.search-result__ttl {
    border-bottom: 1px solid #bfc4c8;
}

.search-result__ttl-txt {
    margin-right: 2em;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .search-result__ttl-txt {
        display: block;
        margin-right: 0;
        margin-bottom: 3vw;
        font-size: 6vw;
    }
}

.search-result__ttl-txt span {
    font-weight: bold;
}

.search-result__ttl-num {
    margin-right: 2em;
    font-weight: bold;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .search-result__ttl-num {
        margin-left: 0.5em;
        font-size: 5.5vw;
    }
}

.search-result__ttl-display-num {
    font-size: 1.375rem;
}

@media screen and (max-width: 750px) {
    .search-result__ttl-display-num {
        font-size: 5vw;
    }
}

.search-result__body {
    padding-top: 30px;
}

@media screen and (max-width: 750px) {
    .search-result__body {
        padding-top: 6vw;
    }
}

.search-result__item:nth-of-type(n+2) {
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    .search-result__item:nth-of-type(n+2) {
        margin-top: 9.375vw;
    }
}

.search-result__item-ttl {
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
    font-size: 1.25rem;
}

@media screen and (min-width: 751px) {
    .search-result__item-ttl:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 750px) {
    .search-result__item-ttl {
        font-size: 5vw;
    }
}

.search-result__item-desc {
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .search-result__item-desc {
        margin-top: 4vw;
    }
}

.search-result__item-url {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    font-weight: 500;
}

@media screen and (max-width: 750px) {
    .search-result__item-url {
        margin-top: 2vw;
    }
}

@media screen and (min-width: 751px) {
    .search-result__item-url:hover {
        text-decoration: none;
    }
}

.search-result strong {
    background-color: yellow;
}

.search-result .highlight {
    background-color: yellow;
}

/*  mod-wysiwyg
--------------------------------------------- */
.mod-wysiwyg {
    margin-bottom: 60px;
    /*  mod-icon-list
--------------------------------------------- */
}

.mod-wysiwyg:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg {
        margin-bottom: 9.375vw;
    }
}

.mod-wysiwyg--support-page iframe {
    width: 100% !important;
    height: 600px !important;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg--support-page iframe {
        height: 80vw !important;
    }
}

.mod-wysiwyg--title-border h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid #dfe1e3;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg--title-border h1 {
        padding-bottom: 3.125vw;
    }
}

.mod-wysiwyg--title-border h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe1e3;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg--title-border h2 {
        padding-bottom: 3.125vw;
    }
}

.mod-wysiwyg h1 {
    margin-bottom: 30px;
    font-size: 2.5rem;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg h1 {
        margin-bottom: 9vw;
        font-size: 8.125vw;
    }
}

.mod-wysiwyg h2 {
    margin-bottom: 30px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg h2 {
        margin-bottom: 5vw;
        font-size: 6.875vw;
        line-height: 1.4;
    }
}

.mod-wysiwyg h3 {
    margin-bottom: 30px;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg h3 {
        margin-bottom: 7vw;
        font-size: 5.625vw;
    }
}

.mod-wysiwyg h3 + p {
    margin-top: -15px;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg h3 + p {
        margin-top: -3vw;
    }
}

.mod-wysiwyg h4 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg h4 {
        margin-bottom: 6vw;
        font-size: 4.375vw;
    }
}

.mod-wysiwyg h4 + p {
    margin-top: -20px;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg h4 + p {
        margin-top: -5vw;
    }
}

.mod-wysiwyg br + p {
    margin-top: 0;
}

.mod-wysiwyg p {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 1em;
    text-align: justify;
    line-height: 1.7;
}

@media screen and (min-width: 751px) {
    .mod-wysiwyg p {
        letter-spacing: .05em;
    }
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg p {
        margin-top: 3.5vw;
        margin-bottom: 3.5vw;
    }
}

.mod-wysiwyg a {
    color: #666;
    text-decoration: underline;
    word-break: break-all;
}

@media screen and (min-width: 751px) {
    .mod-wysiwyg a:hover {
        text-decoration: none;
    }
}

.mod-wysiwyg a.icon-external::after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 10px;
    width: 15px;
    height: 10px;
    background: url(../img/common/icon_external-link_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg a.icon-external::after {
        margin-top: -0.3125vw;
        margin-left: 3.125vw;
        width: 4.6875vw;
        height: 3.125vw;
    }
}

.mod-wysiwyg b {
    font-weight: bold;
}

.mod-wysiwyg strong {
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg iframe {
        width: 100% !important;
        height: 51vw !important;
    }
}

.mod-wysiwyg ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 2em;
    text-indent: -2em;
}

.mod-wysiwyg ul li:before {
    padding-right: 1em;
    content: "・";
}

.mod-wysiwyg ol {
    list-style: inside;
    list-style-type: decimal;
}

.mod-wysiwyg ol li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
}

.mod-wysiwyg .mod-table-scroll img {
    max-width: 100%;
}

.mod-wysiwyg .mod-table table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
    font-size: 13.333px;
}

.ie11 .mod-wysiwyg .mod-table table {
    border-left: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table {
        min-width: 175.78125vw;
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
        font-size: 4vw;
    }
}

.mod-wysiwyg .mod-table table tr {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table tr {
        border-bottom-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table table th, .mod-wysiwyg .mod-table table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
    border-right: 1px solid #bfc4c8;
    vertical-align: top;
    word-break: break-all;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table th, .mod-wysiwyg .mod-table table td {
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        border-right-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table table th:last-child, .mod-wysiwyg .mod-table table td:last-child {
    border-right: none;
}

.ie11 .mod-wysiwyg .mod-table table th:last-child, .ie11 .mod-wysiwyg .mod-table table td:last-child {
    border-right: 1px solid #bfc4c8;
}

.mod-wysiwyg .mod-table table th {
    background-color: #f2f3f4;
}

.mod-wysiwyg .mod-table table td[align="middle"] {
    text-align: center;
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--towcolumn {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--towcolumn {
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--towcolumn tr {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--towcolumn tr {
        border-bottom-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--towcolumn th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 20px 26px 40px;
    width: 266px;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--towcolumn th {
        display: block;
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        width: 100%;
        border-right: none;
        border-bottom: 0.3125vw solid #bfc4c8;
    }
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--towcolumn td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 45px 26px 40px;
    width: calc(100% - 266px);
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--towcolumn td {
        display: block;
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        width: 100%;
    }
}

.mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table {
        min-width: 175.78125vw;
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table tr {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table tr {
        border-bottom-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 20px 26px 40px;
    border-right: 1px solid #bfc4c8;
    background-color: #f2f3f4;
    vertical-align: top;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table th {
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        border-right-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table th:last-child {
    border-right: none;
}

.mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 45px 26px 40px;
    border-right: 1px solid #bfc4c8;
    vertical-align: top;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table td {
        padding-top: 4.53125vw;
        padding-right: 4.6875vw;
        padding-bottom: 4.53125vw;
        padding-left: 4.6875vw;
        border-right-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table--threecolumn .mod-wysiwyg .mod-table table td:last-child {
    border-right: none;
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading {
    border-top: 1px solid #bfc4c8;
    border-bottom: 1px solid #bfc4c8;
    table-layout: fixed;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading {
        min-width: 295.3125vw;
        border-top-width: 0.3125vw;
        border-bottom-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading thead {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading thead {
        border-bottom-width: 0.3125vw;
    }
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading thead td {
    padding: 25px 5px 25px 20px;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading thead td {
        padding-top: 4.6875vw;
        padding-right: 1.5625vw;
        padding-bottom: 4.6875vw;
        padding-left: 4.21875vw;
    }
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading tbody tr:first-child td {
    padding-top: 23px;
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading tbody tr:last-child td {
    padding-bottom: 28px;
}

.mod-wysiwyg .mod-table table .mod-wysiwyg .mod-table--heading tbody td {
    padding: 9px 5px 9px 20px;
}

.mod-wysiwyg--type2 p {
    margin-top: 0;
    margin-bottom: 0;
}

.mod-wysiwyg--type2 ul li {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.mod-wysiwyg--type2 ul li.mod-icon-list__item {
    position: relative;
    padding-left: 1.7em;
    text-indent: 0;
}

.mod-wysiwyg--type2 ul li.mod-icon-list__item--type2 {
    padding-left: 2.1em;
}

.mod-wysiwyg--type2 ul li.mod-icon-list__item:before {
    display: none;
}

.mod-wysiwyg--type2 .mod-icon-list {
    margin-top: 8px;
}

@media screen and (max-width: 750px) {
    .mod-wysiwyg--type2 .mod-icon-list {
        margin-top: 1.5625vw;
    }
}

.mod-wysiwyg--type2 .mod-icon-list__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.mod-wysiwyg--type2 ol li {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.mod-wysiwyg ul.mod-icon-list li.mod-wysiwyg ul.mod-icon-list__item:before {
    display: none;
}

/*  error-ttl
--------------------------------------------- */
.error-ttl {
    margin-bottom: 60px;
    color: #0071B9;
    text-align: center;
    font-weight: bold;
    font-size: 3.75rem;
}

@media screen and (max-width: 750px) {
    .error-ttl {
        margin-bottom: 9.375vw;
        font-size: 10vw;
    }
}

/*  error-block
--------------------------------------------- */
.error-block__ttl {
    text-align: center;
    font-size: 2rem;
}

@media screen and (max-width: 750px) {
    .error-block__ttl {
        font-size: 5.7vw;
    }
}

.error-block__txt {
    margin-top: 40px;
    text-align: center;
    font-size: 1.375rem;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .error-block__txt {
        margin-top: 2.25vw;
        font-size: 4.5vw;
        line-height: 1.8;
    }
}

.error-block .mod-button {
    margin-top: 80px;
}

@media screen and (max-width: 750px) {
    .error-block .mod-button {
        margin-top: 12.5vw;
    }
}

/*  search-results-header
--------------------------------------------- */
.search-results__header {
    display: inline-block;
    border-bottom: 1px solid #000;
    font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
    .search-results__header {
        font-size: 3.75vw;
    }
}

.search-results__txt {
    margin-top: 20px;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .search-results__txt {
        margin-bottom: 4.6875vw;
        font-size: 3.125vw;
    }
}

/*  search-notfount
--------------------------------------------- */
.search-notfount {
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .search-notfount {
        margin-top: 6.25vw;
        margin-bottom: 9.375vw;
    }
}

.search-notfount .mod-search {
    position: static;
    top: auto;
    right: 50%;
    -webkit-transform: translate(60%, 0);
    transform: translate(60%, 0);
}

@media screen and (max-width: 750px) {
    .search-notfount .mod-search {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*  search-example
--------------------------------------------- */
.search-example__ttl {
    margin-bottom: 10px;
    font-size: 1.75rem;
}

.search-example__txt {
    font-size: 1.125rem;
}

.search-example__list {
    margin-top: 8px;
}

.search-example__list:first-of-type {
    margin-bottom: 30px;
}

/* ---------------------------------------------
*   お問い合わせ
--------------------------------------------- */
/*  contact-cat-select
--------------------------------------------- */
.contact-cat-select {
    display: none;
    margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
    .contact-cat-select {
        margin-bottom: 12.5vw;
    }
}

.contact-cat-select__ttl {
    display: block;
    text-align: center;
    font-size: 2rem;
}

/*  contact-category
--------------------------------------------- */
.contact-category {
    padding-top: 30px;
}

@media screen and (max-width: 750px) {
    .contact-category {
        padding-top: 4.6875vw;
    }
}

.contact-category__item-ttl {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    font-weight: 500;
    font-size: 1.625rem;
}

@media screen and (max-width: 750px) {
    .contact-category__item-ttl {
        margin-bottom: 3.90625vw;
        font-size: 7vw;
    }
}

.contact-category__sub-item {
    padding-left: 30px;
}

@media screen and (max-width: 750px) {
    .contact-category__sub-item {
        padding-left: 3.125vw;
    }
}

.contact-category__sub-item--pdl0 {
    padding-left: 0;
}

.contact-category__sub-item-ttl {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.25rem;
}

/*  contact-cat-article
--------------------------------------------- */
.contact-cat-article {
    margin-bottom: 30px;
    padding-left: 1em;
}

@media screen and (max-width: 750px) {
    .contact-cat-article {
        margin-bottom: 3.125vw;
    }
}

.contact-cat-article__item {
    display: inline-block;
    margin-right: 1.5em;
    margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    .contact-cat-article__item {
        margin-bottom: 1.5625vw;
    }
}

.contact-cat-article__item:last-of-type {
    margin-right: 0;
}

.contact-cat-article__item-link {
    display: inline-block;
}

@media screen and (min-width: 751px) {
    .contact-cat-article__item-link:hover {
        text-decoration: underline;
    }
}

/*  after-purchase-form
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .after-purchase-form {
        padding-top: 30px;
    }
}

/*  mod-color-box
--------------------------------------------- */
.mod-color-box {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #dfe1e3;
}

@media screen and (max-width: 750px) {
    .mod-color-box {
        margin-bottom: 6.25vw;
        padding-top: 4vw;
        padding-bottom: 5vw;
    }
}

.mod-color-box sup {
    top: 0;
    margin-right: 0.5em;
    font-size: 0.8em;
}

.mod-color-box__ttl {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .mod-color-box__ttl {
        margin-bottom: 1.5625vw;
    }
}

.mod-color-box__txt {
    line-height: 1.8;
}

.mod-color-box__item {
    line-height: 1.8;
}

/*  readMoreBtn
--------------------------------------------- */
#readMoreBtn {
    cursor: pointer;
}

/*  products-inquiry
--------------------------------------------- */
.products-inquiry {
    margin-top: 70px;
    margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .products-inquiry {
        margin-top: 13vw;
        margin-bottom: 12vw;
    }
}

.products-inquiry__ttl {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .products-inquiry__ttl {
        margin-bottom: 8vw;
        font-size: 5.8vw;
    }
}

/*  search-tabs
--------------------------------------------- */
.search-tabs {
    margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
    .search-tabs {
        margin-bottom: 0;
    }
}

.search-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.search-tabs__item {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 49.8%;
    background-color: #dfe1e3;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 750px) {
    .search-tabs__item {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .search-tabs__item:nth-of-type(n+1) {
        margin-top: 1.5vw;
    }
}

.search-tabs__item.current {
    background-color: #999;
}

@media screen and (min-width: 751px) {
    .search-tabs__item:hover {
        background-color: #999;
    }
}

.js-search-tabs-body {
    display: none;
}

.js-search-tabs-body.current {
    display: block;
}

/*  search-series
--------------------------------------------- */
.search-series {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 44px 0 38px;
    padding: 20px 40px 1px;
    border-radius: 5px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .search-series {
        margin-right: 4.375vw;
        margin-left: 4.375vw;
        padding: 2vw 4.375vw;
        border-radius: 0.78125vw;
    }
}

.search-series__item {
    display: none;
    margin-bottom: 33px;
}

@media screen and (max-width: 750px) {
    .search-series__item {
        margin-bottom: 5vw;
    }
}

.search-series__item:last-of-type {
    margin-top: 0;
}

.search-series__cat-m {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #eee;
    font-size: 0.85rem;
}

@media screen and (max-width: 750px) {
    .search-series__cat-m {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
}

.search-series__series-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-series__series-item {
    display: none;
    margin-top: 10px;
    margin-right: 25px;
}

@media screen and (max-width: 750px) {
    .search-series__series-item {
        margin-top: 1.5vw;
        margin-right: 4vw;
    }
}

.search-series__series-item:last-of-type {
    margin-right: 0;
}

.search-series__series-item-link {
    display: block;
}

@media screen and (min-width: 751px) {
    .search-series__series-item-link:hover {
        text-decoration: underline;
    }
}

/*  mod-article-head
--------------------------------------------- */
.mod-article-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-bottom: 5px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.mod-article-head__date {
    display: block;
    width: 103px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .mod-article-head__date {
        width: 26.25vw;
        font-size: 4.375vw;
    }
}

.mod-article-head__label-wrap {
    margin-right: 30px;
}

@media screen and (max-width: 750px) {
    .mod-article-head__label-wrap {
        margin-right: 4.6875vw;
    }
}

.mod-article-head__label {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 140px;
    background-color: #dfe1e3;
    text-align: center;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .mod-article-head__label {
        padding-top: 0.625vw;
        padding-bottom: 0.625vw;
        width: 44.375vw;
        font-size: 3.125vw;
    }
}

/*  mod-top-bg-block01
--------------------------------------------- */
.mod-top-bg-block01 {
    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;
    padding: 30px;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01 {
        padding: 4.6875vw;
        height: 109.375vw;
    }
}

.mod-top-bg-block01--company-top-msg {
    position: relative;
}

@media screen and (min-width: 751px) {
    .mod-top-bg-block01--bg-pos-top-pc {
        background-position: center 0;
    }
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01--support-customer {
        background-position: 66% center;
    }
}

.mod-top-bg-block01--showcase {
    position: relative;
    overflow: hidden;
    height: 578px;
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01--showcase {
        padding: 0;
        height: auto;
    }
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01--sp-autoheight {
        padding-top: 7.8125vw;
        padding-bottom: 7.8125vw;
        min-height: 109.375vw;
        height: auto;
    }
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01--sast-top-value {
        background-position: 74% 50%;
    }
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01--sast-top-report {
        background-position: 12% 50%;
    }
}

.mod-top-bg-block01__bg-video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01__bg-video-wrap {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.mod-top-bg-block01__bg-video-wrap video {
    display: block;
}

@media screen and (min-width: 751px) {
    .mod-top-bg-block01__bg-video-wrap video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01__bg-video-wrap video {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01--showcase .mod-top-bg-block01__inner {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10.9375vw 4.6875vw 4.6875vw;
        width: 100%;
    }
}

.mod-top-bg-block01__showcase {
    color: #fff;
    text-align: center;
}

.mod-top-bg-block01__showcase-txt-top {
    display: block;
    margin-bottom: 32px;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01__showcase-txt-top {
        margin-bottom: 4.6875vw;
        font-size: 4.375vw;
    }
}

.mod-top-bg-block01__showcase-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 37px;
    margin-left: auto;
    width: 741px;
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01__showcase-logo {
        margin-bottom: 8.59375vw;
        width: 85.78125vw;
    }
}

.mod-top-bg-block01__showcase-logo img {
    width: 100%;
}

.mod-top-bg-block01__showcase-txt {
    margin-bottom: 55px;
    font-size: 1rem;
}

@media screen and (min-width: 751px) {
    .mod-top-bg-block01__showcase-txt {
        line-height: 1.8;
    }
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01__showcase-txt {
        margin-bottom: 8.59375vw;
        text-align: left;
        font-size: 4.375vw;
    }
}

.mod-top-bg-block01 .mod-title-h2 {
    margin-bottom: 10px;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01 .mod-title-h2 {
        margin-bottom: 3.125vw;
        text-align: center;
    }
}

.mod-top-bg-block01 .mod-text {
    margin-bottom: 30px;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .mod-top-bg-block01 .mod-text {
        margin-bottom: 4.6875vw;
        font-size: 4.375vw;
    }
}

.mod-top-bg-block01 .mod-button {
    margin-bottom: 0;
}

.mod-top-bg-block01 .mod-button__link {
    background: rgba(255, 255, 255, 0.2);
}

/*  mod-bg-panel
--------------------------------------------- */
.mod-bg-panel__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .mod-bg-panel__list {
        display: block;
    }
}

.mod-bg-panel__item {
    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;
    padding: 20px;
    width: 50%;
    height: 360px;
    background-color: #f0f0f0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .mod-bg-panel__item:nth-of-type(4n+2), .mod-bg-panel__item:nth-of-type(4n+3) {
        background-color: #dfe1e3;
    }
}

@media screen and (max-width: 750px) {
    .mod-bg-panel__item {
        padding: 3.125vw;
        width: 100%;
        height: 62.5vw;
    }
    .mod-bg-panel__item:nth-of-type(2n) {
        background-color: #dfe1e3;
    }
}

@media screen and (max-width: 750px) {
    .mod-bg-panel__item-inner {
        display: block;
        width: 100%;
    }
}

.mod-bg-panel__item-ttl {
    display: block;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .mod-bg-panel__item-ttl {
        margin-bottom: 4.6875vw;
        font-size: 6.875vw;
    }
}

.mod-bg-panel .mod-button {
    -ms-flex-pack: center;
    margin-bottom: 0;

    -webkit-box-pack: center;
    justify-content: center;
}

.mod-bg-panel .mod-button__link {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/*  img-zoom
--------------------------------------------- */
.img-zoom {
    position: relative;
    display: block;
}

.img-zoom::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: #f0f0f0 url(../img/common/icon_zoom.png) center center no-repeat;
    background-size: 20px 19px;
    content: "";
}

@media screen and (max-width: 750px) {
    .img-zoom::before {
        width: 9.375vw;
        height: 9.375vw;
        border-width: 0.3125vw;
        background-size: 4.375vw 4.21875vw;
    }
}

.img-zoom-sp {
    position: relative;
    display: block;
    cursor: default;
}

@media screen and (max-width: 750px) {
    .img-zoom-sp {
        cursor: pointer;
        pointer-events: auto;
    }
    .img-zoom-sp::after {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 9.375vw;
        height: 9.375vw;
        border: 0.3125vw solid #fff;
        background: #f0f0f0 url(../img/common/icon_zoom.png) center center no-repeat;
        background-size: 4.375vw 4.21875vw;
        content: "";
        opacity: .8;
    }
}

/*  fadein class
--------------------------------------------- */
[data-fadein],
[data-fadein-target] {
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s !important;
    transition: opacity .6s, -webkit-transform .6s !important;
    transition: opacity .6s, transform .6s !important;
    transition: opacity .6s, transform .6s, -webkit-transform .6s !important;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

[data-fadein].js-fadein-active,
[data-fadein-target].js-fadein-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*  fess site search
--------------------------------------------- */
.fessWrapper select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/* ---------------------------------------------
*
*   FAQページ
*
--------------------------------------------- */
.search_area .box {
    padding: 0;
}

.faq-search2 {
    position: relative;
    z-index: 1;
}

.faq-search2__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border-radius: 5px 0 0 5px;
    background-color: #eff0f1;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .faq-search2__text {
        padding: 1.5625vw 3.125vw;
        width: 84.48276%;
        height: 14.0625vw;
        border-radius: 0.78125vw 0 0 0.78125vw;
        font-size: 4.375vw;
    }
}

.faq-search2__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #333 url(../img/common/icon_search_white.png) no-repeat 50% 50%;
    background-size: 14px auto;
    text-indent: -9999px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .faq-search2__button {
        top: auto;
        bottom: auto;
        width: 15.51724%;
        height: 14.0625vw;
        border-radius: 0 0.78125vw 0.78125vw 0;
        background: #333 url(../img/common/icon_search_white-sp.png) no-repeat 50% 50%;
        background-size: 4.53125vw auto;
    }
}

/* ---------------------------------------------
*   FAQ 上書き
--------------------------------------------- */
.contents_hdg {
    height: auto;
}

@media screen and (min-width: 751px) {
    .str_main {
        width: 1080px;
    }
}

.str_main select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 17px;
    min-height: 40px;
    width: 180px;
    border: none;
    border-radius: 5px;
    background-color: #eff0f1;
    background-image: url(../img/common/icon_select.png);
    background-position: 95% 50%;
    background-size: 12px 8px;
    background-repeat: no-repeat;
    font-size: 1rem;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .str_main select {
        margin-top: 3vw;
        margin-bottom: 3vw;
        width: 44vw;
    }
}

.lang_en .str_main select {
    width: 350px;
}

@media screen and (max-width: 750px) {
    .lang_en .str_main select {
        width: 100%;
        font-size: 0.85rem;
    }
}

.lang_cn .str_main select {
    width: 200px;
}

@media screen and (max-width: 750px) {
    .lang_cn .str_main select {
        width: 56vw;
        font-size: 0.85rem;
    }
}

.str_main .detail_box .content {
    font-size: 1.2rem;
    line-height: 1.9;
}

.str_main .back_btn {
    margin-bottom: 15px;
    width: auto;
    height: auto;
    border: none;
    font-weight: 500;
    font-size: 1.1rem;
}

.str_main .back_btn:before {
    position: static;
    width: auto;
    height: auto;
    border: none;
    content: " ＜";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.str_main .back_btn:after {
    display: inline-block;
    margin-left: 0.2em;
    content: "戻る";
}

.lang_en .str_main .back_btn:after {
    content: "Back";
}

.lang_cn .str_main .back_btn:after {
    content: "返回";
}

@media screen and (min-width: 751px) {
    .str_main .box_01 {
        padding: 10px 10px 10px 20px;
    }
}

.str_main .box_01 .questionnaire input[name='useful'],
.str_main .box_01 .questionnaire input[name='useless'] {
    border: 1px solid #333;
    background: none;
    color: #333;
}

@media screen and (max-width: 750px) {
    .filtering_group input {
        display: none;
    }
}

.str_category_nav {
    display: block !important;
}

@media screen and (min-width: 751px) {
    .str_category_nav {
        width: 195px;
    }
}

@media screen and (max-width: 750px) {
    .str_category_nav {
        float: none;
    }
}

@media screen and (max-width: 750px) {
    #allResult .str_category_nav {
        margin-bottom: 3vw;
    }
}

@media screen and (max-width: 750px) {
    #contentResult .str_category_nav {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    #contentResult .filtering_group + .str_category_nav {
        display: none !important;
    }
}

#contentResult .str_category_nav:nth-of-type(2) {
    display: none !important;
}

#contentResult .str_content .str_category_nav:nth-of-type(2) {
    display: none !important;
}

.str_category_nav .sub_category {
    display: block !important;
    background: none;
}

.str_category_nav .sub_category > li > a,
.str_category_nav .sub_category > li > p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.str_category_nav .sub_category > li > a:hover,
.str_category_nav .sub_category > li > a:focus,
.str_category_nav .sub_category > li > a:active {
    color: #333;
    opacity: 0.8;
}

@media screen and (max-width: 750px) {
    .str_category_nav .sub_category > li > a:hover,
    .str_category_nav .sub_category > li > a:focus,
    .str_category_nav .sub_category > li > a:active {
        opacity: 1;
    }
}

.str_category_nav .category > li > a,
.str_category_nav .category > li > p {
    background: none;
    color: #333;
}

.str_category_nav .category > li > a::after,
.str_category_nav .category > li > p::after {
    display: none;
}

.search_area .box {
    background: none;
}

#contentResult .contents_hdg + .search_area .box {
    margin-bottom: 0;
}

.search_area .filtering_group {
    margin-top: 15px;
}

@media screen and (max-width: 750px) {
    .search_area .result {
        padding-left: 0;
    }
}

@media screen and (min-width: 751px) {
    .result_area .sort {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 750px) {
    .result_area .sort {
        margin-top: 2vw;
    }
}

@media screen and (max-width: 750px) {
    .result_area .tab_contents .result_contents:before {
        width: 7vw;
        line-height: 1.6;
    }
}

@media screen and (max-width: 750px) {
    .result_area .pagination li {
        margin-bottom: 10px;
    }
}

.detail_box {
    border: none;
}

@media screen and (min-width: 751px) {
    .detail_box {
        margin-bottom: 30px;
    }
}

.detail_box .hdg {
    background: none;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.9;
}

@media screen and (min-width: 751px) {
    .detail_box .hdg {
        margin-bottom: 30px;
    }
}

#similarContents {
    display: none;
}

/*  faq-lead
--------------------------------------------- */
.faq-lead {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .faq-lead {
        margin-top: 1vw;
        margin-bottom: 4vw;
        font-size: 4.5vw;
    }
}

/* ---------------------------------------------
*   お問い合わせフォーム
--------------------------------------------- */
.aptoenq {
    font-size: 12px;
}

.aptoenq_necessary {
    margin-left: 16px;
    text-align: left;
    text-indent: 0px;
    font-size: 16px;
}

.aptoenq_question, .aptoenq_cusinfo {
    color: black;
    text-indent: 0px;
}

.aptoenq_question input {
    display: inline;
    width: auto;
}

.aptoenq_question label {
    font-weight: normal;
}

.aptoenq_question input[type="text"] {
    padding: 2px !important;
    width: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #AAA #CCC #CCC #AAA;
    background-color: white;
    text-align: left;
    font-family: MS UI Gothic;
}

.aptoenq_question input[disabled] {
    background-color: #F0F0F0;
}

.aptoenq_question input[type="checkbox"] {
    margin: 3px 3px 3px 4px !important;
    width: auto;
    border-style: none;
}

.aptoenq_question input[type="radio"] {
    margin: 3px 3px 0px 5px !important;
    width: auto;
    border-style: none;
}

@media screen and (min-width: 751px) {
    .ie .aptoenq_question input[type="radio"] {
        position: relative;
        top: -10px;
        z-index: -1;
    }
}

.aptoenq_question textarea, #aptoenqform textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #eff0f1;
    font-family: MS UI Gothic;
}

.aptoenq_question label {
    display: inline;
    width: auto;
}

.aptoenq_question label span {
    vertical-align: middle;
    font-size: 12px;
}

.aptoenq_qa {
    margin: 16px;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    line-height: 130%;
}

.aptoenq_q {
    padding: 3px;
}

.aptoenq_a {
    padding: 3px;
}

.aptoenq_a input[type="text"] {
    margin: 2px;
}

.aptoenq_choice {
    float: left;
    width: 33%;
}

.aptoenq_br {
    clear: both;
}

.aptoenq_cusinfo {
    font-size: 12px;
}

.aptoenq_cusinfo input, .aptoenq_cusinfo textarea,
.aptoenq_qa input, .aptoenq_qa textarea {
    color: black;
    font-size: 12px;
}

.aptoenq_cusinfo .aptoenq_cusinfo_subj {
    float: none;
    margin: 6px;
    text-align: center;
    font-weight: bold;
}

.aptoenq_cusinfo .aptoenq_cusinfo_warn {
    float: none;
    margin: 6px;
    text-align: left;
}

.aptoenq_cusinfo .aptoenq_cusinfo_item {
    float: left;
    padding: 5px;
    width: 35%;
    text-align: right;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm {
    float: none;
    padding: 5px;
    text-align: left;
}

.aptoenq_cusinfo .aptoenq_cusinfo_exp {
    margin: 12px;
    text-align: center;
}

.aptoenq_c {
    text-align: center;
}

.aptoenq_l {
    text-align: left;
}

.aptoenq_r {
    text-align: right;
}

.aptoenq_b {
    font-weight: bold;
}

.aptoenq_red {
    color: red;
}

.aptoenq_readonly {
    color: gray;
}

.aptoenq_check {
    display: inline-block;
    width: 25px;
    height: 20px;
}

.aptoenq_check_overlimit {
    display: none;
}

.aptoenq_check_blank {
    display: inline-block;
    margin-top: 3px;
    width: 25px;
    height: 20px;
}

.aptoenq_overlimit {
    padding-top: 4px;
    color: gray;
}

.aptoenq_h130 {
    line-height: 130%;
}

.aptoenq_h160 {
    line-height: 160%;
}

#aptoenq_confirm iframe {
    overflow: hidden;
    width: 575px;
    height: 600px;
    border: none;
}

#aptoenq_closebutton {
    cursor: pointer;
}

.aptoenq_popup {
    padding: 10px 25px;
    border-top: 1px solid #999999;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 5px;
    box-shadow: 3px 3px 5px;
    text-align: center;
}

.aptoenq_popup .aptoenq_popupbutton {
    margin: 10px;
}

.aptoenq_popup div.popupframe {
    border: 1px solid black;
    background-color: #F4F4F4;
}

.aptoenq_popup_title {
    padding: 20px 10px 15px 33px;
    border-bottom: 1px solid #FFF;
    background: url(enquete/bg_popup_title.jpg) #d9d9d9 repeat-x left center;
    -webkit-box-shadow: 3px 3px 5px;
    box-shadow: 3px 3px 5px;
    font-weight: bold;
    font-size: 20px;
}

.aptoenq_grayout {
    background-color: black;
    opacity: 0.30;
    filter: alpha(opacity=30);

    -moz-opacity: 0.30;
}

.aptoenq_msg {
    text-align: left;
    font-size: 14px;
}

.aptoenq_bt_set {
    margin: 10px auto;
    width: 400px;
}

.aptoenq_bt_send,
.aptoenq_bt_back {
    text-align: center;
}

.aptoenq_bt_send {
    float: left;
    width: 200px;
    background: url(enquete/bg_bt_send01.gif) no-repeat;
}

.aptoenq_bt_back {
    float: right;
    width: 180px;
    background: url(enquete/bg_bt_back01.gif) no-repeat;
}

.aptoenq_bt_set button {
    padding-bottom: 5px;
    height: 43px;
    border: 0px;
    text-align: center;
}

.aptoenq_bt_send button {
    width: 200px;
    background: url(enquete/bg_bt_send02.gif) no-repeat right top;
    font-size: 14px;
    line-height: 15px;
}

.aptoenq_bt_back button {
    width: 180px;
    background: url(enquete/bg_bt_back02.gif) no-repeat right top;
    font-size: 14px;
    line-height: 15px;
}

.aptoenq_bt_set :hover {
    color: #00F;
}

.aptoenq_cusinfo_msg {
    margin-left: 5px;
}

/* ---------------------------------------------
*   form 上書き用css
--------------------------------------------- */
#aptoenqform {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}

@media screen and (max-width: 750px) {
    #aptoenqform {
        width: 100%;
    }
}

#aptoenqform .aptoenq_necessary {
    display: none;
}

#aptoenqform .aptoenq_red {
    position: absolute;
    top: 10px;
    right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 26px;
    border-radius: 15px;
    background-color: #ca0d17;
    color: #fff;
    font-size: 14px;
    font-size: 0;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_red {
        position: relative;
        top: 1vw;
        right: 0;
        display: inline-block;
        margin-left: 3.125vw;
        width: 10.9375vw;
        height: 5.46875vw;
        border-radius: 2.8125vw;
    }
}

#aptoenqform .aptoenq_red:before {
    position: relative;
    top: -1px;
    color: #fff;
    content: "必須";
    font-size: 1rem;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_red:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        font-size: 3.125vw;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.lang_en #aptoenqform .aptoenq_red {
    right: 50px;
    width: 60px;
}

@media screen and (max-width: 750px) {
    .lang_en #aptoenqform .aptoenq_red {
        right: 0;
        width: 20vw;
    }
}

.lang_en #aptoenqform .aptoenq_red:before {
    content: "required";
    font-size: 10px;
}

@media screen and (max-width: 750px) {
    .lang_en #aptoenqform .aptoenq_red:before {
        font-size: 3.125vw;
    }
}

#aptoenqform .aptoenq_cusinfo textarea,
#aptoenqform .aptoenq_qa textarea {
    padding: 10px 10px 10px 17px !important;
    font-size: 1rem;
}

#aptoenqform .aptoenq_question {
    margin-bottom: 20px;
}

#aptoenqform .aptoenq_question input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 17px !important;
    width: 490px;
    border: none;
    border-radius: 5px;
    background-color: #eff0f1;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question input[type="text"] {
        width: 100%;
    }
}

#aptoenqform .aptoenq_question input[type="checkbox"] {
    position: relative;
    z-index: -1;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#aptoenqform .aptoenq_question .aptoenq_check {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #bfc4c8;
    background-color: #eff0f1;
    content: "";
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question .aptoenq_check {
        margin-top: .3vw;
        margin-right: 2.6vw;
        width: 5.9375vw;
        height: 5.9375vw;
        border-width: 0.15625vw;
    }
}

#aptoenqform .aptoenq_question .aptoenq_check.is-checked {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question .aptoenq_check.is-checked {
        width: 5.9375vw;
        height: 5.9375vw;
    }
}

#aptoenqform .aptoenq_question .aptoenq_check.is-checked:after {
    position: absolute;
    top: 1px;
    left: 3px;
    color: #333;
    content: "✔";
    font-size: 0.6875rem;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question .aptoenq_check.is-checked:after {
        top: 0.9vw;
        left: calc(26px + 1.5vw);
        font-size: 3.8vw;
    }
}

#aptoenqform .aptoenq_question label {
    margin-top: 12px;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    #aptoenqform .aptoenq_question label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question label {
        display: inline-block;
        margin-top: 3vw;
        padding-left: 2.3em;
        text-indent: -2.3em;
    }
}

#aptoenqform .aptoenq_question label.label_radio .aptoenq_check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question label.label_radio .aptoenq_check {
        width: 5.625vw;
        height: 5.625vw;
    }
}

#aptoenqform .aptoenq_question label.label_radio .aptoenq_check.is-checked:after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    content: '';
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question label.label_radio .aptoenq_check.is-checked:after {
        top: 1.1vw;
        left: 1.1vw;
        width: 3vw;
        height: 3vw;
    }
}

#aptoenqform .aptoenq_question .aptoenq_cusinfo_exp label {
    display: inline-block;
}

#aptoenqform .aptoenq_question label span {
    font-size: 1rem;
    line-height: 1.4;
}

#aptoenqform .aptoenq_question .aptoenq_qa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    margin: 0;
    border: none;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_q.aptoenq_l .aptoenq_red {
    right: auto;
    left: -65px;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_q.aptoenq_l .aptoenq_red {
        top: -4.6vw;
        left: 0;
        margin-right: 3vw;
        margin-left: 0;
    }
}

#aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_q {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    width: 350px;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (min-width: 751px) {
    #aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_q {
        padding-right: 1em;
    }
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_q {
        padding-top: 1vw;
        padding-bottom: 0;
        width: 100%;
        font-weight: bold;
    }
}

#aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_q a {
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    #aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_q a:hover {
        text-decoration: none;
    }
}

#aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 450px;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_a {
        width: 100%;
    }
}

#aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_a input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-top: 10px;
    padding: 10px 10px 10px 17px !important;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #eff0f1;
}

#aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_a .aptoenq_choice_3 {
    margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_a .aptoenq_choice_3 {
        float: none !important;
        margin-bottom: 5vw;
        width: 100%;
    }
}

#aptoenqform .aptoenq_question .aptoenq_qa .aptoenq_a input[name="ans3other"] {
    margin-top: 12px;
}

#aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_subj {
    margin-top: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

#aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_fm {
    margin-bottom: 20px;
    padding: 0;
}

#aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_subj {
    font-weight: normal;
    font-size: 1.75rem;
}

#aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 11px;
    padding-right: 120px;
    padding-bottom: 8px;
    width: 310px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: start;
        -ms-flex-pack: end;
        padding-top: 0;
        width: 100%;
        text-align: left;
        font-weight: bold;
        font-size: 4.375vw;

        -webkit-box-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}

#aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_item.aptoenq_cusinfo_item_yuubin:after {
    content: "(郵便番号)";
}

#aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_msg {
    display: block;
    margin-top: 5px;
    text-align: right;
}

#aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_exp {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1rem;
    line-height: 2.4;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_exp .aptoenq_check.is-checked:after {
        left: 1.2vw;
    }
}

#aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_exp label {
    position: relative;
    top: -2px;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_exp label {
        top: -0.3vw;
        padding-left: 0;
        text-indent: 0;
    }
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_bt_set {
        width: 100%;
    }
}

#aptoenqform .aptoenq_bt_send,
#aptoenqform .aptoenq_bt_back {
    float: none;
}

#aptoenqform .aptoenq_bt_send {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 390px;
    background: none;
}

@media screen and (max-width: 750px) {
    #aptoenqform .aptoenq_bt_send {
        width: 100%;
    }
}

#aptoenqform .aptoenq_bt_send button {
    position: relative;
    padding-bottom: 0;
    min-height: 60px;
    width: 100%;
    border: 1px solid #bfc4c8;
    border-radius: 30px;
    background: none;
    color: #333;
    font-size: 1rem;
}

#aptoenqform .aptoenq_bt_send button:hover {
    background-color: #f1f1f1;
}

#aptoenqform .aptoenq_bt_send button:after {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_arrow_gray.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

#aptoenqform .aptoenq_bt_back {
    margin-right: auto;
    margin-left: auto;
    width: 138px;
    background: none;
}

#aptoenqform .aptoenq_bt_back button {
    padding-bottom: 0;
    min-height: 40px;
    width: 100%;
    border-radius: 20px;
    background: none;
    background-color: #dfe1e3;
    color: #333;
}

#aptoenqform .aptoenq_bt_back button:hover {
    opacity: 0.8;
}

/* ---------------------------------------------
*   contact-form
--------------------------------------------- */
#contactform {
    margin: 0 auto;
    padding: 10px;
    width: 600px;
}

@media screen and (max-width: 750px) {
    #contactform {
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }
}

#contactform .contact-form-information {
    display: none;
}

.contact-form label {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.contact-form input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0 0 0;
    width: 100%;
    height: 35px;
    border: 1px solid #000;
    border-radius: 3px;
    text-indent: 10px;

    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.contact-form input[type="checkbox"] {
    margin: 3px 8px 0 0;
    width: 20px;
    height: 20px;
}

.contact-form input[type="radio"] {
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: text-bottom;
}

.contact-form textarea {
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0;
    width: 100% !important;
    height: 120px !important;
    border: 1px solid #333333;
    border-radius: 3px;
}

.contact-form .contact-form-field {
    padding-top: 10px;
}

.contact-form .must {
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: red;
    text-shadow: none;
    font-size: 0;
}

.contact-form .must::before {
    content: "*";
    font-size: 14px;
}

.contact-form .form-label {
    font-size: 14px;
}

.contact-form #contact_agree-field,
.contact-form #contact_memory-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.contact-form #contact_agree-field,
.contact-form #contact_detail-field,
.contact-form #contact_memory-field,
.contact-form #contact_permission-field {
    position: relative;
    margin-top: 20px;
    padding-top: 30px;
}

.contact-form #contact_agree-field .description,
.contact-form #contact_detail-field .description,
.contact-form #contact_memory-field .description,
.contact-form #contact_permission-field .description {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

.contact-form #contact_agree-field .description a,
.contact-form #contact_detail-field .description a,
.contact-form #contact_memory-field .description a,
.contact-form #contact_permission-field .description a {
    text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
    .contact-form #contact_agree-field .description a:hover,
    .contact-form #contact_detail-field .description a:hover,
    .contact-form #contact_memory-field .description a:hover,
    .contact-form #contact_permission-field .description a:hover {
        color: #333;
    }
}

.contact-form #contact_agree-field {
    padding-top: 54px;
}

.contact-form #contact_memory-field::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "お客様情報";
    font-size: 18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact-form #contact_family_name-field,
.contact-form #contact_last_name-field {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 10px);
    word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    word-break: break-word;
}

.contact-form #contact_family_name-field {
    margin-right: 20px;
}

.contact-form #contact_family_name-field label,
.contact-form #contact_last_name-field label,
.contact-form #contact_mail-field label,
.contact-form #contact_tel-field label {
    font-weight: bold;
}

.contact-form #contact_mail-field {
    clear: both;
}

.contact-form #contact_permission-field {
    margin-bottom: 20px;
    padding-top: 81px;
}

@media screen and (max-width: 750px) {
    .contact-form #contact_permission-field {
        padding-top: 108px;
    }
}

.contact-form .contact-form-clear-btn {
    overflow: hidden;
    padding: 0;
    width: 48%;
    height: 40px;
    border: 1px solid #8A8886;
    border-radius: 3px;
    background: #efefef;
    color: #323130;
    vertical-align: bottom;
    text-overflow: ellipsis;
    font-size: 18px;

    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.contact-form .contact-form-submit {
    position: relative;
    float: right;
    width: 48%;
}

.contact-form .contact-form-submit::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    content: "送信";
    font-size: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.contact-form .contact-form-submit input {
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #2266E3;
    border-radius: 3px;
    background: #2266E3;
    vertical-align: bottom;
    text-overflow: ellipsis;
    font-size: 0;
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    .contact-form .contact-form-submit input:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* ---------------------------------------------
*   c-form-mfp
--------------------------------------------- */
.c-form-mfp {
    margin: 0 auto;
    padding: 10px;
    width: 600px;
}

@media screen and (max-width: 750px) {
    .c-form-mfp {
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }
}

.c-form-mfp label {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.c-form-mfp input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0 0 0;
    width: 100%;
    height: 35px;
    border: 1px solid #000;
    border-radius: 3px;
    text-indent: 10px;

    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.c-form-mfp input[type="checkbox"] {
    margin: 3px 8px 0 0;
    width: 20px;
    height: 20px;
}

.safari .c-form-mfp input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.iphone .c-form-mfp input[type="checkbox"] {
    display: block;
    margin-top: 6px;
}

.c-form-mfp input[type="radio"] {
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: text-bottom;
}

.safari .c-form-mfp input[type="radio"] {
    width: 19px;

    -webkit-appearance: radio;
}

.c-form-mfp textarea {
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0 0;
    width: 100% !important;
    height: 120px !important;
    border: 1px solid #333333;
    border-radius: 3px;
}

.c-form-mfp__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    gap: 20px;
}

.c-form-mfp__item {
    margin-bottom: 10px;
}

.c-form-mfp__item--harf {
    width: calc(50% - 10px);
}

.c-form-mfp__item:last-of-type {
    margin-bottom: 0;
}

.c-form-mfp__item-inner {
    margin-top: 30px;
}

.c-form-mfp__field {
    padding-top: 10px;
}

.c-form-mfp__must {
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: red;
    text-shadow: none;
    font-size: 0;
}

.c-form-mfp__must::before {
    content: "*";
    font-size: 14px;
}

.c-form-mfp__label {
    font-size: 14px;
}

.c-form-mfp__description {
    font-size: 16px;
}

.c-form-mfp__link {
    text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
    .c-form-mfp__link:hover {
        color: #333;
    }
}

.c-form-mfp__head {
    text-align: center;
    font-size: 18px;
}

.c-form-mfp #contact_agree-field,
.c-form-mfp #contact_memory-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.c-form-mfp #contact_family_name-field label,
.c-form-mfp #contact_last_name-field label,
.c-form-mfp #contact_mail-field label,
.c-form-mfp #contact_tel-field label {
    font-weight: bold;
}

.c-form-mfp #contact_mail-field {
    clear: both;
}

.c-form-mfp__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 100%;

    gap: 20px;
}

.c-form-mfp__clear-btn {
    overflow: hidden;
    padding: 0 !important;
    width: calc(50% - 10px);
    height: 40px;
    border: 1px solid #8A8886 !important;
    border-radius: 3px !important;
    background: #efefef !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #323130 !important;
    vertical-align: bottom;
    text-overflow: ellipsis;
    font-size: 18px !important;

    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.c-form-mfp__submit {
    width: calc(50% - 10px);
    color: #fff;
    font-size: 18px;
}

.c-form-mfp__submit input {
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #2266E3;
    border-radius: 3px;
    background: #2266E3;
    color: #fff;
    vertical-align: bottom;
    text-indent: 0;
    text-overflow: ellipsis;
    text-shadow: none;
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    .c-form-mfp__submit input:hover {
        background: #2266E3;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/* ---------------------------------------------
*   mailformpro
--------------------------------------------- */
form#mailformpro label {
    display: inline-block !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    white-space: normal !important;
}

.mfp_element_all {
    max-width: 100% !important;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    vertical-align: baseline !important;
}

form#mailformpro label.mfp_checked {
    padding: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.mfp_err {
    padding: 0 !important;
    background-image: none !important;
}

form#mailformpro label.mfp_not_checked {
    padding: 0 !important;
}

.mfp_element_checkbox, .mfp_element_radio {
    vertical-align: text-bottom !important;
}

.problem {
    outline: -webkit-focus-ring-color auto 1px !important;
    background-color: transparent !important;
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*
*   事業領域
*
--------------------------------------------- */
/*  biz-sales
--------------------------------------------- */
.biz-sales__img {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 846px;
}

@media screen and (max-width: 750px) {
    .biz-sales__img {
        margin-bottom: 8.125vw;
        width: 100%;
    }
}

.biz-sales__img img {
    width: 100%;
}

.biz-sales__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .biz-sales__list {
        display: block;
    }
}

.biz-sales__item {
    width: 31.48148%;
}

@media screen and (min-width: 751px) {
    .biz-sales__item:nth-of-type(n+4) {
        margin-top: 50px;
    }
}

@media screen and (max-width: 750px) {
    .biz-sales__item {
        width: 100%;
    }
    .biz-sales__item:nth-of-type(n+2) {
        margin-top: 10.9375vw;
    }
}

.biz-sales__item-ttl {
    display: block;
    margin-bottom: 20px;
    padding-left: 28px;
    text-indent: -28px;
    font-size: 1.125rem;
}

@media screen and (min-width: 751px) {
    .biz-sales__item-ttl {
        letter-spacing: .5px;
    }
}

@media screen and (max-width: 750px) {
    .biz-sales__item-ttl {
        margin-bottom: 1.5625vw;
        padding-left: 9.0625vw;
        text-indent: -9.0625vw;
        font-size: 5.625vw;
    }
}

.biz-sales__item-ttl::before {
    position: relative;
    top: 3px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 5px solid #000;
    content: "";
}

@media screen and (max-width: 750px) {
    .biz-sales__item-ttl::before {
        top: 1vw;
        margin-right: 2.8125vw;
        width: 6.25vw;
        height: 6.25vw;
        border-width: 1.5625vw;
    }
}

.biz-sales__item--fpd-pv .biz-sales__item-ttl::before {
    border-color: #5998d2;
}

.biz-sales__item--semiconductor .biz-sales__item-ttl::before {
    border-color: #67b0c5;
}

.biz-sales__item--components .biz-sales__item-ttl::before {
    border-color: #8cc557;
}

.biz-sales__item--industrial .biz-sales__item-ttl::before {
    border-color: #d3c300;
}

.biz-sales__item--materials .biz-sales__item-ttl::before {
    border-color: #f7ab00;
}

.biz-sales__item--other .biz-sales__item-ttl::before {
    border-color: #f3a68c;
}

.biz-sales__num {
    display: none;
}

@media screen and (max-width: 750px) {
    .biz-sales__num {
        display: inline-block;
        font-weight: bold;
        font-size: 8.125vw;
    }
    .biz-sales__num--1 {
        margin-right: 1.5625vw;
    }
    .biz-sales__num .small {
        margin-left: 0.78125vw;
        font-size: 3.75vw;
    }
    .biz-sales__item--fpd-pv .biz-sales__num {
        color: #5998d2;
    }
    .biz-sales__item--semiconductor .biz-sales__num {
        color: #67b0c5;
    }
    .biz-sales__item--components .biz-sales__num {
        color: #8cc557;
    }
    .biz-sales__item--industrial .biz-sales__num {
        color: #d3c300;
    }
    .biz-sales__item--materials .biz-sales__num {
        color: #f7ab00;
    }
    .biz-sales__item--other .biz-sales__num {
        color: #f3a68c;
    }
}

.biz-sales__item-txt {
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (min-width: 751px) {
    .biz-sales__item-txt {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 750px) {
    .biz-sales__item-txt {
        font-size: 4.375vw;
    }
}

/* ---------------------------------------------
*
*   企業情報
*
--------------------------------------------- */
/*  company-topmsg
--------------------------------------------- */
.company-topmsg {
    position: absolute;
    right: 55px;
    bottom: 55px;
    margin-left: auto;
    width: 145px;
}

@media screen and (max-width: 750px) {
    .company-topmsg {
        display: none;
    }
}

.company-topmsg__ceo-ttl {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 0.75rem;
}

.company-topmsg__ceo-name {
    width: 135px;
}

.company-topmsg__ceo-name img {
    width: 100%;
}

/*  company-policy
--------------------------------------------- */
.company-policy {
    margin-bottom: 80px;
}

@media screen and (max-width: 750px) {
    .company-policy {
        margin-bottom: 15.15625vw;
    }
}

.company-policy .mod-title-h2 {
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .company-policy .mod-title-h2 {
        font-size: 5.625vw;
        line-height: 2;
    }
}

/*  company-philosophy
--------------------------------------------- */
.company-philosophy__lead {
    margin-bottom: 70px;
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.9;
}

@media screen and (max-width: 750px) {
    .company-philosophy__lead {
        margin-bottom: 18.75vw;
        font-size: 5.625vw;
        line-height: 2.2;
    }
}

/*  top-msg
--------------------------------------------- */
.top-msg {
    margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .top-msg {
        margin-bottom: 7.8125vw;
    }
}

.top-msg__ttl {
    margin-bottom: 46px;
    text-align: center;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .top-msg__ttl {
        margin-bottom: 6.25vw;
        text-align: left;
        font-size: 6.875vw;
        line-height: 1.3;
    }
}

.top-msg__txt {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .top-msg__txt {
        margin-top: 8.59375vw;
        font-size: 4.375vw;
    }
}

.top-msg__txt:first-of-type {
    margin-top: 0;
}

.top-msg__txt-lower {
    display: block;
    margin-top: 55px;
    text-align: right;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .top-msg__txt-lower {
        margin-top: 9.375vw;
    }
}

/*  top-commit-main
--------------------------------------------- */
.top-commit-main__ttl {
    margin-bottom: 35px;
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .top-commit-main__ttl {
        margin-bottom: 4.6875vw;
        text-align: left;
        font-size: 6.875vw;
    }
}

.top-commit-main .mod-title-border {
    margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
    .top-commit-main .mod-title-border {
        margin-bottom: 10.15625vw;
    }
}

.top-commit-main .mod-title-border:last-of-type {
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .top-commit-main .mod-title-border:last-of-type {
        margin-bottom: 9.375vw;
    }
}

.top-commit-main .mod-title-border__title {
    font-weight: normal;
}

.top-commit-main .mod-title-border__head {
    margin-bottom: 0;
    border-color: #333;
}

@media screen and (max-width: 750px) {
    .top-commit-main .mod-title-border__head {
        line-height: 1.4;
    }
}

.top-commit-main .mod-title-border__body {
    padding-top: 30px;
}

@media screen and (max-width: 750px) {
    .top-commit-main .mod-title-border__body {
        padding-top: 7.8125vw;
    }
}

@media screen and (max-width: 750px) {
    .top-commit-main .js-sp-accordion-trigger:after {
        right: 0;
    }
}

/*  top-commit
--------------------------------------------- */
.top-commit {
    margin-bottom: 65px;
}

@media screen and (max-width: 750px) {
    .top-commit {
        margin-bottom: 14.84375vw;
    }
}

.top-commit:last-of-type {
    margin-bottom: 0;
}

.top-commit__ttl {
    margin-bottom: 16px;
    letter-spacing: .5px;
    font-size: 1.25rem;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .top-commit__ttl {
        margin-bottom: 3.90625vw;
        font-size: 5.625vw;
    }
}

.top-commit__txt {
    margin-top: 30px;
    letter-spacing: .8px;
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .top-commit__txt {
        margin-top: 7.8125vw;
        font-size: 4.375vw;
    }
}

.top-commit__txt:first-of-type {
    margin-top: 0;
}

/*  top-commit-img
--------------------------------------------- */
.top-commit-img {
    margin-top: 10px;
    margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
    .top-commit-img {
        margin-top: 1.5625vw;
        margin-bottom: 4.6875vw;
    }
}

.top-commit-img img {
    width: 100%;
}

/*  officer-intro-main
--------------------------------------------- */
.officer-intro-main .mod-title-border {
    margin-bottom: 70px;
}

@media screen and (max-width: 750px) {
    .officer-intro-main .mod-title-border {
        margin-bottom: 9.375vw;
    }
}

.officer-intro-main .mod-title-border:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .officer-intro-main .mod-title-border:last-of-type {
        margin-bottom: 11.71875vw;
    }
}

.officer-intro-main .mod-title-border__head {
    margin-bottom: 0;
}

.officer-intro-main .mod-title-border__body {
    padding-top: 80px;
}

@media screen and (max-width: 750px) {
    .officer-intro-main .mod-title-border__body {
        padding-top: 6.25vw;
    }
}

/*  officer-intro
--------------------------------------------- */
.officer-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .officer-intro__list {
        display: block;
    }
}

.officer-intro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;
    width: 47.5%;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 751px) {
    .officer-intro__item:nth-of-type(n+3) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 750px) {
    .officer-intro__item {
        width: 100%;
    }
    .officer-intro__item:nth-of-type(n+2) {
        margin-top: 6.25vw;
    }
    .officer-intro--operating-officer .officer-intro__item:nth-of-type(n+2) {
        margin-top: 8.59375vw;
    }
}

.officer-intro__left {
    width: 36.84211%;
}

@media screen and (max-width: 750px) {
    .officer-intro__left {
        width: 31.03448%;
    }
}

.officer-intro__img img {
    width: 100%;
}

.officer-intro__right {
    width: 55.26316%;
}

@media screen and (max-width: 750px) {
    .officer-intro__right {
        width: 63.7931%;
    }
}

.officer-intro__detail {
    position: relative;
    top: -5px;
    display: block;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .officer-intro__detail {
        top: -1.2vw;
    }
}

.officer-intro__position {
    display: block;
    margin-bottom: 7px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .officer-intro__position {
        margin-bottom: 0;
        font-size: 4.375vw;
    }
}

.officer-intro__name {
    display: block;
    margin-bottom: 11px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .officer-intro__name {
        margin-bottom: 3.28125vw;
        font-size: 6.875vw;
    }
}

.officer-intro__name .small {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .officer-intro__name .small {
        font-size: 4.375vw;
    }
}

.officer-intro__name .small--1 {
    display: block;
}

.officer-intro__name .small--2 {
    margin-left: 20px;
}

@media screen and (max-width: 750px) {
    .officer-intro__name .small--2 {
        margin-left: 5vw;
    }
}

.officer-intro__career {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #c8cccf;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .officer-intro__career {
        padding-top: 3.4375vw;
        font-size: 3.4375vw;
    }
}

/*  company-group-main
--------------------------------------------- */
.company-group-main .mod-title-border {
    margin-bottom: 60px;
}

.company-group-main .mod-title-border:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .company-group-main .mod-title-border {
        margin-bottom: 6.25vw;
    }
    .company-group-main .mod-title-border:last-of-type {
        margin-bottom: 12.5vw;
    }
}

.company-group-main .mod-title-border .company-group:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .company-group-main .js-sp-accordion-trigger::after {
        right: 0;
    }
}

.company-group-main .mod-title-border__head {
    margin-bottom: 0;
}

.company-group-main .mod-title-border__body {
    padding-top: 40px;
}

@media screen and (max-width: 750px) {
    .company-group-main .mod-title-border__body {
        padding-top: 4.6875vw;
        padding-bottom: 1.5625vw;
    }
}

/*  company-group
--------------------------------------------- */
.company-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;
    margin-bottom: 85px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .company-group {
        margin-bottom: 10.9375vw;
    }
}

@media screen and (max-width: 750px) {
    .company-group {
        display: block;
    }
}

.company-group__info {
    width: 46.25%;
}

@media screen and (max-width: 750px) {
    .company-group__info {
        width: 100%;
    }
}

.company-group__ttl {
    margin-bottom: 17px;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .company-group__ttl {
        margin-bottom: 3.4375vw;
        font-size: 5.625vw;
    }
}

.company-group__txt {
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .company-group__txt {
        margin-bottom: 2.8125vw;
        font-size: 4.375vw;
    }
}

.company-group__txt:last-of-type {
    margin-bottom: 0;
}

.company-group__txt-link {
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (min-width: 751px) {
    .company-group__txt-link:hover {
        text-decoration: none;
    }
}

@media screen and (max-width: 750px) {
    .company-group__txt-link {
        font-size: 4.375vw;
    }
}

.company-group__img {
    width: 47.5%;
}

@media screen and (max-width: 750px) {
    .company-group__img {
        margin-top: 6.25vw;
        width: 100%;
    }
}

.company-group__img img {
    width: 100%;
}

/*  company-location
--------------------------------------------- */
.company-location .mod-title-border {
    margin-bottom: 70px;
}

@media screen and (max-width: 750px) {
    .company-location .mod-title-border {
        margin-bottom: 7.8125vw;
    }
}

.company-location .mod-title-border:last-of-type {
    margin-bottom: 0;
}

.company-location .mod-title-border__head {
    margin-bottom: 0;
}

.company-location .mod-title-border__title {
    font-weight: normal;
}

.company-location .mod-title-border__body {
    padding-top: 35px;
}

@media screen and (max-width: 750px) {
    .company-location .mod-title-border__body {
        padding-top: 4.6875vw;
    }
}

/*  num-intro
--------------------------------------------- */
.num-intro {
    padding-top: 130px;
    padding-bottom: 140px;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .num-intro {
        padding-top: 10.9375vw;
        padding-bottom: 42.1875vw;
    }
}

.num-intro__inner {
    margin-right: auto;
    margin-left: auto;
    width: 1080px;
}

@media screen and (max-width: 750px) {
    .num-intro__inner {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

.num-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .num-intro__list {
        display: block;
    }
}

.num-intro__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

@media screen and (max-width: 750px) {
    .num-intro__item {
        width: 100%;
    }
    .num-intro__item:first-of-type {
        margin-bottom: 10.9375vw;
        padding-bottom: 12.1875vw;
        border-bottom: 1px solid #fff;
    }
}

.num-intro__item:first-of-type::after {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 1px;
    height: 350px;
    background-color: #fff;
    content: "";
}

@media screen and (max-width: 750px) {
    .num-intro__item:first-of-type::after {
        display: none;
    }
}

.num-intro__ttl {
    display: block;
    margin-bottom: 11px;
    font-size: 1.75rem;
}

@media screen and (min-width: 751px) {
    .num-intro__ttl {
        letter-spacing: 3px;
    }
    .lang_en .num-intro__ttl {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 750px) {
    .num-intro__ttl {
        margin-bottom: 3.8vw;
        font-size: 6.875vw;
    }
}

.num-intro__txt {
    display: block;
    line-height: 1;
}

.num-intro__txt-large {
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 6.25rem;
}

@media screen and (max-width: 750px) {
    .num-intro__txt-large {
        letter-spacing: 1vw;
        font-size: 25vw;
    }
}

.num-intro__txt-small {
    position: relative;
    top: -4px;
    margin-left: 10px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .num-intro__txt-small {
        top: -.3vw;
        margin-left: 0;
        font-size: 6.875vw;
    }
    .lang_en .num-intro__txt-small {
        font-size: 5vw;
    }
}

.num-intro__txt-small--01 {
    margin-right: 13px;
}

@media screen and (max-width: 750px) {
    .num-intro__txt-small--01 {
        margin-right: 2vw;
    }
}

.num-intro__img {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 750px) {
    .num-intro__img {
        margin-top: 10.9375vw;
    }
}

@media screen and (min-width: 751px) {
    .num-intro__item--sogyo .num-intro__img {
        margin-top: 95px;
        width: 265px;
    }
}

@media screen and (max-width: 750px) {
    .num-intro__item--sogyo .num-intro__img {
        width: 50vw;
    }
}

@media screen and (min-width: 751px) {
    .num-intro__item--kyoten .num-intro__img {
        margin-top: 45px;
        width: 312px;
    }
}

@media screen and (max-width: 750px) {
    .num-intro__item--kyoten .num-intro__img {
        width: 58.4375vw;
    }
}

.num-intro__img img {
    width: 100%;
}

/*  num-patent
--------------------------------------------- */
.num-patent {
    padding-top: 150px;
    padding-bottom: 155px;
    background-color: #cad4db;
    color: #353535;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .num-patent {
        padding-top: 10.15625vw;
        padding-bottom: 11.71875vw;
    }
}

.num-patent__inner {
    margin-right: auto;
    margin-left: auto;
    width: 1080px;
}

@media screen and (max-width: 750px) {
    .num-patent__inner {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

.num-patent__ttl {
    display: block;
    margin-bottom: 22px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .num-patent__ttl {
        letter-spacing: .8px;
    }
}

@media screen and (max-width: 750px) {
    .num-patent__ttl {
        font-size: 6.875vw;
    }
}

.num-patent__ttl .small {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .num-patent__ttl .small {
        font-size: 3.125vw;
    }
}

.num-patent__ttl sup {
    top: -.1em;
    left: .3em;
}

@media screen and (max-width: 750px) {
    .num-patent__ttl sup {
        top: .5em;
        font-size: 1em;
    }
}

.num-patent__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    margin-bottom: 40px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .num-patent__list {
        display: block;
    }
}

.num-patent__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 65px;
    width: 50%;
    height: 260px;
}

@media screen and (max-width: 750px) {
    .num-patent__item {
        padding-top: 0;
        width: 100%;
        height: auto;
    }
    .num-patent__item:first-of-type {
        margin-bottom: 6vw;
        padding-bottom: 7.8125vw;
        border-bottom: 1px solid #333;
    }
}

.num-patent__item:first-of-type::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #353535;
    content: "";
}

@media screen and (max-width: 750px) {
    .num-patent__item:first-of-type::after {
        display: none;
    }
}

.num-patent__txt {
    display: block;
    line-height: 1;
}

.num-patent__txt-large {
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 6.25rem;
}

@media screen and (max-width: 750px) {
    .num-patent__txt-large {
        letter-spacing: 0;
        font-size: 25vw;
    }
}

.num-patent__txt-small {
    position: relative;
    top: -4px;
    margin-left: 10px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .num-patent__txt-small {
        top: -.8vw;
        margin-left: 0;
        font-size: 6.875vw;
    }
}

.num-patent__txt-small--before {
    margin-left: 0;
    padding-right: 10px;
}

@media screen and (max-width: 750px) {
    .num-patent__txt-small--before {
        padding-right: 0;
    }
}

.num-patent__label-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 540px;
    background-color: #fff;

    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
    .lang_en .num-patent__label-item {
        width: 740px;
    }
}

@media screen and (max-width: 750px) {
    .num-patent__label-item {
        display: block;
        padding-top: 3.4375vw;
        padding-bottom: 3.4375vw;
        width: 100%;
    }
}

.num-patent__label-item:last-of-type {
    margin-bottom: 0;
}

.num-patent__label-item-txt {
    margin-right: 20px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .num-patent__label-item-txt {
        display: block;
        margin-right: 0;
        font-size: 6.875vw;
        line-height: 1.2;
    }
}

.num-patent__label-item-num {
    position: relative;
    top: -3px;
    margin-right: 5px;
    letter-spacing: 3px;
    font-size: 2.5rem;
}

@media screen and (max-width: 750px) {
    .num-patent__label-item-num {
        position: static;
        margin-right: 0;
        letter-spacing: .5vw;
        font-size: 6.875vw;
    }
}

.num-patent__label-item-num .small {
    margin-left: .4em;
    letter-spacing: 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
    .num-patent__label-item-num .small {
        font-size: 1rem;
    }
}

.num-patent__label-item-txt-small {
    position: relative;
    top: 5px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .num-patent__label-item-txt-small {
        top: 0;
        margin-left: -1vw;
        font-size: 3.75vw;
    }
}

.num-patent__txt-note {
    margin-top: 35px;
    font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
    .num-patent__txt-note {
        margin-top: 5.46875vw;
        font-size: 3.125vw;
    }
}

/*  num-cmn-block
--------------------------------------------- */
.num-cmn-block {
    padding-top: 160px;
    padding-bottom: 160px;
    color: #353535;
}

@media screen and (max-width: 750px) {
    .num-cmn-block {
        padding-top: 11.71875vw;
        padding-bottom: 12.5vw;
    }
}

.num-cmn-block--staff-num {
    background-color: #c9d3db;
}

.num-cmn-block--sales {
    background-color: #dfe1e3;
}

.num-cmn-block__head {
    text-align: center;
}

.num-cmn-block__ttl {
    line-height: 1;
}

.num-cmn-block__ttl-txt {
    display: block;
    margin-bottom: 15px;
    font-size: 1.75rem;
}

@media screen and (min-width: 751px) {
    .num-cmn-block__ttl-txt {
        letter-spacing: 3px;
    }
    .lang_en .num-cmn-block__ttl-txt {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 750px) {
    .num-cmn-block__ttl-txt {
        margin-bottom: 5vw;
        font-size: 6.875vw;
    }
}

.num-cmn-block__ttl-num {
    font-weight: 300;
    font-size: 6.25rem;
}

@media screen and (max-width: 750px) {
    .num-cmn-block__ttl-num {
        font-size: 25vw;
    }
}

.num-cmn-block__ttl-txt-small {
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .num-cmn-block__ttl-txt-small {
        margin-left: 1vw;
        font-size: 6.875vw;
    }
}

.num-cmn-block__ttl-lower {
    margin-top: 26px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .num-cmn-block__ttl-lower {
        margin-top: 5.8vw;
        font-size: 3.125vw;
    }
}

.num-cmn-block__body {
    margin-right: auto;
    margin-left: auto;
    width: 1080px;
}

@media screen and (max-width: 750px) {
    .num-cmn-block__body {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        width: auto;
    }
}

/*  num-staff
--------------------------------------------- */
.num-staff {
    margin-top: 57px;
}

@media screen and (max-width: 750px) {
    .num-staff {
        margin-top: 10.9375vw;
    }
}

.num-staff__img {
    text-align: center;
}

/*  num-sales
--------------------------------------------- */
.num-sales {
    margin-top: 90px;
}

@media screen and (max-width: 750px) {
    .num-sales {
        margin-top: 15.625vw;
    }
}

.num-sales__item {
    margin-bottom: 140px;
}

@media screen and (max-width: 750px) {
    .num-sales__item {
        margin-bottom: 20.3125vw;
    }
}

.num-sales__item:last-of-type {
    margin-bottom: 0;
}

.num-sales__item-ttl {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 540px;
    border: 1px solid #333;
    text-align: center;
    font-size: 1.5rem;
}

@media screen and (min-width: 751px) {
    .num-sales__item-ttl {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 750px) {
    .num-sales__item-ttl {
        padding-top: 1.875vw;
        padding-bottom: 1.875vw;
        width: 100%;
        font-size: 5.625vw;
    }
}

.num-sales__img {
    margin-top: 68px;
    text-align: center;
}

@media screen and (min-width: 751px) {
    .num-sales__item--biz .num-sales__img {
        padding-left: 30px;
    }
    .num-sales__item--country .num-sales__img {
        padding-left: 15px;
    }
}

@media screen and (max-width: 750px) {
    .num-sales__img {
        margin-top: 12.1875vw;
    }
    .num-sales__item--country .num-sales__img {
        margin-top: 8.90625vw;
    }
}

@media screen and (max-width: 750px) {
    .num-sales__img img {
        width: 100%;
    }
}

/* ---------------------------------------------
*
*   お問い合わせ
*
--------------------------------------------- */
/* ---------------------------------------------
*   contact-cassette
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .contact-links {
        margin-bottom: 15.625vw;
    }
}

.contact-links__link {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #bfc4c8;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .contact-links__link {
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
        font-size: 5vw;
    }
}

.contact-links__link:first-of-type {
    border-top: 1px solid #bfc4c8;
}

.contact-links__link .small {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .contact-links__link .small {
        font-size: 3.4375vw;
    }
}

/* ---------------------------------------------
*   TOP Page
--------------------------------------------- */
/*  top-keyvisual
--------------------------------------------- */
.top-keyvisual {
    overflow: hidden;
    /* image zoom */
    /* dots */
    /* arrow */
    /* progress bar */
}

.top-keyvisual .slider-wrapper {
    position: relative;
}

.top-keyvisual .slider {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.top-keyvisual .slider.slick-initialized {
    opacity: 1;
}

.top-keyvisual .slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ccc;
}

.top-keyvisual .slide video {
    display: block;
    width: 100%;
    height: 100%;
}

.top-keyvisual .zoom {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.top-keyvisual .slick-current .zoom {
    overflow: hidden;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top-keyvisual .zoom img {
    display: block;
    width: 100%;
}

.top-keyvisual__slide-contents {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
    .top-keyvisual__slide-contents {
        padding-top: 75px;
    }
}

.slick-current .top-keyvisual__slide-contents {
    opacity: 1;
}

.top-keyvisual__slide-contents-ttl {
    display: block;
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 3.75rem;
    line-height: 1.4;
}

@media screen and (max-width: 750px) {
    .top-keyvisual__slide-contents-ttl {
        margin-bottom: 1.25vw;
        font-size: 9.375vw;
    }
}

.top-keyvisual__slide-contents-txt {
    margin-bottom: 55px;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .top-keyvisual__slide-contents-txt {
        margin-bottom: 3.90625vw;
        font-size: 4.375vw;
    }
}

.top-keyvisual .mod-button {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .top-keyvisual .mod-button {
        margin-right: auto;
        margin-left: auto;
        width: 43.75vw;
    }
}

.top-keyvisual .mod-button__link {
    outline: none;
}

@media screen and (max-width: 750px) {
    .top-keyvisual .mod-button__link {
        padding-right: 6.25vw;
        padding-left: 6.25vw;
        min-height: 14.0625vw;
        font-size: 3.4375vw;
    }
    .top-keyvisual .mod-button__link::after {
        width: 2.1875vw;
        height: 3.75vw;
    }
}

.top-keyvisual .slick-dots {
    position: absolute;
    bottom: 47px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .top-keyvisual .slick-dots {
        bottom: 6.5625vw;
    }
}

.top-keyvisual .slick-dots li {
    overflow: hidden;
    margin-right: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    .top-keyvisual .slick-dots li {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
}

@media screen and (min-width: 751px) and (min-width: 751px) {
    .top-keyvisual .slick-dots li:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .top-keyvisual .slick-dots li {
        margin-right: 6.25vw;
        width: 3.125vw;
        height: 3.125vw;
    }
}

.top-keyvisual .slick-dots li.slick-active {
    background-color: #007bd0;
}

.top-keyvisual .slick-dots li:last-of-type {
    margin-right: 0;
}

.top-keyvisual .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 27px;
    height: 51px;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
    .top-keyvisual .slick-arrow {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
}

@media screen and (min-width: 751px) and (min-width: 751px) {
    .top-keyvisual .slick-arrow:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .top-keyvisual .slick-arrow {
        display: none !important;
    }
}

.top-keyvisual .slick-arrow.slick-next {
    right: 20px;
    background-image: url(/img/common/arrow_slide_right_white.png);
}

.top-keyvisual .slick-arrow.slick-prev {
    left: 20px;
    background-image: url(/img/common/arrow_slide_left_white.png);
}

.top-keyvisual .slider-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
}

@media screen and (max-width: 750px) {
    .top-keyvisual .slider-progress {
        height: 0.9375vw;
    }
}

.top-keyvisual .slider-progress .progress {
    width: 0%;
    height: 100%;
    background: #007bd0;
}

/*  top-section
--------------------------------------------- */
.top-section {
    padding-top: 85px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 750px) {
    .top-section {
        padding-top: 11.71875vw;
        padding-bottom: 12.5vw;
    }
}

@media screen and (min-width: 751px) {
    .top-section--news {
        padding-top: 96px;
    }
}

@media screen and (max-width: 750px) {
    .top-section--technical-journal .image-content__list {
        -ms-flex-pack: center;

        -webkit-box-pack: center;
        justify-content: center;
    }
    .top-section--technical-journal .image-content__list-item {
        margin-right: 0;
        width: 62.5vw;
    }
    .top-section--technical-journal .image-content__list-item:nth-of-type(n+2) {
        display: none;
    }
}

.top-section__ttl {
    text-align: center;
}

.top-section__ttl-en {
    display: block;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .top-section__ttl-en {
        margin-bottom: 1.71875vw;
        font-size: 6.875vw;
    }
}

.top-section__ttl-jp {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .top-section__ttl-jp {
        font-size: 3.125vw;
    }
}

.top-section__lead {
    margin-top: 35px;
    text-align: center;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .top-section__lead {
        text-align: left;
    }
}

.top-section .mod-detail .mod-title-link {
    margin-top: 0;
}

.top-section .mod-detail .mod-title-link__text {
    top: 0;
}

/*  top-vacuum
--------------------------------------------- */
.top-vacuum {
    margin-top: 55px;
}

@media screen and (max-width: 750px) {
    .top-vacuum {
        margin-top: 8.59375vw;
    }
}

.top-vacuum__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .top-vacuum__list {
        display: block;
    }
}

.top-vacuum__item {
    margin-right: 1.94444%;
    width: 32.03704%;
}

@media screen and (min-width: 751px) {
    .top-vacuum__item:nth-of-type(3n) {
        margin-right: 0;
    }
    .top-vacuum__item:nth-of-type(n+4) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .top-vacuum__item {
        width: 100%;
    }
    .top-vacuum__item:nth-of-type(n+2) {
        margin-top: 8.59375vw;
    }
}

.top-vacuum__link {
    display: block;
}

.top-vacuum__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

@media screen and (max-width: 750px) {
    .top-vacuum__img {
        margin-bottom: 2.34375vw;
    }
}

.top-vacuum__img::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}

@media screen and (min-width: 751px) {
    .top-vacuum__link:hover .top-vacuum__img::after {
        opacity: 1;
    }
}

.top-vacuum__img img {
    width: 100%;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
}

@media screen and (min-width: 751px) {
    .top-vacuum__link:hover .top-vacuum__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.top-vacuum__date {
    display: block;
    margin-bottom: 9px;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .top-vacuum__date {
        margin-bottom: 1.5625vw;
        font-size: 3.125vw;
    }
}

.top-vacuum__txt {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .top-vacuum__txt {
        font-size: 4.375vw;
    }
}

@media screen and (min-width: 751px) {
    .top-vacuum__link:hover .top-vacuum__txt {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*
*   製品紹介
*
--------------------------------------------- */
/*  product-search
--------------------------------------------- */
.product-search {
    margin-bottom: 20px;
    padding: 0 40px 40px;
    background-color: #eff0f1;
}

@media screen and (max-width: 750px) {
    .product-search {
        margin-bottom: 3.125vw;
        padding: 0;
        -webkit-transition: padding .3s;
        transition: padding .3s;
    }
    .product-search.js-open {
        padding-bottom: 6.25%;
    }
}

.product-search__head {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

@media screen and (min-width: 751px) {
    .product-search__head {
        cursor: default;
    }
}

@media screen and (max-width: 750px) {
    .product-search__head {
        padding-top: 4.375vw;
        padding-bottom: 4.375vw;
        cursor: pointer;
    }
}

.product-search__ttl {
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .product-search__ttl {
        font-size: 6.875vw;
    }
}

.product-search__inner {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border-radius: 5px;
    background-color: #fff;
}

@media screen and (max-width: 750px) {
    .product-search__inner {
        margin-right: 4.6875%;
        margin-left: 4.6875%;
        padding: 3.125vw 3.90625vw 12.5vw;
        border-radius: 1.5625vw;
    }
}

.product-search__inner--no-side-padding {
    padding-right: 0;
    padding-left: 0;
}

.product-search__item {
    padding-top: 35px;
    border-top: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .product-search__item {
        padding-top: 4.6875vw;
    }
}

.product-search__item:first-of-type {
    border-top-width: 0;
}

@media screen and (max-width: 750px) {
    .product-search .mod-texts-lists {
        margin-bottom: 3.90625vw;
    }
}

@media screen and (max-width: 750px) {
    .product-search .mod-texts-lists__list {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .product-search .mod-texts-lists__list-item {
        margin-left: 0;
    }
}

/*  products-dtl-head
--------------------------------------------- */
.products-dtl-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 75px;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 600px;
    background-color: #f0f0f0;
}

@media screen and (max-width: 750px) {
    .products-dtl-head {
        padding-top: 7.8125vw;
        padding-bottom: 10.9375vw;
        min-height: initial;
        min-height: auto;
    }
}

.products-dtl-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__inner {
        display: block;
    }
}

.products-dtl-head__txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    min-height: 480px;
    width: 450px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__txt-wrap {
        display: block;
        min-height: initial;
        min-height: auto;
        width: 100%;
    }
}

.products-dtl-head__category {
    display: block;
    margin-bottom: 20px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__category {
        margin-bottom: 2.34375vw;
        font-size: 4.375vw;
    }
}

.products-dtl-head__name {
    margin-bottom: 26px;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__name {
        margin-bottom: 7.03125vw;
    }
}

.products-dtl-head__name-txt {
    word-break: break-all;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__name-txt {
        font-size: 5.625vw;
    }
}

.products-dtl-head__name-txt span {
    display: block;
    font-size: 2.5rem;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__name-txt span {
        font-size: 8.125vw;
    }
}

.products-dtl-head__name-txt-large {
    display: block;
    font-size: 2.5rem;
    line-height: 1.3;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__name-txt-large {
        font-size: 8.125vw;
    }
}

.products-dtl-head__img {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    width: 600px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__img {
        margin-bottom: 8.90625vw;
        padding-bottom: 6.25vw;
        width: 100%;
    }
}

.products-dtl-head__img img {
    width: 100%;
}

.products-dtl-head__txt {
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .products-dtl-head__txt {
        font-size: 4.375vw;
    }
}

.products-dtl-head .mod-slide-button-outer {
    opacity: 0;
}

.products-dtl-head .js-no-slider {
    padding-bottom: 0;
}

.products-dtl-head .js-load-slider .mod-slide-button-outer {
    opacity: 1;
}

.products-dtl-head .mod-slide-pagination {
    bottom: 0;
}

@media screen and (max-width: 750px) {
    .products-dtl-head .mod-slide-pagination {
        bottom: -0.78125vw;
    }
}

/*  products-archive
--------------------------------------------- */
.products-archive {
    padding-top: 30px;
}

@media screen and (max-width: 750px) {
    .products-archive {
        padding-top: 5vw;
    }
}

.products-archive .mod-title-h1 {
    margin-bottom: 3.90625vw;
}

@media screen and (max-width: 750px) {
    .products-archive .image-content {
        margin-bottom: 10.9375vw;
    }
}

.products-archive .image-content .mod-text {
    margin-top: 15px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .products-archive .image-content .mod-text {
        margin-top: 1.5vw;
    }
}

@media screen and (max-width: 750px) {
    .products-archive .image-content__list-item:nth-child(n+3) {
        margin-top: 8.59375vw;
    }
}

/*  application-archive
--------------------------------------------- */
.application-archive {
    padding-top: 30px;
}

@media screen and (max-width: 750px) {
    .application-archive {
        padding-top: 5vw;
    }
}

.application-archive .mod-title-h1 {
    margin-bottom: 3.90625vw;
}

.application-archive .image-content {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .application-archive .image-content {
        margin-bottom: 10.9375vw;
    }
}

.application-archive .image-content .mod-text {
    margin-top: 15px;
    line-height: 1.6;
}

@media screen and (max-width: 750px) {
    .application-archive .image-content .mod-text {
        margin-top: 1.5vw;
    }
}

.application-archive .mod-button {
    display: none;
}

@media screen and (min-width: 751px) {
    .application-archive .image-content--five .image-content__list-item:nth-child(n + 6) {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    .application-archive .image-content--five .image-content__list-item:nth-of-type(2n) {
        margin-right: 3.44828%;
    }
}

.application-archive .image-content--five .image-content__list-item:nth-child(n + 3) {
    margin-top: 0;
}

@media screen and (min-width: 751px) {
    .application-archive .image-content--five .image-content__list-item:nth-child(n + 3) {
        margin-right: 20px;
    }
}

.application-archive .image-content__list-item {
    display: none;
    margin-top: 0;
    margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
    .application-archive .image-content__list-item {
        margin-bottom: 8.59375vw;
    }
}

.application-archive .image-content__list-item.js-is-show {
    display: none;
}

.application-archive .image-content__list-item.js-is-active {
    display: block;
}

.application-archive .image-content__list-item.js-side-item {
    margin-right: 0 !important;
}

.application-archive .main-cassette .image-content__list-item {
    display: none;
}

.application-archive .main-cassette .image-content__list-item.js-is-show.js-is-active {
    display: block;
}

.application-archive .sub-cassette {
    display: none;
    margin-bottom: 0;
}

.application-archive .sub-cassette.js-is-hide {
    display: none;
}

.application-archive .sub-cassette.js-show-subcassette:not(.js-is-hide) {
    display: block;
}

.application-archive .sub-cassette .image-content__list-item {
    display: block;
}

.application-archive .sub-cassette .image-content__list-item.js-is-hide {
    display: none;
}

/*  products-archive-cassette
--------------------------------------------- */
.products-archive-cassette {
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .products-archive-cassette {
        margin-bottom: 10.9375vw;
    }
}

.products-archive-cassette:last-of-type {
    border: none;
}

/* ---------------------------------------------
*
*   研究・開発
*
--------------------------------------------- */
/*  tech-journal-main
--------------------------------------------- */
.tech-journal-main {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}

@media screen and (max-width: 750px) {
    .tech-journal-main {
        padding-top: 4.6875vw;
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .tech-journal-main__head-container {
        width: 100%;
    }
}

.tech-journal-main__ttl-sub {
    display: block;
    text-align: center;
    font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
    .tech-journal-main__ttl-sub {
        font-size: 4.375vw;
    }
}

.tech-journal-main__ttl {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.5rem;
}

@media screen and (max-width: 750px) {
    .tech-journal-main__ttl {
        font-size: 8.125vw;
    }
}

.tech-journal-main--backnumber .tech-journal-main__ttl {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .tech-journal-main--backnumber .tech-journal-main__ttl {
        margin-top: -0.5vw;
    }
}

.tech-journal-main__lead {
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .tech-journal-main__lead {
        font-size: 4.375vw;
    }
}

.tech-journal-main__body {
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    width: 920px;
}

@media screen and (max-width: 750px) {
    .tech-journal-main__body {
        padding-top: 10.9375vw;
        width: 100%;
    }
}

.tech-journal-main .mod-button {
    margin-bottom: 0;
    padding-top: 60px;
}

@media screen and (max-width: 750px) {
    .tech-journal-main .mod-button {
        margin-bottom: 9.375vw;
        padding-top: 9.375vw;
    }
}

/*  tech-journal
--------------------------------------------- */
.tech-journal {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 220px;
}

@media screen and (min-width: 751px) {
    .tech-journal {
        min-height: 250px;
    }
}

@media screen and (max-width: 750px) {
    .tech-journal {
        padding-left: 0;
    }
}

.tech-journal-main--backnumber .tech-journal {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .tech-journal-main--backnumber .tech-journal {
        margin-bottom: 6.25vw;
        padding-bottom: 6.25vw;
    }
}

.tech-journal-main--backnumber .tech-journal:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.tech-journal__head {
    margin-bottom: 38px;
}

@media screen and (max-width: 750px) {
    .tech-journal__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        -ms-flex-pack: justify;
        margin-bottom: 6.25vw;

        -webkit-box-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.tech-journal__img {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 180px;
}

@media screen and (max-width: 750px) {
    .tech-journal__img {
        position: static;
        width: 37.93103%;
    }
}

.tech-journal__img img {
    width: 100%;
}

.tech-journal__img-caption {
    display: block;
    margin-top: 14px;
    font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
    .tech-journal__img-caption {
        margin-top: 1.71875vw;
        font-size: 3.125vw;
    }
}

@media screen and (max-width: 750px) {
    .tech-journal__head-txt-wrap {
        margin-top: -2.225vw;
        width: 55.17241%;
    }
}

.tech-journal__head-ttl {
    font-size: 1.75rem;
}

@media screen and (min-width: 751px) {
    .tech-journal__head-ttl {
        letter-spacing: .5px;
    }
}

@media screen and (max-width: 750px) {
    .tech-journal__head-ttl {
        font-size: 5.625vw;
        line-height: 1.4;
    }
}

.tech-journal__item {
    background-color: #f2f3f4;
    counter-increment: item;
}

.tech-journal__item:nth-of-type(2n) {
    background-color: #fff;
}

.tech-journal__item-head-wrap {
    position: relative;
}

.tech-journal__item-head {
    padding: 29px 280px 29px 40px;
    cursor: pointer;
}

@media screen and (min-width: 751px) {
    .tech-journal__item-head {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
}

@media screen and (min-width: 751px) and (min-width: 751px) {
    .tech-journal__item-head:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 750px) {
    .tech-journal__item-head {
        padding: 3.90625vw 16.40625vw 16.40625vw 5.78125vw;
    }
}

@media screen and (min-width: 751px) {
    .tech-journal-main--backnumber .tech-journal__item-head {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.tech-journal__item-ttl {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .tech-journal__item-ttl {
        padding-left: 1.1em;
        text-indent: -1.1em;
        font-size: 4.375vw;
    }
}

@media screen and (min-width: 751px) {
    .tech-journal-main--backnumber .tech-journal__item-ttl {
        font-size: 0.875rem;
    }
}

.tech-journal__item:nth-of-type(n+10) .tech-journal__item-ttl {
    padding-left: 1.6em;
    text-indent: -1.6em;
}

.tech-journal__item-ttl::before {
    content: counter(item) ". ";
}

.tech-journal__dl-btn {
    position: absolute;
    top: 50%;
    right: 86px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 40px;
    width: 138px;
    border: 1px solid #bfc4c8;
    border-radius: 20px;
    background: #fff url(../img/common/icon_download.png) 7px center no-repeat;
    background-size: 26px auto;
    font-size: 0.875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 751px) {
    .tech-journal__dl-btn:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 750px) {
    .tech-journal__dl-btn {
        top: auto;
        bottom: 4.6875vw;
        left: 6.25vw;
        padding-top: 1.5625vw;
        padding-bottom: 1.5625vw;
        padding-left: 13.75vw;
        width: 44.0625vw;
        border-width: 0.3125vw;
        background-position: 1.5625vw center;
        background-size: 6.25vw auto;
        font-size: 3.4375vw;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.tech-journal__arrow {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .tech-journal__arrow {
        right: 6.25vw;
        width: 5vw;
        height: 5vw;
    }
}

.tech-journal__arrow::before, .tech-journal__arrow::after {
    position: absolute;
    display: block;
    background-color: #333;
    content: "";
}

.tech-journal__arrow::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
    .tech-journal__arrow::before {
        min-height: 2px;
        height: 0.46875vw;
    }
}

.tech-journal__arrow::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
    .tech-journal__arrow::after {
        min-width: 2px;
        width: 0.46875vw;
    }
}

.js-is-open .tech-journal__arrow::after {
    display: none;
}

.tech-journal__item-body {
    display: none;
    padding-right: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 750px) {
    .tech-journal__item-body {
        padding-right: 5.78125vw;
        padding-left: 5.78125vw;
    }
}

.tech-journal__item-body-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .tech-journal__item-body-inner {
        padding-top: 3.4375vw;
        padding-bottom: 4.375vw;
        border-width: 0.3125vw;
    }
}

.tech-journal__txt-writer {
    display: block;
    margin-bottom: 15px;
    padding-left: 3.7em;
    text-indent: -3.7em;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .tech-journal__txt-writer {
        margin-bottom: 4.375vw;
        font-size: 4.375vw;
    }
}

@media screen and (min-width: 751px) {
    .tech-journal-main--backnumber .tech-journal__txt-writer {
        margin-bottom: 10px;
        font-size: 0.875rem;
    }
}

.tech-journal__txt-writer::before {
    content: "著者 : ";
}

.lang_en .tech-journal__txt-writer::before {
    content: "Author : ";
}

.tech-journal__txt {
    word-break: break-word;
    font-size: 0.875rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .tech-journal__txt {
        font-size: 4.375vw;
    }
}

/*  .rd-ulvac-page
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .rd-ulvac-page .mod-title-h2 {
        line-height: 1.3;
    }
}

@media screen and (max-width: 750px) {
    .rd-ulvac-page .mod-text {
        line-height: 1.8;
    }
}

@media screen and (min-width: 751px) {
    .rd-ulvac-page .image-content__list-item {
        width: 46.2963%;
    }
}

@media screen and (max-width: 750px) {
    .rd-ulvac-page .image-content__list-item {
        margin-bottom: 4.6875vw;
    }
    .rd-ulvac-page .image-content__list-item:last-of-type {
        margin-bottom: 0;
    }
}

/*  rd-audit01
--------------------------------------------- */
.rd-audit01 {
    margin-bottom: 95px;
}

@media screen and (max-width: 750px) {
    .rd-audit01 {
        margin-bottom: 10.15625vw;
    }
}

.rd-audit01__ttl {
    margin-bottom: 23px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .rd-audit01__ttl {
        margin-bottom: 4.6875vw;
        font-size: 6.875vw;
    }
}

.rd-audit01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: justify;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px) {
    .rd-audit01__list {
        display: block;
    }
}

.rd-audit01__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 30px;
    width: 31.94444%;
    background-color: #f0f0f0;
}

@media screen and (max-width: 750px) {
    .rd-audit01__item {
        margin-bottom: 3.125vw;
        padding: 4.6875vw;
        min-height: 58.59375vw;
        width: 100%;
    }
    .rd-audit01__item:last-of-type {
        margin-bottom: 0;
    }
}

.rd-audit01__item-txt-small {
    display: block;
    margin-bottom: 2px;
    letter-spacing: .5px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .rd-audit01__item-txt-small {
        margin-bottom: 0;
        letter-spacing: .2vw;
        font-size: 4.375vw;
    }
}

.rd-audit01__item-txt-large {
    display: block;
    margin-bottom: 15px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .rd-audit01__item-txt-large {
        margin-bottom: 3.90625vw;
        font-size: 6.875vw;
    }
}

.rd-audit01__item-txt {
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .rd-audit01__item-txt {
        font-size: 4.375vw;
    }
}

/*  rd-audit02
--------------------------------------------- */
.rd-audit02 {
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .rd-audit02 {
        margin-bottom: 9.375vw;
    }
}

.rd-audit02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .rd-audit02__list {
        display: block;
    }
}

.rd-audit02__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-right: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .rd-audit02__item {
        padding-top: 7.03125vw;
        padding-bottom: 9.375vw;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #bfc4c8;
    }
    .rd-audit02__item:first-of-type {
        padding-top: 0;
    }
    .rd-audit02__item:last-of-type {
        padding-bottom: 0;
    }
}

.rd-audit02__item:last-of-type {
    padding-left: 40px;
    border: none;
}

@media screen and (max-width: 750px) {
    .rd-audit02__item:last-of-type {
        padding-left: 0;
    }
}

.rd-audit02__item-ttl {
    margin-top: -.5em;
    margin-bottom: 6px;
    font-size: 1.25rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .rd-audit02__item-ttl {
        margin-top: 0;
        margin-bottom: 2.34375vw;
        font-size: 5.625vw;
        line-height: 1.5;
    }
}

.rd-audit02__item-txt {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    .rd-audit02__item-txt {
        margin-bottom: 7.03125vw;
        font-size: 4.375vw;
    }
}

.rd-audit02 .mod-button {
    margin-bottom: 0;
}

/* ---------------------------------------------
*
*   サイトマップ
*
--------------------------------------------- */
/*  sitemap
--------------------------------------------- */
.sitemap {
    margin-bottom: 140px;
}

@media screen and (min-width: 751px) {
    .sitemap {
        padding-top: 15px;
    }
}

@media screen and (max-width: 750px) {
    .sitemap {
        margin-bottom: 12.5vw;
    }
}

.sitemap__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    padding-top: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid #bfc4c8;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .sitemap__item {
        display: block;
        padding-top: 9.375vw;
        padding-bottom: 0;
    }
}

.sitemap__item:first-of-type {
    border-top: 1px solid #bfc4c8;
}

@media screen and (min-width: 751px) {
    .sitemap__item--no-subitem {
        padding-bottom: 40px;
    }
}

.sitemap__item-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: calc(210px - 22px);
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .sitemap__item-head {
        padding-left: 0;
        width: 100%;
    }
}

.sitemap__item-ttl-link {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.3;
}

@media screen and (min-width: 751px) {
    .sitemap__item-ttl-link {
        position: relative;
        top: -3px;
    }
}

@media screen and (max-width: 750px) {
    .sitemap__item-ttl-link {
        margin-bottom: 7.5vw;
        font-size: 5.625vw;
    }
    .sitemap__item--no-subitem .sitemap__item-ttl-link {
        margin-bottom: 9.375vw;
    }
}

.sitemap__item-body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    width: calc(100% - 210px + 22px);
}

@media screen and (max-width: 750px) {
    .sitemap__item-body {
        padding-right: 0;
        width: 100%;
    }
}

.sitemap__sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sitemap__sub-item {
    margin-bottom: 14px;
    padding-right: 22px;
    padding-left: 22px;
    border-right: 1px solid #e3e5e6;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    .sitemap__sub-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 7.5vw;
        padding-right: 3.125vw;
        padding-left: 0;
        width: 50%;
        border: none;
        line-height: 1.5;
    }
    .sitemap__sub-item:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 3.125vw;
    }
}

@media screen and (min-width: 751px) {
    .sitemap__sub-item--no-bdr {
        border-right: none;
    }
}

.sitemap__sub-item:last-of-type {
    border: none;
}

.sitemap__sub-item-link {
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .sitemap__sub-item-link {
        letter-spacing: -.2vw;
        font-size: 4.375vw;
    }
}

/* ---------------------------------------------
*
*   サポート
*
--------------------------------------------- */
/* ---------------------------------------------
*   cs-cassette
--------------------------------------------- */
.cs-cassette {
    padding-top: 55px;
    padding-bottom: 65px;
    border-bottom: 1px solid #bfc4c8;
}

@media screen and (max-width: 750px) {
    .cs-cassette {
        padding-top: 7.8125vw;
        padding-bottom: 7.8125vw;
    }
    .cs-cassette:last-of-type {
        border-bottom: none;
    }
}

@media screen and (max-width: 750px) {
    .cs-cassette--wide .mod-button .mod-button__link {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .cs-cassette__container {
        margin-right: auto;
        margin-left: auto;
        width: 1080px;
    }
}

.cs-cassette__ttl {
    margin-bottom: 15px;
    font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
    .cs-cassette__ttl {
        margin-bottom: 3.90625vw;
        font-size: 6.875vw;
    }
}

.cs-cassette__ttl--small {
    font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
    .cs-cassette__ttl--small {
        font-size: 5.625vw;
    }
}

.cs-cassette__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .cs-cassette__body {
        display: block;
    }
}

.cs-cassette__left {
    width: 67.59259%;
}

@media screen and (max-width: 750px) {
    .cs-cassette__left {
        width: 100%;
    }
}

.cs-cassette--wide .cs-cassette__left {
    width: 100%;
}

.cs-cassette__right {
    width: 32.40741%;
}

@media screen and (max-width: 750px) {
    .cs-cassette__right {
        width: 100%;
    }
}

.cs-cassette--wide .cs-cassette__right {
    width: 100%;
}

.cs-cassette__txt {
    font-size: 1rem;
    line-height: 2;
}

@media screen and (max-width: 750px) {
    .cs-cassette__txt {
        letter-spacing: -.1vw;
        font-size: 4.375vw;
        line-height: 1.6;
    }
}

.cs-cassette .mod-button {
    -ms-flex-pack: end;
    margin-bottom: 0;

    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 750px) {
    .cs-cassette .mod-button {
        -ms-flex-pack: center;
        margin-top: 7.8125vw;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.cs-cassette .mod-button--center {
    -ms-flex-pack: center !important;

    -webkit-box-pack: center !important;
    justify-content: center !important;
}

@media screen and (max-width: 750px) {
    .cs-cassette .mod-button__link {
        min-height: 14.0625vw;
        width: 43.75vw;
        font-size: 3.4375vw;
    }
}

@media screen and (max-width: 750px) {
    .cs-cassette .mod-button__link::after {
        width: 2.03125vw;
        height: 3.4375vw;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--1 {
        margin-top: 0.15625vw !important;
    }
    .mgt-sp--2 {
        margin-top: 0.3125vw !important;
    }
    .mgt-sp--3 {
        margin-top: 0.46875vw !important;
    }
    .mgt-sp--4 {
        margin-top: 0.625vw !important;
    }
    .mgt-sp--5 {
        margin-top: 0.78125vw !important;
    }
    .mgt-sp--6 {
        margin-top: 0.9375vw !important;
    }
    .mgt-sp--7 {
        margin-top: 1.09375vw !important;
    }
    .mgt-sp--8 {
        margin-top: 1.25vw !important;
    }
    .mgt-sp--9 {
        margin-top: 1.40625vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.5625vw !important;
    }
    .mgt-sp--11 {
        margin-top: 1.71875vw !important;
    }
    .mgt-sp--12 {
        margin-top: 1.875vw !important;
    }
    .mgt-sp--13 {
        margin-top: 2.03125vw !important;
    }
    .mgt-sp--14 {
        margin-top: 2.1875vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2.34375vw !important;
    }
    .mgt-sp--16 {
        margin-top: 2.5vw !important;
    }
    .mgt-sp--17 {
        margin-top: 2.65625vw !important;
    }
    .mgt-sp--18 {
        margin-top: 2.8125vw !important;
    }
    .mgt-sp--19 {
        margin-top: 2.96875vw !important;
    }
    .mgt-sp--20 {
        margin-top: 3.125vw !important;
    }
    .mgt-sp--21 {
        margin-top: 3.28125vw !important;
    }
    .mgt-sp--22 {
        margin-top: 3.4375vw !important;
    }
    .mgt-sp--23 {
        margin-top: 3.59375vw !important;
    }
    .mgt-sp--24 {
        margin-top: 3.75vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.90625vw !important;
    }
    .mgt-sp--26 {
        margin-top: 4.0625vw !important;
    }
    .mgt-sp--27 {
        margin-top: 4.21875vw !important;
    }
    .mgt-sp--28 {
        margin-top: 4.375vw !important;
    }
    .mgt-sp--29 {
        margin-top: 4.53125vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4.6875vw !important;
    }
    .mgt-sp--31 {
        margin-top: 4.84375vw !important;
    }
    .mgt-sp--32 {
        margin-top: 5vw !important;
    }
    .mgt-sp--33 {
        margin-top: 5.15625vw !important;
    }
    .mgt-sp--34 {
        margin-top: 5.3125vw !important;
    }
    .mgt-sp--35 {
        margin-top: 5.46875vw !important;
    }
    .mgt-sp--36 {
        margin-top: 5.625vw !important;
    }
    .mgt-sp--37 {
        margin-top: 5.78125vw !important;
    }
    .mgt-sp--38 {
        margin-top: 5.9375vw !important;
    }
    .mgt-sp--39 {
        margin-top: 6.09375vw !important;
    }
    .mgt-sp--40 {
        margin-top: 6.25vw !important;
    }
    .mgt-sp--41 {
        margin-top: 6.40625vw !important;
    }
    .mgt-sp--42 {
        margin-top: 6.5625vw !important;
    }
    .mgt-sp--43 {
        margin-top: 6.71875vw !important;
    }
    .mgt-sp--44 {
        margin-top: 6.875vw !important;
    }
    .mgt-sp--45 {
        margin-top: 7.03125vw !important;
    }
    .mgt-sp--46 {
        margin-top: 7.1875vw !important;
    }
    .mgt-sp--47 {
        margin-top: 7.34375vw !important;
    }
    .mgt-sp--48 {
        margin-top: 7.5vw !important;
    }
    .mgt-sp--49 {
        margin-top: 7.65625vw !important;
    }
    .mgt-sp--50 {
        margin-top: 7.8125vw !important;
    }
    .mgt-sp--51 {
        margin-top: 7.96875vw !important;
    }
    .mgt-sp--52 {
        margin-top: 8.125vw !important;
    }
    .mgt-sp--53 {
        margin-top: 8.28125vw !important;
    }
    .mgt-sp--54 {
        margin-top: 8.4375vw !important;
    }
    .mgt-sp--55 {
        margin-top: 8.59375vw !important;
    }
    .mgt-sp--56 {
        margin-top: 8.75vw !important;
    }
    .mgt-sp--57 {
        margin-top: 8.90625vw !important;
    }
    .mgt-sp--58 {
        margin-top: 9.0625vw !important;
    }
    .mgt-sp--59 {
        margin-top: 9.21875vw !important;
    }
    .mgt-sp--60 {
        margin-top: 9.375vw !important;
    }
    .mgt-sp--61 {
        margin-top: 9.53125vw !important;
    }
    .mgt-sp--62 {
        margin-top: 9.6875vw !important;
    }
    .mgt-sp--63 {
        margin-top: 9.84375vw !important;
    }
    .mgt-sp--64 {
        margin-top: 10vw !important;
    }
    .mgt-sp--65 {
        margin-top: 10.15625vw !important;
    }
    .mgt-sp--66 {
        margin-top: 10.3125vw !important;
    }
    .mgt-sp--67 {
        margin-top: 10.46875vw !important;
    }
    .mgt-sp--68 {
        margin-top: 10.625vw !important;
    }
    .mgt-sp--69 {
        margin-top: 10.78125vw !important;
    }
    .mgt-sp--70 {
        margin-top: 10.9375vw !important;
    }
    .mgt-sp--71 {
        margin-top: 11.09375vw !important;
    }
    .mgt-sp--72 {
        margin-top: 11.25vw !important;
    }
    .mgt-sp--73 {
        margin-top: 11.40625vw !important;
    }
    .mgt-sp--74 {
        margin-top: 11.5625vw !important;
    }
    .mgt-sp--75 {
        margin-top: 11.71875vw !important;
    }
    .mgt-sp--76 {
        margin-top: 11.875vw !important;
    }
    .mgt-sp--77 {
        margin-top: 12.03125vw !important;
    }
    .mgt-sp--78 {
        margin-top: 12.1875vw !important;
    }
    .mgt-sp--79 {
        margin-top: 12.34375vw !important;
    }
    .mgt-sp--80 {
        margin-top: 12.5vw !important;
    }
    .mgt-sp--81 {
        margin-top: 12.65625vw !important;
    }
    .mgt-sp--82 {
        margin-top: 12.8125vw !important;
    }
    .mgt-sp--83 {
        margin-top: 12.96875vw !important;
    }
    .mgt-sp--84 {
        margin-top: 13.125vw !important;
    }
    .mgt-sp--85 {
        margin-top: 13.28125vw !important;
    }
    .mgt-sp--86 {
        margin-top: 13.4375vw !important;
    }
    .mgt-sp--87 {
        margin-top: 13.59375vw !important;
    }
    .mgt-sp--88 {
        margin-top: 13.75vw !important;
    }
    .mgt-sp--89 {
        margin-top: 13.90625vw !important;
    }
    .mgt-sp--90 {
        margin-top: 14.0625vw !important;
    }
    .mgt-sp--91 {
        margin-top: 14.21875vw !important;
    }
    .mgt-sp--92 {
        margin-top: 14.375vw !important;
    }
    .mgt-sp--93 {
        margin-top: 14.53125vw !important;
    }
    .mgt-sp--94 {
        margin-top: 14.6875vw !important;
    }
    .mgt-sp--95 {
        margin-top: 14.84375vw !important;
    }
    .mgt-sp--96 {
        margin-top: 15vw !important;
    }
    .mgt-sp--97 {
        margin-top: 15.15625vw !important;
    }
    .mgt-sp--98 {
        margin-top: 15.3125vw !important;
    }
    .mgt-sp--99 {
        margin-top: 15.46875vw !important;
    }
    .mgt-sp--100 {
        margin-top: 15.625vw !important;
    }
    .mgt-sp--101 {
        margin-top: 15.78125vw !important;
    }
    .mgt-sp--102 {
        margin-top: 15.9375vw !important;
    }
    .mgt-sp--103 {
        margin-top: 16.09375vw !important;
    }
    .mgt-sp--104 {
        margin-top: 16.25vw !important;
    }
    .mgt-sp--105 {
        margin-top: 16.40625vw !important;
    }
    .mgt-sp--106 {
        margin-top: 16.5625vw !important;
    }
    .mgt-sp--107 {
        margin-top: 16.71875vw !important;
    }
    .mgt-sp--108 {
        margin-top: 16.875vw !important;
    }
    .mgt-sp--109 {
        margin-top: 17.03125vw !important;
    }
    .mgt-sp--110 {
        margin-top: 17.1875vw !important;
    }
    .mgt-sp--111 {
        margin-top: 17.34375vw !important;
    }
    .mgt-sp--112 {
        margin-top: 17.5vw !important;
    }
    .mgt-sp--113 {
        margin-top: 17.65625vw !important;
    }
    .mgt-sp--114 {
        margin-top: 17.8125vw !important;
    }
    .mgt-sp--115 {
        margin-top: 17.96875vw !important;
    }
    .mgt-sp--116 {
        margin-top: 18.125vw !important;
    }
    .mgt-sp--117 {
        margin-top: 18.28125vw !important;
    }
    .mgt-sp--118 {
        margin-top: 18.4375vw !important;
    }
    .mgt-sp--119 {
        margin-top: 18.59375vw !important;
    }
    .mgt-sp--120 {
        margin-top: 18.75vw !important;
    }
    .mgt-sp--121 {
        margin-top: 18.90625vw !important;
    }
    .mgt-sp--122 {
        margin-top: 19.0625vw !important;
    }
    .mgt-sp--123 {
        margin-top: 19.21875vw !important;
    }
    .mgt-sp--124 {
        margin-top: 19.375vw !important;
    }
    .mgt-sp--125 {
        margin-top: 19.53125vw !important;
    }
    .mgt-sp--126 {
        margin-top: 19.6875vw !important;
    }
    .mgt-sp--127 {
        margin-top: 19.84375vw !important;
    }
    .mgt-sp--128 {
        margin-top: 20vw !important;
    }
    .mgt-sp--129 {
        margin-top: 20.15625vw !important;
    }
    .mgt-sp--130 {
        margin-top: 20.3125vw !important;
    }
    .mgt-sp--131 {
        margin-top: 20.46875vw !important;
    }
    .mgt-sp--132 {
        margin-top: 20.625vw !important;
    }
    .mgt-sp--133 {
        margin-top: 20.78125vw !important;
    }
    .mgt-sp--134 {
        margin-top: 20.9375vw !important;
    }
    .mgt-sp--135 {
        margin-top: 21.09375vw !important;
    }
    .mgt-sp--136 {
        margin-top: 21.25vw !important;
    }
    .mgt-sp--137 {
        margin-top: 21.40625vw !important;
    }
    .mgt-sp--138 {
        margin-top: 21.5625vw !important;
    }
    .mgt-sp--139 {
        margin-top: 21.71875vw !important;
    }
    .mgt-sp--140 {
        margin-top: 21.875vw !important;
    }
    .mgt-sp--141 {
        margin-top: 22.03125vw !important;
    }
    .mgt-sp--142 {
        margin-top: 22.1875vw !important;
    }
    .mgt-sp--143 {
        margin-top: 22.34375vw !important;
    }
    .mgt-sp--144 {
        margin-top: 22.5vw !important;
    }
    .mgt-sp--145 {
        margin-top: 22.65625vw !important;
    }
    .mgt-sp--146 {
        margin-top: 22.8125vw !important;
    }
    .mgt-sp--147 {
        margin-top: 22.96875vw !important;
    }
    .mgt-sp--148 {
        margin-top: 23.125vw !important;
    }
    .mgt-sp--149 {
        margin-top: 23.28125vw !important;
    }
    .mgt-sp--150 {
        margin-top: 23.4375vw !important;
    }
    .mgt-sp--151 {
        margin-top: 23.59375vw !important;
    }
    .mgt-sp--152 {
        margin-top: 23.75vw !important;
    }
    .mgt-sp--153 {
        margin-top: 23.90625vw !important;
    }
    .mgt-sp--154 {
        margin-top: 24.0625vw !important;
    }
    .mgt-sp--155 {
        margin-top: 24.21875vw !important;
    }
    .mgt-sp--156 {
        margin-top: 24.375vw !important;
    }
    .mgt-sp--157 {
        margin-top: 24.53125vw !important;
    }
    .mgt-sp--158 {
        margin-top: 24.6875vw !important;
    }
    .mgt-sp--159 {
        margin-top: 24.84375vw !important;
    }
    .mgt-sp--160 {
        margin-top: 25vw !important;
    }
    .mgt-sp--161 {
        margin-top: 25.15625vw !important;
    }
    .mgt-sp--162 {
        margin-top: 25.3125vw !important;
    }
    .mgt-sp--163 {
        margin-top: 25.46875vw !important;
    }
    .mgt-sp--164 {
        margin-top: 25.625vw !important;
    }
    .mgt-sp--165 {
        margin-top: 25.78125vw !important;
    }
    .mgt-sp--166 {
        margin-top: 25.9375vw !important;
    }
    .mgt-sp--167 {
        margin-top: 26.09375vw !important;
    }
    .mgt-sp--168 {
        margin-top: 26.25vw !important;
    }
    .mgt-sp--169 {
        margin-top: 26.40625vw !important;
    }
    .mgt-sp--170 {
        margin-top: 26.5625vw !important;
    }
    .mgt-sp--171 {
        margin-top: 26.71875vw !important;
    }
    .mgt-sp--172 {
        margin-top: 26.875vw !important;
    }
    .mgt-sp--173 {
        margin-top: 27.03125vw !important;
    }
    .mgt-sp--174 {
        margin-top: 27.1875vw !important;
    }
    .mgt-sp--175 {
        margin-top: 27.34375vw !important;
    }
    .mgt-sp--176 {
        margin-top: 27.5vw !important;
    }
    .mgt-sp--177 {
        margin-top: 27.65625vw !important;
    }
    .mgt-sp--178 {
        margin-top: 27.8125vw !important;
    }
    .mgt-sp--179 {
        margin-top: 27.96875vw !important;
    }
    .mgt-sp--180 {
        margin-top: 28.125vw !important;
    }
    .mgt-sp--181 {
        margin-top: 28.28125vw !important;
    }
    .mgt-sp--182 {
        margin-top: 28.4375vw !important;
    }
    .mgt-sp--183 {
        margin-top: 28.59375vw !important;
    }
    .mgt-sp--184 {
        margin-top: 28.75vw !important;
    }
    .mgt-sp--185 {
        margin-top: 28.90625vw !important;
    }
    .mgt-sp--186 {
        margin-top: 29.0625vw !important;
    }
    .mgt-sp--187 {
        margin-top: 29.21875vw !important;
    }
    .mgt-sp--188 {
        margin-top: 29.375vw !important;
    }
    .mgt-sp--189 {
        margin-top: 29.53125vw !important;
    }
    .mgt-sp--190 {
        margin-top: 29.6875vw !important;
    }
    .mgt-sp--191 {
        margin-top: 29.84375vw !important;
    }
    .mgt-sp--192 {
        margin-top: 30vw !important;
    }
    .mgt-sp--193 {
        margin-top: 30.15625vw !important;
    }
    .mgt-sp--194 {
        margin-top: 30.3125vw !important;
    }
    .mgt-sp--195 {
        margin-top: 30.46875vw !important;
    }
    .mgt-sp--196 {
        margin-top: 30.625vw !important;
    }
    .mgt-sp--197 {
        margin-top: 30.78125vw !important;
    }
    .mgt-sp--198 {
        margin-top: 30.9375vw !important;
    }
    .mgt-sp--199 {
        margin-top: 31.09375vw !important;
    }
    .mgt-sp--200 {
        margin-top: 31.25vw !important;
    }
    .mgt-sp--201 {
        margin-top: 31.40625vw !important;
    }
    .mgt-sp--202 {
        margin-top: 31.5625vw !important;
    }
    .mgt-sp--203 {
        margin-top: 31.71875vw !important;
    }
    .mgt-sp--204 {
        margin-top: 31.875vw !important;
    }
    .mgt-sp--205 {
        margin-top: 32.03125vw !important;
    }
    .mgt-sp--206 {
        margin-top: 32.1875vw !important;
    }
    .mgt-sp--207 {
        margin-top: 32.34375vw !important;
    }
    .mgt-sp--208 {
        margin-top: 32.5vw !important;
    }
    .mgt-sp--209 {
        margin-top: 32.65625vw !important;
    }
    .mgt-sp--210 {
        margin-top: 32.8125vw !important;
    }
    .mgt-sp--211 {
        margin-top: 32.96875vw !important;
    }
    .mgt-sp--212 {
        margin-top: 33.125vw !important;
    }
    .mgt-sp--213 {
        margin-top: 33.28125vw !important;
    }
    .mgt-sp--214 {
        margin-top: 33.4375vw !important;
    }
    .mgt-sp--215 {
        margin-top: 33.59375vw !important;
    }
    .mgt-sp--216 {
        margin-top: 33.75vw !important;
    }
    .mgt-sp--217 {
        margin-top: 33.90625vw !important;
    }
    .mgt-sp--218 {
        margin-top: 34.0625vw !important;
    }
    .mgt-sp--219 {
        margin-top: 34.21875vw !important;
    }
    .mgt-sp--220 {
        margin-top: 34.375vw !important;
    }
    .mgt-sp--221 {
        margin-top: 34.53125vw !important;
    }
    .mgt-sp--222 {
        margin-top: 34.6875vw !important;
    }
    .mgt-sp--223 {
        margin-top: 34.84375vw !important;
    }
    .mgt-sp--224 {
        margin-top: 35vw !important;
    }
    .mgt-sp--225 {
        margin-top: 35.15625vw !important;
    }
    .mgt-sp--226 {
        margin-top: 35.3125vw !important;
    }
    .mgt-sp--227 {
        margin-top: 35.46875vw !important;
    }
    .mgt-sp--228 {
        margin-top: 35.625vw !important;
    }
    .mgt-sp--229 {
        margin-top: 35.78125vw !important;
    }
    .mgt-sp--230 {
        margin-top: 35.9375vw !important;
    }
    .mgt-sp--231 {
        margin-top: 36.09375vw !important;
    }
    .mgt-sp--232 {
        margin-top: 36.25vw !important;
    }
    .mgt-sp--233 {
        margin-top: 36.40625vw !important;
    }
    .mgt-sp--234 {
        margin-top: 36.5625vw !important;
    }
    .mgt-sp--235 {
        margin-top: 36.71875vw !important;
    }
    .mgt-sp--236 {
        margin-top: 36.875vw !important;
    }
    .mgt-sp--237 {
        margin-top: 37.03125vw !important;
    }
    .mgt-sp--238 {
        margin-top: 37.1875vw !important;
    }
    .mgt-sp--239 {
        margin-top: 37.34375vw !important;
    }
    .mgt-sp--240 {
        margin-top: 37.5vw !important;
    }
    .mgt-sp--241 {
        margin-top: 37.65625vw !important;
    }
    .mgt-sp--242 {
        margin-top: 37.8125vw !important;
    }
    .mgt-sp--243 {
        margin-top: 37.96875vw !important;
    }
    .mgt-sp--244 {
        margin-top: 38.125vw !important;
    }
    .mgt-sp--245 {
        margin-top: 38.28125vw !important;
    }
    .mgt-sp--246 {
        margin-top: 38.4375vw !important;
    }
    .mgt-sp--247 {
        margin-top: 38.59375vw !important;
    }
    .mgt-sp--248 {
        margin-top: 38.75vw !important;
    }
    .mgt-sp--249 {
        margin-top: 38.90625vw !important;
    }
    .mgt-sp--250 {
        margin-top: 39.0625vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--1 {
        margin-bottom: 0.15625vw !important;
    }
    .mgb-sp--2 {
        margin-bottom: 0.3125vw !important;
    }
    .mgb-sp--3 {
        margin-bottom: 0.46875vw !important;
    }
    .mgb-sp--4 {
        margin-bottom: 0.625vw !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.78125vw !important;
    }
    .mgb-sp--6 {
        margin-bottom: 0.9375vw !important;
    }
    .mgb-sp--7 {
        margin-bottom: 1.09375vw !important;
    }
    .mgb-sp--8 {
        margin-bottom: 1.25vw !important;
    }
    .mgb-sp--9 {
        margin-bottom: 1.40625vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.5625vw !important;
    }
    .mgb-sp--11 {
        margin-bottom: 1.71875vw !important;
    }
    .mgb-sp--12 {
        margin-bottom: 1.875vw !important;
    }
    .mgb-sp--13 {
        margin-bottom: 2.03125vw !important;
    }
    .mgb-sp--14 {
        margin-bottom: 2.1875vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2.34375vw !important;
    }
    .mgb-sp--16 {
        margin-bottom: 2.5vw !important;
    }
    .mgb-sp--17 {
        margin-bottom: 2.65625vw !important;
    }
    .mgb-sp--18 {
        margin-bottom: 2.8125vw !important;
    }
    .mgb-sp--19 {
        margin-bottom: 2.96875vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 3.125vw !important;
    }
    .mgb-sp--21 {
        margin-bottom: 3.28125vw !important;
    }
    .mgb-sp--22 {
        margin-bottom: 3.4375vw !important;
    }
    .mgb-sp--23 {
        margin-bottom: 3.59375vw !important;
    }
    .mgb-sp--24 {
        margin-bottom: 3.75vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.90625vw !important;
    }
    .mgb-sp--26 {
        margin-bottom: 4.0625vw !important;
    }
    .mgb-sp--27 {
        margin-bottom: 4.21875vw !important;
    }
    .mgb-sp--28 {
        margin-bottom: 4.375vw !important;
    }
    .mgb-sp--29 {
        margin-bottom: 4.53125vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4.6875vw !important;
    }
    .mgb-sp--31 {
        margin-bottom: 4.84375vw !important;
    }
    .mgb-sp--32 {
        margin-bottom: 5vw !important;
    }
    .mgb-sp--33 {
        margin-bottom: 5.15625vw !important;
    }
    .mgb-sp--34 {
        margin-bottom: 5.3125vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 5.46875vw !important;
    }
    .mgb-sp--36 {
        margin-bottom: 5.625vw !important;
    }
    .mgb-sp--37 {
        margin-bottom: 5.78125vw !important;
    }
    .mgb-sp--38 {
        margin-bottom: 5.9375vw !important;
    }
    .mgb-sp--39 {
        margin-bottom: 6.09375vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 6.25vw !important;
    }
    .mgb-sp--41 {
        margin-bottom: 6.40625vw !important;
    }
    .mgb-sp--42 {
        margin-bottom: 6.5625vw !important;
    }
    .mgb-sp--43 {
        margin-bottom: 6.71875vw !important;
    }
    .mgb-sp--44 {
        margin-bottom: 6.875vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 7.03125vw !important;
    }
    .mgb-sp--46 {
        margin-bottom: 7.1875vw !important;
    }
    .mgb-sp--47 {
        margin-bottom: 7.34375vw !important;
    }
    .mgb-sp--48 {
        margin-bottom: 7.5vw !important;
    }
    .mgb-sp--49 {
        margin-bottom: 7.65625vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 7.8125vw !important;
    }
    .mgb-sp--51 {
        margin-bottom: 7.96875vw !important;
    }
    .mgb-sp--52 {
        margin-bottom: 8.125vw !important;
    }
    .mgb-sp--53 {
        margin-bottom: 8.28125vw !important;
    }
    .mgb-sp--54 {
        margin-bottom: 8.4375vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 8.59375vw !important;
    }
    .mgb-sp--56 {
        margin-bottom: 8.75vw !important;
    }
    .mgb-sp--57 {
        margin-bottom: 8.90625vw !important;
    }
    .mgb-sp--58 {
        margin-bottom: 9.0625vw !important;
    }
    .mgb-sp--59 {
        margin-bottom: 9.21875vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 9.375vw !important;
    }
    .mgb-sp--61 {
        margin-bottom: 9.53125vw !important;
    }
    .mgb-sp--62 {
        margin-bottom: 9.6875vw !important;
    }
    .mgb-sp--63 {
        margin-bottom: 9.84375vw !important;
    }
    .mgb-sp--64 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 10.15625vw !important;
    }
    .mgb-sp--66 {
        margin-bottom: 10.3125vw !important;
    }
    .mgb-sp--67 {
        margin-bottom: 10.46875vw !important;
    }
    .mgb-sp--68 {
        margin-bottom: 10.625vw !important;
    }
    .mgb-sp--69 {
        margin-bottom: 10.78125vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 10.9375vw !important;
    }
    .mgb-sp--71 {
        margin-bottom: 11.09375vw !important;
    }
    .mgb-sp--72 {
        margin-bottom: 11.25vw !important;
    }
    .mgb-sp--73 {
        margin-bottom: 11.40625vw !important;
    }
    .mgb-sp--74 {
        margin-bottom: 11.5625vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 11.71875vw !important;
    }
    .mgb-sp--76 {
        margin-bottom: 11.875vw !important;
    }
    .mgb-sp--77 {
        margin-bottom: 12.03125vw !important;
    }
    .mgb-sp--78 {
        margin-bottom: 12.1875vw !important;
    }
    .mgb-sp--79 {
        margin-bottom: 12.34375vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 12.5vw !important;
    }
    .mgb-sp--81 {
        margin-bottom: 12.65625vw !important;
    }
    .mgb-sp--82 {
        margin-bottom: 12.8125vw !important;
    }
    .mgb-sp--83 {
        margin-bottom: 12.96875vw !important;
    }
    .mgb-sp--84 {
        margin-bottom: 13.125vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 13.28125vw !important;
    }
    .mgb-sp--86 {
        margin-bottom: 13.4375vw !important;
    }
    .mgb-sp--87 {
        margin-bottom: 13.59375vw !important;
    }
    .mgb-sp--88 {
        margin-bottom: 13.75vw !important;
    }
    .mgb-sp--89 {
        margin-bottom: 13.90625vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 14.0625vw !important;
    }
    .mgb-sp--91 {
        margin-bottom: 14.21875vw !important;
    }
    .mgb-sp--92 {
        margin-bottom: 14.375vw !important;
    }
    .mgb-sp--93 {
        margin-bottom: 14.53125vw !important;
    }
    .mgb-sp--94 {
        margin-bottom: 14.6875vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 14.84375vw !important;
    }
    .mgb-sp--96 {
        margin-bottom: 15vw !important;
    }
    .mgb-sp--97 {
        margin-bottom: 15.15625vw !important;
    }
    .mgb-sp--98 {
        margin-bottom: 15.3125vw !important;
    }
    .mgb-sp--99 {
        margin-bottom: 15.46875vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 15.625vw !important;
    }
    .mgb-sp--101 {
        margin-bottom: 15.78125vw !important;
    }
    .mgb-sp--102 {
        margin-bottom: 15.9375vw !important;
    }
    .mgb-sp--103 {
        margin-bottom: 16.09375vw !important;
    }
    .mgb-sp--104 {
        margin-bottom: 16.25vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 16.40625vw !important;
    }
    .mgb-sp--106 {
        margin-bottom: 16.5625vw !important;
    }
    .mgb-sp--107 {
        margin-bottom: 16.71875vw !important;
    }
    .mgb-sp--108 {
        margin-bottom: 16.875vw !important;
    }
    .mgb-sp--109 {
        margin-bottom: 17.03125vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 17.1875vw !important;
    }
    .mgb-sp--111 {
        margin-bottom: 17.34375vw !important;
    }
    .mgb-sp--112 {
        margin-bottom: 17.5vw !important;
    }
    .mgb-sp--113 {
        margin-bottom: 17.65625vw !important;
    }
    .mgb-sp--114 {
        margin-bottom: 17.8125vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 17.96875vw !important;
    }
    .mgb-sp--116 {
        margin-bottom: 18.125vw !important;
    }
    .mgb-sp--117 {
        margin-bottom: 18.28125vw !important;
    }
    .mgb-sp--118 {
        margin-bottom: 18.4375vw !important;
    }
    .mgb-sp--119 {
        margin-bottom: 18.59375vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 18.75vw !important;
    }
    .mgb-sp--121 {
        margin-bottom: 18.90625vw !important;
    }
    .mgb-sp--122 {
        margin-bottom: 19.0625vw !important;
    }
    .mgb-sp--123 {
        margin-bottom: 19.21875vw !important;
    }
    .mgb-sp--124 {
        margin-bottom: 19.375vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 19.53125vw !important;
    }
    .mgb-sp--126 {
        margin-bottom: 19.6875vw !important;
    }
    .mgb-sp--127 {
        margin-bottom: 19.84375vw !important;
    }
    .mgb-sp--128 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--129 {
        margin-bottom: 20.15625vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 20.3125vw !important;
    }
    .mgb-sp--131 {
        margin-bottom: 20.46875vw !important;
    }
    .mgb-sp--132 {
        margin-bottom: 20.625vw !important;
    }
    .mgb-sp--133 {
        margin-bottom: 20.78125vw !important;
    }
    .mgb-sp--134 {
        margin-bottom: 20.9375vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 21.09375vw !important;
    }
    .mgb-sp--136 {
        margin-bottom: 21.25vw !important;
    }
    .mgb-sp--137 {
        margin-bottom: 21.40625vw !important;
    }
    .mgb-sp--138 {
        margin-bottom: 21.5625vw !important;
    }
    .mgb-sp--139 {
        margin-bottom: 21.71875vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 21.875vw !important;
    }
    .mgb-sp--141 {
        margin-bottom: 22.03125vw !important;
    }
    .mgb-sp--142 {
        margin-bottom: 22.1875vw !important;
    }
    .mgb-sp--143 {
        margin-bottom: 22.34375vw !important;
    }
    .mgb-sp--144 {
        margin-bottom: 22.5vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 22.65625vw !important;
    }
    .mgb-sp--146 {
        margin-bottom: 22.8125vw !important;
    }
    .mgb-sp--147 {
        margin-bottom: 22.96875vw !important;
    }
    .mgb-sp--148 {
        margin-bottom: 23.125vw !important;
    }
    .mgb-sp--149 {
        margin-bottom: 23.28125vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 23.4375vw !important;
    }
    .mgb-sp--151 {
        margin-bottom: 23.59375vw !important;
    }
    .mgb-sp--152 {
        margin-bottom: 23.75vw !important;
    }
    .mgb-sp--153 {
        margin-bottom: 23.90625vw !important;
    }
    .mgb-sp--154 {
        margin-bottom: 24.0625vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 24.21875vw !important;
    }
    .mgb-sp--156 {
        margin-bottom: 24.375vw !important;
    }
    .mgb-sp--157 {
        margin-bottom: 24.53125vw !important;
    }
    .mgb-sp--158 {
        margin-bottom: 24.6875vw !important;
    }
    .mgb-sp--159 {
        margin-bottom: 24.84375vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 25vw !important;
    }
    .mgb-sp--161 {
        margin-bottom: 25.15625vw !important;
    }
    .mgb-sp--162 {
        margin-bottom: 25.3125vw !important;
    }
    .mgb-sp--163 {
        margin-bottom: 25.46875vw !important;
    }
    .mgb-sp--164 {
        margin-bottom: 25.625vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 25.78125vw !important;
    }
    .mgb-sp--166 {
        margin-bottom: 25.9375vw !important;
    }
    .mgb-sp--167 {
        margin-bottom: 26.09375vw !important;
    }
    .mgb-sp--168 {
        margin-bottom: 26.25vw !important;
    }
    .mgb-sp--169 {
        margin-bottom: 26.40625vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 26.5625vw !important;
    }
    .mgb-sp--171 {
        margin-bottom: 26.71875vw !important;
    }
    .mgb-sp--172 {
        margin-bottom: 26.875vw !important;
    }
    .mgb-sp--173 {
        margin-bottom: 27.03125vw !important;
    }
    .mgb-sp--174 {
        margin-bottom: 27.1875vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 27.34375vw !important;
    }
    .mgb-sp--176 {
        margin-bottom: 27.5vw !important;
    }
    .mgb-sp--177 {
        margin-bottom: 27.65625vw !important;
    }
    .mgb-sp--178 {
        margin-bottom: 27.8125vw !important;
    }
    .mgb-sp--179 {
        margin-bottom: 27.96875vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 28.125vw !important;
    }
    .mgb-sp--181 {
        margin-bottom: 28.28125vw !important;
    }
    .mgb-sp--182 {
        margin-bottom: 28.4375vw !important;
    }
    .mgb-sp--183 {
        margin-bottom: 28.59375vw !important;
    }
    .mgb-sp--184 {
        margin-bottom: 28.75vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 28.90625vw !important;
    }
    .mgb-sp--186 {
        margin-bottom: 29.0625vw !important;
    }
    .mgb-sp--187 {
        margin-bottom: 29.21875vw !important;
    }
    .mgb-sp--188 {
        margin-bottom: 29.375vw !important;
    }
    .mgb-sp--189 {
        margin-bottom: 29.53125vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 29.6875vw !important;
    }
    .mgb-sp--191 {
        margin-bottom: 29.84375vw !important;
    }
    .mgb-sp--192 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--193 {
        margin-bottom: 30.15625vw !important;
    }
    .mgb-sp--194 {
        margin-bottom: 30.3125vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 30.46875vw !important;
    }
    .mgb-sp--196 {
        margin-bottom: 30.625vw !important;
    }
    .mgb-sp--197 {
        margin-bottom: 30.78125vw !important;
    }
    .mgb-sp--198 {
        margin-bottom: 30.9375vw !important;
    }
    .mgb-sp--199 {
        margin-bottom: 31.09375vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 31.25vw !important;
    }
    .mgb-sp--201 {
        margin-bottom: 31.40625vw !important;
    }
    .mgb-sp--202 {
        margin-bottom: 31.5625vw !important;
    }
    .mgb-sp--203 {
        margin-bottom: 31.71875vw !important;
    }
    .mgb-sp--204 {
        margin-bottom: 31.875vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 32.03125vw !important;
    }
    .mgb-sp--206 {
        margin-bottom: 32.1875vw !important;
    }
    .mgb-sp--207 {
        margin-bottom: 32.34375vw !important;
    }
    .mgb-sp--208 {
        margin-bottom: 32.5vw !important;
    }
    .mgb-sp--209 {
        margin-bottom: 32.65625vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 32.8125vw !important;
    }
    .mgb-sp--211 {
        margin-bottom: 32.96875vw !important;
    }
    .mgb-sp--212 {
        margin-bottom: 33.125vw !important;
    }
    .mgb-sp--213 {
        margin-bottom: 33.28125vw !important;
    }
    .mgb-sp--214 {
        margin-bottom: 33.4375vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 33.59375vw !important;
    }
    .mgb-sp--216 {
        margin-bottom: 33.75vw !important;
    }
    .mgb-sp--217 {
        margin-bottom: 33.90625vw !important;
    }
    .mgb-sp--218 {
        margin-bottom: 34.0625vw !important;
    }
    .mgb-sp--219 {
        margin-bottom: 34.21875vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 34.375vw !important;
    }
    .mgb-sp--221 {
        margin-bottom: 34.53125vw !important;
    }
    .mgb-sp--222 {
        margin-bottom: 34.6875vw !important;
    }
    .mgb-sp--223 {
        margin-bottom: 34.84375vw !important;
    }
    .mgb-sp--224 {
        margin-bottom: 35vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 35.15625vw !important;
    }
    .mgb-sp--226 {
        margin-bottom: 35.3125vw !important;
    }
    .mgb-sp--227 {
        margin-bottom: 35.46875vw !important;
    }
    .mgb-sp--228 {
        margin-bottom: 35.625vw !important;
    }
    .mgb-sp--229 {
        margin-bottom: 35.78125vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 35.9375vw !important;
    }
    .mgb-sp--231 {
        margin-bottom: 36.09375vw !important;
    }
    .mgb-sp--232 {
        margin-bottom: 36.25vw !important;
    }
    .mgb-sp--233 {
        margin-bottom: 36.40625vw !important;
    }
    .mgb-sp--234 {
        margin-bottom: 36.5625vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 36.71875vw !important;
    }
    .mgb-sp--236 {
        margin-bottom: 36.875vw !important;
    }
    .mgb-sp--237 {
        margin-bottom: 37.03125vw !important;
    }
    .mgb-sp--238 {
        margin-bottom: 37.1875vw !important;
    }
    .mgb-sp--239 {
        margin-bottom: 37.34375vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 37.5vw !important;
    }
    .mgb-sp--241 {
        margin-bottom: 37.65625vw !important;
    }
    .mgb-sp--242 {
        margin-bottom: 37.8125vw !important;
    }
    .mgb-sp--243 {
        margin-bottom: 37.96875vw !important;
    }
    .mgb-sp--244 {
        margin-bottom: 38.125vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 38.28125vw !important;
    }
    .mgb-sp--246 {
        margin-bottom: 38.4375vw !important;
    }
    .mgb-sp--247 {
        margin-bottom: 38.59375vw !important;
    }
    .mgb-sp--248 {
        margin-bottom: 38.75vw !important;
    }
    .mgb-sp--249 {
        margin-bottom: 38.90625vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 39.0625vw !important;
    }
}

/* ---------------------------------------------
*   margin-top (PC)
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .mgt-pc-only--0 {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--1 {
        margin-top: 1px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--2 {
        margin-top: 2px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--3 {
        margin-top: 3px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--4 {
        margin-top: 4px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--5 {
        margin-top: 5px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--6 {
        margin-top: 6px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--7 {
        margin-top: 7px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--8 {
        margin-top: 8px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--9 {
        margin-top: 9px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--10 {
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--11 {
        margin-top: 11px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--12 {
        margin-top: 12px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--13 {
        margin-top: 13px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--14 {
        margin-top: 14px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--15 {
        margin-top: 15px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--16 {
        margin-top: 16px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--17 {
        margin-top: 17px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--18 {
        margin-top: 18px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--19 {
        margin-top: 19px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--20 {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--21 {
        margin-top: 21px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--22 {
        margin-top: 22px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--23 {
        margin-top: 23px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--24 {
        margin-top: 24px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--25 {
        margin-top: 25px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--26 {
        margin-top: 26px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--27 {
        margin-top: 27px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--28 {
        margin-top: 28px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--29 {
        margin-top: 29px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--30 {
        margin-top: 30px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--31 {
        margin-top: 31px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--32 {
        margin-top: 32px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--33 {
        margin-top: 33px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--34 {
        margin-top: 34px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--35 {
        margin-top: 35px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--36 {
        margin-top: 36px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--37 {
        margin-top: 37px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--38 {
        margin-top: 38px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--39 {
        margin-top: 39px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--40 {
        margin-top: 40px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--41 {
        margin-top: 41px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--42 {
        margin-top: 42px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--43 {
        margin-top: 43px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--44 {
        margin-top: 44px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--45 {
        margin-top: 45px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--46 {
        margin-top: 46px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--47 {
        margin-top: 47px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--48 {
        margin-top: 48px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--49 {
        margin-top: 49px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--50 {
        margin-top: 50px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--51 {
        margin-top: 51px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--52 {
        margin-top: 52px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--53 {
        margin-top: 53px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--54 {
        margin-top: 54px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--55 {
        margin-top: 55px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--56 {
        margin-top: 56px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--57 {
        margin-top: 57px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--58 {
        margin-top: 58px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--59 {
        margin-top: 59px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--60 {
        margin-top: 60px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--61 {
        margin-top: 61px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--62 {
        margin-top: 62px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--63 {
        margin-top: 63px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--64 {
        margin-top: 64px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--65 {
        margin-top: 65px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--66 {
        margin-top: 66px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--67 {
        margin-top: 67px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--68 {
        margin-top: 68px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--69 {
        margin-top: 69px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--70 {
        margin-top: 70px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--71 {
        margin-top: 71px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--72 {
        margin-top: 72px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--73 {
        margin-top: 73px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--74 {
        margin-top: 74px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--75 {
        margin-top: 75px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--76 {
        margin-top: 76px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--77 {
        margin-top: 77px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--78 {
        margin-top: 78px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--79 {
        margin-top: 79px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--80 {
        margin-top: 80px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--81 {
        margin-top: 81px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--82 {
        margin-top: 82px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--83 {
        margin-top: 83px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--84 {
        margin-top: 84px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--85 {
        margin-top: 85px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--86 {
        margin-top: 86px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--87 {
        margin-top: 87px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--88 {
        margin-top: 88px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--89 {
        margin-top: 89px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--90 {
        margin-top: 90px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--91 {
        margin-top: 91px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--92 {
        margin-top: 92px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--93 {
        margin-top: 93px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--94 {
        margin-top: 94px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--95 {
        margin-top: 95px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--96 {
        margin-top: 96px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--97 {
        margin-top: 97px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--98 {
        margin-top: 98px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--99 {
        margin-top: 99px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--100 {
        margin-top: 100px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--101 {
        margin-top: 101px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--102 {
        margin-top: 102px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--103 {
        margin-top: 103px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--104 {
        margin-top: 104px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--105 {
        margin-top: 105px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--106 {
        margin-top: 106px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--107 {
        margin-top: 107px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--108 {
        margin-top: 108px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--109 {
        margin-top: 109px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--110 {
        margin-top: 110px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--111 {
        margin-top: 111px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--112 {
        margin-top: 112px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--113 {
        margin-top: 113px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--114 {
        margin-top: 114px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--115 {
        margin-top: 115px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--116 {
        margin-top: 116px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--117 {
        margin-top: 117px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--118 {
        margin-top: 118px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--119 {
        margin-top: 119px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--120 {
        margin-top: 120px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--121 {
        margin-top: 121px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--122 {
        margin-top: 122px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--123 {
        margin-top: 123px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--124 {
        margin-top: 124px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--125 {
        margin-top: 125px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--126 {
        margin-top: 126px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--127 {
        margin-top: 127px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--128 {
        margin-top: 128px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--129 {
        margin-top: 129px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--130 {
        margin-top: 130px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--131 {
        margin-top: 131px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--132 {
        margin-top: 132px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--133 {
        margin-top: 133px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--134 {
        margin-top: 134px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--135 {
        margin-top: 135px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--136 {
        margin-top: 136px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--137 {
        margin-top: 137px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--138 {
        margin-top: 138px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--139 {
        margin-top: 139px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--140 {
        margin-top: 140px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--141 {
        margin-top: 141px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--142 {
        margin-top: 142px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--143 {
        margin-top: 143px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--144 {
        margin-top: 144px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--145 {
        margin-top: 145px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--146 {
        margin-top: 146px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--147 {
        margin-top: 147px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--148 {
        margin-top: 148px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--149 {
        margin-top: 149px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--150 {
        margin-top: 150px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--151 {
        margin-top: 151px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--152 {
        margin-top: 152px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--153 {
        margin-top: 153px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--154 {
        margin-top: 154px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--155 {
        margin-top: 155px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--156 {
        margin-top: 156px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--157 {
        margin-top: 157px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--158 {
        margin-top: 158px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--159 {
        margin-top: 159px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--160 {
        margin-top: 160px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--161 {
        margin-top: 161px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--162 {
        margin-top: 162px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--163 {
        margin-top: 163px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--164 {
        margin-top: 164px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--165 {
        margin-top: 165px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--166 {
        margin-top: 166px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--167 {
        margin-top: 167px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--168 {
        margin-top: 168px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--169 {
        margin-top: 169px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--170 {
        margin-top: 170px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--171 {
        margin-top: 171px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--172 {
        margin-top: 172px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--173 {
        margin-top: 173px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--174 {
        margin-top: 174px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--175 {
        margin-top: 175px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--176 {
        margin-top: 176px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--177 {
        margin-top: 177px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--178 {
        margin-top: 178px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--179 {
        margin-top: 179px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--180 {
        margin-top: 180px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--181 {
        margin-top: 181px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--182 {
        margin-top: 182px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--183 {
        margin-top: 183px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--184 {
        margin-top: 184px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--185 {
        margin-top: 185px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--186 {
        margin-top: 186px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--187 {
        margin-top: 187px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--188 {
        margin-top: 188px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--189 {
        margin-top: 189px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--190 {
        margin-top: 190px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--191 {
        margin-top: 191px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--192 {
        margin-top: 192px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--193 {
        margin-top: 193px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--194 {
        margin-top: 194px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--195 {
        margin-top: 195px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--196 {
        margin-top: 196px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--197 {
        margin-top: 197px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--198 {
        margin-top: 198px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--199 {
        margin-top: 199px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--200 {
        margin-top: 200px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--201 {
        margin-top: 201px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--202 {
        margin-top: 202px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--203 {
        margin-top: 203px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--204 {
        margin-top: 204px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--205 {
        margin-top: 205px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--206 {
        margin-top: 206px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--207 {
        margin-top: 207px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--208 {
        margin-top: 208px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--209 {
        margin-top: 209px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--210 {
        margin-top: 210px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--211 {
        margin-top: 211px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--212 {
        margin-top: 212px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--213 {
        margin-top: 213px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--214 {
        margin-top: 214px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--215 {
        margin-top: 215px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--216 {
        margin-top: 216px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--217 {
        margin-top: 217px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--218 {
        margin-top: 218px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--219 {
        margin-top: 219px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--220 {
        margin-top: 220px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--221 {
        margin-top: 221px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--222 {
        margin-top: 222px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--223 {
        margin-top: 223px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--224 {
        margin-top: 224px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--225 {
        margin-top: 225px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--226 {
        margin-top: 226px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--227 {
        margin-top: 227px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--228 {
        margin-top: 228px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--229 {
        margin-top: 229px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--230 {
        margin-top: 230px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--231 {
        margin-top: 231px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--232 {
        margin-top: 232px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--233 {
        margin-top: 233px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--234 {
        margin-top: 234px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--235 {
        margin-top: 235px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--236 {
        margin-top: 236px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--237 {
        margin-top: 237px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--238 {
        margin-top: 238px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--239 {
        margin-top: 239px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--240 {
        margin-top: 240px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--241 {
        margin-top: 241px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--242 {
        margin-top: 242px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--243 {
        margin-top: 243px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--244 {
        margin-top: 244px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--245 {
        margin-top: 245px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--246 {
        margin-top: 246px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--247 {
        margin-top: 247px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--248 {
        margin-top: 248px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--249 {
        margin-top: 249px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgt-pc-only--250 {
        margin-top: 250px !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .mgb-pc-only--0 {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--1 {
        margin-bottom: 1px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--2 {
        margin-bottom: 2px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--3 {
        margin-bottom: 3px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--4 {
        margin-bottom: 4px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--5 {
        margin-bottom: 5px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--6 {
        margin-bottom: 6px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--7 {
        margin-bottom: 7px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--8 {
        margin-bottom: 8px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--9 {
        margin-bottom: 9px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--10 {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--11 {
        margin-bottom: 11px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--12 {
        margin-bottom: 12px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--13 {
        margin-bottom: 13px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--14 {
        margin-bottom: 14px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--15 {
        margin-bottom: 15px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--16 {
        margin-bottom: 16px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--17 {
        margin-bottom: 17px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--18 {
        margin-bottom: 18px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--19 {
        margin-bottom: 19px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--20 {
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--21 {
        margin-bottom: 21px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--22 {
        margin-bottom: 22px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--23 {
        margin-bottom: 23px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--24 {
        margin-bottom: 24px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--25 {
        margin-bottom: 25px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--26 {
        margin-bottom: 26px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--27 {
        margin-bottom: 27px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--28 {
        margin-bottom: 28px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--29 {
        margin-bottom: 29px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--30 {
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--31 {
        margin-bottom: 31px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--32 {
        margin-bottom: 32px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--33 {
        margin-bottom: 33px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--34 {
        margin-bottom: 34px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--35 {
        margin-bottom: 35px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--36 {
        margin-bottom: 36px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--37 {
        margin-bottom: 37px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--38 {
        margin-bottom: 38px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--39 {
        margin-bottom: 39px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--40 {
        margin-bottom: 40px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--41 {
        margin-bottom: 41px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--42 {
        margin-bottom: 42px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--43 {
        margin-bottom: 43px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--44 {
        margin-bottom: 44px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--45 {
        margin-bottom: 45px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--46 {
        margin-bottom: 46px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--47 {
        margin-bottom: 47px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--48 {
        margin-bottom: 48px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--49 {
        margin-bottom: 49px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--50 {
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--51 {
        margin-bottom: 51px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--52 {
        margin-bottom: 52px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--53 {
        margin-bottom: 53px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--54 {
        margin-bottom: 54px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--55 {
        margin-bottom: 55px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--56 {
        margin-bottom: 56px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--57 {
        margin-bottom: 57px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--58 {
        margin-bottom: 58px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--59 {
        margin-bottom: 59px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--60 {
        margin-bottom: 60px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--61 {
        margin-bottom: 61px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--62 {
        margin-bottom: 62px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--63 {
        margin-bottom: 63px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--64 {
        margin-bottom: 64px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--65 {
        margin-bottom: 65px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--66 {
        margin-bottom: 66px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--67 {
        margin-bottom: 67px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--68 {
        margin-bottom: 68px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--69 {
        margin-bottom: 69px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--70 {
        margin-bottom: 70px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--71 {
        margin-bottom: 71px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--72 {
        margin-bottom: 72px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--73 {
        margin-bottom: 73px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--74 {
        margin-bottom: 74px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--75 {
        margin-bottom: 75px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--76 {
        margin-bottom: 76px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--77 {
        margin-bottom: 77px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--78 {
        margin-bottom: 78px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--79 {
        margin-bottom: 79px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--80 {
        margin-bottom: 80px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--81 {
        margin-bottom: 81px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--82 {
        margin-bottom: 82px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--83 {
        margin-bottom: 83px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--84 {
        margin-bottom: 84px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--85 {
        margin-bottom: 85px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--86 {
        margin-bottom: 86px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--87 {
        margin-bottom: 87px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--88 {
        margin-bottom: 88px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--89 {
        margin-bottom: 89px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--90 {
        margin-bottom: 90px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--91 {
        margin-bottom: 91px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--92 {
        margin-bottom: 92px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--93 {
        margin-bottom: 93px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--94 {
        margin-bottom: 94px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--95 {
        margin-bottom: 95px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--96 {
        margin-bottom: 96px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--97 {
        margin-bottom: 97px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--98 {
        margin-bottom: 98px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--99 {
        margin-bottom: 99px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--100 {
        margin-bottom: 100px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--101 {
        margin-bottom: 101px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--102 {
        margin-bottom: 102px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--103 {
        margin-bottom: 103px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--104 {
        margin-bottom: 104px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--105 {
        margin-bottom: 105px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--106 {
        margin-bottom: 106px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--107 {
        margin-bottom: 107px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--108 {
        margin-bottom: 108px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--109 {
        margin-bottom: 109px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--110 {
        margin-bottom: 110px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--111 {
        margin-bottom: 111px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--112 {
        margin-bottom: 112px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--113 {
        margin-bottom: 113px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--114 {
        margin-bottom: 114px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--115 {
        margin-bottom: 115px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--116 {
        margin-bottom: 116px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--117 {
        margin-bottom: 117px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--118 {
        margin-bottom: 118px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--119 {
        margin-bottom: 119px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--120 {
        margin-bottom: 120px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--121 {
        margin-bottom: 121px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--122 {
        margin-bottom: 122px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--123 {
        margin-bottom: 123px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--124 {
        margin-bottom: 124px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--125 {
        margin-bottom: 125px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--126 {
        margin-bottom: 126px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--127 {
        margin-bottom: 127px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--128 {
        margin-bottom: 128px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--129 {
        margin-bottom: 129px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--130 {
        margin-bottom: 130px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--131 {
        margin-bottom: 131px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--132 {
        margin-bottom: 132px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--133 {
        margin-bottom: 133px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--134 {
        margin-bottom: 134px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--135 {
        margin-bottom: 135px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--136 {
        margin-bottom: 136px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--137 {
        margin-bottom: 137px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--138 {
        margin-bottom: 138px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--139 {
        margin-bottom: 139px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--140 {
        margin-bottom: 140px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--141 {
        margin-bottom: 141px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--142 {
        margin-bottom: 142px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--143 {
        margin-bottom: 143px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--144 {
        margin-bottom: 144px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--145 {
        margin-bottom: 145px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--146 {
        margin-bottom: 146px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--147 {
        margin-bottom: 147px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--148 {
        margin-bottom: 148px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--149 {
        margin-bottom: 149px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--150 {
        margin-bottom: 150px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--151 {
        margin-bottom: 151px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--152 {
        margin-bottom: 152px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--153 {
        margin-bottom: 153px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--154 {
        margin-bottom: 154px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--155 {
        margin-bottom: 155px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--156 {
        margin-bottom: 156px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--157 {
        margin-bottom: 157px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--158 {
        margin-bottom: 158px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--159 {
        margin-bottom: 159px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--160 {
        margin-bottom: 160px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--161 {
        margin-bottom: 161px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--162 {
        margin-bottom: 162px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--163 {
        margin-bottom: 163px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--164 {
        margin-bottom: 164px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--165 {
        margin-bottom: 165px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--166 {
        margin-bottom: 166px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--167 {
        margin-bottom: 167px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--168 {
        margin-bottom: 168px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--169 {
        margin-bottom: 169px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--170 {
        margin-bottom: 170px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--171 {
        margin-bottom: 171px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--172 {
        margin-bottom: 172px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--173 {
        margin-bottom: 173px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--174 {
        margin-bottom: 174px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--175 {
        margin-bottom: 175px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--176 {
        margin-bottom: 176px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--177 {
        margin-bottom: 177px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--178 {
        margin-bottom: 178px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--179 {
        margin-bottom: 179px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--180 {
        margin-bottom: 180px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--181 {
        margin-bottom: 181px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--182 {
        margin-bottom: 182px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--183 {
        margin-bottom: 183px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--184 {
        margin-bottom: 184px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--185 {
        margin-bottom: 185px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--186 {
        margin-bottom: 186px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--187 {
        margin-bottom: 187px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--188 {
        margin-bottom: 188px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--189 {
        margin-bottom: 189px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--190 {
        margin-bottom: 190px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--191 {
        margin-bottom: 191px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--192 {
        margin-bottom: 192px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--193 {
        margin-bottom: 193px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--194 {
        margin-bottom: 194px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--195 {
        margin-bottom: 195px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--196 {
        margin-bottom: 196px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--197 {
        margin-bottom: 197px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--198 {
        margin-bottom: 198px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--199 {
        margin-bottom: 199px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--200 {
        margin-bottom: 200px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--201 {
        margin-bottom: 201px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--202 {
        margin-bottom: 202px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--203 {
        margin-bottom: 203px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--204 {
        margin-bottom: 204px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--205 {
        margin-bottom: 205px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--206 {
        margin-bottom: 206px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--207 {
        margin-bottom: 207px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--208 {
        margin-bottom: 208px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--209 {
        margin-bottom: 209px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--210 {
        margin-bottom: 210px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--211 {
        margin-bottom: 211px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--212 {
        margin-bottom: 212px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--213 {
        margin-bottom: 213px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--214 {
        margin-bottom: 214px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--215 {
        margin-bottom: 215px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--216 {
        margin-bottom: 216px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--217 {
        margin-bottom: 217px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--218 {
        margin-bottom: 218px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--219 {
        margin-bottom: 219px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--220 {
        margin-bottom: 220px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--221 {
        margin-bottom: 221px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--222 {
        margin-bottom: 222px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--223 {
        margin-bottom: 223px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--224 {
        margin-bottom: 224px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--225 {
        margin-bottom: 225px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--226 {
        margin-bottom: 226px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--227 {
        margin-bottom: 227px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--228 {
        margin-bottom: 228px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--229 {
        margin-bottom: 229px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--230 {
        margin-bottom: 230px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--231 {
        margin-bottom: 231px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--232 {
        margin-bottom: 232px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--233 {
        margin-bottom: 233px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--234 {
        margin-bottom: 234px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--235 {
        margin-bottom: 235px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--236 {
        margin-bottom: 236px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--237 {
        margin-bottom: 237px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--238 {
        margin-bottom: 238px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--239 {
        margin-bottom: 239px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--240 {
        margin-bottom: 240px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--241 {
        margin-bottom: 241px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--242 {
        margin-bottom: 242px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--243 {
        margin-bottom: 243px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--244 {
        margin-bottom: 244px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--245 {
        margin-bottom: 245px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--246 {
        margin-bottom: 246px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--247 {
        margin-bottom: 247px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--248 {
        margin-bottom: 248px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--249 {
        margin-bottom: 249px !important;
    }
}

@media screen and (min-width: 751px) {
    .mgb-pc-only--250 {
        margin-bottom: 250px !important;
    }
}

/* ---------------------------------------------
*   margin-right
--------------------------------------------- */
.mgr-0 {
    margin-right: 0 !important;
}

@media screen and (min-width: 751px) {
    .mpr-pc-0 {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 750px) {
    .mgr-sp-0 {
        margin-right: 0 !important;
    }
}

/* ---------------------------------------------
*   padding-top
--------------------------------------------- */
.pdt-pc--0 {
    padding-top: 0 !important;
}

.pdt-pc--5 {
    padding-top: 5px !important;
}

.pdt-pc--10 {
    padding-top: 10px !important;
}

.pdt-pc--15 {
    padding-top: 15px !important;
}

.pdt-pc--20 {
    padding-top: 20px !important;
}

.pdt-pc--25 {
    padding-top: 25px !important;
}

.pdt-pc--30 {
    padding-top: 30px !important;
}

.pdt-pc--35 {
    padding-top: 35px !important;
}

.pdt-pc--40 {
    padding-top: 40px !important;
}

.pdt-pc--45 {
    padding-top: 45px !important;
}

.pdt-pc--50 {
    padding-top: 50px !important;
}

.pdt-pc--55 {
    padding-top: 55px !important;
}

.pdt-pc--60 {
    padding-top: 60px !important;
}

.pdt-pc--65 {
    padding-top: 65px !important;
}

.pdt-pc--70 {
    padding-top: 70px !important;
}

.pdt-pc--75 {
    padding-top: 75px !important;
}

.pdt-pc--80 {
    padding-top: 80px !important;
}

.pdt-pc--85 {
    padding-top: 85px !important;
}

.pdt-pc--90 {
    padding-top: 90px !important;
}

.pdt-pc--95 {
    padding-top: 95px !important;
}

.pdt-pc--100 {
    padding-top: 100px !important;
}

.pdt-pc--105 {
    padding-top: 105px !important;
}

.pdt-pc--110 {
    padding-top: 110px !important;
}

.pdt-pc--115 {
    padding-top: 115px !important;
}

.pdt-pc--120 {
    padding-top: 120px !important;
}

.pdt-pc--125 {
    padding-top: 125px !important;
}

.pdt-pc--130 {
    padding-top: 130px !important;
}

.pdt-pc--135 {
    padding-top: 135px !important;
}

.pdt-pc--140 {
    padding-top: 140px !important;
}

.pdt-pc--145 {
    padding-top: 145px !important;
}

.pdt-pc--150 {
    padding-top: 150px !important;
}

.pdt-pc--155 {
    padding-top: 155px !important;
}

.pdt-pc--160 {
    padding-top: 160px !important;
}

.pdt-pc--165 {
    padding-top: 165px !important;
}

.pdt-pc--170 {
    padding-top: 170px !important;
}

.pdt-pc--175 {
    padding-top: 175px !important;
}

.pdt-pc--180 {
    padding-top: 180px !important;
}

.pdt-pc--185 {
    padding-top: 185px !important;
}

.pdt-pc--190 {
    padding-top: 190px !important;
}

.pdt-pc--195 {
    padding-top: 195px !important;
}

.pdt-pc--200 {
    padding-top: 200px !important;
}

.pdt-pc--205 {
    padding-top: 205px !important;
}

.pdt-pc--210 {
    padding-top: 210px !important;
}

.pdt-pc--215 {
    padding-top: 215px !important;
}

.pdt-pc--220 {
    padding-top: 220px !important;
}

.pdt-pc--225 {
    padding-top: 225px !important;
}

.pdt-pc--230 {
    padding-top: 230px !important;
}

.pdt-pc--235 {
    padding-top: 235px !important;
}

.pdt-pc--240 {
    padding-top: 240px !important;
}

.pdt-pc--245 {
    padding-top: 245px !important;
}

.pdt-pc--250 {
    padding-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .pdt-sp--0 {
        padding-top: 0 !important;
    }
    .pdt-sp--5 {
        padding-top: 0.78125vw !important;
    }
    .pdt-sp--10 {
        padding-top: 1.5625vw !important;
    }
    .pdt-sp--15 {
        padding-top: 2.34375vw !important;
    }
    .pdt-sp--20 {
        padding-top: 3.125vw !important;
    }
    .pdt-sp--25 {
        padding-top: 3.90625vw !important;
    }
    .pdt-sp--30 {
        padding-top: 4.6875vw !important;
    }
    .pdt-sp--35 {
        padding-top: 5.46875vw !important;
    }
    .pdt-sp--40 {
        padding-top: 6.25vw !important;
    }
    .pdt-sp--45 {
        padding-top: 7.03125vw !important;
    }
    .pdt-sp--50 {
        padding-top: 7.8125vw !important;
    }
    .pdt-sp--55 {
        padding-top: 8.59375vw !important;
    }
    .pdt-sp--60 {
        padding-top: 9.375vw !important;
    }
    .pdt-sp--65 {
        padding-top: 10.15625vw !important;
    }
    .pdt-sp--70 {
        padding-top: 10.9375vw !important;
    }
    .pdt-sp--75 {
        padding-top: 11.71875vw !important;
    }
    .pdt-sp--80 {
        padding-top: 12.5vw !important;
    }
    .pdt-sp--85 {
        padding-top: 13.28125vw !important;
    }
    .pdt-sp--90 {
        padding-top: 14.0625vw !important;
    }
    .pdt-sp--95 {
        padding-top: 14.84375vw !important;
    }
    .pdt-sp--100 {
        padding-top: 15.625vw !important;
    }
    .pdt-sp--105 {
        padding-top: 16.40625vw !important;
    }
    .pdt-sp--110 {
        padding-top: 17.1875vw !important;
    }
    .pdt-sp--115 {
        padding-top: 17.96875vw !important;
    }
    .pdt-sp--120 {
        padding-top: 18.75vw !important;
    }
    .pdt-sp--125 {
        padding-top: 19.53125vw !important;
    }
    .pdt-sp--130 {
        padding-top: 20.3125vw !important;
    }
    .pdt-sp--135 {
        padding-top: 21.09375vw !important;
    }
    .pdt-sp--140 {
        padding-top: 21.875vw !important;
    }
    .pdt-sp--145 {
        padding-top: 22.65625vw !important;
    }
    .pdt-sp--150 {
        padding-top: 23.4375vw !important;
    }
    .pdt-sp--155 {
        padding-top: 24.21875vw !important;
    }
    .pdt-sp--160 {
        padding-top: 25vw !important;
    }
    .pdt-sp--165 {
        padding-top: 25.78125vw !important;
    }
    .pdt-sp--170 {
        padding-top: 26.5625vw !important;
    }
    .pdt-sp--175 {
        padding-top: 27.34375vw !important;
    }
    .pdt-sp--180 {
        padding-top: 28.125vw !important;
    }
    .pdt-sp--185 {
        padding-top: 28.90625vw !important;
    }
    .pdt-sp--190 {
        padding-top: 29.6875vw !important;
    }
    .pdt-sp--195 {
        padding-top: 30.46875vw !important;
    }
    .pdt-sp--200 {
        padding-top: 31.25vw !important;
    }
    .pdt-sp--205 {
        padding-top: 32.03125vw !important;
    }
    .pdt-sp--210 {
        padding-top: 32.8125vw !important;
    }
    .pdt-sp--215 {
        padding-top: 33.59375vw !important;
    }
    .pdt-sp--220 {
        padding-top: 34.375vw !important;
    }
    .pdt-sp--225 {
        padding-top: 35.15625vw !important;
    }
    .pdt-sp--230 {
        padding-top: 35.9375vw !important;
    }
    .pdt-sp--235 {
        padding-top: 36.71875vw !important;
    }
    .pdt-sp--240 {
        padding-top: 37.5vw !important;
    }
    .pdt-sp--245 {
        padding-top: 38.28125vw !important;
    }
    .pdt-sp--250 {
        padding-top: 39.0625vw !important;
    }
}

/* ---------------------------------------------
*   padding-bottom
--------------------------------------------- */
.pdb-pc--0 {
    padding-bottom: 0 !important;
}

.pdb-pc--5 {
    padding-bottom: 5px !important;
}

.pdb-pc--10 {
    padding-bottom: 10px !important;
}

.pdb-pc--15 {
    padding-bottom: 15px !important;
}

.pdb-pc--20 {
    padding-bottom: 20px !important;
}

.pdb-pc--25 {
    padding-bottom: 25px !important;
}

.pdb-pc--30 {
    padding-bottom: 30px !important;
}

.pdb-pc--35 {
    padding-bottom: 35px !important;
}

.pdb-pc--40 {
    padding-bottom: 40px !important;
}

.pdb-pc--45 {
    padding-bottom: 45px !important;
}

.pdb-pc--50 {
    padding-bottom: 50px !important;
}

.pdb-pc--55 {
    padding-bottom: 55px !important;
}

.pdb-pc--60 {
    padding-bottom: 60px !important;
}

.pdb-pc--65 {
    padding-bottom: 65px !important;
}

.pdb-pc--70 {
    padding-bottom: 70px !important;
}

.pdb-pc--75 {
    padding-bottom: 75px !important;
}

.pdb-pc--80 {
    padding-bottom: 80px !important;
}

.pdb-pc--85 {
    padding-bottom: 85px !important;
}

.pdb-pc--90 {
    padding-bottom: 90px !important;
}

.pdb-pc--95 {
    padding-bottom: 95px !important;
}

.pdb-pc--100 {
    padding-bottom: 100px !important;
}

.pdb-pc--105 {
    padding-bottom: 105px !important;
}

.pdb-pc--110 {
    padding-bottom: 110px !important;
}

.pdb-pc--115 {
    padding-bottom: 115px !important;
}

.pdb-pc--120 {
    padding-bottom: 120px !important;
}

.pdb-pc--125 {
    padding-bottom: 125px !important;
}

.pdb-pc--130 {
    padding-bottom: 130px !important;
}

.pdb-pc--135 {
    padding-bottom: 135px !important;
}

.pdb-pc--140 {
    padding-bottom: 140px !important;
}

.pdb-pc--145 {
    padding-bottom: 145px !important;
}

.pdb-pc--150 {
    padding-bottom: 150px !important;
}

.pdb-pc--155 {
    padding-bottom: 155px !important;
}

.pdb-pc--160 {
    padding-bottom: 160px !important;
}

.pdb-pc--165 {
    padding-bottom: 165px !important;
}

.pdb-pc--170 {
    padding-bottom: 170px !important;
}

.pdb-pc--175 {
    padding-bottom: 175px !important;
}

.pdb-pc--180 {
    padding-bottom: 180px !important;
}

.pdb-pc--185 {
    padding-bottom: 185px !important;
}

.pdb-pc--190 {
    padding-bottom: 190px !important;
}

.pdb-pc--195 {
    padding-bottom: 195px !important;
}

.pdb-pc--200 {
    padding-bottom: 200px !important;
}

.pdb-pc--205 {
    padding-bottom: 205px !important;
}

.pdb-pc--210 {
    padding-bottom: 210px !important;
}

.pdb-pc--215 {
    padding-bottom: 215px !important;
}

.pdb-pc--220 {
    padding-bottom: 220px !important;
}

.pdb-pc--225 {
    padding-bottom: 225px !important;
}

.pdb-pc--230 {
    padding-bottom: 230px !important;
}

.pdb-pc--235 {
    padding-bottom: 235px !important;
}

.pdb-pc--240 {
    padding-bottom: 240px !important;
}

.pdb-pc--245 {
    padding-bottom: 245px !important;
}

.pdb-pc--250 {
    padding-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .pdb-sp--0 {
        padding-bottom: 0 !important;
    }
    .pdb-sp--5 {
        padding-bottom: 0.78125vw !important;
    }
    .pdb-sp--10 {
        padding-bottom: 1.5625vw !important;
    }
    .pdb-sp--15 {
        padding-bottom: 2.34375vw !important;
    }
    .pdb-sp--20 {
        padding-bottom: 3.125vw !important;
    }
    .pdb-sp--25 {
        padding-bottom: 3.90625vw !important;
    }
    .pdb-sp--30 {
        padding-bottom: 4.6875vw !important;
    }
    .pdb-sp--35 {
        padding-bottom: 5.46875vw !important;
    }
    .pdb-sp--40 {
        padding-bottom: 6.25vw !important;
    }
    .pdb-sp--45 {
        padding-bottom: 7.03125vw !important;
    }
    .pdb-sp--50 {
        padding-bottom: 7.8125vw !important;
    }
    .pdb-sp--55 {
        padding-bottom: 8.59375vw !important;
    }
    .pdb-sp--60 {
        padding-bottom: 9.375vw !important;
    }
    .pdb-sp--65 {
        padding-bottom: 10.15625vw !important;
    }
    .pdb-sp--70 {
        padding-bottom: 10.9375vw !important;
    }
    .pdb-sp--75 {
        padding-bottom: 11.71875vw !important;
    }
    .pdb-sp--80 {
        padding-bottom: 12.5vw !important;
    }
    .pdb-sp--85 {
        padding-bottom: 13.28125vw !important;
    }
    .pdb-sp--90 {
        padding-bottom: 14.0625vw !important;
    }
    .pdb-sp--95 {
        padding-bottom: 14.84375vw !important;
    }
    .pdb-sp--100 {
        padding-bottom: 15.625vw !important;
    }
    .pdb-sp--105 {
        padding-bottom: 16.40625vw !important;
    }
    .pdb-sp--110 {
        padding-bottom: 17.1875vw !important;
    }
    .pdb-sp--115 {
        padding-bottom: 17.96875vw !important;
    }
    .pdb-sp--120 {
        padding-bottom: 18.75vw !important;
    }
    .pdb-sp--125 {
        padding-bottom: 19.53125vw !important;
    }
    .pdb-sp--130 {
        padding-bottom: 20.3125vw !important;
    }
    .pdb-sp--135 {
        padding-bottom: 21.09375vw !important;
    }
    .pdb-sp--140 {
        padding-bottom: 21.875vw !important;
    }
    .pdb-sp--145 {
        padding-bottom: 22.65625vw !important;
    }
    .pdb-sp--150 {
        padding-bottom: 23.4375vw !important;
    }
    .pdb-sp--155 {
        padding-bottom: 24.21875vw !important;
    }
    .pdb-sp--160 {
        padding-bottom: 25vw !important;
    }
    .pdb-sp--165 {
        padding-bottom: 25.78125vw !important;
    }
    .pdb-sp--170 {
        padding-bottom: 26.5625vw !important;
    }
    .pdb-sp--175 {
        padding-bottom: 27.34375vw !important;
    }
    .pdb-sp--180 {
        padding-bottom: 28.125vw !important;
    }
    .pdb-sp--185 {
        padding-bottom: 28.90625vw !important;
    }
    .pdb-sp--190 {
        padding-bottom: 29.6875vw !important;
    }
    .pdb-sp--195 {
        padding-bottom: 30.46875vw !important;
    }
    .pdb-sp--200 {
        padding-bottom: 31.25vw !important;
    }
    .pdb-sp--205 {
        padding-bottom: 32.03125vw !important;
    }
    .pdb-sp--210 {
        padding-bottom: 32.8125vw !important;
    }
    .pdb-sp--215 {
        padding-bottom: 33.59375vw !important;
    }
    .pdb-sp--220 {
        padding-bottom: 34.375vw !important;
    }
    .pdb-sp--225 {
        padding-bottom: 35.15625vw !important;
    }
    .pdb-sp--230 {
        padding-bottom: 35.9375vw !important;
    }
    .pdb-sp--235 {
        padding-bottom: 36.71875vw !important;
    }
    .pdb-sp--240 {
        padding-bottom: 37.5vw !important;
    }
    .pdb-sp--245 {
        padding-bottom: 38.28125vw !important;
    }
    .pdb-sp--250 {
        padding-bottom: 39.0625vw !important;
    }
}

/* ---------------------------------------------
*   padding-top (PC)
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .pdt-pc-only--0 {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--5 {
        padding-top: 5px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--10 {
        padding-top: 10px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--15 {
        padding-top: 15px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--20 {
        padding-top: 20px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--25 {
        padding-top: 25px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--30 {
        padding-top: 30px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--35 {
        padding-top: 35px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--40 {
        padding-top: 40px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--45 {
        padding-top: 45px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--50 {
        padding-top: 50px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--55 {
        padding-top: 55px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--60 {
        padding-top: 60px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--65 {
        padding-top: 65px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--70 {
        padding-top: 70px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--75 {
        padding-top: 75px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--80 {
        padding-top: 80px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--85 {
        padding-top: 85px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--90 {
        padding-top: 90px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--95 {
        padding-top: 95px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--100 {
        padding-top: 100px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--105 {
        padding-top: 105px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--110 {
        padding-top: 110px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--115 {
        padding-top: 115px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--120 {
        padding-top: 120px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--125 {
        padding-top: 125px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--130 {
        padding-top: 130px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--135 {
        padding-top: 135px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--140 {
        padding-top: 140px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--145 {
        padding-top: 145px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--150 {
        padding-top: 150px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--155 {
        padding-top: 155px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--160 {
        padding-top: 160px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--165 {
        padding-top: 165px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--170 {
        padding-top: 170px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--175 {
        padding-top: 175px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--180 {
        padding-top: 180px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--185 {
        padding-top: 185px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--190 {
        padding-top: 190px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--195 {
        padding-top: 195px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--200 {
        padding-top: 200px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--205 {
        padding-top: 205px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--210 {
        padding-top: 210px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--215 {
        padding-top: 215px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--220 {
        padding-top: 220px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--225 {
        padding-top: 225px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--230 {
        padding-top: 230px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--235 {
        padding-top: 235px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--240 {
        padding-top: 240px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--245 {
        padding-top: 245px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdt-pc-only--250 {
        padding-top: 250px !important;
    }
}

/* ---------------------------------------------
*   padding-bottom
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .pdb-pc-only--0 {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--5 {
        padding-bottom: 5px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--10 {
        padding-bottom: 10px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--15 {
        padding-bottom: 15px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--20 {
        padding-bottom: 20px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--25 {
        padding-bottom: 25px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--30 {
        padding-bottom: 30px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--35 {
        padding-bottom: 35px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--40 {
        padding-bottom: 40px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--45 {
        padding-bottom: 45px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--50 {
        padding-bottom: 50px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--55 {
        padding-bottom: 55px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--60 {
        padding-bottom: 60px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--65 {
        padding-bottom: 65px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--70 {
        padding-bottom: 70px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--75 {
        padding-bottom: 75px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--80 {
        padding-bottom: 80px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--85 {
        padding-bottom: 85px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--90 {
        padding-bottom: 90px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--95 {
        padding-bottom: 95px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--100 {
        padding-bottom: 100px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--105 {
        padding-bottom: 105px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--110 {
        padding-bottom: 110px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--115 {
        padding-bottom: 115px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--120 {
        padding-bottom: 120px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--125 {
        padding-bottom: 125px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--130 {
        padding-bottom: 130px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--135 {
        padding-bottom: 135px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--140 {
        padding-bottom: 140px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--145 {
        padding-bottom: 145px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--150 {
        padding-bottom: 150px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--155 {
        padding-bottom: 155px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--160 {
        padding-bottom: 160px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--165 {
        padding-bottom: 165px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--170 {
        padding-bottom: 170px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--175 {
        padding-bottom: 175px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--180 {
        padding-bottom: 180px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--185 {
        padding-bottom: 185px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--190 {
        padding-bottom: 190px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--195 {
        padding-bottom: 195px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--200 {
        padding-bottom: 200px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--205 {
        padding-bottom: 205px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--210 {
        padding-bottom: 210px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--215 {
        padding-bottom: 215px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--220 {
        padding-bottom: 220px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--225 {
        padding-bottom: 225px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--230 {
        padding-bottom: 230px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--235 {
        padding-bottom: 235px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--240 {
        padding-bottom: 240px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--245 {
        padding-bottom: 245px !important;
    }
}

@media screen and (min-width: 751px) {
    .pdb-pc-only--250 {
        padding-bottom: 250px !important;
    }
}

@media screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
