

@media screen and (min-width: 769px) {
	#map {
		width: 100%;
		height: 400px;
	}
}

@media screen and (max-width: 768px) {
	#map {
		width: 100%;
		height: 300px;
	}
}


.c-box-flex.x3_c {
  align-items: center
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-box-flex.x3_c > .inBox {
    width: 31.6%;
  }
  .c-box-flex.x3_c > .inBox:not(:nth-child(3n)) {
    margin-right: 2.6%;
  }
}
@media screen and (max-width: 767px) {
  .c-box-flex.x3_c > .inBox {
    width: 25%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
}

.p-conference .circle3 {
  display: flex;
  width: 20rem;
  height: 20rem;
  color: #fff;
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  background-color: #0067b2;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
.p-conference .circle3 {
  display: flex;
  width: 16rem;
  height: 16rem;
  color: #fff;
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  background-color: #0067b2;
  text-align: center;
  border-radius: 50%;
}
}


hr.conference {
margin:0;
height: 10px;
background-color: #0067b2;
border: none;
color: #0067b2;
}

hr.conference_k {
margin:0;
height: 5px;
background-color: #0067b2;
border: none;
color: #0067b2;
}


/* flex-schedul */
.flex-schedule {
  min-width: 100%;
  max-width: 100%;
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;

  margin:0;
  padding:0;
  line-height:1.3;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #0067b2;
}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 15px;
}

.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #c3ddff;
  border-radius: 6px;
}

.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 5px;
  background: #0067b2;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.flex-schedule .sch_title {
  font-weight: 700;
}

.flex-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}



/* flex-schedul */
.flex-schedule {
  margin:0;
  padding:0;
  line-height:1.3;
  min-width: 100%;
  max-width: 100%;
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #0067b2;
}

.flex-schedule .s_area {
  padding: 16px 10px 10px 10px;
  display: block;
  width: 100%;
}
.flex-schedule .area_bg {
  padding: 10px 10px 10px 10px;
  display: block;
  border-left: 6px solid #0067b2;
  width: 100%;
}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 25px;
}

.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #b2d0ff;
  border-radius: 6px;
}

.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 15px;
  background: #0067b2;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.flex-schedule .sch_box2 {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #e0ecff;
  border-radius: 6px;
}





.flex-schedule .sch_title {
  font-weight: 700;
}

.flex-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}











.p-confe-guest {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-confe-guest {
    margin-left: -64px;
    margin-right: -64px;
  }
}
@media screen and (max-width: 767px) {
  .p-confe-guest {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
.p-confe-guest-item {
  background: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  text-align: center;
  padding: 4.2666666667vw 0;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .p-confe-guest-item {
    width: 30%;
    padding: 16px 0;
    margin-right: 4%;

  }
}
@media screen and (max-width: 767px) {
  .p-confe-guest-item {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-confe-guest-item:nth-child(odd) {
    margin-right: 4%;
  }
}
.p-confe-guest-ph {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-confe-guest-ph {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-confe-guest-ph {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.p-confe-guest-ph img {
  display: block;
  margin: 0 auto 16px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-confe-guest-ph img {
    margin-bottom: 2.6666666667vw;
  }
}
.p-confe-guest-cap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-confe-guest-cap {
    font-size: 2.6666666667vw;
  }
}
.p-confe-guest-en {
  color: #0062a6;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-confe-guest-en {
    font-size: 3.4666666667vw;
  }
}
.p-confe-guest-ttl {
  background: #0062a6;
  color: #fff;
  font-size: 1.2rem;
  padding: 1em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-confe-guest-ttl {
    font-size: 3.4666666667vw;
  }
}
.p-confe-guest-txt {
  line-height: 1.6;
  font-size: 1.2rem;
  padding: 1.6rem 1.6rem 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-confe-guest-txt {
    font-size: 3.2vw;
    padding: 1em 1em 0;
  }
}



.forNav_c .items .item {
  margin-bottom: 0;
width: 300px;
margin: auto;
width: 300px;
  line-height:1;

}
@media screen and (max-width: 768px) {
  .forNav_c .items .item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .forNav_c .items .item:first-child {
    border-right: 0px solid #3A3A3A;

  }
}
@media screen and (max-width: 768px) {
  .forNav_c .items .item:first-child {
    border-bottom: 0px solid #3A3A3A;
  }
}
.forNav_c .items .item a {
  display: block;
  text-align: center;
  background-color: #0067b2;
  color: #f5f5f5;
  font-weight: 500;
  padding: 0.5em 0;
}
@media screen and (min-width: 769px) {
  .forNav_c .items .item a {
    padding: 0.5em 0;
    font-size: 1.5503875969vw;
  line-height:1;

  }
}
@media screen and (min-width: 1170px) {
  .forNav_c .items .item a {
    font-size: 2rem;
  line-height:1;
  }
}

.bottom-fixed-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding-top: 8px;
  z-index: 999;
}


.forNav_c26 .items .item {
  margin-bottom: 0;
width: 350px;
margin: 0 0 0 auto;
  line-height:1.5;
    border: 3px solid #fff;

}
@media screen and (max-width: 768px) {
  .forNav_c26 .items .item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .forNav_c26 .items .item:first-child {
    border-right: 0px solid #3A3A3A;

  }
}
@media screen and (max-width: 768px) {
  .forNav_c26 .items .item:first-child {
    border-bottom: 0px solid #3A3A3A;
  }
}
.forNav_c26 .items .item a {
  display: block;
  text-align: center;
  background-color: #0067b2;
  color: #f5f5f5;
  font-weight: 700;
  padding: 0.5em 0;
    font-size: 1.5rem;

}
@media screen and (min-width: 769px) {
  .forNav_c26 .items .item a {
    padding: 0.5em 0;
    font-size: 2rem;
  line-height:1;

  }
}
@media screen and (min-width: 1170px) {
  .forNav_c26 .items .item a {
    font-size: 2rem;
  line-height:1;
  }
}



/*========== c26-table.scss ==========*/
.c26-table {
  width: 100%;
  border: none;

}
.c26-table .onTtl {
  font-weight: 700;
  color: #fff;
  padding: 1em;
  background-color: #0067b2;
  border: 1px solid #ccc;
    word-break: break-all;

}


.c26-table .on50p {
  width: 50%;
  background-color: #fff;
  border: 1px solid #ccc;

}


.c26-table .c_26place {
  padding: 1em;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  width: 15%;
}
.c26-table .c_26place2 {
  padding: 1em;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  width: 25%;
}
.c26-table .c_26time {
  color: #000;
  padding: 0.1em 0.1em 0.1em 1em !important;
  background-color: #8ccfff;
  border: 1px solid #ccc;
  width: 15%;
}




@media screen and (max-width: 767px) {
  .c26-table .onTtl {
    display: block;
    width: 100%;
  }
  .c26-table .c26sp {
    display: none;
  }


}


.c26-table .onTxt {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .c26-table .onTxt {
    display: block;
    width: 100%;
  }
}



.c26-table .onTtl {
  font-weight: 700;
  padding: 1em;
  line-height: 1.5;

  background-color: #0067b2;
  border: 1px solid #ccc;
}




@media screen and (max-width: 768px) {
  .c26-table .onTtl {
    display: block;
    width: 100%;
  }
}
.c26-table .onTxt {
  padding: 1em;
  line-height: 1.5;

    word-break: break-all;

}
.onTxt {
  line-height: 1.5;

}

@media screen and (max-width: 768px) {
  .c26-table .onTxt {
    display: block;
    width: 100%;
    word-break: break-all;
  }
}



.c26-main__txt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c26-main__txt {
    line-height: 1.5;
  }
}


.c26-project-ex__ttl {
  font-weight: 700;
  color: #2b875a;
  line-height: 1.4;

  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c26-project-ex__ttl {
    font-size: 4.2666666667vw;
  }
}
.c26-project-ex__ttl:not(:first-child) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
