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

/* CASE 35  ============================================================== */
dl.sDataList dd p { 
  margin-bottom: 1rem;
}
.section h3.normal {
  font-size: 1.1rem;
  padding: 0;
  border: none;
}
span.bgLightBlue {
  font-size: 1.1rem;
  padding: 8px 4px 4px;
  border: none;
  background-color: #B4C7E7;
}
p.underline {
  text-decoration: underline;
}
span.supText {
  font-size: 88%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
span.caption {
  display: block;
  font-size: 90%;
  text-align: center;
}
.fs80 {
  font-size: 80%;
}
.fwbold {
  font-weight: bold;
}
.mb05rem {
  margin-bottom: 0.5rem;
}
.pd05rem {
  padding: 0.5rem;
}
.boxline {
  border: 1px solid #CCC;
}
.section .boxline p {
  margin-bottom: 0.5rem;
}
.boxline p:last-child {
  margin-bottom: 0;
}
p.title {
  display: block;
  font-weight: bold;
}
.modBox.per5545 .cell ,
.modBox.per64 .cell {
  padding-right: 0;
  padding-left: 0;
  width: auto;
}
.modBox.per5545 .cell ul:last-child {
  margin-bottom: 0;
}
@media all and (min-width :480px) {
  .modBox .cell:first-child {
    padding-right: 0.5rem;
  }
  .modBox .cell:last-child {
    padding-left: 0.5rem;
  }
  .modBox.per5545 .cell.per55 {
    width: 55%;
  }
  .modBox.per5545 .cell.per45 {
    width: 45%;
  }
  .modBox.per64 .cell.per6 {
    width: 60%;
  }
  .modBox.per64 .cell.per4 {
    width: 40%;
  }
}
