@charset "UTF-8";


/* -----------------
 common
-------------------- */

footer ul li#li_03{
  background-color: #f5d68c;
}

.text_case{
  width:96%;
  margin:0 auto;
  font-size: 14px;
  line-height: 2em;
}
.text_case_mb{
  width:96%;
  margin:0 auto 1em;
  font-size: 14px;
  line-height: 2em;
}
.text_case_mt{
  width:96%;
  margin:1em auto 0;
  font-size: 14px;
  line-height: 2em;
}
.text_case_mtb{
  width:96%;
  margin:1em auto;
  font-size: 14px;
  line-height: 2em;
}

.list_case{
  width:96%;
  margin:0 auto;
  padding:0;
  list-style:none;
}
.list_case li{
  margin:0 0 10px;
  padding:0 0 0 1.7em;
  text-indent:-1.7em;
  font-size: 14px;
  line-height: 1.9em;
}
.list_case li span{
  font-size: 18px;
  padding:0 0.5em 0 0;
  text-indent:0;
  color:#b27c69;
}
.list_case li:last-child{
  margin:0;
}
.list_case li span.text_pink{
  font-size: 14px;
  padding:0;
  text-indent:0;
  color:#FF5151;
}











