@charset "UTF-8";
/* ========================================
* 2021/08 
* ====================================== */



/* ========================================
* ボタンエリア
* ====================================== */
.contactArea{
  margin: 100px 0 30px;
}
.contactArea__inner{
  max-width: 842px;
  margin: 0 auto;
}
.contactArea .contactArea__btn{
  display: flex;
}
.contactArea .btn__item{
  position: relative;
  flex: 1 1 50%;
  padding: 16px;
  background: #ee7836;
  border-radius: 8px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.contactArea .btn__item:not(:first-child){
  margin-left: 20px;
}
.contactArea .btn__item::after{
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.contactArea .btn__item-trial,
.contactArea .btn__item-request{
  padding: 14px;
}
.contactArea .btn__item-trial{
  border: 2px solid #000000;
  background: #ffd601!important;
  color:#000!important;
  background:#C55211;
}
.contactArea .btn__item-trial::after{
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
}
.contactArea .btn__item-request{
  background: #ffd601;
  border: 2px solid #004386;
  padding: 14px;
  color: #004386;
}
.contactArea .btn__item-request::after{
  border-top: 4px solid #004386;
  border-right: 4px solid #004386;
}

.contactArea .contactArea__info{
  margin: 37px 70px 0;
}
.contactArea .tel__num{
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.15rem;
}
.contactArea .tel__time{
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: .95rem;
  line-height: 1;
}
.contactArea .info__notes{
  margin-top: 16px;
  font-size: .7rem;
}
.contactArea .info__notes dd{
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.contactArea .info__notes dd::before{
  content: "■"; 
}

@media screen and (max-width: 768px) {
  /* ========================================
  * ボタンエリア
  * ====================================== */
  .contactArea{
    margin-right: 20px;
    margin-left: 20px;
  }


}
@media screen and (max-width: 480px) {
  /* ========================================
  * ボタンエリア
  * ====================================== */
  .contactArea .contactArea__btn{
    display: block;
  }
  .contactArea .btn__item{
    display: block;
    padding-right: 30px;
    font-size: .875rem;
  }
  .contactArea .btn__item:nth-child(2){
    margin: 20px 0 0;
  }
  .contactArea .btn__item::after{
    right: 14px;
    width: 10px;
    height: 10px;
  }
  .contactArea .contactArea__info{
    margin: 37px 0 0;
  }
  .contactArea .tel__time{
    margin: 0 0 0 5px;
    font-size: .95rem;
    line-height: 1;
  }
}