*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.push{
	width:75%;
	margin:0px auto 100px auto;
}
.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}


a.btn--tel {
  display: block;
  margin-top: 15px;
  padding: 1rem 0;
  color: #fff;
  background: linear-gradient( 135deg, #f12711 10%, #f5af19 100%);
  -webkit-box-shadow: 0 5px 0 #9c0000;
  box-shadow: 0 5px 0 #9c0000;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color:#f12711;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
@media screen and (max-width:630px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
.btn,
a.btn,
button.btn {
	font-size: 1rem;
	}
a.btn--tel i {
  font-size: 1.2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 1.7rem;
}
}