@charset "UTF-8";

body {
  margin-top: 80px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h2, .h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 18px;
}

.btn-primary {
  background-color: #8697ae;
  border-color: #8697ae;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: #8697ae;
  border-color: #8697ae;
}
.btn-primary:hover {
  background-color: #495c76;
  border-color: #495c76;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-color: #8697ae;
  border-color: #8697ae;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  background-color: #415269;
  border-color: #415269;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #8697ae;
  border-color: #8697ae;
}
.btn-primary .badge {
  color: #8697ae;
}

.btn-success {
  background-color: #878587;
  border-color: #878587;
}
.btn-success:focus, .btn-success.focus {
  background-color: #878587;
  border-color: #878587;
}
.btn-success:hover {
  background-color: #373537;
  border-color: #373537;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-color: #878587;
  border-color: #878587;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  background-color: #242124;
  border-color: #242124;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #878587;
  border-color: #878587;
}
.btn-success .badge {
  color: #878587;
}

.btn-danger {
  background-color: #d7afc1;
  border-color: #d7afc1;
}
.btn-danger:hover {
  background-color: #a4788c;
  border-color: #a4788c;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  background-color: #926b7d;
  border-color: #000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d7afc1;
  border-color: #d7afc1;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-color: #d7afc1;
  border-color: #d7afc1;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d7afc1;
  border-color: #d7afc1;
}
.btn-danger .badge {
  color: #d7afc1;
  background-color: #fff;
}

.btn-info {
  background-color: #ccc;
  border-color: #ccc;
  color: #000;
}
.btn-info:focus, .btn-info.focus {
  background-color: #ccc;
  border-color: #ccc;
  color: #000;
}
.btn-info:hover {
  background-color: #aaa;
  border-color: #aaa;
  color: #000;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-color: #aaa;
  border-color: #aaa;
  color: #000;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  background-color: #888;
  border-color: #888;
  color: #000;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #ccc;
  border-color: #ccc;
  color: #000;
}
.btn-info .badge {
  color: #ccc;
}


.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: -12px; /* 0 */
    margin-left: 0px;
  }
}

.navbar-brand {
  float: left;
  height: 0px;
  padding: 28px 5px;
  font-size: 20px;
  line-height: 24px;
}

.navbar-nav > li > a {
  margin-right: -15px;
}

.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.navbar.navbar-default, .navbar.navbar-inverse {
  border-bottom: 1px solid #ccc; /*#3b9ae0*/
}
.navbar.navbar-default .navbar-nav > li:not(.active) > a:hover, .navbar.navbar-inverse .navbar-nav > li:not(.active) > a:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav > li > a::after, .navbar.navbar-inverse .navbar-nav > li > a::after {
    left: 7%; /*0*/
    width: 86%; /*100%*/
    background-color: #888; /*#3b9ae0*/
  }
  .navbar.navbar-default .navbar-nav > li.active > a::after, .navbar.navbar-inverse .navbar-nav > li.active > a::after {
    left: 7%; /*0*/
    width: 86%; /*100%*/
    background-color: #ccc; /*3b9ae0*/
  }
  .navbar.navbar-default .navbar-nav > li.open > a:focus::after, .navbar.navbar-inverse .navbar-nav > li.open > a:focus::after {
    left: 7%; /*0*/
    width: 86%; /*100%*/
    background-color: #888; /*3b9ae0*/
  }
}

.bs-docs-section li{
  margin-top: 6px;
}

.bs-component.thesis {
  padding-top: 80px;
  margin-top: -80px;
}

.top.special {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 1px #000,
    -2px 2px 1px #000,
    2px -2px 1px #000,
    -2px -2px 1px #000;
  background-repeat: no-repeat;
  background-image: url("../images/header.jpg");
  background-position: center center;
  background-size: cover;
}

.top.special .outline {
  margin-top: 200px;
  margin-bottom: 200px;
  background-color: rgba(0,0,0,0.7);
}

.jumbotron.header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
  position: relative;
  text-align: center;
  background-color: #fff;
}

.jumbotron.special {
  position: relative;
  min-height: 360px;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  -webkit-background-size: 70% 70%;
          background-size: 70%;
}

section.section {
  padding: 40px 0;
}

section.section.section-location {
  background-color: #fff;
}

section.section .subtitle {
  margin-bottom: 24px;
  text-align: center;
}

section.section .subtitle h2 {
  margin-top: 0;
}

section.section2 {
  padding: 20px;
}

.imgcenter {
  display: block;
  margin: 0 auto
}

section.section2 .btnbox {
  padding: 10px;
}

section.section2.section-exploration {
  background-color: #597090;
  color: #fff;
}

section.section2.section-origin {
  background-color: #c892ab;
  color: #fff;
}

section.section2.section-information {
  background-color: #4b494b;
  color: #fff;
}

section.section2.section-outreach {
  background-color: #eee;
  color: #000;
}

section.section3.section-1 {
    border-top: 80px solid transparent;
    margin-top: -80px;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
}

section.section3.section-2 {
    background-color: #eee;
    border-top: 80px solid transparent;
    margin-top: -80px;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
}

section.section3.section-1a {
    height: 20px;
}

section.section3.section-2a {
    background-color: #eee;
    height: 20px;
}

section.section3 .subtitle {
  margin-bottom: 24px;
}

section.section3 h4 {
  font-weight: bold;
}

.point .point-box {
  text-align: center;
}
.point .point-box .point-circle {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  font-size: 60px;
  line-height: 120px;
  color: #fff;
  border-radius: 1%;
}

.point .point-box .point-circle.exploration {
  background-color: #597090;
}
.point .point-box .point-circle.origin {
  background-color: #c892ab;
}
.point .point-box .point-circle.information {
  background-color: #4b494b;
}
.point .point-box .point-description h4 {
  text-align: center;
}
.point .point-box .point-description p {
  text-align: justify;
}

.point2 .point-box {
  text-align: center;
}
.point2 .point-box .point-circle {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  font-size: 60px;
  color: #555;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #444;
  background-color: #fafafa;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

.point2 .point-box .point-circle:hover {
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid #aaa;
}

.point2 .point-box .point-circle h3{
  margin: 0px 0px 20px 0px;
}

.point2 .point-box .point-description h4 {
  text-align: center;
}
.point2 .point-box .point-description p {
  text-align: justify;
}

.table .name {
  width: 120px;
}

.table .year {
  width: 80px;
}

.studyimage {
  padding: 20px 20px 0px 20px;
}

.studyimagecmt {
  text-align: center;
  font-size: 0.8em;
}

.mybottomborder {
  border-bottom:#888 solid 1px;
}

blockquote {
  padding: 3px 24px;
  margin: 0 18px 30px;
  font-size: 16px;
  border-left: 5px solid #ccc;
}

footer {
  padding: 8px 0;
  color: #eee;
  background-color: #333;
}

footer .copyright {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #888;
}

.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar-text {
  margin-top: 28px;
  margin-bottom: 28px;
}

@media (min-width: 768px) {

  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

