@charset "UTF-8";
/* 変数 */
/*.all-caps:first-child, .control:first-child, .display-title:first-child, .field:first-child, .select:first-child, .table-responsive:first-child, blockquote:first-child, caption:first-child, cite:first-child, dd:first-child, dl:first-child, dt:first-child, fieldset:first-child, figcaption:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, hr:first-child, input:first-child, label:first-child, legend:first-child, ol:first-child, ol li:first-child, p:first-child, progress:first-child, table:first-child, textarea:first-child, ul:first-child, ul li:first-child {
    margin-top: inherit;
}*/
@import url("../css/print.css") print;
.nodisp {
  display: none; }

.s_resp {
  width: 100%;
  max-width: 100%; }

.s_resp.m_resp {
  width: 80%;
  max-width: 80%; }

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

.flexbox {
  display: flex;
  list-style: none;
  margin-right: 0;
  padding: 0; }

.have_longdesc {
  width: 100%;
  text-align: center;
  position: relative; }
  .have_longdesc img {
    position: relative;
    background-color: #FAFAFA;
    z-index: 10; }
  .have_longdesc .to_longdesc {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%; }
    .have_longdesc .to_longdesc a {
      position: relative;
      display: block;
      left: -50%;
      line-height: 1.5;
      padding: 1rem; }
    .have_longdesc .to_longdesc a:link,
    .have_longdesc .to_longdesc a:visited {
      z-index: 5; }
    .have_longdesc .to_longdesc a:hover,
    .have_longdesc .to_longdesc a:active,
    .have_longdesc .to_longdesc a:focus {
      background-color: lightyellow;
      z-index: 15; }

._u-clearfix:after {
  content: "";
  display: block;
  clear: both; }

._u-pull-right {
  float: right !important; }

._u-pull-left {
  float: left !important; }

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

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

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

._c-row > li {
  margin: 0; }

._c-row._c-row--margin-s {
  margin-bottom: 1em; }

._c-row--margin-l {
  margin-bottom: -3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

._c-row--margin-s {
  margin-bottom: -0.75rem;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }

._c-row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }

ul._c-row {
  list-style: none;
  margin: 0;
  padding: 0; }

._c-row--left {
  justify-content: flex-start; }

._c-row--middle {
  align-items: center; }

._c-row--margin-s > ._c-row__col {
  margin-bottom: 0.75rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

._c-row__col {
  flex: 1 1 0;
  max-width: 100%;
  box-sizing: border-box; }

._c-row--fill > ._c-row__col {
  display: flex; }

._c-row--margin-l > ._c-row__col {
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

._c-row--fill > ._c-row__col > * {
  flex: 0 1 100%;
  max-width: 100%; }

._c-row__col--1-1, ._c-row__col--2-2, ._c-row__col--3-3, ._c-row__col--4-4, ._c-row__col--5-5, ._c-row__col--6-6, ._c-row__col--7-7, ._c-row__col--8-8, ._c-row__col--9-9, ._c-row__col--10-10, ._c-row__col--11-11, ._c-row__col--12-12 {
  flex: 0 1 100%;
  max-width: 100%; }

._c-row__col--1-3, ._c-row__col--2-6, ._c-row__col--3-9, ._c-row__col--4-12 {
  flex: 0 1 33.3333%;
  max-width: 33.3333%; }

._c-row__col--1-2, ._c-row__col--2-4, ._c-row__col--3-6, ._c-row__col--4-8, ._c-row__col--5-10, ._c-row__col--6-12 {
  flex: 0 1 50%;
  max-width: 50%; }

._c-row__col--1-4, ._c-row__col--2-8, ._c-row__col--3-12 {
  flex: 0 1 25%;
  max-width: 25%; }

._c-row__col--2-3, ._c-row__col--4-6, ._c-row__col--6-9, ._c-row__col--8-12 {
  flex: 0 1 66.6666%;
  max-width: 66.6666%; }

._c-row__col--3-4, ._c-row__col--6-8, ._c-row__col--9-12 {
  flex: 0 1 75%;
  max-width: 75%; }

._c-row__col--1-5, ._c-row__col--2-10 {
  flex: 0 1 20%;
  max-width: 20%; }

._c-row__col--2-5, ._c-row__col--4-10 {
  flex: 0 1 40%;
  max-width: 40%; }

._c-row__col--3-5, ._c-row__col--6-10 {
  flex: 0 1 60%;
  max-width: 60%; }

._c-row__col--4-5, ._c-row__col--8-10 {
  flex: 0 1 80%;
  max-width: 80%; }

._c-row__col--1-6, ._c-row__col--2-12 {
  flex: 0 1 16.6666%;
  max-width: 16.6666%; }

._c-row__col--5-6, ._c-row__col--10-12 {
  flex: 0 1 83.3333%;
  max-width: 83.3333%; }

._c-row__col--1-7 {
  flex: 0 1 14.2857%;
  max-width: 14.2857%; }

._c-row__col--2-7 {
  flex: 0 1 28.5714%;
  max-width: 28.5714%; }

._c-row__col--3-7 {
  flex: 0 1 42.8571%;
  max-width: 42.8571%; }

._c-row__col--4-7 {
  flex: 0 1 57.1428%;
  max-width: 57.1428%; }

._c-row__col--5-7 {
  flex: 0 1 71.4285%;
  max-width: 71.4285%; }

._c-row__col--6-7 {
  flex: 0 1 85.7142%;
  max-width: 75.7142%; }

._c-row__col--1-8 {
  flex: 0 1 12.5%;
  max-width: 12.5%; }

._c-row__col--3-8 {
  flex: 0 1 37.5%;
  max-width: 37.5%; }

._c-row__col--5-8 {
  flex: 0 1 62.5%;
  max-width: 62.5%; }

._c-row__col--7-8 {
  flex: 0 1 87.5%;
  max-width: 87.5%; }

._c-row__col--1-9 {
  flex: 0 1 11.1111%;
  max-width: 11.1111%; }

._c-row__col--2-9 {
  flex: 0 1 22.2222%;
  max-width: 22.2222%; }

._c-row__col--4-9 {
  flex: 0 1 44.4444%;
  max-width: 44.4444%; }

._c-row__col--5-9 {
  flex: 0 1 55.5555%;
  max-width: 55.5555%; }

._c-row__col--7-9 {
  flex: 0 1 77.7777%;
  max-width: 77.7777%; }

._c-row__col--8-9 {
  flex: 0 1 88.8888%;
  max-width: 88.8888%; }

._c-row__col--1-10 {
  flex: 0 1 10%;
  max-width: 10%; }

._c-row__col--3-10 {
  flex: 0 1 30%;
  max-width: 30%; }

._c-row__col--7-10 {
  flex: 0 1 70%;
  max-width: 70%; }

._c-row__col--9-10 {
  flex: 0 1 90%;
  max-width: 90%; }

._c-row__col--1-11 {
  flex: 0 1 9.0909%;
  max-width: 9.0909%; }

._c-row__col--2-11 {
  flex: 0 1 18.1818%;
  max-width: 18.1818%; }

._c-row__col--3-11 {
  flex: 0 1 27.2727%;
  max-width: 27.2727%; }

._c-row__col--4-11 {
  flex: 0 1 36.3636%;
  max-width: 36.3636%; }

._c-row__col--5-11 {
  flex: 0 1 45.4545%;
  max-width: 45.4545%; }

._c-row__col--6-11 {
  flex: 0 1 54.5454%;
  max-width: 54.5454%; }

._c-row__col--7-11 {
  flex: 0 1 63.6363%;
  max-width: 63.6363%; }

._c-row__col--8-11 {
  flex: 0 1 72.7272%;
  max-width: 72.7272%; }

._c-row__col--9-11 {
  flex: 0 1 81.8181%;
  max-width: 81.8181%; }

._c-row__col--10-11 {
  flex: 0 1 90.9090%;
  max-width: 90.9090%; }

._c-row__col--1-12 {
  flex: 0 1 8.3333%;
  max-width: 8.3333%; }

._c-row__col--5-12 {
  flex: 0 1 41.6666%;
  max-width: 41.6666%; }

._c-row__col--7-12 {
  flex: 0 1 58.3333%;
  max-width: 58.3333%; }

._c-row__col--11-12 {
  flex: 0 1 91.6666%;
  max-width: 91.6666%; }

._c-row__col--1-13 {
  flex: 0 1 7.6923%;
  max-width: 7.6923%; }

._c-row__col--2-13 {
  flex: 0 1 15.3846%;
  max-width: 15.3846%; }

@media screen and (min-width: 1024px) {
  ._c-row--lg-fill > ._c-row__col > * {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--lg-1-1, ._c-row__col--lg-2-2, ._c-row__col--lg-3-3, ._c-row__col--lg-4-4, ._c-row__col--lg-5-5, ._c-row__col--lg-6-6, ._c-row__col--lg-7-7, ._c-row__col--lg-8-8, ._c-row__col--lg-9-9, ._c-row__col--lg-10-10, ._c-row__col--lg-11-11, ._c-row__col--lg-12-12 {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--lg-1-4, ._c-row__col--lg-2-8, ._c-row__col--lg-3-12 {
    flex: 0 1 25%;
    max-width: 25%; }

  ._c-row__col--lg-3-4, ._c-row__col--lg-6-8, ._c-row__col--lg-9-12 {
    flex: 0 1 75%;
    max-width: 75%; } }
@media screen and (min-width: 641px) {
  ._c-row__col--md-1-1, ._c-row__col--md-2-2, ._c-row__col--md-3-3, ._c-row__col--md-4-4, ._c-row__col--md-5-5, ._c-row__col--md-6-6, ._c-row__col--md-7-7, ._c-row__col--md-8-8, ._c-row__col--md-9-9, ._c-row__col--md-10-10, ._c-row__col--md-11-11, ._c-row__col--md-12-12 {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--md-1-2, ._c-row__col--md-2-4, ._c-row__col--md-3-6, ._c-row__col--md-4-8, ._c-row__col--md-5-10, ._c-row__col--md-6-12 {
    flex: 0 1 50%;
    max-width: 50%; }

  ._c-row__col--md-1-3, ._c-row__col--md-2-6, ._c-row__col--md-3-9, ._c-row__col--md-4-12 {
    flex: 0 1 33.3333%;
    max-width: 33.3333%; }

  ._c-row__col--md-2-3, ._c-row__col--md-4-6, ._c-row__col--md-6-9, ._c-row__col--md-9-12 {
    flex: 0 1 66.6666%;
    max-width: 66.6666%; }

  ._c-row__col--md-1-4, ._c-row__col--md-2-8, ._c-row__col--md-3-12 {
    flex: 0 1 25%;
    max-width: 25%; }

  ._c-row__col--md-3-4, ._c-row__col--md-6-8, ._c-row__col--md-9-12 {
    flex: 0 1 75%;
    max-width: 75%; }

  ._c-row__col--md-1-6, ._c-row__col--md-2-12 {
    flex: 0 1 16.6666%;
    max-width: 16.6666%; }

  ._c-row__col--md-2-5 {
    flex: 0 1 40%;
    max-width: 40%; }

  ._c-row__col--md-3-5 {
    flex: 0 1 60%;
    max-width: 60%; } }
/* 標準スタイル */
table {
  margin: 0;
  margin-bottom: 2em; }
  table caption {
    margin: 0; }
  table thead th {
    text-align: center; }

.brepo_table tbody td {
  text-align: center; }
  .brepo_table tbody td a {
    margin: 0 auto; }

ol {
  margin: 0;
  padding-left: 1em; }

figcaption {
  margin-top: 0; }

.centertable tbody td {
  text-align: center; }

._u-hidden-md-up {
  display: none; }

/* タブ表示 */
.tabIndex {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  position: relative;
  z-index: 5;
  top: 1px; }
  .tabIndex li {
    margin: 0;
    margin-left: 5px;
    text-align: center;
    list-style: none; }
    .tabIndex li a {
      display: block;
      padding: .5em;
      border: 1px solid black;
      border-radius: 3px 3px 0 0;
      background-color: lightgray;
      transition: background .2s ease-out; }
  .tabIndex li.current a {
    background-color: white;
    border-bottom: 1px solid white; }

.tabBody {
  padding: 1em;
  border: 1px solid black;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 1.5em; }
  .tabBody section {
    margin-bottom: 3em; }
  .tabBody section:last-child {
    margin-bottom: 0; }

:target {
  background-color: beige !important; }

#wrap:target {
  background-color: transparent !important; }

.numbertable tbody td {
  text-align: right; }

.table_colsubt {
  margin: 0;
  margin-bottom: -1.5em;
  text-align: right; }

.table_subt {
  margin: 0;
  text-align: right; }

.page_top {
  position: fixed !important;
  bottom: 5px;
  right: -200px;
  z-index: 2000; }

.page_top a {
  display: block;
  padding: 10px;
  background-color: #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF !important;
  border-radius: 5px;
  border: 0 none;
  font-size: 80%;
  transition: all .2s ease-out; }

.page_top a:link,
.page_top a:visited {
  color: #FFFFFF !important; }

.page_top a:hover,
.page_top a:active {
  text-decoration: none;
  color: #FFFFFF !important;
  text-shadow: 0 0 5px #fff, 0 0 15px #3C6CD0, 0 0 20px #5EB2FF, 0 0 25px #5EB2FF, 0 0 30px #5EB2FF;
  background: rgba(0, 0, 0, 0.8); }

.page_top a:active {
  color: #FFFFFF !important; }

a {
  transition: color .1s ease-out; }

a:link {
  color: darkblue; }

a:visited {
  color: purple; }

a:hover,
a:active,
a:focus {
  color: blue; }

.links td {
  word-break: break-all; }

.yt_movie {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .yt_movie iframe {
    width: 100%;
    height: 100%; }

.to_list,
.btn-style {
  margin: .5em;
  text-align: center;
  padding: 0;
  display: inline-block; }
  .to_list a,
  .btn-style a {
    display: block;
    width: 100%;
    height: 100%;
    padding: calc((1.5rem - 2px)/2) 1em;
    border-radius: 3px;
    transition: background-color .2s ease-out;
    color: black;
    border: 1px solid #d5d7dd; }
    .to_list a img,
    .btn-style a img {
      vertical-align: middle; }
  .to_list a:link,
  .to_list a:visited,
  .btn-style a:link,
  .btn-style a:visited {
    background-color: rgba(255, 255, 255, 0.6);
    text-decoration: underline; }
  .to_list a:hover,
  .to_list a:active,
  .to_list a:focus,
  .btn-style a:hover,
  .btn-style a:active,
  .btn-style a:focus {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none; }
  .to_list.block-btn a, .to_list.to_list a,
  .btn-style.block-btn a,
  .btn-style.to_list a {
    display: block; }

a * .btn-style,
a * .to_list,
a .btn-style,
a .to_list {
  padding: calc((1.5rem - 2px)/2) 1em;
  border-radius: 3px;
  transition: background-color .2s ease-out;
  color: black;
  border: 1px solid #d5d7dd;
  display: inline-block; }
  a * .btn-style img,
  a * .to_list img,
  a .btn-style img,
  a .to_list img {
    vertical-align: middle; }
  a * .btn-style.block-btn,
  a * .to_list.block-btn,
  a .btn-style.block-btn,
  a .to_list.block-btn {
    display: block; }

a:link .btn-style,
a:link .to_list,
a:visited .btn-style,
a:visited .to_list,
a:link * .btn-style,
a:link * .to_list,
a:visited * .btn-style,
a:visited * .to_list {
  background-color: rgba(255, 255, 255, 0.6);
  text-decoration: underline; }

a:hover .btn-style,
a:hover .to_list,
a:active .btn-style,
a:active .to_list,
a:focus .btn-style,
a:focus .to_list,
a:hover * .btn-style,
a:hover * .to_list,
a:active * .btn-style,
a:active * .to_list,
a:focus * .btn-style,
a:focus * .to_list {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }

/*.btn-style,
.to_list {
  padding: 0;
  margin: .5em;
  text-align: center;
  a {
    border: 1px solid #d5d7dd;
    color: #333;
    display: inline-block;
    line-height: 1.5;
    padding: .5em 1em;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: background .2s ease-out;
    &:before {
      content:"▷";
      font-size: 70%;
    }
    img {
      vertical-align: middle;
    }
  }
  a:link,
  a:visited {
    background-color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
  }
  a:hover,
  a:active,
  a:focus {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  &.block-btn a,
  &.to_list a{
    display: block;
  }
}
a {
  *.btn-style,
  *.to_list {
    border: 1px solid #d5d7dd;
    color: #333;
    display: inline-block;
    line-height: 1.5;
    padding: .5em 1em;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    transition: background .2s ease-out;
    &.block-btn {
      display: block;
    }
    &:before {
      content:"▷";
      font-size: 70%;
    }
    img {
      vertical-align: middle;
    }
  }
}
a:link *.btn-style,
a:visited *.btn-style,
a:link *.to_list,
a:visited *.to_list {
  background-color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
a:hover *.btn-style,
a:active *.btn-style,
a:focus *.btn-style,
a:hover *.to_list,
a:active *.to_list,
a:focus *.to_list {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}*/
a.zoomin {
  cursor: zoom-in; }

/* img */
img[src$=".svg"] {
  margin-left: 2px;
  margin-right: 2px; }

img.s_resp[src$=".svg"] {
  width: 100%; }

img[src$="pdf.svg"] {
  width: 32px;
  height: 32px;
  max-width: 32px; }

img._u-pull-left {
  margin-right: .5em;
  margin-bottom: .5em; }

img._u-pull-right {
  margin-left: .5em;
  margin-bottom: .5em; }

img.f_center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5em; }

img.full {
  width: 100%; }

._u_text_center img {
  margin: 0 auto; }

address img {
  display: none; }

/* 標準クラス */
ul._c-row {
  list-style: none;
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

.skip_link,
.nodisp {
  display: none; }

.sub {
  font-size: 70%; }

.filesize {
  font-size: 80%; }

._u-visible-sm-inline {
  display: none; }

.nolist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nolist li {
    margin: 0;
    padding: 0; }

/* パネル */
.panel {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: .5em;
  display: block;
  margin-bottom: 1.5em;
  margin-top: -0.5em; }
  .panel h2 {
    text-decoration: none; }

a.panel:link,
a.panel:visited {
  background-color: transparent; }

a.panel:hover,
a.panel:active,
a.panel:focus {
  background-color: beige; }

/* パンくずリスト */
.pan_list {
  width: 100%;
  background-color: gray;
  clear: both; }
  .pan_list ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 80%;
    padding: .2em; }
    .pan_list ol li {
      margin: 0;
      padding: .2em;
      text-align: center;
      color: white; }
      .pan_list ol li a:link,
      .pan_list ol li a:visited {
        color: white; }
      .pan_list ol li a:hover,
      .pan_list ol li a:active,
      .pan_list ol li a:focus {
        color: bisque; }
    .pan_list ol li:not(:first-child):before {
      content: "> "; }

/* 目次 */
.index {
  background-color: lightyellow;
  border-radius: 5px;
  border: 3px solid #CC0;
  padding: 3px 5px 0px;
  margin: 1em 0; }
  .index h2 {
    font-size: 100%;
    border-bottom: 3px solid #CC0 !important;
    margin-bottom: 3px;
    color: #CC0 !important;
    font-weight: normal; }
  .index ul, .index dl {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 1em;
    padding: 0; }
  .index ul:last-child,
  .index dl:last-child {
    margin-bottom: 0; }
  .index ul {
    list-style: none; }
  .index dt {
    flex-basis: 100%; }
  .index li, .index dd {
    white-space: nowrap;
    margin-left: 1em; }
    .index li li:first-child,
    .index li dd:first-child, .index dd li:first-child,
    .index dd dd:first-child {
      margin-left: 0; }
  .index li a, .index dd a {
    color: #ff3b00; }
  .index li a:before, .index dd a:before {
    content: "▽ "; }
  .index li a:hover,
  .index li a:active,
  .index li a:focus, .index dd a:hover,
  .index dd a:active,
  .index dd a:focus {
    text-decoration: none; }

/* スタイル */
.contents_wrap section h2:first-child {
  margin-top: 0; }
.contents_wrap > section {
  margin: 1rem 0 2rem; }

.copyright {
  margin: 1.5em 1em;
  font-size: 0.8rem; }

.bb {
  /*border: 1px solid #CCCCCC;*/
  padding: 1em; }

#map {
  width: 100%;
  height: 60vh;
  margin-bottom: 1em;
  border: 1px solid #CCC; }

.page_top {
  position: fixed !important;
  bottom: 5px;
  right: -200px;
  z-index: 2000; }
  .page_top a {
    display: block;
    padding: 10px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF !important;
    border-radius: 5px;
    border: 0 none;
    font-size: 80%;
    transition: all .2s ease-out; }

body {
  background-color: #FAFAFA;
  color: #333;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif; }

.wrap_footer {
  /*background-color: lightgray;*/
  background-color: #004EA2;
  color: white; }

#foot_nav > ul {
  gap: 1rem 0; }

.wrap_header,
footer {
  max-width: 1200px;
  position: relative;
  margin: 0 auto; }

#contents {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 1em; }

.wrap_footer {
  margin-top: 2em;
  padding: 1em 0; }
  .wrap_footer address {
    font-size: 0.8rem;
    padding: 1rem; }
  .wrap_footer h3 {
    margin-bottom: 0; }
  .wrap_footer ul {
    margin-top: 0;
    list-style: none; }
    .wrap_footer ul a, .wrap_footer ul p {
      font-size: 0.8rem; }
    .wrap_footer ul a {
      color: white; }
    .wrap_footer ul a:link, .wrap_footer ul a:visited {
      text-decoration: none; }
    .wrap_footer ul a:hover, .wrap_footer ul a:active, .wrap_footer ul a:focus {
      text-decoration: underline; }

.m_group .flexbox,
footer .flexbox {
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.sub_navi {
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  font-size: 90%; }
  .sub_navi li {
    display: inline-block;
    margin: 0.2em 0;
    padding: 0;
    margin-left: 1em; }

.wrap_header,
.nav-menu > li > section > h3 {
  backdrop-filter: blur(5px); }

#hn_wrap {
  background-color: rgba(250, 250, 250, 0.9);
  position: sticky;
  top: 0;
  z-index: 9000;
  min-height: 50px; }

header h1 {
  margin: 0;
  padding: 0;
  max-width: 50%;
  line-height: 1rem;
  font-size: 100%; }

/*検索*/
.g_ex {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 0px none;
  font-size: 80%;
  width: 18em;
  max-width: 18em;
  z-index: 7000; }
  .g_ex table.gsc-search-box {
    width: 200px;
    border: 0px none;
    padding: 0;
    margin-top: 0; }
    .g_ex table.gsc-search-box td {
      border: 0px none;
      padding: 0 !important; }
      .g_ex table.gsc-search-box td.gsc-clear-button {
        display: none; }
      .g_ex table.gsc-search-box td.gsc-search-button {
        width: 16px !important; }
      .g_ex table.gsc-search-box td .gsc-search-button {
        padding: 0 3px;
        min-width: inherit;
        height: auto;
        border-radius: 0; }
      .g_ex table.gsc-search-box td .gsc-input {
        font-size: 80% !important;
        width: 100% !important; }
      .g_ex table.gsc-search-box td .gsc-input-box {
        padding: 0;
        border-radius: 0; }
  .g_ex button {
    overflow: hidden; }

#gs_id50 {
  margin-bottom: 0px;
  margin-top: 0px; }

#___gcse_0 {
  width: 250px;
  margin-top: 1em; }

/*グローバルナビ*/
#nav {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.01); }
  #nav #navibtn {
    display: none; }
  #nav h3 {
    font-size: 1.1rem; }
  #nav h4 {
    font-size: 1.05rem; }
  #nav h5 {
    font-size: 0.95rem;
    font-weight: normal;
    margin-bottom: 0; }
  #nav li, #nav p {
    font-size: 0.95rem; }
  #nav a:link, #nav a:visited {
    color: #1F2B63;
    text-decoration: none; }
  #nav a:hover, #nav a:active, #nav a:focus {
    color: #0C0F9E;
    text-decoration: underline; }

#menu-navibtn {
  display: none;
  /*position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  cursor: pointer;
  cursor: hand;*/ }

.nav-item .pd {
  display: none; }

/*パンくず*/
.pan_list ol {
  margin: auto;
  max-width: 1200px; }

/*Pickup*/
.pickup ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none; }
  .pickup ul li {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    position: relative;
    /*span {
    	position: absolute;
    	top: 0;
    	left: 0;
    }*/ }

.m_group .flexbox {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .m_group .flexbox li {
    margin: 0;
    padding: 0; }

.group_logos {
  align-items: center; }

#snsArea h2 {
  display: none; }
#snsArea .flexbox {
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  padding: 0; }
  #snsArea .flexbox li {
    flex: 0 0 auto; }

/* リリース、医療ニュース類 */
#filter_li {
  padding-left: 3px;
  margin-bottom: 0;
  display: flex;
  list-style: none; }
  #filter_li li {
    position: relative;
    flex: 1 1 auto;
    margin: 0;
    padding: 0; }
  #filter_li a {
    display: block;
    width: calc(100% - 4px);
    margin: 0 2px;
    text-align: center;
    position: relative;
    bottom: -1px;
    font-size: 90%;
    background-color: #EEE;
    padding: .5em 0 .5em; }
    #filter_li a.current {
      font-weight: bold;
      z-index: 1;
      background-color: white;
      text-decoration: none; }

.news_contents {
  padding: .5em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9); }
  .news_contents h3 {
    padding: 0 .5em;
    margin: .5em 0 0;
    font-size: 130%; }

#news_release .news_contents {
  border-top: 0px none; }

.news_table {
  list-style: none;
  margin: 0;
  padding: 0; }
  .news_table li {
    border-bottom: 1px dotted lightgray;
    margin: 0;
    padding: 0; }
    .news_table li a {
      display: flex;
      flex-wrap: wrap;
      text-decoration: none;
      padding: .5em;
      transition: background .1s ease-out; }
      .news_table li a p {
        margin: 0;
        display: block; }
      .news_table li a .news_title {
        flex: 0 1 auto;
        margin-bottom: .2em;
        padding-left: 1em;
        text-decoration: underline; }
      .news_table li a:link, .news_table li a:visited {
        background-color: transparent; }
      .news_table li a:hover, .news_table li a:active, .news_table li a:focus {
        background-color: beige; }
    .news_table li .news_date,
    .news_table li .news_category {
      white-space: nowrap; }
    .news_table li .news_date {
      color: black;
      width: 4em; }
      .news_table li .news_date.w {
        width: 8em; }
    .news_table li .news_category {
      border-radius: 3px;
      color: white;
      padding: .2em .3em 0;
      margin-left: 1em;
      font-size: 80%;
      width: 5em;
      text-align: center; }
      .news_table li .news_category.ir {
        background-color: #004EA2; }
      .news_table li .news_category.topics {
        background-color: darkgreen; }
      .news_table li .news_category.recruit {
        background-color: firebrick; }
      .news_table li .news_category.t_release {
        background-color: #004EA2; }
      .news_table li .news_category.t_balance {
        background-color: firebrick; }
      .news_table li .news_category.t_report {
        background-color: darkgreen; }
      .news_table li .news_category.t_info {
        background-color: orange; }
      .news_table li .news_category.t_meeting {
        background-color: rebeccapurple; }
      .news_table li .news_category.t_pr {
        background-color: dodgerblue; }
    .news_table li:last-child {
      border-bottom: 0px none; }

/* 「一覧へ」ボタン */
.to_list {
  text-align: center;
  width: auto;
  margin-left: auto; }
  .to_list a {
    /*display: inline-block;
    padding: .5rem 1rem;
    background-color: #EFEFEF;
    border-radius: 3px;*/
    text-align: center; }

.ir_top_event {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ir_top_event p {
    margin-bottom: 0; }
    .ir_top_event p.news_date {
      padding: .3em;
      padding-left: 0; }
  .ir_top_event li {
    border-bottom: 1px dotted lightgray; }
    .ir_top_event li a {
      display: block;
      padding: .3em;
      text-decoration: none;
      transition: background .1s ease-out; }
      .ir_top_event li a:link, .ir_top_event li a:visited {
        background-color: transparent; }
      .ir_top_event li a:hover, .ir_top_event li a:active, .ir_top_event li a:focus {
        background-color: beige; }
    .ir_top_event li .news_date {
      font-size: 80%; }
    .ir_top_event li:last-child {
      border-bottom: 0px none; }

#medic_news p.news_date {
  margin-bottom: 0;
  border-bottom: 1px solid gray;
  padding: .5em; }
#medic_news p.copyright {
  text-align: center;
  margin: 0;
  margin-bottom: .5em; }
#medic_news ul {
  list-style: none;
  margin: 0;
  padding: 0; }
#medic_news li {
  border-bottom: 1px dotted lightgray;
  margin: 0; }
  #medic_news li a {
    display: block;
    padding: 1em .3em;
    transition: background .1s ease-out; }
    #medic_news li a:link, #medic_news li a:visited {
      background-color: transparent; }
    #medic_news li a:hover, #medic_news li a:active, #medic_news li a:focus {
      background-color: beige; }
  #medic_news li:last-child {
    border-bottom: 0px none; }

.catch {
  margin-top: 0; }

/* トップメインイメージ用 */
#top_img {
  width: 100%;
  padding: 1em;
  background-color: #90AFEA;
  position: relative; }
  #top_img .topimg1 {
    display: block;
    margin-left: auto;
    width: 30%; }
  #top_img .catchcopy {
    position: absolute;
    left: 2em;
    top: 4em;
    font-size: 120%;
    padding: 2em 1em;
    background-color: rgba(0, 78, 162, 0.5);
    color: white; }
    #top_img .catchcopy p {
      margin: 0;
      padding: 0; }
    #top_img .catchcopy a {
      display: block;
      position: absolute;
      bottom: -1.5em;
      right: 0;
      font-size: 70%; }
    #top_img .catchcopy a:before {
      content: ">>"; }

/* コンテンツ */
div.slider {
  margin-bottom: 3em; }
  @media print, screen and (max-width: 799px) {
    div.slider {
      margin-bottom: 0.5em; } }

#contents {
  position: relative; }

h1#page_title {
  margin: 0;
  padding: 1em;
  font-size: 2.8rem;
  color: white;
  line-height: 1.2;
  text-align: center; }
  h1#page_title span {
    font-size: 1.5rem; }
  @media print, screen and (min-width: 1200px) {
    h1#page_title {
      padding: 1em calc((100% - 1200px) / 2 + 1em); } }
  @media print, screen and (max-width: 1023px) {
    h1#page_title {
      text-align: left; } }

main {
  padding: 1em;
  word-break: break-all; }
  main hr {
    margin: 2em 0; }
  main section {
    margin-bottom: 2em; }
    main section h2 {
      font-size: 1.8rem; }
    main section h2:first-child {
      margin-top: 0; }
    main section h2.sub {
      /*font-size: 2.5rem;*/
      font-size: 1.5rem; }
  main .t_center_img a, main .t_center_img li {
    text-align: center; }
  main .t_center_img span {
    text-align: left;
    width: 100%; }
  main .t_center_img img {
    margin-left: auto;
    margin-right: auto; }

/* 大見出し色 */
h1#page_title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6, #004EA2), color-stop(0, #1158c0));
  background: -webkit-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -moz-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -o-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -ms-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: linear-gradient(to bottom, #1158c0 0%, #004EA2 60%); }

#ir h1#page_title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6, #004EA2), color-stop(0, #1158c0));
  background: -webkit-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -moz-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -o-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -ms-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: linear-gradient(to bottom, #1158c0 0%, #004EA2 60%); }

#recruit h1#page_title {
  background-color: #0066CC; }

#csr h1#page_title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6, #004EA2), color-stop(0, #1158c0));
  background: -webkit-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -moz-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -o-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: -ms-linear-gradient(top, #1158c0 0%, #004EA2 60%);
  background: linear-gradient(to bottom, #1158c0 0%, #004EA2 60%); }

/* 3カラムパネル */
.t_list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
  clear: both; }
  .t_list ul._c-row {
    margin-bottom: 0; }
    .t_list ul._c-row > li {
      margin-bottom: 0; }
  .t_list li, .t_list div, .t_list .t_list_c {
    position: relative;
    margin-left: 0;
    padding-left: 0; }
  .t_list div {
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .t_list a {
    display: block;
    /*border-width: 5px;
    border-style: solid;*/
    padding: 1em;
    text-decoration: none;
    color: black;
    transition: all .1s ease-out; }
    .t_list a section {
      margin-bottom: 0; }
  .t_list a:link,
  .t_list a:visited {
    border-color: lightgray;
    background-color: white; }
  .t_list a:hover,
  .t_list a:active,
  .t_list a:focus {
    border-color: chocolate;
    background-color: beige; }
  .t_list a:after {
    content: "";
    position: absolute;
    right: 0.375rem;
    /*right: calc(5px + 0.375rem);*/
    /*bottom: 5px;*/
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.8em 0.8em;
    border-color: transparent; }
  .t_list h2 {
    font-size: 1.3rem;
    margin: .5em 0;
    padding: 0; }
  .t_list h3 {
    font-size: 1.2rem;
    margin: 0 0 .5em;
    padding: 0; }
  .t_list p {
    margin: 0;
    padding: 0; }
  .t_list img {
    border-radius: 5px; }
  .t_list img[src$=".svg"] {
    border-radius: 0px; }

.relative_box {
  position: relative; }

.t_list .relative_box a:after {
  right: 5px; }

/* link_btn 角三角色 */
.t_list a:link:after, .t_list a:visited:after {
  border-bottom-color: #4887b3; }
.t_list a:hover:after, .t_list a:active:after, .t_list a:focus:after {
  border-bottom-color: chocolate; }

#ir .t_list a:link:after, #ir .t_list a:visited:after {
  border-bottom-color: #4887b3; }
#ir .t_list a:hover:after, #ir .t_list a:active:after, #ir .t_list a:focus:after {
  border-bottom-color: chocolate; }

#recruit .t_list a:link:after, #recruit .t_list a:visited:after {
  border-bottom-color: #0066CC; }
#recruit .t_list a:hover:after, #recruit .t_list a:active:after, #recruit .t_list a:focus:after {
  border-bottom-color: chocolate; }

#csr .t_list a:link:after, #csr .t_list a:visited:after {
  border-bottom-color: #004EA2; }
#csr .t_list a:hover:after, #csr .t_list a:active:after {
  border-bottom-color: chocolate; }

/* 見出し色 */
#home .contents_wrap h2,
.contents_wrap main h2 {
  color: #004EA2;
  /*border-bottom-style: dotted;
  border-bottom-width: 3px;
  border-bottom-color: $basecolor;*/
  /*border-bottom: 0px none;*/ }
#home .contents_wrap h3,
.contents_wrap main h3 {
  color: #004EA2;
  /*border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: $basecolor;*/
  /*border-bottom: 0px none;*/ }

#ir .contents_wrap main h2 {
  color: #004EA2;
  border-bottom-color: #004EA2; }
#ir .contents_wrap main h3 {
  color: #004EA2;
  border-bottom-color: #004EA2; }

#recruit .contents_wrap main h2 {
  color: #0066CC;
  border-bottom-color: #0066CC; }
#recruit .contents_wrap main h3 {
  color: #0066CC;
  border-bottom-color: #0066CC; }

#csr .contents_wrap main h2 {
  color: #004EA2;
  border-bottom-color: #004EA2; }
#csr .contents_wrap main h3 {
  color: #004EA2;
  border-bottom-color: #004EA2; }

.contents_wrap main h2 span {
  color: black;
  font-size: 100%;
  padding-left: 1em; }
  .contents_wrap main h2 span.sub {
    font-size: 70%;
    font-weight: normal; }

/* 関連コンテンツ */
.relation {
  margin-top: 1em;
  /*border: 1px solid #CCC;*/
  background-color: white;
  border-radius: 5px;
  padding: .5em 1em;
  width: 100%; }
  .relation h2 {
    font-size: 1.8rem;
    margin-top: .3em;
    margin-bottom: .3em;
    border-bottom-width: 1px; }
  .relation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    .relation ul li {
      margin-left: 1em; }

/* ローカルナビ */
aside {
  padding: 1em;
  padding-right: 0; }
  aside h2 {
    font-size: 1.5rem;
    margin: 0;
    width: 100%; }
    aside h2 a {
      display: block;
      padding: .5em;
      /*border: 1px solid gray;*/
      border-radius: 3px;
      color: darkblue;
      text-decoration: none;
      transition: background .1s ease-out; }
    aside h2 a:link,
    aside h2 a:visited {
      background-color: #004EA2;
      color: white; }
    aside h2 a:hover,
    aside h2 a:active,
    aside h2 a:focus {
      background-color: #0038AA; }
  aside ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    aside ul li a {
      display: block;
      padding: .5em .2em;
      width: 100%;
      color: black;
      text-decoration: none;
      transition: background .1s ease-out; }
    aside ul li a:link,
    aside ul li a:visited {
      background-color: white; }
    aside ul li a:hover,
    aside ul li a:active,
    aside ul li a:focus {
      background-color: beige; }
  aside > ul > li {
    border-top: 1px dotted #F6F6F6;
    margin: 0;
    padding: 0; }
  aside .panel {
    margin-top: 1em; }
    aside .panel h2 {
      color: #004EA2;
      border-bottom: 3px dotted #004EA2;
      margin-bottom: .5em; }
    aside .panel #recmail {
      width: 100%; }
    aside .panel li._c-row__col {
      margin-bottom: 0; }

aside .flexnav li {
  background-color: #EEE; }

.history_table {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem; }
  .history_table li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #CCCCCC;
    display: table; }
  .history_table p {
    margin: 0;
    padding: .5em .3em;
    display: table-cell; }
  .history_table .h_year, .history_table .h_month {
    white-space: nowrap; }
  .history_table .h_year {
    width: 4em; }
  .history_table .h_month {
    width: 3em;
    text-align: right; }
  .history_table .h_event {
    padding-left: 1em; }

#contents_section .lecture tbody th {
  white-space: nowrap; }

.access_print {
  float: right;
  display: block; }

/* IRトップのリリース欄 */
.news h2 {
  /*border-bottom-style: dotted;
  border-bottom-width: 3px;
  border-bottom-color: $basecolor;*/
  /*border-bottom: 0px none;*/
  font-size: 180%;
  color: #851E3F; }
.news dl {
  float: left;
  /*border-bottom-style: dotted;
  border-bottom-width: 3px;
  border-bottom-color: $basecolor;*/
  /*border-bottom: 0px none;*/ }
.news dt {
  clear: left;
  width: 7em;
  float: left; }
.news dd {
  margin-left: 8em;
  margin-bottom: .5em; }

/* IR情報トップ全般 */
.top_cards h2 {
  font-size: 1.5rem;
  /*border-bottom-style: dotted;
  border-bottom-width: 3px;
  border-bottom-color: $basecolor;*/
  /*border-bottom: 0px none;*/ }

/*株価表示*/
#stock_board img {
  margin-top: 20px; }

#stock_board:hover,
#stock_board:focus {
  opacity: 0.6; }

/* 採用情報 */
.thum {
  width: 30%; }

.thum2 {
  width: 40%; }

.b_thum {
  width: 60%; }

.r_top {
  margin-bottom: 1em; }
  .r_top h2,
  .r_top ._c-alert {
    margin-right: 35%; }

.r_top a:link, .r_top a:visited {
  background-color: #F3E3F3; }
.r_top a:hover, .r_top a:active, .r_top a:focus {
  background-color: beige; }

.ph_seminar h4 {
  color: darkcyan; }

/* CSR */
.csr_act {
  margin-bottom: 4em; }

/* 事業紹介 */
.typo {
  font-size: 200%; }

/* 会社情報 */
.officer_list dl,
.officer_list dt,
.officer_list dd {
  margin: 0;
  padding: 0; }
.officer_list a {
  display: block;
  border-bottom: 1px solid #EEE;
  padding: .5rem 1rem; }

.officer_list dl {
  display: flex;
  align-items: center; }
  .officer_list dl dt {
    padding-right: 0.5em;
    flex: 1 0 50%; }
  .officer_list dl dd {
    flex: 1 0 50%; }

.p_base {
  position: relative; }

.h_office {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: auto; }

#ir_eng .h_office {
  width: 20%; }

ul.enterprise {
  list-style: none;
  margin: 0;
  padding: 0; }

.ad {
  border: 1px solid #999999; }

.ex_fact h2, .ex_fact h3 {
  font-size: 110%;
  font-weight: normal;
  color: darkslategrey; }
.ex_fact p {
  font-size: 90%; }

.ph_num dt {
  margin-bottom: 0; }
.ph_num dd {
  padding-left: 1rem;
  margin-bottom: .5em; }

/* グループ企業一覧 */
.thead_w {
  width: 20%; }

#contents .group_company {
  margin-left: 1em; }
  #contents .group_company h3 {
    color: darkslateblue; }

.ph_num ul._c-row li {
  margin-bottom: 0; }

/* 役員一覧 */
.officer dl, .officer dt, .officer dd {
  margin: 0;
  padding: 0;
  margin-bottom: .5em; }
.officer dt {
  width: 7em;
  float: left;
  clear: left;
  font-weight: normal; }
.officer dd {
  margin-left: 8em; }
.officer section {
  position: relative; }
.officer h3 {
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid white; }
  .officer h3 span {
    font-size: 60%;
    color: gray;
    padding-right: 1em; }
.officer .birth {
  font-size: 80%; }
.officer img {
  position: absolute;
  width: 20%;
  top: 0;
  right: 8px;
  display: block; }

/* 会社案内 */
.panf {
  max-width: 600px;
  margin: 0 auto; }
  .panf img {
    margin-bottom: 2em; }
  .panf img[src$=".svg"] {
    margin-bottom: 0; }

/* 動画 */
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* サイトマップ */
.sitemap h2 {
  font-size: 120%;
  margin-bottom: 0; }
  .sitemap h2 a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: .5rem; }
.sitemap > li > a {
  display: block;
  background-color: white;
  border-radius: 3px;
  padding: .5rem; }
.sitemap ul {
  background-color: white;
  margin-top: -.25em;
  padding-top: .25em;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.csr#news_release .news_contents {
  /*border-top: 1px solid lightgray;*/ }

/***********************************
14= FAQ
***********************************/
.question_answer {
  margin-left: 0px; }
  .question_answer dt, .question_answer dd {
    margin: 5px 0px 5px 5px;
    padding-left: 25px;
    clear: both;
    background: left top no-repeat; }
  .question_answer dt {
    background-image: url(../image/mark_q.svg); }
  .question_answer dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #CCCCCC 1px solid;
    background-image: url(../image/mark_a.svg); }
    .question_answer dd p.ex {
      margin-top: 1em;
      margin-bottom: 0; }
    .question_answer dd h3 {
      margin-bottom: 0;
      font-size: 120%; }
    .question_answer dd section {
      margin-bottom: .5em; }
    .question_answer dd h4 {
      margin-bottom: 0;
      border-bottom: 1px solid black;
      font-size: 110%; }

/* boxer */
#boxer .boxer-content {
  height: 100%; }

/* ヘルスケア */
.esp {
  font-size: 150%; }

/*a:link,a:visited {
  .btn-style.esp {
    background-color: #F3E3F3;
  }
}
a:hover,a:active,a:focus {
  .btn-style.esp {
    background-color: $linkbackcolor;
  }
}*/
/* 卸 */
.generic_maker {
  margin-bottom: 1em; }

/* その他 */
#estate ul {
  max-width: 600px;
  margin: 0 auto; }
  #estate ul img {
    margin-bottom: 1em; }

.ex_img {
  float: left;
  width: 20%;
  margin-right: 1em;
  margin-bottom: 1em; }

/* 市場 */
#m_pharm table {
  /*margin-right: 410px;
  width: calc(100% - 410px);*/ }

/* 個人投資家向け説明会 */
.seminar_th {
  width: 7em; }

/* 施設一覧 */
#filter {
  padding: 10px; }
  #filter .select {
    color: #FFFFFF;
    background-color: #D86464; }
  #filter span {
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 5px;
    background-color: #696969;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 90%;
    transition: background-color .2s ease-out; }
  #filter span:hover, #filter span:focus {
    background-color: #D86464; }

#filter #pharmacy.select,
#filter #pharmacy:hover,
#filter #pharmacy:focus,
#facilities .tag_box .pharmacy_t,
#facilitiesf .tag_box .pharmacy_t {
  background-color: #F1C0FF; }

#filter #medicine.select,
#filter #medicine:hover,
#filter #medicine:focus,
#facilities .tag_box .medicine_t,
#facilitiesf .tag_box .medicine_t {
  background-color: #ABB7FB; }

#filter #care.select,
#filter #care:hover,
#filter #care:focus,
#facilities .tag_box .care_t,
#facilitiesf .tag_box .care_t {
  background-color: #FF9173; }

#filter #housing.select,
#filter #housing:hover,
#filter #housing:focus,
#facilities .tag_box .housing_t,
#facilitiesf .tag_box .housing_t {
  background-color: #73BDFF; }

#filter #service.select,
#filter #service:hover,
#filter #service:focus,
#facilities .tag_box .service_t,
#facilitiesf .tag_box .service_t {
  background-color: #9873FF; }

#filter #group.select,
#filter #group:hover,
#filter #group:focus,
#facilities .tag_box .group_t,
#facilitiesf .tag_box .group_t {
  background-color: #99FCE8; }

#filter #short.select,
#filter #short:hover,
#filter #short:focus,
#facilities .tag_box .short_t,
#facilitiesf .tag_box .short_t {
  background-color: #FBFF85; }

#filter #small.select,
#filter #small:hover,
#filter #small:focus,
#facilities .tag_box .small_t,
#facilitiesf .tag_box .small_t {
  background-color: #86D179; }

#filter #days.select,
#filter #days:hover,
#filter #days:focus,
#facilities .tag_box .days_t,
#facilitiesf .tag_box .days_t {
  background-color: #F1C565; }

#filter #n_days.select,
#filter #n_days:hover,
#filter #n_days:focus,
#facilities .tag_box .n_days_t,
#facilitiesf .tag_box .n_days_t {
  background-color: #cfa565; }

#filter #support.select,
#filter #support:hover,
#filter #support:focus,
#facilities .tag_box .support_t,
#facilitiesf .tag_box .support_t {
  background-color: #959595; }

#filter #helper.select,
#filter #helper:hover,
#filter #helper:focus,
#facilities .tag_box .helper_t,
#facilitiesf .tag_box .helper_t {
  background-color: #E094CB; }

#filter #lental.select,
#filter #lental:hover,
#filter #lental:focus,
#facilities .tag_box .lental_t,
#facilitiesf .tag_box .lental_t {
  background-color: #9BD0FC; }

.f_sort {
  display: block;
  margin: 0 0 5px;
  padding: 0; }

#facilitiesf {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000; }
  #facilitiesf .headline p {
    text-align: center;
    display: block; }
  #facilitiesf section {
    margin: 0;
    padding: 0;
    align-items: stretch; }
  #facilitiesf li {
    margin: 0;
    padding: 0; }
    #facilitiesf li a {
      display: block; }
    #facilitiesf li a:link,
    #facilitiesf li a:visited {
      text-decoration: none; }
    #facilitiesf li a:hover,
    #facilitiesf li a:active,
    #facilitiesf li a:focus {
      text-decoration: underline;
      background-color: #FFF6FE; }
    #facilitiesf li h3 {
      font-size: 100%;
      font-weight: normal;
      margin: 0;
      padding: 0;
      border-bottom: 0px none;
      color: inherit; }
    #facilitiesf li .tags_box {
      display: block; }
      #facilitiesf li .tags_box div {
        display: inline-block; }
        #facilitiesf li .tags_box div span {
          display: inline-block;
          padding: 1px 5px;
          margin-bottom: 5px;
          border-radius: 5px;
          font-size: 90%; }
    #facilitiesf li .address {
      flex-grow: 2; }
    #facilitiesf li h3, #facilitiesf li .shopname, #facilitiesf li .address, #facilitiesf li .tel, #facilitiesf li .tags_box {
      border-top: 1px solid #000000;
      border-left: 1px solid #000000;
      margin: 0;
      padding: 5px;
      box-sizing: border-box; }
    #facilitiesf li .tags_box {
      border-right: 1px solid #000000;
      color: black; }
    #facilitiesf li h3,
    #facilitiesf li .shopname {
      flex-basis: 8em; }
  #facilitiesf li:nth-child(even) a {
    background-color: #EFEFEF; }
  #facilitiesf li:nth-child(even) a:hover,
  #facilitiesf li:nth-child(even) a:focus {
    background-color: #FFF6FE; }

#facilities {
  .f_new: before;
    .f_new-content: 'NEW';
    .f_new-position: absolute;
    .f_new-top: 3px;
    .f_new-right: -5px;
    .f_new-color: #FFFFFF;
    .f_new-background-color: #FF3C3C;
    .f_new-padding: 1px 5px;
    .f_new-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    .f_new-z-index: 5000;
  .f_new: after;
    .f_new-content: "";
    .f_new-width: 0;
    .f_new-height: 0;
    .f_new-position: absolute;
    .f_new-top: 24px;
    .f_new-right: -5px;
    .f_new-border: 8px solid;
    .f_new-border-color: #990000 transparent transparent transparent;
    .f_new-z-index: -1;
    .f_new-display: none\9; }
  #facilities a {
    color: #333333;
    border: 1px solid #ccc;
    display: block;
    padding: .5em;
    text-decoration: none;
    background-color: #FFFDEF;
    transition: background-color .5s ease-out;
    z-index: 1; }
  #facilities a[target="_blank"] {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url(../image/other.svg); }
  #facilities a:hover, #facilities a:focus {
    background-color: #FFF8CA;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    #facilities a:hover .facility_photo, #facilities a:focus .facility_photo {
      -webkit-filter: grayscale(0%); }
  #facilities h3 {
    border-bottom-color: #ccc;
    margin-top: 0; }
  #facilities .care_tag {
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 5px;
    background-color: #008080;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 90%; }
  #facilities .facility_photo {
    -webkit-transition: all .5s ease;
    -webkit-filter: grayscale(40%);
    margin-right: 5px;
    margin-bottom: 5px;
    float: left; }
  #facilities .open {
    margin: 0; }
  #facilities .address {
    clear: both;
    margin: 0;
    line-height: 1.2em;
    height: 2.4em; }
  #facilities .f_new {
    position: relative; }

#contents #facilities section {
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color .5s ease-out;
  background-color: transparent\9; }
#contents #facilities a:hover section,
#contents #facilities a:focus section {
  background-color: #FFF8CA;
  background-color: transparent\9; }

.tag_box {
  position: relative;
  display: inline; }

.arrow_box {
  width: 11em;
  display: none;
  position: absolute;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  top: 1.5em;
  left: 0;
  font-size: 80%;
  text-align: center;
  z-index: 10; }

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 2em;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 5px;
  pointer-events: none;
  content: " "; }

.fa_map {
  text-align: center; }

.fac_img {
  display: block; }
  .fac_img img[src$=".jpg"] {
    margin-bottom: 1em; }

.full {
  background-color: orange; }

.bit {
  background-color: orange; }

.useful {
  background-color: orange; }

.v_status {
  display: inline-block;
  border-radius: 3px;
  padding: 0 2px; }

/* 施設ギャラリー */
#gallery ul li {
  text-align: center; }

#slider .slick-dots button {
  min-width: 20px; }
#slider .slickBtnArea button {
  background-color: rgba(255, 255, 255, 0.6); }
  #slider .slickBtnArea button:hover, #slider .slickBtnArea button:focus {
    background-color: rgba(255, 255, 255, 0.8); }
#slider .slick-list .slick-slide {
  position: relative; }
  #slider .slick-list .slick-slide a {
    text-decoration: none;
    transition: all .2s ease-out; }
    #slider .slick-list .slick-slide a img {
      width: 100%; }
    #slider .slick-list .slick-slide a p {
      position: absolute;
      margin: 0; }
    #slider .slick-list .slick-slide a.top_harf {
      position: relative;
      width: 50%;
      max-width: 50%;
      display: block;
      float: left; }
    #slider .slick-list .slick-slide a.movie p {
      bottom: 1rem; }
      #slider .slick-list .slick-slide a.movie p.movie_txt {
        text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
        color: #002887; }
      @media print, screen and (min-width: 1200px) {
        #slider .slick-list .slick-slide a.movie p {
          right: calc((100vw - 1200px) / 2 + 1em); }
          #slider .slick-list .slick-slide a.movie p.movie_txt {
            text-align: right;
            font-size: 3.5rem;
            top: 60%;
            height: auto; } }
      @media print, screen and (max-width: 1199px) and (min-width: 800px) {
        #slider .slick-list .slick-slide a.movie p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.movie p.movie_txt {
            text-align: right;
            font-size: 3.5rem;
            top: 60%;
            height: auto; } }
      @media print, screen and (max-width: 799px) {
        #slider .slick-list .slick-slide a.movie p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.movie p.movie_txt {
            text-align: center;
            top: 60%;
            left: 0;
            width: 100%;
            height: auto; } }
      @media print, screen and (max-width: 799px) and (min-width: 600px) {
        #slider .slick-list .slick-slide a.movie p.movie_txt {
          font-size: 3rem; } }
      @media print, screen and (max-width: 599px) {
        #slider .slick-list .slick-slide a.movie p.movie_txt {
          font-size: 2rem; } }
    #slider .slick-list .slick-slide a.integration p {
      bottom: 1rem; }
      #slider .slick-list .slick-slide a.integration p.integration_txt {
        text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
        color: #002887; }
      @media print, screen and (min-width: 1200px) {
        #slider .slick-list .slick-slide a.integration p {
          right: calc((100vw - 1200px) / 2 + 1em); }
          #slider .slick-list .slick-slide a.integration p.integration_txt {
            left: calc((100vw - 1200px) / 2 + 1em);
            text-align: left;
            font-size: 3.5rem;
            top: 30%;
            height: auto; } }
      @media print, screen and (max-width: 1199px) and (min-width: 800px) {
        #slider .slick-list .slick-slide a.integration p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.integration p.integration_txt {
            left: 1em;
            text-align: left;
            font-size: 3.5rem;
            top: 30%;
            height: auto; } }
      @media print, screen and (max-width: 799px) {
        #slider .slick-list .slick-slide a.integration p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.integration p.integration_txt {
            text-align: center;
            top: 30%;
            left: 0;
            width: 100%;
            height: auto; } }
      @media print, screen and (max-width: 799px) and (min-width: 600px) {
        #slider .slick-list .slick-slide a.integration p.integration_txt {
          font-size: 3rem; } }
      @media print, screen and (max-width: 599px) {
        #slider .slick-list .slick-slide a.integration p.integration_txt {
          font-size: 2rem; } }
    #slider .slick-list .slick-slide a.recruit p {
      bottom: 1rem; }
      #slider .slick-list .slick-slide a.recruit p.recruit_txt {
        text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
        color: #e6053c; }
      @media print, screen and (min-width: 1200px) {
        #slider .slick-list .slick-slide a.recruit p {
          right: calc((100vw - 1200px) / 2 + 1em); }
          #slider .slick-list .slick-slide a.recruit p.recruit_txt {
            left: calc((100vw - 1200px) / 2 + 1em);
            text-align: left;
            font-size: 5rem;
            top: 50%;
            height: auto; } }
      @media print, screen and (max-width: 1199px) and (min-width: 800px) {
        #slider .slick-list .slick-slide a.recruit p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.recruit p.recruit_txt {
            left: 1em;
            text-align: left;
            font-size: 5rem;
            top: 50%;
            height: auto; } }
      @media print, screen and (max-width: 799px) {
        #slider .slick-list .slick-slide a.recruit p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.recruit p.recruit_txt {
            text-align: center;
            top: 54%;
            left: 0;
            width: 100%;
            height: auto; } }
      @media print, screen and (max-width: 799px) and (min-width: 600px) {
        #slider .slick-list .slick-slide a.recruit p.recruit_txt {
          font-size: 3rem; } }
      @media print, screen and (max-width: 599px) {
        #slider .slick-list .slick-slide a.recruit p.recruit_txt {
          font-size: 2rem;
          line-height: 1.2; } }
    #slider .slick-list .slick-slide a.gen_rec p {
      bottom: 1rem; }
      #slider .slick-list .slick-slide a.gen_rec p.gen_rec_txt {
        text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
        color: #002887; }
      @media print, screen and (min-width: 1200px) {
        #slider .slick-list .slick-slide a.gen_rec p {
          right: calc((100vw - 1200px) / 2 + 1em); }
          #slider .slick-list .slick-slide a.gen_rec p.gen_rec_txt {
            left: calc((100vw - 1200px) / 2 + 1em);
            text-align: left;
            font-size: 5rem;
            top: 50%;
            height: auto; } }
      @media print, screen and (max-width: 1199px) and (min-width: 800px) {
        #slider .slick-list .slick-slide a.gen_rec p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.gen_rec p.gen_rec_txt {
            left: 1em;
            text-align: left;
            font-size: 5rem;
            top: 50%;
            height: auto; } }
      @media print, screen and (max-width: 799px) {
        #slider .slick-list .slick-slide a.gen_rec p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.gen_rec p.gen_rec_txt {
            text-align: center;
            top: 10%;
            left: 0;
            width: 100%;
            height: auto; } }
      @media print, screen and (max-width: 799px) and (min-width: 600px) {
        #slider .slick-list .slick-slide a.gen_rec p.gen_rec_txt {
          font-size: 3rem; } }
      @media print, screen and (max-width: 599px) {
        #slider .slick-list .slick-slide a.gen_rec p.gen_rec_txt {
          font-size: 2rem;
          line-height: 1.2; } }
    #slider .slick-list .slick-slide a.pharmacy p {
      bottom: 1rem; }
      #slider .slick-list .slick-slide a.pharmacy p.pharmacy_txt {
        text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
        color: #e6053c; }
      @media print, screen and (min-width: 1200px) {
        #slider .slick-list .slick-slide a.pharmacy p {
          right: calc((100vw - 1200px) / 2 + 1em); }
          #slider .slick-list .slick-slide a.pharmacy p.pharmacy_txt {
            left: calc((100vw - 1200px) / 2 + 1em);
            text-align: left;
            font-size: 5rem;
            top: 50%;
            height: auto; } }
      @media print, screen and (max-width: 1199px) and (min-width: 800px) {
        #slider .slick-list .slick-slide a.pharmacy p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.pharmacy p.pharmacy_txt {
            left: 1em;
            text-align: left;
            font-size: 5rem;
            top: 50%;
            height: auto; } }
      @media print, screen and (max-width: 799px) {
        #slider .slick-list .slick-slide a.pharmacy p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.pharmacy p.pharmacy_txt {
            text-align: center;
            top: 50%;
            left: 0;
            width: 100%;
            height: auto; } }
      @media print, screen and (max-width: 799px) and (min-width: 600px) {
        #slider .slick-list .slick-slide a.pharmacy p.pharmacy_txt {
          font-size: 4rem; } }
      @media print, screen and (max-width: 599px) {
        #slider .slick-list .slick-slide a.pharmacy p.pharmacy_txt {
          font-size: 3rem; } }
    #slider .slick-list .slick-slide a.healthcare p {
      bottom: 1rem; }
      #slider .slick-list .slick-slide a.healthcare p.healthcare_txt {
        text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
        color: #339966; }
      @media print, screen and (min-width: 1200px) {
        #slider .slick-list .slick-slide a.healthcare p {
          right: calc((100vw - 1200px) / 2 + 1em); }
          #slider .slick-list .slick-slide a.healthcare p.healthcare_txt {
            text-align: right;
            font-size: 5rem;
            top: 35%;
            height: auto; } }
      @media print, screen and (max-width: 1199px) and (min-width: 600px) {
        #slider .slick-list .slick-slide a.healthcare p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.healthcare p.healthcare_txt {
            text-align: right;
            font-size: 5rem;
            top: 35%;
            height: auto; } }
      @media print, screen and (max-width: 599px) {
        #slider .slick-list .slick-slide a.healthcare p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.healthcare p.healthcare_txt {
            text-align: center;
            font-size: 4rem;
            top: 35%;
            left: 0;
            width: 100%;
            height: auto; } }
    #slider .slick-list .slick-slide a.medicine p {
      bottom: 1rem; }
      #slider .slick-list .slick-slide a.medicine p.medicine_txt {
        text-shadow: 0 0 5px #FFF, 0 0 5px #FFF;
        color: #0537aa;
        text-align: center; }
      @media print, screen and (min-width: 1200px) {
        #slider .slick-list .slick-slide a.medicine p {
          right: calc((100vw - 1200px) / 2 + 1em); }
          #slider .slick-list .slick-slide a.medicine p.medicine_txt {
            text-align: right;
            font-size: 5rem;
            top: 35%;
            height: auto; } }
      @media print, screen and (max-width: 1199px) and (min-width: 600px) {
        #slider .slick-list .slick-slide a.medicine p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.medicine p.medicine_txt {
            text-align: right;
            font-size: 5rem;
            top: 35%;
            left: 20vw;
            height: auto; } }
      @media print, screen and (max-width: 599px) {
        #slider .slick-list .slick-slide a.medicine p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.medicine p.medicine_txt {
            text-align: center;
            font-size: 4rem;
            top: 35%;
            left: 0;
            width: 100%;
            height: auto; } }
    #slider .slick-list .slick-slide a.company p {
      bottom: 1rem; }
      #slider .slick-list .slick-slide a.company p.company_logo {
        filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.9));
        filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.9));
        filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.9)); }
      @media print, screen and (min-width: 1200px) {
        #slider .slick-list .slick-slide a.company p {
          right: calc((100vw - 1200px) / 2 + 1em); }
          #slider .slick-list .slick-slide a.company p.company_logo {
            left: calc((100vw - 1200px) / 2 + 1em);
            top: 20%;
            width: 30vw;
            height: auto; } }
      @media print, screen and (max-width: 1199px) and (min-width: 600px) {
        #slider .slick-list .slick-slide a.company p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.company p.company_logo {
            left: 1rem;
            top: 20%;
            width: 60vw;
            left: 20vw;
            height: auto; } }
      @media print, screen and (max-width: 599px) {
        #slider .slick-list .slick-slide a.company p {
          right: 1rem; }
          #slider .slick-list .slick-slide a.company p.company_logo {
            left: 1rem;
            top: 20%;
            width: 90vw;
            left: 5vw;
            height: auto; } }
  #slider .slick-list .slick-slide p.slide_p_btn {
    padding: calc((1.5rem - 2px)/2) 1em;
    border-radius: 3px;
    transition: background-color .2s ease-out;
    color: black;
    border: 1px solid #d5d7dd; }
  #slider .slick-list .slick-slide a:link p.slide_p_btn, #slider .slick-list .slick-slide a:visited p.slide_p_btn {
    background-color: rgba(255, 255, 255, 0.6);
    text-decoration: underline; }
    #slider .slick-list .slick-slide a:link p.slide_p_btn.other, #slider .slick-list .slick-slide a:visited p.slide_p_btn.other {
      background-color: #042BA8; }
  #slider .slick-list .slick-slide a:hover p.slide_p_btn, #slider .slick-list .slick-slide a:active p.slide_p_btn, #slider .slick-list .slick-slide a:focus p.slide_p_btn {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none; }
    #slider .slick-list .slick-slide a:hover p.slide_p_btn.other, #slider .slick-list .slick-slide a:active p.slide_p_btn.other, #slider .slick-list .slick-slide a:focus p.slide_p_btn.other {
      background-color: #173DCF; }

.plugin {
  margin: 1em 0; }
  .plugin a {
    display: block;
    width: 100%;
    border-width: 10px;
    border-style: solid;
    padding: .3em .5em;
    text-decoration: none;
    transition: all .2s ease-out; }
  .plugin p, .plugin h2, .plugin h3, .plugin h4, .plugin h5, .plugin h6 {
    margin: 0;
    padding: 0;
    font-size: 95%;
    font-weight: normal; }
  .plugin .headline {
    font-size: 120%;
    border-bottom: 1px solid #004EA2;
    margin-bottom: .5em; }
  .plugin img {
    float: left;
    margin-right: .5em;
    margin-bottom: .5em; }
  .plugin a:link,
  .plugin a:visited {
    background-color: white;
    border-color: lightgray; }
  .plugin a:hover,
  .plugin a:active,
  .plugin a:focus {
    background-color: beige;
    border-color: chocolate; }

.plugin.nolink {
  border-color: lightgray;
  border-width: 10px;
  border-style: solid;
  padding: .3em .5em;
  text-decoration: none;
  transition: all .2s ease-out; }

.ebook {
  margin: 1em 0;
  width: 100%;
  padding: .3em .5em; }
  .ebook p {
    margin: 0;
    padding: 0; }
  .ebook .headline {
    font-size: 120%;
    border-bottom: 1px solid lightgray;
    margin-bottom: .5em; }
  .ebook img {
    float: left;
    margin-right: .5em;
    margin-bottom: .5em; }

.contact_info {
  margin: .5em 1em;
  padding: .5em;
  background-color: lightyellow;
  border: 1px dotted lightsalmon;
  color: light h2;
    color-border-bottom-color: brown !important;
    color-color: brown !important; }

/* IRトップ　サブナビ */
aside .nav_btn {
  margin-top: 1em; }
  aside .nav_btn li {
    border: 0px none;
    margin-bottom: 1em;
    padding: 0 0.375rem;
    			/*a:after {
    				right: calc(5px + 0.375rem);
        		bottom: 5px;
    			}*/ }
    aside .nav_btn li.maillist a {
      background-image: url(../ir/image/maillist_icon.svg); }
    aside .nav_btn li.enq a {
      background-image: url(../ir/image/enq_icon.svg); }
    aside .nav_btn li.contact a {
      background-image: url(../ir/image/contact_icon.svg); }
    aside .nav_btn li.download a {
      background-image: url(../ir/image/download_icon.svg); }
    aside .nav_btn li a {
      background-position: right bottom;
      background-repeat: no-repeat; }

.nav_btn {
  margin-top: 1em; }
  .nav_btn li {
    border: 0px none;
    margin-bottom: 1em;
    padding: 0 0.375rem;
    /*a:after {
    	bottom: 0;
    	right: 0;
    }*/ }
    .nav_btn li.contact a {
      background-image: url(../ir/image/contact_icon.svg);
      background-repeat: no-repeat;
      background-position: right center;
      display: block;
      width: 100%;
      /*position: relative;*/ }

p.nav_btn {
  margin-bottom: 1em;
  padding: 0 0.375rem; }
  p.nav_btn.contact a {
    background-image: url(../ir/image/contact_icon.svg);
    background-repeat: no-repeat;
    background-position: right center; }

.sub_nav {
  font-size: 80%; }

#navi_section {
  position: relative; }
  #navi_section aside h2 {
    position: relative;
    z-index: 5000; }
  #navi_section .sub_nav {
    margin-top: 1em; }
    #navi_section .sub_nav li:first-child {
      border-top: 0px none; }

/* IRライブラリ目次 */
.s2002 .btn01 a:link,
.s2002 .btn01 a:visited,
.s2003 .btn02 a:link,
.s2003 .btn02 a:visited,
.s2004 .btn03 a:link,
.s2004 .btn03 a:visited,
.s2005 .btn04 a:link,
.s2005 .btn04 a:visited,
.s2006 .btn05 a:link,
.s2006 .btn05 a:visited,
.s2007 .btn06 a:link,
.s2007 .btn06 a:visited,
.s2008 .btn07 a:link,
.s2008 .btn07 a:visited,
.s2009 .btn08 a:link,
.s2009 .btn08 a:visited,
.s2010 .btn09 a:link,
.s2010 .btn09 a:visited,
.s2011 .btn10 a:link,
.s2011 .btn10 a:visited,
.s2012 .btn11 a:link,
.s2012 .btn11 a:visited,
.s2013 .btn12 a:link,
.s2013 .btn12 a:visited,
.s2014 .btn13 a:link,
.s2014 .btn13 a:visited,
.s2015 .btn14 a:link,
.s2015 .btn14 a:visited,
.s2016 .btn15 a:link,
.s2016 .btn15 a:visited,
.s2017 .btn16 a:link,
.s2017 .btn16 a:visited,
.s2018 .btn17 a:link,
.s2018 .btn17 a:visited,
.s2019 .btn18 a:link,
.s2019 .btn18 a:visited,
.s2020 .btn19 a:link,
.s2020 .btn19 a:visited,
.s2021 .btn20 a:link,
.s2021 .btn20 a:visited,
.s2022 .btn21 a:link,
.s2022 .btn21 a:visited,
.s2023 .btn22 a:link,
.s2023 .btn22 a:visited,
.s2024 .btn23 a:link,
.s2024 .btn23 a:visited,
.s2025 .btn24 a:link,
.s2025 .btn24 a:visited {
  text-decoration: none;
  font-weight: bold;
  color: black; }
  .s2002 .btn01 a:link:before,
  .s2002 .btn01 a:visited:before,
  .s2003 .btn02 a:link:before,
  .s2003 .btn02 a:visited:before,
  .s2004 .btn03 a:link:before,
  .s2004 .btn03 a:visited:before,
  .s2005 .btn04 a:link:before,
  .s2005 .btn04 a:visited:before,
  .s2006 .btn05 a:link:before,
  .s2006 .btn05 a:visited:before,
  .s2007 .btn06 a:link:before,
  .s2007 .btn06 a:visited:before,
  .s2008 .btn07 a:link:before,
  .s2008 .btn07 a:visited:before,
  .s2009 .btn08 a:link:before,
  .s2009 .btn08 a:visited:before,
  .s2010 .btn09 a:link:before,
  .s2010 .btn09 a:visited:before,
  .s2011 .btn10 a:link:before,
  .s2011 .btn10 a:visited:before,
  .s2012 .btn11 a:link:before,
  .s2012 .btn11 a:visited:before,
  .s2013 .btn12 a:link:before,
  .s2013 .btn12 a:visited:before,
  .s2014 .btn13 a:link:before,
  .s2014 .btn13 a:visited:before,
  .s2015 .btn14 a:link:before,
  .s2015 .btn14 a:visited:before,
  .s2016 .btn15 a:link:before,
  .s2016 .btn15 a:visited:before,
  .s2017 .btn16 a:link:before,
  .s2017 .btn16 a:visited:before,
  .s2018 .btn17 a:link:before,
  .s2018 .btn17 a:visited:before,
  .s2019 .btn18 a:link:before,
  .s2019 .btn18 a:visited:before,
  .s2020 .btn19 a:link:before,
  .s2020 .btn19 a:visited:before,
  .s2021 .btn20 a:link:before,
  .s2021 .btn20 a:visited:before,
  .s2022 .btn21 a:link:before,
  .s2022 .btn21 a:visited:before,
  .s2023 .btn22 a:link:before,
  .s2023 .btn22 a:visited:before,
  .s2024 .btn23 a:link:before,
  .s2024 .btn23 a:visited:before,
  .s2025 .btn24 a:link:before,
  .s2025 .btn24 a:visited:before {
    content: none;
    content: "▷ "; }
.s2002 .btn01 a:hover,
.s2002 .btn01 a:active,
.s2003 .btn02 a:hover,
.s2003 .btn02 a:active,
.s2004 .btn03 a:hover,
.s2004 .btn03 a:active,
.s2005 .btn04 a:hover,
.s2005 .btn04 a:active,
.s2006 .btn05 a:hover,
.s2006 .btn05 a:active,
.s2007 .btn06 a:hover,
.s2007 .btn06 a:active,
.s2008 .btn07 a:hover,
.s2008 .btn07 a:active,
.s2009 .btn08 a:hover,
.s2009 .btn08 a:active,
.s2010 .btn09 a:hover,
.s2010 .btn09 a:active,
.s2011 .btn10 a:hover,
.s2011 .btn10 a:active,
.s2012 .btn11 a:hover,
.s2012 .btn11 a:active,
.s2013 .btn12 a:hover,
.s2013 .btn12 a:active,
.s2014 .btn13 a:hover,
.s2014 .btn13 a:active,
.s2015 .btn14 a:hover,
.s2015 .btn14 a:active,
.s2016 .btn15 a:hover,
.s2016 .btn15 a:active,
.s2017 .btn16 a:hover,
.s2017 .btn16 a:active,
.s2018 .btn17 a:hover,
.s2018 .btn17 a:active,
.s2019 .btn18 a:hover,
.s2019 .btn18 a:active,
.s2020 .btn19 a:hover,
.s2020 .btn19 a:active,
.s2021 .btn20 a:hover,
.s2021 .btn20 a:active,
.s2022 .btn21 a:hover,
.s2022 .btn21 a:active,
.s2023 .btn22 a:hover,
.s2023 .btn22 a:active,
.s2024 .btn23 a:hover,
.s2024 .btn23 a:active,
.s2025 .btn24 a:hover,
.s2025 .btn24 a:active {
  text-decoration: underline;
  font-weight: bold; }
  .s2002 .btn01 a:hover:before,
  .s2002 .btn01 a:active:before,
  .s2003 .btn02 a:hover:before,
  .s2003 .btn02 a:active:before,
  .s2004 .btn03 a:hover:before,
  .s2004 .btn03 a:active:before,
  .s2005 .btn04 a:hover:before,
  .s2005 .btn04 a:active:before,
  .s2006 .btn05 a:hover:before,
  .s2006 .btn05 a:active:before,
  .s2007 .btn06 a:hover:before,
  .s2007 .btn06 a:active:before,
  .s2008 .btn07 a:hover:before,
  .s2008 .btn07 a:active:before,
  .s2009 .btn08 a:hover:before,
  .s2009 .btn08 a:active:before,
  .s2010 .btn09 a:hover:before,
  .s2010 .btn09 a:active:before,
  .s2011 .btn10 a:hover:before,
  .s2011 .btn10 a:active:before,
  .s2012 .btn11 a:hover:before,
  .s2012 .btn11 a:active:before,
  .s2013 .btn12 a:hover:before,
  .s2013 .btn12 a:active:before,
  .s2014 .btn13 a:hover:before,
  .s2014 .btn13 a:active:before,
  .s2015 .btn14 a:hover:before,
  .s2015 .btn14 a:active:before,
  .s2016 .btn15 a:hover:before,
  .s2016 .btn15 a:active:before,
  .s2017 .btn16 a:hover:before,
  .s2017 .btn16 a:active:before,
  .s2018 .btn17 a:hover:before,
  .s2018 .btn17 a:active:before,
  .s2019 .btn18 a:hover:before,
  .s2019 .btn18 a:active:before,
  .s2020 .btn19 a:hover:before,
  .s2020 .btn19 a:active:before,
  .s2021 .btn20 a:hover:before,
  .s2021 .btn20 a:active:before,
  .s2022 .btn21 a:hover:before,
  .s2022 .btn21 a:active:before,
  .s2023 .btn22 a:hover:before,
  .s2023 .btn22 a:active:before,
  .s2024 .btn23 a:hover:before,
  .s2024 .btn23 a:active:before,
  .s2025 .btn24 a:hover:before,
  .s2025 .btn24 a:active:before {
    content: none;
    content: "▷ "; }

/* 財務諸表 */
.sum {
  background-color: #EEE; }

/* IR in English*/
.e_ceo {
  max-width: 120px; }

/* IR活動評価 */
.prize {
  clear: both; }

/* 個人投資家 */
.sholder_top {
  position: relative;
  border: 1px solid gray;
  padding: .5em;
  background-color: white;
  border-radius: 5px; }
  .sholder_top ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sholder_top li, .sholder_top p {
    position: absolute;
    margin: 0;
    padding: 0; }
  .sholder_top p {
    bottom: 1em;
    left: 5%;
    width: 90%; }
    .sholder_top p a {
      border: 1px solid gray;
      border-radius: 5px;
      display: block;
      width: 100%;
      padding: 5px 3px;
      transition: background .2s ease-out; }
    .sholder_top p a:link, .sholder_top p a:visited {
      background-color: white; }
    .sholder_top p a:hover, .sholder_top p a:active, .sholder_top p a:focus {
      background-color: lightgoldenrodyellow; }
  .sholder_top li {
    left: 2em;
    width: 50%; }
    .sholder_top li a {
      border: 1px solid gray;
      border-radius: 5px;
      display: block;
      width: 100%;
      padding: 5px 3px;
      transition: background .2s ease-out; }
    .sholder_top li a:link, .sholder_top li a:visited {
      background-color: #DEEBF7; }
    .sholder_top li a:hover, .sholder_top li a:active, .sholder_top li a:focus {
      background-color: deepskyblue; }
  .sholder_top .p1 {
    top: 20%; }
  .sholder_top .p2 {
    top: 33%; }
  .sholder_top .p3 {
    top: 46%; }
  .sholder_top .p4 {
    top: 59%; }

.sh_nav {
  margin-bottom: 1em !important; }
  .sh_nav a {
    color: white;
    display: block;
    padding: .5em;
    height: 100%;
    text-align: center;
    transition: background .2s ease-out; }
  .sh_nav a:link, .sh_nav a:visited {
    background-color: #004EA2;
    text-decoration: underline; }
  .sh_nav a:hover, .sh_nav a:active, .sh_nav a:focus,
  .sh_nav .current a:link,
  .sh_nav .current a:visited {
    background-color: darkblue;
    text-decoration: none; }

.past_seminar table th {
  white-space: normal; }

.inavi li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  transition: all .2s ease-out; }
  .inavi li a span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    padding: 3px 5px;
    width: 100%;
    z-index: 10; }
.inavi li a:link span, .inavi li a:visited span {
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0.7); }
.inavi li a:hover img, .inavi li a:active img, .inavi li a:focus img {
  -webkit-filter: blur(1px) opacity(90%);
  -moz-filter: blur(1px) opacity(90%);
  -ms-filter: blur(1px) opacity(90%);
  -o-filter: blur(1px) opacity(90%);
  filter: blur(1px) opacity(90%); }
.inavi li a:hover span, .inavi li a:active span, .inavi li a:focus span {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }

#inavi_sub li a {
  display: block;
  width: 100%; }

.p_seminar_center img, iframe {
  margin: 0 auto 10px;
  display: block; }

.p_seminar_center a {
  display: block;
  text-align: center;
  margin-bottom: 10px; }

/* 決算短信 */
.balance a, .report a {
  transition: background .2s ease-out; }
.balance a:link, .balance a:visited, .report a:link, .report a:visited {
  background-color: transparent; }
.balance a:hover, .balance a:active, .balance a:focus, .report a:hover, .report a:active, .report a:focus {
  background-color: beige; }

.balance ul, .balance li {
  margin: 0;
  padding: 0;
  list-style: none; }
.balance dl, .balance dt {
  margin: 0;
  padding: 0; }
.balance ul {
  margin-left: 1em;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray; }
  .balance ul li a {
    padding: .3em;
    text-decoration: none;
    border: 1px solid gray;
    border-bottom: 0px none;
    border-left: 0px none;
    display: block; }
  .balance ul li.summary a {
    text-decoration: underline;
    padding: .5em .3em; }
  .balance ul dt {
    padding-right: calc(2em + 1px); }
  .balance ul ul {
    border-bottom: 0px none; }
    .balance ul ul dt {
      padding-right: 1em; }
.balance dl {
  display: flex; }
  .balance dl dt {
    flex: 1;
    border-right: 1px solid lightgray; }
  .balance dl dd {
    flex: 3;
    padding-left: 1em; }

/* 決算短信（表紙） */
dl.balance_dl {
  width: 100%; }

dl.balance_dl,
dl.balance_dl_w,
.balance_dl dt,
.balance_dl_w dt,
.balance_dl dd,
.balance_dl_w dd {
  margin: 0;
  padding: 0; }

.balance_dl dt {
  width: 7em;
  float: left;
  clear: left; }
.balance_dl dd {
  margin-left: 8em; }

dl.balance_dl_w {
  clear: left;
  width: 100%; }
  dl.balance_dl_w dt {
    width: 18em;
    float: left;
    clear: left; }
  dl.balance_dl_w dd {
    margin-left: 19em; }

.balance_tp {
  margin: 0;
  padding: 0;
  text-align: right; }

.percent {
  width: 3em; }

.sen {
  width: 1.2em; }

.balance table {
  font-size: 90%; }

table.balance_f2 {
  width: 53%;
  margin-left: 0; }

table.balance_f3 {
  width: 73%;
  margin-left: 0; }

table.balance_f4 {
  width: 34%;
  margin-left: 0; }

.balance_wrap table {
  font-size: 90%; }
  .balance_wrap table caption {
    font-size: 120%; }
  .balance_wrap table tbody td {
    text-align: right; }
  .balance_wrap table tbody th {
    width: 6em;
    text-align: center; }
.balance_wrap table.t_left tbody td {
  text-align: left; }

.ext_p,
.ext_p2 {
  font-size: 90%; }

.ext_p {
  margin-left: 3em;
  text-indent: -3em; }

.ext_p2 {
  margin-left: 5em;
  text-indent: -5em; }

.scroll {
  overflow: auto;
  white-space: nowrap; }

.scroll::-webkit-scrollbar {
  height: 5px; }

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1; }

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC; }

/* 有価証券報告書 */
.report ul, .report li {
  margin: 0;
  padding: 0;
  list-style: none; }
.report dl, .report dt {
  margin: 0;
  padding: .3em; }
  .report dl br, .report dt br {
    display: none; }
.report ul {
  margin-left: 1em;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray; }
  .report ul li {
    text-decoration: none;
    border: 1px solid gray;
    border-bottom: 0px none;
    border-left: 0px none; }
    .report ul li p {
      font-weight: bold;
      margin: 0;
      padding: .3em; }
  .report ul dt {
    padding-right: 2em; }
  .report ul ul {
    border-bottom: 0px none; }
    .report ul ul li {
      border-right: 0px none; }
    .report ul ul dt {
      padding-right: 1em; }
.report dl {
  display: flex; }
  .report dl dt {
    flex: 3; }
  .report dl dd {
    flex: 1;
    padding-left: 1em;
    margin: 0;
    border-left: 1px solid lightgray; }
    .report dl dd a {
      text-align: center;
      display: block;
      width: 100%;
      height: 100%; }
.report section dt {
  flex: 4; }
.report section dd {
  flex: 1; }

/* 決算説明会 */
.info_block table {
  width: calc(100% - 230px);
  margin-left: 0; }

/* 自己株取得 */
.selfbuy_table td {
  text-align: center; }

/* IRスケジュール関連 */
.schedule_top {
  max-width: 600px;
  margin: 1em auto;
  border: 0px none; }
  .schedule_top th, .schedule_top td {
    border: 0px none;
    border-bottom: 1px dotted gray; }
  .schedule_top th {
    text-align: center; }

.schedule_table {
  max-width: 600px;
  margin: 1em auto;
  border: 0px none; }
  .schedule_table th, .schedule_table td {
    border: 0px none;
    border-bottom: 1px dotted gray; }
  .schedule_table .s_month {
    text-align: right;
    padding-right: 0;
    white-space: nowrap !important; }
  .schedule_table .s_day {
    text-align: left;
    padding-left: 0;
    white-space: nowrap !important; }

.schedule_table.e_table .s_month {
  padding-right: 1em; }

.meeting_block > dl > dt {
  width: 5em;
  float: left;
  clear: left;
  border-top: 1px dotted gray;
  padding: .5em;
  margin: 0; }
.meeting_block > dl > dd {
  margin-left: calc(5em + 2px);
  border-top: 1px dotted gray;
  padding: .5em; }

.meeting_block > ul, #doc_top section > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .meeting_block > ul > li, #doc_top section > ul > li {
    margin: 0;
    padding: 0;
    margin-bottom: 1em; }

.inbox > li {
  display: inline-block;
  vertical-align: top; }

#new_doc section dl dd {
  margin-bottom: .5em; }

.info_block ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .info_block ul li {
    margin: 0;
    padding: 0;
    margin-bottom: .5em; }
  .info_block ul li:last-child {
    margin-bottom: 0; }
.info_block .info_t {
  width: 6em; }

.event_m {
  padding-right: 0; }

.event_d {
  padding-left: 0; }

/* 株式手続 */
.memo_table > section {
  display: flex;
  margin: 0;
  padding: 0;
  border-left: 1px solid gray; }
  .memo_table > section > h3, .memo_table > section > p, .memo_table > section > div {
    margin: 0;
    padding: .3em;
    font-size: 100%;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray; }
  .memo_table > section h3 {
    flex: 1; }
  .memo_table > section p, .memo_table > section div {
    flex: 3; }
    .memo_table > section p > p, .memo_table > section p > section, .memo_table > section div > p, .memo_table > section div > section {
      margin-bottom: .5em; }
  .memo_table > section h4 {
    margin-bottom: 0;
    border-bottom: 1px solid black;
    font-size: 110%; }
.memo_table h2 + section {
  border-top: 1px solid gray; }

/* 介護施設の種類 */
#nurse_sort th {
  white-space: normal; }

/* 名所紹介 */
.view_title li {
  text-align: center; }

.view_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .view_list > li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #EEEEEE; }
    .view_list > li li {
      border-left: 1px solid #EEEEEE;
      padding: 3px; }
      .view_list > li li img {
        max-width: 80px; }
    .view_list > li li:last-child {
      border-right: 1px solid #EEEEEE; }
    .view_list > li a {
      display: block;
      transition: background .2s ease-out; }
    .view_list > li a:link, .view_list > li a:visited {
      text-decoration: none;
      background-color: white; }
    .view_list > li a:hover, .view_list > li a:active, .view_list > li a:focus {
      background-color: beige; }
      .view_list > li a:hover h2, .view_list > li a:active h2, .view_list > li a:focus h2 {
        text-decoration: underline; }
  .view_list > li:last-child {
    border-bottom: 1px solid #EEEEEE; }
  .view_list .view_point h2 {
    font-size: 2rem;
    margin: 0;
    margin-bottom: .3em;
    border-bottom: 0px none; }
  .view_list .view_area {
    text-align: center; }

/* 薬局見学 */
.ph_area section {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 0 1em;
  margin-bottom: 0; }
  .ph_area section dl {
    clear: left; }
  .ph_area section dt {
    margin: 0;
    padding: 0;
    width: 8em;
    float: left;
    clear: left; }
  .ph_area section dd {
    margin: 0;
    padding: 0;
    margin-left: 8em; }
  .ph_area section img {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; }

.btn-style.r_top a:before {
  content: ""; }

/* メディアニュース */
.media h1#page_title {
  font-size: 3rem; }

._u-hidden-lgg {
  display: none; }

/*--IR追加--*/
.bgb {
  background-color: #def3ff; }

.openbtn {
  cursor: pointer;
  padding: .5em;
  border: 1px solid lightgray;
  border-bottom: 1px solid #004EA2 !important;
  /*border-left: 10px solid #9FD6D2;
  color: #666;*/ }
  .openbtn span:before {
    padding-right: .5em; }

.openbtn:hover,
.openbtn:focus {
  opacity: 0.7; }

/* 説明文 */
.contentarea {
  display: none;
  padding: 1em !important;
  color: #666; }

.before_break {
  page-break-before: always; }

/*._c-navbar__item ._c-navbar__submenu ._c-navbar__subitem[aria-haspopup] > a {
  position: relative;
}
#nav ._c-navbar__item ._c-navbar__submenu ._c-navbar__subitem[aria-haspopup] > a:after {
  content: "▷";
  position: absolute;
  right: 5px;
  font-size: 60%;
}*/
#nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
  margin-top: 0; }

.movie-wrap iframe {
  border: 0px none; }

.extext {
  font-size: 75%;
  color: darkslategrey;
  margin-top: 2em;
  margin-left: 1em; }

.myanmar_list {
  margin: 0;
  padding: 0;
  margin-left: 1em;
  margin-top: .5em;
  font-size: 90%; }
  .myanmar_list dt, .myanmar_list dd {
    margin: 0;
    margin-bottom: .1em;
    padding: 0; }
  .myanmar_list dt {
    width: 6em;
    float: left;
    clear: left;
    font-weight: normal; }
  .myanmar_list dd {
    margin-left: 6em; }

.com_details dt {
  width: 5em;
  float: left; }
.com_details dd {
  margin-left: 6em; }

.emps a {
  display: block;
  width: 100%;
  height: 100%;
  padding: .5em;
  border-width: 5px;
  border-style: solid;
  color: darkred;
  transition: all .1s ease-out; }
.emps a:link,
.emps a:visited {
  border-color: lightsalmon; }
.emps a:hover,
.emps a:active,
.emps a:focus {
  border-color: chocolate; }

.officer_table {
  margin: 0;
  padding: 0;
  list-style: none; }
  .officer_table li {
    width: 100%;
    border-bottom: 1px dotted #CCCCCC;
    display: table; }
  .officer_table li:last-child {
    border-bottom: 0px none; }
  .officer_table p {
    margin: 0;
    padding: .5em .3em;
    display: table-cell; }
  .officer_table .o_post, .officer_table .o_name {
    white-space: nowrap; }
  .officer_table .o_post {
    width: 9em; }
  .officer_table .o_name {
    width: 6em; }
  .officer_table .o_work {
    padding-left: 1em; }

.medmall_table {
  margin-bottom: 2em; }
  .medmall_table th {
    white-space: nowrap !important; }

.medmall_entry {
  width: 100%; }
  .medmall_entry a {
    display: block;
    width: 100%;
    padding: 0 1em;
    min-height: 3em;
    text-align: center;
    font-size: 200%;
    background-repeat: no-repeat;
    background-position: right center;
    background-clip: border-box;
    background-size: contain;
    background-image: url("../ir/image/contact_icon.svg");
    color: #FFF; }
  .medmall_entry a:link, .medmall_entry a:visited {
    border: 1em solid #1238A0;
    background-color: #1238A0;
    text-decoration: underline; }
  .medmall_entry a:hover, .medmall_entry a:active, .medmall_entry a:focus {
    border: 1em solid #0C236E;
    background-color: #0C236E;
    text-decoration: none; }

.cm ._c-row--margin-l {
  padding-bottom: 1rem; }

.mb10 {
  margin: 10px 0 20px; }

.logoimg {
  margin: 20px auto 10px; }

.b_logo {
  text-align: center;
  margin-right: 30%; }
  .b_logo img {
    width: 300px; }

.b_logo2 {
  text-align: center;
  margin-top: 1em !important;
  margin-left: 30%; }
  .b_logo2 img {
    width: 300px; }

.f_logo {
  width: 40%;
  max-width: 400px;
  display: block;
  margin: 20px auto !important; }

.item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1.5em; }
  .item .item-image {
    width: 20%; }
  .item .item-text {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    align-content: center;
    align-items: center; }
    .item .item-text ul {
      margin-top: 0;
      margin-bottom: 0; }

.nav-menu {
  padding-left: 0; }

/*slick slide*/
.slider {
  width: 100%;
  margin: 0;
  padding: 0; }

.slickBtnArea {
  position: absolute;
  z-index: 5000;
  bottom: 1em; }
  @media print, screen and (min-width: 1200px) {
    .slickBtnArea {
      left: calc((100vw - 1200px) / 2 + 1em); } }
  @media print, screen and (max-width: 1199px) {
    .slickBtnArea {
      left: 1em; } }

.slick-slide {
  overflow: hidden; }
  .slick-slide img {
    width: 100%; }

.slick-list {
  width: 100%;
  overflow: hidden; }

.slick-prev,
.slick-next {
  overflow: hidden; }

#slider a {
  display: block;
  width: 100%;
  height: calc(100vh - 50px - 45px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #slider a.integration {
    background-image: url("../image/slide/top_slide8s.jpg"); }
  @media print, screen and (max-width: 640px) {
    #slider a.integration {
      background-position: 35% center; } }
  #slider a.recruit_top {
    background-image: url("../image/slide/top_slide_top_message.jpg");
    display: flex;
    justify-content: center;
    align-items: center; }
    #slider a.recruit_top img {
      max-width: 540px;
      max-height: 240px; }
    #slider a.recruit_top .slide_p_btn {
      bottom: 15px;
      right: 15px; }
  #slider a.movie {
    background-image: url("../image/slide/top_slide1s-4.jpg"); }
  #slider a.recruit {
    background-image: url("../image/slide/top_slide2s.jpg"); }
  #slider a.gen_rec {
    background-image: url("../image/slide/top_slide3s2.jpg"); }
    @media print, screen and (max-width: 799px) {
      #slider a.gen_rec {
        background-image: url("../image/slide/top_slide3s2-sp.jpg"); } }
  #slider a.pharmacy {
    background-image: url("../image/slide/top_slide7s.jpg"); }
  #slider a.healthcare {
    background-image: url("../image/slide/top_slide4s2.jpg"); }
  #slider a.medicine {
    background-image: url("../image/slide/top_slide5s.jpg"); }
  #slider a.company {
    background-image: url("../image/slide/top_slide6s2.jpg"); }

.pickup {
  margin-bottom: 2em;
  /*a:link,
  a:visited {
    border-color: lightgray;
  }
  a:hover,
  a:active,
  a:focus {
    border-color: chocolate;
  }*/ }
  .pickup > div {
    flex-direction: row-reverse; }
  .pickup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
  .pickup a {
    display: block;
    color: black;
    /*border-width: 5px;
    border-style: solid;*/
    position: relative;
    height: auto;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    transition: border .2s ease-out;
    background-color: white; }
    .pickup a img {
      width: 100%;
      vertical-align: bottom; }
    .pickup a span {
      width: 100%;
      display: block;
      padding: .3em; }
  .pickup a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.8em 0.8em;
    border-color: transparent; }
  .pickup a:link:after,
  .pickup a:visited:after {
    border-bottom-color: #4887b3; }
  .pickup a:hover:after,
  .pickup a:active:after,
  .pickup a:focus:after {
    border-bottom-color: chocolate; }
  .pickup a:hover img,
  .pickup a:active img,
  .pickup a:focus img {
    -webkit-filter: blur(3px) opacity(90%);
    -moz-filter: blur(3px) opacity(90%);
    -ms-filter: blur(3px) opacity(90%);
    -o-filter: blur(3px) opacity(90%);
    filter: blur(3px) opacity(90%); }

@media print, screen and (min-width: 800px) {
  .contents_wrap > div {
    display: flex;
    flex-direction: row-reverse; }

  #contents_section {
    flex: 1; }
    #contents_section.chart {
      display: block; }

  #navi_section {
    width: 300px; }

  #company #nav .g_company,
  #business #nav .g_business,
  #csr #nav .g_csr,
  #ir #nav .g_ir,
  #recruit #nav .g_recruit,
  #news #nav .g_news {
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: underline; }

  #nav .g_ex {
    position: fixed;
    top: 0;
    right: 1em;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end; }
    #nav .g_ex ul, #nav .g_ex #___gcse_0 {
      flex: 0 1 auto; }
    #nav .g_ex ul {
      display: flex;
      margin: 0;
      padding: 0;
      margin-top: 1em;
      list-style: none; }
      #nav .g_ex ul li {
        padding: 0;
        margin: 0 1em;
        width: 6em; }

  #nav {
    position: relative;
    box-sizing: border-box; }
    #nav input,
    #nav label {
      display: none;
      /*position: absolute;
      white-space: nowrap;
      width: 1px;
      height: 1px;
      border: 0;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0 0 0 0);
      clip-path: inset(50%);*/ }
    #nav input#gsc-i-id1 {
      display: inline-block; }
    #nav a {
      /*display: block;*/ }
      #nav a:hover, #nav a:visited, #nav a:focus {
        /*background-color: rgba(248,248,238,0.82);*/ }

  .nav-menu {
    display: flex;
    width: 100%;
    text-align: center;
    list-style: none; }
    .nav-menu > li {
      flex: 1 1 auto;
      margin: 0; }
      .nav-menu > li:hover, .nav-menu > li:focus {
        background-color: rgba(255, 255, 255, 0.9); }
      .nav-menu > li:hover ._sub_head, .nav-menu > li:focus ._sub_head {
        visibility: visible; }
      .nav-menu > li h3 {
        padding-top: .5em;
        padding-bottom: .5em;
        margin-bottom: 0;
        margin-top: 0; }
    .nav-menu > .nav-item > .sub-nav > ._sub_head {
      position: absolute;
      top: 2.5em;
      left: 0;
      width: 100%;
      padding: 1em;
      z-index: 8000;
      background-color: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px); }
      .nav-menu > .nav-item > .sub-nav > ._sub_head > section {
        flex: 1 0 33.3333%;
        max-width: calc(33.3333% - 0.67rem); }
    .nav-menu > .nav-item.g_recruit > .sub-nav > ._sub_head > section {
      flex: 1 0 50%;
      max-width: calc(50% - 0.67rem); }
    .nav-menu .flexbox {
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 1rem; }
    .nav-menu .flexbox > ul,
    .nav-menu .flexbox > section,
    .nav-menu .flexbox > li {
      flex: 1 0 auto; }

  ._sub_head {
    visibility: hidden;
    text-align: left; }
    ._sub_head ul {
      margin: 0;
      padding: 0;
      list-style: none;
      /*visibility: hidden;
      text-align: left;*/ }
      ._sub_head ul li {
        margin: 0;
        padding: 0;
        border-bottom: 1px thin #333; }
        ._sub_head ul li ul {
          margin-left: 1rem; }

  #nav .g_company ._sub_head {
    padding: 1rem 2rem; }
    #nav .g_company ._sub_head ul {
      padding-left: 40px; }
    #nav .g_company ._sub_head .top_message {
      flex: 1 0 40%; }
      #nav .g_company ._sub_head .top_message li {
        height: 100%; }
        #nav .g_company ._sub_head .top_message li a {
          display: block;
          width: auto;
          height: 100%;
          padding: 1rem;
          background-color: rgba(255, 255, 255, 0.2); }
          #nav .g_company ._sub_head .top_message li a section {
            width: auto;
            height: 100%; }
            #nav .g_company ._sub_head .top_message li a section img {
              width: 30%;
              float: right;
              margin-left: 1rem; }

  /*.g_company .flexbox li {
  	flex: 1 0 33.3333%;
  	max-width: calc(33.3333% - 1rem);
  	a {
  		display: block;
  		width: 100%;
  		height: 60px;
  		padding: 1rem;
  		background-color: rgba(255,255,255,0.2);
  	}
  }*/
  #nav .g_business .flexbox section.gn-panel-group {
    flex: 1 0 50%;
    max-width: calc(50% - 0.5rem);
    padding: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    #nav .g_business .flexbox section.gn-panel-group::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-backdrop-filter: blur(1px);
      backdrop-filter: blur(1px); }
    #nav .g_business .flexbox section.gn-panel-group * {
      position: relative; }
  #nav .g_business .flexbox .pharmacy {
    background-image: url("../image/navi/pharmacy_img.jpg");
    background-position: top; }
    #nav .g_business .flexbox .pharmacy li {
      flex: 1 0 50%;
      max-width: calc(50% - 0.5rem); }
  #nav .g_business .flexbox .healthcare {
    background-image: url("../image/navi/nurse_img.jpg");
    background-position: center; }
    #nav .g_business .flexbox .healthcare ul {
      height: 100%; }
    #nav .g_business .flexbox .healthcare li {
      flex: 1 0 50%;
      max-width: calc(50% - 0.5rem);
      height: 100%; }
  #nav .g_business .flexbox .medicine {
    background-image: url("../image/navi/medicine_img.jpg");
    background-position: center; }
  #nav .g_business .flexbox .ex {
    background-image: url("../image/navi/ex_img.jpg");
    background-position: top; }

  #nav .g_csr .flexbox section.gn-panel-group:last-child {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    #nav .g_csr .flexbox section.gn-panel-group:last-child::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-backdrop-filter: blur(2px);
      backdrop-filter: blur(2px); }
  #nav .g_csr .flexbox * {
    position: relative; }
  #nav .g_csr .flexbox .sdgs {
    background-image: url("../image/navi/sdgs.svg");
    background-position: top; }

  #nav .g_recruit .flexbox section.gn-panel-group {
    flex: 1 0 50%;
    max-width: calc(50% - 0.5rem);
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; }
    #nav .g_recruit .flexbox section.gn-panel-group::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /*background-color: rgba(255,255,255,0.8);
      -webkit-backdrop-filter: blur(1px);
      backdrop-filter: blur(1px);*/ }
    #nav .g_recruit .flexbox section.gn-panel-group * {
      position: relative; }
  #nav .g_recruit .flexbox .new_medic {
    background-image: url("../image/navi/new_medic_img.png");
    background-position: top right;
    min-height: 120px; }
  #nav .g_recruit .flexbox .new_gen {
    background-image: url("../image/navi/new_gen_img2.png");
    background-position: top right;
    min-height: 120px; }
  #nav .g_recruit .flexbox .career_medic li,
  #nav .g_recruit .flexbox .career_gen li {
    display: inline-block;
    margin-left: 1rem; } }
.pdf_navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 90%; }
  .pdf_navi ul li {
    margin: 0;
    margin-left: 1em;
    padding: 0;
    display: inline; }

@media print, screen and (min-width: 1401px) {
  #nav .g_ex {
    right: calc((100vw - 1400px) / 2 + 1em); } }
@media print, screen and (min-width: 1201px) and (max-width: 1400px) {
  #nav .g_ex {
    right: 1em; } }
@media screen and (max-width: 639px) {
  ._u-full {
    width: 100%;
    max-width: 100%;
    height: auto; }

  .thum._u-full {
    width: 100%; }

  ._u-pull-left._u-full, ._u-pull-right._u-full {
    float: none !important;
    display: block;
    margin: 0 auto 0.5em; } }
@media screen and (max-width: 639px) {
  ._u-visible-sm-inline {
    display: inline; }

  .resp {
    background-color: transparent;
    border: none;
    padding: .5em; }
    .resp thead {
      display: none; }
    .resp tr {
      margin-bottom: 1em; }
    .resp td {
      /*border-right: 1px solid gray;*/
      border-bottom: none;
      padding: 0; }

  .table_colsubt {
    margin-bottom: 0; }

  #contents_section table th {
    white-space: normal; }

  .page_top a span {
    display: none; }

  .sp_resp {
    width: 100%;
    max-width: 100%; }

  .index li, .index dd {
    white-space: normal; }

  .flower-rank .flexbox {
    display: block; }

  #contents {
    margin-top: 0;
    padding: 0; }

  #home #contents {
    padding: 1rem; }

  h1#page_title {
    padding: 1rem;
    font-size: 2.5rem;
    text-align: left; }

  aside {
    padding-right: 1em; }

  .h_office {
    position: inherit;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem; }

  .companytable,
  .group_company table {
    background-color: transparent;
    border: 0 none; }
    .companytable th, .companytable td,
    .group_company table th,
    .group_company table td {
      display: block;
      width: 100%;
      padding: .5rem;
      border: 0 none;
      background-color: transparent; }
    .companytable th,
    .group_company table th {
      border-bottom: 1px solid #333;
      font-weight: bold; }
    .companytable td,
    .group_company table td {
      margin-bottom: 2rem; }

  .group_company table td {
    margin-bottom: 1rem; }

  .officer_del img {
    float: left;
    margin-right: 1rem; }

  .officer {
    clear: left; }

  .officer_table li {
    border-bottom: 1px solid dimgray;
    display: block;
    clear: left;
    margin: 0; }
    .officer_table li p.o_post {
      width: 100%; }
    .officer_table li p.o_post,
    .officer_table li p.o_name,
    .officer_table li p.o_work {
      padding: 0;
      display: block;
      box-sizing: border-box; }
    .officer_table li p.o_post {
      margin-top: .5rem; }
    .officer_table li p.o_name {
      padding-left: 1em;
      margin-right: 1em;
      float: left; }
    .officer_table li p.o_work {
      padding-left: 2em;
      margin-bottom: .5rem; }

  .access_print {
    float: none;
    margin-bottom: 1rem; }

  .history_table li {
    display: block; }
  .history_table p {
    display: block; }
  .history_table .h_year, .history_table .h_month {
    float: left;
    padding-bottom: 0; }
  .history_table .h_event {
    clear: left;
    width: 100%;
    padding-top: 0; }

  ._u-hidden-md-up {
    display: block; }

  /* レスポンシブテーブル */
  .resp th {
    background-color: #004EA2;
    color: #fff;
    width: 100%;
    display: block; }

  .brepo_table.resp,
  .arepo_table.resp {
    border: 0px none !important; }
    .brepo_table.resp th,
    .arepo_table.resp th {
      display: none;
      border: 0px none; }
    .brepo_table.resp td,
    .arepo_table.resp td {
      margin: .3em 0;
      border: 0px none !important; }

  .resp td:last-child {
    /*border-bottom: 1px solid gray;*/ }

  /*td:beforeのデザイン*/
  .resp tr:before, .resp tr:after {
    content: " ";
    display: table; }
  .resp tr:after {
    clear: both; }

  .resp td {
    clear: left; }

  .resp td:before {
    background-color: #f5f3ec;
    color: #4f4d47;
    display: block;
    float: left; }

  .owner_table,
  .owner_balance_table,
  .selfbuy_table {
    background-color: transparent;
    display: block;
    border: 0 none; }
    .owner_table caption,
    .owner_balance_table caption,
    .selfbuy_table caption {
      display: block;
      width: 100%; }
    .owner_table thead,
    .owner_balance_table thead,
    .selfbuy_table thead {
      display: none; }
    .owner_table tbody,
    .owner_balance_table tbody,
    .selfbuy_table tbody {
      width: 100%;
      max-width: 100%;
      display: block; }
    .owner_table tr,
    .owner_balance_table tr,
    .selfbuy_table tr {
      display: block;
      width: 100%; }
      .owner_table tr th, .owner_table tr td,
      .owner_balance_table tr th,
      .owner_balance_table tr td,
      .selfbuy_table tr th,
      .selfbuy_table tr td {
        display: block;
        width: 100%;
        border: 0 none;
        line-height: 2; }
      .owner_table tr th,
      .owner_balance_table tr th,
      .selfbuy_table tr th {
        padding: 0 .5rem; }
      .owner_table tr td,
      .owner_balance_table tr td,
      .selfbuy_table tr td {
        padding-right: .5rem; }
    .owner_table.resp tr:before, .owner_table.resp tr:after,
    .owner_balance_table.resp tr:before,
    .owner_balance_table.resp tr:after,
    .selfbuy_table.resp tr:before,
    .selfbuy_table.resp tr:after {
      display: none;
      float: none; }

  .memo_table h2 + section {
    border: 0 none; }
  .memo_table > section {
    display: block;
    border: 0 none;
    margin-bottom: 1rem; }
    .memo_table > section > h3, .memo_table > section > p, .memo_table > section > div {
      display: block;
      border: 0 none; }
    .memo_table > section h3 {
      border-bottom: 1px solid #333 !important; }

  /* IR/リスク情報/法令・規制 */
  .risk_row_table td:before {
    width: 7em; }

  .risk_row_table td:nth-of-type(1):before {
    content: "有効期間"; }

  .risk_row_table td:nth-of-type(2):before {
    content: "関連する法令"; }

  .risk_row_table td:nth-of-type(3):before {
    content: "登録等の交付者"; }

  /* IR/リスク情報/薬価改定率 */
  .price_rev_table tbody tr:nth-of-type(1) {
    display: none; }

  .price_rev_table td:nth-of-type(1):before {
    content: "2008年4月1日"; }

  .price_rev_table td:nth-of-type(2):before {
    content: "2010年4月1日"; }

  .price_rev_table td:nth-of-type(3):before {
    content: "2012年4月1日"; }

  .price_rev_table td:nth-of-type(4):before {
    content: "2014年4月1日"; }

  .price_rev_table td:nth-of-type(5):before {
    content: "2016年4月1日"; }

  .price_rev_table td {
    text-align: center; }

  /* IR/リスク情報/有利子負債 */
  .debt_table td:nth-of-type(1):before {
    content: "2020年2月期"; }

  .debt_table td:nth-of-type(2):before {
    content: "2021年2月期"; }

  .debt_table td:nth-of-type(3):before {
    content: "2022年2月期"; }

  .debt_table td {
    text-align: center; }

  /* IR/経営指標等 */
  .ir_table td:nth-of-type(1):before {
    content: "2018年2月期"; }

  .ir_table td:nth-of-type(2):before {
    content: "2019年2月期"; }

  .ir_table td:nth-of-type(3):before {
    content: "2020年2月期"; }

  .ir_table td:nth-of-type(4):before {
    content: "2021年2月期"; }

  .ir_table td:nth-of-type(5):before {
    content: "2022年2月期"; }

  .ir_table tbody td {
    text-align: center; }

  /* IR/ハイライト */
  .highlight_table td:nth-of-type(1):before {
    content: "第1四半期"; }

  .highlight_table td:nth-of-type(2):before {
    content: "第2四半期"; }

  .highlight_table td:nth-of-type(3):before {
    content: "第3四半期"; }

  .highlight_table td:nth-of-type(4):before {
    content: "第4四半期"; }

  .highlight_table td {
    text-align: center; }

  /* IR/短信 */
  .balance_table td:before {
    width: 5em; }

  .balance_table td:nth-of-type(1):before {
    content: "表紙"; }

  .balance_table td:nth-of-type(2):before {
    content: "HTML"; }

  .balance_table td:nth-of-type(3):before {
    content: "全体"; }

  .balance_table td:nth-of-type(4):before {
    content: "サマリー"; }

  .balance_table td:nth-of-type(5):before {
    content: "定性情報"; }

  .balance_table td:nth-of-type(6):before {
    content: "財務諸表"; }

  .balance_table td:nth-of-type(7):before {
    content: "その他"; }

  /* IR/決算説明会 */
  .info_block table {
    width: 100%; }

  /* IR/株主レポート */
  .b_repo_block table {
    width: 100%; }

  /* IR/株式の状況/大株主 */
  .owner_table td:before {
    width: 10em;
    display: block;
    padding: 0 .5rem;
    line-height: 2; }

  .owner_table td:nth-of-type(1):before {
    content: "持株数（株）"; }

  .owner_table td:nth-of-type(2):before {
    content: "持株比率（%）"; }

  /* IR/株式の状況/株主数 */
  .owner_balance_table td:before {
    width: 10em;
    display: block;
    padding: 0 .5rem; }

  .owner_balance_table td:nth-of-type(1):before {
    content: "2017年8月時点"; }

  .owner_balance_table td:nth-of-type(2):before {
    content: "2018年2月時点"; }

  .owner_balance_table td:nth-of-type(3):before {
    content: "2018年8月時点"; }

  .owner_balance_table td:nth-of-type(4):before {
    content: "2019年2月時点"; }

  .owner_balance_table td:nth-of-type(5):before {
    content: "2019年8月時点"; }

  .owner_balance_table td:nth-of-type(6):before {
    content: "2020年2月時点"; }

  .owner_balance_table td:nth-of-type(7):before {
    content: "2020年8月時点"; }

  .owner_balance_table td:nth-of-type(8):before {
    content: "2021年2月時点"; }

  .owner_balance_table td:nth-of-type(9):before {
    content: "2021年8月時点"; }

  .owner_balance_table td:nth-of-type(10):before {
    content: "2022年2月時点"; }

  /* IR/株式の状況/自己株取得 */
  .selfbuy_table td:nth-of-type(1) {
    background-color: #004EA2;
    color: #fff;
    width: 100%;
    display: block; }

  .selfbuy_table td:before {
    width: 9em; }

  .selfbuy_table td:nth-of-type(1) {
    text-align: center; }

  .selfbuy_table td:nth-of-type(2):before {
    content: "取得方法";
    text-align: left; }

  .selfbuy_table td:nth-of-type(3):before {
    content: "取得株式総数（株）";
    text-align: left; }

  .selfbuy_table td:nth-of-type(4):before {
    content: "取得総額";
    text-align: left; }

  /**/
  /* IR/財務・業績/チャート */
  .chart_table td:nth-of-type(1):before {
    content: "2013年2月期"; }

  .chart_table td:nth-of-type(2):before {
    content: "2014年2月期"; }

  .chart_table td:nth-of-type(3):before {
    content: "2015年2月期"; }

  .chart_table td:nth-of-type(4):before {
    content: "2016年2月期"; }

  .chart_table td:nth-of-type(5):before {
    content: "2017年2月期"; }

  .chart_table td:nth-of-type(6):before {
    content: "2018年2月期"; }

  .chart_table td:nth-of-type(7):before {
    content: "2019年2月期"; }

  .chart_table td:nth-of-type(8):before {
    content: "2020年2月期"; }

  .chart_table td:nth-of-type(9):before {
    content: "2021年2月期"; }

  .chart_table td:nth-of-type(10):before {
    content: "2022年2月期"; }

  #CheckSet, #PI, #Period {
    display: none !important; }

  /* 事業報告書 */
  /*.brepo_table td:nth-of-type(1):before {content: "HTML";}
  .brepo_table td:nth-of-type(2):before {content: "e-book";}
  .brepo_table td:nth-of-type(3):before {content: "PDF";}*/
  /* 招集通知 */
  /*.arepo_table td:nth-of-type(1):before {content: "e-book";}
  .arepo_table td:nth-of-type(2):before {content: "PDF";}*/
  /* eng IR/ハイライト */
  .e_highlight_table td:nth-of-type(1):before {
    content: "1st quator"; }

  .e_highlight_table td:nth-of-type(2):before {
    content: "2nd quator"; }

  .e_highlight_table td:nth-of-type(3):before {
    content: "3rd quator"; }

  .e_highlight_table td:nth-of-type(4):before {
    content: "4th quator"; }

  .e_highlight_table td {
    text-align: center; }

  /* eng IR/経営指標等 */
  .e_ir_table td:nth-of-type(1):before {
    content: "FY2018"; }

  .e_ir_table td:nth-of-type(2):before {
    content: "FY2019"; }

  .e_ir_table td:nth-of-type(3):before {
    content: "FY2020"; }

  .e_ir_table td:nth-of-type(4):before {
    content: "FY2021"; }

  .e_ir_table td:nth-of-type(5):before {
    content: "FY2022"; }

  .e_ir_table tbody td {
    text-align: center; }

  /* eng IR/株式の状況/大株主 */
  .e_owner_table td:before {
    width: 12em; }

  .e_owner_table td:nth-of-type(1):before {
    content: "Number of stocks held (stock)"; }

  .e_owner_table td:nth-of-type(2):before {
    content: "Holdings ratio (％)"; }

  /* eng IR/株式の状況/株主数 */
  .e_owner_balance_table td:nth-of-type(1):before {
    content: "FY2017 Aug"; }

  .e_owner_balance_table td:nth-of-type(2):before {
    content: "FY2018 Feb"; }

  .e_owner_balance_table td:nth-of-type(3):before {
    content: "FY2018 Aug"; }

  .e_owner_balance_table td:nth-of-type(4):before {
    content: "FY2019 Feb"; }

  .e_owner_balance_table td:nth-of-type(5):before {
    content: "FY2019 Aug"; }

  .e_owner_balance_table td:nth-of-type(6):before {
    content: "FY2020 Feb"; }

  .e_owner_balance_table td:nth-of-type(7):before {
    content: "FY2020 Aug"; }

  .e_owner_balance_table td:nth-of-type(8):before {
    content: "FY2021 Feb"; }

  .e_owner_balance_table td:nth-of-type(9):before {
    content: "FY2021 Aug"; }

  .e_owner_balance_table td:nth-of-type(10):before {
    content: "FY2022 Feb"; }

  .resp {
    border: none;
    padding: .5em; }
    .resp thead {
      display: none; }
    .resp tr {
      border-top: 1px solid #d5d7dd;
      border-bottom: 1px solid #d5d7dd;
      display: block;
      margin-bottom: 1em; }
    .resp td {
      border-right: 1px solid #d5d7dd;
      border-bottom: none;
      display: block;
      padding: 0; }

  .table_colsubt {
    margin-bottom: 0; }

  #contents_section table th {
    white-space: normal; }

  dl.balance_dl_w dt {
    width: 7em; }
  dl.balance_dl_w dd {
    margin-left: 8em; }

  .cm ._c-row--margin-l, .ads ._c-row--margin-l {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0; }
    .cm ._c-row--margin-l > ._c-row__col, .ads ._c-row--margin-l > ._c-row__col {
      max-width: 100%;
      margin-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      box-sizing: border-box; }
      .cm ._c-row--margin-l > ._c-row__col > .movie-wrap, .ads ._c-row--margin-l > ._c-row__col > .movie-wrap {
        margin-bottom: 0; }
    .cm ._c-row--margin-l > p._c-row__col, .ads ._c-row--margin-l > p._c-row__col {
      margin-top: 0; }

  /*.highcharts-legend + .highcharts-axis text {
    position: relative !important;
    tspan {
      display: table-cell;
      text-align: left;
      writing-mode: vertical-rl;
      position: absolute !important;
      left: -2em !important;
      top: 0 !important;
    }
  }*/ }
.pdf_navi ul li.b_print {
  display: none; }

.f_bunner li a img {
  background-color: white; }

.df {
  display: flex; }
  .df p {
    margin-top: 0; }

#ph_term_link, #hc_term_link {
  display: flex;
  flex-wrap: wrap; }
  #ph_term_link a, #hc_term_link a {
    display: block;
    padding: 10px;
    margin: 0 0 10px 10px;
    text-decoration: none;
    border: 1px solid;
    font-size: 1.3em;
    box-shadow: 1px 1px 1px rgba(125, 125, 125, 0.3); }

#ph_term_link a:link, #ph_term_link a:visited {
  color: #0e8ebf;
  background-color: #FFF; }
#ph_term_link a:hover, #ph_term_link a:active, #ph_term_link a:focus {
  color: #FFF;
  background-color: #0e8ebf; }

#hc_term_link a:link, #hc_term_link a:visited {
  color: #bf0e89;
  background-color: #FFF; }
#hc_term_link a:hover, #hc_term_link a:active, #hc_term_link a:focus {
  color: #FFF;
  background-color: #bf0e89; }

.ph_term, .hc_term {
  margin-top: -100px;
  padding-top: 100px;
  padding-left: 12px;
  font-size: 1.6em;
  font-weight: bold; }

.ph_term {
  color: #0e8ebf; }

.hc_term {
  color: #bf0e89; }

#ph_glossary dd, #hc_glossary dd {
  padding-bottom: 20px;
  font-size: 1.2em;
  letter-spacing: 0.1em; }

@media print, screen and (min-width: 640px) {
  .b_repo_block > section table {
    width: calc(100% - 110px - 0.5em);
    margin: 0; }
  .b_repo_block > section > img {
    width: 110px; }

  .officer_wrap {
    display: flex;
    gap: 0 2em; }

  .officer_del {
    flex: 0 1 auto; }

  dl.officer {
    flex: 0 1 auto; }

  .f_bunner {
    width: 432px;
    float: right; }

  #slider a {
    height: calc(100vh - 120px - 45px);
    max-height: 600px; } }
/*-卸事業-*/
#medicine_info {
  position: relative; }
  #medicine_info span {
    position: absolute;
    bottom: 10px;
    right: 10px; }

.buttons button {
  margin-bottom: 10px; }

.office_info {
  display: flex;
  align-content: stretch; }

.office_info table {
  margin-bottom: 0; }

@media print, screen and (max-width: 640px) {
  .office_info {
    flex-direction: column; }

  #medicine_info span {
    font-size: 12px; } }
#salesoffice_google_map {
  height: 400px;
  width: 100%;
  margin-bottom: 20px; }

/*--------*/
@media print, screen and (max-width: 799px) {
  .wrap_header {
    min-height: 50px; }

  #menu-navibtn {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    cursor: pointer;
    cursor: hand; }

  #menu-navibtn:focus + #nav > label {
    outline: 2px solid #4C98FF; }

  #nav li:not(.g_ex) input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); }
  #nav input:focus + label {
    outline: 2px solid #4C98FF; }
  #nav h3 + input, #nav h4 + input, #nav h5 + input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); }
  #nav .sub-nav:has(input:checked) {
    background-color: aliceblue; }
    #nav .sub-nav:has(input:checked) .gn-panel-group:has(input:checked) {
      background-color: aliceblue; }
      #nav .sub-nav:has(input:checked) .gn-panel-group:has(input:checked) li:has(input:checked) {
        background-color: aliceblue; }

  #company #nav .g_company .sub-nav,
  #business #nav .g_business .sub-nav,
  #csr #nav .g_csr .sub-nav,
  #ir #nav .g_ir .sub-nav,
  #recruit #nav .g_recruit .sub-nav,
  #news #nav .g_news .sub-nav {
    background-color: aliceblue; }

  #nav .g_company ._sub_head ul {
    border-bottom: 1px solid #DDD; }
    #nav .g_company ._sub_head ul:last-child {
      border-bottom: 0px none; }
  #nav .g_company ._sub_head .top_message {
    /*border-bottom: 1px solid #DDD;*/ }
    #nav .g_company ._sub_head .top_message li {
      line-height: 40px; }
      #nav .g_company ._sub_head .top_message li a section h4 {
        font-size: 1rem;
        font-weight: normal;
        display: inline;
        line-height: 40px; }
      #nav .g_company ._sub_head .top_message li a section img, #nav .g_company ._sub_head .top_message li a section p {
        display: none; }
  #nav .g_business ._sub_head section {
    border-bottom: 1px solid #DDD; }
    #nav .g_business ._sub_head section:last-child {
      border-bottom: 0px none; }
  #nav .g_business ._sub_head .ex p {
    display: none; }
  #nav .g_csr ._sub_head section {
    border-bottom: 1px solid #DDD; }
    #nav .g_csr ._sub_head section:last-child {
      border-bottom: 0px none; }
  #nav .g_ir ._sub_head section {
    border-bottom: 1px solid #DDD; }
    #nav .g_ir ._sub_head section:last-child {
      border-bottom: 0px none; }
  #nav .g_recruit ._sub_head section {
    border-bottom: 1px solid #DDD; }
    #nav .g_recruit ._sub_head section:last-child {
      border-bottom: 0px none; }
  #nav .g_recruit ._sub_head .new_medic p {
    display: none; }

  .nav-menu {
    padding-top: 50px;
    transition: all .2s ease-out; }

  .nav-menu {
    background-color: white;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    min-height: 100vh;
    display: none; }
    .nav-menu .flexbox {
      display: block; }

  .sub-nav {
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: hidden; }
    .sub-nav h3,
    .sub-nav h4,
    .sub-nav h5 {
      margin-bottom: 0;
      display: inline;
      line-height: 60px;
      width: auto; }
      .sub-nav h3 a,
      .sub-nav h4 a,
      .sub-nav h5 a {
        padding-left: 20px;
        width: 100%; }
      .sub-nav h3 + input + label,
      .sub-nav h4 + input + label,
      .sub-nav h5 + input + label {
        display: inline; }
        .sub-nav h3 + input + label span,
        .sub-nav h4 + input + label span,
        .sub-nav h5 + input + label span {
          line-height: 60px;
          display: inline-block; }
    .sub-nav h3 + input + label:hover {
      cursor: pointer;
      cursor: hand; }

  .nav-item {
    height: auto;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    line-height: 60px;
    min-height: 60px;
    position: relative;
    overflow-x: hidden; }
    .nav-item .pd {
      display: inline-block;
      width: 100%; }
    .nav-item:first-child {
      border-top: 1px solid #DDD; }
    .nav-item i {
      padding: 0px 6px; }
    .nav-item ._sub_head {
      visibility: hidden;
      margin: 0;
      padding-left: 20px;
      width: 100%;
      background-color: #FFF;
      border-top: 1px solid #DDD;
      border-left: 1px solid #FFF;
      border-right: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      position: relative;
      opacity: 1;
      top: 0;
      /*margin-left: auto;
      left: auto;*/ }
      .nav-item ._sub_head ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .nav-item ._sub_head ul._sub_head {
          padding-left: 20px; }
        .nav-item ._sub_head ul li {
          line-height: 40px;
          margin: 0;
          padding-left: 0; }
          .nav-item ._sub_head ul li a {
            padding-left: 20px;
            width: 100%;
            display: block; }
          .nav-item ._sub_head ul li h4 a,
          .nav-item ._sub_head ul li h5 a {
            display: inline; }

  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #nav {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: 9800;
    top: 0;
    left: 0;
    margin-top: 0; }

  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .nav-menu {
    display: block;
    opacity: 0.95;
    transition: all .2s ease-out;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); }
  #menu-navibtn:checked ~ * .nav-item {
    max-height: inherit;
    overflow-y: visible; }
  #menu-navibtn:checked ~ * ._sub_head {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden; }

  /* 子メニューがクリックされた時 */
  .angletoggle:before {
    content: "^";
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all .1s ease-out; }

  #nav input[type="checkbox"]:checked ~ ._sub_head {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible; }
  #nav input[type="checkbox"]:checked ~ label span .angletoggle:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }

  /* 子メニュー */
  ._sub_head li {
    font-size: 14px;
    border-bottom: 1px solid #DDD; }
    ._sub_head li:last-child {
      border: none; }
    ._sub_head li i {
      margin-right: 3px; }

  #nav #navibtn {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9900;
    margin: 0; }
    #nav #navibtn span {
      display: table;
      width: 50px;
      height: 50px;
      background-color: #EEE; }
      #nav #navibtn span span {
        display: table-cell;
        /*overflow: hidden;
        width: 1px;
        height: 1px;
        position: absolute;
        left: 0;*/
        vertical-align: bottom;
        text-align: center;
        font-size: 0.6rem;
        width: 50px;
        height: 50px;
        color: #004EA2; }
      #nav #navibtn span::after,
      #nav #navibtn span span::before,
      #nav #navibtn span span::after {
        position: absolute;
        left: 10px;
        content: "";
        width: 30px;
        height: 3px;
        background-color: #004EA2;
        transition: all .2s ease-out; }
      #nav #navibtn span span::before {
        top: 10px; }

  #menu-navibtn:checked ~ #nav label#navibtn span span::before {
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all .2s ease-out; }
  #menu-navibtn:checked ~ #nav label#navibtn span span::after {
    display: none; }
  #menu-navibtn:checked ~ #nav label#navibtn > span::after {
    bottom: 28px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: all .2s ease-out; }

  #nav #navibtn span::after {
    bottom: 20px; }
  #nav #navibtn span span::after {
    top: 18px; }

  #nav .g_ex {
    max-width: 100%;
    width: 100%; }
    #nav .g_ex ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      height: 60px;
      line-height: 60px; }
      #nav .g_ex ul li {
        margin: 0;
        padding: 0;
        flex: 1 0 auto;
        text-align: center; }
    #nav .g_ex #___gcse_0 {
      margin: 0 auto;
      height: 60px;
      line-height: 60px; }
      #nav .g_ex #___gcse_0 table {
        margin: 0; }

  #slider a {
    height: 35vh; }
    #slider a.movie {
      background-position: 50% 50%; }
    #slider a.recruit {
      background-position: 55% 50%; }
    #slider a.gen_rec {
      background-position: 85% 50%; }
    #slider a.healthcare {
      background-position: 70% 50%; }
    #slider a.medicine {
      background-position: 80% 50%; }
    #slider a.company {
      background-position: 50% 50%; }
    #slider a.pharmacy {
      background-position: 40% 50%; } }
