@charset "UTF-8";
/*common*/
body {
  line-height: 1.8em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 1.4rem;
}
.lead {
  font-family: tbudgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
}
h1 {
  font-size: 2em;
  color: #333;
}
h1.lead {
  font-size: 1.5em;
  padding-top: 1em;
  color: #0068B4;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0068B4;
  line-height: 2em;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
}
h2.lead {
  font-size: 1.2em;
  font-family: tbudgothic-std, sans-serif;
  padding-top: 1em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0.5em;
}
h3.lead {
  font-size: 1em;
	color: forestgreen;
}
.qanda dd {
  margin-bottom: 2em;
}
dt.title {
  font-size: 1em;
  color: #000;
}
.list-group-item {
  padding-left: 1em;
  padding-right: 1em;
}
.title {
  margin-bottom: 1em;
}
ol li {
  list-style-position: outside;
  list-style-type: decimal;
}
.photo {
  margin-bottom: 1em;
}
#main {
  padding-bottom: 3em;
}
#main ul, footer ul {
  padding: 0px;
}
#main ul li {
  margin: 0;
  list-style-position: inside;
}
.entry {
  margin-bottom: 2em;
}
.page-title {
  padding-top: 0.5em;
  font-weight: bold;
}
.glyphicon {
  margin-right: 1rem;
}
.PC_only {
  display: none;
}
/*entry*/
.entry-content {
  margin-top: 0;
  margin-bottom: 2em;
}
.entry-tit {
  color: #0C5B8C;
  font-weight: bold;
}
/* Footer */
#footer {
  background-color: #036;
  text-align: center;
}
.site-footer {
  padding: 10px;
  color: #FFF;
  font-size: 0.9em;
}
.site-footer .tel {
  font-size: 1.5em;
}
footer ul li {
  list-style-type: none;
}
#footer nav {
  text-align: left;
}
#footer_nav {
  text-align: left;
}
#footer_nav ul {
  padding-left: 1em;
}
footer .logo {
  width: 150px;
}
.site-info {
  padding-bottom: 1em;
  padding-top: 1em;
}
#jumbotron .slideimage_m {
  display: none;
}
#tokucho th {
  width: 25%;
  font-size: 80%;
}
.label {
  margin-top: 20px;
  margin-right: 10px;
  font-size: 100%;
}
@media only screen and (max-width:768px) {
  .nav_m {
    border-bottom: none;
  }
  #js-bootstrap-offcanvas a {
    font-size: 1em;
  }
  #jumbotron {
    padding-top: 0px;
    border-bottom-style: none;
  }
  #jumbotron .slideimage {
    display: none;
  }
  #jumbotron .slideimage_m {
    display: block;
  }
  #main {
    padding-top: 20px;
  }
  #information .title {
    font-size: 1.2rem;
  }
  h1 lead {
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  body {
    padding-top: 50px;
  }
  .nav_m {
    border-bottom: none;
  }
  #js-bootstrap-offcanvas a {
    font-size: 1.3em;
  }
  .PC_only {
    display: inline;
  }
}
#btn_toggle {
  text-align: center;
  font-size: 80%;
  z-index: 999;
  top: 10px;
  right: 10px;
  font-weight: bold;
  position: fixed;
  background-color: #036;
}
#btn_toggle .btn_txt {
  margin-bottom: 10px;
}
#btn_toggle img {
  width: 4em;
}
.navbar-header {
  background-color: #036;
}
.navbar-brand {
  padding-right: 30px;
}
#js-bootstrap-offcanvas a {
  font-size: 1.1em;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 700;
}
#primary dd {
  margin-bottom: 1em;
}
.container {
  padding-right: 25px;
  padding-left: 25px;
}
.nav_m {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6183A1;
}
.list-group-item-info {
  color: #FFF;
  background-color: #245183;
}
.flex {
  display: flex;
  flex-wrap: flex;
}
.list-disc {
  margin-top: 1em;
  margin-bottom: 1em;
}
.list-disc li {
  list-style-type: disc;
}
.page-title {
  color: #003265;
  font-size: 100%;
  background-color: #F2F2F2;
  padding-bottom: 1em;
}
.article {
  margin-bottom: 2em;
}
#primary .btn {
  margin-right: 1em;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb {
  background-color: #FFF;
}
.btn-link {
  border: 1px solid #069;
}
.badge {
  margin-right: 1em;
  background-color: #CCC;
}
blockquote {
  font-size: 1em;
}
#bosyu th {
  width: 30%;
}
section {
  padding-bottom: 1em;
}