/* -----------------------
	header 
-----------------------*/
header {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
header ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
header li {
  height: 86px;
  font-size: 1vw;
  display: block;
  float: left;
}
header li:nth-child(1) {
  width: 40%;
}
header li:nth-child(2) {
  width: 24%;
  padding: 5px 0 0 60px;
  background: url("../img/header_icon_01_pc.png") 0 15px no-repeat;
}
header li:nth-child(2) p.tel {
  font-size: 1.7vw;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 0;
}
header li:nth-child(3), header li:nth-child(4) {
  width: 16%;
  margin-left: 1%;
  padding-top: 16px;
}
header li:nth-child(3) img, header li:nth-child(4) img {
  width: 100%;
}
#top-head {
  position: fixed;
  width: 100%;
  /*height: 140px;*/
  margin: 0 auto;
  padding: 0;
  background: #1d1d1d;
}

#top-head:after {
  content: "";
  display: block;
  background: #fff;
}
/* Fixed */
#top-head.fixed {
  padding-top: 0;
  height: 131px;
}
#top-head.fixed:after {
  width: 100%;
  margin-top: 20px;
}
#top-head.fixed header li {
  height: 53px;
}
#top-head.fixed header h1 {
  height: 53px;
  line-height: 53px;
  padding: 0 0 10px 60px;
  background: url("../img/header_logo_pc.png") 0 0 no-repeat;
  background-size: 53px 53px;
}
#top-head.fixed header h1 span {
  display: none;
}
#top-head.fixed header li:nth-child(2) {
  padding-top: 0;
  background-position: 0 0;
  background-size: 53px 53px;
}
#top-head.fixed header li:nth-child(2) p.tel {
  line-height: 1.1;
  padding-top: 3px;
}
#top-head.fixed header li:nth-child(3), #top-head.fixed header li:nth-child(4) {
  padding-top: 0;
}
@media screen and (min-width: 1169px) {
  header li {
    font-size: 14px;
  }
  header li:nth-child(2) p.tel {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  header.head-sm {
    display: none;
  }
}
/* SP header */
@media screen and (max-width: 767px) {
  header.head-md {
    display: none;
  }
  header.head-sm {
    width: 100%;
    height: 47px;
    margin: 0;
    padding: 0;
  }
  header.head-sm .brand_logo {
    width: auto;
    height: 47px;
    font-size: 16px;
    line-height: 1;
    font-family: serif;
    padding: 5px 125px 5px 5px;
    margin: 0;
    background: none;
    position: relative;
    z-index: 10;
  }
  header.head-sm .brand_logo img {
    max-width: 100%;
    max-height: 100%;
  }
  header.head-sm p {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
  }
  header.head-sm p.mail {
    top: 5px;
    right: 45px;
    position: absolute;
    z-index: 10;
	
  }
  header.head-sm p.tel {
    top: 5px;
    right: 85px;
    position: absolute;
    z-index: 10;
  }
  
  .menu-btn img {
    height: 40px;
	margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
  }
  
  a.menu-btn {
    display: inline-block;
    background: #297bcd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
	height:46px
  }
  
  #top-head {
    height: 70px;
  }
  #top-head.fixed {
    padding-top: 0;
    height: 70px;
  }
  #top-head.fixed:after {
    width: 100%;
    margin-top: 0;
  }
  #top-head.fixed header .brand_logo {
    height: 47px;
    font-size: 16px;
    line-height: 1;
    padding: 5px 125px 5px 5px;
    background: none;
    position: relative;
    z-index: 10;
  }
  
  .header_con{
	height:46px; 
  }
}


.header_tel{
		color:#1d6cca;
		font-weight:bold;
}

@media (min-width: 768px) {
	.header_tel{
		font-size:1.275rem;
	}

	.header_face{
		max-height:60px;
	} 
}
@media (min-width: 992px) {
  	.header_tel{
		font-size:1.675rem;
	}

	.header_face{
		max-height:60px;
	}
}
@media (min-width: 1200px) {
	.header_tel{
		color:#1d6cca;
		font-weight:bold;
		font-size:2rem;
	}

	.header_face{
		max-height:60px;
	} 
}





/* -----------------------
	nav 
-----------------------*/
nav.gnav {
  width: 100%;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  background: #bf0000;
  padding: 0 !important;
}
nav.gnav ul {
  width: 100%;
}
nav.gnav li {
  width: 20%;
  border-left: 1px solid #BEBEBE;
}
nav.gnav li:last-child {
  border-right: 1px solid #BEBEBE;
}
nav.gnav li a {
  color: #fff;
  text-align: center;
  padding: 10px !important;
  display: block;
}
/* SP nav */
@media screen and (max-width: 767px) {
  nav.gnav {
    height: 35px;
    border: none;
    background: none;
    padding: 0 !important;
  }
  .navbar {
    top: 5px;
    position: absolute;
  }
  nav.gnav ul {
    top: 42px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
  }
  nav.gnav li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  nav.gnav li:first-child {
    border-top: 1px solid #ccc;
  }
  nav.gnav .navbar-toggler {
    width: 35px;
    height: 35px;
    background: url("../img/btn-menu.png") 0 0 no-repeat;
    background-size: 35px 35px;
    padding: 0;
    border: none;
    top: 0;
    right: 5px;
    position: absolute;
    z-index: 11;
  }
}
/* Nav dropdown on hover */
@media screen and (min-width: 768px) {
  nav.gnav .dropdown:hover > .dropdown-menu {
    display: block;
    min-width: calc(100% + 2px);
    margin-top: 0;
    left: -1px;
    border-radius: 0;
    background: #F6F6F6;
	color:#000;
  }
  nav.gnav .dropdown-menu a.dropdown-item:hover {
    color: #fff;
    background-color:#007bff;
  }
  
  nav.gnav .dropdown-menu a.dropdown-item{
	color:#000; 
  }
  
}


#side_menu a,
#side_menu a:link,
#side_menu a:visited,
#side_menu a:hover,
#side_menu a:active{
	color:#FFF !important;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color:#FFF !important;
}

.side_point_area{
	border:solid 1px #bf0000;
}

.mm-panels{
	background:#0E0E0E !important;
}
