.ttl-l.--wide {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .ttl-l.--wide {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .ttl-l.--wide {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .pdf-contents {
    display: block;
    max-width: 312px;
  }
}

@media screen and (max-width: 768px) {
  .pdf-contents {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .btn--ohat a {
    padding: 1px 14px 0;
  }
}

.ohat-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 960px) {
  .ohat-unit {
    gap: 20px;
  }
}

.ohat-unit .pdf-contents {
  max-width: 380px;
}

@media screen and (max-width: 960px) {
  .ohat-unit .pdf-contents {
    max-width: 320px;
  }
}

.ohat-unit .link-sheet {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc( 100% - 404px);
  background: #F4F3F0;
  max-height: 272px;
  padding: 60px;
}

@media screen and (max-width: 960px) {
  .ohat-unit .link-sheet {
    width: calc( 100% - 340px);
    padding: 40px 32px;
    max-height: 223px;
  }
}

@media screen and (max-width: 768px) {
  .ohat-unit .link-sheet {
    width: 100%;
    padding: 32px;
  }
}

.ohat-unit .link-sheet p {
  text-align: center;
  margin-bottom: calc(8px * 2);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .03rem;
}

@media screen and (max-width: 960px) {
  .ohat-unit .link-sheet p {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .ohat-unit .link-sheet p {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .ohat-unit .link-sheet p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .ohat-unit .link-sheet p {
    font-size: 1.6rem;
  }
}

.ohat-unit .link-sheet .btn a {
  background: #02A47F;
  color: #fefefe;
}

.ohat-unit .link-sheet .btn a::before {
  background-color: #fefefe;
}

.ohat-unit .link-sheet .btn a::after {
  border-color: transparent transparent transparent #02A47F;
}

.ohat-unit .link-sheet .btn a:hover {
  background: #fefefe;
  color: #02A47F;
}

.ohat-unit .link-sheet .btn a:hover::before {
  background-color: #02A47F;
}

.ohat-unit .link-sheet .btn a:hover::after {
  background: #02A47F;
  border-color: transparent transparent transparent #fefefe;
}

@media screen and (max-width: 520px) {
  .judgment .ohat-unit {
    padding: 6px 0 0;
  }
}

.judgment .ohat-unit .ohat-img {
  max-width: 380px;
}

@media screen and (max-width: 960px) {
  .judgment .ohat-unit .ohat-img {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .judgment .ohat-unit .ohat-img {
    margin-left: auto;
    margin-right: auto;
  }
}

.judgment .ohat-unit .ohat-img img {
  margin: 0 0 8px;
  padding: 5px;
  background-color: #F4F3F0;
}

.judgment .ohat-unit .link-sheet {
  width: calc( 100% - 411px);
  max-height: 274px;
}

@media screen and (max-width: 960px) {
  .judgment .ohat-unit .link-sheet {
    width: calc( 100% - 340px);
    max-height: 226px;
  }
}

@media screen and (max-width: 768px) {
  .judgment .ohat-unit .link-sheet {
    width: 100%;
  }
}

.movie-col {
  width: 100%;
  max-width: 800px;
}

.movie-col a {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .movie-col a {
    max-width: 706px;
  }
}

.movie-col a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 90, 166, 0.24);
  transition: 0.3s ease-in-out;
}

.movie-col a::after {
  content: '';
  background: url(/img/general/top/movie-btn.svg) no-repeat;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie-col a:hover::before {
  background-color: rgba(0, 90, 166, 0.64);
}

.training .pdf-contents {
  max-width: 260px;
}

/*# sourceMappingURL=../../../maps/general/pages/ohat.css.map */
