<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#sub_contents {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    background: #fff;
    background-size: 100%;
    padding: 50px 0;
}
.sys_con{
    max-width:1000px;
    margin: 0 auto; 
}
.sys_border {
    box-sizing: border-box;
    padding: 50px 20px;
    background: #ebeff8;
}

 /*-----------スライダー変更----------*/

        .sec_inner{
            max-width: 780px;
            margin: 0 auto;
            width: 100%;
        }
      
        .slider img{
            width:100%;
        }

       
        .slick-slide{
            height:auto!important;
        }
        

        .slick-dots li:nth-of-type(1) button:before{
          background: url("../images/sys/slbt.jpg") no-repeat;
          background-size: contain!important;
        }
        .slick-dots li:nth-of-type(2) button:before{
          background: url("../images/sys/slbt.jpg") no-repeat;
          background-size: contain!important;
        }
        .slick-dots li:nth-of-type(3) button:before{
          background: url("../images/sys/slbt.jpg") no-repeat;
          background-size: contain!important;
        }
        .slick-dots li button:before{
            content: ''!important;
          height:100%!important;
          width: 90%!important;
        }

        .slick-dots li{
          width: 99px!important;
          height:99px!important;
          margin: 0!important;
        }
        .slick-dots li button{
          width:100%!important;
          height:100%!important;
        }

        .slick-dots{
          bottom: initial!important;
          margin-top:20px!important;
        }

        /*-----------矢印変更----------*/

          .slick-next{ right:-60px!important;}
          .slick-prev{ left:-60px!important; }


          .slick-next:before{
            background: url("../images/sys/sl_r.png")!important;
            background-size: contain!important;
          }

          .slick-prev:before{
            background: url("../images/sys/sl_l.png")!important;
            background-size: contain!important;
          }

          
          .slick-arrow{
            z-index:2!important;
            width:30px!important;
            height:30px!important;
          }
          .slick-arrow:before{
            content:""!important;
            width: 100%!important;
            height: 100%!important;
            position: absolute;
            top: 0;
            left: 0;
            opacity:1!important;
          }

 /*-----------スライダー変更ここまで----------*/

.sys_sl_txt {
    text-align: center;
    padding: 40px 0;
}
.sys_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
li.sys_li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ebeff8;
}
.sys_li_l_bl {
    display: table-cell;
    background: #222222;
    color: #fff;
    text-align: center;
        padding: 24px 0;
        width: 20%;
}
.sys_li_{
    display: table-cell;
    vertical-align: middle;
}
.sys_li_l_gl{
        display: table-cell;
    background: #3b3d43;
    color: #fff;
    text-align: center;
        padding: 24px 0;
         width: 20%;
}
.sys_li_r{
    background: #fff;
        padding: 24px 0;
}
.sys_li_r {
    background: #fff;
    padding: 24px 0 24px 24px;
    box-sizing: border-box;
}
.sys_box {
    margin-bottom: 40px;
}
.cre_ttl {
    background: #3b3d43;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.cre_con {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}
.cre_con img{
    vertical-align: top;
}

@media screen and ( max-width:414px){

    .sys_border {
    box-sizing: border-box;
    padding: 0px;
    background: #ebeff8;
}
.sys_li_l_bl {
    text-align: center;
    padding: 8px 0;
    width: 40%;
    vertical-align: middle;
}
.sys_li_l_gl {

    text-align: center;
    padding: 8px 0;
    width: 40%;
    vertical-align: middle;
}

.slick-arrow:before{
   display: none!important;
}

.slick-prev, .slick-next{
    display: none!important;
}

}</pre></body></html>