* {
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  padding: 0;
  margin: 0;
  word-break: break-all;
  list-style: none;
}

body {
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #006BB9;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, p {
  margin: 0;
}

dl, dd {
  margin: 0;
}

button {
  color: inherit;
  border: none;
  background: none;
}

.header {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 32px;
  background-color: #009499;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 56px;
    padding: 0 16px;
  }
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1024px) {
  .content {
    box-sizing: border-box;
    padding: 0 16px;
  }
}
.content.content--layout {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .content.content--layout {
    margin-top: 29px;
  }
}
.content .content-h1_title {
  font-size: 28px;
  line-height: 1.2;
}
.content .content-main_welcome {
  margin-top: 27px;
}
.content .content-main_operation {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .content .content-main_operation {
    margin-top: 32px;
  }
}
.content .content-main_login {
  margin-top: 16px;
}
.content .content-resume {
  text-align: right;
  margin-top: 2px;
}
@media screen and (max-width: 1024px) {
  .content .content-resume {
    text-align: left;
  }
}
.content .content-resume_link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding: 8px 8px 8px 26px;
}
.content .content-resume_link:hover {
  opacity: 0.5;
}
.content .content-resume_link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
  background: url(/manual/img/icon_arrow.png) 0 0/contain no-repeat;
}
.content .content-section {
  margin-top: 64px;
}
.content .content-section.content-section--smaller_space {
  margin-top: 27px;
}
.content .content-h2_title {
  font-size: 20px;
  line-height: 1.5;
  border-bottom: solid 1px #009499;
  padding-bottom: 4px;
}
.content .content-operation {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 16px;
}
.content .content-operation_text {
  font-weight: 300;
  margin-top: 12px;
}
.content .content-operation_text:first-child {
  margin-top: 0;
}
.content .content-operation_link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-left: 18px;
  margin-top: 12px;
}
.content .content-operation_link:hover {
  opacity: 0.5;
}
.content .content-operation_link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-image: url(/manual/img/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.h3_title {
  font-size: 16px;
  line-height: 1.25;
  border-left: solid 4px #009499;
  padding-left: 8px;
}
.h3_title.h3_title--point {
  position: relative;
  padding-left: 80px;
}
.h3_title.h3_title--layout {
  margin-top: 32px;
}
.h3_title.h3_title--layout:first-of-type {
  margin-top: 16px;
}
.h3_title .h3_title-point {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: #009499;
  font-size: 12px;
  line-height: 1;
  background: #DFF5F7;
  border-radius: 2px;
  gap: 4px;
  padding: 4px 6px;
}
.h3_title .h3_title-point::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/manual/img/icon_exclamation.png) 0 0/contain no-repeat;
}

.outline {
  background-color: #F3F4F5;
  padding: 24px 40px;
}
.outline.outline--layout {
  margin-top: 64px;
}
@media screen and (max-width: 1024px) {
  .outline {
    padding: 16px 24px;
  }
}
.outline .outline-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.outline .outline-content {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 8px;
}
.outline .outline-list01 {
  margin-left: 24px;
}
.outline .outline-list02 {
  margin-left: 24px;
}
.outline .outline-list_item {
  border-bottom: solid 1px #CFD4D6;
}
.outline .outline-list_link {
  display: inline-block;
  padding: 4px 0;
}
.outline .outline-list_link:hover {
  opacity: 0.5;
}

.movie.movie--layout01 {
  margin-top: 12px;
}
.movie.movie--layout02 {
  margin-top: 16px;
}
.movie .movie-item {
  border: 1px solid #CFD4D6;
  padding: 24px 40px;
}
.movie .movie-item:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .movie .movie-item {
    border: none;
    padding: 0;
  }
  .movie .movie-item:not(:first-child) {
    margin-top: 24px;
  }
  .movie .movie-item:not(:last-child) {
    border-bottom: 1px solid #CFD4D6;
    padding: 0 0 24px;
  }
}
.movie .movie-head {
  display: block;
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .movie .movie-head {
    aspect-ratio: 16/9;
    width: 100%;
    max-width: 640px;
    height: auto;
  }
}
.movie .movie-body {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .movie .movie-body {
    margin-top: 12px;
  }
}
.movie .movie-title {
  font-size: 16px;
  font-weight: 700;
}
.movie .movie-title_time {
  font-size: 14px;
  font-weight: 300;
  color: #576971;
}
.movie .movie-caption {
  font-weight: 300;
  margin-top: 8px;
}
.movie .movie-resume {
  margin-top: 8px;
}
.movie .movie-resume_link {
  font-weight: 700;
}
.movie .movie-resume_link:hover {
  opacity: 0.5;
}
.movie .movie-resume_updated {
  font-size: 12px;
  font-weight: 300;
  color: #576971;
  margin-top: 4px;
}

.table {
  width: 100%;
  border: 1px solid #CFD4D6;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 12px;
}
.table .table-value {
  font-weight: 300;
  word-break: break-word;
  border-bottom: 1px solid #E7EAEB;
  padding: 8px 12px;
}
.table .table-label {
  width: 144px;
  text-align: center;
  background-color: #F3F4F5;
  border-bottom: 1px solid #E7EAEB;
  padding: 8px 12px;
  box-sizing: border-box;
}
.table .table-line:first-child .table-label {
  border-radius: 3px 0 0;
}
.table .table-line:last-child .table-label {
  border-radius: 0 0 0 3px;
}
.table .table-line:last-child .table-label,
.table .table-line:last-child .table-value {
  border-bottom: none;
}

.table_tips {
  font-weight: 300;
  color: #576971;
  text-align: right;
  margin-top: 8px;
}

.list_text {
  padding-left: 22px;
}
.list_text .list_text-item {
  list-style: disc;
  word-break: break-word;
}

.footer {
  margin-top: auto;
  padding: 15px 32px 16px;
  border-top: 1px solid #e7eaeb;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 16px;
  }
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content {
    flex-direction: column-reverse;
  }
}
.footer .footer-logo_wrapper {
  display: flex;
  flex-shrink: 0;
  gap: 24px;
  align-items: flex-end;
  justify-content: center;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .footer .footer-logo_wrapper {
    flex-direction: column-reverse;
    align-items: start;
    gap: 12px;
    margin-top: 12px;
  }
}
.footer .footer-logo {
  display: block;
}
.footer .footer-link {
  display: flex;
  gap: 24px;
  font-weight: 300;
}
.footer .footer-content_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 300;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer .footer-content_text {
    display: block;
  }
}
.footer .footer-text_item {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-text_item {
    display: block;
  }
  .footer .footer-text_item:nth-child(2n) {
    margin-top: 12px;
  }
}
.footer .footer-info_label {
  font-weight: 700;
  color: #576971;
}
@media screen and (max-width: 1024px) {
  .footer .footer-info_label {
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-info_content {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-info_sublabel {
    padding-right: 8px;
  }
}
