@charset "utf-8";

@media print,screen and (min-width : 501px) {

#areasupport{
  margin-top: 40px;
}
#areasupport img{
  margin: 20px auto;
  width: 940px;
}

#service{
  margin-top: 40px;
}
#service section{
  margin-top: 40px;
}

#service h3{
  color: #136a1f;
  font-size:24px;font-size:2.4rem;
  font-family:"MPLUSRounded1c-4";
}
#service .inner{
  padding: 0 20px;
}

#service dl{
  margin-top: 20px;
}
#service dt{
  font-size:18px;font-size:1.8rem;
  font-family:"MPLUSRounded1c-4";
}
#service dt i,
#service dd i{
  margin: 0 4px 0 20px;
}
#service dd{
  padding: 4px 10px;
}


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

#areasupport{
  margin-top: 30px;
}
#areasupport img{
  margin-top: 20px;
}

#service{
  margin-top: 30px;
}
#service section{
  margin-top: 30px;
}

#service h3{
  color: #136a1f;
  font-size:20px;font-size:2.0rem;
  font-family:"MPLUSRounded1c-4";
}
#service .inner{
  padding: 0 10px;
}

#service .tel{
  display: block;
  margin: 6px 0 0 10px;
}
#service dl{
  margin-top: 20px;
}
#service dt{
  font-size:16px;font-size:1.6rem;
  font-family:"MPLUSRounded1c-4";
}
#service dt i,
#service dd i{
  margin: 0 4px 0 0px;
}

#service dd{
  padding: 6px 10px;
}
#service table th{
  width:110px;
  text-align: left;
}

}
