/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    symposium
------------------------------ */
.p-symposium .f-heading--level2 {
  margin-top: 60px;
}
.p-symposium__member {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-symposium__member {
    display: block;
  }
}
.p-symposium__member_item {
  width: 23%;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-symposium__member_item {
    width: 100%;
  }
}
.p-symposium__member_item p {
  text-align: center;
}
.p-symposium__member_position {
  font-family: "NotoSans-Bold";
  color: #05216D;
  margin-top: 0.2em;
}
.p-symposium__member_name {
  font-family: "NotoSans-Bold";
  font-size: 2rem;
  line-height: 1.4;
}
.p-symposium__member_text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 0.3em;
}
.p-symposium__member_text span {
  display: inline-block;
  text-align: left;
}
.p-symposium__main {
  background: #F5F8FF;
  padding: 6rem 0;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-symposium__main {
    padding: 4rem 0;
    margin-top: 2rem;
  }
}
.p-symposium__main_title {
  color: #05216D;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-bottom: 0.5em;
  margin-top: 6rem;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .p-symposium__main_title {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}
.p-symposium__main_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-symposium__main_flex dt, .p-symposium__main_flex dd {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-symposium__main_flex dt, .p-symposium__main_flex dd {
    margin-top: 2rem;
  }
}
.p-symposium__main_flex_ico {
  flex: 0 0 auto;
  width: 8.4rem;
  text-align: center;
  position: relative;
}
.p-symposium__main_flex_ico span {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-symposium__main_flex_ico {
    width: 6rem;
  }
}
.p-symposium__main_flex_comment {
  width: calc( 100% - 8.4rem - 3rem );
  background: #fff;
  padding: 1em 2em;
  border-radius: 1rem;
  box-shadow: 1rem 1rem 3rem rgba(5, 33, 109, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-symposium__main_flex_comment {
    width: calc( 100% - 6rem - 1rem );
  }
}
.p-symposium__main_flex_comment::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 18px 14px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-symposium__main_flex_comment::before {
    border-width: 0.6rem 0.6rem 0.6rem 0;
  }
}
