.p-top-h1{
	text-align: center;
	font-size: 2.8rem;
	font-weight: 900;
	margin: 3rem 0 0;
	-webkit-text-stroke: 5px #000;
	color: #fff;
	paint-order: stroke fill;
	line-height: 1.4em;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
	.br-pc {
	display: none;
	}

	.br-sp {
	display: inline-block;
	}
	.p-top-h1{
		font-size: 2.4rem;
		-webkit-text-stroke: 4px #000;
	}
}

.c-btn-head-line {
  display: inline-block;
  padding: 1rem 1.7rem;
  margin-right: 0.5rem;
  border-radius: .4rem;
  color: #fff;
  background-image: linear-gradient(#07C755, #057633);
  position: relative;
  transition: transform .2s ease-out
}

.c-btn-head-line span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.188;
  font-weight: 700;
  position: relative;
  z-index: 2
}

@media(hover: hover) {
  .c-btn-head-line:hover {
    transform: scale(1.06)
  }
}

@media screen and (max-width: 767px) {
	.c-btn-contact,
	.c-btn-head-line{	
		width: 90%;
		padding: 1.8rem;
		border-radius: 3rem;
	}
	.c-btn-contact span,
	.c-btn-head-line span{	
		font-size: 1.8rem;
	}
}