@charset "utf-8";
/*  style　[ いしきらら　子育て相談窓口 ]
=================================================================== */
.contentsInner ul {
  list-style-position: inside;
}
.subTitle {
  line-height: 1.3em;
}
.subTitle span {
  color: #586ec1;
  padding-right: 0.5em;
}
.red {
  color: #F04;
}
.textfield {
  width: 300px;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {

}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {

}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {

}
