@font-face {
    font-family: 'Noto Sans Mono CJK JP';
    src: url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/NotoSansMonoCJKjp-Regular.min.woff2?v=1.1') format('woff2'),
    url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/NotoSansMonoCJKjp-Regular.min.woff?v=1.1') format('woff');

    /*src: url(fonts/NotoSansMonoCJKjp-Regular.min.woff2);*/

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Good Times';
    src: url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/goodtime-webfont.woff2?v=1.1') format('woff2'),
    url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/goodtime-webfont.woff?v=1.1') format('woff');

    /*src: url(fonts/goodtime-webfont.woff2);*/

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HGPSoeiKakugothicUB';
    src: url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/HGSoeiKakugothicUB.woff2?v=1.1') format('woff2'),
    url('https://s3-ap-northeast-1.amazonaws.com/vtm4public/vizo.co.jp/font/HGSoeiKakugothicUB.woff?v=1.1') format('woff');

    /*src: url(fonts/HGSoeiKakugothicUB.woff2);*/

    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Ubuntu", sans-serif;
    background-color: #fff;
    color: #000;
}

body .font-jp {
    font-family: "Noto Sans Mono CJK JP";
}

.font-jp, .font-jp h1, .font-jp h2, .font-jp h3:not(.not-jp), .font-jp h4, .font-jp h5:not(.not-jp), .font-jp h6,
.font-jp div, .font-jp p, .font-jp input, .font-jp .btn, .font-jp textarea, #contact-form ._placeholder {
    font-family: "Noto Sans Mono CJK JP";
}

a, a:hover, a:focus, a:active {
    color: #000;
}

.font-en {
    font-family: "Good Times";
}

.font-jp {
    font-family: "HGPSoeiKakugothicUB";
}

.vizo-navbar {
    position: relative;
    z-index: 10;
}

.vizo-navbar li.nav-item > a {
    font-family: "Noto Sans Mono CJK JP";
}

.navbar-inverse {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.navbar-inverse .navbar-toggle .icon-bar {
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
}

.navbar-toggle .icon-bar:first-child,
.navbar-toggle .icon-bar:last-child {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.navbar-toggle .icon-bar:first-child {
    left: 0;
    top: 6px;
}

.navbar-toggle .icon-bar:nth-child(2) {
    left: 0;
    top: 14px;
    margin-top: 0;
}

.navbar-toggle .icon-bar:last-child {
    left: 0;
    top: 18px;
}

.menu-active .navbar-toggle .icon-bar:nth-child(2) {
    transition: background .3s 0s ease;
    background: transparent;
}

.menu-active .navbar-toggle .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-active .navbar-toggle .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-active .navbar-toggle .icon-bar:first-child {
    top: 18px;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.menu-active .navbar-toggle .icon-bar:last-child {
    top: 14px;
    left: -1px;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:active .icon-bar {
    /*background-color: #fff;*/
}

.navbar-toggle {
    margin-top: 14px;
    border: none;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-collapse {
    border: none !important;
}

section {
    padding: 80px 0;
    position: relative;
}

section#page-top {
    padding: 50px 0;
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #fff !important
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
    color: #fff;
}

.navbar {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

#nav_container, .navbar-header {
    height: 64px;
}

.navbar-light {
    border-bottom: 1px solid rgba(0,0,0,.5);
    /*opacity: 0.95;*/
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 15px;
    line-height: 64px;
    color: #737373;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    font-family: "Noto Sans Mono CJK JP";
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #737373;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-brand {
    padding: 0 15px;
    line-height: 64px
}

body .navbar #nav-logo {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    display: block;
    background: url(../../img/pages/logo.png) no-repeat;
    background-size: contain;
}

/*Sliding*/
.tab-bar {
    position: absolute;
    top: 60px;
    left: 0;
    width: 0;
    z-index: 1;
    height: 4px;
    background: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.pad-left-none {
    padding-left: 0 !important;
}

.pad-right-none {
    padding-right: 0 !important;
}

/*--- START PAGE TOP ---*/
.page-top-title {
    font-family: "Good Times";
    font-size: 55px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 40px;
    white-space: nowrap;
}

.page-top-caption {
    font-family: "Good Times";
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    z-index: 1;
}

.page-top-bottom {
    padding-top: 300px;
}

.page-top-bottom > p {
    font-size: 35px;
    white-space: nowrap;
    font-family: "Ubuntu", sans-serif;
}

.font-jp.page-top-bottom > p {
    font-size: 42px;
    font-family: "Noto Sans Mono CJK JP";
}

.page-top-img {
    width: 100%;
}

.lead {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.font-jp .lead {
    font-family: "Noto Sans Mono CJK JP";
}

/*--- END PAGE TOP ---*/

/*--- START CHARACTERISTIC ---*/
section#characteristic {
    overflow: hidden;
}

.character-right {
    padding-top: 190px;
}

.character-left iframe {
    width: 380px;
    height: 675px;
    border: 5px solid pink;
    background-color: #000000e3;
}

.section-head-title {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 45px;
    text-align: left;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 80px;
}

.font-jp .section-head-title {
    font-family: "HGPSoeiKakugothicUB";
}

.section-head-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 92px;
    height: 5px;
    background: #333;
}

.c-white.section-head-title:after {
    background: #fff;
}

section h1.section-title {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 55px;
    margin-bottom: 30px;
}

.font-jp h1.section-title {
    font-family: "HGPSoeiKakugothicUB";
}

.character-mid-hand {
    position: relative;
    padding-top: 450px;
}

.character-mid-hand figure {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    position: absolute;
    right: -40px;
    top: 200px;
    width: 700px;
}

.container-f {
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.container-f > figure img {
    display: block;
    width: 100%;
    height: auto;
}

.character-mid-hand-text .character-mid-hand-title {
    white-space: nowrap;
}

.character-mid-phone {
    position: relative;
    padding-top: 220px;
}

.character-mid-phone figure {
    text-align: center;
}

.character-mid-phone figure img {
    width: 100%;
    height: auto;
}

.character-mid-phone-right {
    padding-top: 170px;
}

.character-bottom {
    padding-top: 150px;
    padding-bottom: 100px;
}

.character-bottom-img {
    padding-top: 70px;
}

.character-bottom-img img {
    width: 100%;
}

/*--- END CHARACTERISTIC ---*/

/*--- START USE SCENE ---*/

#iframe-content {
    background: rgba(255, 255, 255, 1) url(../../img/pages/loading.gif?t=2) no-repeat center center / 100px 100px;
    border: 5px solid pink;
    border-image: url(../../img/pages/frame/k1-2.png);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

#iframe-content.square {
    width: 400px;
    height: 400px;
    margin-top: 100px;
}

#iframe-content.rectangle {
    width: 357px;
    height: 626px;
}

#slide {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.vizo-item {
    height: 260px;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.vizo-item img {
    max-height: 260px;
    max-width: 260px;
    border-radius: 5%;
}

.user-scene-pc {
    margin-top: 60px;
    margin-bottom: 70px;
}

.user-scene-mobile {
    display: none;
    padding-bottom: 40px;
}

/*--- END USE SCENE ---*/

/*--- START WORK PROCEDURE ---*/
section#work_procedure {
    position: relative;
}

.work-icon img {
    width: 100%;
    padding: 40px 20px;
}

.work-icon-title {
    color: #FFFF00;
    font-size: 26px;
    font-family: "Noto Sans Mono CJK JP";
    text-align: left;
    padding: 0 10px;
}

ul.work-icon-content > li {
    color: #FFF;
    font-size: 16px;
    font-family: "Noto Sans Mono CJK JP";
}

.work-item {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding-right: 0;
}

.work-item.t1 {
    padding-bottom: 55px;
}

.work-item.t2 {
    border-right: none;
    padding-bottom: 55px;
}

.work-item.t3 {
    border-bottom: none;
    padding-top: 35px;
}

.work-item.t4 {
    border-right: none;
    border-bottom: none;
    padding-top: 35px;
}

.work-item h1 {
    padding-left: 20px;
}

.work-item p.lead {
    padding-left: 20px;
    font-size: 20px;
}

.work-item .work-img {
    text-align: center;
    padding-top: 50px;
}

.work-img img {
    max-width: 192px;
}

/*--- END WORK PROCEDURE ---*/

/*--- START INTRO ---*/
.intro-item {
    border-right: 1px solid #171718;
    border-bottom: 1px solid #171718;
}

.intro-item.t1 {
    border-right: none;
    padding-bottom: 55px;
    text-align: center;
}

.intro-item.t2 {
    border-right: none;
    padding-bottom: 55px;
}

.intro-item.t3 {
    border-bottom: none;
    padding-top: 35px;
}

.intro-item.t4 {
    border-right: none;
    border-bottom: none;
    padding-top: 35px;
}

.intro-item h1 {
    padding-left: 20px;
}

.intro-item p.lead {
    padding-left: 20px;
    font-size: 20px;
}

.intro-item .intro-img {
    text-align: center;
    padding-top: 50px;
}

.intro-img img {
    max-width: 128px;
}

.intro-download {
    padding-top: 80px;
}

.intro-download-item {
    margin-bottom: 20px;
}

.intro-download-item img {
    width: 100%;
    max-width: 350px;
}

.requirement {
    margin-top: 100px;
}

.requirement .btn-contact {
    padding: 20px 70px;
    font-size: 30px;
    font-family: 'Ubuntu Condensed', sans-serif;
    border: 2px solid #fff;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    /*box-shadow: 0px 2px 0 #F0ECF0, 2px 4px 6px #F4F6F9;*/
}

.font-jp .requirement .btn-contact {
    font-family: "Noto Sans Mono CJK JP";
}

/*--- SEND INTRO ---*/

/*--- START PRICE ---*/
section#price {
    padding-bottom: 0;
}

.price-caption {
    font-size: 25px;
}

.price-content {
    font-family: 'Ubuntu Condensed', sans-serif;
    padding-right: 0;
    padding-left: 0;
}

.price-content table {
    margin: 0 auto;
    width: 85%;
    border-color: black;
}

.price-content .end td {
    padding: 12px 0;
    background-color: whitesmoke;
}

.table-bordered>tbody>tr>td {
    border: 1px solid black;
}

.table-bordered>tbody>tr>tr {
    border: none;
}

.price-content th, .price-content td {
    text-align: center;
}

.price-content th {
    font-size: 28px;
    padding: 15px 0;
    color: white;
    background-color: black;
    border-top: 1px solid black !important;
}

.footer td {
    border-color: transparent !important;
    text-align: left !important;
    color: grey;
}

.br-left-white {
    border-left: 1px solid white !important;
}

.br-left-black {
    border-left: 1px solid black !important;
}

.br-right-black {
    border-right: 1px solid black !important;
}

.price-content td {
    font-size: 20px;
    padding: 6px 0;
}

.br-title {
    background-color: #E6E6E6;
    padding: 6px 2px !important;
}

.zekomi {
    font-size: 15px;
}

.font-jp .price-content {
    font-family: "HGPSoeiKakugothicUB";
}

.price-bottom {
    margin-top: 70px;
    background-color: #F2F5F6;
}

.price-example {
    font-family: 'Ubuntu Condensed', sans-serif;
    background-color: #F2F5F6;
    color: #025A87;
    font-size: 25px;
    padding-top: 20px;
}

.font-jp .price-example {
    font-family: "Noto Sans Mono CJK JP";
}

.price-example-img img {
    width: 100%;
}

.price-example-title {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.font-jp .price-example-title {
    font-family: 'HGPSoeiKakugothicUB';
}

.price-example-item {
    padding-bottom: 20px;
}

.price-example-item div:first-child {
    padding-left: 0;
}

.price-example-item div:last-child {
    padding-right: 0;
}

.col-plan {
    width: 20%;
}

.col-trial {
    width: 16%;
}

.col-small {
    width: 16%;
}

.col-regular {
    width: 16%;
}

.col-large {
    width: 16%;
}

.col-premium {
    width: 16%;
}

/*--- END PRICE ---*/

/*--- START scalability ---*/
.scalability-free-change {
    padding-top: 100px;
}

/*--- END scalability ---*/

/*--- END SUPPORT ---*/
#support .work-item.t3, #support .work-item.t4 {
    padding-top: 0;
}

.support-link {
    padding-bottom: 5px;
    border-bottom-width: 5px;
    border-bottom-style: solid
}

.support-link, .support-link:hover, .support-link:focus, .support-link:active, .support-link:visited {
    text-decoration: none;
}
/*--- END SUPPORT ---*/

/*--- START CONTACT ---*/
.contact-phone {
    width: 500px;
    background-color: #000;
    padding: 20px 40px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.contact-phone img {
    display: table-cell;
}

.contact-phone span {
    -webkit-text-fill-color: white;
    color: white;
    font-size: 40px;
    font-family: "HGPSoeiKakugothicUB";
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
}

form#contact-form {
    padding: 20px;
    background-color: #E6E6E6;
    margin-top: 80px;
}

.btn-reset, .btn-submit {
    text-transform: uppercase;
}

/*--- END CONTACT ---*/

.work-item .section-title,
.intro-item .section-title {
    white-space: nowrap;
    font-size: 40px;
}
.container .row,
#work_procedure .container .row,
#introduction .container .row {
    margin-left: 0;
    margin-right: 0;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #E6E6E6;
    padding: 50px 0;
}

footer .brand_name {
    font-size: 35px;
    font-family: "Good Times";
    line-height: 70px;
    color: #363c3f;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 10px;
}

footer .brand_name a {
    text-decoration: none;
    color: #363c3f;
}

footer .brand + * {
    margin-top: 20px;
}

footer h5 {
    margin-top: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 34px;
    line-height: 40px;
    color: #363c3f;
}

footer h5 + * {
    margin-top: 30px;
}

footer .addr + .addr {
    margin-top: 30px;
}

address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

address p {
    margin: 0;
    padding: 0;
    border: 0;
}

.copy a {
    white-space: nowrap;
}

.copy .dot {
    display: inline-block;
    margin: 0 3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #868487;
    vertical-align: middle;
}

#footer.footer-service .row {
    margin-left: -10px;
    margin-right: -10px;
}

#footer .follow-buttons-holder {
    text-align: left;
    padding-left: 0;
}

#footer ul li {
    display: inline-block;
}

#footer .follow-buttons-holder a.follow-button {
    color: #E70861;
    font-size: 25px;
    height: 50px;
    width: 50px;
    border: 3px solid #E70861;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-property: all;
}

#footer .follow-buttons-holder a.follow-button:hover {
    color: #363c3f;
    border: 3px solid #363c3f;
}

.footer-header {
    font-size: 40px;
    /*font-family: "HGPSoeiKakugothicUB";*/
}

/*--- END FOOTER ---*/

.c-yellow {
    color: #FFFF00;
}

.c-white {
    color: #fff !important;
}

.pad-lr-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.border-b {
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.text-top {
    margin-bottom: 40px;
}

/*--- START MOBILE ---*/
.menu-mobile {
    /*background-color: #fff;*/
}
/*--- END MOBILE ---*/

.mosikomi {
    background: linear-gradient(to bottom right, #55152a, #F60A67);
    color: white;
    padding: 5px !important;
    margin: 6px 0;
    min-width: 65px;
}

.mosikomi:hover {
    background: linear-gradient(to bottom right, rgba(156, 32, 68, 0.72), rgba(246, 10, 103, 0.72));
    color: white;
}

@media (max-width: 1200px) {
    .work-arrow {
        bottom: 45px;
    }

    .character-mid-hand figure {
        width: 650px;
    }

    .page-top-bottom {
        padding-top: 250px;
    }

    .price-content th {
        font-size: 22px;
    }

    .price-content td {
        font-size: 18px;
    }

    .mosikomi {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 3000px) {
    .text-top {
        float: right;
        margin-bottom: 0;
    }
}

@media (max-width: 1090px) {
    .work-item .section-title,
    .intro-item .section-title {
        white-space: normal;
        font-size: 35px;
    }

    .page-top-bottom {
        padding-top: 250px;
    }

    .page-top-bottom > p {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .character-left iframe {
        width: 324px;
        height: 576px;
    }

    .character-mid-hand figure {
        width: 550px;
    }

    .character-mid-phone-right {
        padding-top: 30px;
    }

    #work_procedure .container,
    #introduction  .container {
        width: 100%;
    }

    .work-arrow {
        bottom: 45px;
    }

    section h1.section-title {
        font-size: 35px;
    }

    .work-item .section-title, .intro-item .section-title {
        font-size: 28px;
    }

    .work-item p.lead, .intro-item p.lead {
        font-size: 18px;
    }

    .price-caption {
        font-size: 20px;
    }

    .price-example {
        font-size: 18px;
    }

    .price-example-item {
        padding-bottom: 15px;
    }

    .user-scene-pc {
        display: none;
    }

    .user-scene-mobile {
        display: block;
    }

    .page-top-bottom {
        padding-top: 150px;
    }

    .page-top-bottom > p {
        font-size: 25px;
    }

    .price-content th {
        font-size: 22px;
    }

    .price-content td {
        font-size: 15px;
    }

    .mosikomi {
        font-size: 15px;
    }

    .zekomi {
        font-size: 12px;
    }

    .price-content table {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 890px) {
    .navbar-collapse.collapse {
        /*display: none !important;*/
    }

    .navbar-toggle {
        /*display: block;*/
    }

    .navbar-header {
        /*float: none;*/
    }
}

@media (max-width: 800px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #iframe-content.rectangle {
        width: 285px;
        height: 500px;
    }

    #iframe-content.square {
        width: 345px;
        height: 345px;
        margin-top: 0;
    }

    section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .character-bottom {
        padding-bottom: 0;
    }

    .work-item, .intro-item {
        padding-left: 0;
        padding-right: 0;
    }

    .work-item .section-title, .intro-item .section-title {
        font-size: 28px;
    }

    .font-en .support-link {
        font-size: 22px;
    }

    .work-item p.lead, .intro-item p.lead {
        font-size: 18px;
        padding-left: 10px;
    }

    .intro-item.t1 {
        text-align: left;
    }

    .contact-phone span {
        font-size: 30px;
    }

    .price-example {
        font-size: 18px;
    }

    .price-content {
        font-size: 25px;
    }

    .section-head-title {
        font-size: 40px;
    }

    section h1.section-title {
        font-size: 30px;
    }

    .page-top-bottom {
        padding-top: 120px;
    }

    .page-top-bottom > p {
        font-size: 17px;
    }

    .font-jp.page-top-bottom > p {
        font-size: 17px;
    }

    .price-content th {
        font-size: 20px;
    }

    .price-content td {
        font-size: 16px;
    }

    .mosikomi {
        font-size: 16px;
    }

    .zekomi {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse.collapse {
        /*display: block;*/
    }

    #nav_container {
        border-bottom: none;
    }

    .navbar-header {
        /*border-bottom: 1px solid rgba(0,0,0,.5);*/
    }

    .tab-bar {
        display: none;
    }

    .menu-mobile {
        background-color: #fff;
        position: relative;
        z-index: 10;
        border-bottom: 1px solid rgba(0,0,0,.5);
    }

    .page-top-title {
        font-size: 45px;
    }

    .page-top-bottom {
        padding-top: 120px;
    }

    .page-top-bottom > p {
        font-size: 18px;
    }

    .font-jp.page-top-bottom > p {
        font-size: 18px;
    }

    .character-right {
        padding-top: 20px;
    }

    .character-mid-phone figure img {
        max-width: 400px;
    }

    .character-mid-phone-right {
        padding-top: 30px;
        text-align: center;
    }

    .character-mid-hand-text {
        padding-top: 70px;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }

    .character-mid-hand figure {
        top: 320px;
    }

    .container-f > figure img {
        width: 80%;
        margin-left: auto;
    }

    .work-arrow {
        bottom: 45px;
    }

    .work-item h1 {
        padding-left: 0;
    }

    .work-item.t1 {
        border-right: none;
    }

    .work-item.t2 {
        padding-top: 35px;
    }

    .work-item.t3 {
        border-right: none;
        border-bottom: 1px solid #cecece;
        padding-top: 35px;
        padding-bottom: 55px;
    }

    #contactForm .section-head-title {
        padding-left: 10px;
    }

    #contactForm .section-head-title:after {
        left: 10px;
    }

    .intro-item h1 {
        padding-left: 0;
    }

    .intro-item.t1 {
        border-right: none;
    }

    .intro-item.t2 {
        padding-top: 35px;
    }

    .intro-item.t3 {
        border-right: none;
        border-bottom: 1px solid #171718;
        padding-top: 35px;
        padding-bottom: 55px;
    }

    .contact-phone {
        width: 100%;
    }
}

@media (max-width: 667px) {
    .page-top-caption {
        font-size: 10px;
    }

    .page-top-img {
        padding-top: 40px;
        width: 85%;
    }

    .contact-phone span {
        font-size: 28px;
    }

    .price-content th {
        font-size: 16px;
    }

    .price-content td {
        font-size: 12px;
    }

    .mosikomi {
        font-size: 10px;
    }

    .col-plan {
        width: 14%;
    }

    .col-trial {
        width: 18%;
    }

    .col-small {
        width: 18%;
    }

    .col-regular {
        width: 18%;
    }

    .col-large {
        width: 14%;
    }

    .col-premium {
        width: 20%;
    }
}

@media (max-width: 492px) {
    .price-content {
        font-size: 20px;
    }

    .contact-phone span {
        font-size: 25px;
    }

    .price-content th {
        font-size: 11px;
    }

    .price-content td {
        font-size: 10px;
    }

    .mosikomi {
        font-size: 8px;
        min-width: 40px;
    }

    .zekomi {
        font-size: 8px;
    }
}

@media (max-width: 479px) {
    .page-top-img {
        padding-top: 50px;
        width: 100%;
    }

    .character-left {
        padding-left: 0;
        padding-right: 0;
    }

    .character-left iframe {
        width: 320px;
        height: 568px;
    }

    .theta-carousel {
        height: 130px !important;
    }

    .work-arrow {
        bottom: 45px;
    }

    #contactForm .section-head-title {
        padding-left: 10px;
    }

    #contactForm .section-head-title:after {
        left: 10px;
    }

    .contact-phone {
        width: 100%;
    }

    .contact-phone img {
        width: 50px;
    }

    footer .brand_name,
    footer .footer-header {
        font-size: 35px;
    }

    .page-top-title {
        font-size: 36px;
        padding-top: 0;
    }

    .page-top-caption {
        font-size: 10px;
    }

    .page-top-bottom > p {
        font-size: 16px;
    }

    .font-jp.page-top-bottom > p {
        font-size: 16px;
    }

    .price-content th {
        font-size: 11px;
    }

    .price-content td {
        font-size: 10px;
    }

    .mosikomi {
        font-size: 8px;
    }
}

@media (max-width: 400px) {
    .price-content {
        font-size: 18px;
    }

    .page-top-bottom {
        padding-top: 90px;
    }

    .page-top-bottom > p {
        font-size: 12px;
    }

    .font-jp.page-top-bottom > p {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .price-content {
        font-size: 15px;
    }

    .page-top-img {
        padding-top: 75px;
    }
}

.txt-red {
    color: red;
}

.bg-red {
    background-color: red;
}

.order-header {
    color: #D10C59 !important;
    font-weight: bold;
}