div nav.navbar div.navbar-brend,
#gnavi ul.nav li a,
#menuu ul li div {
  font-family: serif;
}

.txtblue{
  color: #0A327D;
  font-weight: bold;
}

/* 共通



#sticky, #content, #contact{
  padding-top: 20px !important;
}
*/
#sticky > h3.chatch{
  margin-bottom:18px;
}
#contact{
  margin-top:30px;
}
li {
  margin: 0
}

/* トップ画 */

div.header.pc, div.title.img {
  background-color: white !important;
  margin: 0px;
  padding: 0px !important;
}

.title img {
  width: 100%;
  margin: 0px;
  background-color: white;
}

/* ｓｐナビバー */

nav.navbar-default, #gnavi ul.nav.navbar-nav {
  background-color: #0A327D;
}

div.menu.sp {
  padding: 0;
}

button.navbar-toggle {
  background-image: url("../img/menu.jpg");
  background-size: cover;
  background-position: 50%;
  background-size: cover;
  border: none;
  float: left;
  padding: 17px 14px 17px 20px;
}

div.menu nav.navbar div.navbar-brend {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  float: none;
}

div.navbar-brend {
  position: absolute;
  min-width: 100%;
  top: 5px;
}

.navbar-toggle {
  position: relative;
  z-index: 1;
}

div.navbar-header button.navbar-toggle span {
  color: white !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

div.navbar-header button.navbar-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top: 4px;
  vertical-align: middle;
  max-height: 100%;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

nav.navbar-default {
  padding: 0px;
}

nav.navbar-default div.navbar-header {
  padding: 0px;
}

div.container nav.navbar div.navbar-header div.navbar-brend {
  text-align: center;
  padding-left: 140px;
  font-size: 18px;
  border-right: 152px;
  padding-right: 206px;
  background-color: #0A327D !important;
}

.navba-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle span {
  transition: 0.25s;
}

.navbar-toggle span.active:nth-of-type(2) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.navbar-toggle span.active:nth-of-type(3) {
  opacity: 0;
}

.navbar-toggle span.active:nth-of-type(4) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

#gnavi ul.navbar-nav li {
  text: right !important;
  background-color: #0A327D;
  outline-color: white;
  outline-width: 1px;
  outline-style: solid;
  margin-bottom: 1px;
}

div.navbar-brend, #gnavi ul.navbar-nav li a {
  padding: 10px 10px;
  text-align: center;
  font-weight: normal;
  display: block;
  color: white !important;
}

.navbar-toggler {
  background-color: red;
}

/* お知らせ */

#content, #content div.infomation {
  padding-right: 0px;
}

div.container div.menu.sp nav.navbar a.navbar-brand {
  text: center !important;
  color: white !important;
  margin-right: auto;
  margin-left: auto;
}

.navbar-light {
  background-color: #0A327D;
}

/* サイドバー */

div.container div.row.main div.menu.pc div.menucnt ul li div {
  background-color: #0A327D;
  background-size: cover !important;
  color: white;
  font-weight: normal;
}

div.container div.row.main div.menu.pc div.menucnt ul li div img {
  width: 23px;
  height: 23px;
  margin-left: 15px;
  float: left;
  transform: rotate(90deg);
}

/*
li {
  list-style-type: none;
}
*/


#menuu ul .active a div, #menuu ul li a div {
  display: block;
  position: relative;
  line-height: 3em;
  padding-left: 1em;
  font-size: 14px;
  text-decoration: none;
}

#menuu ul .active a div:after, #menuu ul li a div:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: -4px 5px 0 0;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div .img {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
}

.img-flex-1 img {
  width: calc( 100% / 2);
  height: calc( 100% / 2);
}

.img-flex-2 img {
  width: calc( 100% / 3);
  height: calc( 100% / 3);
}

.img-flex-3 img {
  width: calc( 100% / 4);
  height: calc( 100% / 4);
}

main {
  margin: 0px auto !important;
  padding: 0px !important;
  background-color: #F5FAFF !important;
}

/* トップ画 */

div.container div.row>div.top1 img, div.container div.row div.top2 div.top3 img, div.container div.row div.top2 div.top4 img {
  float: center !important;
  display: block !important;
  width: 100% !important;
  padding: 0px;
}

div.container div.row div.top1, div.container div.row div.top2, div.container div.row div.top2 div.top3, div.container div.row div.top2 div.top4 {
  padding: 0px;
}

div.container div.row div.top1, div.container div.row div.top2 {
  padding-top: 20px;
}

/* お問い合わせ　*/

.tr {
  background-color: white !important;
}

.information {
  background-color: white !important;
  padding: 20px 20px !important;
}

table th, table td {
  border-bottom: dotted;
  /* 線種 */
  border-width: 2px;
  /* 線の太さ */
  border-color: silver;
  /* 線色 */
}

.list img {
  width: 100%;
  height: 100%;
}

div.contact div.contact-cnt div.line p {
  margin-bottom: -15px !important;
}

div.contact div.contact-cnt {
  padding-top: 30px;
}

div.contact div.contact-cnt div.line {
  background-color: #7DA5D7 !important;
  color: white !important;
  margin-bottom: -15px !important;
}

/* 全体スペース */

div.contact {
  padding-top: 15px;
}

div h3.chatch span {
  font-size: 15px;
}

div h3.chatch {
  font-size: 26px;
}

div.access div {
  margin-top: 30px !important;
}

#menuu ul li {
  margin: 0px
}

/* 戻るボタン */

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  float: right;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 2px 2px 4px gray;
}

.move-page-top {
  width: 40px;
}

/* フッター */

body footer {
  background-color: #0A327D;
}

p a, td a {
  color: #006BE7 !important;
  text-decoration: underline;
}


@media screen and (max-width:767px) {
  div.container div.row div.top2 {
    padding-top: 0px !important;
  }
  #content {
    padding-left: 0px !important;
  }
}
