@charset "utf-8";
/*  style　[ いしきらら　お話宝箱 ]
=================================================================== */
body {
  background: #e9f6fe;
}
.bgYellow {
  background: #e9f6fe;
}
.contentsWrapper {
  background-color: transparent;
	padding: 0;
	border-left: 2px dashed #926e2c;
	border-right: 2px dashed #926e2c;
}
.contentsInner {
  border: none;
	padding: 0 20px;
}
.pgCaption {
  color: #af8048;
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
	font-size: 1.6rem;
}
.feature {
  background-color: #fff9ab;
  border: 2px solid #926e2c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #926e2c;
  padding: 15px;
  margin: 15px 0;
}
.feature h2 {
  font-size: 18px;
	font-size: 1.8rem;
  letter-spacing: 3px;
  border-bottom: 1px solid #926e2c;
	margin-bottom: 10px;
}
.feature p {
  margin-bottom: 0;
}
/* 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) {

}
