@charset "UTF-8";

.tel-info{text-align:center;}
.tel-info li{margin-bottom:.6rem;}
.tel-info .tel::before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 26px;
  margin-right: 0;
  background: url(../img/tel-head.png) no-repeat;
  background-size: contain;
}
.tel-info .tel span{color:#11a239;font-size:2rem;font-weight:700;}
h3 .orange{color:#e95504 !important;}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 500;
  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;
}
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0 4rem .8rem;
  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;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  top:-20px;
  padding: 0m 2rem 0 5rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c span {
  font-size: 1.2rem;
  font-weight:normal;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.8rem;
  color: #32b16c;
  border-radius: 4px;
  background: #fff;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f138";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #38c578;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 2rem;
}
#about_afi h3 span{
  color:#ffff00;
  font-size:3.6rem;
}
.sp_disp{
  display:none;
}
#justone li{text-indent: -1.2rem;}
@media screen and (max-width: 480px) {
  a.btn-c {
    font-size: 1.2rem;
    top: -10px;
    z-index:1;
    width:90%;
    padding: .4rem .6rem;
  }
  a.btn-c span{font-size: .8rem;}
  a.btn-c:before{
    top: calc(54% - .1rem);
  }
  a.btn-c span{font-size:.8rem;}
  .hero_free{
    bottom:0;
  }
  .checkbox ul{
    font-size:.8rem;
    padding: .5rem 1rem;
  }
  .checkbox ul li img {
    padding-bottom: 6px;
    padding-right: 5px;
}
.prof-box h4{
  font-size:1.2rem;
}
#about_afi h3{
  font-size:1.2rem;
}
#about_afi h3 span{
  color:#ffff00;
  font-size:1.4rem;
}
.bubble02.h3{font-size:1.4rem;}
.size2{font-size:2rem;}
#recommend h3{font-size:1.7rem;}
#naiyou h3{margin-bottom:0;}
#justone li{font-size:.8rem;text-indent: -1rem;}
.form-area input{font-size:.8rem;}
}

