@charset "utf-8";
/* CSS Document */
body{
	-webkit-text-size-adjust: 100%;
}
.txt_wrap{
	display: inline-block;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.sp_btn {
    display: none;
}
.sp_logo{
	display: none;
}
.container{
	width: 1000px;
	overflow: hidden;
	margin: auto;
}
/*header*/
.header{
	padding: 20px 0;
}

.hd_bottom li.mega_list:hover .hd-mega {
  opacity: 1;
  visibility: visible;
}

.hd_bottom li.mega_list:hover{
  background-color: #008AD1;
  opacity: 1
}
.hd_bottom li.mega_list a:hover{
  opacity: 1
}
.hd-mega {
  opacity: 0;
  transition: all 0.2s ease;
  visibility: hidden;
  position: absolute;
  top: 180px;
  left: 49%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  padding-top: 30px;
  width: 197px;
  z-index: 999;
}
.hd_bottom li:nth-child(5) .hd-mega {
    left: 0;
    right: -989px;
}
.hd-mega {
  opacity: 0;
  transition: all 0.2s ease;
  visibility: hidden;
  position: absolute;
  top: 180px;
  left: 49%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  padding-top: 30px;
  width: 197px;
  z-index: 999;
}

.hd-mega_inner::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4194d7 transparent transparent transparent;
  transform: rotate(180deg);
  border-width: 20px 20px 0 20px;
}
.hd-mega_inner {
  background: #008AD1;
  height: 200px;
  padding: 10px;
}
.hd_bottom li:nth-child(5) .hd-mega .hd-mega_inner{
  height: 150px;
}
.pc-nav ul .hd-mega-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px 40px;
}
.hd-mega-menu .hd-mega-menu.not-wrap {
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hd-mega-menu li a{
  background: #fff;
  width: 177px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0051A1;
  height: 50px;
  border-bottom: 1px solid #008AD1;
  text-decoration: none;
}
.hd-mega-menu li a:hover{
  background: #0051A1;
  color: #fff;
}


.logo{
	float: left;
	padding: 10px 0;
}
ul.header-right{
	float: right;
}
ul.header-right li:nth-child(1){
  margin-top: 23px;
}
/*gnav*/
.gnav{
	background-color:#0051a1;
}
.gnav li{
	float: left;
}


/*page-pankuzu*/
.page-pankuzu {
	padding: 10px 0 11px 0;
	width: 1000px;
	margin: auto;
}

.page-pankuzu li {
	display: inline-block;
	margin-right: 5px;
	line-height: 1.6em;
	color: #000000;
}

.page-pankuzu li:after {
	content: " > ";
}

.page-pankuzu li.pankuzu-last:after {
	content: "";
}

.page-pankuzu a {
	color: #0051a1;
	margin-right: 5px;
}

li.pankuzu-last {
	margin-right: 0;
}
#back-top {
    position: fixed;
    right: 3%;
    bottom: 110px;
    z-index: 2000;
}
#back-top span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/backTop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*footer*/
.footer{
	padding-bottom: 40px;
}
.footer-nav{
	background-color:#0051a2;
	overflow: hidden;
	margin-bottom: 30px;

}
.footer-nav ul{
	padding: 30px 185px 10px 185px;
	overflow: hidden;
}
.footer-nav li{
	float: left;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
	margin-bottom: 20px;
}
.footer-bottom{
	overflow: hidden;
}
.footer-nav li.last{
	border-right: 1px solid #ffffff;
}

.footer-nav li a{
	text-decoration: none;
	color: #ffffff;
}
.footer-left{
	float: left;
	padding-left: 15px;
}
.footer-left li{
	float: left;
	list-style: url(../img/footer_list01.png);
	margin-right: 20px;
}
.footer-left li a{
	text-decoration: none;
}
.adress{
	float: right;
	line-height: 1.7;
}
.company-name{
	font-weight: bold;
	font-size: 115%;
}
.copyright{
	font-size: 86%;
	width: 1000px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: -15px;
}
.copyright img{
	padding: 3px 0;
}
.sp_table-box tbody {
	font-size: 84%!important;
}
.sp_table-box td{
	padding: 13px 5px!important;
}
.sp_table-box td:first-child{
	text-align: center;
}

@media print{
	body{zoom:90%;
	}
	.footer-left li{
		width: 140px;
	}
}