@charset "UTF-8";

/*
メインカラー
#7CAF50

*/
@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
}
figure {
  margin: 0;
  padding: 0;
}
/* common styles
=================================================================== */

/* page styles
=================================================================== */
.his {
  padding: 0;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.h01 {
  border-color: #7caf50;
}
.btn-trandition-mg {
  margin: 60px 0;
}
.btn-trandition-mg a {
  max-width: 280px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* pageHeader
---------------------------------------------------------------------------------------------------- */
main {
  background: linear-gradient(#c1e0d9, #ffff) repeat-x;
  background: -ms-linear-gradient(top, #c1e0d9, #fff) repeat-x; /* IE対策 */
  background-size: 100% 220px;
  text-align: left;
}
.pageHeader {
  position: relative;
  padding-top: 30px;
}
h1 {
  font-size: 1.7em;
  width: 80%;
  margin: auto;
}
h1 strong {
  color: #7caf50;
}
.movie-btn-style {
  margin: 20px 0;
  text-align: right;
}
/*
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
   //アスペクト比 16:9の場合の縦幅
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  h1 {
    width: 90%;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 440px) {
  h1 {
    width: 90%;
    font-size: 1.2em;
  }
  .movie-btn-style {
    margin: 30px 0;
    text-align: center;
  }
}
/* pageNav
---------------------------------------------------------------------------------------------------- */

.pageNav ul li {
  width: 32%;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.pageNav ul li:nth-child(even) {
  float: left;
  margin: 0 2%;
}
.pageNav ul li a {
  background: #7caf50;
}

@media screen and (max-width: 960px) {
  .pageNav {
    border-top: 1px solid #fff;
  }
  .pageNav ul li,
  .pageNav ul li:nth-child(even) {
    width: auto;
    float: none;
    margin: 0px;
    border: 0;
    border-bottom: 1px solid #fff;
  }
}
/*できること
---------------------------------------------------------------------------------------------------- */
#sec01 h3,
h5 {
  font-size: 16px;
  color: #7caf50;
}
#sec01 h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.sec01-sub-section {
  margin-bottom: 120px;
}
.sec01-subsection-end {
  margin-bottom: 30px;
}
.sec01-main-contents {
  display: flex;
}
.sec01-main-contents img {
  padding-left: 30px;
}
.sec01-img-trim {
  width: 360px;
  height: 200px;
  object-fit: cover;
}
.sec01-sub-contents {
  background-color: #f7f2eb;
  border-radius: 7px;
  display: flex;
  margin-top: 40px;
}
.sec01-sub-content {
  padding: 15px;
  width: 50%;
}
.sec01-sub-content h5 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.sec01-sub-content p {
  font-size: 14px;
}
.sec01-sub-content .sText {
  font-size: 80%;
}
.dispImg {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  #sec01 h4 {
    font-size: 25px;
  }

  .dispImg li {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  #sec01 {
    margin-bottom: 50px;
  }
  .sec01-sub-section {
    margin-bottom: 60px;
  }
  .sec01-sub-contents {
    /* margin-top: 40px; */
    flex-direction: column;
  }
  .sec01-sub-content {
    /* padding: 15px; */
    width: auto;
  }
  .sec01-main-contents figure {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .sec01-main-contents {
    flex-direction: column;
  }
  .sec01-main-contents img {
    padding-left: 0px;
  }
  .sec01-img-trim {
    width: 300px;
    height: 200px;
    object-fit: cover;
  }
}
@media screen and (max-width: 440px) {
  .sec01-main-contents img {
    width: 100%;
  }
  .dispImg li,
  .dispImg li:last-child {
    width: auto;
    float: none;
  }
}
/*まとめ*/
#sec01Summary h3 {
  color: #333;
  font-size: 30px;
  text-align: center;
}
.sec01-summary-arrow {
  color: #7caf50;
  text-align: center;
  font-size: 150px;
  line-height: 0px;
}
.sec01-summary-list {
  display: flex;
  padding-inline-start: 0px !important;
}
.sec01-summary-list li {
  width: 31.3333%;
  padding: 30px;
  list-style: none;
}
.sec01-summary-list p {
  text-align: center;
  color: #7caf50;
  font-weight: bold;
  font-size: 18px;
  height: 70px;
}
.sec01-summary-list i {
  color: #333;
  text-align: center;
  font-size: 90px;
}
@media screen and (max-width: 680px) {
  .sec01-subsection-end {
    margin-bottom: 0px;
  }
  .sec01-summary-list {
    flex-direction: column;
    align-items: center;
    padding-inline-start: 0px !important;
  }
  .sec01-summary-list li {
    width: 90%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec01-summary-list p {
    text-align: left;
    font-size: 18px;
  }
  .sec01-summary-list i {
    color: #333;
    font-size: 70px;
    padding-left: 30px;
  }
}

/*サービス概要図
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #sec02 {
    margin-bottom: 50px;
  }
}

/*アプリケーション機能
---------------------------------------------------------------------------------------------------- */
#sec03 h3 {
  text-align: left;
  font-size: 18px;
}
/*機能*/
.service {
  width: 31.3333%;
  padding-top: 142px;
}
.service p {
  text-align: justify;
  height: 105px;
}
.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_pic3@2x.png) no-repeat center top;
  background-size: 286px auto;
}
.service3 {
  float: right;
  background: url(img/service_pic2@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;
}
.service ul {
  background-color: #f7f2eb;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 220px;
}
.service li {
  font-size: 14px;
}
.service li::marker {
  color: #7caf50;
  font-size: 20px;
}

@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;
  }
  .service p {
    height: auto;
  }
  .service ul {
    height: auto;
  }

  /* .service1,
  .service2,
  .service3 {
    background-size: 100% auto;
  } */
}
@media screen and (max-width: 440px) {
  .service1,
  .service2,
  .service3 {
    background-size: 100% auto;
  }
}
/*動作環境*/
table.tbl01 {
  width: 960px;
}
table.tbl01 th,
table.tbl01 td {
  padding: 0.5em 1em;
  border-color: #7caf50;
  font-size: 14px;
}
table.tbl01 th {
  vertical-align: middle;
  text-align: center;
  background: #a3c784;
}

@media screen and (max-width: 960px) {
  ul.equipmentList li,
  ul.equipmentList li:nth-child(even) {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  #sec03 {
    margin-bottom: 50px;
  }
}
