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

/* CASE 49 =============================================================== */
dl.introduction dd p.item ,
div.inner p.item {
  text-indent: -1rem;
  padding-left: 1rem;
}
p.item {
  margin-top: 2rem;
}
p.item:first-child {
  margin-top: 1rem;
}
p.item:first-line {
  font-weight: bold;
}
p.item.larger {
  font-size: 1.1rem;
}
div.cell p.figure img {
  width: auto;
  min-width: auto;
}
h3.bbox {
  color: #fff;
  font-weight: bold;
  padding-left: 1rem;
  border: 1px solid #41719c;;
  background-color: #5B9BD5;
}
div.inner > h3.bbox:first-child {
  margin-top: 1rem;
}
div.perBox {
  width: 100%;
  margin: 1rem auto;
}
span.fwBold {
  font-weight: bold;
}
span.uline {
  text-decoration: underline;
}
div.closing {
  padding: 1rem 1.25rem 0;
  border: 2px solid #678;
}
@media all and (min-width :480px) {
}
@media all and (min-width :640px) {
  div.perBox {
    width: 90%;
  }
}
@media all and (min-width :769px) {
}
