@charset "UTF-8";
/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/* reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* base
 */
body {
  overflow-x: hidden;
  font-family: "メイリオ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 14px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "メイリオ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
}

.container {
  overflow: hidden;
  position: relative;
}

.img-centered {
  margin: 0 auto;
}

.bg-light-gray {
  background-color: #f2f2f2;
}

.pc {
  display: none;
}

/* NAV */
.nav {
  clear: both;
}

/* TITLE */
h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2rem;
  color: #000;
  line-height: 1.4;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1rem;
  color: #000;
  padding-top: 3rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  padding-left: 2rem;
  line-height: 1.4;
}

h5 {
  font-weight: bold;
  padding-top: .4rem;
  margin-top: 1rem;
  line-height: 1.4;
}

h6 {
  font-weight: bold;
  background: #333;
  color: #eee;
  border-radius: 3px;
  margin-top: 1rem;
  padding: 0rem 1rem 0rem 1rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  h2 {
    line-height: 2;
  }

  h3 {
    line-height: 2;
  }

  h4 {
    line-height: 2;
  }
}
/* TEXT */
.main-text {
  font-size: 1.4rem;
  margin-bottom: 30px;
  color: #555;
}

p {
  line-height: 1.8;
}

a {
  color: #00a0e9;
}
a:hover {
  color: blue;
}

/* TABLE */
table {
  width: 100%;
  border: 1px solid #666666;
  margin-bottom: 1rem;
}
table th {
  font-weight: bold;
  background: rgba(208, 208, 208, 0.3);
  color: #000;
  text-align: center;
  border-right: 2px dotted #bbb;
  border-right: 1px solid #666;
  padding: .4rem;
  line-height: 1.4;
  font-size: 1.3rem;
  vertical-align: top;
}
table th:last-child {
  border-right: 1px solid #666;
}
table td {
  border-right: 2px dotted #bbb;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #666;
  vertical-align: top;
  padding: .4rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
table td:last-child {
  border-right: 1px solid #666;
}
table .table_note {
  background: rgba(208, 208, 208, 0.3);
}
table.table_type1 th, table.table_type1 td {
  border-right: 2px dotted #bbb;
}
table.table_type1 th:last-child, table.table_type1 td:last-child {
  border-right: 1px solid #666;
}
table.calendar_table {
  border: none;
}
table.calendar_table th, table.calendar_table td {
  border-right: none;
  border-left: none;
}
table.calendar_table th {
  background: #434343;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: .5rem;
  border-right: 2px solid #fff;
}
table.calendar_table td {
  padding: 2rem 1rem;
  font-size: 1.6rem;
  text-align: left;
  color: #6b6b6b;
}
table.calendar_table td.dot_bb {
  border-bottom: 2px dotted #bfbfbf;
}
table.calendar_table td.month {
  font-weight: bold;
  font-size: 2.4rem;
  vertical-align: middle;
}
table.courses_table tr td:nth-child(2n+1) {
  font-weight: bold;
}
table.courses_table tr td:nth-child(2n+1) a {
  color: #000;
  text-decoration: none;
}
table.courses_table tr td:nth-child(2n) {
  text-align: left;
}
table.courses_table tr td:nth-child(2n) ul {
  padding-left: 0;
}
table.spz_table th, table.spz_table td {
  border-right: 2px dotted #bbb;
}
table.spz_table th:last-child, table.spz_table td:last-child {
  border-right: 1px solid #666;
}
table.spz_table td {
  border-bottom: 1px solid #eee;
}
table.spz_table td:nth-child(1) {
  text-align: right;
  width: 55%;
  font-weight: bold;
}
table.spz_table td:nth-child(2) {
  text-align: center;
  width: 8%;
}
table.spz_table td:nth-child(3) {
  text-align: left;
}
table.spz_table td:nth-child(3) a {
  padding-left: 2rem;
  background: url(../img/icon_PDF_blue.png) no-repeat 0px 5px;
  background-size: 15px auto;
  display: inline-block;
}
table.spz_table td .note {
  color: #666;
  font-size: 1.2rem;
  display: block;
  line-height: 1.4;
}
table.spz_table tr:nth-child(2n+1) td {
  background: #eee;
}
table.spz_table tr:last-child td {
  border-bottom: 1px solid #666;
}
table.normal_table th {
  border-bottom: 1px solid #333;
}

@media (min-width: 768px) {
  table th {
    font-size: 1.8rem;
    padding: 1rem;
  }
  table td {
    font-size: 1.6rem;
    padding: 1rem;
    min-height: 5rem;
  }
  table.calendar_table th {
    font-size: 2.4rem;
  }
  table.calendar_table th.month {
    font-size: 3.4rem;
  }
}
/* SECTION */
section {
  padding: 60px 0;
}
section.top_section {
  margin-top: 30px;
}
section section {
  padding: 10px 0 20px 0;
}

.small_section {
  margin-bottom: 5rem;
  padding-top: .2rem;
}

/* TOP PAGE */
@media (min-width: 768px) {
  .pc {
    display: inherit;
  }

  section.top_section {
    margin-top: 50px;
  }

  section h3.section-subheading {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  section {
    padding: 90px 0 100PX 0;
  }
  section.top_section {
    margin-top: 120px;
    padding: 60px 0;
  }

  section h3.section-subheading {
    margin-bottom: 50px;
  }

  .main-heading {
    color: #1c95d4;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 30px;
    text-align: left;
  }

  .main-text {
    font-size: 1.4rem;
    margin-bottom: 70px;
    color: #555;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    position: relative;
  }

  .container {
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* EACH SECTIONS */
#section-introduction_intro {
  padding-bottom: 13rem;
}
#section-introduction_intro .outline-heading {
  color: #1c95d4;
  color: #111;
  font-size: 2.8rem;
  text-align: left;
  font-weight: normal;
  padding: 0 15px;
  margin-top: 30px;
  line-height: 1.4;
}
#section-introduction_intro .outline-text {
  margin-top: 20px;
  color: #555;
}

#program .program-heading {
  color: #1c95d4;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

.procedure_num {
  font-size: 46px;
  font-weight: normal;
  color: #999;
  font-style: italic;
  display: block;
  text-align: center;
}

.procedure_list {
  margin-top: 5rem;
}
.procedure_list > li {
  border-top: 1px dotted #ccc;
}
.procedure_list > li:first-child {
  border-top: none;
}
.procedure_list > li:after {
  content: " \f0d7";
  font-family: fontawesome;
  display: block;
  font-size: 30px;
  color: #ccc;
  text-align: center;
}
.procedure_list > li:last-child:after {
  content: "";
}
.procedure_list > li ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.procedure_list > li .address {
  padding: 2rem;
  margin: 1rem 0;
}

#section-introduction_feature .col-sm-4 {
  text-align: center;
  padding: 0;
}
#section-introduction_feature .col-sm-4 img {
  max-width: 100px;
  max-height: auto;
}
#section-introduction_feature h4.main-heading {
  padding-left: 0;
}

#section-introduction_support .col-sm-4 {
  text-align: center;
  padding: 0;
}
#section-introduction_support .col-sm-4 img {
  max-width: 100px;
  max-height: auto;
}

#section-introduction_guideline .col-sm-4 {
  text-align: center;
  padding: 0;
}
#section-introduction_guideline .col-sm-4 img {
  max-width: 100px;
  max-height: auto;
}

#section-introduction_extev .col-sm-4 {
  text-align: center;
  padding: 0;
}
#section-introduction_extev .col-sm-4 img {
  max-width: 100px;
  max-height: auto;
}
#section-introduction_extev h4.main-heading {
  padding-left: 0;
}

#section-access_access .access-info,
#section-about_access .access-info {
  margin-top: 20px;
}
#section-access_access .access-list,
#section-about_access .access-list {
  margin-top: 20px;
  color: #555;
  line-height: 1.7;
}
#section-access_access .access-list li span,
#section-about_access .access-list li span {
  font-weight: bold;
  margin-right: 5px;
}
#section-access_access #map_canvas,
#section-about_access #map_canvas {
  width: 100%;
  height: 300px;
}

#section-faq_faq .faq_list dt {
  padding-left: 80px;
  background: url(../img/icon_Q.png) no-repeat;
  background-size: 70px;
  padding-bottom: 3rem;
  margin-top: 2rem;
}
#section-faq_faq .faq_list dt h3 {
  font-size: 2.4rem;
  font-weight: normal;
  padding-top: .5rem;
  line-height: 1.3;
}
#section-faq_faq .faq_list dd {
  padding-left: 80px;
  background: url(../img/icon_A.png) no-repeat;
  background-size: 70px;
  padding-bottom: 5rem;
  border-bottom: #999 2px dotted;
}
#section-faq_faq .faq_list dd p {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  #section-introduction_feature .main-heading,
  #section-introduction_support .main-heading,
  #section-introduction_guideline .main-heading,
  #section-introduction_extev .main-heading {
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px 0 30px;
    text-align: left;
    padding-left: 0;
  }
  #section-introduction_extev .main-heading.en {
    font-size: 1.6rem;
    line-height:1.4;
  }
  #section-introduction_feature .col-sm-8,
  #section-introduction_support .col-sm-8,
  #section-introduction_guideline .col-sm-8,
  #section-introduction_extev .col-sm-8 {
    width: 70%;
    float: left;
  }

  #section-introduction_feature .col-sm-4,
  #section-introduction_support .col-sm-4,
  #section-introduction_guideline .col-sm-4,
  #section-introduction_extev .col-sm-4 {
    width: 30%;
    text-align: right;
    padding: 20px 60px 0 0;
    float: left;
  }

  #section-faq_faq .faq_list dt {
    padding-left: 100px;
    background: url(../img/icon_Q.png) no-repeat;
    background-size: 80px;
    padding-bottom: 3rem;
  }
  #section-faq_faq .faq_list dt h3 {
    font-size: 2.8rem;
  }
  #section-faq_faq .faq_list dd {
    padding-left: 100px;
    background: url(../img/icon_A.png) no-repeat;
    background-size: 80px;
  }
  #section-faq_faq .faq_list dd p {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  section#topics {
    padding-top: 80px;
  }
  section#topics h3.section-subheading {
    margin-bottom: 0px;
  }

  section-introduction_intro .outline-heading {
    font-size: 28px;
    text-align: left;
    font-weight: normal;
    padding: 0 0 0 160px;
    margin-top: 50px;
  }
  section-introduction_intro h3.section-subheading {
    margin-bottom: 0px;
  }
  section-introduction_intro .outline-text {
    margin-top: 35px;
  }
  section-introduction_intro .col-md-offset-1 {
    padding-left: 160px;
    width: auto;
    margin: 0;
  }
  section-introduction_intro .col-md-6 {
    padding: 0;
  }

  #section-introduction_feature .col-sm-4,
  #section-introduction_support .col-sm-4 {
    text-align: right;
    padding: 20px 60px 0 0;
  }

  .access-list li:nth-child(2) {
    float: left;
    margin-right: 15px;
  }
}
/* Main heading */
.section_top_title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.section_top_title .j_title {
  display: block;
  font-size: 13px;
  color: #666;
  padding-top: 0;
}

@media (min-width: 768px) {
  .section_top_title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .section_top_title .j_title {
    margin-top: .2rem;
    font-size: 13px;
    color: #666;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .section_top_title {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .section_top_title .j_title {
    margin-top: 6px;
    font-size: 13px;
    color: #666;
    padding-top: 0;
  }
}
/* Main heading */
.article h2.section-heading {
  font-size: 2.8rem;
  margin-bottom: 0;
}
.article h3.section-subheading {
  margin-top: .2rem;
}
.article #article_body h1 {
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.page h1.section-heading {
  font-size: 2.8rem;
  margin-bottom: 0;
}
.page .top_section h3.section-subheading {
  margin-top: .2rem;
}
.page .top_section #article_body h1 {
  margin-bottom: 3rem;
}

/*
section h2.section-heading,
section h1.section-heading{
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 6px;
  text-align: center;
}


@media (min-width: 768px) {

  .article{
    h2.section-heading{
      font-size: 3.2rem;
      margin-bottom: 0;
    }
    h3.section-subheading{
      margin-top: .2rem;
    }
    #article_body{
      h1{
        font-size: 2.4rem;
      }
    }
  }
}
@media (min-width: 992px){
  .article{
    h2.section-heading{
      font-size: 3.2rem;
      margin-bottom: 0;
    }
    h3.section-subheading{
      margin-top: .2rem;
    }
    #article_body{
      h1{
        text-align: center;
        font-size: 2.6rem;
      }
    }
  }
}
*/
section h3.heading_blackbg,
section h4.heading_blackbg {
  font-size: 16px;
  color: #eee;
  background: #444;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 1rem;
  margin-left: 1rem;
}

section h3.underline_dot,
section h4.underline_dot,
section h5.underline_dot {
  font-weight: bold;
  padding-top: .4rem;
  border-bottom: 1px dotted #555;
  margin-top: 1rem;
  margin-left: 1rem;
}

section h3.left_border,
section h4.left_border,
section h5.left_border {
  font-weight: bold;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-top: 0;
  line-height: 1.4;
  margin-top: 2rem;
}

.main-heading {
  color: #1c95d4;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: center;
}

section h2.sentence-heading_blue1,
section h3.sentence-heading_blue1 {
  font-weight: normal;
  color: #00a0e9;
  font-size: 2.0rem;
  text-align: left;
  margin-top: 3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

section h1.sentence-heading_black1,
section h2.sentence-heading_black1 {
  background: #434343;
  color: #fff;
  font-size: 2.0rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
  text-align: left;
  padding-left: 3rem;
  line-height: 1.4;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

section h3.sentence-heading_underline {
  font-size: 2.4rem;
  border-bottom: 1px solid #000;
  text-align: left;
  margin-top: 8rem;
}

h3.sentence-heading_gray1 {
  text-align: left;
  font-size: 2rem;
  color: #666;
  font-weight: normal;
  padding-bottom: 3rem;
}

/* Course Introduction title */
.course_intro_title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 5rem;
}

.course_intro_subtitle {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  color: #666;
}

@media (min-width: 768px) {
  section h2.section-heading,
  section h1.section-heading {
    font-size: 3.2rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 6px;
    text-align: center;
  }

  section h2.sentence-heading_blue1,
  section h3.sentence-heading_blue1 {
    font-size: 2.4rem;
  }

  section h2.sentence-heading_black1 {
    font-size: 2.4rem;
  }

  h3.sentence-heading_gray1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  section h2.section-heading,
  section h1.section-heading {
    font-size: 3.2rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 6px;
    text-align: center;
  }
}
.navbar-custom {
  background-color: #fff;
  border-color: #aaa;
  border-bottom: none;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  opacity: 0.7;
}

.navbar-logo {
  display: none;
}
.navbar-logo a img {
  width: 120px;
  height: auto;
}

.navbar-langage {
  position: absolute;
  top: 10px;
  right: 60px;
}
.navbar-langage ul {
  overflow: hidden;
  width: 50px;
}
.navbar-langage ul li {
  display: block;
}
.navbar-langage ul li a, .navbar-langage ul li span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  background: #eee;
  color: #00a0e9;
  text-align: center;
}
.navbar-langage ul li span {
  background: #00a0e9;
  color: #fff;
}

.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
  background-color: #777;
  border-color: #777;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  border-radius: 0;
  height: 38px;
  width: 38px;
  margin: 8px 10px 10px 0;
}

.navbar-brand {
  padding: 10px 0 0 10px;
}

.navbar-brand > img {
  width: 150px;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #777;
}

.navbar-custom .nav > li > a {
  font-family: "メイリオ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: left;
  border-top: 1px solid #aaa;
}
.navbar-custom .nav > li > a span {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #00a0e9;
  margin-left: 5px;
  margin-bottom: 5px;
}
.navbar-custom .nav > li > a:hover {
  opacity: 1;
}

.navbar-custom .navbar-nav {
  margin-bottom: 0;
  background: #fff;
}

.nav > li.nav-logo a {
  text-align: center;
}

.nav > li.nav-logo img {
  width: 98px;
}

#mainNav .nav_wrapper {
  background: #fff;
  position: relative;
  z-index: 100;
}

.navbar-collapse.in {
  overflow-y: visible;
}

/* subNavi */
#mainNav .nav_wrapper .container {
  overflow: visible;
  position: static;
}
#mainNav .nav_wrapper .container .nav > li {
  position: static;
}
#mainNav .nav_wrapper .container .navbar-logo {
  float: right;
}

.subnav {
  display: none;
  display: block;
  background: #00a0e9;
  position: static;
  top: 102px;
  left: 0;
  width: 100%;
}
.subnav ul.subnav_list {
  max-width: 970px;
  margin: auto;
  padding: 1rem 0;
}
.subnav ul.subnav_list li {
  display: inline-block;
  display: block;
  font-size: 1.6rem;
  margin-right: 4rem;
}
.subnav ul.subnav_list li a {
  padding: 5px 15px 6px 30px;
  color: #fff;
  background: url(../img/wdisc.png) no-repeat 10px 9px;
  background-size: 12px;
  line-height: 1.2;
  display: block;
}

header {
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #000;
}
header .intro-text .intro-heading img {
  margin: 128px 0 10px;
  width: 34%;
}
header .intro-text .intro-language_link a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: bold;
  border: 2px solid #000;
  margin: auto;
  max-width: 300px;
  margin-bottom: 30px;
}
header .intro-text .intro-language_link a:hover {
  background: #00a0e9;
  color: #fff;
  text-decoration: none;
  border: 2px solid #00a0e9;
}
header .intro-text .intro-language_link a:hover:before {
  color: #fff;
}
header .intro-text .intro-language_link a:before {
  content: "\f105";
  font-family: fontAwesome;
  padding-right: .6rem;
  font-size: 2rem;
  color: #777;
}

.navbar-fixed-top {
  position: relative;
}

.affix {
  position: relative;
}

@media (max-width: 580px) {
  header .intro-text .intro-heading img {
    width: 75%;
  }

  .navbar-langage {
    top: 10px;
    right: 60px;
  }
}
@media (min-width: 768px) {
  .navbar-langage {
    position: absolute;
    top: 10px;
    right: 60px;
  }
}
@media (min-width: 992px) {
  .subnav {
    position: absolute;
  }
  .subnav ul.subnav_list li {
    display: inline-block;
  }

  .navbar-fixed-top {
    position: fixed;
  }

  .affix {
    position: fixed;
  }

  header {
    background-attachment: fixed;
    background-position: center 85px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    height: 730px;
    position: relative;
  }
  header .container {
    position: absolute;
    top: 300px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .intro-text .intro-heading img {
    margin: 0 0 40px;
  }
  header .intro-text .intro-language_link a {
    max-width: 315px;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 140px;
  }

  .navbar-langage {
    top: 0px;
    right: 150px;
  }

  .navbar-langage {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: right;
    margin-right: 30px;
  }

  .navbar-brand > img {
    width: 278px;
    margin-top: -10px;
  }

  .navbar-logo {
    display: block;
    text-align: right;
    padding-bottom: 10px;
    float: right;
  }

  .navbar-custom {
    padding: 25px 0 5px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    /*
    .nav li a:hover,
    .nav li a:focus {
      opacity: 0.7;
      outline: none;
    }
    */
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .nav li a {
    font-family: "メイリオ", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    border-top: 0;
    padding: 5px 12px;
    text-align: center;
  }
  .navbar-custom .nav li a span {
    font-size: 11px;
    font-weight: normal;
    display: block;
    text-align: center;
    color: #00a0e9;
  }
  .navbar-custom a:hover,
  .navbar-custom a:focus {
    opacity: 0.7;
    outline: none;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 0;
    color: #555;
    background-color: #fff;
  }
  .navbar-custom .navbar-nav > .active > a:hover,
  .navbar-custom .navbar-nav > .active > a:focus {
    opacity: 0.7;
    background: #fff;
  }
  .navbar-custom.affix {
    background-color: #fff;
    padding: 10px 0 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }

  .nav > li.nav-logo {
    display: none;
  }

  .navbar-custom li a span.current {
    background: #00a0e9;
    display: block;
    position: absolute;
    bottom: 5px;
    height: 3px;
    width: 0%;
    margin: 0;
    left: 0;
  }

  .subnav_list {
    display: none;
  }

  /* CURRENT(J) */
  /*
  #page-intro-index{
    .navbar-custom.j_nav .navbar-nav > li#gnv_intro > a{
      border-bottom: 3px solid #1c95d4;
    }
  }
  #page-program-index,
  #page-program-tanki,
  #page-program-stp,
  #page-program-ijp,
  #page-program-ddp{
    .navbar-custom.j_nav .navbar-nav > li#gnv_program > a{
      border-bottom: 3px solid #1c95d4;
    }
  }
  
  #page-faq{
    .navbar-custom.j_nav .navbar-nav > li#gnv_faq > a{
      border-bottom: 3px solid #1c95d4;
    }
  }
  #page-access{
    .navbar-custom.j_nav .navbar-nav > li#gnv_access > a{
      border-bottom: 3px solid #1c95d4;
    }
  }
  #page-contact{
    .navbar-custom.j_nav .navbar-nav > li#gnv_contact > a{
      border-bottom: 3px solid #1c95d4;
    }
  }
  */
}
@media (min-width: 1200px) {
  header {
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }

  .navbar-langage {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: right;
    margin-right: 30px;
  }
}
footer {
  padding: 20px 0;
  text-align: center;
  background: #434343;
  color: #bbb;
}
footer .copyright {
  font-size: 10px;
}

.footer-nav {
  margin-bottom: 70px;
}
.footer-nav li {
  display: inline;
  padding: 0 2px;
}
.footer-nav li a {
  color: #9d9d9d;
}
.footer-nav li a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer-nav li {
    display: inline-block;
    padding: 0 35px;
  }
  .footer-nav li a {
    font-weight: normal;
  }

  footer .copyright {
    line-height: 40px;
    font-size: 14px;
  }
}
.topics_list {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 2rem;
}
.topics_list li a {
  display: block;
  background: #f2f2f2;
  border: 1px solid #d6d6d6;
  padding: 10px 50px 3px 15px;
  position: relative;
}
.topics_list li a.txt {
  padding-left: 10px;
  padding-top: 40px;
  display: block;
}
.topics_list li a .category {
  display: block;
  width: 90px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 1.3rem;
  background: #00a0e9;
  color: #fff;
}
.topics_list li a .category.event {
  background: #553f91;
}
.topics_list li a .category.report {
  background: #1361b4;
}
.topics_list li a:hover {
  text-decoration: none;
  background: #f9f9f9;
  color: #00a0e9;
}
.topics_list li a:hover .category {
  background: #fffc19;
  color: #333;
}
.topics_list li a .date {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.5rem;
}
.topics_list li a:after {
  content: "\f105";
  position: absolute;
  top: 13px;
  right: 20px;
  color: #555;
  font-size: 2.4rem;
  line-height: 1;
  color: #ccc;
  font-family: FontAwesome;
}

.topics_link {
  max-width: 610px;
  margin: auto;
}
.topics_link .readmore a,
.topics_link .category_archive_list li a {
  display: block;
  background: #f2f2f2;
  color: #00a0e9;
  line-height: 4rem;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #d6d6d6;
}
.topics_link .readmore a:hover,
.topics_link .category_archive_list li a:hover {
  text-decoration: none;
  background: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
}
.topics_link .readmore {
  margin: auto;
  margin-bottom: 2.5rem;
  width: 90%;
}
.topics_link .readmore a {
  font-weight: bold;
  max-width: 100%;
}
.topics_link .category_archive_list {
  display: flex;
  flex-flow: column;
}
.topics_link .category_archive_list li {
  width: 80%;
  margin: auto;
  margin-bottom: 1rem;
}
.topics_link .category_archive_list li a {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 3rem;
}
.topics_link .category_archive_list li a .e_ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1rem;
  margin-top: 1.5rem;
}
.topics_link .category_archive_list li a .j_ttl {
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 1rem;
  font-size: 1.1rem;
}
.topics_link .category_archive_list li.report a:hover {
  background: #1361b4;
  border: 1px solid #1361b4;
}
.topics_link .category_archive_list li.event a:hover {
  background: #553f91;
  border: 1px solid #553f91;
}

.report_category h3.category_title {
  text-align: center;
  color: #555;
  font-size: 2.4rem;
  padding-top: 1rem;
}
.report_category h3.category_title .e_ttl {
  line-height: 1.4;
  display: block;
}
.report_category .topics_list {
  margin-top: 40px;
}
.report_category .topics_list .no_entry {
  text-align: center;
  margin-bottom: 4rem;
  margin: auto;
  background: #f2f2f2;
  border: 1px solid #d6d6d6;
  padding: 13px 10px 13px 10px;
  position: relative;
}
.report_category .topics_link {
  max-width: 200px;
  margin: auto;
}
.report_category .topics_link .readmore a:hover {
  background: #1361b4;
}

@media (min-width: 768px) {
  .topics_list {
    max-width: 90%;
  }
  .topics_list li a.txt {
    padding-left: 120px;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .topics_list {
    max-width: 100%;
  }
  .topics_list li a.txt {
    padding-left: 170px;
    padding-top: 10px;
    display: block;
  }
  .topics_list li a .category {
    left: 35px;
  }

  .topics_link .readmore {
    width: 100%;
    margin-bottom: 4.5rem;
  }
  .topics_link .category_archive_list {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
  }
  .topics_link .category_archive_list li {
    width: 32%;
  }
  .topics_link .category_archive_list li a {
    line-height: 4rem;
  }
}
#section-program_index .program-area {
  padding: 0 15px;
}
#section-program_index .program-area .col-sm-6, #section-program_index .program-area .col-sm-5 {
  border: 2px solid #fff;
  background: #f2f2f2;
  margin-bottom: 2rem;
}
#section-program_index .program-area .program-box {
  padding: 40px 0;
}
#section-program_index .program-area .program-box .program-box-table {
  display: table;
  width: 100%;
  padding: 0 0 26px;
  color: #333;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell {
  display: table-cell;
  width: 50%;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  margin: 0 auto;
  padding: 30px 8px 0;
  background: repeating-linear-gradient(-45deg, #fff900, #fff900 10px, #ffef00 12px, #ffef00 14px);
  background: -webkit-linear-gradient(-45deg, #fff900, #fff900 10px, #ffef00 12px, #ffef00 14px);
  background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff900), color-stop(0.25, #ffef00), color-stop(0.5, #ffef00), color-stop(0.5, #fff900), color-stop(0.75, #fff900), color-stop(0.75, #ffef00), to(#ffef00));
  -webkit-background-size: 14px 14px;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-ttl {
  padding-left: 0;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #666;
  margin-bottom: 3px;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-txt {
  padding-left: 0;
  font-size: 30px;
  font-weight: bold;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-txt span {
  font-size: 15px;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-txt span.fs18 {
  font-size: 18px;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-txt span.fs16 {
  font-size: 16px;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-txt span.narrow {
  letter-spacing: -4px;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-txt span.small_num {
  font-size: 18px;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-txt.fs20 {
  font-size: 20px;
  padding-top: 8px;
}
#section-program_index .program-area .program-box .program-box-table .program-box-table-cell .program-box-circle .program-box-txt.double_line {
  line-height: .8;
}
#section-program_index .program-area .program-box .program-text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #555;
  text-align: left;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .program-area {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .program-area .program-box .program-box-table {
    padding: 0 12px 26px;
  }
  .program-area .program-box .program-text {
    padding: 0 2rem;
  }
}
/* Text */
.note {
  color: #999;
  font-size: 1.3rem;
}

.caution {
  color: #c60;
  color: #408396;
  line-height: 1.4;
}
.caution:before {
  content: "\f071 ";
  font-family: fontawesome;
}

a {
  color: #00a0e9;
}
a:hover {
  color: blue;
}

strong {
  font-weight: bold;
}

.red {
  color: #c30;
}

.blue {
  color: blue;
}

.indent1 {
  padding-left: 1rem;
}

/*  Heading?  */
.page #page_body .article_contents .heading_blue1 {
  font-weight: normal;
  color: #00a0e9;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

/* to top */
.arrow-up {
  background-color: #fff;
  border: 2px solid #555;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #555;
  display: inline-block;
  font-size: 1.33333em;
  height: 2.8em;
  line-height: 2.5em;
  position: fixed;
  right: 5%;
  bottom: 20px;
  transition: all .3s ease 0s;
  width: 2.8em;
  z-index: 39;
}
.arrow-up:hover {
  opacity: 0.7;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.btn::before,
.btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.intro-btn {
  margin-bottom: 24px;
}

.btn-top::before {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.btn-top::after {
  left: 12px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #1c95d4;
  border-right: 3px solid #1c95d4;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* BUTTONS */
.button_blue1 {
  background: #00a0e9;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.button_line {
  border: 1px solid #000;
  display: block;
  margin: 3rem auto;
  max-width: 600px;
  text-align: center;
  padding: 1rem;
  font-size: 1.8rem;
  word-wrap: break-word;
}
.button_line a {
  text-decoration: none !important;
  color: #000 !important;
}
.button_line a:before {
  content: "\f0da";
  font-family: fontawesome;
}

.readmore a, .readreport a {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  line-height: 4rem;
  max-width: 150px;
  margin: 1rem auto 0 auto;
  background: #fff;
  color: #00a0e9;
  font-weight: bold;
}
.readmore a:hover, .readreport a:hover {
  background: #00a0e9;
  color: #fff;
  text-decoration: none;
}

.readreport a:hover {
  background: #1361b4;
}

/* LIST TYPE */
.list_type1 li {
  text-align: left;
  padding-left: 1rem;
}
.list_type1 li:before {
  content: "\f0da";
  font-family: fontAwesome;
  padding-right: .6rem;
}

.check_list li:before {
  content: "\f046  ";
  font-family: fontawesome;
}
.check_list li b {
  font-weight: bold;
  color: #666;
  font-size: 120%;
}

.dot_list li:before {
  content: "・";
  font-family: fontawesome;
}
.dot_list li b {
  font-weight: bold;
  color: #666;
  font-size: 120%;
}

.circle_list li:before {
  content: "\f10c  ";
  font-family: fontawesome;
}
.circle_list li b {
  font-weight: bold;
  color: #666;
  font-size: 120%;
}

.deflist_type1 dt {
  font-weight: bold;
}
.deflist_type1 dd {
  padding-left: 2rem;
}

/* BOX */
.column2_box {
  display: flex;
  flex-flow: row wrap;
}
.column2_box li {
  width: 50%;
  margin-bottom: 2rem;
}

.pagination {
  display: block;
  margin-bottom: 3rem;
  text-align: center;
}
.pagination .link_before, .pagination .link_next {
  display: inline-block;
  border: 1px solid #ccc;
  color: #00a0e9;
  background: #fff;
  padding: .2rem 1rem;
}
.pagination .link_before:hover, .pagination .link_next:hover {
  background: #00a0e9;
  color: #fff;
  text-decoration: none;
}
.pagination .current_page, .pagination .link_page {
  display: inline-block;
  border: 1px solid #ccc;
  color: #00a0e9;
  background: #fff;
  padding: .2rem 1rem;
}
.pagination .current_page:hover, .pagination .link_page:hover {
  background: #00a0e9;
  color: #fff;
  text-decoration: none;
}
.pagination .current_page {
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  color: #555;
}
.pagination .current_page:hover {
  background: #f8f8f8;
  color: #555;
}

/* BANNERS */
#affiliation_banners .col-md-6 {
  padding: 5px;
}
#affiliation_banners .col-md-6 a {
  position: relative;
  display: block;
  max-width: 640px;
  margin: auto;
}
#affiliation_banners .col-md-6 a .univ_link {
  position: absolute;
  bottom: 0;
  display: block;
  background: #00a0e9;
  opacity: .75;
  width: 100%;
  text-align: center;
  color: #fff;
}
#affiliation_banners .col-md-6 a:hover {
  opacity: .7;
}

.article section.white,
.page section.white {
  background: #fff;
}
.article section.gray,
.page section.gray {
  background: #f2f2f2;
}
.article .top_section,
.page .top_section {
  background: #f2f2f2;
}
.article .top_section.white,
.page .top_section.white {
  background: #fff;
}
.article .top_section.gray,
.page .top_section.gray {
  background: #f2f2f2;
}
.article .article_contents,
.page .article_contents {
  line-height: 2;
  color: #555;
  /* Title */
  /* Image */
  /* text/list  */
}
.article .article_contents img,
.page .article_contents img {
  max-width: 100%;
  height: auto;
}
.article .article_contents .img_2 img,
.page .article_contents .img_2 img {
  max-width: 48%;
  height: auto;
  margin: 1%;
}
.article .article_contents .img_3 img,
.page .article_contents .img_3 img {
  max-width: 31%;
  height: auto;
  margin: 1%;
}
.article .article_contents p, .article .article_contents ul, .article .article_contents ol, .article .article_contents dl,
.page .article_contents p,
.page .article_contents ul,
.page .article_contents ol,
.page .article_contents dl {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.article .article_contents li,
.page .article_contents li {
  padding-left: 1rem;
}
.article ol li,
.page ol li {
  list-style-type: decimal;
}
.article blockquote,
.page blockquote {
  margin: 0 0 0 2rem;
  padding: 0 2rem;
  border-left: 3px solid #c0c6c9;
}
.article hr,
.page hr {
  margin: 2rem 0;
  border-top: 1px solid #555;
}
.article .article_data,
.page .article_data {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  color: #666;
}
.article .article_data a,
.page .article_data a {
  display: inline-block;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  background: #00a0e9;
  color: #fff;
  padding: 0 2rem;
  margin-right: 1rem;
}
.article .article_data a:hover,
.page .article_data a:hover {
  background: #fffc19;
  color: #333;
}
.article .article_data a.event,
.page .article_data a.event {
  background: #553f91;
}
.article .article_data a.report,
.page .article_data a.report {
  background: #1361b4;
}

.news_archive .news_area .no_article {
  margin-bottom: 10rem;
}

@media (min-width: 992px) {
  .article .top_section #article_body .article_contents .img_2 img,
  .page .top_section #article_body .article_contents .img_2 img {
    max-width: 48%;
    height: auto;
    margin: 1%;
  }
}
.contact {
  background: #f2f2f2;
}
.contact input, .contact button, .contact textarea, .contact select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact input {
  padding: 2rem;
  margin-bottom: 2rem;
  background: #fff;
}
.contact textarea {
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.contact input[type="submit"] {
  padding: 1.5rem;
  margin: auto;
  margin-bottom: 2rem;
  color: #00a0e9;
  max-width: 300px;
  width: 300px;
  border: 1px solid #ccc;
  font-weight: bold;
}
.contact :placeholder-shown {
  color: #ccc;
  font-weight: bold;
}
.contact ::-webkit-input-placeholder {
  color: #ccc;
  font-weight: bold;
}
.contact #mail-form-footer {
  text-align: center;
}
.contact .contact_error_area .contact_error_content {
  margin-bottom: 2rem;
}
.contact .contact_error_area .contact_error_content h3 {
  color: #cc3300;
}
.contact .contact_error_area .contact_error_content h3:before {
  content: "\f071";
  font-family: fontAwesome;
  padding-bottom: 1rem;
  margin-right: .5rem;
}
.contact .contact_error_area .contact_error_content .errors {
  color: #cc3300;
  padding-left: 1rem;
}
.contact .contact_complete_area .contact_complete_title {
  text-align: center;
  font-size: 2.6rem;
  color: #00a0e9;
  margin-bottom: 3rem;
}
.contact .contact_complete_area .contact_complete_content .thanks {
  text-align: center;
  margin-bottom: 5rem;
}
.contact .contact_complete_area .contact_complete_content .note {
  color: #999;
  font-size: 1.2rem;
}

#page404 h1 {
  text-align: center;
  font-weight: normal;
  font-size: 5rem;
  padding: 0;
  line-height: 1.4;
  margin-top: 4rem;
  margin-bottom: 0rem;
  color: #00a0e9;
}
#page404 h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10rem;
  font-weight: normal;
  color: #999;
}
#page404 .txt_404 {
  font-size: 1.4rem;
  color: #555;
  text-align: center;
  padding-bottom: 20px;
}
#page404 .btn {
  display: block;
}
#page404 .btn a {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  line-height: 4rem;
  max-width: 240px;
  margin: 1rem auto 0 auto;
  background: #fff;
  color: #00a0e9;
  font-weight: bold;
  margin: auto;
}
#page404 .btn a:hover {
  background: #00a0e9;
  color: #fff;
  text-decoration: none;
}

.center{
 text-align:center;
 }
.right{
 text-align:right;
 }
.red{
 color:#900;
 }
.button{
 display:inline-block;
 text-align:center;
 background-color:#00a0e9;
 color:#fff;
 border:1px solid #999;
 padding:5px 30px;
 }
a.button:hover{
 color:#fff;
 }
table.tdcenter td{
 text-align:center;
 vertical-align:middle;
 }
table.tdcenter th{
 border-bottom:1px solid #666;
 }
table.noborder, table.noborder th,table.noborder td{
 border:none;
 }
table.inside{
 font-size:1.4rem;
 margin-top:1em;
 }
table.inside td{
 padding:0;
 text-align:left;
 }
.middlemenu{
 margin-top:-25px;
 margin-bottom:30px;
 overflow:hidden;
 }
 .page .article_contents .middlemenu p{
 padding-left:0;
 }
/*top banner */
@media (max-width: 767px) {
 header ul#information{
  width:100%;
  font-size:0;
  padding:10px 0;
  text-align:center;
  margin:0 auto;
  }
  header ul#information li a{
   display:inline-block;
   margin:0 auto;
  }
 }
@media ((min-width:768px) and (max-width: 992px)) {
 header #logo{
  text-align:center;
  margin-top:0;
  margin-bottom:30px;
  }
 header #logo img{
  display:inline-block;
  max-width:50%;
  }
 header ul#information{
  width:100%;
  padding:10px 0;
  font-size:0;
  margin:0 auto;
  }
 }
@media ((min-width: 992px)and (max-width: 1199px)) {
 header.new{
  backgruond-position:center top;
  padding:290px 0 0 0;
  }
 header ul#information{
  width:990px;
  font-size:0;
  margin:50px auto 0 auto;
  }
 .nav_wrapper .navbar-right{
  margin-right:-10px;
  }
 .navbar-brand{
  padding-left:0;
  }
 }
@media (min-width: 1200px) {
 header.new{
  backgruond-position:center top;
  padding:290px 0 0 0;
 }
 header ul#information{
  width:1000px;
  padding-left:0;
  font-size:0;
  margin:45px auto 0 auto;
  }
 .nav_wrapper .navbar-right{
  margin-right:-10px;
  }
 .navbar-brand{
  padding-left:0;
  }
 }

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 2em;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
