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

/* CASE 53 =============================================================== */
h1 span {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
div.caseHeadline .topVisual { 
  float: none;
  padding-left: 0;
  width: auto;
}
div.topVisual.phBox div.cell.ph2 {
  margin-top: 1rem;
}
dl.sDataList.baseInfo div.kmark {
  float: right;
  width: 18%;
  min-width: 80px;
  margin: 0 0 1rem 1rem;
}
dl.sDataList.baseInfo div.kmark img {
  width: auto;
  max-width: 100%;
}
dl.sDataList.baseInfo dt.lindent {
  line-height: 1.5;
  text-indent: -1rem;
  padding-left: 1rem;
}
dl.sDataList.baseInfo dd {
  margin-bottom: 1.25rem;
}
div.section dl {
  margin-bottom: 0;
}
p.sstrong {
  font-weight: bold;
}
p.summ {
  margin-top: 2.0rem;
}
#ssystem h3 {
  color: #4472C4;
  font-size: 1rem;
  font-weight: bold;
  padding: 0;
  border: none;
  margin-top: 0;
}
div.bxline {
  padding: 0.25rem;
  border: 1px solid #4472C4;
}
@media all and (min-width :480px) {
  div.topVisual.phBox {
    overflow: hidden;    
  }
  div.topVisual.phBox div.cell.ph1 {
    float: left;
    width: 55%;  
  }
  div.topVisual.phBox div.cell.ph2 {
    float: right;
    width: 42%;
    margin-top: 0;
  }
  div.profile {
    margin-top: 1.5rem;
  }
}
@media all and (min-width :640px) {
  div.iiblock dt ,
  div.iiblock dd {
    display: inline-block;
    padding-left: 0;
  }
}
@media all and (min-width :769px) {
}
