@charset "utf-8";


/* お問い合わせ
--------------------------------------- */
@media screen and (max-width:640px){
  #content .inner{width:600px;}
}

/* kv
--------------------------------------- */

/* article
--------------------------------------- */
.tel-list{
  border-top:solid 1px #dadada;
  margin-bottom:80px;
}
.tel-list ul{border-bottom:solid 1px #dadada;}
.tel-list ul.odd{background-color:#f7f8f8;}
.tel-list ul li{
  padding:30px 32px 24px;
}
.tel-list ul li.fl{
  width:544px;
  font-size:18px;
  color:#595757;
}
.tel-list ul li.fr{
  width:488px;
  font-size:24px;
  font-weight:bold;
  color:#595757;
}
.btn{width:460px;margin:0 auto 80px;}


@media screen and (max-width:640px){
  .tel-list ul li{padding:24px 32px 0 32px;}
  .tel-list ul li.fl{
    float:none;
    width:536px;
    font-size:24px;
    line-height:1.4;
  }
  .tel-list ul li.fr{
    float:none;
    width:536px;
    padding-bottom:24px;
  }
}
