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

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

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   Index Page
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*  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;
    max-width: 1200px;
    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;
    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: 60px 0;
    background-color: #CFD9E6;
}

@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-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:420px;
	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;
}


@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;
	}
}
/* ADD START */
.distance {
    color: #fff;
    background-color: #2A70B7;
}
.button {
    line-height: 2.5;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    font-size: 1rem;
}
.button.primary {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 40px;
    color: #fff;
    min-width: 276px;
    padding: 8px 36px;
    border-radius: 40px;
    border: 2px solid #FFF;
    -webkit-transition: background .25s ease-in-out,border .25s ease-in-out;
    transition: background .25s ease-in-out,border .25s ease-in-out;
}
.button.movie {
    border-radius: 20px;
    font-size: 0.8rem;
    padding: 8px 66px;
    line-height: 3.0;
}
@media screen and (max-width: 640px) {
    .button.movie {
        padding: 1.25vw 3.125vw;
    }
}
.pressit-button__blue {
    background: linear-gradient(#2A70B7, #4299F5);
}
@media screen and (max-width: 640px) {
    .pressit-button__blue {
        margin: 10px 0;
    }
}
.pressit-button__orange {
    background: linear-gradient(#E38700, #E0B200);
}
@media screen and (max-width: 640px) {
    .pressit-button__orange {
        margin: 10px 0;
    }
}
.pressit-button__business {
    background: linear-gradient(#2A70B7, #4299F5);
}
.pressit-button__business.active {
	background: #FFF;
	border-color: #2A70B7;
	color: #2A70B7;
}
.pressit-button__seminar {
    background: linear-gradient(#3598BE, #97D7EF);
}
.pressit-button__seminar.active {
	background: #FFF;
	border-color: #3598BE;
	color: #3598BE;
}
.pressit-button__wrapper {
    padding: 0px 20px;
}
@media screen and (max-width: 640px) {
    .pressit-button__wrapper {
        padding: 0px;
    }
}
.pressit-button__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}
a.button.primary[class*=icon--]:before {
    margin-left: 15px;
}
.button.primary[class*=icon--]:before {
    -webkit-box-ordinal-group: 10000;
    order: 9999;
}
.icon--chevron-right::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 26px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.icon--chevron-right.active::before {
	display: none !important;
}
.button.primary.icon--chevron-right {
    font-family: pattern-library;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    position:relative;
}
.pressit-button__box {
    text-align: center;
    padding: 70px 0px;
}

.pressit-message__box {
    padding: 15px;
	text-align: center;
}
.pressit-message__text {
    font-family: 'Noto Sans JP', sans-serif;
    color: #2A70B7;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7; 
    margin:0 auto;
}
@media screen and (max-width: 640px) {
    .pressit-message__text {
        font-family: 'Noto Sans JP', sans-serif;
        color: #2A70B7;
        font-weight: bold;
        font-size: 12px;
        line-height: 1.7; 
    }
}
.pressit-presentation__box {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 270px;
}
@media screen and (max-width: 640px) {
    .pressit-presentation__box {
        width: 100%;
        height: 130px;
    }
}
.pressit-presentation__img {
    padding: 0px 10px 0px;
    width: 100%;
    position:relative;
}
.pressit-presentation__img > img {
    position: absolute;
}
.pressit-presentation__img > img:before {
    content:'';
    display:block;
    padding-top:100%;
}
@media screen and (max-width: 640px) {
    .pressit-presentation__img {
        padding: 0px;
    }
}
.pressit-moya__box {
    background: linear-gradient(#FFFFFF, #8799A4);
    padding: 50px 180px 0px;
}
@media screen and (max-width: 640px) {
    .pressit-moya__box {
        width: auto;
        padding: 10px 10px 0;
    }
}
.pressit-moya-bunkyo__box {
    background: linear-gradient(#FFFFFF, #8799A4);
}
@media screen and (max-width: 640px) {
    .pressit-moya-bunkyo__box {
        width: auto;
        padding: 10px 10px;
    }
}
.pressit-moya-bunkyo__box-inner {
    margin: 50px auto 0px;
    width: 976px;
}
@media screen and (max-width: 640px) {
    .pressit-moya-bunkyo__box-inner {
            margin:0 auto ;
        width: 100%;
    }
}
.pressit-moya__head {
    text-align: center;
    margin-bottom: 20px;
}
.pressit-moya__text {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.5; 
}
.pressit-moya__text-s {
    font-size: 30px;
}
.pressit-moya__text-white {
    color: #FFF;
    margin-right: 90px;
    margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
    .pressit-moya__text {
        font-size: 25px;
    }
    .pressit-moya__text-s {
        font-size: 15px;
    }
    .pressit-moya__text-white {
        min-width: 160px;
        margin-right: 0px;
        margin-bottom: 30px;
    }
}
.pressit-moya__img {
    z-index: 100;
}
.pressit-bg-yellow {
    background: linear-gradient( rgba(255, 242, 160, 0)60%, rgba(255, 242, 160, 1)60%, rgba(239, 234, 58, 80%));
}
.pressit-moya__body {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    height: 450px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .pressit-moya__body {
        width: 100%;
        min-height: 430px;
    }
}
.pressit-moya-bunkyo__body {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    height: 400px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .pressit-moya-bunkyo__body {
        width: 100%;
        min-height: 400px;
    }
}
.pressit-moya__comment {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 40px;
    font-size: 18px;
    color: #2A70B7;
    font-weight: bold;
    min-width: 142px;
    padding: 15px 36px;
    border-radius: 20px;
    background-color: #FFF;
    border: 2px solid #2A70B7;
    -webkit-transition: background .25s ease-in-out,border .25s ease-in-out;
    transition: background .25s ease-in-out,border .25s ease-in-out;
    line-height: 1.7; 
}
.pressit-moya__comment-a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.pressit-moya__comment-b {
    position: absolute;
    top: 70px;
    left: 270px;
    z-index: 20;
}
.pressit-moya__comment-c {
    position: absolute;
    top: 140px;
    left: 0px;
    z-index: 30;
}
@media screen and (max-width: 640px) {
    .pressit-moya__comment {
        font-size: 14px;
    }
    .pressit-moya__comment-a {
    }
    .pressit-moya__comment-b {
        left: 30px;
    }
    .pressit-moya__comment-c {
    }
}
.pressit-moya-bunkyo__comment-a {
    position: absolute;
    top: 0;
    right:  250px;
    z-index: 10;
}
.pressit-moya-bunkyo__comment-b {
    position: absolute;
    top: 70px;
    right: 0px;
    z-index: 20;
}
.pressit-moya-bunkyo__comment-c {
    position: absolute;
    top: 140px;
    right:  250px;
    z-index: 30;
}
@media screen and (max-width: 640px) {
    .pressit-moya__comment {
        font-size: 14px;
    }
    .pressit-moya-bunkyo__comment-a {
        left:0;
        right: initial;
    }
    .pressit-moya-bunkyo__comment-b {
        left: 80px;
        right: initial;
    }
    .pressit-moya-bunkyo__comment-c {
        left:0;
        right: initial;
    }
}
.pressit-moya__pad {
    padding: 15px 60px;
}
.pressit-moya__triangle {
    text-align: center;
    background-color: #E6E6E6;
}
.pressit-step__wrapper {
    background-color: #E6E6E6;
}

.bg_edu {
    background-color: #F5F5D5;
}

.pressit-step__box-wrapper {
    position: relative;
    padding: 100px 0 0px;
}
.pressit-step__number {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pressit-step__box {
    background-color: #FFF;
    padding: 30px;
}
.pressit-step__body {
    /*display: flex;*/
    position:relative;
}
.pressit-step__box-inner {
    /*margin-right: auto;*/
    margin-left: auto;
    width: 437px;
}
@media screen and (max-width: 640px) {
    .pressit-step__box-inner {
        width: 100%;
        margin-bottom: 10px;
    }
}
.pressit-step__box-first-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 437px;
}
@media screen and (max-width: 640px) {
    .pressit-step__box-first-img {
        position: static;
        width: 100%;
    }
}
.pressit-text {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
}
.pressit-step__head {
    padding: 40px 0 20px;
    text-align: center;
}
.pressit-step__title-top {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5; 
    color: #2A70B7;
}

.pressit-step__title-bottom {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5; 
    color: #2A70B7;
}


.top_edu {
    color:#2A91B7;
    }
    
@media screen and (max-width: 640px) {
    .pressit-step__title-bottom {
        font-size: 25px;
    }
}

.pressit-step__desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 8px;
    line-height: 1.7; 
}
.pressit-distance {
    text-align: center;
    background-color: #2A70B7;
    padding: 70px;
}

.dis_edu {
    background-color: #0088BA;
        }
@media screen and (max-width: 640px) {
    .pressit-distance {
        padding: 30px;
    }
}
.pressit-distance__text {
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 1.5; 
    color: #FFF;
    margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
    .pressit-distance__text {
        font-size: 20px;
    }
}
.pressit-scene__wrapper {
    background-color: #B0CEEF;
}

.pressit-scene__wrapper .nfc-content {
    padding-top: 70px;
}

@media screen and (max-width: 640px) {
    .pressit-scene__wrapper .nfc-content {
        padding-top: 5.78125vw;
    }
}

.pressit-scene__wrapper  .pressit-button__box {
    padding-top: 0;
    }


.pressit-scene__head {
    padding: 30px 0;
}
.pressit-scene__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.pressit-scene__title:after {
    content: "";
    display: block;
    width: 255px;
    height: 6px;
    background-color: #2A70B7;
    margin: 16px auto 0 auto;
}
.pressit-scene__box {
    position: relative;
    height: 700px;
}
@media screen and (max-width: 640px) {
    .pressit-scene__box {
        height: 500px;
    }
}
.pressit-scene__box-img {
    width: 100%;
}
.pressit-scene__box-img > img {
    position:absolute;
}
.pressit-scene__message_box {
    position: absolute;
    width: 490px;
    top: 350px;
    right: 0px;
    z-index: 10;
    padding: 45px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7; 
    display: inline-block;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    background-color: rgb(255,255,255,0.8);
}
@media screen and (max-width: 640px) {
    .pressit-scene__message_box {
        top: 300px;
        width: 233px;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        padding: 45px;
    }
}
.pressit-scene__message_category {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #2A70B7;
    text-align: center;
}
.pressit-scene__message_title {
    font-size: 28px;
    padding: 25px 0px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .pressit-scene__message_title {
        font-size: 24px;
    }
}
.pressit-scene__message {
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 640px) {
    .pressit-scene__message {
        font-size: 12px;
    }
}

.pressit-lineup {
	padding-top:2.5em;
}

.pressit-lineup span {
	font-size: 0.75em;
	line-height: 2.5;
}
.pressit-product__wrapper {
    background-color: #E6E6E6;
    font-family: 'Noto Sans JP', sans-serif;
}

.pressit-product_padding {
	padding-bottom: 70px;
}
.pressit-product__box_wrapper {
    background-color: #FFFFFF;
	margin-top: 3em;
}
.pressit-product__box {
    padding: 30px 100px 0px;
}
@media screen and (max-width: 640px) {
	.pressit-product__box_wrapper .pressit-button__box{
		padding:2em 0;
		
	}
    .pressit-product__box {
        padding: 20px 20px 0;
    }
	
	.pressit-product_padding {
	padding-bottom: 0;
}
	.pressit-lineup {
	padding:2.5em 3% 0 3%;
}
	
	.pressit-lineup span {
		font-size: 0.6em;
	line-height: 1;
}
	.pressit-lineup span::after {
		content: '';
		display: block;
		width: 100%;
		height: 20px;
}
}
.pressit-product__head {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.pressit-product__head > div {
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 640px) {
    .pressit-product__head {
        padding: 40px 0 0;
    }
	.pressit-product__head > div {
		display: block;
		margin-bottom: 10px;
	}
}

.pressit-product__title {
/*    font-family: 'Noto Sans JP', sans-serif;
*/    font-weight: bold;
    font-size: 44px;
    text-align: center;
    line-height: 1.7; 
}
@media screen and (max-width: 640px) {
    .pressit-product__title {
        text-align: left;
        font-size: 28px;
    }
}
.pressit-product__title-s {
/*    font-family: 'Noto Sans JP', sans-serif;
*/    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1.7; 
}
@media screen and (max-width: 640px) {
    .pressit-product__title-s {
        font-size: 18px;
    }
}
.pressit-product__sub-title {
/*    font-family: 'Noto Sans JP', sans-serif;
*/    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .pressit-product__sub-title {
        text-align: left;
        font-size: 12px;
    }
}
.pressit-product__sub-box {
    display: flex;
    width: 100%;
}
.pressit-product__main-image {
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .pressit-product__main-image {
        width: auto;
    }
}
.pressit-product__sub-image {
    width: 100%;
    padding: 10px;
    cursor : pointer;
}
.pressit-product__img {
    border: solid 1px #000;
}
.pressit-product__set-head {
    text-align:center;
}
.pressit-product__set-title {
/*    font-family: 'Noto Sans JP', sans-serif;
*/    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #2A70B7;
    padding: 40px 0px 20px 0px;
}
.pressit-product__row {
    padding: 20px 20px 0px;
}
.pressit-product__row-title {
/*    font-family: 'Noto Sans JP', sans-serif;
*/    font-weight: bold;
    font-size: 24px;
    line-height: 1.7; 
}
@media screen and (max-width: 640px) {
    .pressit-product__row-title {
        font-size: 20px;
    }
}
.pressit-product__row-text {
/*    font-family: 'Noto Sans JP', sans-serif;
*/    font-weight: normal;
    line-height: 1.7; 
}
@media screen and (max-width: 640px) {
    .pressit-product__row {
    padding: 20px 0 0;
}

    .pressit-product__row-text {
        font-size: 0.9em;
    }
}
.pressit-product__row:after {
    content: "";
    display: block;
/*    width: 750px; */
	width: 100%;
    height: 2px;
    background-color: #999999;
    margin: 16px auto 0 auto;
}
@media screen and (max-width: 640px) {
.pressit-product__row:after {
    width: 100%;
}
}

.pressit-product02__head {
    padding: 40px 0;
    position: relative;
    text-align: left;
}

.pressit-product02__title {
/*    font-family: 'Noto Sans JP', sans-serif;
*/    font-weight: bold;
    font-size: 30px;
    text-align: left;
    line-height: 1.7; 
}

.pressit-product02__title span{
	font-size: 0.7em;
}

@media screen and (max-width: 640px) {
	.pressit-product02__head {
    padding: 20px 0;

}
	
	.pressit-product02__title {
	font-size:24px;
	}
}
.pressit-product__flex {
	display: flex;
}

.pressit-product__flex_img {
	width: 355px;
	box-sizing: border-box;
	border: solid 1px #000000;
}

.pressit-product__flex_img img {
}

.pressit-product__flex_txt {
	margin-left: 0.75em;
/*	font-family: 'Noto Sans JP', sans-serif;
*/	width: 375px;
}

.pressit-product__set-list_flex {
	line-height: 1.6;
}
.pressit-product__flex_txt_title {
   font-weight: bold;
   font-size: 24px;
   color: #2A70B7;
   padding-bottom: 3px;
	text-align: left;
	border-bottom: 4px solid #2A70B7;
	line-height: 1;
	}

@media screen and (max-width: 640px) {
	.pressit-product__flex {
	display: block;
}
	.pressit-product__flex_img, .pressit-product__flex_txt {
		width: auto;
	}
	.pressit-product__flex_txt_title {
   font-size: 20px;
   padding-bottom: 5px;
}
	.pressit-product__flex_txt {
		margin-left: 0;
		margin-top:1em;
	}
}
.pressit-product__row_flex {
	margin-top:0.5em;
	padding: 0;
}
.pressit-product__row-title_flex {
    font-weight: bold;
    font-size: 18px;
}

.pressit-product__row-text_flex {
    font-weight: normal;
	font-size:0.9em;
}

.pressit-product__row_flex:after {
    content: "";
    display: block;
	width: 100%;
    height: 2px;
    background-color: #999999;
    margin: 6px auto 0 auto;
}
.flex-button {
    padding: 40px 0px;
}

.pressit-keyvisual__text {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.7; 
    text-align: center;
    top: 10%;
    left: 50%;
    min-width: 507px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 640px) {
    .pressit-keyvisual__text {
        position: absolute;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        line-height: 1.7; 
        text-align: center;
        top: 10%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}
.pressit-inquiry__btn {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 200;
    margin-top: -70px;
}

.class {
	margin-left: 30px;
}
.class img {
	width: 180px;
	border: solid 1px #CCC;
}
@media screen and (max-width: 640px) {
	.class {
		margin-left: 0;
		text-align: right;
	}
	.class img {
		width: 45%;
	}
}

/* common */
.pressit-for-mobile { display: none; }
@media screen and (max-width: 640px) {
    .pressit-for-dsktop { display: none; }
    .pressit-for-mobile { display: inline; }
    .sp_br::before {
        content: "\A";
        white-space: pre;
    }
}
@media screen and (min-width: 640px) {
    .pc_br::before {
        content: "\A";
        white-space: pre;
    }
}
.movie-area__bottom {
}
@media screen and (max-width: 640px) {
    .movie-area__bottom {
        margin-top: 3.125vw;
    }
}
.movie-area__bottom-box {
    margin: 20px 0;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .movie-area__bottom-box {
        margin: 1.5625vw 0;
    }
}
.nobr {
    white-space: nowrap;
}
.pressit-tab__box {
    display:flex;
    align-items:flex-end;
    justify-content: space-between;
    width:100%;
    margin-top:10px;
}
.pressit-tab__box > img {
	max-width: 49.3%;
}

    .pressit-tab__box__inner {
      display: none;
    }

@media screen and (max-width: 640px) {
    .pressit-tab__box {
        margin-top:1.5625vw;
    }
}
    .pressit-tab__box__inner {
      width: 49.3%;
      display: block;
    }
    .pressit-tab__box__inner img{
      width: 100%;
    }
    
.pressit-tab__inactive {
    cursor: pointer;
}
.pressit-tab-right {
    margin-left: auto;
}
.pressit-tab__spacer {
    width:100%;
    height:20px;
}
@media screen and (max-width: 640px) {
    .pressit-tab__spacer {
        height:3.125vw;
    }
}
.business_active {
    background-color: #1759B5;
}
.education_active {
    background-color: #2A91B7;
}
#pressit-education {
    display:none;
}
