body {
  background-color: #EEEBC2;
  margin: 0px;
  color: #010135;
  font-size: 0.95em;
  font-family: "Trebuchet MS", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック" , "MS PGothic", sans-serif;
}

hr.top-bar {
  /*background-color: #01528A;*/
  background-color: #05072E;
  background-image: url("logo.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px;
  height: 80px;
  width: 100%;
  border: none;
  position: fixed;
  z-index: 1000;
  top: 0;
}

hr.title-accent {
  width: 120px;
  height: 2px;
  background-color: #c7bfaa;
  border: none;
  margin-bottom: 40px;
}

h1 {
  color: #777;
  font-size: 1.1em;
  letter-spacing: 2;
  font-weight: normal;
  margin: 0px;
  padding-bottom: 80px;
}

.logo {
  padding: 26% 0 30px 0;
  width: 94.5%;
  max-width: 330px;
}

.section {
  display: block;
  font-size: 1em;
  letter-spacing: 0.9;
  padding-bottom: 19px;
}

.section:link, .section:visited, .section:hover, .section:active {
  text-decoration: none;
  color: #010135;
}

.language {
  font-size: 0.75em;
  color: #01528a;
  padding-top: 37px;
  display: block;
}

.language:link, .language:visited, .language:hover, .language:active {
  text-decoration: none;
}

/*
.header-img {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 50px;
  
  background-image: url("logo_classic.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
}
*/

.map-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 375px;
}

h2 {
  letter-spacing: 2.4;
  color: #01528a;
  margin-bottom: 15px;
  font-size: 1.35em;
  text-align: center;
}

section {
  padding: 50px 5% 50px 5%;
}

p {
  line-height: 32px;
  letter-spacing: 0.9;
  font-size: 0.95em;
}

span {
  display: inline-block;
  margin-right: 28px;
  word-wrap: break-word;
}

h3 {
  display: inline-block;
  line-height: 32px;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 35px 27px;
}

h4 {
  margin: 0px;
  font-size: 1.3em;
  color: #01528a;
}

.lawyers-name {
  display: block;
  text-align: center;
}

.lawyers-background {
  text-align: center;
  border: 2px solid #eeebc2;
  box-sizing: border-box;
  width: 47.5%;
  display: inline-block;
  padding: 50px 20px;
  margin: 0 2.2%;
  margin-top: 25px;
  min-height: 360px;
}

.lawyers-background-first {
  margin-left: 0%;
}

.lawyers-background-second {
  margin-right: 0%;
}

.lawyers-background > p {
  font-size: 0.85em;
  color: #777;
  margin-top: 0px;
}

table.lawyers-info {
  margin: 0 auto;
  margin-top: 30px;
  font-size: 1em;
}

td {
  text-align: left;
}

th {
  vertical-align: top;
}

.lawyers-info th {
  padding-right: 20px;
  text-align: left;
}

.new-line > td, .new-line > th {
  padding-top: 20px;
}

.access:link, .access:visited, .access:hover, .access:active, .contact:link, .contact:visited, .contact:hover, .contact:active {
  color: #333;
}

iframe {
  margin: 25px 0;
  width: 100%;
  height: 450px;
}

table.contact-table {
  font-size: 1em;
  margin: 0 auto;
  margin-bottom: 50px;
}

.contact-table > tbody > tr > th {
  text-align: left;
  padding-right: 20px;
  min-width: 95px;
}

@media(max-width: 50em) {
  .logo {
    padding-bottom: 27px;
  }

  h1 {
    padding-bottom: 45px;
    font-size: 1.5em;
  }

  .logo {
    padding: 30px 0;
    width: auto;
  }

  main {
    margin-left: 0px;
    max-width: 100%;
    padding: 0;
    padding-bottom: 0px;
  }

  section {
    padding: 6%;
  }
}

@media(max-width: 1023px) {

  .lawyers-background {
    width: 100%;
  }

  .lawyers-background-second {
    margin: 0%;
    margin-top: 25px;
  }
}

.copyright {
    font-size: 0.5em;
    text-align: center;
}
