@charset "UTF-8";
/* ページ内リンクの位置調整 */
section {
  margin-top: -60px;
  padding-top: 60px;
}
a.text-primary2 {
  color: #778899 !important;
}
nav.bg-primary2 {
  background-color: #b0c4de !important;
}
footer.bg-primary2 {
  background-color: #EEF1FF !important;
}
.bg-primary2 {
  background-color: #EEF1FF !important;
}
.bg-mainimg{
background-image:url("../img5/bg-main.jpg");
background-size: cover;
background-position: center 60%;
}