#G-HEADER-NEW {
  border: none;
}

#G-HEADER-NEW.scroll {
  border-bottom: 1px solid #ddd;
}

#content {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  #content {
    padding-top: 142px;
  }
}
@media screen and (max-width: 960px) {
  #content {
    padding-top: 56px;
  }
}

.notice {
  padding-bottom: 0;
  margin-bottom: -10px;
}
@media screen and (max-width: 960px) {
  .notice {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home-hero {
  position: relative;
  height: 500px;
}
@media screen and (max-width: 960px) {
  .home-hero {
    height: 90vw;
  }
}
.home-hero .home-hero-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-hero .home-hero-img-wrap div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero .home-hero-img-wrap div.home-hero-img {
  background-image: url(../img/dummy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-hero .home-hero-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-hero .home-hero-wrap h1 {
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0 #000;
}
@media screen and (max-width: 960px) {
  .home-hero .home-hero-wrap h1 {
    font-size: 24px;
  }
}
.home-hero .home-hero-wrap h1 span {
  display: inline-block;
}
.home-hero .home-hero-wrap p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000;
}
@media screen and (max-width: 960px) {
  .home-hero .home-hero-wrap p {
    font-size: 14px;
  }
}
.home-hero .home-hero-wrap p span {
  display: inline-block;
}

.home-copy {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #0a2986;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .home-copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .layout-column {
    margin-bottom: 0;
  }
}

.news .clm {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .news .clm:first-of-type {
    margin-bottom: 30px;
  }
}
.news .clm .news-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .news .clm .news-list {
    margin-bottom: 0;
  }
}
.news .clm .news-list .m-h3 {
  line-height: 1.6;
}
.news .clm .news-list .title {
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  .news .clm .news-list .title {
    padding-right: 0;
  }
}

.home-result {
  margin-bottom: -36px;
}