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

/* CASE 50 =============================================================== */
div.topVisual.bbox {
  float: none;
  padding-left: 0;
  width: auto;
}
span.campus {
  display: inline-block;
  padding: 0.25rem 0.25rem;
  margin-top: 0.25rem;
  background-color: #a9d18e;
}
div.topVisual.bbox p.addr {
  text-align: left;
  margin: 0;
}
dl.sDataList.baseInfo .iblock {
  display: block;
}
ul.systems {
  list-style-type: square;
}
em {
  color: #00B050;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}
p.pframe {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 4px 2px 1px rgba(250,250,250,0.75) inset, -0px -3px 2px 1px rgba(170,170,170,0.75) inset;
}
p.pframe img {
  border-radius: 4px;
}
#kani h5, 
#seki h5 {
  text-align: center;
}
h6 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
div.modBox.p90 {
  margin: 0 auto;
  width: 90%;
}
div.modBox.mod1 {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
div.modBox.mod1 span.title {
  display: inline-block;
  margin: 0 auto 0.25rem;
}
p.catch {
  text-align: center;
  padding: 0.25rem 0.25rem;
  background-color: #ffd966;
}
div#seki {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 0.5rem solid #ffd966;
}
p.comment {
  font-size: 0.78rem;
}
.modBox .cell.per60 {
  margin-bottom: 0.5rem;
}
@media all and (min-width :480px) {
  dl.sDataList.baseInfo .iblock {
    display: inline-block;
  }
  .modBox .cell.per60 {
    margin-bottom: 1rem;
  }
  div.modBox.mod1 {
    width: 50%;
  }
  .tableBox {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
  .tableBox .cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media all and (min-width :640px) {
}
@media all and (min-width :769px) {
}
