  @charset "UTF-8";
figure {
  margin: 1em 0;
}

.features-h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0.5em 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.features-h2-blue {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.4em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #00A0E9;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.features-h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.4em 0 0.4em;
  position: relative;
  z-index: 10;
}

.features-h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 1em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #00A0E9;
}

.features-ekiden1-h2 {
  font-size: 1.45em;
  font-weight: bold;
  margin: 0.4em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #00A0E9;
}

.features-ekiden1-h3 {
  font-size: 1em;
  font-weight: normal;
  text-indent: 1em;
  margin: 0.4em 0 0.4em;
  position: relative;
  z-index: 10;
}
.features-ekiden1-h3 .blue {
  color: #00A0E9;
}

.features-ekiden2-h2 {
  font-size: 2.3em;
  font-weight: normal;
  margin: 0.4em 0 0.4em;
  position: relative;
  z-index: 10;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.features-ekiden2-h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0.4em 0 0.4em;
  position: relative;
  z-index: 10;
}
.features-ekiden2-h3 .blue {
  color: #00A0E9;
}

.circle_number {
  color: #fff;
  background-color: #00A0E9;
  border: 4px solid #00A0E9;
  border-radius: 50%;
  font-size: 0.7em;
  line-height: 1;
  padding-top: 0.1em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}

.features-number {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-number__item {
  width: 290px;
  padding-bottom: 1em;
  position: relative;
}
.features-number__item-para {
  margin-top: 0;
  position: relative;
}
.features-number__item-para__inner {
  margin-top: 0;
  position: relative;
  display: block;
  width: 180px;
  float: left;
}
.features-number__label {
  color: #D2BFAB;
  font-size: 6em;
  font-weight: bold;
  position: absolute;
  left: 0.45em;
  top: 10px;
  z-index: 10;
  vertical-align: top;
  line-height: 1;
}
.features-number__label-last {
  color: #D2BFAB;
  font-size: 6em;
  font-weight: bold;
  position: absolute;
  right: 0.45em;
  top: 10px;
  z-index: 10;
  vertical-align: top;
  line-height: 1;
}
.features-number__text {
  position: relative;
  z-index: 20;
  display: block;
  font-size: 0.7em;
}
.features-number__text-right {
  position: relative;
  z-index: 20;
  display: table;
  font-size: 0.7em;
  padding-left: 5px;
}
.features-number__img {
  float: right;
  margin-left: 5px;
}
.features-number__img-last {
  float: left;
}

/* 1522 */
.features-heading-chapter {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1.4em 0 0.7em;
  color: #000000;
  text-align: center;
  height: 100%;
  background-image: url("/gen03/kouhou/1531/img/features/brown_bar.gif");
  background-repeat: repeat-x;
  background-position: center;
}
.features-heading-chapter__inner {
  background: #ffffff;
  padding: 0 0.5em;
  display: inline-block;
}
@media screen and (max-width: 400px) {
  .features-heading-chapter {
    font-size: 1em;
  }
}

.profile {
  margin: 1em 1em 1em 0;
  float: left;
}

.symposium_table {
  margin: 1em 0;
  border-collapse: collapse;
}
.symposium_table caption {
  font-weight: bold;
  text-align: left;
}
.symposium_table th {
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0.3em;
  white-space: nowrap;
  vertical-align: middle;
}
.symposium_table td {
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
.symposium_table tbody {
  background: #FFFDED;
}

.color-light-blue {
  color: #0096E0;
}

.color-blue {
  color: #093488;
}

.color-pink {
  color: #E4007F;
}

.color-brown {
  color: #8E643A;
}

.tokyo_college_logo {
  height: 158px;
  width: 206px;
}
.tokyo_college_logo__wrap {
  float: right;
  margin: 0;
  padding: 0 0 2em 1em;
}

.photos {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .photos {
    display: block;
  }
}
.photos-item {
  padding: 5px;
}
.photos-item img {
  margin: 0 auto 1em;
  display: block;
}
.photos-item figcaption {
  font-size: 0.8em;
}

/* 1523 */
.features-audience {
  color: #0096E0;
  text-align: left;
  border-top: 1px solid #000000;
  font-weight: bold;
  position: relative;
  margin: 0 0 1em;
  padding-top: 1em;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.figure {
  margin: 0 1em;
}

.light_blue_bar_area {
  border: 1px solid #0096E0;
  padding: 1em;
  margin: 1em 0;
  border-radius: 15px;
}
.light_blue_bar_area p {
  margin: 0;
}

.light_blue_area {
  background: #EAF6FD;
  padding: 1em;
  margin: 1em 0;
  border-radius: 15px;
}
.light_blue_area p {
  margin: 0;
}
.light_blue_area__ttl {
  font-size: 1.3em;
  margin: 0.5em 0;
}
.light_blue_area__sub_ttl {
  font-size: 1.1em;
  margin: 0;
}

.light_yellow_area {
  background: #FFFDE4;
  padding: 1em;
  margin: 1em 0;
  border-radius: 15px;
}
.light_yellow_area p {
  margin: 0;
}
.light_yellow_area__ttl {
  font-size: 1.2em;
  margin: 0;
}

@media screen and (max-width: 400px) {
  .mini-nobr {
    display: none;
  }
}

/* 1524 */
.light_blue_ttl {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1.4em 0 0 0;
  color: #0096E0;
}

.fukidashi {
  color: #0096E0;
  text-align: left;
  border-bottom: 2px solid #0096E0;
  font-weight: bold;
  position: relative;
  margin: 1em 0 1em;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fukidashi::after {
  content: url(/gen03/kouhou/1531/img/features/fukidashi.png);
  display: block;
  position: absolute;
  top: 1.1em;
}

.marker_ttl {
  font-size: 1.7em;
  font-weight: bold;
  margin: 1.4em 0 0.7em;
  color: #0D3388;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.marker_ttl__marker {
  background: -moz-linear-gradient(top, white 0%, white 35%, #d3edfb 35%, #d3edfb 100%);
  background: -webkit-linear-gradient(top, white 0%, white 35%, #d3edfb 35%, #d3edfb 100%);
  background: linear-gradient(to bottom, white 0%, white 35%, #d3edfb 35%, #d3edfb 100%);
}

.robotech_logo {
  float: left;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 500px) {
  .robotech_logo {
    float: none;
    margin: auto;
    display: block;
  }
}

.brown_chain {
  background: url(/gen03/kouhou/1531/img/features/brown_chain.gif);
  background-repeat: repeat-x;
  padding-top: 2em;
}

.fund_record {
  margin: 1em 0;
  border-collapse: collapse;
}
.fund_record caption {
  font-weight: bold;
  text-align: left;
}
.fund_record th {
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0.3em;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 5px;
}
.fund_record td {
  border-bottom: 1px solid #000;
  vertical-align: middle;
  padding: 0 5px;
}
.fund_record tbody {
  background: #FFFDED;
}
.fund_record .has_border {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.nowrap {
  white-space: nowrap;
}

/* 1526 */
.structure__wrap {
  margin-top: 0;
  position: relative;
}
.structure__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  font-size: 0.7em;
}

.light_blue_area {
  background: #DFF2FC;
  padding: 0.2em 1em 1em;
  margin: 1em 0;
  border-radius: 15px;
}

.figure__wrap {
  display: flex;
}

.book__wrap {
  width: 300px;
  display: inline-block;
}

.subtitle__wrap {
  max-width: 480px;
  margin: 0 auto;
}

/* 1528 */
.author_image {
  float: right;
  margin: -1em 0 0.5em 1em;
}

.ir_wrap {
  position: relative;
}

.ir_inner {
  max-width: 440px;
  position: relative;
  z-index: 10;
}
.ir_inner__brown {
  max-width: 400px;
}

.ir_book {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 0 0 10px;
  z-index: 0;
}
@media screen and (max-width: 680px) {
  .ir_book {
    position: static;
  }
}

.ir_title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #7DCEF4;
  font-size: 1em;
  padding: 5px 3em;
  display: table;
}

.ir_num {
  display: block;
  border-radius: 0.8em;
  font-size: 1.2em;
  line-height: 1.6em;
  vertical-align: middle;
  height: 1.6em;
  width: 1.6em;
  background: #7DCEF4;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: -15px;
  top: calc(50% - 0.7em);
  z-index: 10;
}

.ir_list {
  list-style: none;
  padding-left: 14px;
}
.ir_list li {
  position: relative;
  z-index: 0;
}
.ir_list__txt {
  margin: 0;
  position: relative;
  z-index: 20;
  border-bottom: 5px dotted #7DCEF4;
  padding: 0.5em;
}

.caption_w200 {
  font-size: 0.8em;
  width: 200px;
}

.caption_w140 {
  display: block;
  width: 140px;
}

.yasuda_auditorium {
  width: 200px;
  padding: 0;
  display: block;
  margin: 1em auto 0;
}

.note_list {
  list-style: none;
  font-size: 0.8em;
  padding-left: 0;
}
.note_list li {
  margin-bottom: 1em;
}
.note_list__marker {
  color: #E4007F;
}

.note_marker {
  color: #E4007F;
}

.ir_strong {
  font-weight: bold;
  font-size: 1.15em;
  color: #333333;
}

.ir_speakers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ir_speakers__caption {
  display: block;
  width: 120px;
}
.ir_speakers::after {
  content: "";
  width: 120px;
  display: block;
}

.komaba_image {
  display: flex;
  align-items: end;
  margin: 1em 0;
  float: left;
}
.komaba_image figcaption {
  padding-left: 1em;
  font-size: 0.7em;
  width: 6em;
}

.qr_image {
  display: flex;
  align-items: end;
  margin: 1em 0;
  float: right;
}
.qr_image figcaption {
  padding-right: 1em;
  font-size: 0.7em;
  width: 170px;
}

/* 1529 */
.speakers,
.posters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.speakers img,
.posters img {
  margin: 5px;
}
.speakers::after,
.posters::after {
  content: "";
  width: 140px;
  margin: 5px;
  display: inline-block;
}

/* 1530 */
.scene {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.scene img {
  margin: 5px;
}

.teaming {
  margin: 1em 0;
  border-collapse: collapse;
}
.teaming caption {
  font-weight: normal;
  text-align: left;
}
.teaming th {
  font-weight: normal;
  border-bottom: 2px solid #fff;
  padding: 0.3em;
  white-space: wrap;
  vertical-align: middle;
  padding: 5px 5px;
  width: 8em;
  border-right: 2px solid #fff;
}
.teaming td {
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  padding: 5px 5px;
}
.teaming .team-china {
  background-color: #D5EAD7;
}
.teaming .team-asia {
  background-color: #D3EDFB;
}
.teaming .team-world {
  background-color: #FCE5DE;
}
.teaming .team-usa {
  background-color: #FFFBC6;
}
.teaming .team-eu {
  background-color: #D4D4CA;
}

.phrase {
  text-align: center;
}

.speakers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.speakers img {
  display: block;
  margin: 1px;
}

.themes {
  margin: 1em 0;
  border-collapse: collapse;
}
.themes caption {
  text-align: left;
}
.themes th {
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0.3em;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 5px;
}
.themes td {
  border-bottom: 1px solid #000;
  vertical-align: middle;
  padding: 0 5px;
}
.themes tbody {
  background: #FFFDED;
}

/* 1531 */
.color-beige {
  color: #EAE3D0;
}

.image_border {
  border: 1px solid #000;
}

.figcaption_fit {
  display: table;
  width: 100px;
  *width: auto;
  font-size: 0.8em;
}

.qws-facilities {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.qws-facilities img {
  margin: 4px;
}
.qws-facilities::after {
  /*空きブロックを入れる*/
  content: "";
  width: 408px;
  margin: 8px;
  display: inline-block;
}

.qws-light_blue_area {
  background: #DFF2FC;
  padding: 1em;
  margin: 1em 0;
}
.qws-light_blue_area p {
  margin: 0;
  font-size: 0.8em;
}
.qws-light_blue_area__ttl {
  font-size: 1.3em;
  margin: 0.5em 0;
}
.qws-light_blue_area__sub_ttl {
  font-size: 1.1em;
  margin: 0;
}

.qws-light_brown_area {
  background: #F3EEE8;
  padding: 0.2em 1em 1em;
  margin: 1em 0;
}
.qws-light_brown_area p {
  margin: 0;
}
.qws-light_brown_area__ttl {
  font-size: 1.45em;
  font-weight: normal;
  margin: 0.4em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #00A0E9;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.qws-light_brown_area__sub_ttl {
  font-size: 1.3em;
  font-weight: normal;
  margin: 1em 0 0.4em;
  position: relative;
  z-index: 10;
  color: #00A0E9;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.qws-chair_image {
  float: left;
  margin: 0.4em 1em 0.5em 0;
}
.qws-chair_image__position {
  font-weight: bold;
  font-size: 0.7em;
  display: block;
}
.qws-chair_image__name {
  font-weight: bold;
  font-size: 1.5em;
  width: 75%;
  display: inline-block;
  border-top: 1px solid #000;
}

.qws-smallkagi_start {
  font-size: 80%;
  vertical-align: 18%;
}
.qws-smallkagi_end {
  font-size: 80%;
  vertical-align: baseline;
}

.ekiden-light_yellow_area {
  background: #FFFDE4;
  padding: 1em;
  margin: 1em 0;
}
.ekiden-light_yellow_area p {
  margin: 0;
  font-size: 0.8em;
}
.ekiden-light_yellow_area__ttl {
  font-size: 0.8em;
  margin: 0;
}

.ekiden-player_image {
  float: left;
  margin: 0.4em 1em 0.5em 0;
}
.ekiden-player_image__position {
  font-weight: bold;
  font-size: 0.7em;
  display: block;
}
.ekiden-player_image__name {
  font-weight: bold;
  font-size: 1.5em;
  border-top: 1px solid #000;
}
