@media screen and (max-width: 786px) {

.pc {
  display: none !important;
}

body {
  overflow-x: hidden;
}


/*======================
共通
======================*/
.section_frame {
  width: 100%;
  margin: 20px auto 0px auto;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}

.section_title {
  width: 100%;
  background-image: url(./../images/section-title-back.png);
  font-size: 24px;
  padding: 5px 0px;
  text-align: center;
  color: #fff;
}

/*======================
ヘッダー
======================*/
header{
  width: 100%;
  display: table;
  padding: 5px;
  background-color: #fff;
  box-sizing: border-box;
}

.header_left {
  width: 70%;
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #01048d;
  white-space: nowrap;
  background-color: #fff;
  box-sizing: border-box;
}

.header_right {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  background-color: #fff;
}

.sp_main {
  width: 100%;
}

.sp_main img{
  width: 100%;
}

/*======================
ガラスのサイズ
======================*/
.size_int {
  text-align:center;
  font-size: 18px;
  color: #ff8a00;
  margin: 20px 0px;
}

.size_frame {
  width: 100%;
  overflow: hidden;
}

.size_left {
  width: 100%;
  margin-bottom: 10px;
}

.size_left img{
  width: 100%;
}

.size_right {
  width: 100%;
}

.size_right img{
  width: 100%;
}

.size_text {
  margin-top:15px;
}

/*======================
ガラスの種類
======================*/
.type_text {
  margin-top:15px;
}

.price_tb {
  width: 100%;
  margin-top: 30px;
}

.price_tb td{
  padding:5px;
  border: 1px solid #333;
  text-align: center;
}

.price_tb_left {
  width: 25%;
}

.price_tb_center {
  width: 45%;
}

.price_tb_right {
  width: 30%;
}

.price_text {
  margin-top:15px;
}

/*======================
電話はこちら
======================*/
.tell_title {
  text-align: center;
  font-size: 18px;
}

.tell_number {
  text-align: center;
  font-size: 30px;
  color: #ff8a00;
  font-weight: bold;
}

.tell_number a{
  color: #ff8a00;
}

.tell_time {
  text-align: center;
  font-size: 16px;
}

.tell_credit {
  width: 90%;
  margin-top: 20px;
  text-align: center;
}

.tell_credit img{
  width: 100%;
}

/*======================
作業事例
======================*/
.jirei_frame {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.jirei_left_frame {
  width: 100%;
  height: 160px;
  box-shadow:3px 3px 7px -1px #585d8c;
  margin-bottom: 30px;
  margin-right: 35px;
  border: 1px solid #ccc;
  display: table;
  padding: 5px;
  box-sizing: border-box;
}

.jirei_right_frame {
  width: 100%;
  height: 160px;
  box-shadow:3px 3px 7px -1px #585d8c;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  display: table;
  padding: 5px;
  box-sizing: border-box;
}

.jirei_left_frame_p {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.jirei_left_frame_p img{
  width: 100%;
}

.jirei_left_frame_t {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

/*======================
対応エリア
======================*/
.map {
  margin-top: 20px;
}

.map_text {
  margin-top: 15px;
}

/*======================
キャンセルについて
======================*/
.cancel_text {
  width: 100%;
  margin: 20px auto;
}

/*======================
WEBクーポン
======================*/
.coupon {
  width: 100%;
  margin:20px auto 10px auto;
}

.coupon_text {
  width: 100%;
  margin: 0px auto;
}

/*======================
お客様の声
======================*/
.voice {
  margin-top: 20px;
}

.voice_frame {
  width: 100%;
}

.voice_left {
  width: 100%;
  box-shadow:3px 3px 7px -1px #585d8c;
  margin-bottom: 30px;
  margin-right: 30px;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
}

.voice_right {
  width: 100%;
  box-shadow:3px 3px 7px -1px #585d8c;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
}

.voice_p {
  width: 100%;
}

.voice_p img{
  width: 100%;
}

.voice_t {
  margin-top: 10px;
}

.voice_title {
  font-weight: bold;
  font-size: 18px;
}

.voice_text {
    margin-top: 5px;
    font-size: 12px;
}

/*======================
Q&A
======================*/
.faq {
  width: 100%;
  overflow: hidden;
}

.faq_left {
  width: 100%;
  border: solid 1px #020659;
  box-sizing: border-box;
  margin-top: 30px;
}

.faq_right {
  width: 100%;
  border: solid 1px #020659;
  box-sizing: border-box;
  margin-top: 30px;
}

.faq_title {
  width: 100%;
  background-color: #020659;
  padding: 5px;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}

.faq_text {
  padding: 10px;
  box-sizing: border-box;
}

/*======================
対応エリア
======================*/

.area_title {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}

.area_text {
  text-align: center;
}

.copyright {
  width: 100%;
  background-color: #fff;
  padding: 10px 0px;
  text-align: center;
  margin-top: 30px;
}

}
