@charset "UTF-8";
@media (min-width: 768px) {
  .main {
    background: #F8F8F8;
  }
}
.main {
  position: relative;
  padding-top: 10px;
  z-index: 0;
}
body {
  min-height: 100vh;
  background: #0f8382;
}

h1, h2, h3, h4 {
  line-height: 1.5;
}

h1 {
  font-size: 28px;
  font-weight: normal;
}

.form-group + h1 {
  font-size: 21px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: normal;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

h4 {
  font-weight: normal;
}

h5 {
  font-weight: normal;
}

h6 {
  font-weight: normal;
}

a {
  color: #0072D5;
}

p {
  margin: 0 0 10px;
}

/*--------------------------------------------------------------
  Contentsまわり
-------------------------------------------------------------- */
.wrapper {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1170px;
    }
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
  主にheaderまわり
-------------------------------------------------------------- */
.masthead .header-text-logo a {
  color: #696969;
  font-weight: 100;
}

.masthead {
  position: relative;
  z-index: 1;
  color: #696969;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background: #FFF;
}
.account-masthead {
  background: #0f8382;
}
.account-masthead .account ul li {
  border-left: none;
}
.account-masthead .account ul li a {
  color: #FFF;
}
.masthead .logo {
  font-size: 30px;
  font-weight: normal;
  color: #696969;
}
.masthead .logo img {
  display: none;
}
.masthead .logo:after {
  content: "みやざき統計BOXデータカタログ";
  line-height: 62px;
}
.search-form .search-input-group {
  margin-bottom: 30px;
}
.masthead .site-search {
  margin-right: calc(21px - 0.5rem);
}
.masthead .site-search input {
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  border: none;
  background: #EFEFEF;
}
@media (min-width: 992px) {
  .masthead .site-search input {
    width: 200px;
    padding: 5px 10px;
  }
}
.masthead .main-navbar ul li a {
  position: relative;
  padding: 10px 15px;
}
.masthead .main-navbar ul li a,
.masthead .main-navbar ul li a:focus,
.masthead .main-navbar ul li a:hover,
.masthead .main-navbar ul li.active a,
.masthead .main-navbar ul li.active a:hover,
.masthead .main-navbar ul li.active a:focus {
  color: #A3A3A3;
  border-radius: 0;
}
.masthead .main-navbar ul li:hover a,
.masthead .main-navbar ul li a:hover,
.masthead .main-navbar ul li a:focus,
.masthead .main-navbar ul li.active a {
  background: none;
}
.masthead .main-navbar ul li a:hover:after,
.masthead .main-navbar ul li a:focus:after,
.masthead .main-navbar ul li.active a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  background: #219897;
}

.site-footer {
  background: #000;
}
.site-footer a {
  color: #FFF;
}

/*--------------------------------------------------------------
　side menu周り
-------------------------------------------------------------- */
.nav-pills > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.module-narrow.social .nav-simple {
  padding: 20px 0;
  text-align: center;
}
.module-narrow.social .nav-simple > li {
  display: inline-block;
  border: none;
}

.module-content {
  padding: 30px;
}
.module-content .image {
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #F8F8F8;
}
.module-content .image i {
  font-size: 100px;
  color: rgba(105, 105, 105, 0.6);
}

.module-heading {
  position: relative;
  font-weight: normal;
  cursor: pointer;
  color: #696969;
  padding: 20px 25px;
  border: none;
  background: #E7F7EE;
}
.module-heading:after {
  content: "";
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #696969;
  border-bottom: 2px solid #696969;
}
.module-heading.active:after {
  border-top: 2px solid #696969;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #696969;
}

.nav-facet .nav-item.active > a:after {
  content: "×";
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  margin: 0;
  line-height: 0.6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
}

.module-footer {
  padding: 0;
}
.nav-facet .nav-item:not(.active) > a:hover:after {
  content: "+";
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  margin: 0;
  line-height: 0.6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
}

.module-narrow .nav-item.active > a,
.module-narrow .nav-aside li.active a {
  background: #219897;
}
.nav-item.active > a .badge,
.nav-aside li.active a .badge {
  color: #1E1E1E;
  background: #FFF;
}
.module-narrow .nav-item.active > a:before,
.module-narrow .nav-aside li.active a:before,
.nav-facet .nav-item.active > a:after {
  content: none;
}

.context-info h1.heading {
  font-weight: normal;
}
.context-info .nums dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.context-info .nums dl dt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 12px;
  text-align: right;
}
.context-info .nums dl dd {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-weight: normal;
  font-size: 18px;
  text-align: right;
}

.module-narrow .nav-item > a[href^="https://twitter.com/"], .module-narrow .nav-item > a[href^="https://www.facebook.com/"],
.module-narrow .nav-aside li a[href^="https://twitter.com/"],
.module-narrow .nav-aside li a[href^="https://www.facebook.com/"] {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.module-narrow .nav-item > a[href^="https://twitter.com/"],
.module-narrow .nav-aside li a[href^="https://twitter.com/"] {
  width: 36px;
  font-size: 19px;
  color: #FFF;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1DA1F2;
}
.module-narrow .nav-item > a[href^="https://www.facebook.com/"],
.module-narrow .nav-aside li a[href^="https://www.facebook.com/"] {
  font-size: 36px;
  color: #1877F2;
}

/*--------------------------------------------------------------
  Other
-------------------------------------------------------------- */
.filter-list .pill {
  color: #FFF;
  background: #219897;
}

.toolbar .breadcrumb .active a,
.toolbar .breadcrumb a.active {
  font-weight: normal;
  color: #696969;
}

.pagination-wrapper {
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.pagination > .active > .page-link,
.pagination > .active > .page-link:hover,
.pagination > .active > .page-link:focus {
  color: #FFF;
  border: 1px solid #219897;
  background: #219897;
}
.pagination > li > a,
.pagination > li > .page-link,
.pagination > li > span {
  color: #696969;
}
.pagination .disabled a {
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dddddd;
  cursor: not-allowed;
}

.page-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #C3C3C3;
  background: none;
}
.page-header.module-content {
  margin: 15px 0;
  padding-top: 15px;
}
.page-header .nav-tabs {
  margin-bottom: 0;
}

.nav-tabs {
  border: none;
}
.nav-tabs > li {
  position: relative;
  z-index: 99;
  margin: 0;
}
.nav-tabs > li a {
  border: none;
}
.nav-link,
.page-header .nav-tabs li a,
.nav-link:hover,
.page-header .nav-tabs li a:hover,
.nav-link:focus,
.page-header .nav-tabs li a:focus {
  color: #696969;
}
.nav-tabs > li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background: #FFF;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #1E1E1E;
  border-color: transparent transparent #C3C3C3 transparent !important;
}
.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
  border-color: transparent transparent #C3C3C3 transparent !important;
}
.nav-tabs > li.active a:after,
.nav-tabs > li.active a:hover:after,
.nav-tabs > li.active a:focus:after {
  background: #219897;
}
.nav-tabs > li > a {
  position: relative;
  color: #696969;
}
.nav-tabs > li > a:hover {
  border: none;
}

ul.activity li.item {
  padding: 17px 0 18px;
  border-bottom: 1px solid #E8E8E8;
}
ul.activity li.item > .icon {
  display: none;
}
ul.activity li.item p {
  margin: 0;
}
ul.activity li.item a {
  color: #0072D5;
}
ul.activity li.item .actor > img {
  display: none;
}

table {
  color: #696969;
}

.table-bordered {
  table-layout: initial;
}
.table-bordered th {
  font-weight: normal;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: none;
}

.table-bordered > thead {
  border-bottom-style: hidden;
}

.table-bordered > :not(caption) > * {
  border-width: 0;
}

.table-bordered > :not(caption) > * > * {
  box-shadow: none;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 9px 5px 10px 12px;
}

.btn-primary {
  font-weight: normal;
  color: #FFF;
  border: 1px solid #219897;
  background: #219897;
}

.module-resource .module-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.module-resource .module-content .actions {
  position: static;
  float: none;
  order: 6;
}
.module-resource .module-content .actions ul {
  padding: 0;
}

.media-grid {
  border: none;
  background: none;
}

.media-view {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid #E0E0E0;
}

.media-heading {
  font-size: 14px;
  text-align: center;
}

.tag {
  color: #FFF;
  border: 1px solid #219897;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #219897;
}

.dropdown-menu {
  left: initial;
  right: 0;
}
.dropdown-menu > li {
  border-bottom: 1px solid #E8E8E8;
}
.dropdown-menu > li:last-child {
  border: none;
}
.dropdown-menu > li > a {
  font-size: 16px;
  padding: 13px 20px 14px;
}

.resource-item {
  border-bottom: 1px solid #E8E8E8;
}
.resource-item:hover {
  background: none;
}
.resource-item .heading {
  font-weight: normal;
}

.table-bordered {
  border: 1px solid #E8E8E8;
}

.table-striped > tbody > tr:nth-of-type(odd) th,
.table-striped > tbody > tr:nth-of-type(odd) td {
  background: #FAFAFA;
}

.table-striped > tbody > tr:nth-of-type(even) th,
.table-striped > tbody > tr:nth-of-type(even) td {
  background: #FFF;
}

.badge[data-format="xls"], .badge[data-format*="xls"] {
  background-color: #2db55d;
}

.hidden {
  display: none !important;
}
/*--------------------------------------------------------------
  Activity Dataset
-------------------------------------------------------------- */
.activity_dataset h3 {
  margin: 20px 0;
  border-bottom: 1px solid #C3C3C3;
}
.activity_dataset .tag-list {
  padding: 0;
}
.activity_dataset .resource-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
.activity_dataset .resource-item .heading {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  color: #1E1E1E;
}
.activity_dataset .resource-item .description {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  color: #696969;
}
.activity_dataset .resource-item .btn-group {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  position: relative;
  top: initial;
  right: initial;
}
.activity_dataset .resource-item .btn-group .btn-primary {
  float: none;
}
.activity_dataset .resource-item .btn-group .btn-primary:focus, .activity_dataset .resource-item .btn-group .btn-primary:active, .activity_dataset .resource-item .btn-group .btn-primary:hover {
  color: #1E1E1E;
  border-color: #219897;
  background: #219897;
}
.activity_dataset .table-bordered {
  border: 1px solid #E8E8E8;
}
.activity_dataset .table-striped > tbody > tr:nth-of-type(odd) th,
.activity_dataset .table-striped > tbody > tr:nth-of-type(odd) td {
  background: #FAFAFA;
}
.activity_dataset .table-striped > tbody > tr:nth-of-type(even) th,
.activity_dataset .table-striped > tbody > tr:nth-of-type(even) td {
  background: #FFF;
}

/*--------------------------------------------------------------
  sihyou 指標
-------------------------------------------------------------- */
.sihyou .module-content h2 {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 20px;
  border-bottom: 1px solid #C3C3C3;
}

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