
main .summary {
  margin-bottom: 20px;
}

main .summary + .contactBox {
  margin-top: 0
}

main ol.flow li {
  background-color: #36587e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  height: 45px;
  margin-bottom: 25px;
}

.flexbox main ol.flow li {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-flexbox main ol.flow li {
  padding-top: 14px;
  padding-bottom: 10px;
  height: auto;
}

main ol.flow li:after {
  display: block;
  content: "";
  width: 0px;
  border-top: 15px solid #36587e;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  position: absolute;
  top: 100%;
  left: 0px;
}

main dl.faq dt,
main dl.faq dd {
  padding-top: 8px;
  padding-left: 45px;
  padding-bottom: 10px;
  min-height: 26px;
  background-position: left top;
  background-repeat: no-repeat;
}

main dl.faq dt {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  background-image: url(../img/q.png);
}

main dl.faq dd {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  background-image: url(../img/a.png);
  border-bottom: 1px dotted #9f9f9f;
  margin-bottom: 15px;
}

main dl.faq dd:last-child {
  border-bottom: none;
}
