@import url(//fonts.googleapis.com/css?family=Oswald:400,500,700,300&subset=latin,latin-ext);

body {
  font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
}
#global-navigation li ul li {
  font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
}
.map-content .map-area li{
  font-family: 'Oswald','Lucida Grande',sans-serif;
}


#global-navigation ul li{
  font-family: 'Oswald','Lucida Grande',sans-serif;
}
.webfont,h1,h2,h3,h4,h5,h6 {
  font-family: 'Oswald','Lucida Grande',sans-serif;
}
.highlight-banner figure figcaption dt {
  font-family: 'Oswald','Lucida Grande',sans-serif;
}
.navbar-global .global-nav > li > ul > li{
  font-family: 'Oswald','Lucida Grande',sans-serif;
}


.col-sm-2 .text-info,
.col-sm-3 .text-info,
.col-sm-4 .text-info{
    line-height:1.2;
    font-size:15px;
}
@media screen and (min-width: 768px){
  footer .footer-menu .footer-navs .nav-list>li:before{
    top:.1em;
  }
}
h1,.h1,h2,.h2,h3,h4,h5,h6,.h3,.h4,.h5,.h6{
  font-weight:500 !important;
}
h1,.h1{
  font-size: 32px;
}
h2,.h2{
  font-size: 28px;
}
/* 英語併記H2 */
h2.en-title {
	font-size: 18px;
}
h2.en-header span {
	font-family: 'Oswald', Lucida, 'Grande', sans-serif;
	font-size: 68px;
}
h3,.h3{
  font-size:24px;
}
h4,.h4{
  font-size:18px;
}
/* h3,h4,h5,h6,.h3,.h4,.h5,.h6{
  margin-top:12px;
  margin-bottom:6px;
} */
@media screen and (max-width: 767px) {
  h1,.h1{
    font-size:28px;
  }
  h2,.h2{
    font-size:22px;
  }
  h2.en-header span {
    font-size: 34px;
  }
  h3,.h3{
    font-size:18px;
  }
  h4,.h4{
    font-size:16px;
  }
}
/* ------------------------------
	フォントサイズ
------------------------------ */
.font-14 {font-size: 14px;}
.font-18 {font-size: 18px;}
.font-24 {font-size: 24px;}
.font-34 {font-size: 34px;}

@media print, screen and (max-width: 767px) {
  .font-14 {font-size: 13px;}
	.font-24 {font-size: 20px;}
  .font-34 {font-size: 30px;}
}

/* ------------------------------
	注釈
------------------------------ */
ul.notes li {
	padding-left: 15px !important;
}
ul.notes li::before {
	content: "*" !important;
}