.p-manual__mv {
  margin-top: 51px;
  background-color: #1e52a6;
  padding: 40px 0 0;
}
@media (min-width: 821px) {
  .p-manual__mv {
    margin-top: 100px;
    padding: 95px 0 0;
  }
}
.p-manual__mv .o-breadcrumb {
  margin-top: 0;
}
.p-manual__mv .o-breadcrumb ul {
  gap: 10px;
}
@media (min-width: 821px) {
  .p-manual__mv .o-breadcrumb ul {
    gap: 16px;
  }
}
.p-manual__mv .o-breadcrumb li, .p-manual__mv .o-breadcrumb a {
  color: #fff;
  font-size: 12px;
  gap: 10px;
}
@media (min-width: 821px) {
  .p-manual__mv .o-breadcrumb li, .p-manual__mv .o-breadcrumb a {
    font-size: 16px;
    gap: 16px;
  }
}
.p-manual__mv .content {
  padding: 50px 0;
  position: relative;
}
@media (min-width: 821px) {
  .p-manual__mv .content {
    padding: 79px 0;
  }
}
.p-manual__mv .content .image {
  height: 200px;
}
@media (min-width: 821px) {
  .p-manual__mv .content .image {
    height: auto;
  }
}
.p-manual__mv .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-manual__mv .content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 821px) {
  .p-manual__mv .content .text {
    gap: 30px;
  }
}
.p-manual__mv .content .text p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 821px) {
  .p-manual__mv .content .text p {
    font-size: 30px;
  }
}
.p-manual__mv .content .text p:last-child {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 821px) {
  .p-manual__mv .content .text p:last-child {
    font-size: 20px;
  }
}
.p-manual__mv .content .text h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  margin-top: -5px;
}
@media (min-width: 821px) {
  .p-manual__mv .content .text h1 {
    font-size: 96px;
  }
}
.p-manual__intro {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 821px) {
  .p-manual__intro {
    padding: 79px 0;
  }
}
.p-manual__intro h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1e52a6;
  padding-bottom: 20px;
}
@media (min-width: 821px) {
  .p-manual__intro h2 {
    font-size: 28px;
  }
}
.p-manual__intro p {
  font-size: 14px;
}
@media (min-width: 821px) {
  .p-manual__intro p {
    font-size: 17px;
  }
}
.p-manual__intro p br {
  display: none;
  text-align: left;
}
@media (min-width: 768px) {
  .p-manual__intro p br {
    text-align: center;
    display: block;
  }
}
.p-manual__document {
  padding-bottom: 100px;
}
@media (min-width: 821px) {
  .p-manual__document {
    padding-bottom: 200px;
  }
}
.p-manual__document h2 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-manual__document h2 {
    padding-bottom: 30px;
  }
}
.p-manual__document .note {
  font-size: 12px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-manual__document .note {
    display: none;
  }
}
.p-manual__document .table {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .p-manual__document .table {
    overflow: hidden;
  }
}
.p-manual__document .table table {
  width: 180%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .p-manual__document .table table {
    width: 100%;
  }
}
.p-manual__document .table table th {
  background-color: #1e52a6;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
}
@media (min-width: 821px) {
  .p-manual__document .table table th {
    padding: 25px 32px;
    font-size: 24px;
  }
}
.p-manual__document .table table th:nth-child(1) {
  width: 120px;
}
@media (min-width: 821px) {
  .p-manual__document .table table th:nth-child(1) {
    width: 160px;
  }
}
.p-manual__document .table table th:nth-child(3) {
  width: 160px;
}
@media (min-width: 821px) {
  .p-manual__document .table table th:nth-child(3) {
    width: 280px;
  }
}
.p-manual__document .table table th:nth-child(4) {
  width: 140px;
}
@media (min-width: 821px) {
  .p-manual__document .table table th:nth-child(4) {
    width: 200px;
  }
}
.p-manual__document .table table td {
  padding: 15px 20px;
  font-size: 16px;
  vertical-align: middle;
  border-bottom: 2px solid #dde7ef;
  line-height: 1;
}
@media (min-width: 821px) {
  .p-manual__document .table table td {
    padding: 25px 32px;
    font-size: 20px;
  }
}
.p-manual__document .table table td:nth-child(1) {
  text-align: center;
  color: #1e52a6;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 821px) {
  .p-manual__document .table table td:nth-child(1) {
    font-size: 24px;
  }
}
.p-manual__document .table table .btn-pdf {
  border: #1e52a6 1px solid;
  border-radius: 4px;
  width: 120px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto;
  color: #1e52a6;
}
@media (min-width: 821px) {
  .p-manual__document .table table .btn-pdf {
    gap: 20px;
    font-size: 14px;
    width: 174px;
    height: 44px;
  }
}
.p-manual__document .table table .btn-pdf img {
  height: 20px;
  width: 20px;
}
@media (min-width: 821px) {
  .p-manual__document .table table .btn-pdf img {
    height: 24px;
    width: 24px;
  }
}
.p-manual__document .table table .version {
  padding: 10px;
  text-align: center;
  border: 4px;
  margin: 0 auto;
  background-color: #f2f2f2;
  font-size: 14px;
  width: fit-content;
}
@media (min-width: 821px) {
  .p-manual__document .table table .version {
    padding: 10px 20px;
    font-size: 18px;
  }
}/*# sourceMappingURL=style_manual.css.map */