/*key color*/
/*sub color*/
/* monochrome */
/* basic */
/*UI*/
/*sns*/
/*other*/
:root {
  --lg: 1920px;
  --md: 990px;
  --sm: 600px;
  --xs: 330px;
}

.drop-shadow {
  filter: drop-shadow(0px 0px 6px rgba(26, 26, 26, 0.15));
}

.drop-shadow-up {
  filter: drop-shadow(0px -4px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-left {
  filter: drop-shadow(-4px 0px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-right {
  filter: drop-shadow(4px 0px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-down-left {
  filter: drop-shadow(-4px 4px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-down-right {
  filter: drop-shadow(4px 4px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-up-left {
  filter: drop-shadow(-4px -4px 4px rgba(26, 26, 26, 0.15));
}

.drop-shadow-up-right {
  filter: drop-shadow(4px -4px 4px rgba(26, 26, 26, 0.15));
}

.hover {
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media (min-width: 990px) {
  .hover:hover {
    opacity: 0.7;
  }
  .hover:hover > * {
    opacity: 0.7;
  }
}

@media (min-width: 990px) {
  .hover-bg-color {
    transition: all ease-in-out 0.2s;
  }
  .hover-bg-color:hover {
    transition: all ease-in-out 0.2s;
    background: #f3f5f7;
  }
}

.underline {
  transition: all ease-in-out 0.3s;
  color: #004098;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.no-scrollbar {
  ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.nyuusi-message h3[id],
.nyuusi-message h4[id] {
  scroll-margin-top: 5rem;
}
.nyuusi-message #QuickNavi {
  margin: 1.5em 0 2em;
}
.nyuusi-message #QuickNavi ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: clamp(12px, 0.30303vw + 10.18182px, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nyuusi-message #QuickNavi a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  min-height: 3.5em;
  padding: 0.75em 1em;
  border-radius: 10px;
  background: #f5f5f5;
  color: #004098;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.nyuusi-message #QuickNavi a:hover {
  background: #e9f1fb;
}
.nyuusi-message #QuickNavi a.ac {
  background: #004098;
  color: #fff;
}
.nyuusi-message .Head {
  margin: 2em 0 0.75em;
  font-size: clamp(18px, 0.30303vw + 16.18182px, 22px);
  font-weight: 700;
  color: #004098;
}
.nyuusi-message .HeadNavi {
  margin-bottom: 2em;
}
.nyuusi-message .HeadNavi ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nyuusi-message .HeadNavi a {
  display: inline-block;
  padding: 0.35em 0.85em;
  border-radius: 999px;
  background: #e9f1fb;
  color: #004098;
  font-size: clamp(12px, 0.15152vw + 11.09091px, 14px);
  font-weight: 600;
  text-decoration: none;
}
.nyuusi-message .HeadNavi a:hover {
  background: #a0c2ef;
}
.nyuusi-message h3[id] {
  margin: 2.5em 0 1em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid #c5d9f4;
  font-size: clamp(20px, 0.45455vw + 17.27273px, 26px);
  font-weight: 700;
  color: #004098;
}
.nyuusi-message h4[id] {
  margin: 2.5em 0 1em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid #c5d9f4;
  font-size: clamp(20px, 0.45455vw + 17.27273px, 26px);
  font-weight: 700;
  color: #004098;
}
.nyuusi-message .message-wrap {
  margin-top: 1.75em;
}
.nyuusi-message .message-wrap > h4 {
  margin: 0 0 1em;
  font-size: clamp(16px, 0.15152vw + 15.09091px, 18px);
  font-weight: 700;
  color: #0066dd;
}
.nyuusi-message .message-wrap + .message-wrap {
  margin-top: 2.25em;
  padding-top: 2.25em;
  border-top: 1px dashed #e6e6e5;
}
.nyuusi-message .message-box {
  display: flex;
  flex-direction: row;
  gap: clamp(16px, 0.90909vw + 10.54545px, 28px);
  align-items: flex-start;
}
@media (max-width: 990px) {
  .nyuusi-message .message-box {
    flex-direction: column;
  }
}
.nyuusi-message .message-box.img-r {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .nyuusi-message .message-box.img-r {
    flex-direction: column;
  }
}
.nyuusi-message .message-box .image {
  flex: 0 0 35%;
  max-width: 320px;
}
@media (max-width: 990px) {
  .nyuusi-message .message-box .image {
    flex: none;
    max-width: none;
    width: 100%;
  }
}
.nyuusi-message .message-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e5;
  border-radius: 10px;
}
.nyuusi-message .message-box .contents {
  flex: 1;
  min-width: 0;
}
.nyuusi-message .message-box .contents h5 {
  margin: 0 0 0.75em;
  color: #0066dd;
  font-size: clamp(17px, 0.37879vw + 14.72727px, 22px);
  font-weight: 700;
  line-height: 1.45;
}
.nyuusi-message .message-box .contents > .txt {
  margin: 0.5em 0 1em;
}
.nyuusi-message .message-box .winning-strategy {
  margin: 1.25em 0;
  padding: 1em 1em 1em 1em;
  border-radius: 8px;
  background: #faf3e0;
  border-left: 4px solid #faa300;
}
.nyuusi-message .message-box .winning-strategy .title {
  margin: 0 0 0.35em;
  font-size: 0.85em;
  font-weight: 700;
  color: #b86200;
}
.nyuusi-message .message-box .winning-strategy .txt {
  margin: 0;
  font-weight: 700;
  line-height: 1.55;
}
.nyuusi-message .message-box .coverage {
  margin-top: 1.25em;
  color: #707985;
  font-size: 0.85em;
}
.nyuusi-message p {
  line-height: 1.85;
}

/*# sourceMappingURL=nyuusi-message.css.map */
