@charset "UTF-8";

#tokucho_index #main {
  min-height: 670px;
}
#tokucho_index .submenu_list .sl01 {
  background-color: #ddf1fc;
}
#system .submenu_list .sl02 {
  background-color: #ddf1fc;
}
#chokuso .submenu_list .sl03 {
  background-color: #ddf1fc;
}
.pagetitle .head { display: none; }
.pagetitle {
  font-size: 240%;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0 30px;
  line-height: 1.3;
}
.pagetitle .sw { display: inline; }
.submenu_list li span { display: block; }


/* カラマツ */

.karamatsu {
  position: relative;
}
.desc01 {
  font-size: 108%;
  line-height: 1.65;
  padding-top: 310px;
}
.desc02 {
  font-size: 108%;
  line-height: 1.65;
}
.pic01 {
  position: absolute;
  left: 0;
  top: 0;
}
.pic02 {
  position: absolute;
  right: 0;
  top: 0;
}

/* 完全オーダー */

.sys {
  position: relative;
}
.pic03 {
  position: absolute;
  left: 0;
  top: 0;
}
.pic04 {
  position: absolute;
  right: 0;
  top: 0;
}

/* 直送 */

.choku {
  position: relative;
}
.pic05 {
  position: absolute;
  left: 0;
  top: 0;
}
.pic06 {
  position: absolute;
  right: 0;
  top: 0;
}
.btn { margin-top: 30px; }
.btn a {}


@media only screen and (max-width: 900px) {

  #main {
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .pagetitle .head { display: block; }
  .pagetitle {
    font-size: 170%;
    margin: 25px 0 15px;
  }
  .pagetitle .sw { display: block; }
  .submenu_list li span { display: inline; }

  /* カラマツ */

  .karamatsu {
    position: static;
  }
  .desc01 {
    padding-top: 0;
  }
  .desc02 {
  }
  .pic01,
  .pic02 {
    position: static;
    width: auto;
    margin: 10px 0;
  }
  .pic01 img,
  .pic02 img {
    width: 100%; }

  /* 完全オーダー */

  .sys {
    position: static;
  }
  .pic03,
  .pic04 {
      position: static;
      width: auto;
      margin: 10px 0;
  }
  .pic03 img,
  .pic04 img {
    width: 100%; }

  /* 直送 */

  .choku {
    position: static;
  }
  .pic05,
  .pic06 {
    position: static;
    width: auto;
    margin: 10px 0;
  }
  .pic05 img,
  .pic06 img {
    width: 100%; }
  .btn {
    text-align: center;
    margin-top: 20px;
  }
  .btn a {}



}

