@charset "utf-8";
/*
* CSS for Introduction Case 32
*
* @version			0.0.0
* @lastmodified 2018/04/17
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* CASE 32  ============================================================== */
.profile {
  margin-top: 20px;
}
dl.sDataList dd p + p {
  margin-top: 1em;
}
/* baseInfo -------------------- */
@media all and (min-width :600px) {
  dl.sDataList.baseInfo dd {
    margin-bottom: 20px;
  }
}
@media all and (min-width :768px) {
  dl.sDataList.baseInfo dd {
    margin-bottom: 30px;
  }
}
dl.sDataList.introduction {
  margin-bottom: 0;
}
dl.sDataList.introduction dd {
  padding-left: 1em;
}
dl.sDataList.introduction dd h5 {
  font-weight: normal;
}
dl.sDataList.introduction dd ol li {
  margin-top: 0.5em;
}
.caseHeadline .topVisual .photo2 {
  overflow: hidden;
}
.caseHeadline .topVisual .photo2 img {
  float: left;
  width: 50%;
  margin-right: 4%;
}
.caseHeadline .topVisual .photo2 span.caption {
}
ul.systemList {
  list-style: none;
}
ul.systemList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.3em;
}
ul.systemList li:before {
  content: '▶';
}
.section h3 {
  color: #009999;
  padding: 0;
  border: none;
}
.section h4 {
  font-weight: normal;
  margin-top: 30px;
}
.section ul.noList {
  list-style: none;
  padding-left: 4em;
}
.section ul.noList li {
  margin-top: 0.4em;
}
span.caption {
  display: block;
  font-size: 0.9em;
  line-height: 1.3;
}
p + div[class^="photo"] ,
div[class^="photo"] + p {
  margin-top: 25px;
  margin-top: 2.0em;
}
div[class^="photo"] + div[class^="photo"] {
  margin-top: 0.8em;
}
div[class^="photo"] img {
  height: auto;
  width: auto;
  max-width: 100%;
}
/* cellBox ---------------------- */
.cellBox .cell p {
  margin-top: 1em;
}
.cellBox div[class^="photo"] + .cell {
  margin-top: 2em;
}
@media all and (min-width :768px) {
  div.cellBox {
    overflow: hidden;
  } 
  div.cellBox .cell {
    width: 48%;
  } 
  div.cellBox .cell:first-child {
    float: right;
    margin-left: 2%;
  } 
  div.cellBox .cell:last-child {
    margin-right: 2%;
  } 
  .cellBox div[class^="photo"] + .cell {
    margin-top: 0;
  }
  .cellBox .cell p:first-child {
    margin-top: 0;
  }
}
/* photo 6 ---------- */
.photo6 .cell {
  display: inline-block;
  text-align: center;
  width: 50%;
  position: relative;
}
.photo6 span.caption {
  display: inline-block;
  padding-left: 0.5em;
}
@media all and (min-width :480px) {
  .photo6 .cell {
    width: 33.33%;
  }
  .photo6 span.caption {
    padding-left: 1em;
  }
}
@media all and (min-width :768px) {
  .photo6 .cell {
    width: 20%;
  }
}
/* photo7 ---------- */
div.photo7 {
}
div.photo7 div.cell {
  margin-left: auto;
}
@media all and (min-width :768px) {
  .photo7 .cell {
    width: 40%;
    margin: 0 0 0 auto;
    margin-left: auto;
  }
}

