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

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

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   Index Page
--------------------------------------------- */
/*  unicom-software-solution
--------------------------------------------- */
.unicom-software-solution {
    background-color: #fff;

    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}

.unicom-software-solution__inner {
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 1198px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .unicom-software-solution__inner {
        padding-bottom: 0;
        width: 100%;
    }
}

.unicom-software-solution img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/*  keyvisual
--------------------------------------------- */
.keyvisual {
    position: relative;
    margin-bottom: 297px;
    background-color: #1676b2;
}

@media screen and (max-width: 640px) {
    .keyvisual {
        margin-bottom: 28.125vw;
    }
}

.keyvisual__lead {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 68px 0 11px;
    width: 554px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .keyvisual__lead {
        padding: 4.6875vw 0 1.25vw;
        width: 54.21875vw;
    }
}

.keyvisual__ttl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 13px;
    background-color: #fff;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .keyvisual__ttl {
        padding: 1.5625vw 0;
    }
}

.keyvisual__ttl img {
    width: 728px;
}

@media screen and (max-width: 640px) {
    .keyvisual__ttl img {
        width: 90.78125vw;
    }
}

.keyvisual__bubble {
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 61px 0 341px;
    width: 788px;
}

@media screen and (max-width: 640px) {
    .keyvisual__bubble {
        padding: 4.6875vw 0 33.59375vw;
        width: 95vw;
    }
}

.keyvisual__img {
    position: absolute;
    bottom: -210px;
    left: 114px;
    max-width: 923px;
}

@media screen and (max-width: 1200px) {
    .keyvisual__img {
        right: 0;
        left: 0;
        margin: auto;
    }
}

@media screen and (max-width: 640px) {
    .keyvisual__img {
        right: auto;
        bottom: -21.875vw;
        left: 0;
        width: 95.625vw;
    }
}

/*  nfc-content
--------------------------------------------- */
.nfc-content {
    margin: 0 auto;
    width: 976px;
}

@media screen and (max-width: 640px) {
    .nfc-content {
        width: 100%;
    }
}

/*  nfc-summary
--------------------------------------------- */
.nfc-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    margin-bottom: 50px;

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

@media screen and (max-width: 640px) {
    .nfc-summary {
        display: block;
        margin-bottom: 14.84375vw;
        padding: 0 2.1875vw;
    }
}

.nfc-summary__box {
    width: 473px;
}

@media screen and (max-width: 640px) {
    .nfc-summary__box {
        width: 100%;
    }
}

.nfc-summary__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 10px;

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

.nfc-summary__icon {
    margin-right: 10px;
    width: 80px;
}

@media screen and (max-width: 640px) {
    .nfc-summary__icon {
        margin-right: 2.03125vw;
        width: 20vw;
    }
}

.nfc-summary__lead {
    width: 377px;
}

@media screen and (max-width: 640px) {
    .nfc-summary__lead {
        width: 73vw;
    }
}

.nfc-summary__triangle {
    margin: 0 auto 15px;
    width: 35px;
}

@media screen and (max-width: 640px) {
    .nfc-summary__triangle {
        margin: 0 auto 3.125vw;
        width: 6.875vw;
    }
}

.nfc-summary__head {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .nfc-summary__head {
        margin-bottom: 4.21875vw;
        width: 100%;
    }
}

.nfc-summary__txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
}

@media screen and (max-width: 640px) {
    .nfc-summary__txt {
        margin-bottom: 3.125vw;
        font-size: 3.59375vw;
    }
}

/*  nfc-detail
--------------------------------------------- */
.nfc-detail {
    position: relative;
    margin-bottom: 78px;
}

@media screen and (max-width: 640px) {
    .nfc-detail {
        margin-bottom: 14.6875vw;
        padding: 0 2.1875vw;
    }
}

@media screen and (max-width: 640px) {
    .nfc-detail--01 {
        margin-bottom: 14.6875vw;
    }
}

.nfc-detail__box {
    margin-left: auto;
    width: 473px;
}

@media screen and (max-width: 640px) {
    .nfc-detail__box {
        width: 100%;
    }
}

.nfc-detail__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 473px;
}

@media screen and (max-width: 640px) {
    .nfc-detail__img {
        position: static;
        margin-bottom: 4.6875vw;
        width: 100%;
    }
}

.nfc-detail__head {
    margin-bottom: 15px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .nfc-detail__head {
        margin-bottom: 3.125vw;
    }
}

.nfc-detail__lower {
    width: 100%;
}

.nfc-detail__txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
}

@media screen and (max-width: 640px) {
    .nfc-detail__txt {
        font-size: 3.59375vw;
    }
}

.nfc-detail__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

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

@media screen and (max-width: 640px) {
    .nfc-detail__comment {
        -ms-flex-pack: start;
        margin-top: 3.90625vw;

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

.nfc-detail__comment--01 {
    margin-top: 50px;
}

@media screen and (max-width: 640px) {
    .nfc-detail__comment--01 {
        margin-top: 1.5625vw;
    }
}

.nfc-detail__comment--02 {
    margin-top: 30px;
}

@media screen and (max-width: 640px) {
    .nfc-detail__comment--02 {
        margin-top: 7.03125vw;
    }
}

.nfc-detail__bubble {
    width: 356px;
}

@media screen and (max-width: 640px) {
    .nfc-detail__bubble {
        margin-right: 0.78125vw;
        width: 67.65625vw;
    }
}

.nfc-detail__chara--01 {
    width: 117px;
}

@media screen and (max-width: 640px) {
    .nfc-detail__chara--01 {
        width: 22.34375vw;
    }
}

.nfc-detail__chara--02 {
    width: 106px;
}

@media screen and (max-width: 640px) {
    .nfc-detail__chara--02 {
        width: 20.3125vw;
    }
}

/*  operation
--------------------------------------------- */
.operation {
    margin-bottom: 38px;
    padding-top: 35px;
}

@media screen and (max-width: 640px) {
    .operation {
        margin-bottom: 10.9375vw;
        padding: 3.90625vw 2.1875vw 0;
    }
}

.operation__sample {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    margin-bottom: 25px;

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

@media screen and (max-width: 640px) {
    .operation__sample {
        display: block;
        margin-bottom: 9.375vw;
    }
}

.operation__box {
    width: 312px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .operation__box {
        margin: 0 auto 15.625vw;
        width: 65.9375vw;
    }
}

@media screen and (max-width: 640px) {
    .operation__box:last-of-type {
        margin-bottom: 10.15625vw;
    }
}

.operation__img {
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .operation__img {
        margin-bottom: 2.34375vw;
    }
}

.operation__txt {
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 640px) {
    .operation__txt {
        font-size: 3.90625vw;
    }
}

.operation__note-item {
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 640px) {
    .operation__note-item {
        font-size: 2.5vw;
        line-height: 1.7;
    }
}

/*  product-link
--------------------------------------------- */
.product-link {
    margin-bottom: 43px;
}

@media screen and (max-width: 640px) {
    .product-link {
        margin-bottom: 7.8125vw;
    }
}

.product-link__head {
    margin: 0 auto 17px;
    width: 274px;
}

@media screen and (max-width: 640px) {
    .product-link__head {
        margin: 0 auto 3.125vw;
        width: 46.71875vw;
    }
}

.product-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;

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

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

@media screen and (max-width: 640px) {
    .product-link__list {
        -ms-flex-pack: center;

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

.product-link__item {
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 236px;
}

@media screen and (max-width: 640px) {
    .product-link__item {
        margin-bottom: 1.5625vw;
        width: 30.78125vw;
    }
}

.product-link__item:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 640px) {
    .product-link__item:nth-of-type(3n) {
        margin-right: 0;
    }
}

.product-link__link {
    display: block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.product-link__link:hover {
    opacity: 0.8;
}

.ios .product-link__link:hover,
.android .product-link__link:hover {
    opacity: 1;
}

.product-link__link:hover .product-link__txt {
    text-decoration: none;
}

.product-link__txt {
    position: absolute;
    right: 0;
    bottom: 13px;
    left: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
}

@media screen and (max-width: 640px) {
    .product-link__txt {
        bottom: 2.34375vw;
        font-size: 2.1875vw;
    }
}

.product-link__txt--blue {
    color: #6892b1;
}

/*  movie-area
--------------------------------------------- */
.movie-area {
    padding: 30px 0;
    background-color: #e2e2e2;
}

@media screen and (max-width: 640px) {
    .movie-area {
        padding: 5.78125vw 0 13.28125vw;
    }
}

.movie-area__head {
    margin: 0 auto;
    padding-bottom: 17px;
    width: 228px;
    text-align: center;
	min-height: 81.84px;
}

@media screen and (max-width: 640px) {
    .movie-area__head {
        padding-bottom: 2.34375vw;
        width: 71.5625vw;
    }
}

.movie-area__box {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100%;
}

@media screen and (max-width: 640px) {
    .movie-area__box {
        padding-bottom: 77.81%;
        width: 77.8125vw;
    }
}

.movie-area__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.operation__box iframe {
    width: 100%;
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 640px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.78125vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.5625vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2.34375vw !important;
    }
    .mgt-sp--20 {
        margin-top: 3.125vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.90625vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4.6875vw !important;
    }
    .mgt-sp--35 {
        margin-top: 5.46875vw !important;
    }
    .mgt-sp--40 {
        margin-top: 6.25vw !important;
    }
    .mgt-sp--45 {
        margin-top: 7.03125vw !important;
    }
    .mgt-sp--50 {
        margin-top: 7.8125vw !important;
    }
    .mgt-sp--55 {
        margin-top: 8.59375vw !important;
    }
    .mgt-sp--60 {
        margin-top: 9.375vw !important;
    }
    .mgt-sp--65 {
        margin-top: 10.15625vw !important;
    }
    .mgt-sp--70 {
        margin-top: 10.9375vw !important;
    }
    .mgt-sp--75 {
        margin-top: 11.71875vw !important;
    }
    .mgt-sp--80 {
        margin-top: 12.5vw !important;
    }
    .mgt-sp--85 {
        margin-top: 13.28125vw !important;
    }
    .mgt-sp--90 {
        margin-top: 14.0625vw !important;
    }
    .mgt-sp--95 {
        margin-top: 14.84375vw !important;
    }
    .mgt-sp--100 {
        margin-top: 15.625vw !important;
    }
    .mgt-sp--105 {
        margin-top: 16.40625vw !important;
    }
    .mgt-sp--110 {
        margin-top: 17.1875vw !important;
    }
    .mgt-sp--115 {
        margin-top: 17.96875vw !important;
    }
    .mgt-sp--120 {
        margin-top: 18.75vw !important;
    }
    .mgt-sp--125 {
        margin-top: 19.53125vw !important;
    }
    .mgt-sp--130 {
        margin-top: 20.3125vw !important;
    }
    .mgt-sp--135 {
        margin-top: 21.09375vw !important;
    }
    .mgt-sp--140 {
        margin-top: 21.875vw !important;
    }
    .mgt-sp--145 {
        margin-top: 22.65625vw !important;
    }
    .mgt-sp--150 {
        margin-top: 23.4375vw !important;
    }
    .mgt-sp--155 {
        margin-top: 24.21875vw !important;
    }
    .mgt-sp--160 {
        margin-top: 25vw !important;
    }
    .mgt-sp--165 {
        margin-top: 25.78125vw !important;
    }
    .mgt-sp--170 {
        margin-top: 26.5625vw !important;
    }
    .mgt-sp--175 {
        margin-top: 27.34375vw !important;
    }
    .mgt-sp--180 {
        margin-top: 28.125vw !important;
    }
    .mgt-sp--185 {
        margin-top: 28.90625vw !important;
    }
    .mgt-sp--190 {
        margin-top: 29.6875vw !important;
    }
    .mgt-sp--195 {
        margin-top: 30.46875vw !important;
    }
    .mgt-sp--200 {
        margin-top: 31.25vw !important;
    }
    .mgt-sp--205 {
        margin-top: 32.03125vw !important;
    }
    .mgt-sp--210 {
        margin-top: 32.8125vw !important;
    }
    .mgt-sp--215 {
        margin-top: 33.59375vw !important;
    }
    .mgt-sp--220 {
        margin-top: 34.375vw !important;
    }
    .mgt-sp--225 {
        margin-top: 35.15625vw !important;
    }
    .mgt-sp--230 {
        margin-top: 35.9375vw !important;
    }
    .mgt-sp--235 {
        margin-top: 36.71875vw !important;
    }
    .mgt-sp--240 {
        margin-top: 37.5vw !important;
    }
    .mgt-sp--245 {
        margin-top: 38.28125vw !important;
    }
    .mgt-sp--250 {
        margin-top: 39.0625vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 640px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.78125vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.5625vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2.34375vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 3.125vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.90625vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4.6875vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 5.46875vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 6.25vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 7.03125vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 7.8125vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 8.59375vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 9.375vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 10.15625vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 10.9375vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 11.71875vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 12.5vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 13.28125vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 14.0625vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 14.84375vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 15.625vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 16.40625vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 17.1875vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 17.96875vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 18.75vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 19.53125vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 20.3125vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 21.09375vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 21.875vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 22.65625vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 23.4375vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 24.21875vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 25vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 25.78125vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 26.5625vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 27.34375vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 28.125vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 28.90625vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 29.6875vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 30.46875vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 31.25vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 32.03125vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 32.8125vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 33.59375vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 34.375vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 35.15625vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 35.9375vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 36.71875vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 37.5vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 38.28125vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 39.0625vw !important;
    }
}

@media screen and (min-width: 641px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .sp-hide {
        display: none !important;
    }
}
.unicom-note-wrapper {
	margin: 20px 0;
}
.unicom-sp-icon-wrapper {
	margin-right: 15px;
}
@media screen and (max-width: 640px) {
    .unicom-sp-icon-wrapper {
        width:66.8814px !important;
        height:auto !important;
    	margin-right: 10px;
    }
}

.unicom-image-title-wrapper {
	margin: 20px 0;
}
.unicom-spc-icon-wrapper {
	margin: 30px;
}
@media screen and (max-width: 640px) {
    .unicom-spc-icon-wrapper {
        width:99.0107px !important;
        height:auto !important;
    	margin: 21px;
    }
}
.unicom-movie-title-wrapper {
	margin: 20px 0;
	height: 100px;
}
.unicom-movie-list-body {
    /*
	display:flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
*/

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    margin-bottom: 25px;

    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.unicom-movie-list-item {
	position: relative;
	width:300px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .unicom-movie-list-body {
        display:inline-block;
        width:100%;
    }
    .unicom-movie-list-item {
        text-align:center;
    	width:90vw;
        margin-bottom: 10vw;
    }
}
.unicom-spc-detail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 10px;

    -webkit-box-align: center;
    align-items: center;
	justify-content: center;
}
.unicom-text-center {
	text-align: center;
}
.unicom-note-text-common {
	font-family: Arial,Helvetica;
	color: #000000;
}
.unicom-note-text {
	font-size: 20px;
	line-height: 1.5;
}
.unicom-note-text-small {
	font-size: 14px;
	line-height: 1.3;
}
.unicom-note-text-tiny {
	font-size: 11px;
	line-height: 1.3;
}
.unicom-keyvisual-img {
    background-image: url("../img/img-visual-pc.png");
    background-size: 1200px 1031px;
	width: 1200px;
	height: 1031px;
}
.unicom-spc-title-img {
    background-image: url("../img/spc-title-pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 412px 61px;
	width: 100%;
	height: 61px;
    margin: 20px 0;
}
.unicom-spc-list-title-img {
    background-image: url("../img/prod-list-title-pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 804px 36px;
	width: 100%;
	height: 36px;
    margin: 20px 0;
}
.unicom-movie-title-img {
    background-image: url("../img/movie-title-pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 628px 29px;
	width: 100%;
	height: 29px;
    margin: 20px 0;
}
.unicom-spc-button-img {
    background-image: url("../img/spc-button-pc.png");
    background-size: 150px 150px;
	width: 150px;
	height: 150px;
    margin-right: 40px;
}
.unicom-spc-woman-img {
    background-image: url("../img/spc-woman-pc.png");
    background-size: 151px 189px;
	width: 151px;
	height: 189px;
}

@media screen and (max-width: 640px) {
	.unicom-note-text {
		font-size: 15px;
		line-height: 1.5;
	}
	.unicom-note-text-small {
		font-size: 14px;
		line-height: 1.3;
	}
	.unicom-note-text-tiny {
		font-size: 11px;
		line-height: 1.3;
	}
	.unicom-keyvisual-img {
	    background-image: url("../img/img-visual-sp.png");
	    background-size: 750px 645px;
		width: 750px;
		height: 645px;
	}
	.unicom-spc-title-img {
	    background-image: url("../img/spc-title-sp.png");
	    background-size: 80vw;
        width: 100%;
		height: 74px;
	}
	.unicom-spc-list-title-img {
	    background-image: url("../img/prod-list-title-sp.png");
	    background-size: 80vw;
        width: 100%;
        height: 106px;
	}
	.unicom-movie-title-img {
	    background-image: url("../img/movie-title-sp.png");
	    background-size: 80vw;
        width: 100%;
        height: 91px;
		margin-bottom: 30px;
	}
}
.nfc-detail-first__box {
    margin-right: auto;
    width: 473px;
}
.nfc-detail-first__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 473px;
}
@media screen and (max-width: 640px) {
	.nfc-detail-first__img {
	    position: static;
	    margin-bottom: 4.6875vw;
	    width: 100%;
	}
	.nfc-detail-first__box {
        width: 100%;
	}
}
.unicom-operation-note {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.unicom-operation-note {
		text-align: left;
	}
}
