/* ADMISSION
****************************************************************************************** */
#localNav {
  background: #fff;
}
#localNav ul.lnav {
  justify-content: center;
}

#pageTtl .pageTtl__bg {
  background-image: url(../img/sec05_bg.jpg);
  background-position: center 50%;
}

.ttl1::after {
  background: #de8d00;
}

.ttl2,
.pageNav li a::after {
  color: #de8d00;
}

.ttl3 {
  border-color: #de8d00;
}

.unchornav li a span::after {
  color: #de8d00;
}

.blue {
  color: #0065AA;
}

.bg-kimidori {
  background: rgba(210, 255, 169, 0.5);
}

table tr td ul {
  margin-top: 0;
}
table a {
  color: #52a4dd;
}

#guidelineDL .well.flex {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #guidelineDL .well.flex {
    display: block;
  }
}
#guidelineDL .well.flex dl {
  flex: 0 0 48%;
}
#guidelineDL .well.flex dl dt {
  font-size: 110%;
  margin-top: 10px;
}