@charset "utf-8";
.under-page-none {
  display: none !important;
}
#current .title > div {
  max-width: 1000px;
  font-size: 25px;
  margin: -50px auto 0;
  padding: 60px 0;
  line-height: 50px;
  background-image: url(/assets/images/performance/title_bg.jpg);
  background-size: cover;
}

.back_btn a {
  text-align: center;
  font-size: 16px;
  background-color: #d49f2e;
  color: white;
  padding: 10px;
  display: block;
  margin: 30px 0;
}

.qa-box {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 2rem;
  margin: 0 auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}

.qa-box h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #fff;
  line-height: 1.5;
  background-color: #146383;
  text-align: center;
  padding: 1rem;
}

.qa-box.strong h3 {
  background-color: #c3003a;
}

.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.qa-box span {
  font-weight: bold;
}

#current {
  background-color: #f3ecc9;
  padding-bottom: 2rem;
}
.column_box {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.column_title {
  font-weight: bold;
}
.column_box .btn {
  padding: 5px 15px;
  font-size: 14px;
  background-color: #d49f2e;
  color: white;
  font-weight: normal;
  border-radius: 10px;
}

#category li span:hover {
  background-color: #716889;
  color: white;
}

.pager .pagination1 {
  text-align: center;
}
.pager .pagination1 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  border: solid #133262 1px;
}
.pager .pagination1 li:first-child,
.pager .pagination1 li:last-child {
  border: none;
}
.pager .pagination1 li.pre,
.pager .pagination1 li.next {
  color: #133262;
}
.pager .pagination1 li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager .pagination1 li.pre a,
.pager .pagination1 li.next a {
  color: #133262;
}
.pager .pagination1 li a {
  color: #133262;
}
.pager .pagination1 li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination1 li a:hover,
.pager .pagination1 li a.active {
  color: white;
  background: #133262 !important;
  border-radius: 10px;
  border-radius: 50px;
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.4s ease-out;
  -moz-transform-origin: 50% 50%;
}
.pager .pagination1 li.dots {
  align-items: center;
  display: flex;
  justify-content: center;
  border: none;
}

@keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  40% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes animScale {
  0% {
    -moz-transform: scale(0.8, 0.8);
  }
  40% {
    -moz-transform: scale(1.2, 1.2);
  }
  60% {
    -moz-transform: scale(1, 1);
  }
  80% {
    -moz-transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .qa-box {
    width: 95%;
    padding: 1rem;
  }
  .dream,
  .dream-out,
  .pc_none {
    display: none;
  }
}
