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


@media screen and ( max-width:768px) {

#selfcleaning #shikumi h3,
#selfcleaning #oteire h3{
  padding: 10px;
  font-size: 20px;
}

#selfcleaning .read {
  font-size: 16px;
  margin:4% 0 6%;
}

#selfcleaning .note_01 {
  margin-top: 3%;
}

#selfcleaning .note_02 {
  margin-top: 8%;
}



/* --- top ---- */
#top {
  padding-bottom: 45px;
}

#top .mainvisual {
  padding: 51px 0 0;
}

#top .scroll {
  left: 50%;
}

#top .scroll img {
  width: 60%;
}


/* --- shikumi ---- */
#shikumi {
  padding: 0 0 10%;
}

#shikumi .shikumi_inner {
  width: 90%;
}

.shikumi {
  padding-top: 3rem;
}

.shikumi h4 {
  font-size: 24px;
  margin: 5% 0 8%;
}

.shikumi ul {
  display: block;
  margin-bottom: 10%;
}

.shikumi ul li:first-child {
  width: 100%;
  padding: 0 0 5%;
}

.shikumi ul li:nth-child(2) {
  width: 100%;
}



/* --- oteire ---- */
#oteire {
  padding: 10% 0;
  width: 90%;
}

#oteire .oteire_img {
  display: block;
}

#oteire .oteire_img li {
  width: 100%;
  text-align: center;
  margin-bottom: 7%;
}

#oteire .oteire_img li img {
  width: 75%;
}

#oteire .oteire_img li .txt_caption {
  font-size: 14px;
}



/* --- item ---- */
#item {
  width: 90%;
  margin: 0 auto 12%;
}

#item h3 {
  margin: 0 0 1.6rem;
  font-size: 23px;
}

#item p {
  margin: 0;
  font-size: 3.2vw;
  padding: 1vw 0 0.8vw;
  margin-bottom: 0.3em;
  line-height: 1.69;
}

#item ul {
  width: 100%;
  display: block;
}

#item li {
  width: 100%;
  padding-right: 0;
  margin-bottom: 4%;
  position: relative;
}

#item li a {
  bottom: 4vw;
  padding: 0.2vw 12vw;
  font-size: 3vw;
  line-height: 1.8;
}

}