  /*
reset
**/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tfoot, thead, 
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
 box-sizing: border-box;
}
body {
 margin: 0;
 width: 100%;
 font-smoothing: antialiased;
 font-variant-numeric: tabular-nums;
 /* safari hover */
 -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans JP', sans-serif;
  color: #343e4c;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
 display:block;
}
h1, h2, h3, h4, h5, h6{
    font-size: inherit;
    font-weight: inherit;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    line-height: 1.0;
    overflow: auto;
}
ul, ol, .page ol, .page ul{
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
ul{
    list-style: none;
}
blockquote, q {
 quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}
a {
 margin:0;
 padding:0;
 vertical-align:baseline;
 text-decoration: none;
 color: inherit;
 box-sizing: border-box;
}
.inner a {
    word-break: break-all;
    display: inline-block;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
th, td {
    box-sizing: border-box;
}
input, select {
 vertical-align:middle;
}
button {
 line-height: 1.0;
 background-color: transparent;
 border: none;
 cursor: pointer;
 outline: none;
 padding: 0;
 appearance: none;
}

/*===================================
common
===================================*/
.relative{position: relative;}
.absolute{position: absolute}
.br {display: inline-block;}
.text--center {text-align: center;}
.text--left {text-align: left;}
.text--right {text-align: right;}
.alignright, .text--right {text-align: right;}
.flex {display: flex;}
.wrap {flex-wrap: wrap;}
.j--around {justify-content: space-around;}
.j--center {justify-content: center;}
.j--end {justify-content: flex-end;}
.j--between {justify-content: space-between;}
.aline--center {align-items: center;}
.f--column {flex-direction: column;}
.gap--l {gap: 24px}
.gap--m {gap: 16px}
.gap--s {gap: 8px}
.gap--ss {gap: 4px}
.gap--ps {gap: 2%}
.bg--bk{background-color: #2a2a2a;}
.bg--gry{background-color: #f2f2f2;}
.bg--gry_02{background-color: #eaeaea;}
.bg--fontbk{background-color: #222222;}
.bg--b2{background-color: #1195Ad;}
.color--w{color: #ffffff;}
.color--red{color: #fa0404;}
.color--lbk{color: #4d4d4d;}
.color--lred{color: #ed8286;}
.color--lbl{color: #93b8e5;}
.color--lgry{color: #ababbb;}
.color--somred{color: #f15050;}
.m--auto{margin: auto;}
.mt--auto{margin-top: auto;}
.ml--auto{margin-left: auto;}
.mr--auto{margin-right: auto;}
.pt--ll{padding-top: 160px;}
.pb--ll{padding-bottom: 160px;}
.mt--ll{margin-top: 160px;}
.mb--ll{margin-bottom: 160px;}
.pt--l{padding-top: 80px;}
.pb--l{padding-bottom: 80px;}
.mt--l{margin-top: 80px;}
.mb--l{margin-bottom: 80px;}
.pt--ml{padding-top: 72px;}
.pb--ml{padding-bottom: 72px;}
.mt--ml{margin-top: 72px;}
.mb--ml{margin-bottom: 72px;}
.pt--m{padding-top: 64px;}
.pb--m{padding-bottom: 64px;}
.mt--m{margin-top: 64px;}
.mb--m{margin-bottom: 64px;}
.pt--ms{padding-top: 40px;}
.pb--ms{padding-bottom: 40px;}
.mt--ms{margin-top: 40px;}
.mb--ms{margin-bottom: 40px;}
.pt--s{padding-top: 16px;}
.pb--s{padding-bottom: 16px;}
.mt--s{margin-top: 16px;}
.mb--s{margin-bottom: 16px;}
.pt--ss{padding-top: 8px;}
.pb--ss{padding-bottom: 8px;}
.mt--ss{margin-top: 8px;}
.mb--ss{margin-bottom: 8px;}
.font--notojp{font-family: 'Noto Sans JP', sans-serif;}
.font--en{font-family: 'Lato', sans-serif;}
.font--min{font-family: 'Shippori Mincho B1', serif;}
.font--italic-no{font-family: 'Playfair Display', serif;}
.font-size--em{font-size: 4rem;}
.fontsize--l{font-size: 2.5rem;}
.fontsize--m{font-size: 2rem;}
.fontsize--ms{font-size: 1.5rem;}
.fontsize--s{font-size: 1.25rem;}
.fontsize--ss{font-size: .8rem;}
.fontweight--300{font-weight: 300;}
.fontweight--400{font-weight: 400;}
.fontweight--500{font-weight: 500;}
.fontweight--600{font-weight: 600;}
.fontweight--700{font-weight: 700;}
.c-table {
    border: 1px solid #d1d1d1;
}
.c-table th {
    background-color: #f5f5f7;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    width: 338px;
    padding: 8px;
}
.c-table td {
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 8px;
}
ul.c-list {
    list-style: disc;
    padding-inline-start: 40px;
}
.remarks_content h2 {
    font-size: 1.2rem;
    font-weight: bold;
}

/*===================================
Go to TOP
===================================*/
.goto_top {
    font-size: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.at {
    font-size: 18px;
    transform: translateY(18%);
}
#breadcrumb_inner {
    width: 90%;
    margin: auto;
}
#breadcrumb a:after {
    content: ">";
    padding: 10px;
}
#page_top {
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 1;
}
#page_top a {
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid #ececec;
    transition: .3s;
}
#page_top a:hover {
    background-color: #ececec;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    text-decoration: none;
}
.inner_width {
    width: 1200px;
    margin: auto;
}
.bloc_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 1;
}
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 1500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*===================================
header/footer
===================================*/
.inner__header {
    width: 1280px;
    padding: 10px 0;
}
.header__logo img {
    width: 140px;
}
.header_name {
    margin-left: 20px;
    font-size: 25px;
    line-height: 1;
}
.header__btn a {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
}
.footer__inner {
    background-color: #f2f2f2;
    padding-bottom: 2%;
}
.footer_logo {
    text-align: center;
}
.footer_logo img {
    width: 150px;
}
.footer_utokyo_logo {
    margin-left: auto;
    width: 130px;
}
.header__nav, .footer__nav {
    padding: 12px 65px;
}
.footer__nav {
    background: #eaeaea;
}
.header__nav {
    position: sticky;
    top: 0;
    z-index: 10;
}
.footer__nav ul{
    flex: 1;
}
.copy {
    left: 50%;
    transform: translateX(-50%);
}
.footer_ut.j--end {
    width: 140px;
}
.sp_enter_nav__wrap {
    background: #1195Ad;
    padding: 8px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
    display: none;
}
.sp_enter {
    gap: 1%;
    font-size: .7rem;
    padding-right: 60px;
}
.sp_enter li {
    text-align: center;
    width: calc(77% / 3 - 1% * 2 / 3);
}
.sp_enter img {
    width: 32px;
}
.copyright {
    padding: 8px 0;
}
/*===================================
sp-nav
===================================*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: #1195Ad;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.hum {
    position: relative;
    width: 40px;
    margin-left: 2%;
}
.menu-trigger {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    top: 8px;
    right: 8px;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
    background: #1195Ad;
    margin-top: -5px;
    margin-bottom: -5px;
}
.menu-trigger span {
    position: absolute;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 13px;
}
.menu-trigger span:nth-of-type(2) {
    top: 40%;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 22px;
}
.menu-trigger p {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-43%);
    width: 100%;
}
.menu-trigger.active {
    background: none;
}
.menu-trigger.active span {
    left: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
    top: 20px;
}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    bottom: 12px;
}
.menu-trigger.active span:nth-of-type(2), .menu-trigger.active p {
    opacity: 0;
}
.sp_nav {
  width: 80%;
  height: 100%;
  padding: 50px 3% 50px;
  background-color: #1195Ad;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  transform: translate(100%);
  transition: all .5s;
  overflow-y: scroll;
}
.sp_nav.open {
  transform: translateZ(0);
}
.sp_nav_ul li {
    margin: 10px 0;
    padding: 5px 0;
}
.sp_nav__ut {
    background: #fff;
    padding: 8px;
    width: 200px;
}
.sp_nav__ut img {
    width: 170px;
}
.sp_contact{
    margin-left: 16px;
}
.sp_contact a {
    border: 1px solid;
    display: inline-block;
    width: 100%;
    padding: 4px 8px;
}
/*===================================
slider
===================================*/
.slider {
    position: relative;
    z-index: 1;
    height: calc(100vh - 112px);
    overflow: hidden;
    min-height: 700px;
}
.slider__img {
    width: 100%;
    height: calc(100vh - 112px);
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slick-prev, 
.slick-next {
    disply: nopne;
}
.slider__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    z-index: 1;
}
/*===================================
top_content
===================================*/
.top_content__inner, .detail_content__inner {
    width: 1280px;
}
.top_content__title:after {
    content: "";
    width: 300px;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*entry*/
.border_color--01 {
    border: 4px solid #ed8286;
}
.border_color--02 {
    border: 4px solid #93b8e5;
}
.border_color--03 {
    border: 4px solid #ababbb;
}
.entry__item {
    width: calc(94% / 3);
    padding: 2%;
}
.entry__icon {
    margin-top: auto;
}
.top_content__title_bg {
    width: 500px;
}
.bg--gry .top_content__text, .bg--gry .content__index__wrap {
    padding: 80px 100px 55px;
    box-shadow: 50px 0px 0px -46px #f2f2f2, 0px 50px 0px -46px #f2f2f2, 0px -50px 0px -46px #f2f2f2, -50px 0px 0px -46px #f2f2f2, 0 0 0 2px #555;
    margin-top: -35px;
    width: 100%;
}
.top_content__date {
    color: #1195Ad;
}
.top_content__text {
    width: 1080px;
}
.top_content__text--bg01 {
    padding: 2%;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #ababbb;
}
.entry__item:hover {
    cursor: pointer;
}
.entry__item:before,
.entry__item:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.entry__item:before {
  width: 100%;
  height: 100%;
}
.entry__item.border_color--01:before{
    background: rgba(237, 130, 134, 0.6);
}
.entry__item.border_color--02:before{
    background: rgba(147, 184, 229, 0.6);
}
.entry__item.border_color--03:before{
    background: rgba(171, 171, 187, 0.6);
}
.entry__item:after {
  color: #fff;
  content: "View More";
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
.entry__item:hover::before,
.entry__item:hover::after {
  opacity: 1;
}
/*news*/
.top_news li {
    border-bottom: 1px solid;
    padding: 16px 0;
}
.top_news a:hover {
    text-decoration: underline;
}
.date {
    margin-right: 32px;
}
/*anniv*/
.annive__info_dl {
    width: 580px;
}
.annive__info_dl dt {
    width: 100px;
}
.annive__info_dl dd {
    width: calc(100% - 100px);
}
.anniv_party__item {
    width: calc(90% / 3);
    text-align: center;
    margin-bottom: 5%;
    background: #f2f2f2;
    box-shadow: 2px 2px 8px 1px #e1e1e1;
    transition-duration: .3s;
}
.anniv_party__item:hover {
    box-shadow: 2px 2px 11px 3px #e1e1e1;
    transform: scale(1.02);
    transition-duration: .3s;
}
.anniv_party__item a {
    height: 100%;
}
.annive_title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    font-size: 3rem;
    z-index: 1;
}
.annive_title:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 57%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ed8286;
    border-right: 3px solid #ed8286;
    transform: rotate(45deg);
}
.annive_title:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 50%;
    right: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #ffffff;
}
.anniv_party__img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, .2);
    position: absolute;
    top: 0;
    left: 0;
}
.anniv_party__img img {
    width: 100%;
}
.bg_02 {
    background: url(/content/400192771.png)no-repeat left 50% bottom 48px;
    background-size: 60%;
    padding-bottom: 100px;
}
.anniv_party__text {
    padding: 6% 2%;
    bottom: 0;
    z-index: 1;
}
.anniv_entry__btn {
    width: 300px;
    position: relative;
}
.inner_text_btn{
    width: 420px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.anniv_entry__btn a, .inner_text_btn a {
    display: inline-block;
    width: 100%;
    padding: 16px;
    background: #6cb5d3;
    color: #fff;
    border-radius: 30px;
    transition: .3s;
}
.anniv_entry__btn:after, .inner_text_btn:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 48%;
    right: 20px;
}
.anniv_entry__btn a:hover, .inner_text_btn a:hover {
    background: #e55249;
    transition: .3s;
}
/*¸æÖª•r„IÀí*/
/*.fase1_close .anniv_party__item a, .box_content__item a, .pickup__item a {
    pointer-events: none;
}
.fase1_close .anniv_party__item:hover {
    pointer-events: none;
    transform: none;
}
.fase1_close .annive_title:before, .fase1_close .annive_title:after {
    content: none;
}*/
/*category*/
.top_category {
    gap: 1%;
    width: 100%;
    margin: auto;
}
.top_category li {
    width: calc(100% / 5 - 1% * 4 / 5);
    text-align: center;
    min-width: 187px;
    margin-bottom: 1%;
}
.top_category li a {
    display: inline-block;
    width: 100%;
    background: #ed8286;
    padding: 15px;
    color: #fff;
    position: relative;
}
.top_category li a:before, .top_category li a:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: -11px;
    left: 6px;
    height: 100%;
    margin: auto;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
    background: rgb(130 125 125 / 60%);
}
.top_category li a:after{
  color: #fff;
  content: "View More";
  font-size: 19px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
.top_category li a:hover::before,
.top_category li a:hover::after {
opacity: 1;
transform: translate(5px, -5px);
}
/*pickup*/
.bg_01 {
    background: url(/content/400192770.png)no-repeat left 50% bottom 10px;
    background-size: 70%;
    background-attachment: fixed;
    /*padding-bottom: 400px;*/
}
.pickup_list {
    gap: 5%;
}
.pickup__item {
    width: calc(100% / 3 - 5% * 2 / 3);
    margin-bottom: 5%;
}
.pickup__item a {
    height: 100%;
}
.flag__wrap {
    height: 37px;
}
.picup__flag {
    position: relative;
    top: 20px;
    width: 130px;
    background: #fff;
    z-index: 1;
}
.picup__flag:not(:first-child) {
    margin-left: 5px;
}
.flag--01{
    border: 1px solid #ed8286;
}
.flag--02{
    border: 1px solid #93b8e5;
}
.flag--03{
    border: 1px solid #ababbb;
}
.picup__flag img {
    width: 35px;
}
.flag__text {
    padding: 8px;
    width: calc(100% - 35px);
    font-weight: 800;
    text-align: center;
}
.top_archive__img__wrap {
    width: 100%;
    height: 143px;
    overflow: hidden;
}
.top_archive__img {
    width: 100%;
    height: 143px;
    object-fit: cover;
}
.pickup_title {
    background-color: #2a2a2a;
    color: #fff;
    padding: 8px 16px;
}
.pickup__img__item {
    width: 100%;
    object-fit: cover;
    transition-duration: .5s;
}
.pickup__item:hover .pickup__img__item {
    transform: scale(1.1);
    transition-duration: .5s;
}
.pickup__img {
    height: 223px;
    width: 100%;
    overflow: hidden;
}
.pickup__info__wrap {
    flex-grow: 1;
}
.pickup__text{
    padding: 6% 4%;
    flex-grow: 1;
}
.pickup__text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*archive*/
.top_archive_list {
    gap: 2%;
}
.top_archive__item {
    width: calc(100% / 4 - 2% * 3 / 4);
    margin-bottom: 2%;
}
.top_content__link__list li {
    border-top: 2px solid #49c4e9;
    border-bottom: 2px solid #ed423a;
    width: 370px;
    text-align: center;
}
.top_content__link__list li:not(:last-child) {
    margin-right: 2%;
}
/*link*/
.top_content__link__list li a {
    padding: 16px;
    width: 100%;
    height: 100%;
}
.archive_event_list .pickup_list {
    gap: 3%;
}
.archive_event_list .pickup__item {
    width: calc(100% / 3 - 3% * 2 / 3);
}
.archive_event_list .flag__text {
    font-size: 12px;
    padding: 4px;
}

/*anniv*/
.anniv_list {
    gap: 2%;
}
.anniv_list__item {
    width: calc(100% / 3 - 2% * 2 / 3);
    margin-bottom: 2%;
    border: 1px solid #ccc;
}
.anniv_list__item a {
    height: 100%;
}
.anniv_list__img img {
    width: 100%;
}
.annive_list__title {
    background: #2a2a2a;
    color: #fff;
    padding: 5px 14px;
    position: relative;
}
.annive_list__title:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 35%;
    right: 23px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #ed8286;
    border-right: 3px solid #ed8286;
    transform: rotate(45deg);
}
.annive_list__title:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #ffffff;
}
.anniv_list__text {
    padding: 5px 14px;
}
/***event detail***/
.info_text_area {
    margin-top: 50px;
}
.other_btn {
    text-align: center;
    width: 350px;
    margin: 24px auto 36px;
    position: relative;
}
.other_btn a {
    width: 100%;
    display: inline-block;
    background: #6cb5d3;
    color: #fff;
    border-radius: 30px;
    transition: .3s;
    padding: 8px;
}
.other_btn:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 44%;
    right: 11px;
}
.other_btn a:hover {
    background: #e55249;
    transition: .3s;
}
.other_btn__close{
    text-align: center;
    width: 350px;
    margin: 24px auto 36px;
    border: 1px solid #d1d1d1;
    padding: 8px;
}
.speaker_list li {
    width: calc(100% / 4 - 3% * 3 / 4);
    margin-bottom: 3%;
}
.speaker_list {
    gap: 3%;
}
.speaker_list__img img {
    width: 100%;
}
.speaker_list__name {
    font-size: 20px;
    font-weight: 700;
}

.speaker_list__info {
    padding: 8px 16px;
}

/***šøÓÃ***/
.info_content a, .main_info a, .info_text_area a, .decolink {
    text-decoration: underline;
    color: #006f9d;
}
.contents_title--l-line {
    border-left: 6px solid #ed8286;
    padding-left: 14px;
    line-height: 1;
}
.contents_inner__link_btn {
    width: calc(100% /2 - 5% * 1 / 2);
    text-align: center;
    font-size: 18px;
    position: relative;
}
.contents_inner__link_btn a {
    background: #6cb5d3;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 16px;
    transition: .3s;
}
.contents_inner__link_btn:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 48%;
    right: 20px;
}
.contents_inner__link_btn a:hover {
    background: #e55249;
    transition: .3s;
}
.load_event_area li, .content_remarks li {
    margin-bottom: 16px;
}
.load_event_area li ul li, .content_remarks li ul li {
    padding-inline-start: 16px;
    margin-bottom: 0;
}
/**Event list**/
.all_events_tab {
    position: fixed;
    bottom: 114px;
    right: 6px;
    z-index: 10;
    font-size: 13px;
    border: 2px solid #cbcbcb;
}
.all_events_tab a {
    background: #ffd35e;
    display: inline-block;
    padding: 4px 8px;
}
.list_cate_title {
    width: 600px;
}
.detail_content__inner {
    width: 1280px;
    min-height: 500px;
}
.cate_list {
    gap: 2%;
}
.cate_list li {
    width: calc(100% / 5 - 2% * 4 / 5);
    text-align: center;
}
.cate_list li a {
    padding: 8px;
    border: 1px solid #d1d1d1;
    width: 100%;
    display: inline-block;
}
.event_list_title {
    padding-left: 14px;
}
.event_list_title:before {
    content: "";
    width: 5px;
    height: 80%;
    background: #49c4e9;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}
.event_list_theme {
    display: inline-block;
}
.event_list_theme:before {
    content: "\3010";
    margin-right: 5px;
}
.event_list_theme:after {
    content: "\3011";
    margin-left: 5px;
}
.event_list_theme br {display: none;}
.event_list__img {
    width: 350px;
    margin-right: 64px;
    border: 1px solid #efefef;
    display: flex;
}
.event_list__img img {
    width: 100%;
    max-height: 280px;
    object-fit: contain;
}
.event_list__right {
    width: calc(100% - 414px);
}
.event_list__intro {
    padding: 24px;
    flex: 1;
}
.gx_img {
    width: 30px;
}
.detal_gx_logo {
    width: 70px;
}
.detal_intro__wrap .event_list__intro {
    flex: 1;
}
.event_list__info dt {
    width: 120px;
    margin-bottom: 10px;
    padding: 2px 8px;
    margin-right: 32px;
}
.event_list__info dd {
    width: calc(100% - 152px);
    margin-bottom: 10px;
}
.event_list__info a {
    color: #3293ad;
    text-decoration: underline;
}
.event_list_tag {
    gap: 16px;
}
.event_list_tag li {
    text-align: center;
    background: #c6e0ff;
    padding: 4px 8px;
}
.event_list__item {
    border-bottom: 1px dotted #c1c1c1;
    width: 100%;
}
.flag_list {
    gap: 1%;
    width: calc(100% - 120px);
}
.event_list__flag img {
    width: 30px;
}
.event_list__flag__text {
    padding: 4px 6px;
}
.event_list__intro p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.flag_info__item__img {
    width: 120px;
}
.flag_info__item__img img {
    width: 27px;
}
.gx_flag {
    padding: 2px;
}
.flag_info__text:before {
    content: "???";
}
.flag_info__title {
    cursor: pointer;
    width: fit-content;
    padding: 4px 14px;
    background: #49c4e9;
    color: #fff;
}
.flag_info__title:focus {
    outline: 1px solid #5ec1e9;
}
/**Event detail**/
.event_list__info_link a {
    position: relative;
    text-decoration: underline;
    color: #6cb5d3;
}
.event_list__info_link a:hover {
    color: #e55249;
}
.event_list__info_link li a[target="_blank"]:after ,
.event_list__info_link li a[href$="pdf"]:after,
.event_list__info_link li a[href$="PDF"]:after,
.event_list__info_link li a[href$="doc"]:after,
.event_list__info_link li a[href$="docx"]:after,
.event_list__info_link li a[href$="DOC"]:after,
.event_list__info_link li a[href$="DOCX"]:after,
.event_list__info_link li a[href$="xls"]:after,
.event_list__info_link li a[href$="xlsx"]:after,
.event_list__info_link li a[href$="XLS"]:after,
.event_list__info_link li a[href$="XLSX"]:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 3px;
    vertical-align: middle;
}
.event_list__info_link li a[target="_blank"]:after {
    background: url(/content/400194162.svg) center 0px no-repeat;
        background-size: 14px;
}
.event_list__info_link li a[href$="pdf"]:after,
.event_list__info_link li a[href$="PDF"]:after {
    background: url(/content/400194155.svg) center no-repeat;
    background-size: 14px;
}
.event_list__info_link li a[href$="xls"]:after,
.event_list__info_link li a[href$="xlsx"]:after,
.event_list__info_link li a[href$="XLS"]:after,
.event_list__info_link li a[href$="XLSX"]:after {
    background: url(/content/400194157.svg) center no-repeat;
    background-size: 14px;
}
.event_list__info_link li a[href$="doc"]:after,
.event_list__info_link li a[href$="docx"]:after,
.event_list__info_link li a[href$="DOC"]:after,
.event_list__info_link li a[href$="DOCX"]:after{
    background: url(/content/400194156.svg) center no-repeat;
    background-size: 14px;
}
.order_flag {
    width: 120px;
}
.order--mast {
    background: #e55249;
}
.order--none {
    background: #6cb5d3;
}
.detal_content_theme:after {
    content: "";
    width: 300px;
    height: 2px;
    background: #4d4d4d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main_info__img {
    width: 500px;
    margin-right: 64px;
    position: relative;
}
.main_info__img img {
    width: 100%;
}
.close_flag {
    position: absolute;
    width: 170px;
    transform: rotate(340deg);
    top: -11px;
    left: -12px;
}
.main_info__content {
    width: calc(100% - 564px);
}
.detail_content__item dd {
    border-bottom: 1px dotted;
}
.detail_content__video__title {
    padding-left: 8px;
}
.detail_content__video__item {
    width: calc(100% / 2 - 5% * 1 / 2);
}
.detail_content__video__wrap {
    gap: 5%;
}
.detail_content__video iframe {
    width: 100%;
}
.detail_content__video__title:before {
    content: "";
    height: 93%;
    width: 4px;
    background: #6cb5d3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.detail_content__video__title {
    padding-left: 8px;
}
.anniv_info__table th {
    background-color: #f5f5f7;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    width: 338px;
    padding: 20px 30px;
}
.anniv_info__table {
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    width: 100%;
    border-spacing: 0;
    margin-bottom: 40px;
    max-width: 1100px;
}
.anniv_info__table td {
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 30px;
}
/**news other**/
.news_detail, .other_detail {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}
.detail_content__title {
    position: relative;
    background: #6cb5d3;
    padding: 8px 16px;
    color: #fff;
}
.detail_content__title::after {
    position: absolute;
    left:  0;
    top: 100%;
    content: " ";
    border-bottom: 15px solid transparent;
    border-right: 20px solid #acacac;
}
.news_detail__content, .other_detail__content {
    width: 90%;
}
/**TOP_party**/
.dl__wrap {
    margin-top: 4px;
}
.box_content__item {
    width: calc(100% /3 - 16px * 2/3);
    padding: 24px;
    border-radius: 2px;
    background: url(/content/400218618.png)no-repeat;
    background-size: cover;
}
.box_content__item a {
    height: 100%;
}
.box_content__info {
    flex: 1 0 auto;
}
.box_content__item h3 {
    padding: 0 16px;
    position: relative;
    width: calc(100% - 52px);
    margin-left: auto;
    margin-right: auto;
}
.box_content__item h3:before {
    content: "";
    bottom: 0;
    left: -20px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 20px;
    border-color: transparent transparent #ddd transparent;
    position: absolute;
}
.box_content__item h3:after {
    content: "";
    bottom: 0;
    left: 100%;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 20px 0 0;
    border-color: #ddd transparent transparent transparent;
    position: absolute;
}
.dl__wrap dd {
    flex: 1;
}
.box_content__item__img {
    width: 140px;
}
.detailpage_imglist__item {
    width: calc(100% / 3 - 16px * 2/3);
}
.detailpage_imglist__item img {
    width: 100%;
}
