@charset "utf-8";

@media (max-width:1024px) {

    a{
        word-break: break-all;
    }
    
    /*drawer.min.css*/

    .drawer {
        display: block;
    }

    .drawer-hamburger {
        width: 21px;
        height: 21px;
        background: #3489ca;
        border-radius: 10%;
        margin: 1% 1.5%;
        padding: 3px 8px 12px 6px;
    }

    .drawer-hamburger-icon {
        top: 0px;
    }

    .drawer-hamburger-icon:after {
        top: -7px;
    }

    .drawer-hamburger-icon:before {
        top: 7px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        width: 22px;
        height: 3px;
        background: #3489ca;
        background-color: #fff;
    }

    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        content: " ";
    }

    .drawer-hamburger-icon {
        margin-bottom: 0px;
    }

    .drawer-hamburger:hover {
        cursor: pointer;
        background: #3489ca;
    }

    .drawer-brand {
        color: #fff;
    }

    .drawer-nav {
        width: 80%;
        height: 100%;
        color: #fff;
        background-color: #40464f;
    }

    .drawer--right .drawer-nav {
        right: -80rem;
    }

    .drawer-menu-item {
        color: #fff;
    }

    .drawer-menu-item:hover {
        text-decoration: none;
        color: #62a8de;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 0;
    }

    /*lightcase.css*/

    #lightcase-info #lightcase-title {
        font-size: 12px;
    }

    #lightcase-info #lightcase-caption {
        font-size: 10px;
    }

    .ytp-embed:not(.ad-showing) .ytp-title-text {
        padding-top: 5px;
    }

    .ytp-title-text {
        font-size: 10px;
    }

    .ytp-cued-thumbnail-overlay-image {
        width: 40%;
        height: 100%;
    }

    /*common.css*/

    .container {
        font-size: 11px;
    }

    .top-margin {
        padding-top: 0;
    }

    .margin {
        padding-top: 20px;
    }

    .header {
        height: 55px;
        width: 100%;
        position: static;
    }

    #header-container {
        text-align: center;
    }

    .header-left {
        padding-left: 2%;
    }

    .header-cr {
        height: 40px;
        padding-top: 5px;
    }

    .header-logo {
        height: 45px;
        padding: 1px 0 0 5px;
    }

    .header-logo-div {
        padding-top: 7px;
    }

    .header-right {
        display: none;
    }

    .qalink {
        margin-top: 0;
        margin-left: 20px;
    }

    .sitemap-table {
        width: 100%;
    }

    .move-page-top {
        display: none;
    }

    .button-contains {
        display: flex;
    }

    .button-icon {
        width: 30px;
        vertical-align: middle;
        margin: 25% 0 0 20%;
    }

    .button-div {
        margin: 5% 0 5% 18%;
    }

    .button-text {
        margin: 5% 0 0 23%;
    }

    .doc-button-text {
        margin: 5% 0 0 28%;
    }

    .contact-button {
        width: 220px;
        height: 50px;
        font-size: 15px;
        padding-top: 10px;
        margin-bottom: 5%;
        margin-right: 5%;
    }

    .docreq-button {
        width: 220px;
        height: 50px;
        font-size: 15px;
        padding-top: 10px;
    }

    .more-button {
        width: 100px;
        height: 30px;
        font-size: 13px;
        padding-top: 3px;
        margin: 8% 0 8% 77%;
    }

    input[type="submit"] {
        -webkit-appearance: none;
        -webkit-border-radius: 5px;
    }

    .sub-button {
        width: 220px;
        height: 40px;
        margin: 0 auto;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        color: #ffffff;
        background: #0436bf;
        transition: .4s;
        border-radius: 5px;
        border: none;
    }

    .subtitle {
        height: 10px;
        font-size: 18px;
        margin-top: 5%;
        margin-left: 1%;
        margin-bottom: 8%;
    }

    .subtitle:before {
        top: 135%;
        display: inline-block;
        width: 50px;
        height: 3px;
        background-color: #3d3830;
    }

    .subtitle:after {
        top: 135%;
        display: inline-block;
        width: 50px;
        height: 3px;
        background-color: #3d3830;
    }

    .w-subtitle {
        height: 10px;
        font-size: 18px;
        margin-top: 5%;
        margin-left: 1%;
        margin-bottom: 8%;
    }

    .w-subtitle:before {
        top: 135%;
        display: inline-block;
        width: 50px;
        height: 3px;
        background-color: #fff;
    }

    .w-subtitle:after {
        top: 135%;
        display: inline-block;
        width: 50px;
        height: 3px;
        background-color: #fff;
    }


    .next-subtitle {
        font-size: 12px;
        margin: 2% 5%;
    }

    .subtext {
        font-size: 16px;
        margin: 1% 10%;
    }

    .text {
        margin: 1% 5%;
        font-size: 13px;
    }

    .inverted-triangle {
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-top: 30px solid #203c6b;
    }

    .introduced {
        padding: 10px 0;
    }

    /*index.css*/

    #main-robo {
        margin: 5% 0 0 5%;
        width: 110%;
    }

    #main-text {
        width: 90%;
        margin: 0;
    }

    .main-robo-margin {
        margin-left: 3%;
    }

    .main-v-img {
        height: 30%;
    }

    .jts-logo {
        float: right;
        margin-top: 1%;
        margin-right: 1%;
        width: 13%;
    }

    .cr-margin {
        height: 100px;
    }

    .news {
        padding: 10px 0;
    }

    .news-dt {
        width: 100%;
        margin: 5px 0;
    }

    .inner-news-area {
        margin: auto;
        font-size: 15px;
        width: 80%;
        height: 50%;
    }

    .news-mini-icon {
        width: 15px;
        margin: 0 5px;
    }

    .cr-strength {
        padding: 10px 0;
        background: #fff;
    }

    .cr-about-icon {
        width: 25px;
        margin: 0 10px;
    }

    .cr-about-box {
        width: 90%;
        margin-left: 5%;
    }

    .cr-about-title {
        font-size: 20px;
    }

    .cr-about-txt {
        font-size: 13px;
        margin: 1% 6%;
    }

    .cr-about-line {
        margin: 2% 5%;
        width: 85%;
        border-bottom: 2px solid #3489ca;
    }

    .cr-movies-title {
        margin: 5% 0 0 10%;
        font-size: 16px;
        font-weight: 700;
    }

    #movie-icon {
        width: 32px;
    }

    .movies-div {
        display: block;
    }

    .movies-display {
        margin: 0;
        width: 100%;
    }

    .movie-title {
        width: 240px;
        font-size: 15px;
        margin: 2% auto;
        padding: 3%;
    }

    .movie-title-1 {
        padding: 2%;
    }

    .movie-title-div {
        height: 50px;
        width: 70%;
        margin: auto;
    }

    .movie-div {
        display: block;
    }

    .play-div {
        text-align: center;
        margin: 4% auto;
    }

    .movie1 {
        width: 30%;
        margin: 0;
    }

    .movie2 {
        width: 30%;
        margin: 0;
    }

    .introduction {
        display: block;
        margin: auto;
        padding: 0 15%;
    }

    .int-table {
        margin: 0 0 3% 5%
    }

    .int-table td {
        width: 55%;
        margin: 0%;
        font-size: 12px;
    }

    .int-table tr {
        font-size: 3px;
    }

    .introduction-list {
        font-size: 12px;
        width: 300px;
        padding: 0;
        height: 150px;
        margin: 10% auto;
    }

    .int-image-ssc {
        width: 80%;
        margin: 0 0 0 5%;
    }

    .int-image-gi {
        width: 80%;
        margin: 10% 3% 7% 3%;
    }

    .int-image-ttk {
        width: 85%;
        margin: 7% 3% 3% 3%;
    }

    .int-inner {
        width: 250px;
        height: 90px;
        margin: 0 auto 0 12%;
    }

    #int-br-logo {
        width: 100%;
        padding: 0;
    }

    #int-cr-logo {
        width: 100%;
    }

    #int-wa-logo {
        width: 100%;
    }

    .use {
        padding: 10px 0;
        color: #3d3830;
        background: #fff;
    }

    #flow-img {
        width: 85%;
        margin: 2% 0 0 10%;
    }

    .question {
        padding: 0;
    }

    .q-mark {
        width: 18px;
        margin: 5px;
    }

    .q {
        font-size: 8px;
    }

    .question dd {
        font-size: 15px;
        margin: 0 5%;
    }

    .answer {
        font-size: 20px;
        margin-right: 5px;
        color: pink;
    }

    #message {
        width: 85%;
    }

    .msg-title {
        padding: 5% 0;
        font-size: 17px;
    }

    .msg-text {
        padding: 0 5% 5% 5%;
        font-size: 14px;
        text-align: left;
    }

    .msg-text2 {
        font-size: 12px;
        text-align: left;
    }

    .n-button {
        padding: 2% 0;
        color: #fff;
        background: #203c6b;
        z-index: 1;
        margin: auto;
    }

    .cr-ball {
        width: 80px;
    }

    .cr-mark-div {
        height: 80px;
    }

    .footer {
        display: none;
    }

    .footer2 {
        background-color: #021e38;
        color: #b3b3b5;
        z-index: 1;
        display: block;
    }

    .footer-link {
        padding: 0.1em 0.3em;
    }

    .footer-sitemap p {
        padding: 1% 2%;
    }

    .sitemap {
        font-size: 15px;
        font-weight: 600;
        padding-left: 8%;
    }

    .sitemap-table {
        width: 100%;
        margin: 0;
        border: 1px solid #dddddd;
        border-collapse: collapse;
    }

    .sitemap-table td {
        width: 50%;
        margin: 5%;
        font-size: 13px;
        text-align: center;
        padding: 2% 0;
        border: 1px solid #dddddd;
    }

    .icon {
        text-align: center;
        width: 100%;
        margin: 0;
    }

    #facebook {
        width: 8%;
        margin: 3% 1%;
    }

    #youtube {
        width: 8%;
        margin: 3% 1%;
    }

    #jts {
        width: 50%;
        margin: 0 25% 5% 25%;
    }

    #copyright {
        padding-top: 1%;
        font-size: 8px;
    }

    /*news.css*/

    .subtitle {
        margin: 7% 0 5% 1%;
        padding: 0 10%;
    }

    .w-subtitle {
        margin: 7% 0 5% 1%;
        padding: 0 10%;
    }

    .news-icon {
        width: 20px;
        margin: 0 1%;
    }

    .news-title {
        font-size: 15px;
        margin: 2% 0;
    }

    .news-box {
        margin: 5%;
        padding: 1% 0;
    }

    .news-text {
        font-size: 12px;
        margin: 1% 0;
        padding: 3%;
    }

    #news-release {
        margin-bottom: 0px;
    }

    .link-mark {
        width: 8px;
        margin-bottom: 1px;
    }

    .link-txt {
        font-size: 13px;
    }

    .pagination-div {
        font-size: 25px;
    }

    .news-pic {
        width: 440px;
    }
    
    /*movie.css*/

    #movie {
        margin-bottom: 0px;
    }

    /*introduction.css*/

    #introduction {
        margin-bottom: 0;
    }

    .int-description {
        margin: 5% 0;
    }

    .introduction-image {
        width: 80%;
    }

    .int-icon {
        width: 8%;
        margin: 0 1%;
    }

    .int-title {
        font-size: 25px;
    }

    .int-line {
        width: 60%;
        margin: 0 0 0 12%;
        border-bottom: 3px solid #3489ca;
    }

    .introduction-table {
        width: 70%;
        margin: 0 0 0 18%;
    }

    .introduction-table td {
        width: 50%;
        font-size: 15px;
    }

    .introduction-table-td {
        width: 50%;
    }

    #introduction-br-logo {
        width: 70%;
    }

    #introduction-cr-logo {
        width: 70%;
    }

    #introduction-wa-logo {
        width: 70%;
    }


    .introduction-title {
        margin: 1% 0;
    }

    .introduction-text {
        width: 70%;
        font-size: 13px;
        margin: 0 12% 0 auto;
    }

    .int-line-1 {
        width: 80%;
        margin: 0 0 0 12%;
        border-bottom: 3px solid #3489ca;
    }

    .introduction-image-gi {
        width: 70%;
    }

    .license {
        display: block;
    }

    /*qanda.css*/

    .table-of-ontents {
        width: 75%;
        padding: 2% 2% 2% 10%;
        font-size: 15px;
        margin: 5% 5% 0 5%;
    }

    .qatop {
        display: block;
    }

    #robot-img {
        width: 35%;
        margin: 0 29%;
    }

    .question dt {
        padding: 1% 5%;
        height: 1%;
        font-weight: 600;
        font-size: 18px;
    }

    .qa-q-mark {
        margin: 15px 5px;
    }

    .a-mark {
        width: 15px;
        margin: 10px 10px 0 0;
    }

    .a {
        padding: 2% 1%;
    }

    #qanda {
        margin-bottom: 0px;
    }

    /*contact.css*/

    #qa-link {
        font-size: 11px;
        color: dimgray;
    }

    #privacy-link {
        font-size: 10px;
        color: dimgray;
        margin-top: 10px;
        margin-left: 20px;
    }

    #contact {
        background-size: auto;
        margin-bottom: 0;
    }

    .contactform {
        width: 100%;
        margin: 5% 0;
    }

    .contactform dt {
        padding: 2%;
        font-size: 12px;
    }

    .contactform dd {
        padding-bottom: 3%;
        padding-left: 10%;
    }

    .hissu {
        font-size: 8px;
        padding: 0 2%;
        margin-left: 2%;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"] {
        line-height: 12px;
        height: 25px;
        width: 90%;
        padding: 0;
        margin-left: 0;
        font-size: 12px;
        text-indent: 5px;
    }

    input[type="number"] {
        line-height: 12px;
        padding: 0;
        font-size: 12px;
        text-indent: 5px;
    }

    #adress {
        height: 60px;
        line-height: 13px;
        width: 90%;
        padding: 5px 7px;
        margin-left: 0;
        font-size: 12px;
        text-indent: 0px;
    }

    #other {
        width: 50%;
        height: 50px;
        line-height: 12px;
        padding: 5px 7px;
        margin: 5%;
        font-size: 12px;
        text-indent: 0px;
    }

    #contact-msg {
        height: 110px;
        line-height: 13px;
        font-size: 12px;
        width: 90%;
        text-indent: 0px;
        padding: 5px 7px;
        margin-left: 0;
    }

    #kome {
        font-weight: 400;
        font-size: 8px;
        margin: 2% 0;
    }

    #rpa-table {
        padding-left: 0;
    }

    .rpa-form {
        height: 20%;
        margin: 2% 0;
        font-size: 12px;
    }

    .rpa-form-area {
        line-height: 12px;
        height: 10%;
        font-size: 12px;
        width: 20%;
        text-indent: 10px;
        padding: 2px 0;
        margin-left: 5%;
    }

    .err-msg {
        font-size: 8px;
        font-weight: 600;
        color: red;
        margin-left: 0;
        padding-top: 0;
    }

    .err-num-msg {
        font-size: 20px;
        font-weight: 700;
        color: red;
        margin-left: 5px;
        padding-top: 20px;
    }

    .submit-div {
        text-align: center;
        margin-bottom: 5%;
    }

    /*docreq.css*/

    #docreq {
        background-size: auto;
        margin-bottom: 0;
    }

    .pamphlet {
        width: 50%;
    }

    #pamphlet {
        padding-left: 30%;
    }

    /*pertner.css*/

    #pertner {
        background-size: auto;
        margin-bottom: 0;
    }

    /*trial.css*/

    #trial {
        background-size: auto;
        margin-bottom: 0;
    }

    /*product.css*/

    #rpa {
        margin-bottom: 0;
    }

    .rpa-table {
        margin: 1% auto;
        width: 85%;
        height: 150px;
    }

    #cr-logo {
        width: 40%;
    }

    #br-logo {
        width: 35%;
    }

    #wa-logo {
        width: 40%;
    }

    .rpatext {
        width: 60%;
        font-size: 12px;
        margin: 3% auto;
    }

    .rpa-support-title {
        padding-right: 5px;
        width: 40%;
        font-size: 30px;
    }

    .rpa-support-title:before {
        border-right: 15px solid transparent;
        border-bottom: 13px solid #2f5597;
    }

    .controlrobo {
        padding: 0;
        background-image: url(images/tile1.png);
        background-size: auto;
    }

    #service {
        margin-bottom: 0;
    }

    .title {
        font-size: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .text-1 {
        margin-top: 0;
        margin-left: 5%;
        font-size: 12px;
    }

    .description {
        font-size: 13px;
        padding: 0;
        margin-left: 5%;
    }

    .description-txt {
        margin-left: 5%;
        font-size: 13px;
    }

    .img-title {
        font-size: 10px;
        font-weight: 600;
        margin-top: 5%;
        margin-left: 5%;
    }

    .screen-table {
        margin: 0 5%;
    }

    .screen-caption {
        font-size: 11px;
    }

    .movie-txt {
        font-size: 9px;
        font-weight: 600;
        margin: 5% 0 0 0;
    }

    .movie-txt2 {
        font-size: 7px;
        font-weight: 600;
        margin: 3% 0 0 0;
    }

    #overall-view {
        width: 90%;
        margin: 2% 0 2% 5%;
    }

    .cr-three-img {
        width: 90%;
        display: flex;
        margin: 5% 0 0 5%;
    }

    .three-img {
        width: 150px;
    }

    .kakeru {
        margin: 55px 10px 0 10px;
        width: 20px;
    }

    .errlog-about-box {
        width: 90%;
        margin-left: 10%;
        margin-top: 5%;
    }

    .errlog-about-icon {
        width: 13px;
        margin: 0 2%;
    }

    .errlog-about-title {
        font-size: 15px;
    }

    .errlog-about-line {
        border-bottom: 2px solid gray;
        width: 80%;
    }

    .errlog-about-txt {
        font-size: 11px;
        margin: 2%;
    }

    .text-2 {
        font-size: 9px;
    }

    .price {
        font-size: 20px;
        font-weight: 900;
    }

    .price2 {
        font-size: 15px;
        font-weight: 100;
        margin-left: 5px;
    }

    .des-txt {
        margin-left: 12%;
    }

    #rpa-sup {
        height: 10px;
        background: none;
    }

    .rpa-support {
        background-size: auto;
    }

    .education {
        display: block;
    }

    #education-img {
        width: 60%;
        margin: 2% 0 2% 20%;
    }

    .img-txt {
        font-size: 12px;
    }

    .rpa-support {
        padding-bottom: 10px;
    }

    #sup-margin {
        background: none;
    }

    /*privacy.css*/

    #privacy1 {
        margin-bottom: 0;
    }

    #privacy2 {
        margin-top: 5%;
        margin-bottom: 0;
    }

    .privacy-container {
        width: 95%;
        font-size: 13px;
        margin: 0;
    }

    .subheader {
        font-size: 15px;
        margin-left: 5%
    }

    .sentence {
        width: 90%;
        margin: 5%;
    }

    #sign {
        right: 0;
        margin-bottom: 5%;
        margin-left: 0;
    }

    .txt_right {
        text-align: right;
        font-size: 8px;
    }

    .txt_left {
        right: 0;
        text-align: right;
        width: 90%;
        font-size: 9px;
    }

    .sign-img {
        width: 130px;
    }

    /*done.css*/

    .done-sentence {
        margin: 40px 0;
    }

    #cont-done {
        margin-bottom: 100px;
    }

    .done-td {
        display: block;
    }

    .done-table td {
        padding: 0 20px;
    }

    #cont-done-text {
        font-size: 18px;
        text-align: center;
        margin: auto;
        padding: 2%;
        width: 80%;
        height: 100px;
    }

    #tri-done-text {
        font-size: 18px;
        text-align: center;
        margin: auto;
        border: 2px solid navy;
        border-radius: 20px;
        padding: 2%;
        width: 80%;
        margin-top: 8%;
        height: 90px;
    }

    #robo-done {
        width: 45%;
        margin: 0 27%;
    }

    .sub-done-text {
        font-size: 15px;
    }

}
