#req-section {
  min-height: 100vh;
  padding-top: 128px !important;
  box-sizing: border-box;
  background-color: var(--bg) !important;
}
#req-section .inner {
  background-color: var(--bg) !important;
  box-shadow: none;
  padding: 0px;
}
.page-wraper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.req-page-button {
  width: calc((100% - 24px) / 3);
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  border-radius: 10px;
  display: block;
}
.req-page-button-title {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 12px;
}
.req-page-subtitle {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 12px;
}
.req-page-text {
  margin-bottom: 4px;
  font-size: 14px;
  padding-left: 18px;
}
.req-page-button-title span {
  color: var(--point);
}

.text-center {
  text-align: center;
}
.req-button-img {
  margin-top: 48px;
  width: 80px;
  height: 80px;
  opacity: 0.8;
}
.req-button-img-line {
  display: flex;
  align-items: center;
  justify-content: right;
}
.req-area-full {
  width: 100%;
  padding: 20px;
  background-color: var(--white);
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  display: none;
}
#show-area-1 {
  display: block;
}
.req-page-button-text {
  margin-top: 12px;
}
.base-data-insert-line {
  margin-bottom: 24px;
}
.base-data-insert-label {
  font-size: 14px;
  margin-bottom: 12px;
}
.yo-block {
  display: block;
}
.base-data-insert-value {
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: var(--bg);
  border-radius: 10px;
}
.base-data-insert {
  width: 400px;
  margin: auto;
  margin-top: 24px;
}

.req-area-back {
  font-size: 14px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  color: var(--point);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--white);
}

.req-page-button-title-center {
  text-align: center;
}

.base-data-insert-button {
  width: 100%;
  height: 42px;
  font-size: 14px;
  cursor: pointer;
  background-color: var(--point);
  color: var(--white);
  border-radius: 10px;
  border: none;
  outline: none;
}
.profile-upload-area {
}
.profile-upload-area {
  width: 200px;
  height: 260px;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
  word-break: keep-all;
  margin: auto;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-bottom: 12px;
}
.under-button-line {
  display: flex;
  align-items: center;
  width: 400px;
  margin: auto;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.under-line-left {
  min-width: 80px;
  padding: 0px 8px;
  height: 32px;
  background-color: transparent;
  color: var(--point);
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  border: 1px solid var(--point);
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}
.under-line-right {
  width: 80px;
  height: 32px;
  background-color: var(--point);
  color: var(--white);
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}

.button-no-use {
  cursor: not-allowed;
  opacity: 0.4;
}
.subject-item-depth-1-list,
.apply-item-depth-1-list {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}
.choice-item-depth-1,
.subject-item-depth-1,
.apply-item-depth-1 {
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
  color: var(--point);
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  margin-bottom: 12px;

  border: 1px solid #eee;
}
.choice-item-type-1 {
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
  color: var(--point);
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  margin-bottom: 12px;

  border: 1px solid #eee;
}
.choice-item-depth-2,
.subject-item-depth-2,
.apply-item-depth-2 {
  width: calc((100% - 16px) / 3);
  background-color: var(--white);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  height: 42px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

#chapter3_music_subject {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  background-color: var(--white);
  border: none;
  outline: none;
  font-size: 14px;
}

.req-form-line-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--point);
  width: 100%;
  margin-bottom: 12px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #eee;
}

.req-form-line-item label > input {
  background-color: transparent;
  font-size: 14px;
  border: none;
  outline: none;
}

.base-data-insert-line-sub-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.base-data-insert-max {
  width: 540px;
}
.base-data-insert-max select {
  width: 80px;
  display: block;
}
.text-center > a {
  color: var(--point);
  font-weight: bold;
  text-decoration: underline;
}

/*docs style*/

#pdf-area {
  width: 1050px;
  height: 1485px;
  margin: auto;
  border: 1px solid black;
  padding: 75px;
  margin-top: 64px;
  box-sizing: border-box;
}

.pdf-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdf-top-area > div {
  width: calc(100% / 3);
}

.pdf-top-left-title {
  font-size: 32px;
  margin-bottom: 8px;
}
.pdf-top-left-subtitle {
  font-size: 20px;
}
.pdf-top-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-top-center img {
  width: 80px;
  display: block;
}
.pdf-top-right {
  box-sizing: border-box;
  border: 1px solid var(--black);
}
.top-right-line {
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--black);
}
.top-right-line-left {
  width: 50%;
  text-align: center;

  border-right: 1px solid var(--black);
}

.top-right-line-right {
  width: 50%;
}

.top-right-line-left,
.top-right-line-right {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-start-away {
  border: 1px solid var(--black);
  width: 100%;
  margin-top: 24px;
}
.table-ww-1 {
  display: flex;
  border-bottom: 1px solid var(--black);
}
.table-ww-left {
  border-right: 1px solid var(--black);
  box-sizing: border-box;
  font-size: 14px;
}

.table-ww-right-top-right {
  width: 175px;
  height: 225px;
  padding: 15px;
  box-sizing: border-box;
  border-left: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
.table-ww-right-top-right img {
  display: block;
  width: 100%;
}
.table-ww-right-top {
  display: flex;
}
.table-ww-right-top-left {
  display: flex;
  flex-wrap: wrap;
}
.table-ww-left {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-ww-right-top-left {
  width: calc(898px - 175px - 60px);
}
.table-ww-right-top-left-box {
  width: 50%;
  height: 42px;
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  box-sizing: border-box;
  display: flex;
}
.table-ww-right-top-left-box-left {
  width: 80px;
  font-size: 14px;
  display: flex;
  align-items: center;
  word-break: keep-all;
  justify-content: center;
  border-right: 1px solid var(--black);
}
.table-ww-right-top-left-box-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
  font-size: 14px;
}
.table-ww-right-top-left-box-full {
  width: 100%;
  height: 69px;
  border-bottom: 1px solid var(--black);
  display: flex;
}

.table-ww-right-bottom {
  display: flex;
  flex-wrap: wrap;
}

.table-ww-right-bottom-line-full {
  width: 100%;
  display: flex;
  height: 30px;
  border-bottom: 1px solid var(--black);
}
.table-ww-right-bottom-line {
  border-right: 1px solid var(--black);
  height: 40px;
  width: 50%;
  box-sizing: border-box;
  display: flex;
}

.table-ww-right-bottom-left {
  font-size: 14px;
  width: 80px;
  box-sizing: border-box;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--black);
}
.table-ww-right-bottom-right {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.ll-harf {
  width: 50%;
}
.width-w34 {
  width: calc(100% - 60px);
}
.ll-harf-harf {
  width: calc(100% / 4);
}

.table-bottom {
  display: flex;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}
.table-bottom-left,
.table-bottom-center {
  width: 40%;
  border-right: 1px solid var(--black);
  box-sizing: border-box;
}
.table-bottom-right {
  width: 20%;
}
.table-bottom-left-card-title {
  border-bottom: 1px solid var(--black);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 42px;
}

.table-bottom-left-card {
  border-bottom: 1px solid var(--black);
}
.noright {
  border-right: none !important;
}
.nobottom {
  border-bottom: none !important;
}
.table-bottom-left-card-body-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-bottom-left-card-body-flex-item {
  border-right: 1px solid var(--black);
  width: calc(25%);
  box-sizing: border-box;
}
.table-bottom-left-card-body-flex-item-name {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid var(--black);
  padding: 8px 0px;
}
.table-bottom-left-card-body-flex-item-value {
  padding: 8px 0px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.table-bottom-left-card-body-label {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}
.ceil-line {
  display: flex;
  height: 30px;
  border-bottom: 1px solid var(--black);
}
.ceil-item {
  width: calc(100% / 5);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid var(--black);
}
.table-bottom-right {
  display: flex;
}
.table-bottom-right-label {
  width: 30px;
  border-right: 1px solid var(--black);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.table-bottom-right-value {
  display: flex;
  width: calc(100% - 30px);
  align-items: center;
  justify-content: center;
}
.right-frinaw {
  width: 50%;
  display: block;
  text-align: right;
  margin: auto;
  font-size: 8px;
}
.right-frinaw span {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--black);
}
.docs-bottom {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.ment-toritori {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bet-wdwr {
  width: 40px;
}
.middle-area-title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 32px;
  position: relative;
  width: 100%;
}
.stamp_area {
  width: 80px;
  height: 80px;
  border: 1px dashed var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate(-50%, -50%);
}
.middle-school-infor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 42px;
  position: relative;
}
.middle-school-infor-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
}
.nottop {
  margin-top: 8px !important;
}
.feipnodrgse {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 250px;
  font-size: 10px;
  font-weight: normal;
}
.button-line-larea {
  width: 1050px;
  margin: auto;
  display: flex;
  justify-content: left;
}
.button-line-larea button {
  width: 120px;
  height: 42px;
  color: var(--white);
  background-color: var(--point);
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}
.no-use-button {
  opacity: 0.4;
  cursor: not-allowed;
}
.file-bottom-area {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.file-bottom-area {
}
.file-notice-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  word-break: keep-all;
  margin-bottom: 12px;
}
.file-notice {
  width: calc((100% - 24px) / 10 * 5);
  padding: 12px;
  box-sizing: border-box;
  font-size: 12px;
  word-break: keep-all;
  border: 1px solid var(--black);
}
.req-post {
  width: calc((100% - 24px) / 10 * 5);
  border: 1px solid var(--black);
}
.req-post-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0px;
  border-bottom: 1px solid var(--black);
}
.req-post-line {
  display: flex;
  border-bottom: 1px solid var(--black);
  font-size: 14px;
}
.req-post-line-label {
  text-align: center;
  width: 60px;
  border-right: 1px solid var(--black);
  padding: 6px 0px;
}
.req-post-line-value {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(100% - 60px);
}
.text-center-re {
  position: relative;
  width: 70%;
  margin: auto;
  text-align: left;
  margin-bottom: 12px;
  margin-top: 12px;
}
.post-text-area {
  font-size: 14px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
}
.post-text-big {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.text-center-re span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 10px;
}
