body {
  background-color: #dce4ee;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-bottom: 30px;
  background-color: #fff;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
.navbar-nav {
  padding: 10px 0;
}
.navbar-nav li {
  padding: 7px 7px;
}
.navbar-nav li a {
  font-size: 1.2rem;
  color: #fff;
}
.kozuka-h {
  font-family: "kozuka-mincho-pr6n";
  font-weight: 900;
  font-style: normal;
}
.kozuka-b {
  font-family: "kozuka-mincho-pr6n";
  font-weight: 700;
  font-style: normal;
}
.kozuka-r {
  font-family: "kozuka-mincho-pr6n";
  font-weight: 400;
  font-style: normal;
}
h2 {
  background-color: #6a3906;
}
h2,
.h2 {
  margin: 30px 0;
  padding: 10px 15px;
  color: #fff;
  font-family: "kozuka-mincho-pr6n";
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
.h1 {
        font-size: 28px;
    }
.h1 small {
    font-size: 12px;
}
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3 {
  padding-bottom: 3px;
  padding-left: 10px;
  color: #6a3906;
  border-bottom: solid 1px #6a3906;
  border-left: solid 6px #6a3906;
  font-family: "kozuka-mincho-pr6n";
  font-weight: 700;
  font-style: normal;
}
ul li:not(:last-of-type) {
  padding-bottom: 20px;
}
.cp_list {
  position: relative;
  padding: 0.5em;
  border: solid 2px #6a3906;
  list-style-type: none;
}
.cp_list li {
  padding: 0.5em 0 0.5em 1.6em;
  line-height: 1.5;
  border-bottom: 1px dashed #6a3906;
}
.cp_list li::before {
  position: absolute;
  content: "\002713";
  color: #6a3906;
  font-weight: bold;
  left: 0.8em;
}
.cp_list li:last-of-type {
  border-bottom: none;
}
table.kingaku {
  border: solid 2px #000;
}
table.kingaku th {
  background-color: #fff3f3;
}
table.kingaku td {
  color: #6a3906;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
table.kingaku td small {
  padding-left: 5px;
  font-size: 0.9rem;
  color: #000;
}
table.kingaku td .badge {
  font-size: 1rem;
}
table.kingaku td hr {
  margin: 8px 0;
}
@media (max-width: 768px) {
  table.kingaku td {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  table.kingaku td small {
    padding-left: 5px;
    font-size: 0.6rem;
    color: #000;
  }
  table.kingaku td .badge {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  table.kingaku th,
  table.kingaku td {
    padding: 5px;
  }
}
.shindan p {
  margin-left: 2rem;
  text-indent: -1rem;
  line-height: 2.5rem;
}
footer {
  color: #fff;
  background-color: #333;
  padding: 30px 0;
}
footer a {
  color: #fff;
  padding: 3px 0;
}
footer a:hover {
  color: #ddd;
  text-decoration: none;
}
#map {
  height: 500px;
  margin-bottom: 20px;
}
/* 法律顧問プラン */
.plan {
  border: solid 2px #6a3906 !important;
}
.plan th,
.plan td {
  width: 17%;
  font-size: 12px;
  text-align: center;
  border: solid 1px #6a3906 !important;
  vertical-align: middle !important;
}
.plan th {
  color: #6a3906;
  background-color: #e0d6c1;
  font-weight: bold;
}
.plan small {
  display: block;
  font-size: 9px;
  font-weight: normal;
}
