@charset "UTF-8";
/*=============================================================
 payroll 給与計算・年末調整代行
=============================================================*/
/*!  #intro
================================================ */
#intro {
  padding: 25px 0 9px;
}
/* forPC */
@media screen and (min-width: 600px) {
  #intro {
    padding: 0;
  }
}
/*!  #problem
================================================ */
#problem {
  margin-bottom: 36px;
  padding: 13px 15px 35px;
  background: url(../img/service/bg_pattern01.png) repeat;
  background-size: 2px;
}
#problem .tit {
  margin-bottom: 12px;
}
#problem .txtWrap {
  padding: 13px 13px 29px;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(4, 0, 0, 0.1);
}
#problem .txtWrap .list .item {
  position: relative;
  line-height: 1.4;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}
#problem .txtWrap .list .item:before {
  position: absolute;
  top: 14px;
  left: 2px;
  width: 14px;
  height: 11px;
  background: url(../img/service/ico_check01.png) no-repeat;
  background-size: 14px;
  content: "";
}
#problem .txtWrap .img {
  margin: 22px 0 0;
  padding: 0 26px;
}
/* forPC */
@media screen and (min-width: 600px) {
  #problem {
    margin-bottom: 68px;
    padding: 21px 20px 20px;
    background-size: 4px;
  }
  #problem .tit {
    margin-bottom: 14px;
  }
  #problem .txtWrap {
    overflow: hidden;
    padding: 20px 20px 35px;
    box-shadow: 0 3px 0 0 rgba(4, 0, 0, 0.1);
  }
  #problem .txtWrap .list {
    float: left;
    margin-bottom: 40px;
  }
  #problem .txtWrap .list .item {
    padding: 12px 0 14px 31px;
    font-size: 16px;
  }
  #problem .txtWrap .list .item:before {
    top: 17px;
    left: 6px;
    width: 18px;
    height: 14px;
    background-size: 18px;
  }
  #problem .txtWrap .list01 {
    width: 300px;
    margin-right: 20px;
  }
  #problem .txtWrap .list02 {
    width: 470px;
  }
  #problem .txtWrap .img {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
/*!  #merit
================================================ */
#merit {
  margin-bottom: 43px;
  padding: 0 15px;
}
#merit > .tit {
  position: relative;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 0 0 8px 62px;
  border-bottom: 1px solid #063fb4;
  color: #000;
  font-size: 12px;
}
#merit > .tit:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 55px;
  height: 17px;
  background: url(../img/service/payroll/tit_merit01_sp.png) no-repeat;
  background-size: 55px;
  content: "";
}
#merit .list .item {
  padding: 0 10px 20px;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(4, 0, 0, 0.1);
}
#merit .list .item + .item {
  margin-top: 16px;
}
#merit .list .item .img {
  margin: 0 -10px 15px;
}
#merit .list .item .count {
  margin-bottom: 18px;
}
#merit .list .item .copy {
  line-height: 1.2;
  margin-bottom: 18px;
  color: #1e748a;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
#merit .list .item .txt {
  line-height: 1.4;
  font-size: 13px;
}
#merit .list .item .txt span {
  display: block;
  padding: 7px 0;
}
/* forPC */
@media screen and (min-width: 600px) {
  #merit {
    padding: 0;
  }
  #merit > .tit {
    margin-bottom: 26px;
    padding: 0 0 18px 81px;
    font-weight: bold;
    font-size: 14px;
  }
  #merit > .tit:before {
    top: -3px;
    left: 2px;
    width: 63px;
    height: 23px;
    background-size: 63px;
  }
  #merit .list {
    overflow: hidden;
  }
  #merit .list .item {
    float: left;
    box-sizing: border-box;
    width: 420px;
    margin: 0 30px 33px 0;
    padding: 0 15px 20px;
    letter-spacing: 0.025em;
  }
  #merit .list .item + .item {
    margin-top: 0;
  }
  #merit .list .item:nth-child(2n) {
    margin-right: 0;
  }
  #merit .list .item:nth-child(4) .count {
    margin-bottom: 11px;
  }
  #merit .list .item:nth-child(4) .copy {
    line-height: 1.3;
    margin-bottom: 6px;
  }
  #merit .list .item .img {
    margin: 0 -15px 20px;
  }
  #merit .list .item .count {
    margin-bottom: 22px;
  }
  #merit .list .item .copy {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
  #merit .list .item .txt {
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 0.025em;
  }
}
/*!  #prevent
================================================ */
#prevent {
  margin-bottom: 42px;
  padding: 0 15px;
}
#prevent > .tit {
  margin: 0 -15px 6px;
}
#prevent .preventIn {
  padding: 20px 15px 30px;
  background: url(../img/service/payroll/bg_prevent01_sp.png) no-repeat;
  background-size: cover;
}
#prevent .preventIn .txt01 {
  line-height: 1.4;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
#prevent .preventIn .risk {
  margin-bottom: 18px;
  padding-bottom: 10px;
  background: #fff;
}
#prevent .preventIn .risk .txt02 {
  margin-bottom: 3px;
  padding: 8px 0 8px 10px;
  background: #515e6e;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
#prevent .preventIn .risk .list {
  padding: 0 10px;
}
#prevent .preventIn .risk .list .item {
  position: relative;
  line-height: 1.4;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}
#prevent .preventIn .risk .list .item:before {
  position: absolute;
  top: 14px;
  left: 2px;
  width: 14px;
  height: 11px;
  background: url(../img/service/ico_check02.png) no-repeat;
  background-size: 14px;
  content: "";
}
#prevent .preventIn .txt03 {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#prevent .preventIn .txt03 + .txt03 {
  margin-top: 18px;
}
/* forPC */
@media screen and (min-width: 600px) {
  #prevent {
    margin-bottom: 66px;
    padding: 0;
  }
  #prevent > .tit {
    margin: 0;
  }
  #prevent .preventIn {
    padding: 30px;
    background: url(../img/service/payroll/bg_prevent01_pc.png) no-repeat bottom left;
    background-size: cover;
  }
  #prevent .preventIn .txt01 {
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 0.025em;
  }
  #prevent .preventIn .risk {
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0 30px 20px;
  }
  #prevent .preventIn .risk .txt02 {
    clear: both;
    margin: 0 -30px 6px;
    padding: 6px 0 6px 29px;
    font-weight: normal;
    font-size: 15px;
  }
  #prevent .preventIn .risk .list {
    padding: 0;
  }
  #prevent .preventIn .risk .list .item {
    padding: 12px 0 14px 45px;
    font-size: 18px;
  }
  #prevent .preventIn .risk .list .item:before {
    top: 17px;
    left: 19px;
    width: 18px;
    height: 14px;
    background-size: 18px;
  }
  #prevent .preventIn .risk .list01 {
    float: left;
  }
  #prevent .preventIn .risk .list02 {
    float: right;
  }
  #prevent .preventIn .txt03 {
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.025em;
  }
  #prevent .preventIn .txt03 + .txt03 {
    margin-top: 24px;
  }
}
/*!  #flow
================================================ */
#flow {
  padding: 0 15px 60px;
}
#flow > .tit {
  position: relative;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 0 0 8px 62px;
  border-bottom: 1px solid #063fb4;
  color: #000;
  font-size: 12px;
}
#flow > .tit:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 44px;
  height: 18px;
  background: url(../img/service/accounting/tit_flow01_sp.png) no-repeat;
  background-size: 44px;
  content: "";
}
#flow .list {
  margin-bottom: 30px;
  padding: 4px 5px 8px;
  background: url(../img/service/bg_pattern01.png) repeat;
  background-size: 2px;
}
#flow .list .item {
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(4, 0, 0, 0.1);
}
#flow .list .item + .item {
  margin-top: 7px;
}
#flow .list .item .txt {
  line-height: 1.4;
  padding: 15px 11px 21px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.05em;
}
#flow > .txt {
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
/* forPC */
@media screen and (min-width: 600px) {
  #flow {
    padding: 0 0 80px;
  }
  #flow > .tit {
    margin-bottom: 14px;
    padding: 0 0 18px 81px;
    font-weight: bold;
    font-size: 14px;
  }
  #flow > .tit:before {
    top: -3px;
    left: 2px;
    width: 55px;
    height: 23px;
    background-size: 55px;
  }
  #flow .list {
    overflow: hidden;
    margin-bottom: 26px;
    padding: 10px;
    background-size: 4px;
  }
  #flow .list .item {
    float: left;
    width: 420px;
    margin: 0;
  }
  #flow .list .item + .item {
    margin: 0;
  }
  #flow .list .item:nth-child(2n) {
    float: right;
  }
  #flow .list .item .tit {
    margin: 0 0 18px;
  }
  #flow .list .item .txt {
    line-height: 1.6;
    padding: 0 13px 25px;
    font-size: 15px;
    letter-spacing: 0;
  }
  #flow > .txt {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
  }
}
/*# sourceMappingURL=maps/payroll.css.map */
