@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700");
.startup_title_bg {
  background-color: #444;
  background-image: url(../event/startup_img/O72H2U0.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.startup_title_bg .ins {
  background-color: rgba(0, 147, 255, 0.6);
  width: 100%;
  height: 100%;
}

.startup_title_bg .cons {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 60vh;
  min-height: 400px;
}

@media screen and (max-width: 599px) {
  .startup_title_bg .cons {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}

.startup_title_bg .cons h1.title {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.startup_title_bg .cons h2 {
  display: none;
  font-size: 4em;
  font-family: 'Alfa Slab One', cursive;
}

.startup_title_bg .cons p.copy {
  font-size: 3em;
  line-height: 1.325em;
  margin-top: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 1049px) {
  .startup_title_bg .cons {
    height: auto;
    min-height: auto;
  }
  .startup_title_bg .cons p.copy {
    text-align: left;
  }
  .startup_title_bg .cons p.copy br {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .startup_title_bg .cons {
    padding: 6em 0;
  }
  .startup_title_bg .cons h1.title {
    font-size: 2em;
  }
  .startup_title_bg .cons p.copy {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .startup_title_bg .cons h1.title {
    font-size: 2em;
  }
  .startup_title_bg .cons p.copy {
    font-size: 2em;
  }
}

@media screen and (max-width: 599px) {
  .startup_title_bg .cons h1.title {
    font-size: 1.5em;
  }
  .startup_title_bg .cons p.copy {
    font-size: 1.5em;
  }
}

.imz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 5px;
  margin-top: 3em;
}

@media screen and (max-width: 599px) {
  .imz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.imz img {
  width: 100%;
}

.headline_h203.startip_ver {
  border-top: 4px solid #0093ff;
  color: #0093ff;
}

@media screen and (max-width: 599px) {
  .headline_h203 br {
    display: none;
  }
}

.startup_pavilion_wrap {
  background: rgba(0, 147, 255, 0.2);
}

.startup_pavilion_image {
  float: right;
  margin-left: 1.5em;
  width: 360px;
}

@media screen and (max-width: 599px) {
  .startup_pavilion_image {
    float: none;
    margin: 0 auto 1em;
    width: 80%;
  }
}

.startup_pavilion_image img {
  width: 100%;
  max-width: 587px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.startup_global_logo {
  margin: 1em auto;
  text-align: center;
}

.startup_global_logo img {
  width: 80%;
  max-width: 450px;
}

ul.pavilion_list {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

ul.pavilion_list li {
  background: #fff;
  width: 25%;
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 599px) {
  ul.pavilion_list li {
    width: 50%;
  }
}

ul.pavilion_list li .logo {
  position: relative;
  width: 100%;
}

ul.pavilion_list li .logo:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}

ul.pavilion_list li .logo .ins {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

ul.pavilion_list li .logo .cc {
  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;
  height: 100%;
  text-align: center;
}

ul.pavilion_list li .logo img {
  height: auto;
  width: 80%;
}

ul.pavilion_list li .logo img.pibt {
  width: 50%;
}

ul.pavilion_list li p.name {
  text-align: center;
  background: #0093ff;
  color: #fff;
  font-size: 1em;
  padding: 0.25em;
  border-radius: 1.5em;
}

ul.pavilion_list li p.guide {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
}

ul.pavilion_list li p.ctr {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: right;
}

.startup_contents_bg {
  background-color: #444;
  background-image: url(../event/startup_img/1117_009.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.startup_contents_bg .ins {
  padding: 5em 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 599px) {
  .startup_contents_bg .ins {
    padding: 3em 0;
  }
}

.dummy_startup01 {
  height: 10em;
  background: #555;
  margin: 2em 1em;
}

ul.startup_presentation {
  margin: 0em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

ul.startup_presentation li {
  background: #fff;
  width: 33.33%;
  width: 50%;
  padding: 2em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.25;
}

@media screen and (max-width: 599px) {
  ul.startup_presentation li {
    width: 100%;
  }
}

ul.startup_presentation li .time {
  display: none;
  margin-bottom: 0.25em;
}

ul.startup_presentation li .time:before {
  display: none;
  content: "\f017";
  font-family: "Font Awesome 5 Regular";
}

ul.startup_presentation li .company_name {
  font-size: 1.125em;
  padding: 0.5em 0.5em;
  border-radius: 6px;
  background: #0093ff;
  color: #fff;
  margin-bottom: 0.75em;
}

ul.startup_presentation li .company_name span.ctr {
  float: right;
}

ul.startup_presentation li .title {
  font-size: 1.325em;
  color: #0093ff;
}

ul.startup_presentation li .sub_title {
  font-size: 1em;
  color: #0093ff;
  margin-top: 0.25em;
}

ul.startup_presentation li .personal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5em;
}

ul.startup_presentation li .personal_wrap .ph {
  width: 80px;
  height: 80px;
  background: #eee;
  overflow: hidden;
  margin-right: 0.5em;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

ul.startup_presentation li .personal_wrap .ph img {
  width: 100%;
}

ul.startup_presentation li .personal_wrap .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

ul.startup_presentation li .name {
  font-size: 1.125em;
}

ul.startup_presentation li .name:after {
  content: "氏";
  font-size: 75%;
  margin-left: 0.25em;
}

ul.startup_presentation li .post {
  margin-top: 0.125em;
  font-size: 0.875em;
}

ul.startup_presentation li .profile {
  display: none;
}

ul.startup_presentation li .summary {
  border-top: 1px solid #0093ff;
  margin-top: 0.75em;
  padding-top: 0.5em;
  line-height: 1.5;
  font-size: 0.9125em;
}

.SU_time_table {
  margin: 5em 0;
}

.SU_time_table table .orp {
  border-bottom: 4px solid #ccc;
}

.SU_time_table table th {
  font-size: 1.25em;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0.75em;
  background: #0093ff;
  color: #fff;
}

.SU_time_table table td {
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em;
  width: 30%;
  word-break: break-all;
}

.SU_time_table table td:nth-child(1) {
  text-align: right;
  width: 10%;
  white-space: nowrap;
  background: rgba(0, 147, 255, 0.2);
}

.SU_time_table table td:empty {
  background: #eee;
}

.SU_time_table table td span.mmar {
  font-size: 0.75em;
  background: #0093ff;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  margin-right: 0.325em;
  display: block;
  float: left;
}

h2.ssp_h2 {
  color: #0093ff;
  margin-bottom: 0.5em;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em auto 0;
}

.link a {
  display: block;
  font-size: 1.25em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5dc8d5), to(#00aad8));
  background: -webkit-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
  background: -o-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
  background: linear-gradient(to bottom, #5dc8d5 0%, #00aad8 100%);
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 0.5em 2em;
  border-radius: 2.75em;
}

.link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .link a {
    border: 2px solid #fff;
    font-size: 1.5em;
    border-radius: 8px;
    padding: 0.5em 1em;
  }
}

.iot_innovation_challenge_bg {
  background-color: #444;
  background-image: url(../event/iic_img/1116_031.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.iot_innovation_challenge_bg .ins {
  background-color: rgba(40, 40, 40, 0.85);
  width: 100%;
  height: 100%;
}

.iot_innovation_challenge_bg .cons {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #f4f6da;
  text-align: center;
  width: 100%;
  height: 60vh;
  min-height: 500px;
}

@media screen and (max-width: 599px) {
  .iot_innovation_challenge_bg .cons {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}

.iot_innovation_challenge_bg .cons h1.title {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.iot_innovation_challenge_bg .cons h2 {
  font-size: 6em;
  font-weight: 700;
}

.iot_innovation_challenge_bg .cons p.copy {
  font-size: 2em;
  line-height: 1.325em;
  margin-top: 1em;
  font-weight: bold;
}

@media screen and (max-width: 1049px) {
  .iot_innovation_challenge_bg .cons {
    height: auto;
    min-height: auto;
    padding: 6em 0;
  }
  .iot_innovation_challenge_bg .cons p.copy br {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .iot_innovation_challenge_bg .cons h1.title {
    font-size: 2em;
  }
  .iot_innovation_challenge_bg .cons p.copy {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .iot_innovation_challenge_bg .cons h1.title {
    font-size: 2em;
  }
  .iot_innovation_challenge_bg .cons h2 {
    font-size: 5em;
  }
  .iot_innovation_challenge_bg .cons p.copy {
    font-size: 2em;
  }
}

@media screen and (max-width: 599px) {
  .iot_innovation_challenge_bg .cons h1.title {
    font-size: 1.5em;
  }
  .iot_innovation_challenge_bg .cons h2 {
    font-size: 3em;
  }
  .iot_innovation_challenge_bg .cons p.copy {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 349px) {
  .iot_innovation_challenge_bg .cons h2 {
    font-size: 2.5em;
  }
  .iot_innovation_challenge_bg .cons p.copy {
    font-size: 1.25em;
  }
}

.to_site {
  margin: 3em auto 0;
  width: 80%;
  max-width: 330px;
  text-align: center;
}

.to_site img {
  width: 100%;
  margin-top: 0.5em;
}

.award_title_bg {
  background-color: #444;
  background-image: url(../event/award_img/093_DSC_8281.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.award_title_bg .ins {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.award_title_bg .cons {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 80vh;
  min-height: 750px;
}

@media screen and (max-width: 999px) {
  .award_title_bg .cons {
    height: auto;
    min-height: auto;
    padding: 3em 0;
  }
}

@media screen and (max-width: 599px) {
  .award_title_bg .cons {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}

.award_title_bg .cons .card_block {
  background: rgba(255, 51, 51, 0.7);
  padding: 8px;
}

.award_title_bg .cons .card_block .in_border {
  border: 1px solid #fff;
  padding: 3em 6em;
}

@media screen and (max-width: 599px) {
  .award_title_bg .cons .card_block {
    padding: 4px;
  }
  .award_title_bg .cons .card_block .in_border {
    padding: 2em;
  }
}

@media screen and (max-width: 349px) {
  .award_title_bg .cons .card_block .in_border {
    padding: 1em;
  }
}

.award_title_bg .cons p.cap {
  font-size: 1.5em;
  line-height: 1.325;
}

@media screen and (max-width: 999px) {
  .award_title_bg .cons p.cap {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 599px) {
  .award_title_bg .cons p.cap {
    font-size: 1em;
  }
  .award_title_bg .cons p.cap br {
    display: none;
  }
}

@media screen and (max-width: 349px) {
  .award_title_bg .cons p.cap {
    font-size: 0.825em;
  }
}

.award_title_bg .cons h1.title {
  font-size: 4em;
  margin: 1rem 0;
  padding: 1.5rem 0.25em;
  font-family: 'Lora', serif;
  font-weight: 700;
  border: solid white;
  border-width: 1px 0;
}

@media screen and (max-width: 999px) {
  .award_title_bg .cons h1.title {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  .award_title_bg .cons h1.title {
    font-size: 2em;
  }
}

@media screen and (max-width: 349px) {
  .award_title_bg .cons h1.title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 599px) {
  .award_title_bg .cons h1.title {
    padding: 1.5rem 0;
  }
}

@media screen and (max-width: 349px) {
  .award_title_bg .cons h1.title {
    padding: 1.25rem 0;
  }
}

.award_title_bg .cons h1.title span {
  display: block;
}

.award_title_bg .cons h1.title span.t1 {
  line-height: 1;
  margin-bottom: 0.25em;
}

.award_title_bg .cons h1.title span.t2 {
  font-size: 170%;
  line-height: 1;
}

.award_title_bg .cons h2.celemony {
  font-size: 1.25em;
}

.award_title_bg .cons h2.celemony .c3 br {
  display: none;
}

@media screen and (max-width: 999px) {
  .award_title_bg .cons h2.celemony {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 599px) {
  .award_title_bg .cons h2.celemony {
    font-size: 1em;
  }
  .award_title_bg .cons h2.celemony .c3 br {
    display: block;
  }
}

@media screen and (max-width: 349px) {
  .award_title_bg .cons h2.celemony {
    font-size: 0.825em;
  }
}

.award_title_bg .cons h2.celemony > span {
  display: block;
}

.award_title_bg .cons h2.celemony .c1 span {
  font-size: 175%;
}

.award_title_bg .cons h2.celemony .c2 {
  margin-top: 0.325em;
}

.award_title_bg .cons h2.celemony .c3 {
  margin-bottom: 0.5em;
  line-height: 1.325;
}

.prizewinner_bg {
  background: #fde23a;
}

.prizewinner_ins {
  background: #fff;
  border-radius: 0em;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}

.prizewinner_head {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background-image: -webkit-linear-gradient(top, #555 0%, #000 100%);
  background-image: -o-linear-gradient(top, #555 0%, #000 100%);
  background-image: linear-gradient(to bottom, #555 0%, #000 100%);
  padding: 2em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prizewinner_head .logo {
  margin-right: 2em;
  width: 200px;
}

.prizewinner_head .logo img {
  width: 100%;
}

.prizewinner_head .head_title_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prizewinner_head .head_title_txt .t01 {
  font-size: 38px;
  font-family: 'Lora', serif;
  font-weight: 500;
}

.prizewinner_head .head_title_txt .t02 {
  font-family: "Sawarabi Mincho";
  font-size: 78px;
  margin: 8px 0;
}

.prizewinner_head .head_title_txt .t03 {
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .prizewinner_head .logo {
    width: 150px;
  }
  .prizewinner_head .head_title_txt .t01 {
    font-size: 28px;
  }
  .prizewinner_head .head_title_txt .t02 {
    font-size: 58px;
  }
}

@media screen and (max-width: 699px) {
  .prizewinner_head .logo {
    width: 150px;
  }
  .prizewinner_head .head_title_txt .t01 {
    font-size: 22px;
  }
  .prizewinner_head .head_title_txt .t02 {
    font-size: 48px;
  }
}

@media screen and (max-width: 599px) {
  .prizewinner_head {
    padding: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prizewinner_head .logo {
    margin-right: 0em;
    width: 150px;
  }
  .prizewinner_head .head_title_txt {
    text-align: center;
    margin-top: 1em;
  }
  .prizewinner_head .head_title_txt .t01 {
    font-size: 22px;
  }
  .prizewinner_head .head_title_txt .t02 {
    font-size: 48px;
  }
}

.prizewinner_body {
  padding: 2em;
}

@media screen and (max-width: 599px) {
  .prizewinner_body {
    padding: 1em;
  }
}

.prizewinner_body h3 {
  margin: 0 0 1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background-image: -webkit-linear-gradient(top, #555 0%, #000 100%);
  background-image: -o-linear-gradient(top, #555 0%, #000 100%);
  background-image: linear-gradient(to bottom, #555 0%, #000 100%);
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  padding: 0.25em 0.75em;
  border-radius: 1.25em;
}

.prizewinner_body .one + h3 {
  margin-top: 2em;
}

.one {
  margin: 0 0.75em;
}

.one .head {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.one .prize {
  margin-right: 0.75em;
  width: 90px;
}

@media screen and (max-width: 599px) {
  .one .prize {
    width: 70px;
  }
}

.one .prize img {
  width: 100%;
}

.one .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
}

.one .txt .name {
  font-size: 1.25em;
}

.one .txt .title {
  font-size: 1.25em;
  margin: 0.125em 0;
}

.one .comments {
  line-height: 1.5;
}

.one + .one {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #999;
}

@media screen and (max-width: 599px) {
  .award_head h2 br {
    display: none;
  }
}

.award_head .pavilion_image {
  text-align: center;
  margin-top: 2em;
}

.award_head .pavilion_image img {
  width: 100%;
  max-width: 587px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

ul.award_photo_last {
  margin: 2em 2em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  ul.award_photo_last {
    margin: 2em auto 5em;
  }
}

@media screen and (max-width: 499px) {
  ul.award_photo_last {
    margin: 2em 1em;
    width: calc(100% - 2em);
    max-width: none;
  }
}

ul.award_photo_last li {
  margin: 4px;
  width: calc(33.33% - 8px);
}

@media screen and (max-width: 499px) {
  ul.award_photo_last li {
    margin: 4px 0;
    width: 100%;
  }
}

ul.award_photo_last img {
  width: 100%;
  border: 1px solid #ccc;
}

.award2017_bg {
  background: rgba(77, 194, 187, 0.15);
}

.last_prize {
  margin: 2em 0.5em 0;
}

.last_prize h2.aw_title {
  font-size: 1.5em;
  border-top: 2px solid #00a99d;
  color: #00a99d;
  padding-top: 0.325em;
  margin-bottom: 1em;
}

.last_prize .flex_hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .last_prize .flex_hold {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
  }
}

.last_prize .flex_hold .aw17_one {
  width: calc(50% - 1em);
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .last_prize .flex_hold .aw17_one {
    width: 100%;
    margin-bottom: 2em;
  }
}

.last_prize .flex_hold .aw17_one .heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75em;
}

.last_prize .flex_hold .aw17_one .heads .icon_holder {
  margin-right: 0.75em;
}

.last_prize .flex_hold .aw17_one .heads .icon_holder img {
  width: 100px;
}

@media screen and (max-width: 599px) {
  .last_prize .flex_hold .aw17_one .heads .icon_holder img {
    width: 70px;
  }
}

.last_prize .flex_hold .aw17_one p {
  line-height: 1.5em;
}

.last_prize .flex_hold .aw17_one p.name {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 0.1em;
}

.last_prize .flex_hold .aw17_one p.title {
  font-size: 1em;
  line-height: 1.325em;
  font-weight: bold;
}

.last_prize .flex_hold .aw17_one p.summary {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.last_prize .flex_hold .aw17_one p.review {
  font-size: 1em;
  margin-bottom: 0;
}

.table_ins {
  margin: 0 10px;
}

.table_ins h4 {
  font-weight: bold;
  margin: 2em 0 0.75em;
}

table.awardjudge {
  border-top: 1px solid #ccc;
}

table.awardjudge td {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0.5em;
}

table.awardjudge td:nth-of-type(1), table.awardjudge td:nth-of-type(2) {
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  table.awardjudge td {
    vertical-align: top;
    padding: 0.325em 0.5em;
  }
  table.awardjudge td:nth-of-type(1) {
    white-space: inherit;
    width: 4em;
  }
}

.event_head.robocon_head {
  padding: 3em;
  margin-bottom: 3em;
  border-top: 5px solid #090;
  border-bottom: 5px solid #090;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .event_head.robocon_head {
    padding: 1em;
    margin-bottom: 2em;
  }
}

.event_head.robocon_head img {
  width: 100%;
  max-width: 314px;
}

.event_head.robocon_head h2 {
  font-weight: bold;
}

.event_head.robocon_head h2.f1 {
  color: #090;
  font-size: 1.5em;
  margin: 0.75em 0 0.25em;
}

.event_head.robocon_head h2.f2 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.325em;
}

.event_head.robocon_head p {
  font-size: 1em;
  line-height: 1.5;
}

.event_head p {
  font-size: 1em;
  line-height: 1.5;
}

.event_head .f3 {
  color: #090;
  font-size: 1.5em;
  margin-bottom: 0.325em;
  line-height: 1.325;
}

.robocon_guide .column_a01 + .column_a01 {
  margin-top: 3em;
}

.robocon_guide .f3 {
  color: #090;
  font-size: 1.5em;
  margin-bottom: 0.325em;
  line-height: 1.325em;
}

.last_img {
  float: right;
  width: 100%;
  max-width: 300px;
  margin: 0 0 1em 1em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 5px;
}

.last_img img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .last_img {
    float: none;
    max-width: none;
    margin: 0 0 2em;
  }
}

.erd {
  text-align: center;
}

.erd a {
  display: block;
  background: #090;
  margin: 2em 0 0;
  text-align: center;
  display: block;
  color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  border-radius: 3.25em;
  font-size: 1.5em;
  padding: 0.5em 0;
}

.erd a:hover {
  opacity: 0.7;
}

.robocon2017 {
  display: none;
  background: #eee;
}

.wsp2017 {
  background: #fff;
  padding: 2em;
  border: 1px solid #090;
  border-radius: 1em;
}

.wsp2017 .one + .one {
  margin-top: 2em;
}

.wsp2017 h2 {
  background: #090;
  color: #fff;
  padding: 0.125em 1em;
  border-radius: 1em;
  margin: 0 0 1em;
  font-weight: normal;
  line-height: 1.325em;
}

.wsp2017 h3 {
  font-size: 1.5em;
  margin: 0 0 0.25em;
  color: #090;
  line-height: 1.325em;
}

.wsp2017 p.intro {
  line-height: 1.5em;
}

.wsp2017 ul {
  margin: 0.5em 0 0;
}

.wsp2017 ul.wsp_prog1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wsp2017 ul li {
  padding: 0.75em 0;
  border-top: 1px solid #ccc;
}

.wsp2017 ul li:last-child {
  border-bottom: 1px solid #ccc;
}

.wsp2017 ul li p.title {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: bold;
}

.wsp2017 ul li p.sub {
  font-weight: bold;
  margin-top: 0.25em;
}

.wsp2017 ul li p.summary {
  line-height: 1.5em;
  margin: 0.5em 0;
}

.wsp2017 ul li p.name {
  font-weight: bold;
}

.wsp2017 ul li p.data {
  font-size: 0.875em;
  margin-top: 0.25em;
  line-height: 1.25em;
}

.wsp2017 ul li p.data + p.name {
  margin-top: 0.5em;
}

@media screen and (max-width: 599px) {
  .wsp2017 {
    padding: 1em;
    border-radius: 0.5em;
  }
  .wsp2017 h2 {
    padding: 0.125em 0.5em;
    border-radius: 6px;
    font-size: 1.325em;
  }
  .wsp2017 ul {
    margin: 1em  0;
  }
  .wsp2017 ul.wsp_prog1 li {
    display: block;
  }
}

.festa_colorBar {
  height: 8px;
  overflow: hidden;
}

.festa_colorBar img {
  display: block;
  width: 100%;
  height: 100%;
}

.festa_box {
  background: #f3f3f3;
  padding: 2em;
}

@media screen and (max-width: 767px) {
  .festa_box {
    padding: 1.5em;
  }
}

@media screen and (max-width: 399px) {
  .festa_box {
    padding: 1em;
  }
}

.festa_box h2.festa_midashi {
  font-size: 2em;
  line-height: 1.25em;
}

@media screen and (max-width: 767px) {
  .festa_box h2.festa_midashi br {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .festa_box h2.festa_midashi {
    font-size: 1.5em;
  }
}

.festa_box .schedule {
  margin: 1.5em 0;
  padding: 1em 0;
  border: solid #666;
  border-width: 1px 0;
}

.festa_box .schedule h2 {
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .festa_box .schedule h2 {
    font-size: 1.25em;
  }
}

.festa_box .schedule h2 span {
  font-size: 150%;
}

.festa_box .schedule p {
  font-size: 1.125em;
  margin-top: 0.5em;
}

.festa_box .guide p {
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.festa_box ul.festa_photo_headset {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.festa_box ul.festa_photo_headset li {
  margin: 4px;
  width: calc(33.33% - 8px);
}

@media screen and (max-width: 767px) {
  .festa_box ul.festa_photo_headset li {
    width: calc(50% - 8px);
  }
}

.festa_box ul.festa_photo_headset img {
  width: 100%;
}

h2 span.min {
  font-size: 16px;
  padding-left: 1em;
  font-weight: normal;
}

.fest_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
}

.fest_list_area .zone_column {
  width: calc(25% - 0.25em);
}

.fest_list_area .zone_column ul {
  margin: 0.5em 0.125em 1.5em;
}

.fest_list_area .zone_column li a {
  display: block;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.fest_list_area .zone_column li a:hover {
  background: #eee;
}

.fest_list_area .zone_column li:last-child a {
  border-bottom: 0;
}

.fest_list_area .zone_column li .one_line p {
  font-size: 13px;
  line-height: 17px;
}

h2.zone_num {
  font-size: 1.25em;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

h2.zone_num a {
  display: block;
  color: #fff;
  padding: 0.25em 0.75em;
  border-radius: 1em;
}

h2.zone_num a:hover {
  opacity: 0.7;
}

.fest_detail_area h2.zone_num {
  font-size: 1.5em;
  line-height: 1;
  padding: 0.25em 0.75em;
  border-radius: 1em;
}

.fest_list_area .zone_column ul li a .one_line,
.fest_detail_area .one_line {
  line-height: 1.5;
  padding: 0.25em 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fest_list_area .zone_column ul li a .one_line p.num,
.fest_detail_area .one_line p.num {
  border-radius: 4px;
  padding: 0 0.5em;
  color: #fff;
  margin-right: 0.5em;
  font-size: 70%;
  white-space: nowrap;
}

.color-A p.num,
.fest_list_area .color-A h2.zone_num a,
.fest_detail_area .color-A h2.zone_num {
  background: #f50000;
}

.color-B p.num,
.fest_list_area .color-B h2.zone_num a,
.fest_detail_area .color-B h2.zone_num {
  background: #fc9b00;
}

.color-C p.num,
.fest_list_area .color-C h2.zone_num a,
.fest_detail_area .color-C h2.zone_num {
  background: #669900;
}

.color-D p.num,
.fest_list_area .color-D h2.zone_num a,
.fest_detail_area .color-D h2.zone_num {
  background: #3897C8;
}

.mapArea {
  margin: 0 0 10em;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

.mapArea img {
  width: 100%;
}

.mapArea .pdf_dl a {
  display: block;
  margin: 1.5em auto 0;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#333));
  background: -webkit-linear-gradient(top, #777 0%, #333 100%);
  background: -o-linear-gradient(top, #777 0%, #333 100%);
  background: linear-gradient(to bottom, #777 0%, #333 100%);
  color: #fff;
  text-align: center;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 1.5em;
  width: 100%;
  max-width: 30em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.mapArea .pdf_dl a:hover {
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
  background: -webkit-linear-gradient(top, #999 0%, #333 100%);
  background: -o-linear-gradient(top, #999 0%, #333 100%);
  background: linear-gradient(to bottom, #999 0%, #333 100%);
}

@media screen and (max-width: 599px) {
  .mapArea .pdf_dl a {
    border-radius: 0.5em;
  }
  .mapArea .pdf_dl a span {
    display: block;
    font-size: 75%;
  }
}

/*-----------------------------------------------------
fest_detail
-----------------------------------------------------*/
.fest_detail_area {
  margin-bottom: 0;
}

.fest_detail_area .zone_column ul {
  margin: 0.5em 0.25em 5em;
}

.fest_detail_area .zone_column ul li {
  padding: 0.5em 0;
  color: #333;
  border-bottom: 1px solid #ddd;
  /* ネガティブマージン打ち直し */
  margin-top: -90px;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 90px;
  /* 打ち消し用のパディング */
}

.fest_detail_area .zone_column ul li .one_line {
  padding: 0.5em 0;
}

.fest_detail_area .zone_column ul li:last-child {
  border-bottom: 0;
}

.fest_detail_area .one_line p.name {
  font-size: 18px;
  font-weight: bold;
}

.fest_detail_area .one_line p.num {
  font-size: 16px;
}

.fest_detail_area .zone_column ul li p.guide {
  margin: 0em;
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 1099px) {
  .fest_list_area .zone_column {
    width: calc(50% - 0.5em);
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .fest_list_area .zone_column {
    width: calc(100% - 0.5em);
  }
  .fest_list_area .zone_column h2 {
    text-align: center;
  }
  .fest_list_area .zone_column ul {
    display: none;
  }
  .fest_detail_area .one_line p.name {
    line-height: 1.25;
    font-size: 16px;
  }
  .fest_detail_area .one_line p.num {
    font-size: 14px;
  }
  .fest_detail_area .zone_column ul li p.guide {
    font-size: 14px;
    line-height: 1.5;
  }
}

.page_title_area .title_layout .title_txt h1.mmin {
  font-size: 2em;
}

.interview_aperza_area .f_title {
  border-left: 8px solid #000;
  padding-left: 0.75em;
  margin-bottom: 2em;
}

.interview_aperza_area h2,
.interview_aperza_area h3 {
  font-weight: bold;
  margin-bottom: 0.25em;
}

.interview_aperza_area h2 {
  font-size: 1.5em;
}

.interview_aperza_area h3 {
  font-size: 2em;
}

.interview_aperza_area h4 {
  margin: 1em 0;
  font-size: 1.125em;
  line-height: 1.7;
  font-weight: bold;
}

.interview_aperza_area p {
  margin: 1em 0;
  font-size: 1.125em;
  line-height: 1.7;
}

.interview_aperza_area p img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 3em auto;
}

.interview_aperza_area p.abstract {
  display: none;
  font-size: 1em;
  margin-bottom: 3em;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1em;
  background-color: #fcfcfc;
}

.interview_aperza_area .aligncenter {
  width: auto;
  max-width: 100%;
  margin: 3em auto;
  text-align: center;
}

.interview_aperza_area .aligncenter p {
  margin: 0.5em 0;
  font-size: 1em;
}

.other_article {
  margin-top: 5em;
}

.other_article h3 {
  color: #fff;
  font-size: 1.5em;
  padding: 0.25em 0.75em;
  border-radius: 2em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background-image: -webkit-linear-gradient(top, #555 0%, #000 100%);
  background-image: -o-linear-gradient(top, #555 0%, #000 100%);
  background-image: linear-gradient(to bottom, #555 0%, #000 100%);
  margin-bottom: 1em;
}

.other_article p.capo {
  margin-bottom: 1em;
}

.other_article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other_article li {
  background: #fff;
  width: calc(25% - 1em);
  margin: 0 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0.325em;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .other_article li {
    width: calc(50% - 1em);
  }
}

.other_article li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 0.75em;
}

.other_article li a:hover {
  background: #f2f2f2;
}

.other_article .cc_img {
  margin-bottom: 0.5em;
}

.other_article img {
  width: 100%;
}

.other_article .num {
  font-size: 85%;
  margin-bottom: 0.25em;
}

.other_article .title {
  font-size: 85%;
  line-height: 1.325;
}

.first_round {
  margin-top: 5em;
}

.first_round h3 {
  color: #fff;
  font-size: 1.5em;
  padding: 0.25em 0.75em;
  border-radius: 2em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background-image: -webkit-linear-gradient(top, #555 0%, #000 100%);
  background-image: -o-linear-gradient(top, #555 0%, #000 100%);
  background-image: linear-gradient(to bottom, #555 0%, #000 100%);
  margin-bottom: 1em;
}

.first_round h4 {
  margin: 2em 0 0.5em;
  font-size: 1.25em;
  font-weight: bold;
}

.first_round p.intro {
  line-height: 1.5;
}

.first_round table th {
  text-align: left;
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.first_round table td {
  font-size: 0.875em;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.35);
  padding: 0.5em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
