.list_title {
  margin-bottom: 32px;
  padding: 18px 24px;
  background-color: #efeff1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .list_title {
    margin-bottom: 24px;
  }
}
#main .page_title {
  margin-bottom: 37px;
}
@media screen and (max-width: 600px) {
  #main .page_title {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
#main p.page_description {
  margin-bottom: 26px;
}
@media screen and (max-width: 600px) {
  #main p.page_description {
    font-size: 13px;
    line-height: 1.48;
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
#main .place_button {
  width: 171px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  #main .place_button {
    height: 34px;
    margin-bottom: 48px;
  }
}
#main .support_wrap {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
  gap: 19px 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  #main .support_wrap {
    padding: 18px 16px;
    flex-direction: column;
  }
}
#main .support_wrap .title {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
#main .support_wrap .card_wrap {
  max-width: 592px;
  width: 100%;
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 600px) {
  #main .support_wrap .card_wrap {
    flex-direction: column;
    align-items: center;
  }
}
#main .support_wrap .card_wrap .card {
  padding: 3px;
  max-width: 290px;
  display: flex;
  flex: 1 1 290px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  box-shadow: 0px 2px 14px 0px #0000000D;
}
@media screen and (max-width: 600px) {
  #main .support_wrap .card_wrap .card {
    width: 290px;
    flex: 0 0 auto;
  }
}
#main .support_wrap .card_wrap .card:nth-of-type(1) a {
  width: 255px;
}
#main .support_wrap .card_wrap .card:nth-of-type(2) a {
  width: 266px;
}
#main .support_wrap .card_wrap .card a {
  display: block;
}
#main .support_wrap .card_wrap .card a img {
  display: block;
  width: 100%;
}
#main .to_schedule {
  max-width: 1100px;
  margin: 18px auto 24px;
  gap: 32px;
  border: 1px solid #004BA1;
}
@media screen and (max-width: 600px) {
  #main .to_schedule {
    margin-top: 15px;
    padding: 24px 15px;
  }
}
#main .to_schedule .schedule_button {
  width: 231px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  #main .to_schedule .schedule_button {
    width: 281px;
    height: 34px;
    margin-top: 24px;
  }
}
#main ul.tab_list {
  max-width: 788px;
  height: 56px;
  margin: 40px auto 64px;
  padding: 9px 8px;
}
@media screen and (max-width: 600px) {
  #main ul.tab_list li {
    max-width: 29%;
    height: auto;
    flex: 0 0 30%;
    padding: 24px 10px;
    justify-content: center;
    background: unset;
    color: #fff;
    text-align: center;
  }
  #main ul.tab_list li.active::after {
    display: none;
  }
}
#main ul.tab_list li:not(:last-child)::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: #DDEDFF;
  content: "";
  opacity: 0.3;
  clip-path: unset;
}
#main .tab_contents.show {
  display: block;
}
#main .anchor_menu {
  margin-bottom: 44px;
}
@media screen and (max-width: 600px) {
  #main .anchor_menu .anchor_list {
    flex-flow: row nowrap;
    padding-bottom: 5px;
  }
}
#main .anchor_contents .academic_contents + .sec_title {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .academic_contents + .sec_title {
    margin-top: 60px;
  }
}
#main .anchor_contents .academic_contents + .list_title {
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .academic_contents + .list_title {
    margin-top: 40px;
  }
}
#main .anchor_contents .academic_contents > a {
  display: block;
  border: 1px solid transparent;
  transition: border-color 0.2s;
}
#main .anchor_contents .academic_contents > a:hover {
  border-color: #004BA1;
}
#main .anchor_contents .academic_contents > a > .researcher_list {
  padding: 16px 24px 17px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
}
#main .anchor_contents .academic_contents > a > .researcher_list > li {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .anchor_contents .academic_contents > a > .researcher_list > li:not(:last-child) {
  margin-bottom: 1px;
}
#main .anchor_contents .academic_contents > a + a {
  margin-top: 24px;
}
#main .anchor_contents .study_list > li {
  margin-bottom: 16px;
}
#main .anchor_contents .study_list > li a {
  display: block;
  padding: 19px 24px 17px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
  transition: border-color 0.2s;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .study_list > li a {
    padding: 16px 24px;
  }
}
#main .anchor_contents .study_list > li a:hover {
  border-color: #004BA1;
}
#main .anchor_contents .study_list > li .study_title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .study_list > li .study_title {
    line-height: 1.48;
    margin-bottom: 4px;
  }
}
#main .anchor_contents .study_list ul.researcher_list > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .anchor_contents .study_list ul.researcher_list > li:not(:last-child) {
  margin-bottom: 1px;
}
#main .anchor_contents .presentation_list > li {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li {
    margin-bottom: 24px;
  }
}
#main .anchor_contents .presentation_list > li a {
  display: flex;
  flex-flow: row nowrap;
  min-height: 156px;
  padding: 18px 16px 16px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
  transition: border-color 0.2s;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li a {
    padding: 16px;
    align-items: center;
  }
}
#main .anchor_contents .presentation_list > li a:hover {
  border-color: #004BA1;
}
#main .anchor_contents .presentation_list > li .time {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  min-width: 182px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .time {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .time {
    min-width: 66px;
  }
}
#main .anchor_contents .presentation_list > li .presentation_outline {
  padding-left: 20px;
  border-left: 1px solid #efeff1;
}
#main .anchor_contents .presentation_list > li .presentation_title {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .presentation_title {
    margin-bottom: 8px;
  }
}
#main .anchor_contents .presentation_list > li .theme_tag {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 4px;
}
#main .anchor_contents .presentation_list > li .theme_tag > li {
  display: flex;
  align-items: center;
  padding: 1px 15px 1px;
  border: 1px solid var(--color-blue-main-2026);
  border-radius: 0;
  background-color: #fff;
  color: var(--color-blue-main-2026);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  height: 21px;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .theme_tag > li {
    height: 21px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 13px;
    padding: 1px 6px;
  }
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code {
  display: flex;
  align-items: center;
  margin-right: 7px;
  padding: 1px 15px 1px;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_1 {
  background-color: #3ABB8D;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_2 {
  background-color: #06AEEF;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_3 {
  background-color: #564099;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_4 {
  background-color: #F3B211;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_5 {
  background-color: #DB6FAB;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_6 {
  background-color: #EF3F4A;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_7 {
  background-color: #D6B762;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_8 {
  background-color: #F47A21;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_w1 {
  background-color: #EF3F4A;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_w2 {
  background-color: #EF3F4A;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_w3 {
  background-color: #DB6FAB;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_w4 {
  background-color: #DB6FAB;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_wa {
  background-color: #F3B211;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_e1 {
  background-color: #3ABB8D;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_e2 {
  background-color: #06AEEF;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_e3 {
  background-color: #564099;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_e7 {
  background-color: #D6B762;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_e8 {
  background-color: #F47A21;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_black {
  background-color: #000;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_orange {
  background-color: #F47A21;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_yellow {
  background-color: #F3B211;
}
#main .anchor_contents .presentation_list > li .theme_tag > li.code.color_green {
  background-color: #3ABB8D;
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .theme_tag > li.code {
    margin-right: 4px;
    padding: 1px 7px;
  }
}
@media screen and (max-width: 600px) {
  #main .anchor_contents .presentation_list > li .theme_tag > li {
    line-height: 1.48;
    height: 100%;
  }
}
#main .anchor_contents .presentation_list > li ul.researcher_list > li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .anchor_contents .presentation_list > li ul.researcher_list > li:not(:last-child) {
  margin-bottom: 1px;
}
#main .academic {
  margin-top: 50px;
  padding: 25px 24px 34px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #main .academic {
    padding: 24px 16px 32px;
  }
}
#main .academic_title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .academic_label {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  #main .academic_label {
    margin-bottom: 24px;
  }
}
#main .academic_tag {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 4px;
}
#main .academic_tag > li {
  display: flex;
  align-items: center;
  padding: 1px 15px 1px;
  border: 1px solid var(--color-blue-main-2026);
  border-radius: 0;
  background-color: #fff;
  color: var(--color-blue-main-2026);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  height: 21px;
}
@media screen and (max-width: 600px) {
  #main .academic_tag > li {
    height: 21px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 13px;
    padding: 1px 6px;
  }
}
#main .academic_tag > li.code {
  display: flex;
  align-items: center;
  margin-right: 7px;
  padding: 1px 15px 1px;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
}
#main .academic_tag > li.code.color_1 {
  background-color: #3ABB8D;
}
#main .academic_tag > li.code.color_2 {
  background-color: #06AEEF;
}
#main .academic_tag > li.code.color_3 {
  background-color: #564099;
}
#main .academic_tag > li.code.color_4 {
  background-color: #F3B211;
}
#main .academic_tag > li.code.color_5 {
  background-color: #DB6FAB;
}
#main .academic_tag > li.code.color_6 {
  background-color: #EF3F4A;
}
#main .academic_tag > li.code.color_7 {
  background-color: #D6B762;
}
#main .academic_tag > li.code.color_8 {
  background-color: #F47A21;
}
#main .academic_tag > li.code.color_w1 {
  background-color: #EF3F4A;
}
#main .academic_tag > li.code.color_w2 {
  background-color: #EF3F4A;
}
#main .academic_tag > li.code.color_w3 {
  background-color: #DB6FAB;
}
#main .academic_tag > li.code.color_w4 {
  background-color: #DB6FAB;
}
#main .academic_tag > li.code.color_wa {
  background-color: #F3B211;
}
#main .academic_tag > li.code.color_e1 {
  background-color: #3ABB8D;
}
#main .academic_tag > li.code.color_e2 {
  background-color: #06AEEF;
}
#main .academic_tag > li.code.color_e3 {
  background-color: #564099;
}
#main .academic_tag > li.code.color_e7 {
  background-color: #D6B762;
}
#main .academic_tag > li.code.color_e8 {
  background-color: #F47A21;
}
#main .academic_tag > li.code.color_black {
  background-color: #000;
}
#main .academic_tag > li.code.color_orange {
  background-color: #F47A21;
}
#main .academic_tag > li.code.color_yellow {
  background-color: #F3B211;
}
#main .academic_tag > li.code.color_green {
  background-color: #3ABB8D;
}
@media screen and (max-width: 600px) {
  #main .academic_tag > li.code {
    margin-right: 4px;
    padding: 1px 7px;
  }
}
@media screen and (max-width: 600px) {
  #main .academic_tag > li {
    height: 24px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
  }
}
#main .academic_date {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
#main .academic_detail {
  padding-top: 32px;
  border-top: 1px solid #efeff1;
}
@media screen and (max-width: 600px) {
  #main .academic_detail {
    padding-top: 24px;
  }
}
#main .academic_detail .list_title {
  margin-bottom: 24px;
  padding: 14px 16px;
  background: linear-gradient(271.72deg, rgba(61, 132, 213, 0.5) 1.61%, rgba(61, 187, 255, 0.5) 100%);
}
#main .academic_detail p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
  /*&:first-of-type {
				+ .list_title {
				margin-top: 29px;
			}
			}*/
}
#main .academic_detail p + .list_title {
  margin-top: 40px;
}
#main .academic_detail p:not(.multiple_lines) + p {
  margin-top: 19px;
}
#main .academic_detail .image_area {
  display: flex;
  flex-flow: row wrap;
  gap: 40px 24px;
  margin-top: 64px;
}
@media screen and (max-width: 600px) {
  #main .academic_detail .image_area {
    margin-top: 48px;
    flex-direction: column;
  }
}
#main .academic_detail .image_area .image {
  width: calc(50% - 12px);
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 600px) {
  #main .academic_detail .image_area .image {
    width: 100%;
  }
}
#main .academic_detail .image_area .image:hover {
  opacity: 0.8;
}
#main .academic_detail .image_area .image > a {
  display: block;
  color: #000;
}
#main .academic_detail .image_area .image_caption {
  margin: 11px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .academic_detail .image_area .image_caption {
    margin-top: 8px;
  }
}
#main .academic_detail .image_area img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1.5389221557;
  vertical-align: bottom;
}
#main .academic .download_button {
  width: 272px;
  height: 64px;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  #main .academic .download_button {
    width: 295px;
    height: 46px;
    margin: 0 auto 32px;
  }
}
#main .follow {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 102px;
  background-color: rgba(180, 180, 180, 0.6);
}
@media screen and (max-width: 600px) {
  #main .follow {
    height: 78px;
  }
}
@media screen and (max-width: 600px) {
  #main .follow .download_button {
    height: 48px;
  }
}
#main .follow .download_button a {
  background: #FFFFFF;
  color: #004BA1;
  border-width: 2px;
}
#main .follow .to_top {
  position: fixed;
  right: 34px;
  bottom: 24px;
  width: 108px;
  height: 54px;
}
@media screen and (max-width: 600px) {
  #main .follow .to_top {
    display: none;
  }
}
#main .follow .to_top a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 2px solid var(--color-blue-main-2026);
  border-radius: 33px;
  background-color: #fff;
  color: var(--color-blue-main-2026);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
  padding-top: 20px;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #main .follow .to_top a:hover {
    background-color: #fff;
  }
}
#main .follow .to_top a:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../media/images/common/icon_totop.svg) center / 100% no-repeat;
}
#main .award_info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 118px;
  gap: 32px 48px;
}
@media screen and (max-width: 600px) {
  #main .award_info {
    flex-direction: column-reverse;
    margin-bottom: 64px;
  }
}
#main .award_info_outline {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #main .award_info_outline {
    width: 100%;
  }
}
#main .award_info_outline p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .award_info_outline p + p {
  margin-top: 25px;
}
#main .award_info_title {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .award_info_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
#main .award_info_basis {
  margin-top: 32px;
}
#main .award_info_basis ol {
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .award_info_basis p:last-of-type {
  margin-bottom: 0;
}
#main .award_info_image {
  width: min(47.6%, 466px);
  height: auto;
}
@media screen and (max-width: 600px) {
  #main .award_info_image {
    width: 100%;
  }
}
#main .award_info_image img {
  display: block;
  width: 100%;
  height: auto;
}
#main .award_list {
  margin-top: 48px;
}
@media screen and (max-width: 600px) {
  #main .award_list {
    margin-top: 24px;
  }
}
#main .award_list li {
  border-radius: 4px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 48px;
}
@media screen and (max-width: 600px) {
  #main .award_list li {
    margin-bottom: 24px;
  }
}
#main .award_list li > div, #main .award_list li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 24px 25px 24px 32px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 600px) {
  #main .award_list li > div, #main .award_list li a {
    flex-direction: column-reverse;
    padding: 24px 16px;
  }
}
#main .award_list li.best .award_list_outline {
  width: 52.2%;
  padding-right: 24px;
}
@media screen and (max-width: 600px) {
  #main .award_list li.best .award_list_outline {
    width: 100%;
    padding-right: 0;
  }
}
#main .award_list li.best .award_list_image {
  width: 47.8%;
}
@media screen and (max-width: 600px) {
  #main .award_list li.best .award_list_image {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  #main .award_list li.evaluation .award_list_title {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  #main .award_list li.evaluation .award_list_image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 16px;
  }
}
#main .award_list_outline {
  width: 69.5%;
  padding-right: 89px;
}
@media screen and (max-width: 600px) {
  #main .award_list_outline {
    width: 100%;
    padding-right: 0;
  }
}
#main .award_list_title {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efeff1;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .award_list_title {
    margin-bottom: 17px;
    padding-bottom: 16px;
    font-size: 24px;
  }
}
#main .award_list_detail {
  display: flex;
  flex-flow: row wrap;
  gap: 35px 15px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  #main .award_list_detail {
    gap: 16px 15px;
  }
}
#main .award_list_detail dt {
  flex: 0 0 95px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .award_list_detail dt {
    flex: 0 0 86px;
  }
}
#main .award_list_detail dd {
  flex: 1 1 calc(100% - 110px);
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .award_list_image {
  width: 30.5%;
  height: auto;
}
#main .award_list_image img {
  display: block;
  width: 100%;
  height: auto;
}
.fancybox-image {
  background-color: #fff !important;
}
/*# sourceMappingURL=./academic_2026.css.map */