/* サービス一覧用　詳細ボタン */
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  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-flat {
  overflow: hidden;

  padding: 1rem 3rem;

  color: #000;
  border-radius: 0;
  background: #eee;
  border: solid 1px #eb6100;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 90px;
  height: 90px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #eb6100;
}

a.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}



/* ビデオタイトル */
p.videoTitle {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
    clear: both;
}



/* ビフォーアフター */
.beforafter p.beforafterTitle {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
    clear: both;
}
.beforafter div{
    position: relative;
    width: 48%;
    margin-right: 2%;
    float: left;
}
.beforafter .before span:after {
    position: absolute;
    content: "Before";
    top: 0;
    right: 0;
    color: white;
    padding: 0.5em;
    background: #FF6000;
}
.beforafter .after span:after {
    position: absolute;
    content: "After";
    top: 0;
    left: 0;
    color: white;
    padding: 0.5em;
    background: #FF6000;
}
.beforafter div img{
    width: 100%;
}



/* 料金表 */
.form_box_01 {
    width: 25%;
    height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #D4D4D4;
    padding-left: 10px;
    background-color: #E9E9E9;
    font-weight: bold;
}

.form_box_02 {
    width: 25%;
    height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #D4D4D4;
    padding-left: 20px;
}
.form_box_02.price {
    font-weight: bold;
    text-align:right;
}
.form_box_01:first {
    border-top: 1px solid #D4D4D4;
}

.form_box_02:first {
    border-top: 1px solid #D4D4D4;
}



/* お客様の声 */
p.voiceTitle {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
