@charset "utf-8";
header {
    height: 419px;
}

.mainImage img {
    margin-top: 78px;
}

.mainImage .mainTitle {
    margin-top: 1.5%;
    font-size: 3.2em;
    font-weight: 700;
    color: #33348c;
}

.mainImage .mainInfo {
    margin-top: 2.5%;
    font-size: 1.3em;
}

.mainImage .mainInfo span:nth-child(2) a:hover {
    color: #e61e48
}

.bar-menu {
    height: 54px;
    margin: 15px 0
}

.bar-menu ul.menu-body li {
    width: 15%;
}


.bar-menu .bar {
    top: 51px;
}

main {
    top: 83px;
}

main section {
    width: 94%;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255,255,255,0.6);
    border-top: 4px solid rgba(255,255,255,0.8);
    border-bottom: 4px solid rgba(255,255,255,0.8);
    border-right: 4px solid rgba(255,255,255,0.8);
    border-left: 4px solid rgba(255,255,255,0.8);
}

main section h2 {
    font-family: Lato;
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 500;
    color: #3766a9;
    margin: 0 20px 20px 20px;
    letter-spacing: -3px;
    border-bottom: 1px solid #3766a9;
    background-color: transparent;
    display: none
}

footer {
    position: relative;
    top: 80px;
    width: 100%;
    height: 130px;
    margin: 3% auto;
    text-align: center;
}
 
@media (max-width:920px){	
  footer {
      position: relative;
      top: 90px;
      width: 100%;
      height: 130px;
      margin: 3% auto;
      text-align: center;
  }
}