@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
  }	
}

/*btn*/
.btnStyle05 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 0;
  width: 31.25%;
  text-align: center;
  color: #fff;
  background: #f39800;
  transition: all 0.25s ease;
}
.btnStyle05-mg{
	margin: 7.81% auto;
}
.btnStyle05-mg2{
	margin: auto;
}
.btnStyle05:hover {
  background: #014593;
}
@media screen and (max-width:768px) {
  .btnStyle05 {
    font-size: 107.14%;
    padding: 4% 0;
    width: 75%;
    margin: 7.81% auto;
	}
}
