#outline {
  background: #f2f2f2 url(../media/images/lp/outline_bg.png) no-repeat bottom right;
  background-size: 700px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 1240px) {
  #outline {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #outline {
    padding: 0 15px;
  }
}
#outline .inner {
  position: relative;
  top: -40px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 75px 67px;
}
@media print, screen and (max-width: 1240px) {
  #outline .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #outline .inner {
    padding: 50px 20px;
  }
}
#outline .outline_header {
  position: relative;
}
#outline .outline_header .outline_header_logo {
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 980px) {
  #outline .outline_header .outline_header_logo {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  #outline .outline_header .outline_header_logo {
    position: static;
    margin-bottom: 30px;
  }
}
#outline .new_event_title {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  #outline .new_event_title {
    margin-bottom: 20px;
  }
}
#outline .new_event_title img {
  display: block;
  margin: 0 auto;
  height: 26px;
}
@media screen and (max-width: 767px) {
  #outline .new_event_title img {
    height: 22px;
  }
}
#outline img.logo {
  display: block;
  margin: 0 auto;
  width: 100px;
}
@media screen and (max-width: 980px) {
  #outline img.logo {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  #outline img.logo {
    width: 80px;
  }
}
#outline h2 {
  margin: 34px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #outline h2 {
    margin-top: 25px;
  }
}
#outline h3 {
  margin: 7px 0 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #outline h3 {
    margin-top: 13px;
    font-size: 20px;
    line-height: 1.2;
  }
}
#outline p.lead {
  margin: 42px 0 0;
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  #outline p.lead {
    font-size: 14px;
  }
}
#outline table {
  margin-top: 47px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #outline table:not(.nest) {
    display: block;
  }
  #outline table:not(.nest) > tbody > tr > th, #outline table:not(.nest) > tbody > tr > td {
    display: block;
  }
}
#outline table th, #outline table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 19px;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  #outline table th, #outline table td {
    padding: 10px;
    border: none;
    font-size: 14px;
  }
}
#outline table th {
  background-color: #e7e4f0;
  width: 200px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #outline table th {
    width: 100%;
    text-align: left;
  }
}
#outline table td {
  padding-left: 31px;
}
@media screen and (max-width: 767px) {
  #outline table td {
    padding-left: 10px;
    padding-bottom: 20px;
  }
}
#outline table td p {
  margin: 0;
}
#outline table td p + p {
  margin-top: 3px;
}
#outline table td table.nest {
  margin: 0;
}
#outline table td table.nest th, #outline table td table.nest td {
  border: none;
  padding: 0;
  font-weight: 400;
  vertical-align: top;
}
#outline table td table.nest th {
  background: none;
  width: auto;
  white-space: nowrap;
  padding-right: 21px;
}
#outline table td table.nest td p.small {
  margin-bottom: 7px;
  padding-left: 50px;
  font-size: 14px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  #outline table td table.nest td p.small {
    margin: 1em 0;
    padding-left: 1em;
    font-size: 13px;
  }
}
#outline table td a {
  color: #464aac;
  text-decoration: underline;
}
#outline table td span.small {
  font-size: 15px;
  margin-left: 5px;
  vertical-align: 0;
}
@media screen and (max-width: 767px) {
  #outline table td span.small {
    font-size: 13px;
  }
}
/*# sourceMappingURL=./business_innovation_block.css.map */