#logo {
  /*background: white;*/
  /*margin: 0 0 30px 0;*/
  padding: 30px;
  /*display: table-cell;*/

}
#modal-overlay{
	z-index:-1;
	/*display:none;*/
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.4);
}
ul.nav li {
  font-size: 20px;
  color: white;
}
ul.nav a {
  color: #ffffff;
  text-transform: uppercase;
}
ul.nav a:hover {
  color: rgb(0, 115, 162);
  background-color: rgba(255, 255, 255, 0.4);
}
.info h2 {
  margin-left: 30px;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

.info ul {
  color : #fff;
  list-style-type: none;
}
.info li {
  margin: 1em 0;
}
.info li span {
  margin-right: 30px;
}
.info a {
  background: rgba(255, 255, 255, 0.7);
}

#content-body h2,
#content-body h3 {
  /*margin: 50px 0 80px;*/
  margin: 50px 0;
  text-transform:capitalize;
  font-family: Usual-Medium, sans-serif;
  letter-spacing: 1px;
}
#content-body h2 {
  font-size: 52px;
}
#content-body h3 {
  font-size: 28px;
  color: rgba(0, 115, 162, 0.45);
  border-left: 6px solid rgba(0, 115, 162, 0.45);
  padding-left: 20px;
}
#content-body h2 span,
#content-body h3 span {
  font-size: 14px;
  margin-left: 20px;
}
#content-body h2 span::before,
#content-body h3 span::before {
  content: "──── ";
  /*letter-spacing: 0;*/
  letter-spacing: -0.1em;
}
#content-body table th {
  white-space: nowrap;
}

#content-body p {
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
th span.help-block {
  font-weight: normal;
}
p.gloryof {
  text-transform: uppercase;
  font-weight: bold;
}
p.gloryof::before {
  content: url(../images/japan-flag.gif);
  margin: 4px;
  position: relative;
  top: 4px;
}
.jpn-flg-right:after {
  content: url(../images/japan-flag.gif);
  margin: 4px;
  position: relative;
  top: 4px;

}
div#footer-bk {
  background: rgb(0, 115, 162);
  width :100%;
  padding: 30px;
  margin-top: 30px;
  /*height: 120px;*/
}
div#footer {
  color: #fff;
}
#footer ul.corporate-info,
#footer .corporate-phone ul {
  list-style-type: none;
  padding: 0;
}
#footer li.corporate-description,
#footer .corporate-description {
  font-size:12px;
}
#footer li.corporate-name,
#footer .corporate-name {
  font-size:20px;
  margin:10px 0 16px;
}
#footer li.corporate-address {
  margin-bottom: 10px;
}
#footer li.corporate-address:after {
  content: url(../images/japan-flag.gif);
  margin: 4px;
  position: relative;
  top: 4px;
}
#footer li.corporate-mail {
  margin-top:10px;
}
@media screen and (max-width: 1200px) {
  #footer .corporate-logo img {
    display:none;
  }
}

#footer a {
  color: #fff;
}
#footer .lang-jp {
  text-align: right;
}
table ul {
  padding-left: 1.5em;
}
ul.footer-navi,
ul.footer-navi ul {
  list-style-type: none;
  padding-left: 1em;
}
.footer-navi li {
  line-height: 2em;
}
ul.footer-navi>li::before{
  content: "\f13a";
  font-family: FontAwesome;
  margin-right:0.6em;

}

ul.footer-navi ul>li::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right:0.6em;
}
div#social-icon {
  margin-top: 20px;
}

#social-icon a {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  color: #fff;
}
#social-icon i {
  width: 50px;
  height: 50px;
  margin: 0;
  color: rgb(0, 115, 162);
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  line-height: 50px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 50px; }
#social-icon a:hover i { background: rgba(255, 255, 255, 0.75); }
