@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;
}

.qa-box p {
  font-size: 1.8rem;
  line-height: 1.5;
}

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