@charset "utf-8";

header{
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
background:#fff;
  position: fixed;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 4px 8px -3px rgba(17, 17, 17, .06);
}

@media screen and (max-width:768px) {
header{
	z-index: 20000;
 height:55px;
position: fixed;
top: 0;
}
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}


.containerr {
	flex-wrap: wrap;
    text-align: center  
}

.containerr img {
	width: calc(12% - 4px);
    margin: 0 15px;
}

.bnr_02 {
    padding: 15px 20px;
    background: #fff;
}

@media screen and (max-width:768px) {
	.bnr_02 {
		padding: 20px 0 -10px 0;
	}
}

@media screen and (max-width:768px) {
	.containerr img {
		width: calc(43% - 20px);
        margin: 0 0 0 0    
	}
}

.copyright {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 100%;
    padding: 8px 15px;
}

.tx {
	font-size: 16px;
	padding: 0;
	text-align: center;
	letter-spacing: 0.05em;
	
}

.tac {
	text-align: center;
	letter-spacing: 0.05em;
	
}




