@charset "utf-8";
/*高校生総合保険*/

.listBox{
  box-sizing: border-box;
  padding: 0 10px;
}
.tit_city{
  box-sizing: border-box;
  background: #F7FAFF;
  border-left: 5px solid #527AF3;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
}
.listBox ul{
  display: block;
  width: 100%;
  font-size: 0;
  margin-bottom: 40px;
}
.listBox li{
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  margin-right: 2%;
  font-size: 16px;
  padding: 15px 10px 15px 18px;
  border-bottom: 1px dotted #ccc;
}
.listBox li:nth-child(even){
  background: #f5f5f5;
}
.listBox li a{
  color: #0068b7;
  text-decoration: underline;
}
.listBox li a:hover,
.listBox li a:active{
  color: #01589a;
}
/*
.listBox li:nth-child(4n+1){
  background: #eee;
}
*/
.listBox li:before{
  content: "";
  position: absolute;
  left: 5px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  transform: rotate(45deg);
}
a.icon_pdf:after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_pdf.png);
  vertical-align: top;
  margin: 2px 0 0 5px;
}