.navbar {
    position: fixed!important;
    width: 100%;
    top: 0!important;
    z-index: 10000;
    background-color: #fff;

}
nav.navbar a {
  text-decoration: none!important;
}
nav .contact_btn_link a {
  display:inline;
}

.nav > .dropdown-megamenu {
  position: static;
}


@media (max-width: 767px) {
  .navbar-nav .open .dropdown-container {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      border: 0;
      box-shadow: none;
      border-radius: 0;
  }

  .navbar-nav .open .dropdown-container .row{
    display:flex;
    flex-wrap:wrap;
  }

  .menu_pic {
    margin-bottom: 10px;
  }
  .pc20 {
  width: 50%!important;
}

}
@media (min-width: 768px) {
.pc20 {
  width: 20%!important;
}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-only { display: block !important; }
.sp-only { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc-only { display: none !important; }
    .sp-only { display: block !important; }
}


.dropdown-megamenu > .dropdown-container {
    position: absolute;
    top: 100%;
    /*left: 0;
    right: 0;
    max-width: 100%;*/

    left: calc(50% - 610px );
    right: calc(50% - 610px );
    max-width: 1220px;

    padding: 10px;
    border-radius: 0px;
}
@media only screen and (max-width: 1219px) {
.dropdown-megamenu > .dropdown-container {
  width: 100%!important;
  left: 0px!important;
  right: 0px!important;
  max-width: 00%!important;
  min-width: 100vw;
    float: none!important;
}
}

.dropdown-megamenu .dropdown-menu {
  display: block;
}

.link-image .media-object {
  float: left;
  margin-bottom: 0.25 * @grid-gutter-width;
}

.link-image-sm + .link-image-sm .media-object {
  margin-left: 0.25 * @grid-gutter-width;
}

.thumbnail .caption {
  min-height: 120px;
}
.thumbnail:hover {
  text-decoration: none;
}

/* Link list */
.list-links {
  list-style: none;
  padding: 0;
}
.list-links li {
    line-height: 1.2 * line-height-base;
  }

.list-links li a {
    color: gray;
  }

.list-links li a :hover,
.list-links li a :focus,
.list-links li a :active {
      color: ;
    }


/* General styles to improve presentation */
html, body {
  height: 100%;
  min-height: 500px;
}
body {
  background: #F7F8F9;
}
.example-megamenu {
  width: 100%;
  /*max-width: 1140px;
  padding: 20px;*/
  margin: 0 auto;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: #fff;
}


.navbar-brand {

    padding: 10px 15px!important;
  }

.navbar {
    border-radius: 0px!important;
    border: none!important;
    margin-bottom: 0px!important;
}
.dropdown-container {
  margin: 0px!important;
  -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 18%)!important;
    box-shadow: 0 0px 0pxrgba(0,0,0,0.175)!important;
    border: 1px solid #efefef!important;
}


.icon-bar {
   background-color:#316691!important;
}

.navbar-collapse.in {
  padding-bottom: 20px;
  height: 100vh;
}

.navtopimg  img{
  max-width: 80px;
}
.contact_btn_link{
  margin-top: 14px;
}
.contact_btn_link01 {
  background-color: #5C94D1;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  text-decoration: none!important;

}

.contact_btn_link01 strong,
.contact_btn_link02 strong {
  text-decoration: none;
  font-size: 14px;
}
.contact_btn_link02 {

background-color: #EAEEF3;
  border-radius: 4px;
  color: #5C94D1;
  padding: 10px;
  margin-top: 20px;
  margin-left: 20px;
  text-decoration: none!important;
}
@media only screen and (min-width: 768px) {
.nav_flex {
  display: flex;
  justify-content: space-between;
}
}

@media only screen and (min-width: 768px) and (max-width:  1002px) {
  .nav>li>a {
    padding: 15px 10px 10px!important;
  }




}





.fleft {
  position: ;
  left: 0;
}
.navbar-nav>li>a {
  font-size: 14px!important;
      padding-top: 19px;

}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover
 {
  background-color: #fff!important;
  font-weight: 800;
  color: #265589;
}

.nav>li>a {
  color: #000;
}
.navbar-toggle {
  margin-top: 14px!important;
}
.catchcopy {
  color: #265589;
  font-weight: 600;
    font-size: 14px;
    text-align: center;
    min-height: 52px;
    margin-top:  10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catch_btn {
background-color: #0d3c70;
width: 100%;
    border-radius: 4px;
    color: #EAEEF3;
    padding: 6px 32px;
    margin-top: 0px;
    text-decoration: none!important;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
}

.catch_btn:hover {
  color: #fff;
}

.catch_btn {
  margin-bottom: 10px;
}

.catch_logo,
.catch_btn {
  text-align: center;
}

.catch_logo img {
  height: 30px;
  margin: 10px 0 20px;
  width: auto;
}

.menu_pic　{
  min-height: 200px!important;
  position: relative;

}

.menu_pic img {
  width: 100%;

}

.navi_service_txt {
  position: absolute;
  display: flex;
  justify-content: center;
    align-items: center;
    margin-top: -90px;
    left: 10%;
    right: 10%;
    color: #fff;

    font-weight: 600;
}

@media only screen and (max-width: 768px) {

  .navbar-toggle .icon-bar {
      display: block;
    width: 24px!important;
    height: 3px!important;
    border-radius: 1.5px!important;
}

    .navbar-nav>li>a {
  text-align:center;
  }
.navbar-nav>li>a, .nav>li>a {
   text-align:center;
}
  .navbar-collapse,
  .navbar-collapse.in {
    padding: 0px!important;


  }
  .navbar-nav {
    margin: 0px!mportant;
  }
  .navbar-nav>li>a, .nav>li>a {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    font-size: 15px!important;
    font-weight: 600;
    color: #333;
  }
  .menu_pic {
    margin-bottom: 10px;
  }
  .nav > .dropdown-megamenu {
    padding: 0 15px;
    text-align: center;
  }
  .catch_logo img {
  height: 24px;
}
.navi_service_txt {
  margin-top: -80px;
  padding: 10px;
      text-align: center;
}
.navi_service_txt p {
  font-size: 14px;
  letter-spacing: .05em; 
  font-weight: lighter;
}
.sp10m {
  margin-top: 10px!important;
  font-weight: lighter;
}

.contact_btn_linksp {
  position: fixed;
  bottom: 0;
  min-height: 50px;
  margin: 0px;
  width: 100%;
}
.contact_btn_linksp div {

  flex-grow: 1;
  text-decoration: none!important;


}
.contact_btn_link01sp {
  background-color: #5C94D1;

  padding: 16px 0;
  text-align: center;
  text-decoration: none!important;
}
.contact_btn_link01sp a {
  color: #fff!important;
}

.contact_btn_link01sp a:hover,
.contact_btn_link02sp a:hover {
  text-decoration: none!important;
}

.contact_btn_link02sp {
  background-color: #EAEEF3;
  color: #5C94D1;
    padding: 16px 0;
  text-align: center;
  text-decoration: none!important;
}

.spflex {
  display: flex!important;
}