.embedded_campus_title_bg {
  background-image: url(../embedded_campus_img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .embedded_campus_title_bg .ins {
    width: 100%;
    height: 100%; }
  .embedded_campus_title_bg .cons {
    color: #0f0f40;
    text-align: center;
    width: 100%;
    padding: 20vh 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 599px) {
      .embedded_campus_title_bg .cons {
        padding: 3em 0; } }
    .embedded_campus_title_bg .cons .sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1.5em;
      font-weight: bold;
      text-shadow: 1px 1px 0 white; }
      @media screen and (max-width: 599px) {
        .embedded_campus_title_bg .cons .sub {
          display: block;
          margin-bottom: 1em; } }
      .embedded_campus_title_bg .cons .sub .logo img {
        width: 250px; }
    .embedded_campus_title_bg .cons h1 {
      font-size: 4em;
      font-weight: bold;
      text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.7); }
      .embedded_campus_title_bg .cons h1 .min {
        font-size: 70%; }
      @media screen and (max-width: 1099px) {
        .embedded_campus_title_bg .cons h1 {
          font-size: 3em; } }
      @media screen and (max-width: 599px) {
        .embedded_campus_title_bg .cons h1 {
          font-size: 3em; } }

@media screen and (max-width: 599px) {
  .column_pack.adjacent_pad.embedded_campus_pack {
    padding: 2em 0; } }

.embedded_campus_pack h2 {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (max-width: 999px) {
    .embedded_campus_pack h2 {
      text-align: left;
      font-size: 1.3125em; }
      .embedded_campus_pack h2 br.on {
        display: none; } }

.embedded_campus_pack h3 {
  background: #666;
  color: #fff;
  font-size: 1.25em;
  padding: 0.75em 0.75em;
  margin: 3em 0 1.25em;
  border-radius: 6px; }
  @media screen and (max-width: 999px) {
    .embedded_campus_pack h3 {
      margin: 2em 0 1em; } }

.embedded_campus_pack h4 {
  font-size: 1.25em;
  line-height: 1.25;
  border-bottom: 1px solid #666;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  font-weight: bold; }

.embedded_campus_pack .column_set {
  margin: 0 1em; }
  @media screen and (max-width: 999px) {
    .embedded_campus_pack .column_set {
      margin: 0 0.5em; } }
  .embedded_campus_pack .column_set p {
    line-height: 1.75; }
  .embedded_campus_pack .column_set p + h4 {
    margin-top: 2em; }

.embedded_campus_pack .companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .embedded_campus_pack .companies li {
    padding: 2em; }
  .embedded_campus_pack .companies img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .embedded_campus_pack .companies li {
      width: calc(100% / 4); } }
  @media screen and (max-width: 767px) {
    .embedded_campus_pack .companies li {
      padding: 1em;
      width: calc(100% / 3); } }
  @media screen and (max-width: 559px) {
    .embedded_campus_pack .companies li {
      width: calc(100% / 2); } }

.embedded_campus_pack .tojoin {
  line-height: 1.5;
  margin: -1em 1em 0; }
  @media screen and (max-width: 999px) {
    .embedded_campus_pack .tojoin {
      margin: -1em 0.5em 0; } }
  .embedded_campus_pack .tojoin dt {
    padding: 1em 0;
    float: left;
    width: 5em;
    font-weight: bold; }
  .embedded_campus_pack .tojoin dd {
    padding: 1em 0;
    padding-left: 5.5em;
    border-bottom: 1px solid #ccc; }
    .embedded_campus_pack .tojoin dd:last-child {
      border-bottom: 0; }

.unit_one {
  border: none;
  padding: 0 0.5em; }
  .unit_one .plus_ec {
    font-weight: bold;
    margin-top: 0.5em; }
  .unit_one .conf_title h2 {
    text-align: left;
    line-height: 1.3125; }
  .unit_one .conf_title h2 span.plus_ec2 {
    display: block;
    margin-top: 0.125em;
    font-size: 0.8125em; }
