@charset "utf-8";

/*-------------------------------------------------------------------
    .section
-------------------------------------------------------------------*/

#content .section {
  margin-bottom: 60px;
}

#content .section .box {
  margin-bottom: 40px;
  overflow: hidden;
  /zoom: 1;
}

#content .section .box ul a {
  border: 1px solid #CCCCCC;
  display: table-cell;
  height: 198px;
  text-align: center;
  vertical-align: middle;
  width: 198px;
}

#content .section .box ul.list li {
  background: url("../image/icon_circle.jpg") left top 15px no-repeat;
  font-size: 1.25em;
  padding-left: 23px;
}

#content .section .box ul.list li+li {
  margin-top: 10px;
}

#content .section .box .font14 {
  font-size: 0.875em;
}

#content .section .box .box-border {
  border: 1px solid #efd9b9;
  padding: 24px 28px;
  margin-top: 22px;
}

#content .section .box .box-border p+p {
  margin-top: 26px;
}

@media screen and (max-width: 480px) {
  #content .section .box .box-border {
    padding: 15px;
  }
}