body {
  position: relative;
  top: 70px; }

body.privacy {
  background: #fafafa; }

.navbar-brand {
  line-height: 20px;
  padding-top: 27px;
  padding-bottom: 27px; }
  .navbar-brand h1 {
    margin: 0;
    padding: 0;
    font-size: 18px; }
  .navbar-brand .logo {
    width: 210px;
    height: 16px; }

@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 0px;
    padding-bottom: 22px; }
    .navbar-brand .logo {
      width: 75px;
      height: 75px; } }

.navbar-fixed-top {
  border-bottom-width: 0; }
  .navbar-fixed-top.stuck {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); }

.navbar-default .navbar-nav > li > a:focus {
  color: #212121; }

.hero {
  background: url(../img/bg_main.jpg);
  background-size: cover;
  background-repeat:repeat; 
  background-position: center center;
  height: 200px;
  margin-bottom: 50px;
  color: #f0a0a0;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  text-shadow: #c00 0 0 6px, #000 0 0 2px, #000 0 0 1px;
  padding-top: 80px; }

@media (min-width: 768px) {
  .hero {
    height: 350px;
    font-size: 2.5em;
    padding-top: 90px; } }

.nt-section {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 40px; }
  .nt-section h1 {
    margin-top: 40px;
    margin-bottom: 30px; }
  .nt-section h2 {
    color: #0852a5;
    margin-top: 0;
    margin-bottom: 0; }
  .nt-section h3 {
    margin-top: 0;
    margin-bottom: 20px; }
  .nt-section .row, .nt-section #map-canvas {
    margin-bottom: 20px; }
    .nt-section .row.mt30, .nt-section #map-canvas.mt30 {
      margin-top: 30px; }
    .nt-section .row.mb0, .nt-section #map-canvas.mb0 {
      margin-bottom: 0; }
    .nt-section .row.hr, .nt-section #map-canvas.hr {
      padding-bottom: 40px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 40px; }
  .nt-section .col-sm-4 + .col-sm-4 {
    margin-top: 30px; }

@media (min-width: 768px) {
  .nt-section .col-sm-4 + .col-sm-4 {
    margin-top: 0; } }

.business-list {
  list-style-type: none;
  padding-left: 0; }
  .business-list > li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    line-height: 1.14; }
    .business-list > li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 1em;
      height: 1em;
      background-color: #3f6dca; }

.business-list > li .detail {
  display: block;
  padding-left: 0em; /* タイトル下でさらにインデント */
  margin-top: 0.8em;   /* タイトルとの間隔 */
  font-size: 0.9em}
}

.nt-dl {
  font-size: 16px; }
  .nt-dl dd {
    margin-bottom: 1em; }
    .nt-dl dd:last-child {
      margin-bottom: 0; }
  .nt-dl.company-info dd {
    margin-bottom: 2em;
    color: #727272; }
    .nt-dl.company-info dd:last-child {
      margin-bottom: 0; }

#map-canvas {
  border: none;
  width: 100%;
  height: 480px; }

.president-row {
  text-align: center;
  margin-bottom: 20px; }

.president {
  width: 200px;
  height: 239px; }

@media (min-width: 768px) {
  .president-row {
    text-align: left;
    margin-bottom: 0; }
  .president {
    width: 100%;
    max-width: 200px;
    height: auto; } }

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 16px;
  padding: 3px 0; }
  #contact .form-control:focus {
    border-bottom-color: #d83f25; }

#contact label {
  color: #666;
  margin-bottom: 0;
  font-weight: normal; }

#contact span.required {
  color: #db4437;
  font-weight: bold; }

#contact label span {
  margin-left: 5px; }

#contact .section-title {
  margin-top: 10px;
  margin-bottom: 15px; }

#contact .btn-lg {
  padding-left: 30px;
  padding-right: 30px; }

#gs-form {
  position: relative; }
  #gs-form fieldset {
    transition: all 0.4s ease-in-out; }
  #gs-form.loading fieldset {
    opacity: 0.2; }
  #gs-form.loading .gs-form-dialog-container {
    display: block; }

.gs-form-dialog-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%; }
  .gs-form-dialog-container .gs-form-dialog {
    width: 80%;
    height: 2em;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px; }
    .gs-form-dialog-container .gs-form-dialog p {
      text-align: center;
      font-weight: bold; }

.gs-form-submit.loading::before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 10px;
  position: relative;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  top: -2px;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 0.9s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 0.9s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.phone-contact, .mail-contact {
  background: #3f6dca;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  font-size: 18px;
  margin-bottom: 20px; }

.mail-contact {
  background: #35b55f; }
  .mail-contact img {
    width: 250px;
    height: 12px; }

@media (min-width: 768px) {
  .mail-contact img {
    width: 360px;
    height: 29px; } }

footer {
  background: #5b5b5b;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:active, footer a:focus {
      color: #ccc;
      text-decoration: none; }
  footer .footer-text {
    line-height: 70px; }
  footer .col-sm-6 {
    text-align: center; }

@media (min-width: 768px) {
  .col-sm-6.privacy {
    text-align: left; }
  .col-sm-6.cprt {
    text-align: right; } }

.