@charset "UTF-8";

.m-media__inner > img {
  border-radius: 6px;
}

.nowrap {
  white-space: nowrap;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-font-bold,
.txt-important {
  font-weight: bold;
}

.txt-font-italic {
  font-style: italic;
}

.txt-important + .table-cmn {
  margin-top: 0.5em;
}

.txt-red {
  color: #c00;
}

.txt-blue {
  color: #039;
}

.ico-pdf::before {
  content: url("/themes/custom/medical_navi_theme/images/icon/pdf.png");
  display: inline-block;
  margin-left: 4.2px;
}

.link-angle:hover,
.link-angle-down:hover {
  text-decoration: underline;
}

.link-angle::before,
.link-angle-down::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .link-angle::before,
.link-angle-down::before {
    margin-right: 8px;
  }
}

.link-angle::before {
  height: 9.1px;
  width: 7.7px;
  background-image: url("/themes/custom/medical_navi_theme/images/icon/angle-blue.png");
  background-position: left center;
  margin-left: 3px;
}
@media only screen and (min-width: 768px) {
  .link-angle::before {
    height: 10.4px;
    width: 8.8px;
  }
}

.link-angle:hover {
  text-decoration: underline;
}

.link-angle-down {
  text-decoration: none;
  padding-left: 14.7px;
  text-indent: -14.7px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .link-angle-down {
    padding-left: 16.8px;
    text-indent: -16.8px;
  }
}

.link-angle-down:visited {
  color: #039;
}

.link-angle-down::before {
  height: 7.7px;
  width: 9.1px;
  background-image: url("/themes/custom/medical_navi_theme/images/icon/angle-blue.png");
  background-position: 0 center;
  transform: rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .link-angle-down::before {
    height: 8.8px;
    width: 10.4px;
  }
}

.ttl-h2 {
  font-size: 19.25px;
  font-weight: bold;
  border-bottom: 2px solid #003670;
  margin-bottom: 19.25px;
}
@media only screen and (min-width: 768px) {
  .ttl-h2 {
    font-size: 22px;
    margin-bottom: 22px;
  }
}

.ttl-h2-logo {
  max-height: 65px;
  height: 100%;
  width: auto;
}

.basic-info .ttl-h2 img {
  max-width: 100%;
}

.ttl-h3 {
  padding-left: 7px;
  font-size: 15.75px;
  font-weight: bold;
  border-left: 3px solid #003670;
  margin-bottom: 15.75px;
}
@media only screen and (min-width: 768px) {
  .ttl-h3 {
    padding-left: 8px;
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.ttl-h4 {
  font-weight: bold;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .ttl-h4 {
    margin-bottom: 16px;
  }
}

.ttl-rightblue {
  background: #f3f3f3;
  color: #008cba;
  font-weight: bold;
  font-size: 15.75px;
  padding: 7.84px 15.75px 4.84px 15.75px;
  margin-bottom: 12.25px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ttl-rightblue {
    font-size: 18px;
    padding: 8.96px 18px 5.96px 18px;
    margin-bottom: 14px;
  }
}

.txt-sentence {
  margin-bottom: 7px;
  font-size: 12.25px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .txt-sentence {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.txt-sentence sup {
  display: inline-block;
  margin-top: -0.2em;
}
.txt-sentence strong {
  color: #333;
}

.txt-sentence.mb0 {
  margin-bottom: 0;
}

.txt-sentence.small {
  font-size: 10.5px;
}
@media only screen and (min-width: 768px) {
  .txt-sentence.small {
    font-size: 12px;
  }
}

.txt-sentence.middle {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .txt-sentence.middle {
    font-size: 16px;
  }
}

.txt-sentence.large {
  font-size: 15.75px;
}
@media only screen and (min-width: 768px) {
  .txt-sentence.large {
    font-size: 18px;
  }
}

.txt-sentence em {
  background: #fe9;
  font-weight: bold;
  font-style: normal;
}

h2.txt-sentence span,
h2.txt-sentence a {
  margin-right: 4.2px;
}
@media only screen and (min-width: 768px) {
  h2.txt-sentence span,
h2.txt-sentence a {
    margin-right: 4.8px;
  }
}

h2.txt-sentence span:last-child {
  margin-right: 0;
}

.txt-definition {
  font-size: 12.25px;
  display: table;
  table-layout: fixed;
}
@media only screen and (min-width: 768px) {
  .txt-definition {
    font-size: 14px;
  }
}

.txt-definition > dd p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.txt-definition > dt,
.txt-definition > dd {
  display: table-cell;
}

.txt-definition > dt {
  font-weight: bold;
  padding-right: 14px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .txt-definition > dt {
    padding-right: 16px;
  }
}

.txt-definition > dt.label {
  font-size: 10.5px;
  padding: 0 1em 0.5em 0;
}
@media only screen and (min-width: 768px) {
  .txt-definition > dt.label {
    font-size: 12px;
  }
}

.txt-definition.emphasis {
  display: table-row;
}

.txt-definition.emphasis > dt.label {
  padding: 0;
}

.txt-definition.emphasis > dt.label > span {
  display: block;
  min-width: 77px;
  color: #014ea0;
  border: 1px solid #014ea0;
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .txt-definition.emphasis > dt.label > span {
    min-width: 88px;
  }
}

.txt-definition.emphasis > dd {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .txt-definition.emphasis > dd {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
}

.txt-note {
  font-size: 10.5px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .txt-note {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.txt-note.mark {
  padding-left: 10.5px;
  text-indent: -10.5px;
}
@media only screen and (min-width: 768px) {
  .txt-note.mark {
    padding-left: 12px;
    text-indent: -12px;
  }
}

.txt-note.mark + [class^=ttl-],
.grid-row + [class^=ttl-] {
  margin-top: 26.25px;
}
@media only screen and (min-width: 768px) {
  .txt-note.mark + [class^=ttl-],
.grid-row + [class^=ttl-] {
    margin-top: 30px;
  }
}

.txt-note.mark::before {
  content: "※";
}

.notes {
  display: block;
  border: none;
  margin-bottom: 28px;
  font-size: 12px;
  font-size: 10.5px;
}
@media only screen and (min-width: 768px) {
  .notes {
    margin-bottom: 32px;
    font-size: 12px;
  }
}

.notes dt {
  float: left;
  width: auto;
  padding: 0 5px 0 0;
  border: none;
  background: none;
  color: inherit;
}

.notes dd {
  overflow: hidden;
  padding: 0;
  border: none;
  width: auto;
}

.link-list:not(:last-child) {
  margin-bottom: 26.25px;
}
@media only screen and (min-width: 768px) {
  .link-list:not(:last-child) {
    margin-bottom: 30px;
  }
}

.link-list li {
  display: block;
}

.link-list.horizontal li {
  display: inline-block;
}

.link-list.horizontal li:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (min-width: 768px) {
  .link-list.horizontal li:not(:last-child) {
    margin-right: 16px;
  }
}

.link-list.right {
  width: 100%;
}

.link-list.right li {
  float: right;
}

.link-list.right::after {
  content: " ";
  display: block;
  line-height: 0;
  clear: both;
}

ul.list-square,
ol.list-order {
  margin-bottom: 14px;
  font-size: 12.25px;
}
@media only screen and (min-width: 768px) {
  ul.list-square,
ol.list-order {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

ul.list-square > li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 25.2px;
}
@media only screen and (min-width: 768px) {
  ul.list-square > li {
    margin-bottom: 16px;
    padding-left: 28.8px;
  }
}

ul.list-square-small > li,
.mod-footnote ol.list-order-small > li {
  margin-bottom: 4.2px;
  position: relative;
  padding-left: 18.2px;
}
@media only screen and (min-width: 768px) {
  ul.list-square-small > li,
.mod-footnote ol.list-order-small > li {
    margin-bottom: 4.8px;
    padding-left: 20.8px;
  }
}

ul.list-square > li::before,
ul.list-square-small > li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 6px;
  width: 4px;
  height: 4px;
  background-color: #666;
}

ol.list-order {
  counter-reset: decimal;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  ol.list-order {
    margin-bottom: 16px;
  }
}
ol.list-order sup {
  display: inline-block;
  margin-top: -0.2em;
}

ol.list-order-small {
  counter-reset: decimal;
}
ol.list-order-small sup {
  display: inline-block;
  margin-top: -0.2em;
}

ol.list-order li {
  margin-bottom: 14px;
  padding-left: 25.2px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  ol.list-order li {
    margin-bottom: 16px;
    padding-left: 28.8px;
  }
}

ol.list-order li:last-child {
  margin-bottom: 0;
}

ol.list-order li::before,
.mod-footnote ol.list-order-small li::before {
  counter-increment: decimal;
  content: "(" counter(decimal) ") ";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: auto;
}

ul.list-square-small,
ol.list-order-small {
  margin-bottom: 10.5px;
  font-size: 10.5px;
}
@media only screen and (min-width: 768px) {
  ul.list-square-small,
ol.list-order-small {
    margin-bottom: 12px;
    font-size: 12px;
  }
}

figure.no-border img,
figure img.img-table {
  border: none;
}

figure.img_hr {
  margin: auto;
  margin-bottom: 26.25px;
}
figure.img_hr img {
  display: block;
  border: 1px solid #ccc;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  figure.img_hr {
    margin-bottom: 30px;
  }
}

figure.img_hr figcaption {
  text-align: center;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  figure.img_hr figcaption {
    font-size: 12px;
  }
}
figure.img_hr figcaption > p {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  figure.img_hr figcaption > p {
    font-size: 12px;
  }
}
figure.img_hr figcaption > :last-child {
  margin-bottom: 0;
}

figure.img_center {
  margin: auto;
  margin-bottom: 26.25px;
  width: 50%;
}
figure.img_center img {
  border: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  figure.img_center {
    margin-bottom: 30px;
  }
}

figure.img_center figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  figure.img_center figcaption {
    font-size: 12px;
  }
}
figure.img_center figcaption > p {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  figure.img_center figcaption > p {
    font-size: 12px;
  }
}
figure.img_center figcaption > :last-child {
  margin-bottom: 0;
}

.table-cmn,
.table-col-fix {
  box-sizing: border-box;
  margin-bottom: 26.25px;
  border-collapse: collapse;
}
@media only screen and (min-width: 768px) {
  .table-cmn,
.table-col-fix {
    margin-bottom: 30px;
  }
}

.table-cmn.middle,
.table-col-fix.middle {
  font-size: 12.25px;
}
@media only screen and (min-width: 768px) {
  .table-cmn.middle,
.table-col-fix.middle {
    font-size: 14px;
  }
}

.table-cmn.small,
.table-col-fix.small {
  font-size: 10.5px;
}
@media only screen and (min-width: 768px) {
  .table-cmn.small,
.table-col-fix.small {
    font-size: 12px;
  }
}

.grid-row + .table-cmn {
  margin-top: 26.25px;
}
@media only screen and (min-width: 768px) {
  .grid-row + .table-cmn {
    margin-top: 30px;
  }
}

.table-cmn.w100,
.table-col-fix.w100 {
  width: 100%;
}

.table-cmn tr {
  border: 1px solid #ccc;
}

.table-cmn th {
  color: #014ea0;
  background-color: #f3f3f3;
}

.table-cmn td {
  background-color: #fff;
}

.table-cmn th.w25 {
  width: 25%;
}

.table-cmn th,
.table-cmn td {
  border-left: 1px solid #ccc;
  padding: 14px;
}
@media only screen and (min-width: 768px) {
  .table-cmn th,
.table-cmn td {
    padding: 16px;
    font-size: 16px;
  }
}

.table-cmn.v-middle th,
.table-cmn.v-middle td {
  vertical-align: middle;
}

.table-cmn td > p {
  max-width: calc(100% - 60px);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .table-cmn tr {
    display: block;
    margin-bottom: 14px;
  }

  .table-cmn th[class*=w] {
    width: auto !important;
  }

  .table-cmn,
.table-cmn tbody,
.table-cmn th,
.table-cmn td {
    display: block;
  }

  .table-cmn th:not(:first-child),
.table-cmn td:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ccc;
  }
}
.table-col-fix {
  table-layout: fixed;
}

.table-col-fix tr {
  border: 1px solid #ccc;
}

.table-col-fix th {
  color: #014ea0;
  background-color: #f3f3f3;
}

.table-col-fix td {
  background-color: #fff;
}

.table-col-fix th.w25 {
  width: 25%;
}

.table-col-fix th,
.table-col-fix td {
  padding: 14px;
  border-left: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  .table-col-fix th,
.table-col-fix td {
    padding: 16px;
  }
}

.table-col-fix.v-middle th,
.table-col-fix.v-middle td {
  vertical-align: middle;
}

.table-col-fix.narrow th,
.table-col-fix.narrow td {
  padding: 0.5rem;
}

.grid-row {
  overflow: hidden;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  align-content: space-between;
}

.grid-row::after {
  content: "";
  display: inline-block;
  visibility: hidden;
  height: 0;
  width: 1000px;
  clear: both;
}

.grid-col-2 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: calc(16.666% - 20px);
  float: left;
}

.grid-col-2 * {
  min-height: 0%;
}

.grid-col-3 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: calc(25% - 20px);
  float: left;
}

.grid-col-3 * {
  min-height: 0%;
}

.grid-col-4 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: calc(33.333% - 20px);
  float: left;
}

.grid-col-4 * {
  min-height: 0%;
}

.grid-col-6 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: calc(50% - 20px);
  float: left;
}

.grid-col-6 * {
  min-height: 0%;
}

.grid-col-8 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: calc(66.6666% - 20px);
  float: left;
}

.grid-col-8 * {
  min-height: 0%;
}

.grid-col-9 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: calc(75% - 20px);
  float: left;
}

.grid-col-9 * {
  min-height: 0%;
}

.grid-col-10 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: calc(83.333% - 20px);
  float: left;
}

.grid-col-10 * {
  min-height: 0%;
}

.grid-col-12 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
}

.grid-row.img-area [class*=grid-col] {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .grid-row {
    overflow: hidden;
    width: calc(100% + 10px);
    margin-left: -5px;
  }

  .grid-col-sp4 {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    width: calc(33.333% - 10px);
    float: left;
  }

  .grid-col-sp4 * {
    min-height: 0%;
  }

  .grid-col-sp6 {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    width: calc(50% - 10px);
    float: left;
  }

  .grid-col-sp6 * {
    min-height: 0%;
  }

  .grid-col-sp8 {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    width: calc(66.6666% - 10px);
    float: left;
  }

  .grid-col-sp8 * {
    min-height: 0%;
  }

  .grid-col-sp12 {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    width: calc(100% - 10px);
  }
}
.contents-main-body {
  padding: 26.25px;
  padding-top: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .contents-main-body {
    padding: 30px;
  }
}

.sec-secondary {
  margin-bottom: 26.25px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .sec-secondary {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.sec-secondary figure figcaption,
.sec-secondary figure figcaption p:not(.txt-sentence) {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .sec-secondary figure figcaption,
.sec-secondary figure figcaption p:not(.txt-sentence) {
    font-size: 1.2rem;
  }
}

.sec-secondary::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.sec-secondary > *:last-child {
  margin-bottom: 0;
}

.txt-update {
  font-size: 12.25px;
  margin-bottom: 12.25px;
}
@media only screen and (min-width: 768px) {
  .txt-update {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.txt-update > dt,
.txt-update > dd {
  display: inline-block;
}

@media screen and (max-width: 999px) {
  .contents-main-body {
    padding: 10px;
    padding-top: 0;
  }
}
.mod-article {
  margin-bottom: 26.25px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .mod-article {
    margin-bottom: 30px;
  }
}

.mod-article > *:last-child {
  margin-bottom: 0;
}

.mod-article [class*=grid-col-] > *:last-child {
  margin-bottom: 0;
}

.mod-article + .mod-article {
  border-top: 1px dotted #ccc;
  padding-top: 14px;
}
@media only screen and (min-width: 768px) {
  .mod-article + .mod-article {
    padding-top: 16px;
  }
}

.mod-article .img-article-thumb {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.mod-article .img-article-thumb img {
  width: 100%;
  display: block;
  margin: auto;
}

.mod-article::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.mod-article-wraparound {
  box-sizing: border-box;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .mod-article-wraparound {
    margin-bottom: 8px;
  }
}

.mod-article-wraparound.right > figure {
  float: right;
  padding-left: 14px;
  clear: right;
}
@media only screen and (min-width: 768px) {
  .mod-article-wraparound.right > figure {
    padding-left: 16px;
  }
}

.mod-article-wraparound > figure {
  width: 50%;
  max-width: 250px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .mod-article-wraparound > figure {
    margin-bottom: 8px;
  }
}

.mod-article-wraparound > figure img {
  width: 100%;
  max-width: 250px;
  border: 1px solid #ccc;
}

.mod-article-wraparound > figure.portrait {
  max-width: 144px;
}

.mod-article-wraparound > figure.portrait img {
  width: auto;
  height: 140px;
}

.mod-article-wraparound > figure.portrait p:not(.txt-sentence) {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .mod-article-wraparound > figure.portrait p:not(.txt-sentence) {
    font-size: 12px;
  }
}

.mod-article-wraparound > *:last-child {
  margin-bottom: 0;
}

.box-body > *:last-child {
  margin-bottom: 0;
}

.box-body [class*=grid-col-] > *:last-child {
  margin-bottom: 0;
}

.box-default {
  background: #fff;
  padding: 14px;
  margin-bottom: 26.25px;
  border: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .box-default {
    padding: 16px;
    margin-bottom: 30px;
  }
}

.box-default .box-title {
  padding: 4px 0 14px;
  font-weight: bold;
  border-bottom: 2px solid #333;
}

.box-default .box-body {
  padding-top: 14px;
}
@media only screen and (min-width: 768px) {
  .box-default .box-body {
    padding-top: 16px;
  }
}

.box-panel {
  padding: 0;
  margin-bottom: 26.25px;
}
@media only screen and (min-width: 768px) {
  .box-panel {
    margin-bottom: 30px;
  }
}

.box-panel .box-title {
  color: #014ea0;
  font-size: 15.75px;
  padding: 21px 17.5px 12.25px;
  font-weight: bold;
  border-bottom: none;
  background: #eee;
}
@media only screen and (min-width: 768px) {
  .box-panel .box-title {
    font-size: 18px;
    padding: 24px 20px 14px;
  }
}

.box-panel .box-title a {
  font-size: 15.75px;
}
@media only screen and (min-width: 768px) {
  .box-panel .box-title a {
    font-size: 18px;
  }
}

.box-panel .box-body {
  padding: 14px;
  border: 4.375px solid #eee;
}
@media only screen and (min-width: 768px) {
  .box-panel .box-body {
    padding: 16px;
    border: 5px solid #eee;
  }
}

/***********  カイプロリス*イメンド・プロイメンド*ビラフトビ・メクトビ  *********/
@media screen and (max-width: 767px) {
  .box-panel .box-body .grid-col-sp12 > .mod-article {
    padding: 10px 0;
  }

  .box-panel .box-body .grid-col-sp12:not(:last-child) > .mod-article {
    border-bottom: 1px dotted #ccc;
  }
}
.box-important {
  background: #fee;
  padding: 15.75px;
  margin-bottom: 26.25px;
}
@media only screen and (min-width: 768px) {
  .box-important {
    padding: 18px;
    margin-bottom: 30px;
  }
}

.box-important > *:last-child {
  margin-bottom: 0;
}

.mod-isolated {
  margin: 26.25px auto;
}
@media only screen and (min-width: 768px) {
  .mod-isolated {
    margin: 30px auto;
  }
}

.mod-isolated:last-child {
  margin: 26.25px auto 0;
}
@media only screen and (min-width: 768px) {
  .mod-isolated:last-child {
    margin: 30px auto 0;
  }
}

.seminar-date {
  overflow: hidden;
}

.seminar-date::before,
.seminar-date::after {
  content: " ";
  display: table;
}

.seminar-date::after {
  clear: left;
}

.seminar-date .date {
  display: table;
  font-size: 17.5px;
  font-weight: bold;
  float: left;
  margin-bottom: 12.25px;
  line-height: 1.5;
  vertical-align: middle;
  margin-right: 14px;
}
@media only screen and (min-width: 768px) {
  .seminar-date .date {
    font-size: 20px;
    margin-bottom: 14px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .seminar-date .date {
    float: none;
    margin-right: 0;
  }
}
.mod-tab {
  margin-bottom: 26.25px;
}
@media only screen and (min-width: 768px) {
  .mod-tab {
    margin-bottom: 30px;
  }
}

.category-howto .link-list.horizontal {
  margin: 19.25px 0;
}
@media only screen and (min-width: 768px) {
  .category-howto .link-list.horizontal {
    margin: 22px 0;
  }
}

.category-howto .flow-items {
  font-size: 12.25px;
}
@media only screen and (min-width: 768px) {
  .category-howto .flow-items {
    font-size: 14px;
  }
}

.category-howto .ttl-rightblue span {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) {
  .category-howto .ttl-rightblue span {
    margin-right: 8px;
  }
}

.category-howto .ttl-rightblue + dd {
  padding-bottom: 19.25px;
}
@media only screen and (min-width: 768px) {
  .category-howto .ttl-rightblue + dd {
    padding-bottom: 22px;
  }
}

.category-howto .flow-items p {
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .category-howto .flow-items p {
    margin-bottom: 8px;
  }
}

.category-howto .flow-items ul.list {
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .category-howto .flow-items ul.list {
    margin-bottom: 8px;
  }
}

.category-howto .flow-items ul.list > li {
  padding-left: 14px;
  text-indent: -calc-rem(1);
}
@media only screen and (min-width: 768px) {
  .category-howto .flow-items ul.list > li {
    padding-left: 16px;
    text-indent: -calc-rem(1, pc);
  }
}

.category-howto .flow-items ul.list > li::before {
  display: inline;
  content: "●";
  color: #aaa;
  font-size: 10.5px;
  margin-right: 3.5px;
}
@media only screen and (min-width: 768px) {
  .category-howto .flow-items ul.list > li::before {
    font-size: 12px;
    margin-right: 4px;
  }
}

.category-howto .cycle-weeks {
  overflow: hidden;
}

.category-howto .cycle-weeks li {
  text-align: center;
}

.category-howto .cycle-weeks li img {
  max-width: 100%;
}

.category-howto .grid-col-8 figure img {
  border: none;
  margin: 7px 0;
}
@media only screen and (min-width: 768px) {
  .category-howto .grid-col-8 figure img {
    margin: 8px 0;
  }
}

.category-howto .box-cautions {
  margin: 12.25px 0;
}
@media only screen and (min-width: 768px) {
  .category-howto .box-cautions {
    margin: 14px 0;
  }
}

.category-howto .box-cautions dt {
  font-weight: bold;
  margin-bottom: 12.25px;
  color: #014ea0;
  padding: 2.8px;
  border: 1px solid #014ea0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .category-howto .box-cautions dt {
    margin-bottom: 14px;
    padding: 3.2px;
  }
}

.category-howto .box-cautions .box-advice {
  padding: 14px;
  background-color: #eff6f8;
  margin: 7px 0;
}
@media only screen and (min-width: 768px) {
  .category-howto .box-cautions .box-advice {
    padding: 16px;
    margin: 8px 0;
  }
}

.category-howto .flow-items .box-cautions .list-order li {
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .category-howto .cycle-weeks li {
    width: 50%;
    float: left;
  }

  .category-howto .grid-col-8 figure {
    width: 70%;
    margin: 0 auto;
  }
}
.mod-tab-head {
  overflow: hidden;
}

.mod-tab-head > ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  align-content: space-between;
  justify-content: space-between;
  width: calc(100% + 5px);
  margin-left: -2.5px;
  border-bottom: 2px solid #014ea0;
}

.mod-tab-head > ul::after {
  content: "";
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
}

.mod-tab-head li {
  display: flex;
  flex-direction: column;
  margin-left: 2.5px;
  margin-right: 2.5px;
  box-sizing: border-box;
  align-items: stretch;
  float: left;
  background: #eee;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.mod-tab-head li > button {
  display: block;
  padding: 11.2px 2.8px;
  font-weight: bold;
  color: #039;
  text-decoration: none;
  font-size: 15.75px;
}
@media only screen and (min-width: 768px) {
  .mod-tab-head li > button {
    padding: 12.8px 3.2px;
    font-size: 18px;
  }
}

.mod-tab-head li.is-select {
  background: #014ea0;
}

.mod-tab-head li.is-select > button {
  color: #fff;
}

.mod-tab-head.col2 {
  width: 100%;
}

.mod-tab-head.col2 li {
  width: calc(50% - 5px);
}

.mod-tab-head.col3 {
  width: 99.9999%;
}

.mod-tab-head.col3 li {
  width: calc(33.3333% - 5px);
}

/* button */
.field__item a[class*=button] {
  font-weight: bold;
  border-radius: 6px;
  padding: 9.45px 9.45px 7.45px 9.45px;
  text-decoration: none;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  font-size: 15.75px;
  margin-bottom: 14px;
  color: #fff;
  background: #014ea0;
  border-bottom: 2px solid #013e80;
  display: block;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .field__item a[class*=button] {
    padding: 10.8px 10.8px 8.8px 10.8px;
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.cvae3rd .date {
  text-align: right;
  margin-bottom: 0.5em;
}

.cvae3rd h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0 0.3em 0.1em;
  border-bottom: 4px solid #800046;
}

.cvae3rd .intro {
  font-size: 1em;
  margin-bottom: 3em;
}

.cvae3rd .intro p {
  margin: 0.4em 0.2em;
}

.cvae3rd .intro p a {
  color: #333;
  text-decoration: underline;
  padding: 0 0.25em;
}

.cvae3rd .intro p a:hover {
  text-decoration: none;
}

.cvae3rd .intro p.author {
  text-align: right;
  font-size: 0.8em;
}

.cvae3rd .intro p.author span {
  font-size: 1.5em;
  font-weight: bold;
}

.cvae3rd .contents-list,
.cvae4th .contents-list {
  display: flex;
  flex-wrap: wrap;
}

.cvae3rd .contents-list > li,
.cvae4th .contents-list > li {
  margin-bottom: 3em;
  color: #1b5f9b;
}

.cvae3rd .contents-list > li span,
.cvae4th .contents-list > li span {
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background: #800046;
  margin-bottom: 0.25em;
  padding: 0.3em;
}

.cvae3rd .contents-list > li span::after,
.cvae4th .contents-list > li span::after {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  content: " ";
  background: #fff url("/themes/custom/medical_navi_theme/images/icon/cvae-lock.svg") no-repeat center;
  background-size: 0.9em;
  vertical-align: middle;
  margin-left: 0.3em;
  border-radius: 1em;
}

.cvae3rd .contents-list a,
.cvae4th .contents-list a {
  font-size: 1.05em;
}

.cvae3rd .contents-list li ol li,
.cvae3rd .contents-list li ul li,
.cvae4th .contents-list li ol li,
.cvae4th .contents-list li ul li {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  background: #fff;
}

.cvae4th .box-right ol {
  text-align: right;
}

.cvae3rd .contents-list li ol,
.cvae4th .contents-list li ol,
.cvae4th article.exhibit ol,
.cvae4th .box-right ol {
  counter-reset: number;
  margin-left: 0.5em;
  margin-top: 0.5em;
}

.cvae3rd .contents-list li ol li,
.cvae3rd .contents-list li ul li,
.cvae4th .contents-list li ol li,
.cvae4th .contents-list li ul li,
.cvae4th .box-right ol li {
  margin-bottom: 0.25em;
  padding-left: 1em;
  text-indent: -1em;
}

.cvae4th article.exhibit ol {
  padding-left: 2em;
  text-indent: -2em;
}

.cvae3rd .contents-list li ol li::before,
.cvae4th .contents-list li ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 0.25em;
  font-size: 1.05em;
}

.cvae3rd .contents-list li ol li ol li::before,
.cvae4th .contents-list li ol li ol li::before,
.cvae4th article.exhibit ol li::before,
.cvae4th .box-right ol li::before {
  counter-increment: number;
  content: counter(number) ")";
}

.cvae4th article.exhibit ol li::before {
  display: inline-block;
  width: 1.5em;
  text-align: right;
  padding-right: 0.5em;
}

.cvae3rd .contents-list li ol li ol li::before,
.cvae4th .contents-list li ol li ol li::before,
.cvae4th article.exhibit ol li::before {
  font-size: 1.05em;
}

.cvae4th article.exhibit ol li,
.cvae4th .box-right ol li {
  font-size: 0.9em;
}

.cvae3rd .contents-list li ul li,
.cvae4th .contents-list li ul li {
  margin-left: 0.5em;
}

.cvae3rd .contents-list li ul li::before,
.cvae4th .contents-list li ul li::before {
  content: "・";
  font-size: 1.05em;
}

.cvae3rd .dlbtn,
.cvae4th .dlbtn {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  margin: 0 auto;
  padding: 1em;
  background: #800046;
  border-radius: 10px;
  box-shadow: 3px 3px 0 0 #cfa8bd;
}

.cvae3rd .dlbtn:hover .cvae4th .dlbtn:hover {
  opacity: 0.8;
}

.cvae3rd .dlbtn span::after,
.cvae4th .dlbtn span::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("/themes/custom/medical_navi_theme/images/icon/pdf.png");
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
}

.cvae3rd .supervision {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 3em;
}

.cvae3rd .supervision .title {
  display: inline-block;
  font-weight: bold;
  color: #242b76;
  border: 1px solid #242b76;
  padding: 0.5em 1.5em;
  margin-right: 1em;
}

.cvae3rd .supervision .name {
  display: inline-block;
}

.cvae4th h2,
.cvae4th.reference h2 {
  font-size: 1.5em;
  font-weight: bold;
  background: #800046;
  color: #fff;
  margin-bottom: 0.8em;
  padding: 0.5em 0.5em 0.4em;
}

.cvae4th h3 {
  font-weight: bold;
  color: #800046;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #800046;
}

.cvae4th h4,
.cvae4th.h-design h3,
.cvae4th.reference h3 {
  font-weight: bold;
  background: #fff;
  color: #800046;
  margin-bottom: 0.5em;
  padding-left: 0;
}

.cvae4th.h3sp h3,
.cvae4th.reference h3 {
  border: none;
}

.cvae4th.reference h3.purple,
.cvae4th.reference h3.orange,
.cvae4th.reference h3.sky,
.cvae4th.reference h3.red {
  color: #333;
  line-height: 1.8em;
}

.cvae4th.reference h3.purple span,
.cvae4th.reference h3.orange span,
.cvae4th.reference h3.sky span,
.cvae4th.reference h3.red span {
  color: #fff;
  padding: 0.3em;
}

.cvae4th.reference h3.purple span {
  background: #800046;
}

.cvae4th.reference h3.orange span {
  background: #eb790a;
}

.cvae4th.reference h3.sky span {
  background: #6ec3c6;
}

.cvae4th.reference h3.red span {
  background: #e3523d;
}

.cvae4th h5,
.cvae4th.h-design h4,
.cvae4th.h-design h3.black,
.cvae4th.reference h4,
.cvae4th.before-admi h3 {
  color: #222;
  font-weight: bold;
  margin: 0.5em 0;
}

.cvae4th.before-admi h3 {
  font-size: 1em;
}

.cvae4th article {
  margin: 0 0 3em 0.5em;
}

.cvae4th article.exhibit {
  background: #efefef;
  padding: 1em;
}

.cvae4th table {
  width: 100%;
  border-collapse: collapse;
}

.cvae4th table th {
  white-space: nowrap;
}

.cvae4th table th,
.cvae4th table td {
  vertical-align: middle;
  padding: 0.3em 0.5em;
  border: 1px solid #333;
  font-size: 16px;
}

.cvae4th table th.purple,
.cvae4th table th.orange,
.cvae4th table th.blue,
.cvae4th table th.red,
.cvae4th table.title-width th {
  text-align: left;
}

.cvae4th table.title-width th.purple,
.cvae4th table.title-width th.orange,
.cvae4th table.title-width th.blue,
.cvae4th table.title-width th.red,
.cvae4th table.title-width td {
  text-align: center;
}

.cvae4th table th.purple {
  background: #cd99b0;
}

.cvae4th table th.orange {
  background: #facd9d;
}

.cvae4th table th.blue {
  background: #cfe9ea;
}

.cvae4th table th.red {
  background: #f5c0ac;
}

.cvae4th table th.lavender,
.cvae4th table td.lavender {
  background: #f2e6eb;
}

.cvae4th table th.apricot,
.cvae4th table td.apricot {
  background: #fdf2e8;
}

.cvae4th table th.azure,
.cvae4th table td.azure {
  background: #e1eff0;
}

.cvae4th table th.coral,
.cvae4th table td.coral {
  background: #fcefea;
}

.cvae4th table .txt-center {
  text-align: center;
}

.cvae4th table .txt-left {
  text-align: left;
}

.cvae4th table .valign-top {
  vertical-align: top;
}

.cvae4th table .txt-rignt {
  text-align: right;
}

.cvae4th table .txt-large {
  font-size: 1.2em;
}

.cvae4th table .wrap {
  white-space: normal;
}

.cvae4th table .risk-row {
  background: #fdf2e8;
}

.cvae4th table .risk-middle {
  background: #f8d9b7;
}

.cvae4th table .risk-high {
  background: #f4be84;
}

.cvae4th td ul {
  margin: 0.2em 0 0.3em 1.5em;
}

.cvae4th td ul li,
.cvae4th td ul.square li ul li {
  list-style: disc;
  font-weight: normal;
  margin-bottom: 0.3em;
}

.cvae4th td ul.square li {
  list-style: square;
  min-width: 7em;
  font-weight: bold;
  margin-bottom: 1em;
}

.cvae4th .table-set,
.cvae4th .img-set,
.cvae4th .dl-set {
  margin-bottom: 1.5em;
}

.cvae4th p {
  margin-bottom: 1em;
}

.cvae4th .table-set p,
.cvae4th .img-set p,
.cvae4th .dl-set p {
  font-size: 0.8em;
  margin: 0.5em 0 0;
  padding: 0;
}

.cvae4th p a {
  color: #333;
  text-decoration: underline;
}

.cvae4th p a:hover {
  text-decoration: none;
}

.cvae4th p.notes {
  text-align: right;
}

.cvae4th p.margin-top-2 {
  margin-top: 2em;
}

.cvae4th .img-set {
  display: block;
  width: 100%;
}

.cvae4th .img-set img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cvae4th .img-set.w600 img {
  max-width: 600px;
}

.cvae3rd span.sup,
.cvae4th span.sup {
  font-size: 0.7em;
  vertical-align: super;
}

.cvae4th .box-perple {
  background: #fef3f8;
  padding: 0.8em 1em;
  border: 1px solid #333;
}

.cvae4th .box-perple ul {
  list-style: disc;
  margin-left: 1.5em;
}

.cvae4th .box-right {
  display: block;
  margin-left: auto;
}

.cvae4th dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.5em 0;
}

.cvae4th dl dt,
.cvae4th dl dd {
  font-size: 0.9em;
}

.cvae4th dl dt {
  width: 3em;
  font-weight: bold;
}

.cvae4th dl dd {
  width: calc(100% - 3.5em);
}

.cvae4th .dl-set dl {
  margin-bottom: 1.5em;
}

.cvae4th .dl-set dl dt,
.cvae4th .dl-set dl dd {
  font-size: 1em;
}

.cvae4th .dl-set dl dt {
  width: 5em;
}

.cvae4th .dl-set dl dd {
  width: calc(100% - 5.5em);
  margin-bottom: 0.5em;
}

.cvae4th .bg-purple {
  background: #f0dce5;
  text-align: center;
  margin-bottom: 2em;
  padding: 0.8em;
  border-radius: 0.5em;
}

.cvae4th .bg-purple h5 {
  display: inline-block;
  background: #f9c158;
  text-align: center;
  padding: 0.5em;
  border-radius: 0.5em;
  font-size: inherit;
}

.cvae4th .bg-purple div {
  background: #fff;
  text-align: center;
  margin: 1em 1em 0.5em;
  padding: 0.5em;
  border: 1px solid #222;
}

.cvae4th .bg-purple ol {
  text-align: left;
}

.cvae4th .bg-purple ol.detail {
  display: inline-block;
}

.cvae4th .bg-purple ol.comments {
  margin: 0 1em 1em 3em;
}

.cvae4th .bg-purple ol.comments li {
  font-size: 0.8em;
  counter-increment: com;
}

.cvae4th .bg-purple ol.comments li::before {
  content: "＊" counter(com);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

.cvae4th .border-box {
  display: block;
  width: 100%;
  margin: 0 0 2em;
  padding: 1em;
  border: 1px solid #000;
}

.cvae4th .border-box.margin-0 {
  margin: 0;
}

.cvae4th .text-center {
  text-align: center;
}

.cvae4th .font-bold {
  font-weight: bold;
}

.cvae4th .font-orange {
  color: #edab68;
}

@media screen and (min-width: 768px) {
  .cvae3rd .contents-list,
.cvae4th .contents-list {
    justify-content: space-between;
  }

  .cvae3rd .contents-list > li,
.cvae4th .contents-list > li {
    width: 45%;
  }

  .cvae3rd .dlbtn,
.cvae4th .dlbtn {
    width: 500px;
  }

  .cvae3rd .supervision {
    flex-wrap: nowrap;
  }

  .cvae4th ol.contents-list {
    margin-top: 5em;
  }

  .cvae4th h3,
.cvae4th.reference h2 {
    font-size: 1.2em;
  }

  .cvae4th h4,
.cvae4th.h-design h3,
.cvae4th.reference h3 {
    font-size: 1.1em;
  }

  .cvae4th br.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cvae3rd h2,
.cvae4th h2 {
    text-align: center;
  }

  .cvae3rd .contents-list > li,
.cvae4th .contents-list > li {
    width: 95%;
  }

  .cvae3rd .dlbtn,
.cvae4th .dlbtn {
    width: 90%;
    margin: 1em auto;
  }

  .cvae3rd .supervision {
    flex-wrap: wrap;
  }

  .cvae3rd .supervision div {
    width: 95%;
    text-align: center;
    margin: 0 auto;
  }

  .cvae3rd .supervision div.title {
    margin: 0.5em auto;
  }

  .cvae4th ol.contents-list {
    margin-top: 6em;
  }

  .cvae4th h3,
.cvae4th.reference h2 {
    font-size: 1.2em;
    text-align: center;
  }

  .cvae4th h4,
.cvae4th.h-design h3,
.cvae4th.reference h3 {
    font-size: 1.1em;
    text-align: center;
  }

  .cvae4th h5,
.cvae4th.h-design h4,
.cvae4th.reference h4 {
    text-align: center;
  }

  .cvae4th table th,
.cvae4th table td {
    font-size: 0.85em;
    white-space: normal;
  }

  .cvae4th table th.nowrap,
.cvae4th table td.nowrap {
    white-space: nowrap;
  }

  .cvae4th table.scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .cvae4th article.exhibit {
    padding: 0.5em;
  }

  .cvae4th td ul.square li {
    min-width: 4em;
  }

  .cvae4th dl dt {
    width: 3.3em;
  }

  .cvae4th dl dd {
    width: calc(100% - 3.8em);
  }

  .cvae4th .border-box {
    margin: 0 auto 2em;
  }

  .cvae4th br.pc {
    display: none;
  }
}
.cvae-contents {
  margin-bottom: 4em;
}

.cvae-contents h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0 0.3em 0.1em;
  border-bottom: 4px solid #800046;
}

.cvae-contents ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cvae-contents ol li {
  width: 48%;
  margin-bottom: 1em;
}

.cvae-contents li a {
  display: block;
  width: 92%;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background: #800046;
  margin-bottom: 0.25em;
  padding: 0.5em 0.8em;
  border-radius: 0.5em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .cvae-contents h2 {
    text-align: center;
  }

  .cvae-contents ol {
    justify-content: center;
  }

  .cvae-contents ol li {
    width: 95%;
    text-align: center;
    margin-bottom: 0.8em;
  }
}
.mb0 {
  margin-bottom: 0;
}

body .sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  body .sp {
    display: block;
  }
}

/* 基本情報ページのアンカーでの表示時、メニューで項目名が隠れる対応 */
@media only screen and (max-width: 1024px) {
  .l-container#hash_product .l-container__inner,
  .l-container#hash_siori .l-container__inner,
  .l-container#hash_photo .l-container__inner,
  .l-container#hash_rmp .l-container__inner {
    padding-top: 80px;
    margin-top: -80px;
}
@media only screen and (min-width: 1025px) {
  .js-dropdown-localNavi~.l-container#hash_product .l-container__inner,
  .js-dropdown-localNavi~.l-container#hash_siori .l-container__inner,
  .js-dropdown-localNavi~.l-container#hash_photo .l-container__inner,
  .js-dropdown-localNavi~.l-container#hash_rmp .l-container__inner {
    padding-top: 80px;
    margin-top: -80px;
}
