@charset "UTF-8";
/* =====================
	スライドカンファレンス
 ======================= */
.p-conference .l-col2__main {
  width: 57.5%;
}

.p-conference .l-col2__sidenav {
  width: 38.5%;
}

.p-conferenceSidenav__title {
  font-size: 125%;
  font-weight: 600;
  color: var(--c_blue);
  margin-bottom: 1em;
}

.p-conferenceSidenav__type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}

.p-conferenceSidenav__type__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  width: 100%;
  height: 100%;
  border: 1px solid var(--c_blue);
  padding: 1em;
}

.p-conferenceSidenav__type__link:after {
  content: "〉〉";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-conferenceSidenav__type__link:hover {
  color: var(--c_wht);
  background: var(--c_blue);
  opacity: 1.0;
}

.p-conference__ongoing {
  margin-bottom: 3em;
}

.p-conference__ongoing__title {
  color: #41c1c7;
  font-size: 125%;
  font-weight: 600;
  border-left: 2px solid currentColor;
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.p-conference__ongoing__list__item {
  margin-bottom: 1.5em;
}

.p-conference__ongoing__list__item:last-child {
  margin-bottom: 0;
}

.p-conference__ongoing__list__link {
  display: block;
  border: 2px solid #41c1c7;
}

.p-conference__ongoing__list__name {
  background: #41c1c7;
  color: var(--c_wht);
  font-size: 112.5%;
  font-weight: 500;
  padding: 0.5em 2.5%;
}

.p-conference__ongoing__list__period {
  font-weight: 500;
  padding: 0.5em 2.5%;
}

.p-conference__archive__title {
  color: var(--c_blue);
  font-size: 118.75%;
  font-weight: 600;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  padding-left: 0.5em;
  padding-bottom: 0.25em;
}

.p-conference__archive__list__item {
  padding: 1.25em 0;
  border-bottom: 2px solid var(--c_blue);
}

.p-conference__archive__list__link {
  display: block;
}

.p-conference__archive__list__name {
  color: var(--c_blue);
  font-size: 106.25%;
  font-weight: 500;
  border-bottom: 2px dotted currentColor;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}

.p-conference__result {
  margin-bottom: 3.75em;
}

.p-conference__result__box {
  border: 1px solid var(--c_orange);
}

.p-conference__result__header {
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}

.p-conference__result__header:before {
  content: "結　果";
  background: var(--c_orange);
  color: var(--c_wht);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 112.5%;
  font-weight: 500;
  padding: 0.25em 0.75em;
  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;
}

.p-conference__result__title {
  font-size: 112.5%;
  font-weight: 500;
  color: var(--c_orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-conference__result__body {
  border-top: 2px dotted var(--c_orange);
  padding: 0.5em 0.5em 0.5em 7.125em;
}

.p-conference__result__notice {
  padding-left: 1.25em;
  margin-top: 0.5em;
}

.p-conference__case + .p-conference__case {
  margin-top: 7.5em;
}

.p-conference__case__header {
  background: var(--c_sky);
  color: var(--c_wht);
  padding: 0.75em 1em;
}

.p-conference__case__title {
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.22222;
}

.p-conference__case__type {
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 0.5em;
  background: var(--c_wht);
  color: var(--c_sky);
  padding: 0.25em 2em;
}

.p-conference__case__doctor {
  text-align: right;
  border: 1px solid var(--c_sky);
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

.p-conference__case__detail {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 0.25em 2em;
  margin: 1em 0 2em;
}

.p-conference__case__detail__label {
  color: var(--c_blue);
}

.p-conference__case__detail__label:before {
  content: "◆";
}

.p-conference__case__subtitle {
  color: var(--c_blue);
  font-size: 112.5%;
  font-weight: 500;
  border-bottom: 2px dotted currentColor;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}

.p-conference__case__comment {
  line-height: 1.75;
  margin-bottom: 1.5em;
}

.p-conference__case__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin: 1.5em 0 2em;
}

.p-conference__case__gallery__item {
  text-align: center;
}

.p-conference__case__gallery__item:nth-child(1):after {
  content: "①";
}

.p-conference__case__gallery__item:nth-child(2):after {
  content: "②";
}

.p-conference__case__gallery__item:nth-child(3):after {
  content: "③";
}

.p-conference__case__gallery__item:nth-child(4):after {
  content: "④";
}

.p-conference__case__gallery__link {
  display: block;
  width: 100%;
  padding-top: 73.91304%;
  position: relative;
}

.p-conference__case__gallery__link img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-polls {
  border: 1px solid var(--c_orange);
}

.wp-polls__title {
  padding: 0.5em 1em;
  border-bottom: 2px dotted var(--c_orange);
}

.wp-polls-ans {
  padding: 0.5em 1em;
}

.wp-polls-ans ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}

.wp-polls-ans ul li:before {
  display: none;
}

.wp-polls-ans ul li > p, .wp-polls-ans ul li > small {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wp-polls-ul {
  margin: 0;
}

.wp-polls__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin: 0.5em 0 0;
}

.wp-polls__btns > * {
  width: 8em;
}

.wp-polls .wp-polls__btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font_ja);
  font-size: 100%;
  font-weight: 500;
  text-align: center;
  border: 0;
  background: var(--c_orange);
  color: var(--c_wht);
  padding: 0.25em 1em;
}

.wp-polls__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin: 1em 0 0;
}

.wp-polls__total__label {
  margin: 0 1em;
  background: var(--c_orange);
  color: var(--c_wht);
  padding: 0.25em 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .p-conference .l-col2__main {
    width: 100%;
  }
  .p-conference .l-col2__sidenav {
    width: 100%;
  }
  .p-conferenceSidenav__title {
    font-size: 18px;
  }
  .p-conferenceSidenav__type {
    gap: 10px;
  }
  .p-conferenceSidenav__type__link {
    font-size: 14px;
    padding: 0.5em 1em;
  }
  .p-conference__ongoing {
    margin-bottom: 36px;
  }
  .p-conference__ongoing__title {
    font-size: 18px;
  }
  .p-conference__ongoing__list__item {
    margin-bottom: 12px;
  }
  .p-conference__ongoing__list__name {
    font-size: 16px;
    padding: 5px 10px;
  }
  .p-conference__ongoing__list__period {
    font-size: 14px;
    padding: 5px 10px;
  }
  .p-conference__archive__title {
    font-size: 18px;
  }
  .p-conference__archive__list__name {
    font-size: 16px;
  }
  .p-conference__archive__list__period {
    font-size: 14px;
  }
  .p-conference__result {
    margin-bottom: 40px;
  }
  .p-conference__result__header {
    display: block;
    padding: 10px;
  }
  .p-conference__result__header:before {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .p-conference__result__title {
    font-size: 18px;
  }
  .p-conference__result__body {
    padding: 10px;
  }
  .p-conference__result__notice {
    padding-left: 10px;
    font-size: 14px;
  }
  .p-conference__case + .p-conference__case {
    margin-top: 60px;
  }
  .p-conference__case__header {
    padding: 10px;
  }
  .p-conference__case__title {
    font-size: 18px;
  }
  .p-conference__case__doctor {
    padding: 5px 10px;
  }
  .p-conference__case__detail {
    font-size: 14px;
    gap: 0.25em 1em;
  }
  .p-conference__case__subtitle {
    font-size: 18px;
  }
  .p-conference__case__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/*# sourceMappingURL=map/conference.css.map */
