:root {
  --color-white:#FFFFFF;
  --color-black:#000;
  --color-text_black:#242424;
  --color-gray:#7E8995;
  --color-gray100:#C4C4C4;
  --color-blue:#154378;
  --color-red:#E44E7D;
  --color-red100:#FFE4ED;
  --color-orange:#F28F11;
  --color-orange100:#FFF6E5;
  --color-line:#606060;
  --color-Ns_main:#5097E8;
  --color-Ns_main_dark:#3273BC;
  --color-Ns_sub:#6DC1DC;
  --color-Ns_bg_blue:#E0F3F8;
  --color-Ns_bg_blue2:#DEF2F7;
  --color-Ns_pencil:#5097E8;
  --color-Ns_bg_ranking:#F7FFD5;
  --color-Ns_cta_button1:#F4BF43;
  --color-Ns_cta_button2:#34BFAA;
  --color-Dr_main:#0B2D59;
  --color-Dr_main_dark:#002854;
  --color-Dr_sub:#2875B9;
  --color-Dr_bg_blue:#E6F2FF;
  --color-Dr_bg_blue2:#DAE3ED;
  --color-Dr_pencil:#7A94B6;
  --color-Dr_bg_ranking:#C9D9EA;
  --color-Dr_cta_button1:#ED6A42;
  --color-Dr_cta_button2:#2FAD6A;
}

@media only screen and (min-width: 768.1px) {
  .page-title {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-title {
    padding-left: 2.8rem;
  }
}
.page-title h2 {
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 768.1px) {
  .page-title h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-title h2 {
    font-size: 2.6rem;
  }
}
.page-title::before {
  content: "";
  background-image: url("/media/wp-content/themes/nms/assets/images/article/bg_title_blue_nurse.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
@media only screen and (min-width: 768.1px) {
  .page-title::before {
    width: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-title::before {
    width: 8.7rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .page-title::before {
    height: 7.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-title::before {
    height: 5.2rem;
  }
}
body[data-role=doctor] .page-title::before {
  background-image: url("/media/wp-content/themes/nms/assets/images/article/bg_title_blue_doctor.svg");
}

.page-title::before {
  background-image: url("/media/wp-content/themes/nms/assets/images/others/bg_title_grad.png");
  opacity: 0.2;
}
@media only screen and (min-width: 768.1px) {
  .page-title h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-title h1 {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 768.1px) {
  .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
  }
}
.links .button {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768.1px) {
  .links .button {
    width: 34rem;
  }
}
@media only screen and (max-width: 768px) {
  .links .button {
    width: 26rem;
  }
}
@media only screen and (max-width: 768px) {
  .links .button {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .links .button:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.links .button.doctor {
  background-color: var(--color-Dr_main);
  border-color: var(--color-Dr_main);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.links .button.doctor::before, .links .button.doctor::after {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.links .button.doctor::after {
  color: var(--color-Dr_main);
}
@media (hover: hover) {
  .links .button.doctor:hover {
    color: var(--color-Dr_main);
    background-color: var(--color-white);
  }
  .links .button.doctor:hover::before {
    background-color: var(--color-Dr_main);
  }
  .links .button.doctor:hover::after {
    color: var(--color-white);
  }
}

.section#policy {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (min-width: 768.1px) {
  .section#policy {
    padding-top: 8.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy {
    padding-top: 6.8rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .section#policy {
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .section#policy .top {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy .top {
    margin-top: 4rem;
  }
}
.section#policy dl {
  counter-reset: dt-counter;
}
.section#policy dl dt {
  font-weight: bold;
  counter-increment: dt-counter;
  padding-bottom: 0.8rem;
}
@media only screen and (min-width: 768.1px) {
  .section#policy dl dt {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy dl dt {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .section#policy dl dt {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy dl dt {
    margin-top: 3.2rem;
  }
}
.section#policy dl dt::before {
  content: "";
  height: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5097E8), to(#014490));
  background: -webkit-linear-gradient(top, #5097E8 0%, #014490 100%);
  background: linear-gradient(180deg, #5097E8 0%, #014490 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768.1px) {
  .section#policy dl dt::before {
    width: calc(100% - 2.8rem);
  }
}
@media only screen and (max-width: 768px) {
  .section#policy dl dt::before {
    width: calc(100% - 2.4rem);
  }
}
.section#policy dl dt::after {
  content: "";
  background-image: url("/media/wp-content/themes/nms/assets/images/others/icon_pencil_others.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768.1px) {
  .section#policy dl dt::after {
    width: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy dl dt::after {
    width: 2.4rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .section#policy dl dt::after {
    height: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy dl dt::after {
    height: 2.4rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .section#policy dl dd {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy dl dd {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .section#policy dl dd p, .section#policy dl dd ul {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy dl dd p, .section#policy dl dd ul {
    margin-top: 2rem;
  }
}
.section#policy dl dd ul li {
  padding-left: 1.8rem;
}
.section#policy dl dd ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--color-black);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.section#policy dl dd ul li:nth-child(n+2) {
  margin-top: 1.2rem;
}
@media only screen and (min-width: 768.1px) {
  .section#policy .links {
    margin-top: 7.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section#policy .links {
    margin-top: 4.8rem;
  }
}