.plus_h {
  height: 60px;
}
@media screen and (max-width: 559px) {
  .plus_h {
    height: 30px;
  }
}

.robocon_head {
  padding: 1.5em 0 2.5em;
  margin-bottom: 3em;
  border-top: 5px solid #090;
  border-bottom: 5px solid #090;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .robocon_head {
    padding: 1em 0 2em;
    margin-bottom: 2em;
  }
}
.robocon_head .logo {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 10px;
}
.robocon_head .logo img {
  width: 100%;
}
.robocon_head h2 {
  font-weight: bold;
  color: #090;
  font-size: 1.75em;
  margin: 0 0 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.robocon_head p {
  font-size: 1.125em;
  line-height: 1.5;
}
.robocon_head p.sub_copy {
  font-weight: bold;
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 559px) {
  .robocon_head p.sub_copy {
    font-size: 1.125em;
  }
}
.robocon_head p.sub_copy + p.sub_copy {
  margin-top: 0.125em;
}
@media screen and (max-width: 559px) {
  .robocon_head p.sub_copy + p.sub_copy {
    margin-top: 0.5em;
  }
}
.robocon_head .schedule {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.robocon_head .schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1059px) {
  .robocon_head .schedule ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 559px) {
  .robocon_head .schedule ul {
    width: 90%;
  }
}
.robocon_head .schedule ul > li {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 153, 0, 0);
  color: #009900;
  border: 1px solid #009900;
  border-radius: 4px;
  margin: 0 3px;
  padding: 0.75em 1em;
  width: 280px;
}
.robocon_head .schedule ul > li span.min {
  font-size: 80%;
  margin-right: 0.5em;
}
@media screen and (max-width: 1059px) {
  .robocon_head .schedule ul > li {
    margin: 3px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.robocon_guide_2021 {
  margin-top: 2em;
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.robocon_guide_2021 .ph {
  width: 38%;
}
.robocon_guide_2021 .ph p {
  border-radius: 6px;
  overflow: hidden;
  margin-left: 2em;
}
.robocon_guide_2021 .ph p img {
  width: 100%;
}
.robocon_guide_2021 .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.robocon_guide_2021 .column h4 {
  color: #090;
  font-size: 1.375em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-weight: bold;
}
.robocon_guide_2021 .column p {
  font-size: 1.125em;
  line-height: 1.75;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1059px) {
  .robocon_guide_2021 {
    display: block;
  }
  .robocon_guide_2021 .ph {
    margin: 3em auto;
    width: 90%;
    max-width: 500px;
  }
  .robocon_guide_2021 .ph p {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 559px) {
  .robocon_guide_2021 .ph {
    margin: 2em auto;
  }
}

h2.seminor_pg {
  margin: 0 0 1.5em;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(to bottom, #555 0%, #000 100%);
  border-radius: 4px;
  font-size: 1.5em;
  color: #fff;
  padding: 0.5em 0.75em;
}
@media screen and (max-width: 559px) {
  h2.seminor_pg {
    margin-bottom: 1em;
  }
}

.robocon_lec {
  margin-bottom: 2.75em;
  background: #e4e4e2;
  border-radius: 0.5em;
  padding: 1.5em;
}
@media screen and (max-width: 559px) {
  .robocon_lec {
    padding: 1.25em;
  }
}
.robocon_lec .lecture p.time {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.5em 0.75em;
  margin-bottom: 1em;
}
.robocon_lec .lecture p.title {
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: bold;
}
.robocon_lec .lecture p.sub_title {
  margin-top: 0.25em;
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: bold;
}
.robocon_lec .lecture p.summary {
  margin-top: 0.5em;
  font-size: 1.125em;
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .robocon_lec .lecture p.title {
    font-size: 1.5em;
  }
  .robocon_lec .lecture p.sub_title {
    font-size: 1.125em;
  }
  .robocon_lec .lecture p.summary {
    font-size: 1em;
    line-height: 1.5;
  }
}
.robocon_lec .speaker {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  padding-top: 1.5em;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.robocon_lec .speaker .ph {
  width: 30%;
  max-width: 200px;
  margin-right: 1.5em;
}
@media screen and (max-width: 559px) {
  .robocon_lec .speaker .ph {
    width: 22%;
    margin-right: 1em;
  }
}
.robocon_lec .speaker .ph img {
  width: 100%;
  border-radius: 0.5em;
}
.robocon_lec .speaker .personal_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.robocon_lec .speaker .personal_data p.name {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.robocon_lec .speaker .personal_data p.post {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
}
.robocon_lec .speaker .personal_data p.profile {
  margin-top: 0.5em;
  line-height: 1.675;
}
@media screen and (max-width: 559px) {
  .robocon_lec .speaker .personal_data p.profile {
    line-height: 1.5;
  }
}

.model_consult_summary {
  margin-bottom: 5em;
}
.model_consult_summary .open {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 560px) {
  .model_consult_summary .open {
    margin-top: -0.5em;
  }
}
.model_consult_summary p {
  font-size: 1em;
  line-height: 1.75;
}
.model_consult_summary .reds {
  margin: 1em 0;
  border: 1px solid #e33;
  color: #e33;
  padding: 1.25em 1em;
}
.model_consult_summary .reds h3 {
  padding-top: 3px;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.model_consult_summary .reds p {
  padding-left: 1em;
  text-indent: -1em;
}
.model_consult_summary .reds p + p {
  margin-top: 0.3125em;
}