@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
pre, code {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* All */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* Anchor */
a {
  text-decoration: none;
}

.linkBtn {
  color: #fff;
  background-color: #1b44f8;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 2px 10px;
  display: inline-block;
}

/* Figure */
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
figure img,
figure amp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Video */
.videoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

header video,
main video,
footer video {
  width: 100%;
  height: auto;
}

/* Table */
table {
  border-collapse: collapse;
}

/* Canvas */
canvas {
  vertical-align: bottom;
}

/* Source code */
pre, code {
  text-align: left;
}

code ol.linenums {
  list-style: inside;
}

code ol.linenums li {
  list-style-type: decimal-leading-zero;
}

pre {
  border-top: 2px solid #eeeeee;
  border-top-style: inset;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-left-style: inset;
  padding: 5px;
}

pre:not(:first-child) {
  margin-top: 30px;
}

address {
  font-style: normal;
}

: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) {
  br.sp,
img.sp,
span.sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br.pc,
img.pc,
span.pc {
    display: none;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("/media/wp-content/themes/nms/assets/icons/icomoon.eot?1q82ei");
  src: url("/media/wp-content/themes/nms/assets/icons/icomoon.eot?1q82ei#iefix") format("embedded-opentype"), url("/media/wp-content/themes/nms/assets/icons/icomoon.ttf?1q82ei") format("truetype"), url("/media/wp-content/themes/nms/assets/icons/icomoon.woff?1q82ei") format("woff"), url("/media/wp-content/themes/nms/assets/icons/icomoon.svg?1q82ei#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_arrow:before {
  content: "\e900";
}

.icon-icon_index:before {
  content: "\e901";
}

.icon-icon_writing:before {
  content: "\e902";
}

.icon-icon_ext_a:before {
  content: "\e903";
}

.icon-icon_ext_b:before {
  content: "\e904";
}

.icon-icon_tri_a:before {
  content: "\e905";
}

.icon-icon_tri_b:before {
  content: "\e906";
}

.icon-icon_pen:before {
  content: "\e907";
}

.icon-icon_pin:before {
  content: "\e908";
}

.icon-icon_headphone:before {
  content: "\e909";
}

.icon-icon_send:before {
  content: "\e90a";
}

.icon-icon_pencil:before {
  content: "\e90b";
}

.icon-icon_clip:before {
  content: "\e90c";
}

.icon-icon_dots:before {
  content: "\e90d";
}

html {
  font-size: 10px;
  overflow: auto;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*ipad 文字サイズ対策*/
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body, body a {
  font-family: "Montserrat", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-text_black);
}
@media only screen and (min-width: 768.1px) {
  body, body a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body, body a {
    font-size: 14px;
  }
}
body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
  font-family: "Montserrat", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-text_black);
}
@media only screen and (min-width: 768.1px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 14px;
  }
}
body .container {
  margin: 0 auto;
}
@media only screen and (min-width: 768.1px) {
  body .container {
    width: 1096px;
  }
}
@media only screen and (max-width: 768px) {
  body .container {
    width: 89.74%;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  body .container {
    width: 89.74%;
  }
}

.headline {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768.1px) {
  .headline {
    width: 45.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .headline {
    width: 29.2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .headline {
    height: 14rem;
  }
}
@media only screen and (max-width: 768px) {
  .headline {
    height: 8rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .headline {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .headline {
    margin-bottom: 2.5rem;
  }
}
.headline-paint::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/media/wp-content/themes/nms/assets/images/common/bg_headline_white.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.headline .en {
  line-height: 1;
  letter-spacing: 0.002em;
  color: var(--color-Ns_main);
}
@media only screen and (min-width: 768.1px) {
  .headline .en {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .headline .en {
    font-size: 1.2rem;
  }
}
body[data-role=doctor] .headline .en {
  color: var(--color-Dr_main);
}
.headline .jp {
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 768.1px) {
  .headline .jp {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .headline .jp {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .headline .jp {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .headline .jp {
    margin-top: 0.4rem;
  }
}

@media only screen and (min-width: 768.1px) {
  .post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
  .post-list .post-item {
    width: calc((100% - 6.4rem) / 3);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  .post-list .post-item {
    width: calc((100% - 3.2rem) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .post-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.post-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-line);
}
@media only screen and (min-width: 768.1px) {
  .post-item a {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .post-item a figure {
    width: 12rem;
  }
  .post-item a .text {
    width: calc(100% - 12rem - 1.6rem);
  }
}
@media only screen and (min-width: 768.1px) {
  .post-item a {
    padding: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item a {
    padding: 1.2rem;
  }
}
@media (hover: hover) {
  .post-item a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .post-item a:hover .info .date {
    color: var(--color-text_black);
  }
  .post-item a:hover .info .date::before {
    color: var(--color-text_black);
  }
  .post-item a:hover .info .title span {
    background-size: 100% 1px;
  }
  .post-item a:hover .cates {
    color: var(--color-Ns_main_dark);
  }
  body[data-role=doctor] .post-item a:hover .cates {
    color: var(--color-Dr_main_dark);
  }
  .post-item a:hover .cates::before {
    color: var(--color-Ns_main_dark);
  }
  body[data-role=doctor] .post-item a:hover .cates::before {
    color: var(--color-Dr_main_dark);
  }
}
.post-item figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.post-item .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768.1px) {
  .post-item .text {
    margin-top: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768.1px) {
  .post-item .info {
    margin-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .info {
    margin-bottom: 0.8rem;
  }
}
.post-item .info .date {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.006em;
  color: var(--color-gray);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 768.1px) {
  .post-item .info .date {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .info .date {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .post-item .info .date {
    padding-left: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .info .date {
    padding-left: 1.8rem;
  }
}
.post-item .info .date::before {
  content: "\e902";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -3px;
  left: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 768.1px) {
  .post-item .info .date::before {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .info .date::before {
    font-size: 1.4rem;
  }
}
.post-item .info .title {
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ← 行数を指定 */
  overflow: hidden;
}
@media only screen and (min-width: 768.1px) {
  .post-item .info .title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .info .title {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .post-item .info .title {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .info .title {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .info .title {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .info .title {
    line-height: 1.4;
  }
}
.post-item .info .title span {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.post-item .cates {
  font-weight: 700;
  color: var(--color-Ns_main);
  margin-top: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 768.1px) {
  .post-item .cates {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .cates {
    font-size: 1.2rem;
  }
}
body[data-role=doctor] .post-item .cates {
  color: var(--color-Dr_main);
}
@media only screen and (min-width: 768.1px) {
  .post-item .cates {
    padding-left: 1.65rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .cates {
    padding-left: 1.5rem;
  }
}
.post-item .cates::before {
  content: "\e908";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-Ns_main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 768.1px) {
  .post-item .cates::before {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .cates::before {
    font-size: 0.9rem;
  }
}
body[data-role=doctor] .post-item .cates::before {
  color: var(--color-Dr_main);
}
.post-item.new a::after {
  content: "";
  background-image: url("/media/wp-content/themes/nms/assets/images/article/icon_new.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
@media only screen and (min-width: 768.1px) {
  .post-item.new a::after {
    width: 11rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item.new a::after {
    width: 6.8rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .post-item.new a::after {
    height: 5.95rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item.new a::after {
    height: 3.7rem;
  }
}
body[data-role=doctor] .post-item.new a::after {
  background-image: url("/media/wp-content/themes/nms/assets/images/article/icon_new_doctor.png");
}
@media only screen and (min-width: 768.1px) {
  .post-item.new a::after {
    top: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item.new a::after {
    top: 0.3rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .post-item.new a::after {
    left: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .post-item.new a::after {
    left: 0;
  }
}

.button {
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);
  background-color: var(--color-Ns_main);
  border: 3px solid var(--color-Ns_main);
  border-radius: 5rem;
  display: inline-block;
  margin-inline: auto;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media only screen and (min-width: 768.1px) {
  .button {
    min-width: 34rem;
  }
}
@media only screen and (max-width: 768px) {
  .button {
    min-width: 26rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .button {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .button {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button {
    text-align: left;
  }
}
body[data-role=doctor] .button {
  background-color: var(--color-Dr_main);
}
body[data-role=doctor] .button {
  border-color: var(--color-Dr_main);
}
@media only screen and (min-width: 768.1px) {
  .button {
    padding: 1.9rem 6.4rem 1.6rem 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button {
    padding: 1.9rem 5rem 1.6rem 2.2rem;
  }
}
.button::before, .button::after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 768.1px) {
  .button::before, .button::after {
    width: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button::before, .button::after {
    width: 2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .button::before, .button::after {
    height: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button::before, .button::after {
    height: 2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .button::before, .button::after {
    right: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .button::before, .button::after {
    right: 2.2rem;
  }
}
.button::before {
  background-color: var(--color-white);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 1rem;
  color: var(--color-Ns_main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(1.1) translate(0.5px, 0.5px);
  transform: scale(1.1) translate(0.5px, 0.5px);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body[data-role=doctor] .button::after {
  color: var(--color-Dr_main);
}
@media only screen and (max-width: 768px) {
  .button::after {
    -webkit-transform: scale(0.8) translate(0.5px, 0.5px);
    transform: scale(0.8) translate(0.5px, 0.5px);
  }
}
@media (hover: hover) {
  .button:hover {
    color: var(--color-Ns_main);
    background-color: var(--color-white);
  }
  body[data-role=doctor] .button:hover {
    color: var(--color-Dr_main);
  }
  body[data-role=doctor] .button:hover {
    background-color: var(--color-white);
  }
  .button:hover::before {
    background-color: var(--color-Ns_main);
  }
  body[data-role=doctor] .button:hover::before {
    background-color: var(--color-Dr_main);
  }
  .button:hover::after {
    color: var(--color-white);
  }
  body[data-role=doctor] .button:hover::after {
    color: var(--color-white);
  }
}

#breadcrumb {
  padding: 1.6rem 0;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#breadcrumb ul li {
  white-space: nowrap;
}
#breadcrumb ul li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumb ul li, #breadcrumb ul li a {
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (min-width: 768.1px) {
  #breadcrumb ul li, #breadcrumb ul li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #breadcrumb ul li, #breadcrumb ul li a {
    font-size: 1.3rem;
  }
}
#breadcrumb ul li a {
  color: var(--color-Ns_main);
}
body[data-role=doctor] #breadcrumb ul li a {
  color: var(--color-Dr_main);
}
@media (hover: hover) {
  #breadcrumb ul li a:hover {
    color: var(--color-Ns_main_dark);
  }
  body[data-role=doctor] #breadcrumb ul li a:hover {
    color: var(--color-Dr_main_dark);
  }
}
#breadcrumb ul li:nth-child(n+2) {
  padding-left: 1.6rem;
  margin-left: 1rem;
}
#breadcrumb ul li:nth-child(n+2)::before {
  content: "";
  width: 0.6rem;
  height: 1rem;
  background-image: url("/media/wp-content/themes/nms/assets/images/common/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768.1px) {
  .pagination {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 2.8rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .pagination {
    gap: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination {
    gap: 1.2rem;
  }
}
.pagination .siblings span, .pagination .siblings a {
  font-weight: 700;
  color: var(--color-Ns_main);
  display: block;
}
@media only screen and (min-width: 768.1px) {
  .pagination .siblings span, .pagination .siblings a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .siblings span, .pagination .siblings a {
    font-size: 1.4rem;
  }
}
body[data-role=doctor] .pagination .siblings span, body[data-role=doctor] .pagination .siblings a {
  color: var(--color-Dr_main);
}
.pagination .siblings span::before, .pagination .siblings a::before {
  content: "\e905";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-Ns_main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 768.1px) {
  .pagination .siblings span::before, .pagination .siblings a::before {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .siblings span::before, .pagination .siblings a::before {
    font-size: 1.4rem;
  }
}
body[data-role=doctor] .pagination .siblings span::before, body[data-role=doctor] .pagination .siblings a::before {
  color: var(--color-Dr_main);
}
.pagination .siblings .disabled {
  color: var(--color-gray100);
}
body[data-role=doctor] .pagination .siblings .disabled {
  color: var(--color-gray100);
}
.pagination .siblings .disabled::before {
  color: var(--color-gray100);
}
body[data-role=doctor] .pagination .siblings .disabled::before {
  color: var(--color-gray100);
}
@media only screen and (max-width: 768px) {
  .pagination .siblings.prev, .pagination .siblings.next {
    display: none;
  }
}
@media (hover: hover) {
  .pagination .siblings.prev a:hover, .pagination .siblings.next a:hover {
    color: var(--color-Ns_main_dark);
  }
  body[data-role=doctor] .pagination .siblings.prev a:hover, body[data-role=doctor] .pagination .siblings.next a:hover {
    color: var(--color-Dr_main_dark);
  }
  .pagination .siblings.prev a:hover::before, .pagination .siblings.next a:hover::before {
    color: var(--color-Ns_main_dark);
  }
  body[data-role=doctor] .pagination .siblings.prev a:hover::before, body[data-role=doctor] .pagination .siblings.next a:hover::before {
    color: var(--color-Dr_main_dark);
  }
}
.pagination .siblings.prev span, .pagination .siblings.prev a {
  padding-left: 2.8rem;
}
.pagination .siblings.prev span::before, .pagination .siblings.prev a::before {
  left: 0;
}
.pagination .siblings.next span, .pagination .siblings.next a {
  padding-right: 2.8rem;
}
.pagination .siblings.next span::before, .pagination .siblings.next a::before {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .pagination-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768.1px) {
  .pagination .pagination-links {
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-links {
    gap: 0.8rem;
  }
}
.pagination .pagination-links .page-numbers:not(.dots) {
  font-weight: 700;
  color: var(--color-Ns_main);
  background-color: var(--color-white);
  border: 1px solid var(--color-Ns_main);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768.1px) {
  .pagination .pagination-links .page-numbers:not(.dots) {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-links .page-numbers:not(.dots) {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .pagination .pagination-links .page-numbers:not(.dots) {
    width: 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-links .page-numbers:not(.dots) {
    width: 4rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .pagination .pagination-links .page-numbers:not(.dots) {
    height: 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-links .page-numbers:not(.dots) {
    height: 4rem;
  }
}
body[data-role=doctor] .pagination .pagination-links .page-numbers:not(.dots) {
  color: var(--color-Dr_main);
}
body[data-role=doctor] .pagination .pagination-links .page-numbers:not(.dots) {
  background-color: var(--color-white);
}
body[data-role=doctor] .pagination .pagination-links .page-numbers:not(.dots) {
  border-color: var(--color-Dr_main);
}
.pagination .pagination-links .page-numbers:not(.dots).current {
  pointer-events: none;
  color: var(--color-white);
  background-color: var(--color-Ns_main);
}
body[data-role=doctor] .pagination .pagination-links .page-numbers:not(.dots).current {
  color: var(--color-white);
}
body[data-role=doctor] .pagination .pagination-links .page-numbers:not(.dots).current {
  background-color: var(--color-Dr_main);
}
@media (hover: hover) {
  .pagination .pagination-links .page-numbers:not(.dots):hover {
    color: var(--color-white);
    background-color: var(--color-Ns_main);
  }
  body[data-role=doctor] .pagination .pagination-links .page-numbers:not(.dots):hover {
    color: var(--color-white);
    background-color: var(--color-Dr_main);
  }
}
.pagination .pagination-links .page-numbers.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768.1px) {
  .pagination .pagination-links .page-numbers.dots {
    width: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-links .page-numbers.dots {
    width: 2rem;
  }
}
.pagination .pagination-links .page-numbers.dots::before {
  content: url("/media/wp-content/themes/nms/assets/images/article/icon_dots.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768.1px) {
  .pagination .pagination-links .page-numbers.dots::before {
    width: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-links .page-numbers.dots::before {
    width: 2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  .pagination .pagination-links .page-numbers.dots::before {
    height: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .pagination .pagination-links .page-numbers.dots::before {
    height: 0.4rem;
  }
}
.pagination .pagination-links .page-numbers.prev, .pagination .pagination-links .page-numbers.next {
  display: none;
}

.note-binder {
  height: 2.8rem;
  background-image: url("/media/wp-content/themes/nms/assets/images/common/bg_note.png");
  background-repeat: repeat-x;
  background-size: 22px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  z-index: 10;
}
@media only screen and (min-width: 768.1px) {
  .note-binder {
    width: calc(100% - 5rem);
  }
}
@media only screen and (max-width: 768px) {
  .note-binder {
    width: calc(100% - 3.2rem);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  .note-binder.onlypc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .note-binder.onlypc {
    display: none;
  }
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
header {
  z-index: 100;
}
header .header-inner {
  width: 100%;
}
header.fixed .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: slideDown 0.3s ease forwards;
  animation: slideDown 0.3s ease forwards;
}
@media only screen and (max-width: 768px) {
  header.fixed .header-bar .logo {
    display: none;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  header.fixed .header-bar .logo {
    display: none;
  }
}
header .header-bar {
  border-top: 1px solid var(--color-Ns_main);
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768.1px) {
  header .header-bar {
    height: 11rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar {
    height: auto;
  }
}
body[data-role=doctor] header .header-bar {
  border-color: var(--color-Dr_main);
}
@media only screen and (min-width: 768.1px) {
  header .header-bar {
    border-width: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar {
    border-width: 0.6rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  header .header-bar {
    height: auto;
    display: block;
    padding-top: 1.4rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .logo {
    width: 19.9rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .logo {
    width: 16rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 4.5rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .logo {
    padding-top: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .logo {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  header .header-bar .logo {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .logo {
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  header .header-bar .logo {
    margin-inline: auto;
  }
}
header .header-bar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu {
    width: 89.74%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  header .header-bar .menu {
    width: 89.74%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .media_logo {
    width: 24.4rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .media_logo {
    width: 16rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .media_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  header .header-bar .menu .media_logo {
    position: relative;
    margin: 0;
  }
}
@media only screen and (min-width: 768.1px) {
  body[data-role=doctor] header .header-bar .menu .media_logo {
    width: 20.6rem;
  }
}
@media only screen and (max-width: 768px) {
  body[data-role=doctor] header .header-bar .menu .media_logo {
    width: 13.08rem;
  }
}
header .header-bar .menu .menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns {
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns {
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  header .header-bar .menu .menu-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .sns {
    width: 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .sns {
    width: 3.6rem;
  }
}
@media (hover: hover) {
  header .header-bar .menu .menu-btns .sns:hover {
    opacity: 0.7;
  }
}
header .header-bar .menu .menu-btns .menu-btn {
  color: var(--color-white);
  background-color: var(--color-Ns_main);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn {
    width: 12.1rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn {
    width: 8.5rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn {
    height: 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn {
    height: 3.6rem;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  header .header-bar .menu .menu-btns .menu-btn {
    height: 4.8rem;
  }
}
body[data-role=doctor] header .header-bar .menu .menu-btns .menu-btn {
  background-color: var(--color-Dr_main);
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn {
    padding-left: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn {
    padding-right: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn {
    padding-right: 0.8rem;
  }
}
@media (hover: hover) {
  header .header-bar .menu .menu-btns .menu-btn:hover {
    opacity: 0.7;
  }
}
header .header-bar .menu .menu-btns .menu-btn .lines {
  width: 2.4rem;
  height: 1.8rem;
}
header .header-bar .menu .menu-btns .menu-btn .lines span {
  height: 2px;
  font-size: 0;
  display: block;
  background-color: var(--color-white);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, width 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, width 0.3s;
  transition: opacity 0.3s, transform 0.3s, width 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(1) {
    width: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(1) {
    width: 2.4rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(2) {
    width: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(2) {
    width: 1.8rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(3) {
    width: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(3) {
    width: 1.2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(1) {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(1) {
    -webkit-transform: translateY(-0.8rem);
    transform: translateY(-0.8rem);
  }
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(3) {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(3) {
    -webkit-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
  }
}
header .header-bar .menu .menu-btns .menu-btn .text {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
@media only screen and (min-width: 768.1px) {
  header .header-bar .menu .menu-btns .menu-btn .text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .menu .menu-btns .menu-btn .text {
    font-size: 1.2rem;
  }
}
header .header-bar .menu .menu-btns .menu-btn .text .open {
  display: none;
}
body.navOpen header .header-bar .menu .menu-btns .menu-btn .text .open {
  display: inline;
}
body.navOpen header .header-bar .menu .menu-btns .menu-btn .text .close {
  display: none;
}
body.navOpen header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
body.navOpen header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(2) {
  opacity: 0;
}
@media only screen and (min-width: 768.1px) {
  body.navOpen header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(3) {
    width: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  body.navOpen header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(3) {
    width: 2.4rem;
  }
}
body.navOpen header .header-bar .menu .menu-btns .menu-btn .lines span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
header nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
header nav, header nav a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
header nav .nav-frame {
  height: 100%;
  background-image: url("/media/wp-content/themes/nms/assets/images/common/bg_header_nav.svg");
  background-size: 18px 18px;
  background-repeat: repeat;
  margin-left: auto;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 768.1px) {
  header nav .nav-frame {
    width: 56.4rem;
  }
}
@media only screen and (min-width: 768.1px) {
  header nav .nav-frame-inner {
    padding: 4rem 6rem;
  }
}
@media only screen and (max-width: 768px) {
  header nav .nav-frame-inner {
    padding: 4rem 2rem;
  }
}
header nav .nav-list > li:nth-child(n+2) {
  margin-top: 2.4rem;
}
header nav .nav-list > li a[target=_blank] {
  padding-right: 4rem;
}
header nav .nav-list > li a[target=_blank]::after {
  content: "\e904";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  color: var(--color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
}
header nav .nav-list > li a.icon {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  header nav .nav-list > li a.icon:hover {
    color: var(--color-Ns_main);
  }
}
header nav .nav-list > li .icon {
  background-color: var(--color-Ns_bg_blue);
  padding: 0.6rem 1.6rem 0.4rem 2.4rem;
  display: inline-block;
  margin-left: 1.8rem;
}
body[data-role=doctor] header nav .nav-list > li .icon {
  background-color: var(--color-Dr_bg_blue);
}
header nav .nav-list > li .icon::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  color: var(--color-white);
  background-color: var(--color-Ns_main);
  border: 1px solid var(--color-white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body[data-role=doctor] header nav .nav-list > li .icon::before {
  background-color: var(--color-Dr_main);
}
header nav .nav-list > li .icon.posts::before {
  content: "\e907";
}
header nav .nav-list > li .icon.contact::before {
  content: "\e909";
}
header nav .nav-list > li .icon.document::before {
  content: "\e90a";
}
header nav .nav-list > li .icon.category::before {
  content: "\e908";
}
header nav .nav-list > li .sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
  margin-top: 2rem;
  margin-left: 4.4rem;
}
header nav .nav-list > li .sub-list > li a {
  font-size: 1.4rem;
}
header nav .nav-list > li .sub-list > li a span {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (hover: hover) {
  header nav .nav-list > li .sub-list > li a:hover span {
    background-size: 100% 1px;
  }
}
header nav .other-nav-list {
  border-top: 1px solid var(--color-text_black);
  padding-top: 3.2rem;
  margin-top: 3.2rem;
}
header nav .other-nav-list > li:nth-child(n+2) {
  margin-top: 1.6rem;
}
header nav .other-nav-list > li, header nav .other-nav-list > li a {
  font-size: 1.2rem;
}
header nav .other-nav-list > li a[target=_blank] {
  padding-right: 2.2rem;
}
header nav .other-nav-list > li a[target=_blank]::after {
  content: "\e904";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  color: var(--color-gray);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
header nav .other-nav-list > li a span {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (hover: hover) {
  header nav .other-nav-list > li a:hover span {
    background-size: 100% 1px;
  }
}
body.navOpen header nav {
  opacity: 1;
}
@media only screen and (min-width: 768.1px) {
  body.navOpen header nav {
    height: calc(100vh - 11rem);
  }
}
@media only screen and (max-width: 768px) {
  body.navOpen header nav {
    height: calc(100vh - 13.4rem);
  }
}
@media only screen and (min-width: 768.1px) {
  body.navOpen header nav {
    height: calc(100svh - 11rem);
  }
}
@media only screen and (max-width: 768px) {
  body.navOpen header nav {
    height: calc(100svh - 13.4rem);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  body.navOpen header nav {
    height: calc(100vh - 18.2rem);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  body.navOpen header nav {
    height: calc(100svh - 18.2rem);
  }
}
body.navOpen header nav .nav-frame {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

footer .section#banners {
  background-color: var(--color-Ns_bg_blue2);
}
body[data-role=doctor] footer .section#banners {
  background-color: var(--color-Dr_bg_blue);
}
@media only screen and (min-width: 768.1px) {
  footer .section#banners {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#banners {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#banners {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#banners {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#banners .banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .section#banners .banners > li {
    width: calc((100% - 5.6rem) / 2);
  }
}
@media only screen and (max-width: 768px) {
  footer .section#banners .banners > li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
footer .section#banners .banners > li a {
  display: block;
}
footer .section#banners .banners > li a figure {
  border: 1px solid var(--color-text_black);
}
footer .section#banners .banners > li a figure img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  footer .section#banners .banners > li a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#links {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#links .container {
    width: 100%;
    max-width: 120rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12rem;
  }
  footer .section#links .container .logos {
    width: 24rem;
  }
  footer .section#links .container nav {
    width: calc(100% - 24rem - 12rem);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  footer .section#links .container {
    display: block;
  }
  footer .section#links .container nav {
    width: 89.74%;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links .logos {
    width: 20rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links .logos {
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  footer .section#links .logos {
    margin-inline: auto;
  }
}
footer .section#links .logos .media_logo {
  margin-top: 1rem;
}
@media (hover: hover) {
  footer .section#links .logos a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  footer .section#links nav {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 1120px) {
  footer .section#links nav {
    margin-top: 4rem;
  }
}
footer .section#links nav, footer .section#links nav a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
footer .section#links nav a span {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (hover: hover) {
  footer .section#links nav a:hover span {
    background-size: 100% 1px;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#links nav a[target=_blank] {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav a[target=_blank] {
    padding-right: 1.8rem;
  }
}
footer .section#links nav a[target=_blank]::after {
  content: "\e904";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 768.1px) {
  footer .section#links nav a[target=_blank]::after {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav a[target=_blank]::after {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#links nav .icon {
    padding-left: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav .icon {
    padding-left: 2.4rem;
  }
}
footer .section#links nav .icon::before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  color: var(--color-Ns_sub);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body[data-role=doctor] footer .section#links nav .icon::before {
  color: var(--color-Dr_sub);
}
footer .section#links nav .icon.posts::before {
  content: "\e907";
}
footer .section#links nav .icon.contact::before {
  content: "\e909";
}
footer .section#links nav .icon.document::before {
  content: "\e90a";
}
footer .section#links nav .icon.category::before {
  content: "\e908";
}
@media only screen and (min-width: 768.1px) {
  footer .section#links nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav .nav-list > li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#links nav .cate {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav .cate {
    margin-top: 2rem;
  }
}
footer .section#links nav .cate .cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768.1px) {
  footer .section#links nav .cate .cate-list {
    gap: 0.8rem 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav .cate .cate-list {
    gap: 1.2rem 1.6rem;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#links nav .cate .cate-list {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav .cate .cate-list {
    padding-left: 2.4rem;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#links nav .cate .cate-list {
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#links nav .cate .cate-list {
    margin-top: 1.6rem;
  }
}
footer .section#links nav .cate .cate-list a {
  font-size: 1.4rem;
}
footer .section#copyright {
  background-color: var(--color-Ns_main);
}
@media only screen and (max-width: 768px) {
  footer .section#copyright {
    text-align: center;
  }
}
body[data-role=doctor] footer .section#copyright {
  background-color: var(--color-Dr_main);
}
@media only screen and (min-width: 768.1px) {
  footer .section#copyright {
    padding: 1.9rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#copyright {
    padding: 3rem;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#copyright .container {
    width: 100%;
    max-width: 120rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#copyright .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4em;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#copyright .links > li:nth-child(n+2) {
    margin-top: 1.2rem;
  }
}
footer .section#copyright .links > li a {
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-white);
}
@media only screen and (min-width: 768.1px) {
  footer .section#copyright .links > li a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#copyright .links > li a {
    font-size: 1.4rem;
  }
}
footer .section#copyright .links > li a span {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (hover: hover) {
  footer .section#copyright .links > li a:hover span {
    background-size: 100% 1px;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#copyright .links > li a[target=_blank] {
    padding-right: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#copyright .links > li a[target=_blank] {
    padding-right: 2rem;
  }
}
footer .section#copyright .links > li a[target=_blank]::after {
  content: "\e904";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-white);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 768.1px) {
  footer .section#copyright .links > li a[target=_blank]::after {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#copyright .links > li a[target=_blank]::after {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768.1px) {
  footer .section#copyright .copy {
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#copyright .copy {
    margin-top: 2.8rem;
  }
}
footer .section#copyright .copy small {
  font-weight: 700;
  color: var(--color-blue);
}
@media only screen and (min-width: 768.1px) {
  footer .section#copyright .copy small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .section#copyright .copy small {
    font-size: 1rem;
  }
}
body[data-role=doctor] footer .section#copyright .copy small {
  color: var(--color-white);
}