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

/* CASE 46 =============================================================== */
h2.bordert {
  padding-top: 0.25rem;
  border-top: 2px solid #325DA7;
}
h2 span.title {
  color: #00B050;
  display: block;
}
h2 span.sub {
  display: block;
  font-size: 1rem;
}
div.section div.inner h3 {
  font-size: 1.11rem;
  padding-left: 0;
  margin-bottom: 0.5rem;
  border: none;
}
div.photo1.border img ,
p.figure.border img {
  box-sizing: border-box;
  border: 4px solid #652153;
}
div.ptn1 {
  background-color: #DEEBF7;
}
div.ptn2 ,
div.ptn3 {
  background-color: #E2F0D9;
}
div.modBox.ptn1 ,
div.modBox.ptn2 ,
div.modBox.ptn3 {
  padding: 0.5rem 0.5rem;
}
div.ptn1 div.cell p.figure ,
div.ptn2 div.cell p.figure ,
div.ptn3 div.cell p.figure {
  margin: 0 auto;
}
div.modBox.tbody {
  margin-bottom: 1rem;
}
div.modBox.tbody div.cell {
  float: none;
}
div.modBox.tbody div:first-child {
  padding-bottom: 0rem;
  margin-bottom: 0.5rem;
}
div.modBox.tbody div.cell.tbcell {
  padding: 0.5rem;
  vertical-align: middle;
  background-color: #BDD7EE;
}
div.modBox.tbody div.cell p:last-child {
  margin-bottom: 0;
}
div.modBox.bgc3 div.cell p {
  margin-bottom: 0;
}
p.per90 {
  width: 90%;
  margin: 0 auto;
}
div.per75 p.figure ,
div.per75 div.bgc3 p:last-child {
  margin-bottom: 0;
}
div.per75 div.bgc3 {
  padding: 0.5rem;
}
div.bgc3 {
  background-color: #BDD7EE;
}
span.caption {
  display: block;
  margin-bottom: 0.5rem;
}
@media all and (min-width :480px) {
  div.ptn1 div.cell p.figure ,
  div.ptn2 div.cell p.figure ,
  div.ptn3 div.cell p.figure {
    width: 60%;
  }
  div.modBox.tbody {
    display: table;
  }
  div.modBox.tbody div.cell {
    display: table-cell;
  }
  div.modBox div.cell {
    margin-bottom: 0;
  }
  div.per75 {
    width: 75%;
    margin: 0 auto;
  }
}
@media all and (min-width :640px) {
}
@media all and (min-width :769px) {
}
