@charset "UTF-8";
/* 基本的なルール(できる範囲で)
 
・classを使用
・レイアウトのみID使用
・Base、Layout、Module、State、jsで構成
・基本マルチクラス、たまにシングルクラスでも可

========================================================================== */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  border: 0;
  font-family: 'メイリオ', Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: 0;
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.9;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, figure {
  margin: 0;
  padding: 0;
}

dt, dd, section {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  margin: 0;
}

em, address {
  font-style: normal;
}

/* デフォルト状態のインライン要素をブロック要素に指定 */
article, aside, figure, figcaption, details, footer, header, hgroup, nav, section, summary, main {
  display: block;
}

input, textarea {
  font-family: 'メイリオ', Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
}

/* link
-------------------------------------------*/
/* clearfix
----------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background: #F7F7F7;
  color: #444;
  line-height: 1.5;
}

/* ヘッダ
----------------------------------- */
#header {
  margin: 0;
  background: #024892;
}

#topheader {
  background: #024892;
}

.sitename {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
}

#change {
  display: none;
}

.changehead {
  position: fixed;
  top: 0;
  width: 100%;
  background: #024892;
}

.pageheader {
  display: table;
  width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
  background: #024892;
}

.siteid {
  display: table-cell;
}

/* ナビ
----------------------------------- */
.gnavOut {
  display: table-cell;
  padding: 0;
}

.gnav {
  display: table;
  margin: 0 0 0 auto;
  box-sizing: border-box;
}
.gnav > li {
  display: table-cell;
  padding: 0 15px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.gnav > li > a {
  padding: 0 3px 2px;
  border-bottom: 2px solid #024892;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.gnav > li > a:hover {
  padding: 0 3px 2px;
  border-bottom: 2px solid #fff;
  -webkit-transition: border-bottom-color 0.3s ease-in;
          transition: border-bottom-color 0.3s ease-in;
}
.gnav > li > .current {
  padding: 0 3px 2px;
  border-bottom: 2px solid #fff;
}
.gnav > li:last-child {
  padding-right: 0;
}

/* 下層
----------------------------------- */
.page {
  background: #eee;
}

.contents {
  margin-top: 98px;
}

.breadcrumb {
  width: 1000px;
  margin: 0 auto 60px;
}
.breadcrumb > li {
  display: inline;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 8px 0 0;
}
.breadcrumb > li:first-child img {
  padding-bottom: 2px;
}
.breadcrumb > li:before {
  content: '＞';
  margin-right: 8px;
}
.breadcrumb-first:before {
  content: none !important;
}

/* 戻る
----------------------------------- */
.pagetop {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 20px;
  text-align: right;
}
.pagetop > a {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  background: url(../img/back.gif) right center no-repeat;
  color: #024892;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}

/* フッター
----------------------------------- */
#footer {
  background: #024892;
}

.footer-inn {
  display: table;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  background: #024892;
  vertical-align: bottom;
}
.footer-logo {
  display: table-cell;
}

.copyright {
  display: table-cell;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: bold;
  text-align: right;
}

.topmv {
  max-width: 1330px;
  height: 592px;
  height: 586px\9;
  margin: 0 auto;
  padding-top: 20px;
  background: #fff url("../img/top/mv.jpg") center center no-repeat;
  background-size: auto 100%;
}
.topmv-outer {
  width: 100%;
  background: #fff;
}

.topmvBox {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.topmvBox-sw {
  float: left;
}
.topmvBox-inq {
  float: right;
}
.topmvBox-inq > p {
  margin: 0;
}
.topmvBox-inq-list {
  overflow: hidden;
}
.topmvBox-inq-list > li {
  float: left;
}
.topmvBox-inq-list > li:first-child {
  margin-right: 10px;
}

.topnav {
  margin: 0 0 60px;
  padding: 0px 10px;
  background: #024892;
}

.topnavBox {
  display: table;
  margin: 0 auto;
  padding: 30px 0;
  background: #024892;
  box-sizing: border-box;
}
.topnavBox > li {
  display: table-cell;
  padding: 0 17px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.topnavBox > li > a {
  padding: 0 3px 2px;
  border-bottom: 2px solid #024892;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.topnavBox > li > a:hover {
  padding: 0 3px 2px;
  border-bottom: 2px solid #fff;
  -webkit-transition: border-bottom-color 0.3s ease-in;
          transition: border-bottom-color 0.3s ease-in;
}

.menu {
  margin-top: 5px;
  width: 250px;
  display: inline;
}

.topSec {
  clear: both;
  overflow: hidden;
  margin: 0 0 50px;
}
.topSec-ttl {
  font-size: 32px;
  font-size: 3.2rem;
  color: #024892;
  text-align: center;
}

.topPoint {
  width: 1000px;
  margin: 0 auto;
}
.topPoint-head {
  margin: 0 0 30px;
}
.topPoint-box {
  overflow: hidden;
  float: left;
  width: 310px;
  height: 430px;
  margin: 0 11px;
  padding: 15px 25px;
  background: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  color: #535353;
  box-sizing: border-box;
}
.topPoint-ttl {
  margin: 0 0 6px;
  padding: 0 0 0 60px;
  background: url(../img/top/img_check.png) left center no-repeat;
  font-size: 36px;
  font-size: 3.6rem;
  color: #00CA98;
}
.topPoint-subttl {
  margin: 10px 0 5px;
  font-size: 21px;
  font-size: 2.1rem;
}
.topPoint-subttl > span {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: -0.5px;
}

.topFuncRead {
  clear: both;
  margin: 30px 0 50px;
  font-size: 45px;
  font-size: 4.5rem;
  color: #024892;
  text-align: center;
}
.topFuncRead > span {
  padding: 0 0 3px;
  border-bottom: 15px solid #FFFF26;
}

.topFunc {
  clear: both;
  overflow: hidden;
  padding: 30px;
}
.topFunc-head {
  margin: 0px;
}
.topFunc-fig {
  float: right;
  margin: 0 0 0 40px;
}
.topFunc-ttl {
  margin: 0 0 20px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: normal;
  color: #024892;
}
.topFunc-inn {
  width: 1000px;
  margin: 0 auto;
}
.topFunc-inn > p {
  font-size: 18px;
  font-size: 1.8rem;
}
.topFunc-inn > p > em {
  color: #B20000;
}

.topFunc:nth-child(even) {
  background: #eee;
}

.topBtn {
  width: 1000px;
  margin: 0 auto;
}
.topBtn > a {
  display: block;
  margin: 25px 20px 0;
  text-align: right;
}

.topEx {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 30px;
  background: #eee;
}
.topEx-head {
  margin: 0 0 20px;
}
.topEx-inn {
  display: table;
  table-layout: fixed;
  width: 856px;
  margin: 0 auto;
}
.topEx-list {
  display: table-cell;
  width: 180px;
  padding: 0 20px 10px;
}
.topEx-list > dd {
  font-size: 15px;
  font-size: 1.5rem;
}
.topEx-img {
  margin: 0 0 35px;
}
.topEx-ttl {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.3;
  text-align: center;
}
.topEx-ttl1 {
  padding: 10px 0 25px;
}
.topEx-ttl2 {
  padding-bottom: 10px;
}

.topDemo {
  display: table;
  width: 1000px;
  margin: 0 auto 50px;
  padding: 15px 20px;
  background: #FF8000;
  font-size: 30px;
  font-size: 3.0rem;
  color: #fff;
  box-sizing: border-box;
}
.topDemo-txt {
  display: table-cell;
  padding: 0 10px 0 90px;
  background: url(../img/top/img_arrw.png) right center no-repeat;
  line-height: 2;
}
.topDemo-btn {
  display: table-cell;
  text-align: right;
}
.topDemo-btn > a > img {
  vertical-align: middle;
}

/* 下層共通
----------------------------------- */
.main-ttl {
  margin: 0 0 100px;
  font-size: 38px;
  font-size: 3.8rem;
  color: #004692;
  text-align: center;
}
.price-ttl {
  margin: 0 0 70px;
  font-size: 38px;
  font-size: 3.8rem;
  color: #004692;
  text-align: center;
}
.main-ttl > span,
.price-ttl > span{
  padding: 0 0 5px;
  border-bottom: 3px dashed #92B6D6;
}

.inqSec {
  clear: both;
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 25px;
  background: #fff;
  border: 5px solid #ddd;
  box-sizing: border-box;
}
.inqSec-ttl {
  padding: 0 55px 30px;
}
.inqSec-tel {
  padding: 0 55px 30px;
}
.inqSec-tel > img {
  margin: 0 20px 0 0;
}
.inqSec-btn {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 25px 55px 0;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.inqSec-btn > li {
  display: table-cell;
  width: 50%;
}
.inqSec-btn > li:last-child {
  text-align: right;
}

/* 機能
----------------------------------- */
.funcSec {
  clear: both;
  overflow: hidden;
  padding: 40px;
}
.funcSec-head {
  margin: 0px;
}
.funcSec-fig {
  float: right;
  margin: 0 0 0 40px;
}
.funcSec-ttl {
  margin: 0 0 15px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: normal;
  color: #004692;
  line-height: 1.3;
}
.funcSec-inn {
  width: 1000px;
  margin: 0 auto;
}
.funcSec-inn > p {
  font-size: 17px;
  font-size: 1.7rem;
}
.funcSec-inn > p > em {
  color: #B20000;
}

.funcSec:nth-child(2) {
  padding-top: 0;
}

.funcSec:nth-child(odd) {
  background: #ddd;
}

.func_inqSec {
  padding: 100px 0 0;
  background: #fff;
}
.func_pagetop {
  overflow: hidden;
  background: #fff;
}

/* 料金
----------------------------------- */
.price {
  margin-bottom: 100px;
}

.priceSec {
  display: table;
  width: 1000px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.priceSec-ttl {
  display: table-cell;
  width: 200px;
  padding: 0;
  vertical-align: top;
}
.priceSec-ttl > span {
  padding: 5px 15px 2px;
  border: 1px solid #024892;
  background: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  color: #014792;
}
.priceSec-txt {
  display: table-cell;
  padding: 0 0 0 30px;
  text-align: left;
  vertical-align: top;
}
.priceSec-txt > p:first-child {
  margin: 0 0 40px;
}
.priceSec-memo {
  margin: 0 50px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
.priceSec-fig {
  display: table-cell;
  width: 218px;
  vertical-align: top;
}

.priceFigSec {
  margin: 60px 0 0;
}
.priceFigSec-inn {
  padding: 30px 0;
  background: #DFDFDF;
}
.priceFigSec-ttl {
  padding: 15px 0 7px;
  background: url(../img/price/bg_triangle.png) top center no-repeat;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
.priceFigSec-ttl > span {
  display: inline-block;
  padding-bottom: 10px;
}
.priceFigSec-ttl:before {
  content: url(../img/price/icn_man_g.png);
  margin-right: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.priceFigSec-ttl:after {
  content: url(../img/price/icn_home_g.png);
  margin-left: 30px;
  display: inline-block;
  padding-top: 10px;
  vertical-align: bottom;
}
.priceFigSec-item {
  width: 1000px;
  margin: 0 auto;
}
.title{
  margin: 0 0 15px;
  font-size: 27px;
  font-size: 2.7rem;
  color: #024892;
  line-height: 1.4;
}
table{
	margin:0 0 60px 0;
	border:solid 1px #888888;
	width:1000px;
	background:#FFFFFF;
	font-size:16px;
	border-spacing:0;
	}
table th{
	padding:17px 8px 17px 8px;
	border-right:solid 1px #888888;
	border-bottom:solid 1px #888888;
	background:#D6F0FF; 
	}
table th:last-child,
table td:last-child{
	border-right:none;
	}
table tr:last-child th,
table tr:last-child td{
	border-bottom:none;
}
table td{
	padding:17px 8px 17px 8px;
	border-right:solid 1px #888888;
	border-bottom:solid 1px #888888;
	}
/* iccard
----------------------------------- */
.card {
  width: 1000px;
  margin: 0 auto 100px;
}

.cardLead {
  overflow: hidden;
  margin: 0 0 40px;
}
.cardLead-ttl {
  margin: 0 0 15px;
  font-size: 27px;
  font-size: 2.7rem;
  color: #024892;
  line-height: 1.4;
}
.cardLead > p {
  font-size: 17px;
  font-size: 1.7rem;
}
.cardLead > figure {
  float: right;
}

.cardEx {
  margin: 0 0 70px;
}
.cardEx-inn {
  display: table;
  margin: 0 0 25px;
  text-align: center;
}
.cardEx-note {
  width: auto;
  margin-left: 150px;
  text-align: center;
}
.cardEx-note > li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #024892;
  line-height: 1.7;
  text-align: left;
}

.cardExBox {
  display: table-cell;
  width: 433px;
  padding: 25px 0 0;
  background: #fff;
  border-right: 30px solid #eee;
  border-left: 30px solid #eee;
  text-align: center;
}
.cardExBox > dt {
  margin: 0 0 25px;
}
.cardExBox > dd {
  margin: 0 0 10px;
}
.cardExBox > dd:nth-child(2) {
  min-height: 319px;
  margin: 0 0 20px;
}
.cardExBox-note {
  display: inline-block;
  margin: 5px 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.cardExBox-tax {
  font-size: 15px;
  font-size: 1.5rem;
}
.cardExBox-txt {
  font-size: 17px;
  font-size: 1.7rem;
}
.cardExBox-txt > em {
  font-size: 21px;
  font-size: 2.1rem;
  color: #B20000;
  line-height: 1;
}

.cardPrice {
  width: 800px;
  margin: 0 auto 30px;
}
.cardPrice-ttl {
  margin: 0 0 30px;
  text-align: center;
}
.cardPrice-ttl > span {
  padding: 5px 35px 2px;
  border: 1px solid #004692;
  background: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  color: #004692;
}
.cardPrice-inn {
  display: table;
  table-layout: fixed;
  width: 800px;
  margin: 0 auto 40px;
}
.cardPrice-txt {
  margin: 0 0 0 40px;
  font-size: 17px;
  font-size: 1.7rem;
}

.cardPriceBox {
  display: table-cell;
  width: 50%;
  text-align: center;
}
.cardPriceBox > dt {
  display: inline-block;
  margin: 0 0 30px;
  padding: 0 5x;
  font-size: 28px;
  font-size: 2.8rem;
  color: #004692;
  border-bottom: 2px solid #024892;
}
.cardPriceBox > dd {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #004692;
  letter-spacing: 1.5px;
}
.cardPriceBox > dd > strong {
  font-size: 40px;
  font-size: 4.0rem;
  color: #B20000;
}

/* 導入事例
----------------------------------- */
.case {
  width: 1000px;
  margin: 0 auto 100px;
}

.caseSec {
  overflow: hidden;
  clear: both;
  margin: 0 0 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
.caseSec-fig {
  float: left;
  padding-right: 31px;
}
.caseSec-ttl {
  margin: 0 0 25px;
  font-size: 28px;
  font-size: 2.8rem;
}
.caseSec-ttl > img {
  margin-right: 15px;
  vertical-align: middle;
}
.caseSec-ttl > span {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
  vertical-align: middle;
}
.caseSec-item {
  overflow: hidden;
  border-top: 2px dashed #024892;
}
.caseSec-name {
  padding: 15px 0 25px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

/* 代理店
----------------------------------- */
.agent {
  width: 1000px;
  margin: 0 auto 50px;
}
.agent-lead {
  margin: 0 0 70px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #004692;
}
.agent-inq {
  margin: 70px 0 0 190px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #004692;
  line-height: 1.3;
}

.agentSec {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px dashed #024892;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
.agentSec-ttl {
  margin: 0 0 15px;
  font-size: 30px;
  font-size: 3.0rem;
  color: #004692;
  font-weight: normal;
}
.agentSec-fig {
  float: right;
  margin-left: 30px;
}

/* 勤怠管理
----------------------------------- */
.kintai {
  width: 1000px;
  margin: 0 auto 100px;
}
.kintai > p {
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
}

/*----------------------------------
		 complete
----------------------------------*/
.tex1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 70px 0;
}

/* 機能
----------------------------------- */
/*
display
list-sytle
position
float
clear
width
height
margin
padding
border
background
color
font
tes-decoration
text-align
vertical-align
white-space
other text
content
*/
