body {
  background-image: url('/quality_forum/2025/common/images/body_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-width: 1250px;
}

#fixed-button {
  position: fixed;
  width: auto;
  top: 0;
  right: 0;
  margin: 0;
  text-align: right;
  z-index: 3;
}

#fixed-button-archive {
  margin-top: 20px;
  margin-right: 0;
  padding: 0;
  width: 200px;
  height: 150px;
}

#fixed-button-archive a img {
  width: 200px;
  opacity: 0.7;
}

#fixed-button-archive a:hover img {
  opacity: 1;
}

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  margin: 0 auto !important;
  padding: 0  auto !important;
  background: none !important;
}

.bx-wrapper .bx-controls-direction a {
//  top: calc(100% - 35px);
  top: calc(50% - 16px);
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background-position: 50% 50%;
  background-size: 32px 32px;
  opacity: 0.7;
}

.bx-wrapper .bx-prev {
  background: url('../images/bx_prev.svg') no-repeat;
  left: 0;
}

.bx-wrapper .bx-next {
  background: url('../images/bx_next.svg') no-repeat;
  right: 0;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-next:focus {
  animation-name: hover-fade-in-anime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  background-position: 0 0;
}

.bx-wrapper .bx-pager {
  color: #fff;
  bottom: 30px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: var(--site-main-color);
}

#hero {
  width: 100%;
  margin: 0;
  text-align: center;
}

#hero a {
  text-decoration: none;
}

#gnav {
  width: 100%;;
  min-width: 1250px;
  font-size: 18px;
  background-color: var(--site-main-color);
}

#gnav.fixed {
  position: fixed;
  opacity: 0.6;
  top: 0 !important;
  left: 0 !important;
  z-index: 2;
}

#gnav.fixed:hover {
  opacity: 1;
}

#gnav > ul {
  display: flex;
  width: 100%;;
  justify-content: center;
  align-items: center;
  background-color: var(--site-main-color);
}

#gnav > ul:nth-child(2) {
  border-top: solid 1px #18759d;
}

#gnav > ul > li {
  position: relative;
}

#gnav > ul > li > a,
#gnav > ul > li.junbichu span {
  transition: all .3s;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 1em;
  height: 75px;
  line-height: 1.2em;
  width: calc(100% - 2em);
  text-decoration: none;
  color: var(--site-white-color);
}

#gnav > ul > li#gnav-app > a {
  color: #fea7a2;
}

#gnav > ul > li.junbichu span {
  opacity: 0.5;
}

#gnav > ul > li a:hover {
  background-color: #3d829f;
  color: var(--site-white-color);
}

#gnav > ul > li a img,
#gnav > ul > li.junbichu img {
  height: 1.3em;
  margin-right: 0.5em;
}

#gnav > ul > li.junbichu span img {
  opacity: 0.6;
  filter: grayscale(100%);
}

#gnav > ul > li#gnav-ai-live-interpretation-session a {
  background-color: #2c8464;
}

#gnav > ul > li#gnav-ai-live-interpretation-session a:hover {
  background-color: #60b294;
}

#gnav > ul > li#gnav-ai-live-interpretation-session a img {
  height: 35px;
}

/* dropdown */
#gnav > ul > li > ul {
  display: none;
  width: auto;
  position: absolute;
  top: 75px;
  left: 0;
}

#gnav > ul > li:hover > ul {
  display: block;
  z-index: 2;
}

#gnav > ul > li > ul > li > a,
#gnav > ul > li > ul > li > span {
  transition: all .3s;
  background-color: #3d829f;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  line-height: 1.2em;
  width: auto;
  white-space: nowrap;
  padding: 1em 1em;
  color: var(--site-white-color);
  text-decoration: none;
}

#gnav > ul > li > ul > li.junbichu > span {
  color: #b5cfe2;
}

#gnav > ul > li > ul > li a:hover {
  background-color: #5fa1be;
}

#shuryou {
  margin: 50px auto 0 auto;
  padding: 1em;
  width: 500px;
  text-align: center;
  font-size: 1.2em;
  color: var(--site-white-color);
  background-color: var(--site-red-color);
}

#qf-lion-to-osusume {
  width: 970px;
  margin: 46px auto 0 auto; 
}

#to-osusume {
  width: calc(760px - 65px);
  margin-left: 210px;
  padding: 30px 0 30px 65px;
  background-color: rgba(141,210,243,0.3);
  border-radius: 10px;
}

#to-osusume a {
  font-size: 1.2em;
  color: var(--site-black-color);
  line-height: 1.7em;
}

#to-osusume a:hover {
  opacity: 0.6;
}

#qf-lion {
  display: inline-block;
  vertical-align: top;
  height: 268px;
  text-align: center;
  width: 241px;
  margin-top: -240px; 
  background-image: url('../images/qf_lion_bg.png');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#qf-lion img {
  margin-top: 55px;
  width: 165px;
}

a #qf-lion-text {
  width: 75%;
  margin: 10px auto 0 36px;
  font-size: 0.65em;
  letter-spacing: -0.5px;
  line-height: 1.3em;
  text-align: left;
  color: var(--site-black-color);
}

a:hover #qf-lion {
  filter: brightness(110%);
}

#midokoro {
  //margin: 20px auto 0 auto;
  margin: 50px auto 0 auto;
  padding: 50px 0;
  width: 970px;
  text-align: center;
  background-color: #cfbd73;
  border-radius: 10px;
}

#midokoro > h1 {
  display: inline-block;
  padding: 0 0.5em 0.2em 0.2em;
  font-size: 1.3em;
  font-weight: normal;
  color: var(--site-red-color);
  border-bottom: solid 3px var(--site-red-color);
}

#midokoro > small {
  display: block;
  margin-top: 0.75em;
  font-size: 0.75em;
}

#midokoro .douga {
  display: inline-block;
  width: 380px; 
  margin: 1.5em 0.5em 0 0.5em;
}

#midokoro .douga > h1 {
  font-size: 1.1em;
  font-weight: normal;
  color: var(--site-white-color);
  //color: var(--site-black-color);
}

#midokoro .douga img {
  margin-top: 0.8em;
  width: 380px; 
}

#midokoro .douga img:hover {
  opacity: 0.7;
}

#osusume-nado-news {
  width: 970px;
  margin: 20px auto 0 auto;
  //margin: 50px auto 0 auto;
}

#osusume-nado {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  text-align: center;
}

#osusume-nado a section {
  display: inline-block;
  vertical-align: top;
  color: var(--site-black-color);
}

#osusume-nado a section > h1 {
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: normal;
  color: #3b809d;
}

#osusume-nado a section > h1 > img {
  margin-right: 10px; 
}

#osusume-nado a section > .desc {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: left;
}

#osusume,
#committee {
  width: 270px;
  margin: 0 10px;
}

a:hover #osusume,
a:hover #committee {
  opacity: 0.6;
}

#to-2024-nado {
  display: inline-block;
  width: 290px;
  text-align: center;
}

#to-2024-nado a section {
  margin-top: 20px;
  margin-left: 10px;
  width: calc(100% - 20px);
  padding: 10px 0;
  color: var(--site-black-color);
  background-color: #efefef;
//outline: solid 1px green; 
}

#to-2024-nado a section#to-2024 h1 {
  letter-spacing: -0.5px;
}

a:hover #to-video-archive {
  opacity: 0.6;
}

#to-2024-nado a section {
  opacity: 0.4;
}

a #to-video-archive {
  display: inline-block;
  width: calc(270px - 60px);
  margin: 20px 10px 0 10px;
  padding: 20px 30px;
  background-color: #efefef;
}

#osusume-nado a #to-video-archive > h1 {
  line-height: 1.4em;
}

#osusume-nado a #to-video-archive > h1 .text {
  display: inline-block;
  width: 140px;
  letter-spacing: 1px;
  text-align: left;
//outline: solid 1px red;
}

#news {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 0 40px;
  padding: 0;
  width: calc(316px - 0.5em);
}

#news-ul-container {
  width: 100%;
  //height: 320px;
  height: 300px;
  overflow-y: scroll;
}

#news-ul-container ul {
  width: 100%;
  list-style-type: none;
}

#news-ul-container ul li {
  margin-top: 15px; 
  //font-size: 0.95em;
  font-size: 0.9em;
  //line-height: 1.5em;
  line-height: 1.4em;
  color: #111111;
}

#news-ul-container ul li:first-of-type {
  margin-top: 0; 
}

#news-ul-container ul li .date {
  margin-bottom: 8px;
  width: 7em;
  text-align: center;
  line-height: 1em;
  padding: 0.2em 0;
  font-weight: normal;
  color: #ffffff;
  background-color: #676767;
}

#news-ul-container ul li .new {
  background-color: var(--site-red-color);
  color: #ffffff;
}

#news-ul-container ul li a {
  color: var(--site-black-color);
  text-decoration: underline;
}

#news-ul-container ul li a:hover {
  color: var(--site-main-color);
}

#yokoku {
  margin: 50px auto 0 auto;
  padding: 30px 50px;
  width: calc(920px - 100px);
  text-align: center;
  color: var(--site-white-color);
  background-color: #d0bc79;
  border-radius: 10px;
}

#yokoku > h2 {
  font-size: 1.3em;
  font-weight: normal;
}

#yokoku > h1 {
  margin-top: 0.5em;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  font-weight: normal;
}

#yokoku > h1 .suuji {
  font-size: 1.5em;
}

#yokoku > .desc {
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.6em;
}

#yokoku > .desc small {
  font-size: 0.9em;
}

#kaisaihouhou_kaijou {
  margin: 50px auto 0 auto;
  padding: 40px 0;
  width: 100%;
  text-align: top;
  //background-color: #d2d2d2;
  background-color: rgba(210,210,210,0.2);
}

#kaisaihouhou_kaijou > section {
  width: 820px;
  margin: 25px auto 0 auto;
}

#kaisaihouhou_kaijou > section:first-of-type {
  margin-top: 0;
}

#kaisaihouhou_kaijou > section > h1 {
  display: inline-block;
  vertical-align: top;
  width: calc(190px - 0.5em);
  font-size: 1.2em;
  font-weight: normal;
}

#kaisaihouhou_kaijou > section > h1 > img {
  vertical-align: top;
}

#kaisaihouhou > h1 > img {
  width: 54px;
  margin-right: 16px;
}

#kaijou > h1 > img {
  width: 46px;
  margin-left: 4px;
  margin-right: 20px;
}

#kaisaihouhou_kaijou > section > .desc {
  display: inline-block;
  width: calc(603px - 0.5em);
  padding: 10px 0 10px 25px;
  font-size: 0.9em;
  line-height: 1.5em;
  border-left: solid 2px #5f6368; 
}

#kaisaihouhou_kaijou > section > .desc a {
  color: var(--site-black-color);
  text-decoration: underline;
}

#kaisaihouhou_kaijou > section > .desc a:hover {
  color: var(--site-main-color);
}

#kaisaihouhou_kaijou > section > .desc > h2 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0.4em 0.6em;
  border: solid 1px #292929;
}

#kaisaihouhou_kaijou > section > .desc > h1 {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: normal;
}

#kaisaihouhou_kaijou > section > .desc > small {
  font-size: 0.75em;
}

#kaisaihouhou_kaijou > section > .desc img {
  margin: 0.2em 0 0 5px;
  //width: 36px;
  height: 1em;
}

#kaisaihouhou > h1 {
  margin-top: 70px;
}

#kaisaihouhou > h1 > img {
  margin-top: -10px;
}

#kaijou > h1 {
  margin-top: 50px;
}

#kaijou > h1 > img {
  margin-top: -20px;
}

#shusai-nado {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  //background-color: #0d6388;
  background-color: rgba(13,99,136,0.1);
}

#shusai-nado > table {
  margin: 0 auto;
  width: 880px;
}

#shusai-nado > table tr {
  //border-bottom: dashed 0.5px #2b8fba;
  border-bottom: dotted 2px #2b8fba;
}

#shusai-nado > table tr:last-of-type {
  border-bottom: none;
}

#shusai-nado > table tr th,
#shusai-nado > table tr td {
  padding: 0.4em 0;
  line-height: 1.7em;
  font-weight: normal;
}

#shusai-nado > table tr th {
  width: 6em;
}
