/* --------------------------------------------
  Index
-------------------------------------------- */
.index_mv {
  position: relative;
  background: url(/2027/information/img/index_bg01.jpg) no-repeat;
  background-size: cover;
  padding-top: 36.6%;
}
@media screen and (max-width: 767px) {
  .index_mv {
    overflow: hidden;
    padding-top: 66.667%;
    margin-left: -41.067%;
    margin-right: -41.067%;
  }
}
.index_mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.index_mv_title {
  display: table;
  width: 100%;
  height: 100%;
}
.index_mv_title_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.index_mv_title_inner h1 img {
  width: 208px;
}
.index_mv_title_inner p {
  font-size: 2rem;
  color: #fff;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .index_mv_title_inner h1 img {
    width: 142px;
  }
  .index_mv_title_inner p {
    margin-top: 9px;
    font-size: 1.5rem;
  }
}
.index_ul_wrapper {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .index_ul_wrapper {
    padding: 50px 0;
  }
}
.index_ul {
  width: 100%;
  font-size: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.index_ul > li {
  font-size: 2.0rem;
  width: 15%;
  display: inline-block;
  margin-left: 2%;
  vertical-align: top;
}
.index_ul > li:first-child {
  margin-left: 0;
}
.index_ul > li a {
  border: 2px solid #ff903e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  border-radius: 10px;
  position: relative;
  padding: 160px 0 32px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
.index_ul > li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.index_ul > li a:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 7px;
  background: url(/2027/information/img/index_bg02.png) no-repeat;
  background-size: 29px auto;
  bottom: 20px;
  right: 20px;
}
.index_ul > li a img {
  position: absolute;
  margin: auto;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .index_ul > li {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 1.8rem;
  }
  .index_ul > li:first-child {
    margin-left: auto;
    margin-top: 0;
  }
  .index_ul > li a {
    padding: 28px 40px 27px 84px;
    text-align: left;
  }
  .index_ul > li a:before {
    width: 25px;
    height: 6px;
    background-size: 25px auto;
    bottom: 16px;
    right: 15px;
  }
  .index_ul > li a img {
    margin: 0;
  }
}
.index_message img,
.index_requirements img,
.index_event img,
.index_early img,
.index_flow img,
.index_faq img {
  right: 0;
  left: 0;
}
.index_message img {
  width: 62px;
  top: 58px;
}
@media screen and (max-width: 767px) {
  .index_message img {
    width: 42px;
    top: 19px;
    left: 28px;
  }
}
.index_requirements img {
  width: 52px;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .index_requirements img {
    width: 31px;
    top: 19px;
    left: 32px;
  }
}
.index_event img {
  width: 80px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .index_event img {
    width: 50px;
    top: 12px;
    left: 20px;
  }
}
.index_early img {
  width: 80px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .index_early img {
    width: 50px;
    top: 12px;
    left: 20px;
  }
}
.index_flow img {
  width: 80px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .index_flow img {
    width: 50px;
    top: 12px;
    left: 20px;
  }
}
.index_faq img {
  width: 85px;
  top: 61px;
}
@media screen and (max-width: 767px) {
  .index_faq img {
    width: 52px;
    top: 21px;
    left: 20px;
  }
}
