@charset "UTF-8";
#main {
  background: url("../images/index/h_mainimage.jpg") no-repeat center center;
  background-size: cover;
  height: 480px;
  position: relative;
  /* .scroll 付与後 */ }
#main #header {
  width: 100%;
  height: 112px; }
#main #header #header_inner {
  z-index: 100;
  width: 100%;
  height: 112px; }
#main #header.scroll #header_inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1020px;
  height: 130px;
  background: #fff;
  min-width: 1020px; }
#main .news {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 18px 16px;
  width: 380px;
  background: #e0e0e0; }
#main .news li {
  *zoom: 1;
  font-size: 16px; }
#main .news li:after {
  content: "";
  display: table;
  clear: both; }
#main .news li a {
  text-decoration: none;
  color: #000; }
#main .news li .date {
  float: left;
  width: 110px; }
#main .news li .txt {
  float: right;
  width: 238px; }

#top {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM3NmNkNWUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #76cd5e), color-stop(50%, #ebebeb));
  background: -moz-linear-gradient(left, #76cd5e 50%, #ebebeb 50%);
  background: -webkit-linear-gradient(left, #76cd5e 50%, #ebebeb 50%);
  background: linear-gradient(to right, #76cd5e 50%, #ebebeb 50%); }
#top .top_inner {
  *zoom: 1;
  width: 1020px;
  height: 330px;
  margin: 0 auto; }
#top .top_inner:after {
  content: "";
  display: table;
  clear: both; }
#top .top_inner .title {
  float: left;
  width: 510px; }
#top .top_inner .title .title_inner {
  padding: 28px 0 0; }
#top .top_inner .title .title_inner h2 {
  text-align: center;
  height: 115px; }
#top .top_inner .title .title_inner p {
  padding: 24px 0 0 44px;
  font-size: 16px;
  color: #fff; }
#top .top_inner .result {
  float: right;
  width: 510px; }
#top .top_inner .result .gray {
  height: 160px;
  position: relative; }
#top .top_inner .result .gray .result_title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3e762f;
  width: 190px;
  height: 48px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
#top .top_inner .result .gray .result_title a {
  display: block;
  color: #3e762f;
  text-decoration: none;
  line-height: 48px; }
#top .top_inner .result .result_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

#link {
  background: #feffd4;
  padding: 30px 0 20px;
  text-align: center; }
#link p {
  padding: 0 0 23px;
  font-size: 18px;
  line-height: 18px; }
#link p.link {
  padding: 0; }
#link a {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 280px;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  background: #2e2e77;
  text-decoration: none;
  display: inline-block; }

#access {
  padding: 20px 0 0; }
#access h2 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 48px; }
#access h2 span {
  font-size: 48px; }
#access iframe {
  margin: 0;
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: 330px; }
