#index .body__wrapper {
  background: url(../images/index/index_main.png) no-repeat center;
  height: 43vw;
  background-size: 100%;
  overflow: hidden;
  position: relative; }
  #index .body__wrapper .body__wrap ul {
    margin-top: 10vw; }
    #index .body__wrapper .body__wrap ul li {
      width: 50%;
      font-size: 100px;
      text-align: center;
      padding: 10vw 0; }
    #index .body__wrapper .body__wrap ul .left {
      border-right: 2px solid #FE5756; }

/*# sourceMappingURL=index.css.map */
@media (min-width:320px) and (max-width:768px) {
  #index .body__wrapper {height: 55vw;}
  }
