@charset "utf-8";
/*                トップページ用
======================================================= */
/*TOP共通*/
@media only screen and (min-width: 1025px) {
  #home #header {
    bottom: 0;
    top: auto;
    padding: 28px 0 32px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #header {
    top: 0;
  }
}
#home #header #gnavi > ul {
  padding-left: 0;
}
#home #header #gnavi > ul > li .mega_nav {
  top: auto;
  bottom: 50px;
  width: auto;
}
#home .head_info {
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 125px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 16px 0;
}
@media only screen and (max-width: 1024px) {
  #home .head_info {
    bottom: 0;
  }
}
#home .head_info .news_cont .ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding-left: 125px;
}
#home .head_info .news_cont .ticker .ticker_title {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 25px;
}
#home .head_info .news_cont .ticker .ticker_title:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.95em;
  content: "";
  display: block;
  height: 1.9em;
  width: 2px;
  background-color: #999999;
}
#home .head_info .news_cont .ticker .ticker_title h2 {
  font-size: 118.8%;
  font-weight: 600;
}
#home .head_info .news_cont .ticker ul {
  width: 100%;
  position: relative;
}
#home .head_info .news_cont .ticker ul li {
  font-size: 93.8%;
  display: none;
  font-weight: 600;
}
#home .head_info .news_cont .ticker ul li a {
  position: relative;
  display: inline-block;
}
#home .head_info .news_cont .ticker ul li a:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999999;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 400ms;
}
#home .head_info .news_cont .ticker ul li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  #home .head_info .news_cont .ticker ul li a:hover:before {
    opacity: 1;
    transition: 400ms;
  }
}
#home .head_info .news_cont .ticker ul li .date {
  padding-right: 1em;
}
#home .head_info .news_cont dl span.icon {
  display: none;
}
#home #main_area {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  #home #main_area {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 176px;
  }
}
@media only screen and (max-width: 1024px) {
  #home #main_area {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 51px;
  }
}
@media only screen and (max-width: 768px) {
  #home #main_area {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  #home #main_area {
    padding-top: 50px;
  }
}
#home #main_area .main_catch {
  padding-left: 20px;
  padding-right: 20px;
}
#home #main_area .main_catch p {
  text-align: center;
}
#home #main_area .main_catch p img {
  display: inline-block;
  height: 148px;
  max-height: 100%;
  width: auto;
  margin: 20px auto;
}
@media only screen and (max-width: 640px) {
  #home #main_area .main_catch p img {
    height: auto;
    width: 100%;
    max-width: 360px;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 480px) {
  #home #main_area .main_catch p img {
    width: 80%;
    margin: 3px auto;
  }
}
#home #main_area .main_catch.line-height01 p img {
  height: 44px;
  width: auto;
  margin: 5px auto;
}
@media only screen and (max-width: 640px) {
  #home #main_area .main_catch.line-height01 p img {
    height: 44px;
    width: auto;
    margin: 5px auto;
  }
}
@media only screen and (max-width: 480px) {
  #home #main_area .main_catch.line-height01 p img {
    height: 36px;
    margin: 3px auto;
  }
}
