@charset "UTF-8";
/*reset-rp.css--レスポンシブ対応専用*/
@media screen and (max-width: 767px) {
/* ----02. Element CSS---- */
/* 見出し */ 
  .hd_h1 {
    padding: 25px 0;
  }
  h1{
    width: auto;
    margin: 0 15px;
    font-size: 28px;
  }
  h2{
    width: auto;
    padding: 20px 0 15px 0;
    font-size: 24px;
    margin-bottom: 30px;
  }
  h3{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  h3:before {
    background-repeat: repeat-y;
  }
  h3.m_fs23 {
    font-size: 20px;
  }
  h4{
    font-size: 18px;
    margin-bottom: 25px;
  }
  h5{
    font-size: 16px;
    margin-bottom: 16px;
  }
/* ニュース */
  .news dt, .news dd {
    display: block;
    padding: 1em 0;
    margin: 0;
  }
  .news dt {
    padding-bottom: 0;
  }
/* テーブル */
  table th,
  table td {
    padding: 6px;
    font-size: 14px;
  }
/* ----03. Module CSS---- */
/* 2カラム */
  .pattern1-1 {
    margin-right: 0;
  }
  .pattern1-1 div.col {
    float: none;
    width: auto;
    margin-right: 0;
  }
/* 3カラム */
  .pattern1-1-1 {
    margin-right: 0;
  }
  .pattern1-1-1 div.col {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
/* 4カラム */
  .pattern1-1-1-1 {
    margin-right: 0;
  }
  .pattern1-1-1-1 div.col {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .pattern1-1-1-1 div.col:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .contact_tel span.number{
    font-size: 26px;
    color: #990000 !important;
  }
}