@charset "UTF-8";

#side_nav .basic {
  display: block;
}

.cont_all_wrap {
  position: relative;
  display: flex;
  margin: 0 auto;
}

.page_wrap {
  width: calc(100% - 20px);
  padding-top: 30px;
  margin: 0 auto;
}

.page_wrap.group .q_category a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  margin: 20px 0;
}

.page_wrap.group .q_category a .cont_icon {
  width: 15px;
}

.page_wrap.group .notice {
  max-width: 900px;
  width: calc(100% - 40px);
  background: rgb(255 255 255 / 85%);
  padding: 50px 0;
  text-align: center;
  margin: 80px auto;
}

.page_wrap.group .notice p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-bottom: 20px;
}

.page_wrap.group .notice .info_text {
  width: calc(100% - 40px);
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: left;
  margin: 50px auto;
}