@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    }
    @include tab {
      background-color: blue;
    }
    @include sp {
      background-color: yellow;
    }
  }
*/
/*68-059　追加ボタン「WEB見積り・来店予約はこちら」*/
@media (min-width: 769px) {
  .btn_inquiry {
    margin: -30px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .btn_inquiry {
    margin: -20px 0 30px 0;
  }
}
@media (min-width: 769px) {
  .btn_inquiry a {
    display: block;
    width: 350px;
    box-shadow: 0px 0px 8px 0px #999;
    background: #e60012;
    border-radius: 5px;
    margin: 0 auto;
    padding: 14px 0 14px 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background-image: url(../../img/index/arrow_04.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 329px center;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .btn_inquiry a {
    display: block;
    box-shadow: 0px 0px 6px 0px #999;
    background: #e60012;
    border-radius: 5px;
    margin: 0 auto;
    padding: 14px 0 14px 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background-image: url(../../img/index/arrow_04.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 98% center;
    margin-bottom: 20px;
  }
}
.btn_inquiry a:hover {
  opacity: 0.7;
}

/**/
.l_fixed section .contents_area .work_block .price_and_example .price_list .price span.taxincl {
  color: #f00;
  font-size: 1rem;
  font-weight: bold;
}

/*66-111*/
.type_hand-2 {
  border-bottom: 1px solid #ccc !important;
}

@media (min-width: 769px) {
  .type_hand {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 768px) {
  .type_hand {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .type_hand span {
    writing-mode: vertical-rl;
    white-space: pre;
    display: inline-block;
  }
}

/*67-125*/
.cam_area {
  margin-bottom: 30px;
}
.cam_area .cam_bnr {
  margin-bottom: 5px;
}
.cam_area .cam_bnr a:hover {
  opacity: 0.7;
}
.cam_area .cam_more {
  text-align: right;
  padding-right: 5px;
}
.cam_area .cam_more a {
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: bold;
}
.cam_area .cam_more a:hover {
  opacity: 0.7;
}

.cam_area-2 {
  margin-top: 30px;
}/*# sourceMappingURL=index_68-059.css.map */