@charset "UTF-8";

/*
メインカラー
#339999
or
rgba(51,153,153,1.00)
*/
@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
}
/* page styles
=================================================================== */
.his {
  padding: 0;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.h01 {
  border-color: #339999;
}
main {
  background: url(img/mainvis.png) no-repeat center 30px;
  background-size: 1200px auto;
  text-align: left;
}
.pageHeader {
  position: relative;
}
.pageHeader h1 {
  text-align: center;
  margin: 0 auto 35px;
  padding: 35px 0 0 0;
  line-height: 1;
}
.pageHeader .lead {
  font-size: 20px;
  text-align: center;
}
.pageHeader h2,
.pageHeader p {
  text-align: left;
}
.pageHeader h2 {
  font-size: 38px;
  margin: 220px 0 60px 0;
  padding: 0;
  line-height: 1.5;
}
.pageHeader h2::before {
  content: "";
  display: block;
  background: url(img/pageHeader_pic1@2x.png);
  background-size: cover;
  width: 300px;
  height: 382px;
  float: right;
  margin-right: 33px;
  margin-top: -185px;
}
.pageHeader p {
  clear: both;
  font-size: 18px;
}
.pageHeader p span {
  font-size: 13px;
}

@media screen and (max-width: 960px) {
  main {
    background: none;
  }
  main::before {
    content: "";
    display: block;
    width: 100%;
    height: 1;
    line-height: 1;
    padding-bottom: 35.333%;
    background: url(img/mainvis_sp.png) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
  }
  .pageHeader {
    margin: 0;
    padding: 32.8333333% 0 0 0;
  }
  .pageHeader h1 {
    display: none;
  }
  .pageHeader .lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pageHeader p {
    clear: both;
    font-size: 16px;
  }
  .pageHeader h2 {
    margin: 60px 0 0 0;
    font-size: 25px;
  }
  .pageHeader h2 br {
    display: none;
  }
  .pageHeader h2::before {
    width: 188px;
    height: 239px;
    margin: 0 auto 15px;
    padding: 0;
    background-size: cover;
    float: none;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  main::before {
    background: url(img/mainvis_sp.png) no-repeat center center;
    background-size: auto 150%;
    padding-bottom: 40%;
  }
}
/* .pageHeader pageNav
---------------------------------------------------------------------------------------------------- */
.pageHeader .pageNav ul {
  margin-left: -20px;
}
.pageHeader .pageNav ul li,
.pageHeader .pageNav ul li:nth-child(even) {
  width: 225px;
  background: #fff;
  float: left;
  margin: 0 0 20px 20px;
}
.pageHeader .pageNav ul li a {
  background: #339999;
}

@media screen and (max-width: 960px) {
  .pageHeader .pageNav ul li,
  .pageHeader .pageNav ul li:nth-child(even) {
    width: auto;
    float: none;
    margin-bottom: 1px;
  }
}
/*service
---------------------------------------------------------------------------------------------------- */
.service {
  width: 31.3333%;
  padding-top: 142px;
}
.service p {
  text-align: justify;
}
.service1 {
  float: left;
  background: url(img/service_pic1@2x.png) no-repeat center top;
  background-size: 284px auto;
  margin-right: 3%;
}
.service2 {
  float: left;
  background: url(img/service_pic2@2x.png) no-repeat center top;
  background-size: 286px auto;
}
.service3 {
  float: right;
  background: url(img/service_pic3@2x.png) no-repeat center top;
  background-size: 301px auto;
}
.service h4 {
  text-align: center;
  font-size: 30px;
  margin: 30px 0;
  padding: 0;
  line-height: 1;
}
.service h4 sup {
  font-weight: normal;
  font-size: 50%;
  margin-left: 0.2em;
}
/*SGアプリ*/
.sgApri {
  clear: both;
  padding: 60px 0;
}
.sgApri-inner {
  background: #f7f2eb url(img/service_bg1@2x.png) no-repeat left bottom;
  background-size: 387px auto;
  padding: 30px;
  overflow: hidden;
}
.sgApri-body {
  width: 380px;
  float: left;
}
.sgApri-body h3 {
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.sgApri-body p {
  margin: 0;
  text-align: justify;
}
.sgApri-inner figure {
  width: 495px;
  float: right;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 440px) {
  .service1,
  .service2 {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 960px) {
  .service {
    width: auto;
    padding-top: 142px;
  }
  .service1,
  .service2,
  .service3 {
    float: none;
    margin-bottom: 30px;
  }
  .service1,
  .service2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
  .service h4 {
    font-size: 25px;
    margin: 15px 0;
  }
  /*SGアプリ*/
  .sgApri {
    padding: 30px 0;
  }
  .sgApri-inner {
    background: #f7f2eb url(img/service_bg1.png) no-repeat left bottom;
    background-size: auto 200px;
    padding: 15px;
    padding-bottom: 210px;
  }
  .sgApri-body {
    float: none;
    width: auto;
  }
  .sgApri-body h3 {
    margin: 0 auto 15px;
  }
  .sgApri-body p {
    margin-bottom: 10px;
  }
  .sgApri-inner figure {
    float: none;
    width: auto;
  }
  .sgApri-inner figure img {
    width: 100%;
    height: auto;
  }
}
/*導入費用
---------------------------------------------------------------------------------------------------- */
#sec02 figure.productsPhoto {
  width: 280px;
  float: right;
  margin: 0 0 60px 40px;
  padding: 0;
}
#sec02 h3 {
  font-size: 27px;
  margin-top: 0;
}
#sec02 p {
  text-align: justify;
}
.productsImage {
  background: #f7f2eb;
  text-align: center;
  margin: 0;
  padding: 25px;
  box-sizing: border-box;
}
.productsImage img {
  width: 100%;
  height: auto;
}
#sec02 .inquiry {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  #sec02 figure.productsPhoto {
    width: 280px;
    float: none;
    margin: 0 auto 35px;
    padding: 0;
  }
  .productsImage {
    padding: 10px;
  }
}
/*サービス仕様
---------------------------------------------------------------------------------------------------- */
#sec03 h3 {
  text-align: center;
  font-size: 36px;
}
#sec03 h3 img {
  vertical-align: baseline;
}
#sec03 h3 span {
  font-size: 18px;
  font-weight: normal;
}
#sec03 .inquiry {
  margin-top: 60px;
}
#sec03 .pageNav ul li a {
  background: #339999;
}
.equip-ttl {
  background: #339999;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 120px 0 0 0;
  padding: 10px 0;
  font-size: 32px;
}
.equip-list {
  background: #f7f2eb;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 10px 0;
}
.equip-price {
  font-size: 40px;
  margin: 0 0 50px;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #339999;
  font-weight: bold;
}
.equip-price span {
  font-size: 14px;
  font-weight: normal;
}
.equip-figure {
  margin: 0;
  padding: 0;
}
.equip-figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  #sec03 h3 img {
    display: block;
    margin: auto;
  }
  .equip-ttl {
    font-size: 26px;
    padding: 10px;
  }
  .equip-list {
    font-size: 12px;
    padding: 10px;
  }
}
/* #sec04 サービス仕様
---------------------------------------------------------------------------------------------------- */
#sec04 table.tbl01 {
  width: 960px;
}
table.tbl01 th,
table.tbl01 td {
  padding: 0.5em 1em;
  border-color: #329898;
  white-space: nowrap;
}
table.tbl01 th {
  vertical-align: middle;
  text-align: center;
  background: #99cccb;
}
#sec04 {
  margin-bottom: 120px;
}
#sec04 table th,
#sec04 table td {
  text-align: center;
  font-size: 13px;
  padding: 0.5em 0.2em;
}
#sec04 table ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
#sec04 table ul li {
  float: left;
  width: 50%;
}
#sec04 table ul li::before {
  content: "・";
}
