/* CSS Document */

.note-text{
  font-size: 0.8rem;
  margin: 0;
  padding-bottom: 0;
}

/* Tablet landscape and bigger */
@media (min-width: 768px) {
  .catch-text{
    font-size:3rem;
  }
  .catch-text-sub{
    font-size:1.4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .catch-text{
    font-size:3rem;
  }
  .catch-text-sub{
    font-size:1.4rem;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .catch-text{
    font-size:3rem;
  }
  h2.catch-text{
    font-size:2.0rem;
  }
  .catch-text-sub{
    font-size:1.8rem;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .catch-text{
    font-size:3.4rem;
  }
  h2.catch-text{
    font-size:2.4rem;
  }
  .catch-text-sub{
    font-size:2rem;
  }
}




  /* off canvas */  
  .uk-offcanvas-bar {/* uikit.css 5406 */
    background: #004990;
  }
  .uk-button {
    padding: 0 15px;
  }
  .catch-text, .sec-title{
    /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
    font-size: 1.4rem;
  }
    .catch-text{
      font-size:1.6rem;
    }
@media (max-width: 640px) {
    .catch-text{
      font-size:1.4rem;
    }
}
@media (max-width: 320px) {
    .catch-text{
      font-size:1.3rem;
    }
}



.slide-area{}
  .catch-text-sub{
    font-weight:400;
  }
  .catch-text, .catch-text-sub{
    color:#000;
  }
  .catch-text-outline{
    text-shadow: 2px 2px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff;
    text-shadow: 2px 2px 1px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, -3px -3px 2px #fff;
  }
  .catch-text-white-plate{
    background-color: white;
    padding: 10px 15px 10px;
    border-radius: 4px;
    background: rgba(255,255,255,0.8);
  }

  .catch-text-shadow{
    text-shadow: 2px 2px 1px #222;
  }
  .catch-text-white-shadow{
    text-shadow: 2px 2px 15px #fff;
  }
.catch-logo{width:150px;}
.java-update{
  width:220px;
  position: absolute;
  right: 0;
  top: 0;
}

.first_disp_area{
  height:220px;
  top: 40%;
}

@media (max-width: 640px) {
  .first_disp_area{
    height:120px;
  }
  .catch-text-sub {
      font-size: 1.3rem;
  }
}
@media (max-width: 320px) {
  .first_disp_area{
    height:80px;
  }
  .catch-text-sub {
      font-size: 1.1rem;
  }
}



.top_text{
  width:100%;
  top: 0;
  left:0;
  position: absolute;
}

.zulu_enterprise{
  width:180px;
  bottom: 0;
  left:0;
  position: absolute;
}

.zulu_embedded{
  width:180px;
  bottom: 0;
  right: 0;
  position: absolute;
}

.zing{
  width:180px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
@media (max-width: 1200px) {
  .zulu_enterprise{
    width:150px;
  }
  .zulu_embedded{
    width:150px;
  }

  .zing{
    width:150px;
  }
}
.dule{
  width:120px;
  bottom: 0;
  right: 0;
  position: absolute;
}

.slide-ctrl-bar{width:700px;}
.slide-nav{
    position: absolute;
    bottom: 0;
    center: 0;
    right: 10%;
}
.main-text-color{color:#006738; font-weight:500;}

/* ヘッダ設定
 =========================================================================*/
.header-logo-align {
  width:200px;
}
.header-logo-align2 {
  width:80px;
}
@media (max-width: 640px) {
  a.ask-btn {padding: 12px;}
  .header-logo-align {
    margin-left: 0;
    width:200px;
  }
  .catch-logo{width:100px;}
}
@media (max-width: 320px) {
  a.ask-btn {padding: 12px;}
  .header-logo-align {
    margin-left: 0;
    width:180px;
  }
}

.tel-text{font-size:1.5rem;}
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .tel-text{font-size:1.2rem;}
}
@media (min-width : 636px ){
  .tel-text{font-size:1.3rem;}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .tel-text{font-size:1.5rem;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .tel-text{font-size:1.5rem;}
}



/* グローバルメニュー
===========================================================================*/
.nav-menu{
  color:#000;
  background-color:#FFF;
  border-right: solid 1px #FFF;
  /* border-bottom:solid 1px #FFF; */
}
.nav-menu:hover{
  color:#FFF;
  background-color:#2f1400;
  /* border-bottom:solid 1px #004990; */
}
.nav-menu,
.nav-menu a{
    -webkit-transition: all .6s;
    transition: all .6s;
}
.nav-menu-text{
  font-weight:100;
  font-size:0.9rem;
  display:block;
}
.nav-menu a:link,
.nav-menu a:visited,
.nav-menu a:hover,
.nav-menu  a:active{
  color:#000;
  text-decoration:none;
}
.nav-menu a:hover{
  color:#FFF;
}
.uk-button-text {color:#000 !important;}
.uk-button-text::before {border-bottom: 1px solid #000;}


.uk-button-text {/* uikit.css 1999 */
  line-height: 2.5;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
.nav-menu-text{  font-weight:400;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
.nav-menu-text{  font-weight:400;}
}

/* テキスト設定
===========================================================================*/
.title{font-size:1.1rem;line-height: 1.8;}
.desc-title{font-size:1.3rem;color: #006738;margin-bottom: 10px; font-weight: 600;}
.desc{font-size:1.1rem;}
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .desc-title{font-size:1.0rem;}
  .title{font-size:0.9rem;}
  .desc{font-size:0.9rem;}
}
@media (min-width : 636px ){
  .desc-title{font-size:1.1rem;}
  .title{font-size:1.0rem;}
  .desc{font-size:1.0rem;}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .desc-title{font-size:1.3rem;}
  .title{font-size:1.1rem;}
  .desc{font-size:1.1rem;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .title{font-size:1.1rem;}
  .desc{font-size:1.1rem;}
}

.main-text-border{border-bottom:5px solid #004990;}
.main-link-border{border-bottom:1px solid #CC0003;}

.desc .space{margin-left: 70px;}


/* インフォメーション設定
============================================================================*/
.info-list-area{
  height: 285px;
  overflow: auto;
  background-color:#FFF;
  display:block;
}

/* カード設定
============================================================================*/
.card-bg01{
  background-color:#509e2f;
  color:#FFF;
}
.card-bg02{
  background-color:#FFF;
  color:#9576CF;
}

.card-bg01 a:link {
  background-color: #FFF;
  color: #3C673C;
}
.card-bg01 a:link:hover,
.card-bg01 a:active {
  background-color: #3C673C;
  color: #FFF;
}

.card-bg01 a:visited {
  background-color: #3C673C;
  color: #FFF;
	text-decoration:none;
}
/* メニュー設定
============================================================================*/
ul.menu-pickup{
  font-size: 1rem;
  overflow: hidden;
  text-align: center;
  margin: 0px auto 30px;
  list-style: none;
}
ul.menu-pickup li{
  display:block;
}
.atr-flex{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.menu-panel{
  border-radius: 500px;
  background-color:#FFF;
  padding: 10px 20px;
  font-weight:500;
}
.menu-panel-color1{
  color:#ff9900;
}
.menu-panel-color2{
  color:#3b663b;
}
.menu-panel-text{
  color:#FFF;
  font-weight:800;
  padding: 10px 20px;
}


.menu-title{
  color:#3b663b !important;
}
.menu-title2{
  color:#ff9900 !important;
}
.menu-body{padding:10px 15px;}
.menu-text{
  font-size:1rem;
  margin-bottom: 0px;
  line-height: 1.4;
}

/* ラベル */
.uk-badge {
    border-radius: 4px;
    background: #004990;
    position: absolute;
    top: 50px;
    right: 10px;
}
.uk-badge-msys {
    background: #004990 !important;
    color:#FFF !important;
}
    .fc_azul{
      color:#004990 !important;
      font-weight: 600;
      font-size: 1.2rem;
      padding-top: 6px;
    }

/* お問い合わせエリア
============================================================================*/
.inq-text{
  font-size:0.8rem;
  margin-bottom: 0px;
}
.inq-title{
  font-weight: 200;
  font-size:1.2rem;
  color: #FFF;
}
.inq-btn{
  pading:20px;
}
.uk-button-large {/* uikit.css 1987 */
  line-height: 1.4 !important;
}

/* Phone landscape and bigger */
@media (min-width: 300px) {
  .inq-title{line-height:1.0 !important;}
}
@media (min-width : 640px ){
  .inq-title{line-height:2.8;}
}


/* ご利用の流れ
===========================================*/
.flow-step-text{
  font-size:1.6rem;
  color: #e12f10 !important;
  font-size:1.4rem;
  font-weight: 700;
}
.flow-text{
  color: #000 !important;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size:1.4rem;
}
.flow-padding{padding: 0px 20px;}

/* Phone landscape and bigger */
@media (min-width: 960px) {
  .flow-padding{padding: 0px 0px;}
}

.flow-border{border-bottom: #999 1px solid;
      padding-top: 30px;
}
.flow-step-bg{background-color: #F8F8F8}
@media (max-width: 960px) {
.flow-border{
  border-bottom: #999 1px solid;
  padding-top: 0px;
  }
}

/* Phone landscape and bigger */
@media (min-width: 320px) {
  .flow-text{font-size:1.0rem;}
}
@media (min-width : 640px ){
  .flow-text{font-size:1.4rem;}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .flow-text{font-size:1.0rem;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .flow-text{font-size:1.4rem;}
}

/* よくある質問
============================================================================*/
.faq-area-padding{padding:10px 20px;}
.faq-text-title{font-size:1.2rem;}
.faq-desc-padding{padding:10px 20px;}
.faq-text-desc{
  font-size:1.0rem;
  color: rgba(255, 255, 255, 1.0);
  font-weight:300;
line-height:1.3;
}
.faq-border{border-bottom: 1px solid #e5e5e5;}

/* 会社概要
============================================================================*/
.manage_logo{width:40%;margin:0 auto;}
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .manage_logo{width:40%;margin-top:0px;}
}
@media (min-width : 640px ){
  .manage_logo{width:60%;margin-top:30px}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .manage_logo{width:60%;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .manage_logo{width:40%;}
}
    
/* CONTACT
============================================================================*/
.contact-tel-text{font-size: 1.2rem;}
.contact-tel-num{font-size: 1.6rem;}
.contact-tel-reg{font-size: 0.8rem;}
.inq-btn-area{width:60%; margin: 40px auto;}
/* Phone landscape and bigger */
@media (min-width: 320px) {
  .contact-tel-text{font-size: 1.2rem;}
  .contact-tel-num{font-size: 1.6rem;}
  .contact-tel-reg{font-size: 0.8rem;}
  .inq-btn-area{width:100%; margin: 40px auto;}
}
@media (min-width : 640px ){
  .contact-tel-text{font-size: 1.2rem;}
  .contact-tel-num{font-size: 1.6rem;}
.contact-tel-reg{font-size: 0.8rem;}
  .inq-btn-area{width:100%; margin: 40px auto;}
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .contact-tel-text{font-size: 1.2rem;}
  .contact-tel-num{font-size: 1.6rem;}
  .contact-tel-reg{font-size: 0.8rem;}
  .inq-btn-area{width:40%; margin: 40px auto;}
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .contact-tel-text{font-size: 1.2rem;}
  .contact-tel-num{font-size: 1.6rem;}
  .inq-btn-area{width:40%; margin: 40px auto;}
}


/* フッダー
============================================================================*/
#footer {
  background-color: #fff;
  font-size: 13px;
}
/*-- フッダーナビ --*/
#footer .footnav {
  font-size: 13px;
  overflow: hidden;
  margin-bottom:0px;
}
#footer .footnav li {
  list-style: none;
  width: 50%;
  box-sizing: border-box;
  float: left;
  border-bottom: solid 1px #CCCCCC;
}
#footer .footnav li:nth-child(odd) {
  border-right: solid 1px #CCCCCC;
}
#footer .footnav li:nth-child(even) {
}
#footer .footnav li a,
#footer .footnav li span {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
/*--- リンク ---*/
#footer .footnav li a:link, #footer .footnav li a:visited {
	color: #333333;
	text-decoration: none;
}
#footer .footnav li a:hover, #footer .footnav li a:active {
	color: #FFF;
	text-decoration: none;
  background-color:#004990;
}
/*-- コピーライト --*/
#footer .copy {
  background-color: #004990;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.4;
}
#footer .copyinn {
  padding: 10px 0px;
  text-align: center;
}
/* 320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
  /*-- フッダーナビ --*/
  #footer .footnav li {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom:0px;
  }
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
}
/* 768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*-- コピーライト --*/
  #footer .copy {line-height: 1.1;}
  /*-- フッダーナビ --*/
  #footer .footnav {margin-bottom:0px;}
}
/* 1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #footer {
    padding-top: 30px;
  }
  /*-- フッダーナビ --*/
  #footer .footnav {
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 30px;
    max-width: 1200px;
  }
  #footer .footnav li {
    display:inline;
    float:none;
    border-bottom:none;
    padding: 0px 1%;
    font-weight: bold;
  }
  #footer .footnav li a,
  #footer .footnav li span {
    display:inline;
  }
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
  /*--- リンク ---*/
  #footer .footnav li a:hover, #footer .footnav li a:active {
	  color: #F90;
	  text-decoration: none;
    background-color: transparent;
  }
  /*-- コピーライト --*/
  #footer .copyinn {
    max-width: 1260px;
    margin: 0px auto;
    text-align:center;
  }
}

/* 他社比較
==================================================================*/
    table.co-compare{
      background: #FFF;
      min-width: 800px;
    }    
    .uk-table th {
      padding: 16px 12px;
      text-align: center;
      vertical-align: bottom;
      font-size: 0.875rem;
      font-weight: normal;
      color: #FFF;
      text-transform: inherit;
      border: 1px solid;
      background: #004990;
    }
    table.co-compare td{
      width: 25%;
      font-size: 0.875rem;
      border: #ccc 1px solid;
      vertical-align: middle;
    }
    table.co-compare td.idx-val{
      text-align: center;
    }

/* システム要件
==================================================================*/
    .w40{width: 40px;}
    
/* プリント設定
==================================================================*/
@media print {
  @page {
  margin-top:0.4cm;
  margin: 0.5cm;
  }
  p, a, code, pre {
  word-wrap: break-word;
  }
  .no-print {display:none;}
 
}