@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  /*line-height: 0;*/
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  /*overflow: hidden;*/ }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Scss Document */
/* 変数 */
/* Scss Document */
/* 変数 */
/* font */
html {
  font-size: 62.5%; }

html body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem; }

p, ul, ol, dl, table, pre {
  margin-bottom: 1.6rem;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem; }

h1 {
  font-size: 38.4px;
  font-size: 3.84rem;
  line-height: 1.15385; }

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15385; }

h3 {
  font-size: 27.2px;
  font-size: 2.72rem;
  line-height: 1.25; }

h4 {
  font-size: 22.4px;
  font-size: 2.24rem; }

h5 {
  font-size: 19.2px;
  font-size: 1.92rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

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

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

/* 標準スタイル */
table {
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  empty-cells: show;
  width: 100%;
  border-spacing: 0;
  margin: 0 auto 1em; }
  table caption {
    text-align: left; }
  table thead th {
    white-space: nowrap;
    background-color: #004EA2;
    color: #fff;
    text-align: center; }
  table th, table td {
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    padding: .5em; }

table.sub {
  border: 0px none;
  font-size: 90%;
  border-collapse: separate;
  border-spacing: 1px; }
  table.sub thead th {
    background-color: transparent;
    color: #004EA2;
    border-bottom: 1px solid #004EA2; }
  table.sub th, table.sub td {
    border-bottom-style: dotted;
    border-left: 0px 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; }

#nav:target {
  background-color: #333333 !important; }

header:target {
  background-color: transparent !important; }

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

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

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

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

/*longdesc*/
.have_longdesc {
  width: 100%;
  text-align: center;
  position: relative; }
  .have_longdesc img {
    position: relative;
    background-color: white;
    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;
      padding: 1em;
      line-height: 1.5;
      left: -50%; }

.to_longdesc a:link,
.to_longdesc a:visited {
  z-index: 5; }

.to_longdesc a:hover,
.to_longdesc a:active,
.to_longdesc a:focus {
  background-color: lightyellow;
  z-index: 15; }

@media print {
  .page_top,
  .to_longdesc {
    display: none; } }
@media screen and (max-width: 640px) {
  .resp {
    border: none;
    padding: .5em; }
    .resp thead {
      display: none; }
    .resp tr {
      border-top: 1px solid gray;
      display: block;
      margin-bottom: 1em; }
    .resp td {
      border-right: 1px solid gray;
      border-bottom: none;
      display: block;
      padding: 0; }

  .table_colsubt {
    margin-bottom: 0; }

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

  .page_top a span {
    display: none; } }
a {
  transition: color .1s ease-out; }

a:link {
  color: darkblue; }

a:visited {
  color: purple; }

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

.btn-style {
  padding: 0;
  margin: .5em;
  text-align: center; }
  .btn-style a {
    border: 1px solid #dadada;
    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;
    /*overflow: hidden;*/ }
    .btn-style a:before {
      content: "▷";
      font-size: 70%; }
    .btn-style a img {
      vertical-align: middle; }
  .btn-style a:link,
  .btn-style a:visited {
    background-color: #FEFBFC; }
  .btn-style a:hover,
  .btn-style a:active {
    background-color: beige; }
  .btn-style.block-btn a {
    display: block; }

a *.btn-style {
  border: 1px solid #dadada;
  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;
  /*overflow: hidden;*/
  transition: background .2s ease-out; }
  a *.btn-style.block-btn {
    display: block; }
  a *.btn-style:before {
    content: "▷";
    font-size: 70%; }
  a *.btn-style img {
    vertical-align: middle; }

a:link *.btn-style,
a:visited *.btn-style {
  background-color: #FEFBFC; }

a:hover *.btn-style,
a:active *.btn-style {
  background-color: beige; }

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 {
  text-align: center; }
  ._u_text_center img {
    margin: 0 auto; }

._u_text_left {
  text-align: left; }

address img {
  display: none; }

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

.clear {
  clear: both; }

.skip_link {
  display: none; }

.skip_to_contents,
.skip_to_global,
.skip_to_local {
  position: absolute;
  display: block;
  padding: .5em; }

.skip_to_contents {
  z-index: 10000; }

.skip_to_global,
.skip_to_local {
  z-index: 5000; }

.skip_to_contents:link,
.skip_to_contents:visited,
.skip_to_global:link,
.skip_to_global:visited,
.skip_to_local:link,
.skip_to_local:visited {
  top: -20em; }

#local_nav:link,
#local_nav:visited {
  top: 2em;
  left: 1em; }

@media screen and (max-width: 640px) {
  .skip_to_global:link
  .skip_to_global:visited,
  .skip_to_local:link,
  .skip_to_local:visited {
    top: -15em; }

  ._c-navbar {
    background-color: #333333; } }
.skip_to_contents:hover,
.skip_to_contents:active,
.skip_to_contents:focus,
.skip_to_global:hover,
.skip_to_global:active,
.skip_to_global:focus,
.skip_to_local:hover,
.skip_to_local:active,
.skip_to_local:focus {
  top: 1px;
  background-color: lightyellow;
  z-index: 7000; }

.here_text {
  position: absolute;
  left: -9999px; }

.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 {
  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 {
        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, .index h3, .index h4 {
    font-size: 100%;
    border-bottom: 3px solid #CC0 !important;
    margin-bottom: 3px;
    color: #CC0 !important;
    font-weight: normal;
    padding: 0;
    margin-top: 0; }
  .index.suc {
    background-color: #FFFFF0;
    border-color: #DDDDAA; }
    .index.suc h2, .index.suc h3, .index.suc h4 {
      border-bottom-color: #DDDDAA !important; }
  .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 dd a:hover,
  .index dd a:active {
    text-decoration: none; }

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

._u-afull {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 640px) {
  .index li, .index dd {
    white-space: normal; }

  ._u-pull-left._u-full,
  ._u-pull-right._u-full {
    float: none !important;
    display: block;
    margin: 0 auto .5em; }

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

  ._u-sp-clear {
    clear: both; } }
.copyright {
  margin: 1.5em 0; }

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

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

@media screen and (min-width: 641px) {
  #map {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%; } }
@media screen and (max-width: 640px) {
  #map {
    margin-right: 10%;
    width: 90%; } }
.dummy {
  color: lightslategray; }
  .dummy:before {
    content: "（ダミーテキスト）"; }

#snsArea {
  float: right;
  margin: 1em 0; }
  #snsArea ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #snsArea ul li {
      display: inline-block;
      margin-right: 2px;
      width: 40px;
      height: 40px; }
      #snsArea ul li a {
        transition: background .1s ease-out; }
        #snsArea ul li a img {
          width: 40px;
          height: 40px; }
      #snsArea ul li a:hover, #snsArea ul li a:active {
        -webkit-filter: opacity(90%);
        -moz-filter: opacity(90%);
        -ms-filter: opacity(90%);
        -o-filter: opacity(90%);
        filter: opacity(90%); }

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

@media screen and (max-width: 640px) {
  #snsArea {
    float: none;
    clear: both; } }
@media print {
  #snsArea {
    display: none; } }
.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 screen and (max-width: 640px) {
  .pdf_navi ul li.b_print {
    display: none; } }
*, ::before, ::after {
  box-sizing: border-box; }

._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%; } }
._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; }

.btn-style {
  margin: 0.5em;
  padding: 0;
  text-align: center; }

a .btn-style {
  border: 1px solid #DADADA;
  color: #333333;
  display: inline-block;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease-out;
  vertical-align: middle;
  white-space: nowrap; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.wrap_footer {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

*, ::before, ::after {
  box-sizing: border-box; }

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

@media screen and (max-width: 640px) {
  ._u-hidden-md-up {
    display: block; }

  ._u-hidden-sm {
    display: none; } }
._u-hidden-print-up {
  display: none; }

.gn a {
  display: block; }
.gn .nav-menu {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 auto 1em;
  padding: 0;
  height: 3.077em;
  color: #454545;
  background-color: #fff;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  border-width: 0 1px 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 0.875em;
  z-index: 6000; }
.gn .nav-menu.f {
  font-size: 1.6rem; }
.gn h2, .gn h3, .gn h4, .gn h5 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal; }
.gn .nav-item {
  position: relative;
  z-index: 6001;
  text-align: center;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  color: #454545 !important;
  border-right: 1px dotted #b3b3b3;
  border-right-color: rgba(0, 0, 0, 0.3); }
.gn .f .nav-item {
  border-right: 0px none; }
.gn :focus {
  outline: 2px solid rgba(34, 95, 215, 0.3);
  -moz-outline-radius: 3px; }
.gn .nav-item > h3 a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  padding-left: 0.769em;
  padding-right: 0.769em;
  color: black !important;
  height: 100%;
  box-shadow: inset 1px 1px 0 #fff;
  z-index: inherit; }
  .gn .nav-item > h3 a span {
    color: darkblue;
    font-size: 70%;
    display: block;
    width: 100%; }
.gn .nav-item a:link,
.gn .nav-item a:visited {
  text-decoration: underline; }
.gn .nav-item a:hover,
.gn .nav-item a:active,
.gn .nav-item a:focus,
.gn .nav-item a.open {
  text-decoration: none; }
.gn .nav-item a[aria-expanded]:hover,
.gn .nav-item a[aria-expanded]:focus {
  color: #333 !important;
  outline-offset: -1px; }
.gn .nav-item a[aria-expanded]:hover,
.gn .nav-item a[aria-expanded]:focus,
.gn .nav-item a[aria-expanded].open {
  margin-left: 0;
  /*background: #f5f8fa none;
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fa),to(#e3e5e5));
  background: -moz-linear-gradient(top,#f5f8fa,#e3e5e5);
  background: linear-gradient(to bottom,#f5f8fa,#e3e5e5);*/
  z-index: 6002;
  border-top: 1px solid #b3b3b3; }
.gn .nav-item a[aria-expanded].open {
  background: #f5f8fa none;
  padding-bottom: 2px; }
.gn .nav-item.g_home a {
  display: block; }
  .gn .nav-item.g_home a svg {
    background-color: transparent; }
  .gn .nav-item.g_home a:hover, .gn .nav-item.g_home a:focus, .gn .nav-item.g_home a.open {
    color: #333 !important;
    outline-offset: -1px;
    margin-left: 0;
    background: #f5f8fa none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
    background: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
    background: linear-gradient(to bottom, #f5f8fa, #e3e5e5);
    z-index: 6002; }
.gn .nav-item:first-child a[aria-expanded] {
  border-bottom-left-radius: 3px; }
.gn .nav-item:first-child a[aria-expanded].open {
  border-bottom-left-radius: 0px;
  border-left: 1px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px; }
.gn h4.cate_top {
  font-size: 110%; }
  .gn h4.cate_top a {
    display: block;
    background-color: lightgray;
    padding: .3em .5em; }
.gn .sub-nav {
  position: absolute;
  width: 650%;
  text-align: left;
  box-sizing: border-box;
  color: #454545;
  margin: 0;
  padding: .5em .769em .769em;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: default;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  visibility: hidden;
  top: -9999em;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .gn .sub-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .gn .sub-nav > ul > li {
      margin: 0;
      padding: .2em;
      border-bottom: 1px dotted #B3B3B3;
      border-color: rgba(0, 0, 0, 0.3); }
    .gn .sub-nav > ul > li:last-child {
      border-bottom: 0px none; }
.gn .g_home a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold; }
.gn .g_home figure {
  margin: 0 auto;
  ine-height: 1; }
.gn .g_home figcaption {
  line-height: 1;
  font-size: 80%; }
.gn .g_home span {
  color: darkblue;
  line-height: 1;
  font-size: 70%;
  display: block;
  width: 100%; }
.gn .flexbox {
  display: flex; }
.gn .sub-nav.open {
  visibility: visible;
  top: 3em;
  max-height: 600px;
  opacity: 1;
  z-index: 5999;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; }
.gn .gn-panel-group {
  margin-top: 5px;
  border-right-color: rgba(0, 0, 0, 0.3);
  padding: .2em; }
.gn .gn-panel-group:last-child {
  border-right: 0px none; }
.gn .gn-panel-group h4 a,
.gn .gn-panel-group h5 a {
  border-bottom: 1px solid #039;
  display: block; }
.gn .gn-panel-group > ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .gn .gn-panel-group > ul > li {
    margin: 0;
    padding: .2em;
    border-bottom: 1px dotted #B3B3B3;
    border-color: rgba(0, 0, 0, 0.3); }
    .gn .gn-panel-group > ul > li > ul {
      margin: 0;
      margin-left: .2em;
      padding: 0;
      list-style: none; }
      .gn .gn-panel-group > ul > li > ul > li {
        margin: 0;
        padding: .2em;
        border-bottom: 1px dotted #B3B3B3;
        border-color: rgba(0, 0, 0, 0.3); }
  .gn .gn-panel-group > ul > li:last-child {
    border-bottom: 0px none; }

@media screen and (min-width: 768px) {
  .gn .sub-nav1 {
    left: -1px;
    width: 200%; }
  .gn .sub-nav2 {
    left: -1px;
    width: 400%; }
  .gn .sub-nav3 {
    left: -1px;
    width: 200%; }
  .gn .sub-nav4 {
    left: -350%; }
  .gn .sub-nav5 {
    left: -200%;
    width: 400%; }
  .gn .sub-nav6 {
    left: -1px;
    width: 100%; }

  .spbr {
    display: none; } }
@media screen and (max-width: 767px) {
  .gn .nav-item {
    font-size: 90%; }
    .gn .nav-item h3 a span {
      display: none; }
  .gn .f-wrap {
    flex-wrap: wrap; }
    .gn .f-wrap ._c-row__col--sp-1-3 {
      flex: 0 1 33.3333%;
      max-width: 33.3333%; }
    .gn .f-wrap ._c-row__col--sp-1-2 {
      flex: 0 1 50%;
      max-width: 50%; }
  .gn .sub-nav1,
  .gn .sub-nav2,
  .gn .sub-nav3,
  .gn .sub-nav4,
  .gn .sub-nav5,
  .gn .sub-nav6 {
    width: 650%; }
  .gn .sub-nav1 {
    left: -50%; }
  .gn .sub-nav2 {
    left: -150%; }
  .gn .sub-nav3 {
    left: -250%; }
  .gn .sub-nav4 {
    left: -350%; }
  .gn .sub-nav5 {
    left: -450%; }
  .gn .sub-nav6 {
    left: -550%; } }
/* Scss Document */
/* 変数 */
/*html body {
  font-size: 16px;
  font-size: 1.6rem;
}*/
#wrap {
  overflow: hidden;
  width: 100%; }

header h1, header p.h1 {
  position: relative;
  z-index: 5500;
  font-size: 3.84rem; }

#home .contents_wrap {
  padding: 0 1em; }

#recruit article hr {
  margin-top: 2em;
  margin-bottom: 2em; }

body > div #contents,
body > div header,
body > div footer,
body > div .wrap_nav {
  margin: auto;
  max-width: 1200px; }

.wrap_nav {
  padding-top: 1.5rem; }

.pan_list ol {
  margin: auto;
  max-width: 1200px; }

/*↓メニュー固定用*/
#wrap {
  position: relative;
  /*メニュー固定用*/ }

#wrap .wrap_header {
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 8001;
  background-color: #fff;
  height: 60px; }

#wrap > div.wrap_nav {
  clear: both;
  margin-top: 43px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 8000; }

div#wrap > div:nth-child(3) {
  margin-top: 100px; }

/*メニュー固定用↑*/
.wrap_footer {
  background-color: #1158c0;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6, #004EA2), color-stop(0.00, #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%);*/
  padding: 2em 1em;
  margin-top: 2em;
  font-size: 80%;
  color: white; }
  .wrap_footer a:link,
  .wrap_footer a:visited {
    color: white; }
  .wrap_footer a:hover,
  .wrap_footer a:active,
  .wrap_footer a:focus {
    color: khaki;
    text-decoration: none; }
  .wrap_footer a:focus {
    background-color: blue; }

/*#recruit .wrap_footer {
  background-color: $recruitcolor;
}*/
#foot_nav > ul > li > a {
  border-bottom: 1px solid white;
  text-decoration: none;
  display: block;
  font-size: 130%;
  margin-top: 1em; }

#foot_nav > ul > li > h3 > a {
  border-bottom: 1px solid white;
  text-decoration: none;
  display: block;
  font-size: 130%;
  margin-top: 1em; }

footer h3 {
  font-size: 100%;
  margin: 0;
  padding: 0; }
footer .sub_navi {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 90%; }
  footer .sub_navi li {
    padding: 0 1em; }

.g_search {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 0px none;
  font-size: 80%;
  width: 18em;
  max-width: 18em;
  z-index: 7000; }
  .g_search ul._c-row {
    align-items: center;
    text-align: center;
    justify-content: center; }
  .g_search li._c-row__col {
    margin-bottom: 0; }
    .g_search li._c-row__col a {
      font-size: 80%; }
  .g_search table.gsc-search-box {
    width: 200px;
    border: 0px none;
    padding: 0; }
    .g_search table.gsc-search-box td {
      border: 0px none;
      padding: 0; }
      .g_search table.gsc-search-box td.gsc-clear-button {
        display: none; }
      .g_search table.gsc-search-box td.gsc-search-button {
        width: 2.5em !important; }
      .g_search table.gsc-search-box td .gsc-search-button {
        padding: 0 3px; }
      .g_search table.gsc-search-box td .gsc-input {
        font-size: 80% !important;
        width: 100% !important; }

#gs_id50 {
  margin-bottom: 0px; }

.ex_btn {
  display: none; }

.ex_btn, #tglBtn {
  background-color: white;
  border-radius: 1px;
  border: 1px solid #EDEDED; }

.ex_btn:hover,
.ex_btn:active,
#tglBtn:hover,
#tglBtn:active {
  background-color: #f5f8fa;
  text-decoration: underline; }

.ex_panel {
  display: block; }

@media screen and (max-width: 640px) {
  .g_search {
    width: 100%;
    max-width: 100%; }
    .g_search .ex_btn {
      display: block;
      margin: 3px;
      padding: 0 3px;
      float: right; }
    .g_search .ex_panel {
      display: none;
      clear: both;
      position: absolute;
      top: 36px;
      right: 0;
      background-color: rgba(0, 0, 0, 0.8);
      width: 100%;
      padding: .5em; }
      .g_search .ex_panel a {
        color: white; }
      .g_search .ex_panel a:hover, .g_search .ex_panel a:active {
        text-decoration: none; } }
@media screen and (max-width: 640px) {
  .g_search {
    	/*right: 0px;
    	padding:5px;
      width: 7em;
      max-width: 7em;*/ }

  table.gsc-search-box {
    /*position: absolute;
    top: -6em;
    right: 0px;*/ } }
/* トップメインイメージ用 */
#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: ">>"; }

.slider {
  width: 100%;
  margin: 0;
  padding: 0; }

.slickBtnArea {
  position: absolute;
  z-index: 5000;
  left: 1em;
  bottom: 0.5em; }

/*--目次縦表示--*/
.index .flex_col, .index .flex_col {
  flex-direction: column; }

/* トップページのパネル類 */
#top_panel {
  box-sizing: border-box; }

#top_pick {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%; }
  #top_pick li {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: .4em;
    position: relative; }
    #top_pick li a {
      display: block;
      width: 100%;
      height: 100%;
      font-weight: bold;
      transition: background .2s ease-out; }
      #top_pick li a span {
        position: absolute;
        z-index: 1100;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 3px 5px;
        color: white;
        text-shadow: black 0 0 5px; }
    #top_pick li a:link span,
    #top_pick li a:visited span {
      background-color: rgba(30, 30, 30, 0.7);
      text-decoration: underline; }
    #top_pick li a:hover img,
    #top_pick li a:active 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%); }
    #top_pick li a:hover span,
    #top_pick li a:active span {
      background-color: rgba(30, 30, 30, 0.8);
      text-decoration: none; }
  #top_pick li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    #top_pick {
      flex: 1 !important;
      display: block !important; }
      #top_pick li {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 1em; }
      #top_pick li:last-child {
        margin-bottom: 1em; } }

.top_pick {
  position: relative; }
  .top_pick a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    transition: background .2s ease-out; }
    .top_pick a span {
      position: absolute;
      z-index: 1100;
      top: 0;
      left: 0.375rem;
      display: block;
      box-sizing: border-box;
      width: calc(100% - 0.75rem);
      padding: 3px 5px;
      color: white;
      text-shadow: black 0 0 5px; }
  .top_pick a:link span,
  .top_pick a:visited span {
    background-color: rgba(30, 30, 30, 0.7);
    text-decoration: underline; }
  .top_pick a:hover img,
  .top_pick a:active 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%); }
  .top_pick a:hover span,
  .top_pick a:active span {
    background-color: rgba(30, 30, 30, 0.8);
    text-decoration: none; }

#top_pick2 {
  /*display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  transition: background .2s ease-out;
  position: relative;*/
  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; }
  #top_pick2: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; }
  #top_pick2:link:after, #top_pick2:visited:after {
    border-bottom-color: #4887b3; }
  #top_pick2:hover:after, #top_pick2:active:after {
    border-bottom-color: chocolate; }
  #top_pick2 p {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 5px;
    color: white;
    text-shadow: black 0 0 5px; }
  #top_pick2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border: 1px solid #D6D6D6; }
    #top_pick2 ul li {
      margin: 0;
      padding: 0;
      width: 100%;
      margin-bottom: .4em;
      position: relative; }
  #top_pick2:link, #top_pick2:visited {
    border-color: lightgray; }
    #top_pick2:link p, #top_pick2:visited p {
      background-color: rgba(30, 30, 30, 0.7);
      text-decoration: underline; }
  #top_pick2:hover, #top_pick2:active {
    border-color: chocolate; }
    #top_pick2:hover img, #top_pick2:active 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%); }
    #top_pick2:hover p, #top_pick2:active p {
      background-color: rgba(30, 30, 30, 0.8);
      text-decoration: none; }
  #top_pick2 li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    #top_pick2 p {
      position: relative;
      margin: 0; } }
  @media screen and (max-width: 480px) {
    #top_pick2 {
      margin-left: 2%;
      margin-right: 2%;
      width: 96%; }
      #top_pick2 p {
        position: absolute; }
      #top_pick2 ul {
        flex: 1 !important;
        display: block !important; }
        #top_pick2 ul li {
          width: 100% !important;
          max-width: 100% !important;
          margin-bottom: 0 !important; }
        #top_pick2 ul li:last-child {
          margin-bottom: 0 !important; } }

.flexl {
  table-layout: fixed; }

.df {
  display: flex; }

.thc {
  width: 6em; }
  @media screen and (max-width: 480px) {
    .thc {
      width: 4.5em !important; } }

.pickup {
  margin-bottom: 2em; }
  .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; }
    .pickup a img {
      width: 100%;
      vertical-align: bottom; }
    .pickup a span {
      width: 100%;
      display: block;
      padding: .3em; }
  .pickup a:link,
  .pickup a:visited {
    border-color: lightgray; }
  .pickup a:hover,
  .pickup a:active {
    border-color: chocolate; }
  .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 {
    border-bottom-color: chocolate; }
  .pickup a:hover img,
  .pickup a:active 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%); }

.contents_wrap {
  padding: .5em; }

.contents_wrap div.fl_rev {
  flex-flow: row-reverse;
  flex-wrap: wrap; }

/*　ランキング　*/
.flower-rank-box ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0; }
.flower-rank-box li {
  text-indent: -1.3em;
  padding-left: 1.3em; }
.flower-rank-box li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
  font-weight: bold;
  color: #9b001e;
  font-size: 130%; }
.flower-rank-box a {
  text-decoration: none;
  font-size: 115%;
  line-height: 1.8em; }

.flower-rank-banner a:hover {
  opacity: 0.5; }

/* コンテンツ */
div.slider {
  margin-bottom: 3em; }

#contents {
  position: relative; }

article {
  padding: 1em; }
  article h1 {
    margin: 0;
    margin-bottom: 1em;
    padding: 1em;
    font-size: 4rem;
    color: white;
    line-height: 1.2; }
    article h1 span {
      font-size: 2.5rem; }
  article hr {
    margin: 2em 0; }
  article section {
    margin-bottom: 2em; }
    article section h2:first-child {
      margin-top: 0; }
    article section h2.sub {
      font-size: 2.5rem; }
  article .t_center_img a, article .t_center_img li {
    text-align: center; }
  article .t_center_img span {
    text-align: left;
    width: 100%; }
  article .t_center_img img {
    margin-left: auto;
    margin-right: auto; }

/* 大見出し色 */
article h1 {
  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 article h1 {
  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 article h1 {
  background-color: #0066CC; }

#csr article h1 {
  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 li, .t_list div, .t_list .t_list_c {
    position: relative; }
  .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; }
  .t_list a:hover,
  .t_list a:active {
    border-color: chocolate;
    background-color: beige; }
  .t_list a:after {
    content: "";
    position: absolute;
    right: calc(5px + 0.375rem);
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.8em 0.8em;
    border-color: transparent; }
  .t_list h2 {
    font-size: 2rem;
    margin: .5em 0;
    padding: 0; }
  .t_list h3 {
    font-size: 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; }

/* 採用トップ用 */
.t_list p.r_btn {
  height: 80px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid lightgray;
  background-repeat: no-repeat; }

.t_list a:link p.r_btn,
.t_list a:visited p.r_btn {
  background-position: right 10px top 0px; }

.t_list a:hover p.r_btn,
.t_list a:active p.r_btn {
  background-position: right 10px bottom 0px; }

/*.t_list a p.new_ph {
  background-image: url(../recruit/image/new_ph.svg);
  background-color: white;
}*/
.t_list a p.career_ph {
  background-image: url(../recruit/image/career_ph.svg);
  background-color: white; }

.t_list a p.new_gen {
  background-image: url(../recruit/image/new_gen.svg);
  background-color: cornflowerblue; }

.t_list a p.career_gen {
  background-image: url(../recruit/image/career_gen.svg);
  background-color: aquamarine; }

.t_list a p.new_code {
  background-image: url(../recruit/image/new_code.svg);
  background-color: cornsilk; }

/* 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 {
  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 {
  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 {
  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 h2,
#contents article h2 {
  color: #004EA2;
  border-bottom: 3px dotted #004EA2; }
#home #contents h3,
#contents article h3 {
  color: #004EA2;
  border-bottom: 1px solid #004EA2; }

#ir #contents article h2 {
  color: #004EA2;
  border-bottom-color: #004EA2; }
#ir #contents article h3 {
  color: #004EA2;
  border-bottom-color: #004EA2; }

#recruit #contents article h2 {
  color: #0066CC;
  border-bottom-color: #0066CC; }
#recruit #contents article h3 {
  color: #0066CC;
  border-bottom-color: #0066CC; }

#csr #contents article h2 {
  color: #004EA2;
  border-bottom-color: #004EA2; }
#csr #contents article h3 {
  color: #004EA2;
  border-bottom-color: #004EA2; }

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

/* 関連コンテンツ */
.relation {
  margin-top: 1em;
  border: 1px solid #CCC;
  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: 2rem;
    margin: 0;
    margin-bottom: 1em;
    width: 100%; }
    aside h2 a {
      display: block;
      padding: .5em;
      height: 5em;
      border: 1px solid gray;
      border-radius: 5px;
      color: darkblue;
      text-decoration: none;
      transition: background .1s ease-out; }
    aside h2 a:link,
    aside h2 a:visited {
      background-color: white; }
    aside h2 a:hover,
    aside h2 a:active {
      background-color: beige;
      color: black; }
  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 {
      background-color: beige; }
  aside > ul > li {
    border-top: 1px dotted gray;
    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; }

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

.news_contents {
  border: 1px solid lightgray;
  padding: 0;
  border-radius: 5px; }
  .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; }
    .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_date,
      .news_table li a .news_category {
        white-space: nowrap; }
      .news_table li a .news_date {
        color: black;
        width: 4em; }
        .news_table li a .news_date.w {
          width: 8em; }
      .news_table li a .news_category {
        border-radius: 3px;
        color: white;
        padding: .2em .3em 0;
        margin-left: 1em;
        font-size: 80%; }
        .news_table li a .news_category.ir {
          background-color: #004EA2; }
        .news_table li a .news_category.topics {
          background-color: darkgreen; }
        .news_table li a .news_category.recruit {
          background-color: firebrick; }
        .news_table li a .news_category.t_release {
          background-color: #004EA2; }
        .news_table li a .news_category.t_balance {
          background-color: firebrick; }
        .news_table li a .news_category.t_report {
          background-color: darkgreen; }
        .news_table li a .news_category.t_info {
          background-color: orange; }
        .news_table li a .news_category.t_meeting {
          background-color: rebeccapurple; }
        .news_table li a .news_category.t_pr {
          background-color: dodgerblue; }
      .news_table li a .news_title {
        width: 100%;
        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 {
      background-color: beige; }
  .news_table li:last-child {
    border-bottom: 0px none; }

/* 「一覧へ」ボタン */
.to_list {
  text-align: right; }

.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 {
      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 ul {
  list-style: none;
  margin: 0;
  padding: 0; }
#medic_news li {
  border-bottom: 1px dotted lightgray; }
  #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 {
    background-color: beige; }
#medic_news li:last-child {
  border-bottom: 0px none; }
#medic_news p.copyright {
  text-align: center;
  margin: 0;
  margin-bottom: .5em; }

.history_table {
  margin: 0;
  padding: 0;
  list-style: none; }
  .history_table li {
    width: 100%;
    border-bottom: 1px dotted #CCCCCC;
    display: table; }
  .history_table li:last-child {
    border-bottom: 0px none; }
  .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; }

@media screen and (max-width: 640px) {
  .history_table li {
    border-bottom: 1px solid dimgray;
    display: block; }
    .history_table li p.h_year, .history_table li p.h_month {
      padding-bottom: 0; }
    .history_table li p.h_event {
      padding-top: 0;
      display: block;
      width: 100%;
      border-top: 1px dotted lightgray;
      padding-left: 0; }

  #news_release,
  #medic_news,
  #ir_news,
  #news_index_box,
  #news_tbody {
    margin-right: 1em; }

  .access_print {
    float: none;
    margin-bottom: 1em; } }
/* グローバルナビ関連 */
.block {
  position: relative;
  margin: 0 auto;
  /*padding: 1.5em 1.25em;*/ }

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

#inner-wrap {
  position: relative;
  width: 100%; }

#home #nav .g_home a,
#company #nav .g_company h3 > a,
#business #nav .g_business h3 > a,
#csr #nav .g_csr h3 > a,
#ir #nav .g_ir h3 > a,
#recruit #nav .g_recruit h3 > a,
#news #nav .g_news h3 > a {
  color: #004EA2;
  background-color: beige; }

#top {
  position: relative;
  align-items: center;
  /*color: #fff;
    background: #333333;*/ }
  #top .block-title {
    margin: 0;
    font-size: 1.875em;
    line-height: 1.2em;
    text-align: center;
    white-space: nowrap; }
  #top .nav-btn {
    position: absolute;
    top: .2em;
    left: .2em;
    z-index: 6500; }
  #top h1,
  #top p.h1 {
    margin: 0;
    padding: 0; }

#nav form {
  margin: 0;
  padding: 0;
  color: #333; }
  #nav form legend {
    display: none; }
  #nav form fieldset {
    margin: 0;
    padding: 0;
    border: 0px none; }
  #nav form input[type="text"] {
    padding: 0 .2em;
    width: 10em;
    /*font-size: 16px;
    font-size: 1.6rem;*/ }
  #nav form input[type="submit"] {
    padding: 0 .1em;
    /*font-size: 16px;
    font-size: 1.6rem;*/ }

/* google カスタム検索用 */
#nav table.gsc-search-box {
  width: 200px;
  border: 0px none;
  padding: 0; }
  #nav table.gsc-search-box td {
    border: 0px none;
    padding: 0; }
    #nav table.gsc-search-box td.gsc-clear-button {
      display: none; }
    #nav table.gsc-search-box td.gsc-search-button {
      width: 2.5em !important; }
    #nav table.gsc-search-box td .gsc-search-button {
      padding: 0 3px; }
    #nav table.gsc-search-box td .gsc-input {
      font-size: 80% !important;
      width: 100% !important; }
    #nav table.gsc-search-box td table {
      margin: 0; }

#nav > div > ul,
#foot_nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0; }

#nav > div > ul > li,
#foot_nav ul li {
  margin: 0;
  padding: .2em; }

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

/* IR情報トップ全般 */
.top_cards h2 {
  font-size: 2.8rem;
  border-bottom: 3px dotted #004EA2; }

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

#stock_board:hover {
  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 {
  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 dt {
  padding-right: .5em; }

.p_base {
  position: relative; }

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

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

/* グループ企業一覧 */
.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 section {
  position: relative; }
.officer h3 {
  margin-bottom: 0;
  margin-top: 0; }
  .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; }
.officer dt {
  width: 7em;
  float: left;
  clear: left; }
.officer dd {
  margin-left: 7em; }

/* 会社案内 */
.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%; }

.border-dot {
  border-bottom: dotted 2px #1158c0;
  padding-bottom: 10px; }

/*本購入*/
#slider .slick-list .slick-slide a p.book_slide_btn {
  right: auto;
  left: calc(5em - 1px);
  padding: 0.5em;
  bottom: -1em;
  border-radius: 1px;
  color: #fff;
  background: linear-gradient(#0052cc, #1861d2, #0052cc);
  letter-spacing: 0.2em; }

#business #contents .book_title span {
  display: inline-block;
  font-size: .7em;
  color: #004EA2; }

.book_box {
  flex-direction: column; }

@media screen and (min-width: 620px) {
  .book_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start; } }
.book_btn {
  display: block;
  width: 60%;
  margin: 10px auto;
  background: linear-gradient(#0052cc, #2168d4, #5a90ff);
  border-radius: 5px; }
  .book_btn a {
    display: block;
    text-decoration: none;
    font-size: 2em;
    text-align: center;
    color: #fff;
    padding: 7px; }
  .book_btn :hover {
    opacity: .6; }

/* 用語集 */
#ph_glossary dt:target, #hc_glossary dt:target {
  background-color: #fff !important; }

.ph_term {
  margin-top: -100px;
  padding-top: 100px;
  padding-left: 12px;
  font-size: 1.6em;
  font-weight: bold;
  color: #0e8ebf; }

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

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

#ph_term_link, #hc_term_link {
  display: flex;
  flex-wrap: wrap; }

#ph_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);
  color: #0e8ebf; }

#ph_term_link a:hover {
  background-color: #0e8ebf;
  color: #fff; }

#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);
  color: #bf0e89; }

#hc_term_link a:hover {
  background-color: #bf0e89;
  color: #fff; }

/* サイトマップ */
.sitemap h2 {
  font-size: 120%; }

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

@media screen and (min-width: 641px), print {
  /* footer */
  .f_bunner {
    width: 432px; }
    .f_bunner img {
      height: 48px; }

  tbody th {
    white-space: nowrap;
    /*br {
      display: none;
    }*/ }

  #top h1,
  #top p.h1 {
    float: left;
    margin-left: 10px; }

  .f_bunner {
    float: right; }

  .news_contents {
    height: 400px;
    overflow: auto; }

  #medic_news .news_contents {
    height: calc(400px + 2px + 1.5em); }

  .group_logos li {
    padding: 0 5%; }
    .group_logos li img {
      width: 50%; }

  .b_repo_block > section table {
    width: calc(100% - 110px - 0.5em);
    margin: 0; }
  .b_repo_block > section > img {
    width: 110px; }

  .officer_list dl {
    display: flex;
    align-items: center; }
  .officer_list dt {
    padding-right: .5em;
    flex: 1; }
  .officer_list dd {
    flex: 3; } }
/***********************************
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 .btn-style.esp, a:visited .btn-style.esp {
  background-color: #F3E3F3; }

a:hover .btn-style.esp, a:active .btn-style.esp {
  background-color: beige; }

/* 卸 */
.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 {
    background-color: #D86464; }

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

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

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

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

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

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

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

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

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

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

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

#filter #lental.select,
#filter #lental:hover,
#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 {
      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 {
    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 {
    background-color: #FFF8CA;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
    #facilities a:hover .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 {
  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-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;
      right: 0;
      bottom: .2em;
      font-size: 130%;
      padding: .3em .3em;
      color: black;
      background-color: rgba(255, 255, 255, 0.8); }
    #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:link p.entry_btn, #slider .slick-list .slick-slide a:visited p.entry_btn {
    background-color: rgba(255, 255, 255, 0.6); }
  #slider .slick-list .slick-slide a:hover p.entry_btn, #slider .slick-list .slick-slide a:active p.entry_btn {
    background-color: rgba(245, 245, 220, 0.8);
    text-decoration: underline;
    right: 1px;
    bottom: calc(.2em + 1px); }
  #slider .slick-list .slick-slide a:hover img, #slider .slick-list .slick-slide a:active img {
    -webkit-filter: blur(1px) opacity(80%);
    -moz-filter: blur(1px) opacity(80%);
    -ms-filter: blur(1px) opacity(80%);
    -o-filter: blur(1px) opacity(80%);
    filter: blur(1px) opacity(80%); }
  #slider .slick-list .slick-slide p.entry_btn {
    right: 1em;
    border: 3px solid white;
    border-radius: 5px;
    color: white; }
  #slider .slick-list .slick-slide a:link p.entry_btn, #slider .slick-list .slick-slide a:visited p.entry_btn {
    background-color: #E6053C; }
    #slider .slick-list .slick-slide a:link p.entry_btn.other, #slider .slick-list .slick-slide a:visited p.entry_btn.other {
      background-color: #042BA8;
      right: auto;
      left: 5em;
      bottom: 1em; }
    #slider .slick-list .slick-slide a:link p.entry_btn.book_slide_btn, #slider .slick-list .slick-slide a:visited p.entry_btn.book_slide_btn {
      background-color: #042BA8;
      right: auto;
      left: 5em;
      bottom: -1em; }
  #slider .slick-list .slick-slide a:hover p.entry_btn, #slider .slick-list .slick-slide a:active p.entry_btn {
    background-color: #FF6950;
    right: calc(1em + 1px);
    bottom: calc(.3em + 1px); }
    #slider .slick-list .slick-slide a:hover p.entry_btn.other, #slider .slick-list .slick-slide a:active p.entry_btn.other {
      background-color: #173DCF;
      right: auto;
      left: calc(5em - 1px);
      bottom: calc(1em + 1px); }
  #slider .slick-list .slick-slide a#sem0320,
  #slider .slick-list .slick-slide a#sem0319 {
    display: block;
    position: absolute;
    left: .3em;
    top: .3em;
    width: 30%;
    max-width: 186px; }
    #slider .slick-list .slick-slide a#sem0320:hover img, #slider .slick-list .slick-slide a#sem0320:active img,
    #slider .slick-list .slick-slide a#sem0319:hover img,
    #slider .slick-list .slick-slide a#sem0319:active img {
      -webkit-filter: blur(0) opacity(100%);
      -moz-filter: blur(0) opacity(100%);
      -ms-filter: blur(0) opacity(100%);
      -o-filter: blur(0) opacity(100%);
      filter: blur(0) opacity(100%); }

/*#slider {
	position: relative;color: white;
	.balloon_head {
		background-color: rgba(30,30,30,0.8);
		margin-bottom: 8px;
		padding: 3px 5px;
		position: absolute;
		z-index: 1000;
		width: calc(100% - 0.75rem);
		top: 0;
		left: 0.375rem;
		box-sizing: border-box;
		span {
			font-weight: bold;
		}
	}
	a {
		text-decoration: none;
		transition: all .2s ease-out;
		img {
			width: 100%;
		}
	}
	p.entry_btn {
		position: absolute;
		right: 0;
		bottom: .1em;
		font-size: 110%;
		padding: .1em .1em;
		//line-height: 1;
		color: black;
		background-color: rgba(255, 255, 255, 0.8);
	}
	a:link,a:visited {
		p.entry_btn {
			background-color: rgba(255, 255, 255, 0.6);
		}
	}
	a:hover,a:active {
		p.entry_btn {
			background-color: rgba(245, 245, 220, 0.8);
			text-decoration: underline;
			right: 1px;
			bottom: calc(.5em + 1px);
		}
		img {
			-webkit-filter: blur(1px) opacity(80%);
			-moz-filter: blur(1px) opacity(80%);
			-ms-filter: blur(1px) opacity(80%);
			-o-filter: blur(1px) opacity(80%);
			filter: blur(1px) opacity(80%);
		}
	}
	p.entry_btn {
		right: 1em;
		border: 3px solid white;
		border-radius: 5px;
		color: white;
	}
	p.entry_btn.beauty {
		left: 1em;
		right: auto;
	}
	p.entry_btn.exit {
		color: black;
	}
	a:link,a:visited {
		p.entry_btn {
			background-color: #E6053C;
		}
		p.entry_btn.exit {
			background-color: #DDDDDD;
		}
	}
	a:hover,a:active {
		p.entry_btn {
			background-color: #FF6950;
			right: calc(1em + 1px);
			bottom: calc(.5em + 1px);
		}
		p.entry_btn.exit {
			background-color: #DDDDDD;
		}
		p.entry_btn.beauty {
			right: auto;
			left: calc(1em + 1px);
		}
	}
}*/
.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 {
    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; }

/* MedFont */
#MedFont {
  position: absolute;
  left: 3em;
  top: .7em;
  text-align: center;
  display: flex;
  justify-content: center;
  width: calc(100% - 3em);
  font-size: 80%; }
  #MedFont #fontSize {
    display: flex;
    width: 8em;
    margin: 0;
    list-style: none;
    padding: 0; }
    #MedFont #fontSize li {
      padding: 0;
      margin: 0 .2em; }
      #MedFont #fontSize li a {
        color: white;
        padding: .2em .3em;
        border-radius: 3px;
        display: block;
        transition: background .2s ease-out; }
      #MedFont #fontSize li a:link, #MedFont #fontSize li a:visited {
        background-color: #004EA2;
        text-decoration: none; }
      #MedFont #fontSize li a:hover, #MedFont #fontSize li a:active, #MedFont #fontSize li a:focus {
        background-color: blue;
        text-decoration: underline; }
  #MedFont #printBtn {
    width: 5em; }
    #MedFont #printBtn a {
      display: block;
      padding: .2em .3em;
      color: white;
      border-radius: 3px;
      transition: background .2s ease-out; }
    #MedFont #printBtn a:link, #MedFont #printBtn a:visited {
      background-color: #004EA2;
      text-decoration: none; }
    #MedFont #printBtn a:hover, #MedFont #printBtn a:active, #MedFont #printBtn a:focus {
      background-color: blue;
      text-decoration: underline; }

/* 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 {
  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 {
    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 {
  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 {
    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 {
      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 {
      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;
    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 .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 {
  -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 {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }

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

/* 決算短信 */
.balance a, .report a {
  transition: background .2s ease-out; }
.balance a:link, .balance a:visited, .report a:link, .report a:visited {
  background-color: white; }
.balance a:hover, .balance a:active, .report a:hover, .report a:active {
  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; }

@media screen and (max-width: 640px) {
  .inner_footer .f_bunner {
    text-align: center; }
    .inner_footer .f_bunner img {
      max-width: 360px; }

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

  .sum {
    background-color: transparent; } }
.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;
    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; }
.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: 5em; }

.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 {
      background-color: beige; }
      .view_list > li a:hover h2, .view_list > li a:active 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 article h1 {
  font-size: 3rem; }

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

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

/*--IR追加--↑*/
/*↓--sdgs追加--*/
.item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px; }

.item-image {
  width: 20%; }

.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  align-items: center; }

/*--sdgs追加--↑*/
.p_seminar_center img, iframe {
  margin: 0 auto 10px;
  display: block; }

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

/*--会社説明会中央寄せ処理↑--*/
@media screen and (max-width: 1200px) {
  ._c-row.ir_seg {
    display: block !important; }

  ._u-hidden-lgg {
    display: inline-block; } }
@media screen and (max-width: 810px) {
  #slider p.entry_btn {
    font-size: 90%;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    margin-bottom: 0; } }
@media screen and (max-width: 640px) {
  article h1 {
    font-size: 3rem;
    padding: .5em; }

  .ph_area section img {
    float: none;
    margin: 0 auto; }

  #slider .balloon_head {
    position: inherit;
    width: 100%;
    left: 0; }
  #slider .slick-list a p {
    font-size: 80%; }
  #slider p.entry_btn {
    font-size: 80%;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    margin-bottom: 1rem; }
  #slider .slick-list a p.entry_btn {
    font-size: 80%; }

  tbody th {
    white-space: nowrap; }
    tbody th br {
      display: inline; }

  .r_top h2,
  .r_top ._c-alert {
    margin-right: 0; }

  #MedFont {
    display: none; }

  .h_office {
    display: none; }

  .officer_list dl {
    border-bottom: 1px dotted gray; }
  .officer_list dd {
    flex: 2; }

  #top h1,
  #top p.h1 {
    /*text-align: center;
    margin: 0 auto;*/
    width: 30%;
    min-width: 200px; }

  #top_img .catchcopy {
    top: 2em;
    font-size: 90%;
    padding: .5em; }

  .news_contents {
    overflow: auto;
    height: 20em; }

  .csr .news_contents {
    margin-bottom: 1em; }

  .group_logos li {
    margin-bottom: 1em;
    padding: 0 10%; }
  .group_logos img {
    width: 70%; }

  .view_title {
    display: none; }

  .view_list > li {
    margin-bottom: 2em !important;
    border-bottom: 1px solid #EEEEEE; }
    .view_list > li a li.view_point {
      border-bottom: 1px solid #EEEEEE;
      border-right: 1px solid #EEEEEE; }
    .view_list > li ul li {
      padding: 5px; }

  .memo_table > section {
    display: block;
    margin-bottom: 1em;
    border: 0px none !important;
    margin-left: 2em; }
    .memo_table > section > h3 {
      border: 0px none;
      border-bottom: 1px solid #004EA2;
      margin: 0 0 .5rem;
      font-size: 2.72rem; }
    .memo_table > section > p, .memo_table > section > div {
      border: 0px none;
      margin-bottom: 1rem; }

  /* レスポンシブテーブル */
  .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; }

  /* 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: "2012年4月1日"; }

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

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

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

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

  .price_rev_table td {
    text-align: center; }

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

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

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

  .debt_table td {
    text-align: center; }

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

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

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

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

  .ir_table td:nth-of-type(5):before {
    content: "2021年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: 8em; }

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

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

  /* IR/株式の状況/株主数 */
  .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: "2012年2月期"; }

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

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

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

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

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

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

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

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

  .chart_table td:nth-of-type(10):before {
    content: "2021年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: "FY2017"; }

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

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

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

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

  .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"; } }
.w600 img, .w600 .btn-style {
  max-width: 600px; }

@media print {
  /*body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }*/
  #wrap .wrap_header,
  #wrap > div.wrap_nav {
    position: absolute; }

  #contents_section {
    flex-basis: 75%; }

  #navi_section {
    flex-basis: 25%; }

  .m3 li._c-row__col {
    flex-basis: 33%; }

  #foot_nav > ul > li {
    flex-basis: 16.6%;
    max-width: 16.6%; }

  .inner_footer .f_bunner li {
    flex-basis: 50%;
    max-width: 50%; } }
.openbtn {
  cursor: pointer;
  padding: .5em;
  border: 1px solid lightgray;
  /*border-left: 10px solid #9FD6D2;
  color: #666;*/ }
  .openbtn span:before {
    padding-right: .5em; }

.openbtn:hover {
  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%;
}*/
.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 {
  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; }

@media screen and (max-width: 640px) {
  .officer_table li {
    border-bottom: 1px solid dimgray;
    display: block; }
    .officer_table li p.o_post, .officer_table li p.o_name {
      padding-bottom: 0; }
    .officer_table li p.o_work {
      padding-top: 0;
      display: block;
      width: 100%;
      border-top: 1px dotted lightgray;
      padding-left: 0; } }
.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 {
    border: 1em solid #0C236E;
    background-color: #0C236E;
    text-decoration: none; }

@media screen and (max-width: 640px) {
  .medmall_entry a {
    font-size: 100%; } }
.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; }

/*調剤薬局事業*/
#slide section {
  border: 10px solid lightgray;
  width: 100%;
  margin-bottom: 0; }
  #slide section img {
    margin: 0 auto; }
  #slide section h3, #slide section p {
    margin-left: 1em;
    margin-right: 1em;
    border-bottom: 0 none;
    padding: 0; }

.step_box {
  list-style: none;
  margin: 0;
  padding: 0; }
  .step_box li {
    position: relative;
    margin: 0;
    padding: 0; }
    .step_box li section {
      border: 1px solid #CCCCCC;
      padding: 1em;
      border-radius: 5px;
      margin-bottom: 3em; }
  .step_box li:not(:last-child):after {
    content: url(../image/step_arrow.svg);
    text-align: center;
    display: block;
    margin: 0;
    margin-left: -30px;
    position: absolute;
    bottom: -40px;
    left: 50%; }

.ph_point {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ph_point li section {
    position: relative; }
    .ph_point li section h4 {
      position: absolute;
      top: 1em;
      left: 0;
      text-align: center;
      width: 100%;
      z-index: 5; }
    .ph_point li section p {
      position: absolute;
      bottom: 2em;
      left: 0;
      text-align: center;
      width: 100%;
      z-index: 10; }
    .ph_point li section img {
      display: block;
      margin: 0 auto; }

.skill_tb {
  width: 4em; }

@media screen and (max-width: 768px), print {
  .ph_point li section {
    position: inherit;
    margin-bottom: 0; }
    .ph_point li section br {
      display: none; }
    .ph_point li section h4 {
      position: inherit;
      text-align: left; }
    .ph_point li section p {
      position: inherit;
      text-align: left; }
    .ph_point li section img {
      display: none; } }
@media screen and (min-width: 1024px), print {
  .t8 {
    margin-left: 90px; } }
