@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

* {
  font-family: Pretendard;
}
html {
  scroll-behavior: smooth;
}

.c-display-hidden {
  display: hidden !important;
}
.c-display-none {
  display: none !important;
}
.c-align-left {
  text-align: left !important;
}
.c-align-center {
  text-align: center !important;
}
.c-align-right {
  text-align: right !important;
}

.conference .tit_sub {
  font-size: 35px;
  line-height: 1.3;
}
.conference .content .tit_sub::after {
  left: 210px;
}
.conference .lbl {
  margin: 52px 0 19px 0;
  display: inline-block;
}
.conference table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.conference table th {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  background: #ae1a2d;
  padding: 19px 0;
}
.conference table tr td:nth-child(1) {
  text-align: center;
}
.conference table tr td:nth-child(2) {
  text-align: left;
}
.conference table tr:nth-child(odd) {
  background: #fff;
}
.conference table tr:nth-child(even) {
  background: rgba(190, 160, 119, 0.1);
}
.conference table tr td {
  padding: 22px 0px;
  color: #444;
  font-weight: 700;
}
.conference table tr td p span {
  font-weight: 400;
}
.conference .txt_notice {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin-top: 24px;
}
.discuss {
  margin: -20px 0 0 40px;
  padding: 0;
  font-weight: 400;
}
.content .ses {
  font-weight: 700;
}

/* PC */
@media all and (min-width: 1024px) {
  html,
  body {
    box-sizing: border-box;
  }
  * {
    box-sizing: border-box;
  }
  .only_mo {
    display: none !important;
  }
  .only_pc {
    display: block;
  }
  select {
    height: 48px;
    padding: 0 36px 0 20px;
    background-position: top 50% right 16px;
    background-size: 20px 20px;
  }
  input[type="checkbox"] {
    width: 24px;
    height: 24px;
  }
  input[type="checkbox"] + label {
    margin-left: 8px;
  }
  .conference table tr td {
    font-size: 22px;
  }
  .subcont {
    font-size: 19px !important;
  }
  .discuss {
    font-size: 19px;
  }
}
@media all and (max-width: 1023px) {
  select {
    width: 100%;
    height: 3rem;
    padding: 0 2.25rem 0 1.25rem;
    background-position: top 50% right 1rem;
    background-size: 1.25rem 1.25rem;
  }
  input[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
  }
  input[type="checkbox"] + label {
    margin-left: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .c-align-left--mo {
    text-align: left;
  }
  .conference table tr td {
    font-size: 1.1rem;
  }
  .subcont {
    font-size: 1.1rem !important;
  }
  .discuss {
    font-size: 1.1rem;
  }
}

/* Mobile ~ tablet */
@media all and (min-width: 415px) and (max-width: 1023px) {
  html,
  body {
    height: 100%;
    font-size: 1em;
  }
  .only_mo {
    display: block;
  }
  .only_pc {
    display: none !important;
  }
}
/* Mobile */
@media all and (max-width: 414px) {
  html,
  body {
    height: 100%;
    font-size: 4.444vw;
  }
  .only_mo {
    display: block;
  }
  .only_pc {
    display: none !important;
  }
}

/* ASIDE */
.ir {
  display: -webkit-box;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  clip: rect(0 0 0 0);
}
.nav_floating {
  z-index: 200;
}
.list_floating {
  list-style-type: none;
}
.list_floating > li {
  position: relative;
}
.balloon_aside {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  white-space: nowrap;
  background-color: #333;
}
.balloon_aside:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #333;
  transform: rotate(45deg) translateY(-50%);
}
.btn_download {
  border-radius: 50%;
}
.btn_gotop {
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: url("../img/others/ico_gotop.svg") #fff no-repeat 50% 50%;
}
@media all and (min-width: 1024px) {
  .nav_floating {
    right: 80px;
    height: 252px;
  }
  .list_floating {
    width: 64px;
  }
  .list_floating > li {
    position: relative;
    margin-top: 14px;
  }
  .list_floating > li:last-child {
    margin-top: 14px;
  }
  .list_setfont {
    bottom: 32px;
    width: 64px;
    padding-bottom: 32px;
  }
  .balloon_aside {
    right: calc(100% + 14px);
    height: 34px;
    padding: 0 12px;
    color: #fff;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.125rem;
  }
  .balloon_aside:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #333;
    transform: rotate(45deg) translateY(-50%);
  }
  .btn_gotop {
    display: none;
    width: 64px;
    height: 64px;
    background-size: 20px 25px;
  }
}
@media all and (max-width: 1023px) {
  .nav_floating {
    display: block;
    right: 3rem;
    height: 12.125rem;
  }
  .list_floating {
    width: 3.125rem;
  }
  .list_floating > li {
    margin-top: 0.5rem;
  }
  .list_floating > li:last-child {
    margin-top: 1.75rem;
  }
  .list_setfont {
    bottom: 1.563rem;
    width: 3.125rem;
    padding-bottom: 1.563rem;
  }
  .balloon_aside {
    display: none;
  }
  .btn_gotop {
    width: 3.125rem;
    height: 3.125rem;
    background-size: 0.875rem auto;
  }
}
