@charset "utf-8";
/* CSS Document */

.container{
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-align: left;
  background: url(/images/2nd_bg.png) repeat-y 50% 0;
}
.h1box{
  padding-left: 280px;
  background: url(/images/guide/option/h1_pict.jpg) 0 0 no-repeat;
  background-size: 250px auto;
}
#spec .box .txtbox{
  width: 655px;
  margin: 0 auto 10px;
  font-size: 1.4rem;
}
#spec .box .txtbox p{
  width: 40%;
}
#spec .box .txtbox p:last-of-type{
  width: 60%;
  padding-left: 10px;
}
.dotlst{
  margin: 1em;
}
.dotlst li{
  list-style: disc;
}


@media screen and (max-width: 767px){
  .h1box{
    min-height: 150px;
    padding-left: 0;
    background: 0;
    background-size: 40% auto;
  }
  #spec .box .txtbox{
    width: 100%;
  }
}
