@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;
  }
}

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;
  }
}

@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";
}

@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;
  }
}

@media only screen and (min-width: 768.1px) {
  body {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 8rem;
  }
}

header {
  z-index: 100;
}
header .header-inner {
  width: 100%;
}
header .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: slideDown 0.3s ease forwards;
  animation: slideDown 0.3s ease forwards;
}
header .header-bar {
  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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768.1px) {
  header .header-bar {
    height: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar {
    height: 8rem;
  }
}
header .header-bar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@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 {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bar .logo {
    margin-left: 2rem;
  }
}

footer {
  background-color: var(--color-gray);
}
@media only screen and (min-width: 768.1px) {
  footer {
    padding: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 2.5rem;
  }
}
footer .container {
  width: 100%;
  max-width: 120rem;
}
@media only screen and (min-width: 768.1px) {
  footer p {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  footer p {
    text-align: center;
  }
}
footer p small {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
}