.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%;
  }
}

.tableSet024_robocon {
  border-top: 1px solid #ccc;
  margin-bottom: 3em;
}
.tableSet024_robocon th,
.tableSet024_robocon td {
  padding: 1em 2em;
  line-height: 1.75;
  border-bottom: 1px solid #ccc;
}
.tableSet024_robocon th {
  text-align: left;
  background: rgba(0, 51, 0, 0.05);
  width: 20%;
  white-space: nowrap;
  color: #333;
  vertical-align: top;
}
.tableSet024_robocon td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tableSet024_robocon td p {
  margin: 0;
}
.tableSet024_robocon td p.dmin {
  font-size: 1.125em;
  font-weight: bold;
}
.tableSet024_robocon td p span.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 90%;
}
@media screen and (max-width: 1059px) {
  .tableSet024_robocon {
    border-top: none;
  }
  .tableSet024_robocon th,
  .tableSet024_robocon td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 0.25em 0.75em;
  }
  .tableSet024_robocon th {
    min-width: auto;
    background: rgba(0, 51, 0, 0.05);
  }
  .tableSet024_robocon td {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 1em;
  }
}

.robocon_guide_2025 {
  margin-top: 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_2025 .ph {
  width: 38%;
}
.robocon_guide_2025 .ph p {
  border-radius: 8px;
  overflow: hidden;
  margin-left: 2em;
}
.robocon_guide_2025 .ph p img {
  width: 100%;
}
.robocon_guide_2025 .ph:empty {
  margin-left: 2em;
  aspect-ratio: 16/9;
  background-color: #ccc;
}
.robocon_guide_2025 .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.robocon_guide_2025 .column h4 {
  color: #090;
  font-size: 1.375em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-weight: bold;
}
.robocon_guide_2025 .column p {
  font-size: 1em;
  line-height: 1.75;
  margin-top: 0.5em;
}
@media screen and (max-width: 1059px) {
  .robocon_guide_2025 {
    display: block;
  }
  .robocon_guide_2025 .ph {
    margin: 3em auto;
    width: 90%;
    max-width: 500px;
  }
  .robocon_guide_2025 .ph p {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 559px) {
  .robocon_guide_2025 .ph {
    margin: 2em auto;
  }
}

@media screen and (min-width: 1060px) {
  .wrap_schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap_schedule > div {
    width: calc(50% - 1em);
  }
  .wrap_schedule .schedule_set.s20 {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1059px) {
  .wrap_schedule {
    display: block;
  }
  .wrap_schedule .schedule_set.s20,
  .wrap_schedule .schedule_set.s21 {
    margin-top: 2em;
  }
}

.schedule_set h3 {
  background: #777;
  color: #fff;
  font-size: 1em;
  padding: 0.75em 0.75em;
  border-radius: 6px 6px 0 0;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.schedule_set h3 span {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.schedule_set h3 .min {
  font-size: 85%;
  margin-left: 0.75em;
}
.schedule_set table th,
.schedule_set table td {
  font-size: 0.875em;
  padding: 0.75em 0.75em;
  line-height: 1.75;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 499px) {
  .schedule_set table th,
  .schedule_set table td {
    line-height: 1.5;
  }
}
.schedule_set table th:nth-of-type(2),
.schedule_set table td:nth-of-type(2) {
  text-align: right;
}
.schedule_set table th {
  background: #f3f3f3;
  color: #333;
  white-space: nowrap;
}
.schedule_set table td {
  line-height: 1.5;
}
.schedule_set table td .title {
  line-height: 1.3125;
  font-weight: bold;
}
.schedule_set table td .title p.sub {
  margin-top: 0.3125em;
  font-size: 82.5%;
}
.schedule_set table td .personal {
  margin-top: 0.3125em;
  font-size: 87.5%;
  line-height: 1.3125;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schedule_set table td .personal p {
  margin-right: 0.75em;
}
.schedule_set table.mws td {
  padding: 0.5em 0.75em;
}
.schedule_set table.mws td:nth-of-type(2) {
  vertical-align: top;
}

.robocon_lec {
  margin-bottom: 2em;
  background: #e4e4e2;
  border-radius: 0.5em;
  padding: 1.25em;
}
@media screen and (max-width: 559px) {
  .robocon_lec {
    padding: 1em;
  }
}
.robocon_lec .lecture p.time {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.5em 0.5em;
  margin-bottom: 1em;
}
.robocon_lec .lecture p.time span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 90%;
  margin-right: 0.75em;
}
.robocon_lec .lecture p.title {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
}
.robocon_lec .lecture p.sub_title {
  margin-top: 0.25em;
  font-size: 1.125em;
  line-height: 1.25;
  font-weight: bold;
}
.robocon_lec .lecture p.summary {
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .robocon_lec .lecture p.title {
    font-size: 1.25em;
  }
  .robocon_lec .lecture p.sub_title {
    font-size: 1em;
  }
  .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: 180px;
  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;
}
@media screen and (max-width: 559px) {
  .robocon_lec .speaker .personal_data p.post {
    line-height: 1.25;
  }
}
.robocon_lec .speaker .personal_data p.profile {
  font-size: 0.9125em;
  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;
}