@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./fx/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./fx/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/**
 * 要素を中央に寄せる。
 * @return {[type]} [description]
 */
/**
 * ｓｕｂｍｉｔボタンを画像に置き換えた際に、テキストを非表示にする。
 * @return {[type]} [description]
 */
/**
 * 要素を中央に寄せる。
 * @return {[type]} [description]
 */
.btn.link.action:disabled {
  background-color: lightgrey;
  border: none; }

.btn.link.action:disabled:hover {
  background-color: lightgrey;
  color: #fff;
  cursor: not-allowed; }

.btn.link.action:disabled:hover::after {
  color: #fff; }

.hide {
  display: none !important; }

nav.tabs {
  flex-basis: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0 0 20px; }
  nav.tabs > .tabs--primary,
  nav.tabs > .primary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    list-style: none; }
    nav.tabs > .tabs--primary li,
    nav.tabs > .primary li {
      padding-right: 30px; }
    nav.tabs > .tabs--primary a,
    nav.tabs > .primary a {
      text-decoration: none;
      color: #d92231; }

.messages {
  flex-basis: 100%;
  width: 100%;
  min-width: 100%; }

.box-alert-importance {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px #d92231 solid;
  border-radius: 5px;
  background-clip: padding-box; }

/**
 * Custom-style for Drupal. (independent with V6)
 */
.search-local-form {
  max-width: 600px; }
  @media (max-width: 767px) {
    .search-local-form {
      max-width: inherit; } }
  .search-local-form .site-search .input-search {
    width: 448px; }
    @media (max-width: 767px) {
      .search-local-form .site-search .input-search {
        width: 86%; } }

/**
 * It is the overriding of the V6 design as follows.
 */
.webform-submission-form .form-list-02 {
  align-items: flex-end; }

.btn.align-left {
  text-align: left; }

/**
 * Navbar styling.
 */
.nav-local-buttons ul {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .nav-local-buttons ul {
      justify-content: center; } }

/**
 * Icon styles.
 */
a.icon-before .glyphicon {
  margin-right: .25em; }

a.icon-after .glyphicon {
  margin-left: .25em; }

.btn.icon-before .glyphicon {
  margin-left: -.25em;
  margin-right: .25em; }

.btn.icon-after .glyphicon {
  margin-left: .25em;
  margin-right: -.25em; }

.icon.disabled {
  opacity: 0.4;
  pointer-events: none; }

.info-grouping .view-grouping-header {
  font-weight: bold;
  padding-bottom: 16px;
  font-size: 123%; }

.pager ul > li.is-active {
  font-weight: bold;
  font-size: 105%; }
  .pager ul > li.is-active .is-current {
    padding-bottom: 1px;
    border-bottom: #d92231 1px solid;
    display: inline-block; }

#content {
  padding-top: 20px; }

.image-center {
  text-align: center;
  margin: 0 0 20px; }

.embedded-entity.image-caption-div {
  position: relative;
  margin-bottom: 30px; }

.embedded-entity.align-left {
  float: left;
  margin-right: 20px; }
  .embedded-entity.align-left .caption {
    position: absolute;
    left: -50%;
    right: -50%; }

.embedded-entity.align-right {
  float: right;
  margin-left: 20px; }
  .embedded-entity.align-right .caption {
    position: absolute;
    left: -50%;
    right: -50%; }

.embedded-entity.align-center {
  text-align: center; }

.embedded-entity .caption {
  text-align: center; }

.qr-code-wrapper {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .qr-code-wrapper:before, .qr-code-wrapper:after {
    content: " ";
    display: table; }
  .qr-code-wrapper:after {
    clear: both; }
  .qr-code-wrapper #qr-code-current-url {
    max-width: 100px;
    max-height: 100px;
    float: right;
    margin-left: 20px; }

/*# sourceMappingURL=style.css.map */