@media (max-width: 768px) {
  #content {
    padding-top: 50px;
  }
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.body-content strong {
  color: #126537;
}
@media (max-width: 768px) {
  .body-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* 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-inverse {
  background-color: #034010;
  color: #fff;
}
.navbar-inverse .navbar-brand {
  color: #fff;
  font-size: 22px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  padding-top: 8px;
}
.navbar-inverse .navbar-brand small {
  display: block;
  font-size: 9px;
  margin-left: 30px;
}
.navbar-inverse .navbar-brand span:before {
  color: rgba(150, 255, 150, 0.4);
}
.navbar-inverse .navbar-toggle {
  margin-top: 9px;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #126537;
}
.navbar-inverse .navbar-toggle:visited,
.navbar-inverse .navbar-toggle:focus {
  background-color: #126537;
}
.navbar-inverse .navbar-nav a {
  color: #fff !important;
  font-size: 18px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
}
.navbar-inverse .navbar-nav a:hover {
  background-color: #126537 !important;
}
.navbar-inverse .navbar-nav a span:before {
  color: rgba(150, 255, 150, 0.4);
  font-size: 16px;
}
.navbar-inverse .navbar-collapse {
  margin-bottom: 15px;
}
/* ヘッダー関連 */
#pagetop {
  background-color: #034010;
  background: -webkit-gradient(linear, left top, left bottom, from(#034010), to(#126537));
  background: -webkit-linear-gradient(top, #034010, #126537);
  background: -moz-linear-gradient(top, #034010, #126537);
  background: -ms-linear-gradient(top, #034010, #126537);
  background: -o-linear-gradient(top, #034010, #126537);
}
#pagetop h1 {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 5px;
}
header {
  margin: 15px 0 0 0;
}
#ref {
  color: #040;
  line-height: 1em;
  text-align: left;
  padding-left: 20px;
}
#ref .icon-tenbin {
  font-size: 70px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#ref h5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "kozuka-mincho-pr6n";
}
#ref p {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 900;
}
#ref p a {
  color: #d20;
}
#ref small {
  font-size: 16px;
  font-weight: 900;
  margin-top: 15px;
  display: block;
}
#ref small .label {
  padding-bottom: 2px;
}
#ref small strong {
  margin-left: 5px;
}
#menubutton {
  margin-bottom: 20px;
}
#menubutton a {
  color: #fff;
  font-size: 18px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background-color: #034010;
  background: -webkit-gradient(linear, left top, left bottom, from(#034010), to(#126537));
  background: -webkit-linear-gradient(top, #034010, #126537);
  background: -moz-linear-gradient(top, #034010, #126537);
  background: -ms-linear-gradient(top, #034010, #126537);
  background: -o-linear-gradient(top, #034010, #126537);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
#menubutton a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#menubutton a span:before {
  color: rgba(150, 255, 150, 0.4);
  font-size: 16px;
}
@media (max-width: 992px) {
  #menubutton a {
    font-size: 15px;
  }
  #menubutton a span:before {
    font-size: 15px;
  }
}
/* サイドバー関連 */
#profile {
  margin-bottom: 20px;
  border: solid 1px #d0d6d0;
  padding: 5px;
  background-color: #034010;
  background: -webkit-gradient(linear, left top, left bottom, from(#034010), to(#126537));
  background: -webkit-linear-gradient(top, #034010, #126537);
  background: -moz-linear-gradient(top, #034010, #126537);
  background: -ms-linear-gradient(top, #034010, #126537);
  background: -o-linear-gradient(top, #034010, #126537);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 0 0 rgba(50, 80, 50, 0.3);
  -moz-box-shadow: 1px 1px 0 0 rgba(50, 80, 50, 0.3);
  box-shadow: 1px 1px 0 0 rgba(50, 80, 50, 0.3);
}
#profile #prof {
  position: absolute;
  top: 10px;
  padding-left: 10px;
  font-family: "kozuka-mincho-pr6n";
  font-size: 12px;
  text-shadow: 1px 1px 1px #000000;
}
#profile #prof strong {
  display: block;
  font-family: "kozuka-gothic-pro";
  font-size: 1.3em;
  color: #f60;
}
#profile small {
  margin: 10px 5px;
  display: block;
}
#profile small strong {
  color: #fa0;
}
#profile #time {
  margin: 5px 0;
}
@media (max-width: 992px) {
  #profile {
    padding: 15px 30px 15px 15px;
  }
  #profile small {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #profile {
    padding: 5px;
  }
  #profile small {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
#banner {
  margin-bottom: 40px;
}
#banner a {
  display: block;
}
#banner a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#banner a img {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#banner a h3 {
  color: #fff;
  font-size: 18px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background-color: rgba(10, 30, 5, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 30, 5, 0.6)), to(rgba(45, 101, 55, 0.9)));
  background: -webkit-linear-gradient(top, rgba(10, 30, 5, 0.6), rgba(45, 101, 55, 0.9));
  background: -moz-linear-gradient(top, rgba(10, 30, 5, 0.6), rgba(45, 101, 55, 0.9));
  background: -ms-linear-gradient(top, rgba(10, 30, 5, 0.6), rgba(45, 101, 55, 0.9));
  background: -o-linear-gradient(top, rgba(10, 30, 5, 0.6), rgba(45, 101, 55, 0.9));
  line-height: 1em;
  position: relative;
  margin: 0;
  top: -45px;
  margin-bottom: -20px;
  padding: 8px 0 10px 20px;
}
#banner a h3 span:before {
  color: rgba(150, 255, 150, 0.4);
  font-size: 18px;
}
#banner a .satelight {
  margin-bottom: 18px;
}
#banner a #blancdieu {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
@media (max-width: 768px) {
  #banner h3 {
    font-size: 15px !important;
  }
  #banner h3 span:before {
    font-size: 14px !important;
  }
}
#link a {
  display: block;
  margin-bottom: 10px;
}
#link a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#link a img {
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
#link h5 {
  color: #fff;
  padding: 10px 15px;
  background-color: #034010;
  background: -webkit-gradient(linear, left top, left bottom, from(#034010), to(#126537));
  background: -webkit-linear-gradient(top, #034010, #126537);
  background: -moz-linear-gradient(top, #034010, #126537);
  background: -ms-linear-gradient(top, #034010, #126537);
  background: -o-linear-gradient(top, #034010, #126537);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#link h5 span:before {
  color: rgba(150, 255, 150, 0.4);
  font-size: 16px;
}
pre {
  white-space: pre-wrap;
  font-size: 1.1em;
  line-height: 1.7em;
  background-color: #f9fcf9;
  padding: 15px 20px;
}
/* フッター */
footer {
  margin-top: 30px;
  padding: 20px 0;
  color: #fff;
  background-color: #034010;
  background: -webkit-gradient(linear, left top, left bottom, from(#034010), to(#126537));
  background: -webkit-linear-gradient(top, #034010, #126537);
  background: -moz-linear-gradient(top, #034010, #126537);
  background: -ms-linear-gradient(top, #034010, #126537);
  background: -o-linear-gradient(top, #034010, #126537);
}
footer a {
  color: #fff;
}
footer h5 {
  font-size: 18px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
footer h5 small {
  color: #fff;
}
/* Bootstrap Override */
.well {
  color: #126537;
  background-color: #E0e8D8;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0e8D8), to(#f1f9e9));
  background: -webkit-linear-gradient(top, #E0e8D8, #f1f9e9);
  background: -moz-linear-gradient(top, #E0e8D8, #f1f9e9);
  background: -ms-linear-gradient(top, #E0e8D8, #f1f9e9);
  background: -o-linear-gradient(top, #E0e8D8, #f1f9e9);
  border-color: #adb5a5;
}
@media (max-width: 768px) {
  .well {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.panel-heading {
  color: #fff !important;
  font-size: 1.1em;
  font-weight: 900;
  background-color: rgba(10, 30, 5, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 30, 5, 0.6)), to(rgba(45, 101, 55, 0.9)));
  background: -webkit-linear-gradient(top, rgba(10, 30, 5, 0.6), rgba(45, 101, 55, 0.9));
  background: -moz-linear-gradient(top, rgba(10, 30, 5, 0.6), rgba(45, 101, 55, 0.9));
  background: -ms-linear-gradient(top, rgba(10, 30, 5, 0.6), rgba(45, 101, 55, 0.9));
  background: -o-linear-gradient(top, rgba(10, 30, 5, 0.6), rgba(45, 101, 55, 0.9));
}
.label-default {
  background-color: #034010;
}
.btn-default {
  color: #d30;
  font-size: 20px;
  font-weight: 900;
  background-color: #E0e8D8;
}
.btn-default:hover,
.btn-default:focus {
  color: #f00;
  background-color: #ffffe9;
}
.btn-primary {
  color: #fff;
  font-size: 16px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  background-color: #ee7700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee7700), to(#ff9922));
  background: -webkit-linear-gradient(top, #ee7700, #ff9922);
  background: -moz-linear-gradient(top, #ee7700, #ff9922);
  background: -ms-linear-gradient(top, #ee7700, #ff9922);
  background: -o-linear-gradient(top, #ee7700, #ff9922);
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-color: #bb4400;
}
.btn-primary:hover {
  background-color: #ff9922;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9922), to(#ffbb44));
  background: -webkit-linear-gradient(top, #ff9922, #ffbb44);
  background: -moz-linear-gradient(top, #ff9922, #ffbb44);
  background: -ms-linear-gradient(top, #ff9922, #ffbb44);
  background: -o-linear-gradient(top, #ff9922, #ffbb44);
  border-color: #bb4400;
}
.btn-primary:focus,
.btn-primary:active {
  background-color: #ff9911;
  border-color: #bb4400;
}
.btn-info {
  color: #fff;
  font-size: 16px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  background-color: #666677;
  background: -webkit-gradient(linear, left top, left bottom, from(#666677), to(#888899));
  background: -webkit-linear-gradient(top, #666677, #888899);
  background: -moz-linear-gradient(top, #666677, #888899);
  background: -ms-linear-gradient(top, #666677, #888899);
  background: -o-linear-gradient(top, #666677, #888899);
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-color: #333344;
}
.btn-info:hover {
  background-color: #bbbbcc;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbcc), to(#eeeeff));
  background: -webkit-linear-gradient(top, #bbbbcc, #eeeeff);
  background: -moz-linear-gradient(top, #bbbbcc, #eeeeff);
  background: -ms-linear-gradient(top, #bbbbcc, #eeeeff);
  background: -o-linear-gradient(top, #bbbbcc, #eeeeff);
  border-color: #333344;
}
.btn-info:focus,
.btn-info:active {
  background-color: #888888;
  border-color: #333344;
}
label.radio-inline {
  padding-right: 15px;
  margin-bottom: 8px;
}
img.pull-right {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 0;
}
img.pull-left {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 0;
}
.radio-inline {
  margin-left: 0 !important;
}
/* general tag */
h2 {
  font-size: 32px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px 0;
  font-weight: 900;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    margin-left: 10px;
  }
}
h2 span {
  font-size: 0.9em;
}
h3 {
  font-size: 22px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 900;
  padding: 7px 15px;
  margin: 30px 0 20px 0;
  background-color: #034010;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
h4 {
  color: #034010;
  font-size: 18px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  margin: 20px 0 15px 0;
  padding: 0 0 4px 10px;
  border-left: solid 7px #034010;
  border-bottom: solid 1px #034010;
}
h4:first-child {
  margin-top: 0;
}
ul {
  padding-left: 20px;
  margin-bottom: 25px;
}
ul li {
  margin-bottom: 5px;
}
strong {
  font-size: 1.2em;
}
/* トップページ */
#topimg {
  margin-bottom: 30px;
}
#topimg #yoko {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#topimg h5 {
  position: absolute;
  top: 200px;
  left: 40px;
  color: #fff;
  font-size: 18px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  display: none;
}
#topimg h5 small {
  color: #fff;
}
@media (max-width: 768px) {
  #topimg {
    margin-bottom: 0;
  }
  #topimg h5 {
    position: relative;
    top: -60px;
    left: 25px;
    font-size: 16px;
  }
}
#article h5 {
  color: #034010;
  font-weight: bold;
  font-size: 18px;
}
#article h5 span:before {
  font-size: 0.9em;
}
#article div {
  margin-left: 15px;
}
.flow img {
  max-height: 120px;
  float: left;
  margin-right: 20px;
}
.flow h5 {
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 16px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  color: #fff;
  background-color: rgba(200, 100, 0, 0.7);
  padding: 3px 8px 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fin {
  padding: 10px;
}
.fin .h1 {
  margin: 0 0 15px 0;
}
.fin h5 {
  text-align: center;
  font-size: 18px;
  font-family: "kozuka-mincho-pr6n";
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.fin h5 small {
  font-size: 0.6em;
  display: block;
  margin-top: 5px;
  color: #034010;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .fin h5 {
    font-size: 14px;
    font-family: "kozuka-mincho-pr6n";
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
}
.fin .col-xs-4 {
  padding: 3px;
}
/* 紹介ページ */
#map {
  height: 500px;
  margin-bottom: 20px;
}
/* 業務内容 */
#gyomu h5 {
  font-weight: bold;
  font-size: 1.1em;
  color: #126537;
}
#gyomu h5 span {
  font-size: 0.9em;
}
#gyomu em {
  font-style: normal;
  font-size: 1.3em;
  font-weight: bold;
  color: #126537;
}
/* フォーム */
form table td {
  border: none !important;
  vertical-align: middle !important;
  padding: 2px 8px !important;
}
form .form-group {
  margin-bottom: 25px;
}
form .input-group {
  margin-bottom: 5px;
}
form .h4 {
  color: #000;
  margin-left: 15px;
}
form input {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  form input {
    font-size: 16px !important;
  }
  form textarea {
    font-size: 16px !important;
    padding-left: 5px !important;
  }
}
/* メルマガバックナンバー */
.mailmag {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mailmag div {
  font-size: 1.1em;
  margin-bottom: 30px;
}
/* 法律顧問プラン */
.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;
}
