﻿/* 
   スクリーンの幅が「768px以下の時」 
   @media screen and (max-width:768px) のスタイルが適用される 
*/
@media screen and (max-width: 768px) {
    * {
        font-size: 98%;
    }

    h3 {
        font-size: 95%;
    }

    #mainpage {
        margin-top: 45px;
     
    }

    .menu-container .menu {
        display: none;
        position: fixed;
        width: 50%;
        top: 50px;
        right: 0;
    }

    .menu-container .menu li a {
        border-bottom: 1px #696969 solid;
        border-right: none;
        background-color: white;
        text-align: left;
        padding-left: 1em;
    }

    .menu-container .menu li:first-child {
        border-top: 1px solid #696969;
    }

    .menu-container .menu li:last-child a {
        border-bottom: none;
    }

    li.menu-item a:hover {
        color: #696969;
        /*menuの日本語部分をhover時に白色にならないようにする*/
    }

    li.menu-item a:active {
        background-color: #c0c0c0;
        color: #ffffff;
    }



    /*横並びメニューからハンバーガーメニューになる*/
    .icon-hamburger {
        display: inline-block;
    }

    header {
        height: 50px;
    }

    .header-left img:first-child {
        width: 170px;
        height: 50px;
    }

    .box {
        position: relative;
        height: 427px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1000px 100%;
        margin-top: 50px;
    }

    .adress {
        display: none;
    }

    /*各種style*/
    h1 {
        font-size: 16px;
        margin-bottom: 50px;
    }

    h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 1em;
        border-bottom: 2px #191970 dashed;
        clear: both;
    }

    h2:first-letter {
        font-size: 1.5em;
        color: #191970;
    }

    /* SubMenu 開始 */

    ul.submenu {
        display: none;
    }

    ul #teamviewer {
        display: none;
    }

    /* SubMenu 終了 */

    /*table-K*/
    table.table-k tr td:first-child {
        display: none;
    }

    /*NEWS*/
    .scrollArea {
        height: 300px;
        overflow-y: scroll;
        padding-right: 20px;
        width: 95%;
        float: left;
        background-color: #FFFFFF;
        margin: 0 auto;
        margin-bottom: -50px;
    }

    /*twitter*/
    .header-right{
        display:none;
    }
    /*.twitter-wrap {
        display: none;
    }*/
    .twitter-icon-768px {
        display: inline;
        float: right;
        margin-right: 55px;
        margin-top:-5px;
        font-size:3em;
    }
        .twitter-icon-768px i{
            color:#000000;
        }

    /*PRODUCT*/
    #product {
        padding-top: 59px;
        margin-top: -50px;
    }

    .product-list-top li {
        min-width: 100%;
        /*background-color:red;*/
    }

    /*h5{
        width:115%;
    }*/
    .hpsample li {
        margin-left: -50px;
    }

    .product-block {
        margin-left: -1.5em;
    }

    .product-block img {
        width: 100%;
    }

    .product-block {
        clear: both;
        padding-bottom: 3em;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
        width: 100%;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    ul.product-img {
        padding-left: 0;
    }

    ul.product-img li {
        width: 30%;
    }

    .product-block li {
        width: 100%;
        padding-bottom: 2em;
    }

    .product-img li img {
        float: none;
        margin-top: unset;
        width: 100%;
    }

    .product-table {
        clear: both;
    }

    .product_attend h3 {
        clear: both;
    }

    .product_attend p {
        font-size: 1.2em;
        margin-left: 0;
    }

    .unvisible {
        display: none;
    }

    .visible {
        display: block;
    }

    dd.point08-icon {
        display: none;
    }

    .point08 dd {
        margin-left: 0;
    }


    .box7 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 9;
        grid-row-end: 10;
    }

    .box8 {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 10;
        grid-row-end: 11;
    }

    /* WEB日誌 */
    .productbox>h1 {
        font-size: 2em;
    }

    .productbox p {
        font-size: 1em;
    }

    #top ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 0.8em;
        margin-top: -3em;
    }

    .hand {
        position: absolute;
        top: 30px;
        animation: none;
    }

    dl.cp_qa {
        width: 100%;
    }

    #fifth-box ul {
        display: block;
        margin: 0 auto;
    }

    .btntransform::after {
        visibility: hidden;
    }


/**** NEW製品ページ　全システム共通パーツ ****/
    .sp_br {
        display: block;
    }
    .secttl {
        display: flex;
        align-items: center;
        padding: .5em .6em;
        margin-bottom: 30px !important;
        font-size: 20px;
        font-weight: bold;
        width: 90%;
    }
    .secttl1 {
        width: 90%;
    }
    .product_li {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 0 4px;
    }
    .slider {
        width: 90%;
        margin: 0 auto;
    }
    .swct .swiper-button-prev {
        z-index: 2;
        left: 0;
        top: 54%;
        width: 20px;
        height: 20px;
    }
    .swiper-button-prev:after {
        font-size: 26px !important;
    }
    .swct .swiper-button-next {
        z-index: 2;
        right: 0;
        top: 54%;
        width: 20px;
        height: 20px;
    }
    .swiper-button-next:after {
        font-size: 26px !important;
    }
    .swiper-pagination {
        bottom: -30px !important;
    }
    .swiper-pagination-bullet-active {
        background: #808080 !important;
    }
/*    .sec {
        width:100%;
        max-width: 80%;
        padding: 0;
        margin: 0 auto;
    }*/
    .question-box {
        position: relative;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        padding: 0 1% 1% 1%;
    }
    .question-q,
    .question-a {
        position: relative;
        display: flex;
        align-items: flex-start;
        align-content: center;
        margin: 0;
        padding: 1em 0em 1em 3.4em;
        font-size: 16px;
        color: #696969;
    }
        .question-q::before,
        .question-a::before {
            display: inline-block;
            position: absolute;
            width: 40px;
            height: 40px;
            left: 1%;
            border-radius: 50%;
            color: #fff;
            font-weight: 600;
            font-size: 1.1em;
            line-height: 40px;
            text-align: center;
        }
/* 推奨環境 */
    .productbox > table {
        max-width:95%;
        font-size:0.95em;
        /*width: 25em;*/
    }

/*** 財務ver4_renewal ***/
    .zm_mv {
        width: 100%;
        height: 420px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url(img/product/zaim/zaimu_mv_sp_2025.3.jpg)center center / cover no-repeat;
    }
    .zm_verup {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 15px;
        background-color: rgb(255, 250, 233);
    }
    .zm_appeal {
        width: 100%;
        margin: 0 auto 20px !important;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        background: #ffc8a3;
        border-radius: 15px 15px 0 0;
    }
    .zm_ap_box {
        width: auto;
    }
    .zm_ap_pic {
        width: 90%;
    }
/*    .zm_sec5_ct {
        width: 98%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
        border: 2px solid #ffcc80;
    }*/
    .zm_bnrbox {
        display: flex;
        flex-direction: column;
    }
    .zm_bnr {
        width: 90%;
    }
    .zm_sec5_ct .product-list dt {
        font-size: 16px !important;
    }
    .zm_sec5_ct .product-list dd {
        font-size: 14px !important;
    }
    /* スライドする画像 */
    .zm_button:after {
        color: #ffc966;
    }

/*** 相談記録システム ***/
    .soudan_mv {
        width: 100%;
        height: 420px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url(img/product/soudan/soudan_mv_sp_new.png)center center / cover no-repeat;
    }
    .soudan_mv_old {
        width: 100%;
        height: 420px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url(img/product/soudan/soudan_mv_sp.png)center center / cover no-repeat;
    }
/* スライドする画像 */
    .soudan_button:after {
        color: #ff6666;
    }

/* 介護保険 */
.cr__top-mv {
    z-index: 2;
    width: 100%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(img/product/cr/mv.png) center center / cover no-repeat;
}
.cr__top-ul {
    z-index: 0;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fffcfc;
    border-top: 2px solid rgb(104, 130, 161, 0.7);
    border-bottom: 2px solid rgb(104, 130, 161, 0.7);
}
    /* 231227ケアプラン連携　表追加 */
/*    .careplantable {
        font-size: 0.5em;
    }
    .careplantable img {
        width: 40%;
    }*/

    /*SUPPORT*/
    .support td span {
        font-weight: bold;
        font-size: 65%;
        max-width: 100%;
    }

    .support p:first-child {
        font-size: 100%;
    }

    .support a {
        pointer-events: none;
        text-decoration: none;
    }

    /* 会社概要　開始 */

    table.companytable {
        max-width: 95%;
    }

    table.companytable>tbody>tr>th,
    table.companytable>tbody>tr>td {
        display: block;
        width: 100%;
        border-style: none;
    }

    table.companytable>tbody>tr>td {
        border-bottom: 1px solid #ccc;
    }

    table.companytable>tbody>tr>th,
    table.companytable>tbody>tr>td {
        padding: 0.2em;
    }

    /* 会社概要　終了 */

    /*div.contents-product {
        margin-left:1em !important;  
    }*/

    .side-menu {
        display: none;
    }

    table.product-table th {
        display: block;
        width: 100%;
    }

    table.product-table th h5 {
        display: block;
    }

    /* 採用情報　開始 */

    .recruit dl dt {
        position: initial;
    }

    .recruit dl dt,
    .recruit dl dd {
        float: none;
        display: block;
        width: 100%;
    }

    .recruit dl dd {
        padding-left: 1em;
    }

    div.interview-box h5 {
        background: linear-gradient(90deg, #19448e, #89c3eb);
        font-size: 15px;
        color: white;
        margin-right: 2%;
        padding-left: 2%;
    }

    .submenu {
        display: none;
    }

    .tab-content {
        width: 95%;
    }

    /* 221122追記 */
    .recruit_wrap {
        width: 100%;
        margin: 0 auto;
        grid-gap: 3%;
    }

    .tab-label {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 20%;
        text-align: center;
        margin-bottom: 5%;
    }

    .tab-img {
        display: block;
        margin: 5px auto;
        height: 50px;
        object-fit: cover;
    }

    .tab-content {
        margin: 0 auto;
    }

    .interview__wrap {
        width: 100%;
    }

    .interview__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .interview__container:nth-child(1)::before {
        border: none;
    }

    .interview__box2 {
        margin-bottom: 5%;
    }

    .interview__pic1 {
        width: 100%;
        min-width: 270px;
    }

    /* 社長インタビュー */
    .interview__container>h1 {
        font-size: 1.25em;
        margin-bottom: 5%;
        padding: 3%;
        text-align: center;
    }



    /* 採用情報　終了 */

    .table-system thead {
        display: none;
    }

    .table-system tr,
    .table-system td {
        display: block;
        width: auto;
    }

    .table-system td:nth-child(n+2) {
        font-size: 150%;
        text-align: center;
    }

    .table-system-os td:nth-child(n+1) {
        font-size: 100%;
    }

    .table-system tr {
        border: 1px solid #dbe1e8;
        border-radius: 5px;
        box-shadow: 3px 3px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
        padding: 8px 8px 0;
    }

    .table-system td {
        border: none;
        border-bottom: 1px solid #dbe1e8;
        display: flex;
        justify-content: space-between;
        text-align: left;
    }

    .table-system td:last-child {
        border-bottom: none;
    }

    .table-system td::before {
        content: attr(aria-label);
        display: inline-block;
        font-weight: bold;
        /* float: left; */
        text-align: center;
        padding-right: 20px;
        white-space: nowrap;
        font-size: 15px;
        line-height: 200%;
    }

    .table-system td.bt-area::before {
        display: none;
    }

    .table-system td.bt-area a {
        background: #007aff;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        flex: 1;
        height: 40px;
        margin: 0 2px;
        overflow: hidden;
        width: auto;
    }

    .table-system td.bt-area a::before {
        align-items: center;
        content: attr(aria-label);
        display: flex;
        font-size: 14px;
        height: 100%;
        justify-content: center;
        line-height: 40px;
        width: 100%;
    }

    .table-system.header-check tr {
        padding-left: 40px;
        position: relative;
    }

    .table-system.header-check td:first-child {
        align-items: center;
        background: #fff;
        border-right: 1px solid #dbe1e8;
        border-bottom: none;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 40px;
    }

    .table-system.header-check td:first-child::before {
        display: none;
    }

    /*pressrelease*/
    .pressrelease dt {
        /*padding-top: 10px;*/
        font-weight: bold;
        color: #4169e1;

    }

    .pressrelease dd {
        /*line-height:2;*/
        margin-left: 0;

    }

    /*pagetopへのリンク用スタイル*/
    #page-top {
        position: fixed;
        right: 20px;
        z-index: 20;
    }

    #page-top a {
        font-family: "Font Awesome 5 Free";
        content: "f35b";
        color: #0865bf;
        font-size: 250%;
        text-decoration: none;
        width: 35px;
        height: 25px;
        line-height: 25px;
        /*padding: 5px 5px;*/
        text-align: center;
        /*display: block;*/
        background-color: white;
        border-radius: 50%;
    }

    #page-top a:after {
        content: '';
        text-align: center;
        /*padding-left: 0.5em;*/
    }

    #page-top a:active {
        background-color: #0865bf;
        color: #ffffff;
    }

    #page-top a:hover {
        background-color: #0865bf;
        color: #ffffff;
    }

}

/*mediaおわり*/
div.ma-text p {
    font-size: 10px;
}
/* magazine用スタイル 開始 */
h2.magazine-title br {
    display: initial;
}
.column {
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
    overflow: hidden;
}
.column div {
    width: 100%;
}
.column li {
    width: 100%;
    /*height:11vh;*/
    height: 100px;
}
.column li p {
    top: 20%;
    float: left;
    width: 67%;
    background-color: transparent;
    color: black;
    text-align: left;
    margin-left: 0.5em;
    font-size: 110%;
}
.column li .maim-img {
    float: right;
    width: 32.5%;
}
.columndisp {
    min-height: 13vh;
    font-size: 0.9em;
}
#magazineAttention
{
    font-size:9px;

}
/* magazine用スタイル 終了 */