@charset "UTF-8";

table {
	width: 100%;
}
th {
	width: 30%;
}
.BTN03 a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  transition: all 0.6s ease 0s;
  /*letter-spacing: .15rem;*/
  background: #780B11;
  color: #fff;
  border-radius: 5px;
}
.BTN03 a:hover {
  background: #000;
  color: #fff;
  transition: all 0.6s ease 0s;
}


/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {





}



