@charset "UTF-8";
/* CSS Document */
.section_PC__text-area p {
  margin-bottom: 1em;
}
.section_PC__textbox {
  max-width: 600px;
  height: 500px;
  overflow: auto;
  margin: auto;
  background-color: #E9EEF5;
  box-shadow: 0 -8px 8px -1px rgba( 0, 0, 0, .1) inset, 0 8px 8px -1px rgba( 0, 0, 0, .1) inset;
  position: relative;
}
.section_PC__textbox li {
  color: #4A5568;
  margin-top: 16px;
}
.section_PC__textbox li a {
  color: inherit;
}
.section_PC__textbox li:last-child {
  margin-bottom: 16px;
}

.section_PC__back {
  text-align: center;
}
