@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 568px) {
  /* ========================================

  * ページ共通

  ======================================= */
  /* レスポンシブ表示・非表示切り替え */
  .pc-show {
    display: none !important;
  }
  .tab-show {
    display: none !important;
  }
  .sm-show {
    display: block !important;
  }
  .pc-tab-show {
    display: none;
  }
  .tab-sm-show {
    display: block;
  }
  /* ページ幅 */
  #container {
  /*	background: url(../images/sm/bg_img_left.png) no-repeat 2% 200px,
                url(../images/sm/bg_img_right.png) no-repeat 98% 160px;*/
    height: 100%;
  }
  .index #container {
    background-image: none;
  }
  .inner {

  }
  /* ========================================

  * header

  ======================================= */
  #header {
    padding-top: 25px;
  }
  #header h1 {
    width: 160px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
  #header h1 img {
    width: 100%;
    height: auto;
  }
  /* ========================================

  * gnav

  ======================================= */
  #gnav {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* ========================================

  * sm-nav

  ======================================= */
  .sm-nav .drawer-hamburger {
    padding-top: 12px;
    padding-right: 0.55rem;
    padding-left: 0.55rem;
    padding-bottom: 22px;
    top: 20px;
    /*right: 15px; */
  }
  .drawer--right.drawer-open .sm-nav .drawer-hamburger {
    /*right: 15px;
    padding-top: 12px;
    padding-bottom: 22px;
    top: 20px;*/
  }
  .sm-nav .drawer-nav ul.drawer-menu {
    margin-top: 0;
  }
 .drawer--right .sm-nav .drawer-hamburger .drawer-hamburger-icon,
  .drawer--right.drawer-open .sm-nav .drawer-hamburger .drawer-hamburger-icon:before,
  .drawer--right.drawer-open .sm-nav .drawer-hamburger .drawer-hamburger-icon:after {
  }

  /* ========================================

  * contents

  ======================================= */
  #contents .contents-wrap {
    padding: 20px;
  }
  /* ===== メインイメージ ===== */
  #contents .mainimg-wrap .maintxt {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  /* ===== できること ===== */
  #contents #service {
    margin-bottom: 40px;
  }
  #contents #service .service-wrap .service-box {
    width: 100%;
    background: none;
    background-color: #fff;
    border: 1px solid #7e5933;
    border-radius: 10px;
  }
  #contents #service .service-wrap .service-box .service-title dd {
    font-size: 18px;
    font-weight: bold;
  }
  #contents #service .service-des-wrap .service-des {
    width: 100%;
    height: auto;
    min-height: 179px;
  }
  #contents #service .service-des-wrap .service-des.flex-c-c {
    display: block;
  }
  #contents #service .service-des-wrap .service-des p {
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 0;
  }
  /* ===== 開発実績 ===== */
  #contents #works .remore-logo {
    width: 100%;
  }
  #contents #works .inner {
    border-radius: 10px;
    padding: 20px;
  }
  #contents #works .remore-img.flex-s-sb {
    display: block;
  }
  #contents #works .remore-img li {
    width: 100%;
  }
  #contents #works .remore-img li:first-child {
    margin-bottom: 1em;
  }
  #contents #works .remore-des .right .device ul li {
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  #contents #works .remore-des .right .device ul li i {
    font-size: 30px;
  }
  #contents #works .remore-des .remore-pdf.btn-wrap .btn {
    font-size: 14px;
  }
  #contents #works .remore-des .right .echonet-lite img {
    max-width: 100%;
    height: auto;
  }
  #contents #works .remore-purchase .btn-wrap .btn {
    font-size: 14px;
  }
  #contents #works .remore-purchase h5,
  #contents #works .remore-bnr h5 {
    font-size: 15px;
  }
  /* ========================================

  * 会員情報・機器情報ページ

  ======================================= */

  /* ===== 会員・機器登録フォーム ===== */

  /* 住所欄 */
  .register-form table tr.address td dl {
  }
  .register-form table tr.address td dl dt {
    width: 100%;
    display: block;
  }
  .register-form table tr.address td dl dd {
    font-size: 13px;
    width: 100%;
    display: block;
  }	

  /* ========================================

  * footer

  ======================================= */
  #footer .footer-bg {
    text-align: center;
    background: url(../images/sm/footer_img_left.png) no-repeat 0 80px/auto auto,
                url(../images/sm/footer_img_right.png) no-repeat 99% 60px/auto auto,
                url(../images/footer_top_bd.png) 0 bottom repeat-x;
  }
  #footer footer .footer-nav ul.footer-link li {
    display: block;
    margin-bottom: 5px;
     margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

/* TOPページふきだし部分調整用 */
@media only screen and (max-width: 375px) {
  #contents #service .service-des-wrap .service-des {
    min-height: 159px;
  }
  #contents #service .service-des-wrap .service-des p {
    font-size: 15px;
    padding-top: 45px;
  }
}
@media only screen and (max-width: 320px) {
  #contents #service .service-des-wrap .service-des {
    width: 100%;
    height: auto;
    min-height: 149px;
  }
  #contents #service .service-des-wrap .service-des p {
    font-size: 14px;
    padding-top: 35px
  }
}