@charset "UTF-8";
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html, body {
  height: 100%; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 1.4; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  margin-left: 1em;
  padding: 0; }

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: normal; }

dd {
  margin-left: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0; }

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit; }

:-ms-input-placeholder {
  font: inherit; }

::-ms-input-placeholder {
  font: inherit; }

::placeholder {
  font: inherit; }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

a {
  text-decoration: none; }

/**レスポンシブル設定用**/
/** 指定サイズより小さい場合に適用 **/
/** 指定サイズより大きい場合に適用 **/
/** 指定サイズの範囲に収まる場合に適用 **/
/*margin・paddingの一括設定用*/
.logo_font {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal; }

/* M+ 2p regular */
body {
  font-style: normal;
  /*  
    font-family: "yu-gothic-pr6n","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", 'Quicksand', Sans-Serif;
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;*/
  font-weight: 500; }

/* Zen Old Mincho */
input {
  font-size: 16px;
  border: solid 1px #ccc;
  padding: 4px 8px;
  display: inline-block; }

button {
  background-color: #0c233b;
  color: #fff;
  padding: 8px;
  text-align: center;
  display: inline-block;
  font-size: .8em; }

.outline {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4px; }
  @media screen and (min-width: 551px) {
    .outline {
      padding: 0; } }

.inline {
  width: 1000px;
  max-width: 100%;
  padding: 0 4px;
  margin: 0 auto; }
  @media screen and (min-width: 551px) {
    .inline {
      padding: 0; } }

.narrowline {
  width: 800px;
  max-width: 100%;
  padding: 0 4px; }
  @media screen and (min-width: 551px) {
    .narrowline {
      padding: 0; } }
  .narrowline.pos_center {
    margin-left: auto;
    margin-right: auto; }
  .narrowline.pos_right {
    margin-left: auto;
    margin-right: 0; }

.padding_content, [data-page="employment"] h2, [data-page="employment"] .from_message {
  padding: 0 12px; }
  @media screen and (min-width: 551px) {
    .padding_content, [data-page="employment"] h2, [data-page="employment"] .from_message {
      padding: 0 16px; } }

.half_layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4px; }
  .half_layout > * {
    gap: 8px; }
  @media screen and (min-width: 551px) {
    .half_layout {
      flex-direction: row; }
      .half_layout > * {
        width: calc(50% - 2px); } }

.half_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media screen and (min-width: 551px) {
    .half_box {
      flex-direction: row; } }
  .half_box > * {
    padding: 4px 12px;
    width: 100%; }
    @media screen and (min-width: 551px) {
      .half_box > * {
        padding: 16px;
        flex-shrink: 0;
        width: 50%; } }

.flex_center {
  align-items: center;
  justify-content: center; }

.flex_v_center {
  align-items: center; }

.flex_h_center {
  justify-content: center; }

.flex_h_between {
  justify-content: space-between; }

#contentWrap {
  max-width: 100%;
  overflow-x: none;
  position: relative;
  padding: 48px 0 16px; }

#headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 0;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  transition: top 0.3s; }
  #headerWrap.status_hide {
    top: -50px; }
  #headerWrap header {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #headerWrap header figure {
      flex: 1;
      height: 70px; }
  #headerWrap .logo figure {
    max-height: 40px; }
  #headerWrap .leftContent {
    display: flex; }

#menuWrap {
  max-width: 100%;
  position: relative;
  padding: 4px 0 0; }
  #menuWrap .menu_icon {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    width: 30px; }
    #menuWrap .menu_icon:before {
      position: absolute;
      display: block;
      content: '';
      height: 0;
      width: 100%;
      border-top: 2px solid #0c233b;
      border-radius: 4px;
      top: 10px; }
    #menuWrap .menu_icon:after {
      position: absolute;
      top: 3px;
      left: 100%;
      margin-left: 4px;
      content: 'menu';
      font-size: 10px; }
    #menuWrap .menu_icon span {
      display: block;
      position: relative;
      padding-top: 24px;
      height: 30px; }
      #menuWrap .menu_icon span:before, #menuWrap .menu_icon span:after {
        position: absolute;
        display: block;
        content: '';
        height: 0;
        width: 100%;
        border-top: 2px solid #0c233b;
        border-radius: 4px;
        transform-origin: center;
        transform: rotate(0deg);
        transition: 0.1s; }
      #menuWrap .menu_icon span:before {
        top: 0px; }
      #menuWrap .menu_icon span:after {
        top: 20px; }
  #menuWrap nav {
    position: absolute;
    top: 41px;
    left: -16px;
    display: none;
    overflow: hidden;
    width: 90vw;
    max-width: 400px;
    max-height: 90vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    #menuWrap nav::-webkit-scrollbar {
      width: 5px; }
  #menuWrap.open nav {
    z-index: 9999;
    display: block; }
  #menuWrap.open .menu_icon:before {
    width: 0; }
  #menuWrap.open span:before {
    top: 10px;
    transform: rotate(45deg); }
  #menuWrap.open span:after {
    top: 10px;
    transform: rotate(-45deg); }

#mainContentWrap {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  min-height: 60vh; }

main {
  min-height: 50vh;
  background-color: #fff;
  border-radius: 4px; }

#footerWrap {
  padding: 40px 0;
  background-color: #0D233B; }
  #footerWrap .outline {
    padding: 0 8px; }
    @media screen and (min-width: 551px) {
      #footerWrap .outline {
        padding: 0 16px; } }
  #footerWrap .flex_wrap {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 551px) {
      #footerWrap .flex_wrap {
        flex-direction: row;
        justify-content: space-between; } }
    @media screen and (min-width: 551px) {
      #footerWrap .flex_wrap.reverse {
        flex-direction: row-reverse; } }
    #footerWrap .flex_wrap.bottom {
      align-items: flex-end;
      flex-direction: row; }

.has_side_menu {
  display: flex;
  flex-direction: column-reverse; }
  .has_side_menu .side_menu {
    width: 100%;
    padding: 0 10px; }
  .has_side_menu .page_list a {
    display: block;
    margin-bottom: 4px;
    padding: 4px 0;
    border-bottom: dotted 1px #ccc; }
  .has_side_menu .content {
    width: 100%;
    padding: 0 10px 30px; }
  @media screen and (min-width: 1101px) {
    .has_side_menu {
      flex-direction: row-reverse; }
      .has_side_menu .side_menu {
        width: 260px;
        flex-grow: 0;
        padding: 0;
        margin-right: 20px; } }

.has_upper_menu .sub_menu {
  display: flex;
  flex-wrap: wrap;
  /*background-color: $MENU_COLOR;*/
  background-color: #0c233b; }
  .has_upper_menu .sub_menu.has_indent {
    padding-left: 0; }
  .has_upper_menu .sub_menu a {
    padding: 3px 6px 3px 4px;
    font-size: 13px;
    line-height: 1.2;
    color: #fff; }
    @media screen and (min-width: 551px) {
      .has_upper_menu .sub_menu a {
        padding: 4px 12px 4px 12px; } }
    .has_upper_menu .sub_menu a.parentlink:before {
      content: '■';
      margin-right: 2px; }
    .has_upper_menu .sub_menu a.parentlink.group_active:before {
      content: '□';
      color: #fff !important; }
    .has_upper_menu .sub_menu a.parentlink.dsh_id:before {
      color: #006197; }
    .has_upper_menu .sub_menu a.parentlink.dsh_fd:before {
      color: #11874E; }
    .has_upper_menu .sub_menu a.parentlink.dsh_hd:before {
      color: #C4497B; }
    .has_upper_menu .sub_menu a.parentlink.dsh_md:before {
      color: #E7B623; }
    .has_upper_menu .sub_menu a.active {
      /*color: $THEMA_COLOR;*/
      color: #0c233b;
      background-color: #fff !important;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      border-left: 1px solid #0c233b;
      border-top: 1px solid #0c233b;
      border-right: 1px solid #0c233b;
      margin-top: -1px; }
      .has_upper_menu .sub_menu a.active:after {
        color: #fff; }
      .has_upper_menu .sub_menu a.active.dsh_id {
        border-color: #006197; }
      .has_upper_menu .sub_menu a.active.dsh_fd {
        border-color: #11874E; }
      .has_upper_menu .sub_menu a.active.dsh_hd {
        border-color: #C4497B; }
      .has_upper_menu .sub_menu a.active.dsh_md {
        border-color: #E7B623; }
    .has_upper_menu .sub_menu a.childlink, .has_upper_menu .sub_menu a.group_active {
      background-color: #2a4e68; }
      .has_upper_menu .sub_menu a.childlink.active, .has_upper_menu .sub_menu a.group_active.active {
        background-color: #fff;
        color: #2a4e68; }
      .has_upper_menu .sub_menu a.childlink.dsh_id, .has_upper_menu .sub_menu a.group_active.dsh_id {
        background-color: #006197; }
      .has_upper_menu .sub_menu a.childlink.dsh_fd, .has_upper_menu .sub_menu a.group_active.dsh_fd {
        background-color: #11874E; }
      .has_upper_menu .sub_menu a.childlink.dsh_hd, .has_upper_menu .sub_menu a.group_active.dsh_hd {
        background-color: #C4497B; }
      .has_upper_menu .sub_menu a.childlink.dsh_md, .has_upper_menu .sub_menu a.group_active.dsh_md {
        background-color: #E7B623; }
    .has_upper_menu .sub_menu a i {
      display: inline-block;
      width: 3px; }
.has_upper_menu .content {
  padding: 32px 0 16px; }

#dummyArea, #menuDummy {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0); }
  #dummyArea.open, #menuDummy.open {
    width: 100vw;
    max-width: 100%;
    height: 100vh; }

.btn_box {
  padding: 10px 0;
  text-align: center; }

.btn {
  display: inline-block;
  text-align: center; }
  .btn.type01 {
    padding: 4px 12px;
    color: #8D8E88;
    border: solid 1px #8D8E88;
    border-radius: 30px;
    font-size: 14px; }
    @media screen and (min-width: 551px) {
      .btn.type01 {
        padding: 8px 24px;
        font-size: 16px; } }
    .btn.type01:after {
      content: '>>>';
      margin-left: 4px; }

@media screen and (max-width: 550px) {
  .pc_only {
    display: none !important; } }

@media screen and (min-width: 551px) {
  .sp_only {
    display: none !important; } }

.fs07 {
  font-size: .7em; }

.fs08 {
  font-size: .8em; }

.fs08_5 {
  font-size: .85em; }

.fs09 {
  font-size: .9em; }

.fs11 {
  font-size: 1.1em; }

.fs13 {
  font-size: 1.3em; }

.fw_bold {
  font-weight: bold; }

.fc_blue, .reference_list td a {
  color: #1874AB; }

.fc_black {
  color: #222; }

.fc_gray {
  color: #969696; }

.ta_center {
  text-align: center; }

.ta_right {
  text-align: right; }

.ta_justify {
  text-align: justify; }

.txt_nowrap {
  white-space: nowrap; }

.l_height12 {
  line-height: 1.2; }

.l_height14 {
  line-height: 1.4; }

.l_height16 {
  line-height: 1.6; }

.l_height18 {
  line-height: 1.8; }

.ls_m3px {
  letter-spacing: -3px; }

@media screen and (min-width: 551px) {
  .pc_ls01 {
    letter-spacing: 0.1px; }

  .pc_ls02 {
    letter-spacing: 0.2px; }

  .pc_ls03 {
    letter-spacing: 0.3px; }

  .pc_ls04 {
    letter-spacing: 0.4px; }

  .pc_ls05 {
    letter-spacing: 0.5px; }

  .pc_ls06 {
    letter-spacing: 0.6px; }

  .pc_ls07 {
    letter-spacing: 0.7px; }

  .pc_ls08 {
    letter-spacing: 0.8px; }

  .pc_ls09 {
    letter-spacing: 0.9px; }

  .pc_ls0 {
    letter-spacing: 0; }

  .pc_ls1 {
    letter-spacing: 1px; } }
@media screen and (max-width: 550px) {
  .sp_ls01 {
    letter-spacing: 0.1px; }

  .sp_ls02 {
    letter-spacing: 0.2px; }

  .sp_ls03 {
    letter-spacing: 0.3px; }

  .sp_ls04 {
    letter-spacing: 0.4px; }

  .sp_ls05 {
    letter-spacing: 0.5px; }

  .sp_ls06 {
    letter-spacing: 0.6px; }

  .sp_ls07 {
    letter-spacing: 0.7px; }

  .sp_ls08 {
    letter-spacing: 0.8px; }

  .sp_ls09 {
    letter-spacing: 0.9px; }

  .sp_lsm01 {
    letter-spacing: -0.1px; }

  .sp_lsm02 {
    letter-spacing: -0.2px; }

  .sp_lsm03 {
    letter-spacing: -0.3px; }

  .sp_lsm04 {
    letter-spacing: -0.4px; }

  .sp_lsm05 {
    letter-spacing: -0.5px; }

  .sp_lsm06 {
    letter-spacing: -0.6px; }

  .sp_lsm07 {
    letter-spacing: -0.7px; }

  .sp_lsm08 {
    letter-spacing: -0.8px; }

  .sp_lsm09 {
    letter-spacing: -0.9px; }

  .sp_ls_0 {
    letter-spacing: 0; } }
.pos_bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.marker {
  background-color: rgba(79, 104, 149, 0.2);
  display: inline-block;
  margin: 0 4px;
  padding: 0 4px; }
  .marker.red {
    background-color: rgba(196, 73, 123, 0.2); }
  .marker.green {
    background-color: rgba(17, 135, 78, 0.4); }
  .marker.pos_head {
    margin-left: 0; }
  .marker.pink {
    background-color: #FFE5E6; }
  .marker.l_green {
    background-color: #EAFAF0; }

.marker2 {
  background-color: rgba(79, 104, 149, 0.2);
  display: inline-block;
  margin: 3px;
  padding: 3px; }
  .marker2.yellow {
    background-color: rgba(231, 182, 35, 0.2); }
  .marker2.red {
    background-color: rgba(196, 73, 123, 0.2); }
  .marker2.green {
    background-color: rgba(17, 135, 78, 0.4); }
  .marker2.pos_head {
    margin-left: 0; }

.mb_0x {
  margin-bottom: 0; }

.mb_1x {
  margin-bottom: 8px; }

.mb_2x {
  margin-bottom: 16px; }

.mb_3x {
  margin-bottom: 24px; }

.pt_16px {
  padding-top: 8px; }
  @media screen and (min-width: 551px) {
    .pt_16px {
      padding-top: 16px; } }

.pt_30px {
  padding-top: 16px; }
  @media screen and (min-width: 551px) {
    .pt_30px {
      padding-top: 30px; } }

.pb0 {
  padding-bottom: 0 !important; }

.w05em {
  width: 5em; }

.w10em {
  width: 10em; }

.w14em {
  width: 14em; }

.w16em {
  width: 16em; }

.w20em {
  width: 20em; }

.m_w75per {
  max-width: 75%; }

.box_border {
  margin: 16px 0;
  padding: 0 16px;
  border: solid 1px #ccc; }
  .box_border.w2px {
    border-width: 2px; }
  .box_border.w3px {
    border-width: 2px; }
  .box_border.dot {
    border-style: dotted; }
  .box_border.b_blue {
    border-color: #1874AB; }

.icon_movie {
  display: inline-block;
  margin-left: 4px;
  width: 1em;
  height: 1em; }

.dot_blue, .awards_list_col3 ul, .awards_list_half ul {
  margin: 0;
  padding: 8px 0 0 4px;
  list-style: none; }
  .dot_blue li, .awards_list_col3 ul li, .awards_list_half ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 4px; }
    .dot_blue li:before, .awards_list_col3 ul li:before, .awards_list_half ul li:before {
      position: absolute;
      top: 3px;
      left: 0;
      content: '〇';
      font-weight: bold;
      color: #1874AB;
      font-size: .8rem;
      line-height: 1rem; }
  .dot_blue li a, .awards_list_col3 ul li a, .awards_list_half ul li a {
    color: #1874AB; }

.with_circled {
  counter-reset: circle-counter;
  list-style: none;
  padding: 0;
  margin: 0; }
  .with_circled li {
    padding-left: 1.4em;
    position: relative; }
    .with_circled li:before {
      content: counter(circle-counter);
      counter-increment: circle-counter;
      border: solid 1px rgba(0, 0, 0, 0.8);
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 1.2em;
      width: 1.2em;
      font-size: .8em;
      line-height: 1;
      position: absolute;
      top: 3px;
      left: 0; }

.run_around {
  text-align: justify; }
  .run_around figure {
    float: right;
    padding-left: 10px;
    /* Specifying the size of the gap between text and image */
    padding-bottom: 10px;
    width: 30%;
    /* mobile setting*/
    min-width: 140px; }
    @media screen and (min-width: 551px) {
      .run_around figure {
        width: 20%;
        /* pc setting */ } }
  .run_around:after {
    display: block;
    content: '';
    clear: both; }

.run_around3 {
  text-align: justify;
  padding-top: 25px; }
  .run_around3 figure {
    float: right;
    padding-left: 10px;
    /* Specifying the size of the gap between text and image */
    padding-bottom: 10px;
    width: 30%;
    /* mobile setting*/
    min-width: 140px; }
    @media screen and (min-width: 551px) {
      .run_around3 figure {
        width: 30%;
        /* pc setting */ } }
  .run_around3:after {
    display: block;
    content: '';
    clear: both; }

.run_around4 {
  text-align: justify;
  padding-top: 25px; }
  .run_around4 figure {
    float: right;
    padding-left: 10px;
    /* Specifying the size of the gap between text and image */
    padding-bottom: 10px;
    width: 40%;
    /* mobile setting*/
    min-width: 187px; }
    @media screen and (min-width: 551px) {
      .run_around4 figure {
        width: 40%;
        /* pc setting */ } }
  .run_around4:after {
    display: block;
    content: '';
    clear: both; }

.run_around5 {
  text-align: justify;
  padding-top: 25px; }
  .run_around5 figure {
    float: right;
    padding-left: 10px;
    /* Specifying the size of the gap between text and image */
    padding-bottom: 10px;
    width: 50%;
    /* mobile setting*/
    min-width: 233px; }
    @media screen and (min-width: 551px) {
      .run_around5 figure {
        width: 50%;
        /* pc setting */ } }
  .run_around5:after {
    display: block;
    content: '';
    clear: both; }

.scrollx_box {
  overflow-x: scroll; }
  .scrollx_box figure {
    width: auto; }
  .scrollx_box img {
    max-width: none;
    width: auto; }

.dlc_download_list {
  padding: 0 0 8px;
  list-style: none;
  margin-left: 0;
  line-height: 1.6; }
  .dlc_download_list a {
    position: relative;
    display: inline-block;
    padding-left: 1.4em;
    margin-bottom: 4px; }
    .dlc_download_list a:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 2px;
      background: url("../img/main/icon_download.svg") transparent no-repeat;
      background-size: contain;
      width: 1rem;
      height: 1rem;
      color: #1874AB; }
    .dlc_download_list a.movie:before {
      background: url("../img/main/icon_download_play.svg") transparent no-repeat; }

.file_update_date {
  color: #1874AB;
  margin-left: 1em;
  font-size: .8rem; }

#opt_wrap {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 9999;
  display: flex;
  transition: 1s; }
  #opt_wrap.opt_agree {
    bottom: -50%; }
  #opt_wrap .opt_msg {
    position: relative;
    width: 800px;
    max-width: 96vw;
    padding: 16px 32px 0 16px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); }
  #opt_wrap p {
    padding: 20px 0;
    text-align: left;
    font-size: 13px; }
  #opt_wrap .opt_close {
    height: 24px;
    width: 40px;
    position: absolute;
    right: 8px;
    top: 2px;
    text-align: right;
    font-size: 30px;
    cursor: pointer; }
  #opt_wrap a {
    text-decoration: underline;
    color: #fff; }

.main_image {
  background-color: #fff; }

.square_box {
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  position: relative; }
  .square_box p {
    font-size: 12px;
    line-height: 1.2; }
    @media screen and (min-width: 551px) {
      .square_box p {
        font-size: 14px; } }
  .square_box h2 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    padding-top: 2px;
    font-size: 15px; }
    @media screen and (min-width: 551px) {
      .square_box h2 {
        margin-bottom: 4px;
        font-size: 15px; } }
  .square_box .box {
    width: calc(50% - 2px);
    overflow: hidden;
    position: relative; }
    .square_box .box > * {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: solid 1px #ccc;
      overflow: hidden; }
    @media screen and (min-width: 551px) {
      .square_box .box {
        /*width: 24.6%;*/
        width: calc((100% - 12px) / 4); } }
    .square_box .box::before {
      content: "";
      padding-top: 100%;
      display: block; }
  .square_box .img {
    text-align: center;
    height: 67%; }
    .square_box .img figure {
      height: 100%; }
  .square_box .text {
    padding: 2px 4px; }
    @media screen and (min-width: 551px) {
      .square_box .text {
        padding: 11px 16px; } }
  .square_box.full_img .img {
    height: 100%; }
    .square_box.full_img .img figure {
      height: 100%; }
  .square_box.full_img .text {
    position: absolute;
    top: 50%;
    left: 8px; }
    @media screen and (min-width: 551px) {
      .square_box.full_img .text {
        top: 50%;
        left: 16px; } }
  .square_box.bg_blue .text {
    background-color: #0c233b;
    color: #fff; }

.photo_block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  .photo_block > * {
    width: 100%;
    min-height: 400px;
    position: relative;
    background: url("") #aaa no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    align-items: flex-end; }
    @media screen and (min-width: 551px) {
      .photo_block > * {
        width: 24.6%;
        height: 600px; } }
    .photo_block > *:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(180deg, rgba(13, 35, 59, 0.2) 0 10%, #0D233B 100%); }
    .photo_block > * .text {
      padding: 16px;
      color: #fff;
      z-index: 1; }

.rectangle_box > * {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: solid 1px #ccc;
  min-height: 84px;
  margin-bottom: 4px; }
  @media screen and (min-width: 415px) {
    .rectangle_box > * {
      min-height: 120px; } }
  @media screen and (min-width: 551px) {
    .rectangle_box > * {
      margin-bottom: 0;
      min-height: 133px; } }
@media screen and (min-width: 551px) {
  .rectangle_box {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    flex-direction: row; }
    .rectangle_box > * {
      width: calc(50% - 2px);
      flex-direction: row; } }
.rectangle_box .text {
  padding: 8px;
  font-size: 13px;
  text-align: justify; }
  @media screen and (min-width: 551px) {
    .rectangle_box .text {
      padding: 14px;
      font-size: 1rem; } }
  .rectangle_box .text.w50 {
    width: 50%; }
  .rectangle_box .text.w60 {
    width: 60%; }
  .rectangle_box .text.w66 {
    width: 66%; }
  .rectangle_box .text.w75 {
    width: 75%; }
  .rectangle_box .text.pos_right {
    margin-left: auto;
    margin-right: 0; }
.rectangle_box h2 {
  font-size: 16px; }
  @media screen and (min-width: 551px) {
    .rectangle_box h2 {
      font-size: 15px; } }

.photo_tile {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .photo_tile > * {
    width: calc(50% - 2px); }
    @media screen and (min-width: 551px) {
      .photo_tile > * {
        width: calc(25% - 4px); } }

.photo_view {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 551px) {
    .photo_view {
      flex-direction: row;
      align-items: flex-start; } }
  .photo_view > * {
    width: 100%; }
    @media screen and (min-width: 551px) {
      .photo_view > * {
        width: 50%; } }
  .photo_view .view figure {
    position: relative; }
    .photo_view .view figure figcaption {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: rgba(12, 35, 59, 0.8);
      color: #fff;
      max-width: 70%;
      padding: 4px; }
      @media screen and (min-width: 551px) {
        .photo_view .view figure figcaption {
          padding: 8px 16px; } }
  .photo_view .list {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 4px 0; }
    @media screen and (min-width: 551px) {
      .photo_view .list {
        padding: 0 4px; } }
    .photo_view .list > * {
      width: calc(100%/4);
      cursor: pointer; }
    .photo_view .list figcaption {
      display: none; }
    .photo_view .list img {
      border: solid 3px transparent; }
    .photo_view .list .active img {
      border: solid 3px #1874AB; }

.has_bg {
  background-repeat: no-repeat;
  background-size: 33%; }
  .has_bg.bg_right {
    background-position-x: right; }
  .has_bg.bg_bottom {
    background-position-y: bottom; }
  .has_bg.bg_mid {
    background-position-y: 50%; }

.has_bg_seminarroom {
  background-color: #dcddd8;
  background-repeat: no-repeat;
  background-size: 23%; }

.text_wrap_right_image:after, .text_wrap_left_image:after {
  content: '';
  clear: both; }

.text_wrap_right_image figure {
  float: right; }

.text_wrap_left_image figure {
  float: left; }

.pathogenes_list {
  list-style: none;
  margin-left: 0; }
  .pathogenes_list li {
    padding-bottom: 16px; }
  .pathogenes_list h2 {
    background-color: #1874AB;
    color: #fff;
    padding: 4px; }
    .pathogenes_list h2 span {
      display: block; }
    @media screen and (min-width: 551px) {
      .pathogenes_list h2 {
        padding: 4px 16px; }
        .pathogenes_list h2 span {
          display: inline-block; } }
  .pathogenes_list dt {
    border-top: dotted 1px #ccc;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 4px; }
    @media screen and (min-width: 551px) {
      .pathogenes_list dt {
        padding-left: 16px; } }
  .pathogenes_list dd {
    padding-bottom: 4px;
    padding-left: 4px; }
    @media screen and (min-width: 551px) {
      .pathogenes_list dd {
        padding-left: 16px; } }
  .pathogenes_list .text_en {
    font-size: .8em; }
  .pathogenes_list .effective_products dt {
    padding: 0;
    border: none; }

.btn {
  border: solid 1px #1874AB;
  background-color: #ebf3f7;
  padding: 8px 16px; }

[data-js="accordion"] [data-action="trigger"] {
  position: relative;
  margin-top: 4px;
  padding: 8px 4px;
  padding-left: 35px;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 1.2;
  cursor: pointer;
  background-color: #1874AB;
  color: #fff; }
  [data-js="accordion"] [data-action="trigger"] svg {
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    transform: translateY(-50%);
    stroke-width: 2;
    left: 2px; }
    @media screen and (min-width: 551px) {
      [data-js="accordion"] [data-action="trigger"] svg {
        left: 10px; } }
  [data-js="accordion"] [data-action="trigger"].active svg {
    transform: rotate(180deg) translateY(50%); }

.flex_auto {
  padding: 16px 0; }
  @media screen and (max-width: 550px) {
    .flex_auto figure {
      text-align: center; } }
  @media screen and (min-width: 551px) {
    .flex_auto {
      display: flex;
      /*justify-content: space-between;*/
      gap: 16px; }
      .flex_auto.item_justify {
        justify-content: space-between; }
      .flex_auto.item_center {
        justify-content: center; }
      .flex_auto figure {
        flex-shrink: 0; }
      .flex_auto .w30per {
        width: 30%; }
      .flex_auto .w40per {
        width: 40%; }
      .flex_auto .w50per {
        width: 50%; }
      .flex_auto .w60per {
        width: 60%; } }
  .flex_auto .not_shrink {
    flex-shrink: 0; }

input {
  font-size: 16px; }
  input[type="text"] {
    border: 1px solid #596478;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-image: linear-gradient(0deg, #007caf, #007caf 40%, #fff 40%, #fff) !important;
    border-image-slice: 100%;
    border-image-slice: 1 !important;
    font-size: 13px;
    line-height: 1.2;
    height: auto !important;
    padding-left: 4px;
    width: 20em;
    max-width: 96%; }

textarea {
  border: 1px solid #596478; }

.powermail_fieldset .powermail_fieldwrap {
  padding-bottom: 16px; }
  .powermail_fieldset .powermail_fieldwrap label {
    display: block; }
.powermail_fieldset .powermail_check_outer {
  padding-bottom: 16px; }

* {
  box-sizing: border-box; }

a {
  color: #222;
  text-decoration: none;
  cursor: pointer; }
  a svg {
    margin-right: 4px; }

ruby {
  ruby-align: start;
  text-align: left; }

rt {
  font-size: 12px;
  color: #8D8E88;
  text-align: left; }
  @media screen and (min-width: 551px) {
    rt {
      margin-bottom: 4px; } }

.with_ruby div {
  font-size: 12px;
  color: #8D8E88;
  text-align: left; }
.with_ruby.sizeT {
  line-height: 1.3; }
.with_ruby.sizeS {
  line-height: 1.2; }
  .with_ruby.sizeS div {
    font-size: 10px; }

i {
  display: inline-block;
  width: 2px;
  overflow: hidden; }
  i.w4px {
    width: 4px; }
  i.w8px {
    width: 8px; }

img {
  max-height: 100%;
  max-width: 100%; }

p {
  text-align: justify; }
  p a {
    color: #1874AB; }

html {
  height: auto;
  font-size: 14px; }

body {
  background-color: #fff;
  color: #222; }

.menu {
  padding: 20px; }
  .menu ul {
    margin-left: 0;
    list-style: none; }
  .menu li ul {
    display: none;
    margin-left: 18px; }
  .menu a {
    display: block;
    font-size: 14px;
    display: block;
    padding: 8px 0;
    color: #fff; }
  .menu [data-js="title"] {
    display: none; }
    .menu [data-js="title"] span {
      transition: .6s;
      color: #fff; }

header.outline {
  padding: 0 8px; }
header .menu {
  box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.2);
  background-color: #0c233b; }
  header .menu li {
    padding: 4px 0; }
    header .menu li a {
      padding-left: 8px;
      font-size: 15px; }
  header .menu > ul > li {
    border-bottom: solid 1px #8D8E88; }
  header .menu li.open [data-js="title"] span {
    transform: rotate(-180deg);
    margin-top: 0;
    margin-bottom: 5px; }
  header .menu li.open ul {
    display: block; }
  header .menu div {
    cursor: pointer; }
  header .menu [data-js="title"] {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 30px;
    text-align: center; }
    header .menu [data-js="title"]:before {
      left: 0;
      top: 2px;
      position: absolute;
      width: 0;
      height: 30px;
      content: '';
      border-left: solid 1px #8D8E88; }
    header .menu [data-js="title"] span {
      display: block;
      margin-top: 5px; }
  header .menu .flex_box_btw {
    display: flex;
    justify-content: space-between; }
    header .menu .flex_box_btw a {
      width: 100%;
      color: #fff; }

/* header*/
.logo a {
  display: block; }

@media screen and (min-width: 551px) {
  header.outline {
    padding: 0 16px; } }
header div .search form {
  display: flex;
  align-items: center;
  color: #fff;
  border: solid 1px #8D8E88; }
header div .search input[type="text"] {
  padding: 3px;
  width: 100%;
  border: none; }
header div .search input[type="submit"] {
  display: none; }
header div .search label {
  padding: 6px 4px 0 7px;
  color: #fff; }

/* footer */
#footerWrap .logo {
  text-align: right;
  fill: #fff; }
  #footerWrap .logo #logo_st0 {
    fill: #fff; }

footer {
  color: #fff; }
  footer a {
    color: #fff; }
  footer .menu {
    display: flex;
    margin-bottom: 10px;
    padding: 0; }
    @media screen and (min-width: 551px) {
      footer .menu {
        justify-content: flex-end; } }
    footer .menu ul {
      min-width: 120px; }
  footer .company_info {
    padding-top: 24px; }
    @media screen and (min-width: 551px) {
      footer .company_info {
        padding: 0;
        display: flex;
        flex-direction: column; } }
    footer .company_info h1 {
      padding: 0;
      margin-bottom: 8px;
      font-size: 1.4rem; }
    footer .company_info .sns {
      padding: 24px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .company_info .sns a {
        padding: 10px;
        vertical-align: middle; }
  footer .terms {
    padding: 0; }
    footer .terms a {
      display: inline-block;
      padding: 4px 24px 3px 0; }

.copyright {
  padding: 24px 0 8px;
  text-align: center;
  font-size: 12px;
  color: #969696; }

#gotoTop {
  z-index: 9999;
  position: fixed;
  bottom: 40px;
  right: 20px;
  opacity: .8;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  background: #11baee;
  color: #fff;
  line-height: 1.1;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer; }
  #gotoTop:hover {
    opacity: .4; }

h1 {
  font-size: 18px;
  margin-bottom: 8px;
  padding: 0 0 8px; }

h2 {
  font-size: 15px;
  margin-bottom: 4px; }

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .column > * {
    margin-bottom: 4px;
    padding: 0;
    width: 100%;
    border: solid 1px #ccc; }
  .column.col4 > * {
    width: 25%; }
  .column.col4_sp2 > * {
    width: 100%; }
    @media screen and (min-width: 375px) {
      .column.col4_sp2 > * {
        width: 49.6%; } }
    @media screen and (min-width: 1101px) {
      .column.col4_sp2 > * {
        width: 24.6%; } }
  .column.col4_sp1 > * {
    width: 100%; }
    @media screen and (min-width: 1101px) {
      .column.col4_sp1 > * {
        width: 25%; } }
  .column.col2_sp1 > * {
    width: 100%; }
    @media screen and (min-width: 1101px) {
      .column.col2_sp1 > * {
        width: 49.8%; } }
  .column.long > * {
    min-height: 200px; }
  .column .text {
    padding: 16px; }

/* swiper common */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
  cursor: pointer; }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 0; }

.with_arrow {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */ }
  .with_arrow .swiper-button-prev:after,
  .with_arrow .swiper-button-next:after {
    bottom: 0;
    top: 0;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    opacity: .4; }
  .with_arrow .swiper-button-prev:after {
    border-left: 4px solid #0c233b;
    border-bottom: 4px solid #0c233b;
    left: 10px; }
  .with_arrow .swiper-button-next:after {
    border-top: 4px solid #0c233b;
    border-right: 4px solid #0c233b;
    transform: rotate(45deg); }

.swiper-pagination {
  padding: 16px 0;
  text-align: center; }
  .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-color: #ccc; }
    @media screen and (min-width: 551px) {
      .swiper-pagination .swiper-pagination-bullet {
        margin-right: 12px; } }
    .swiper-pagination .swiper-pagination-bullet:hover {
      cursor: pointer; }
    .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #0c233b; }

section.main_image {
  background-color: #fff; }
  section.main_image img {
    aspect-ratio: 12 / 3.4; }
  section.main_image .swiper-pagination {
    padding: 0;
    position: absolute;
    right: 20px;
    bottom: 35%;
    z-index: 100;
    height: 16px;
    text-align: right; }
    @media screen and (min-width: 551px) {
      section.main_image .swiper-pagination {
        bottom: 8px;
        right: 0; } }

.slide_block {
  position: relative; }
  .slide_block .msg {
    padding: 8px 16px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(12, 35, 59, 0.9); }
    @media screen and (min-width: 551px) {
      .slide_block .msg {
        position: absolute;
        right: 0;
        bottom: 10%;
        min-width: 200px;
        font-size: 14px; } }

.terms {
  padding: 16px; }
  .terms h1 {
    padding-left: 0; }
  .terms h2, .terms h3 {
    padding-top: 24px; }
  .terms h4, .terms h5 {
    padding-top: 8px; }
  .terms p {
    padding-left: 0; }
  .terms ul, .terms ol {
    padding-left: 0; }

.teaserlist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media screen and (min-width: 551px) {
    .teaserlist {
      flex-direction: row; } }
  .teaserlist > a {
    width: 100%; }
    @media screen and (min-width: 551px) {
      .teaserlist > a {
        width: 49%; } }
    .teaserlist > a > div {
      display: flex; }
    .teaserlist > a img {
      height: 130px; }

/** product page **/
.product_detail h2 {
  color: #104E73;
  font-size: 1.3rem; }
.product_detail a {
  color: #1874AB; }

.product_image_swiper {
  padding: 24px 0; }

.product_image_swiper_thumb {
  margin-bottom: 24px; }
  .product_image_swiper_thumb .swiper-wrapper {
    justify-content: center; }

.detail_tab .swiper-slide {
  background-color: #0c233b;
  color: #fff;
  padding: 14px 0;
  text-align: center;
  cursor: pointer;
  border: solid 1px #0c233b;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 18px; }
  @media screen and (min-width: 551px) {
    .detail_tab .swiper-slide {
      letter-spacing: 0; } }
  .detail_tab .swiper-slide.swiper-slide-thumb-active {
    background-color: #fff;
    border-color: #ccc;
    color: #0c233b; }

.product_detail, .detail_tab {
  padding: 0 0 0; }
  .product_detail .swiper-wrapper, .detail_tab .swiper-wrapper {
    align-items: stretch !important; }
  .product_detail .swiper-slide, .detail_tab .swiper-slide {
    height: auto; }

.product_detail {
  border: solid 1px #ccc;
  border-top: none;
  padding: 4px 0; }
  @media screen and (min-width: 551px) {
    .product_detail {
      padding: 8px 0; } }
  .product_detail .swiper-button-next, .product_detail .swiper-button-prev {
    width: 0; }

.detail_table {
  border-collapse: collapse;
  width: 100%;
  font-size: .9rem; }
  .detail_table th, .detail_table td {
    border-bottom: solid 1px #ccc;
    font-weight: normal;
    padding: 4px; }
    @media screen and (min-width: 551px) {
      .detail_table th, .detail_table td {
        padding: 4px 16px; } }
  .detail_table .bg_blue {
    background-color: #F9FCFF; }
  .detail_table .bg_gray {
    background-color: #F8F8F8; }

.product_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.catalog_link figure {
  display: flex;
  align-items: flex-end;
  transform: translateY(-20px); }
.catalog_link figcaption {
  white-space: nowrap;
  color: #1874AB;
  font-size: .8rem;
  text-align: right;
  transform: translateX(6px);
  padding-bottom: 6px; }
.catalog_link img {
  width: 70px; }

.dsh_id {
  color: #006197; }

.dsh_fd {
  color: #11874E; }

.dsh_hd {
  color: #C4497B; }

.dsh_md {
  color: #E7B623; }

.index_list ul {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px; }
.index_list li:not(:last-child):after {
  content: '｜'; }
.index_list a, .index_list span {
  display: inline-block;
  padding: 2px 0;
  font-size: 13px;
  line-height: 1.2;
  color: #969696;
  text-align: center;
  width: 24px; }
  @media screen and (min-width: 551px) {
    .index_list a, .index_list span {
      padding: 4px 0; } }
.index_list a {
  color: #0c233b;
  font-weight: 600; }

/* pathogenes */
.data_list .index_char {
  font-size: 1.2em;
  padding: 8px 4px; }
  @media screen and (min-width: 551px) {
    .data_list .index_char {
      padding: 8px 16px; } }

.pathogenes_list {
  list-style: none;
  margin-left: 0; }
  .pathogenes_list li {
    padding-bottom: 0; }
    .pathogenes_list li > dl {
      display: none; }
    .pathogenes_list li.active > dl {
      display: block; }
    .pathogenes_list li.active h2 svg {
      transform: translateY(-50%) rotate(180deg); }
  .pathogenes_list h2 {
    background-color: #1874AB;
    color: #fff;
    padding: 8px 4px;
    padding-left: 35px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 1.2;
    cursor: pointer; }
    .pathogenes_list h2 span {
      display: block;
      font-size: .9em;
      margin-right: 1em; }
    @media screen and (min-width: 551px) {
      .pathogenes_list h2 {
        padding: 4px 16px;
        padding-left: 35px; }
        .pathogenes_list h2 span {
          display: inline-block; } }
    .pathogenes_list h2 svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      stroke-width: 2;
      left: 2px; }
      @media screen and (min-width: 551px) {
        .pathogenes_list h2 svg {
          left: 10px; } }
  .pathogenes_list dt {
    color: #6E6E6E;
    border-top: dotted 1px #ccc;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 4px; }
    @media screen and (min-width: 551px) {
      .pathogenes_list dt {
        padding-left: 16px; } }
  .pathogenes_list dd {
    padding-bottom: 4px;
    padding-left: 4px; }
    @media screen and (min-width: 551px) {
      .pathogenes_list dd {
        padding-left: 16px; } }
  .pathogenes_list .text_en {
    font-size: .8em; }
  .pathogenes_list .effective_products dt {
    padding: 0;
    border: none;
    color: #222; }
  .pathogenes_list .effective_products dd {
    padding-left: 0; }
  @media screen and (min-width: 551px) {
    .pathogenes_list .effective_products:after {
      content: '';
      clear: both; }
    .pathogenes_list .effective_products dt {
      float: left; }
    .pathogenes_list .effective_products dd {
      margin-left: 14em; } }
  .pathogenes_list .effective_products a {
    display: inline-block;
    color: #1874AB; }
    .pathogenes_list .effective_products a:after {
      content: '、'; }
    .pathogenes_list .effective_products a:last-child:after {
      content: ''; }
  .pathogenes_list .infection_route {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }

/* pathogenes end */
[data-page="faq"] h2 {
  background-color: #1874AB;
  color: #fff;
  margin-bottom: 8px;
  padding: 4px; }
  @media screen and (min-width: 551px) {
    [data-page="faq"] h2 {
      padding: 4px 16px; } }
[data-page="faq"] p {
  margin-bottom: 8px; }
[data-page="faq"] .category_list {
  border: solid 1px #1874AB;
  padding: 8px 16px 8px 16px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: left; }
  [data-page="faq"] .category_list a {
    color: #485f88; }
    [data-page="faq"] .category_list a svg {
      vertical-align: bottom; }

.faq_list {
  margin-bottom: 16px; }
  .faq_list dt, .faq_list dd {
    position: relative;
    margin-bottom: 2px;
    padding: 4px;
    padding-left: 24px; }
    @media screen and (min-width: 551px) {
      .faq_list dt, .faq_list dd {
        padding: 4px 16px;
        padding-left: 30px; } }
    .faq_list dt:before, .faq_list dd:before {
      position: absolute;
      display: inline-block;
      width: 1.2em;
      left: 8px; }
      @media screen and (min-width: 551px) {
        .faq_list dt:before, .faq_list dd:before {
          left: 16px; } }
  .faq_list dt {
    background-color: rgba(24, 116, 171, 0.1); }
    .faq_list dt:before {
      content: 'Q';
      color: #1874AB; }
  .faq_list dd {
    padding-bottom: 4px; }
    .faq_list dd:before {
      content: 'A';
      color: #1874AB; }

[data-page="hygiene_save_lifes"] section {
  padding-bottom: 24px; }
[data-page="hygiene_save_lifes"] h2 {
  font-size: 1.4rem; }
[data-page="hygiene_save_lifes"] h3 {
  font-size: 1.2rem; }
[data-page="hygiene_save_lifes"] ol {
  color: #1874AB; }
  [data-page="hygiene_save_lifes"] ol a {
    color: inherit; }
[data-page="hygiene_save_lifes"] p {
  padding-bottom: 8px; }
[data-page="hygiene_save_lifes"] .about_pathogens {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  [data-page="hygiene_save_lifes"] .about_pathogens > * {
    width: 100%; }
    @media screen and (min-width: 551px) {
      [data-page="hygiene_save_lifes"] .about_pathogens > * {
        width: calc((100% - 32px) / 3); } }
  [data-page="hygiene_save_lifes"] .about_pathogens figure {
    text-align: center; }
  [data-page="hygiene_save_lifes"] .about_pathogens img {
    max-width: 100px; }
    @media screen and (min-width: 551px) {
      [data-page="hygiene_save_lifes"] .about_pathogens img {
        max-width: 140px; } }
  [data-page="hygiene_save_lifes"] .about_pathogens > div {
    display: flex;
    gap: 16px;
    align-items: center; }
    @media screen and (min-width: 551px) {
      [data-page="hygiene_save_lifes"] .about_pathogens > div {
        display: block; } }
[data-page="hygiene_save_lifes"] .risk_and_route {
  display: flex;
  flex-wrap: wrap; }
  [data-page="hygiene_save_lifes"] .risk_and_route > * {
    margin-bottom: 8px;
    display: flex;
    width: 100%; }
    @media screen and (min-width: 551px) {
      [data-page="hygiene_save_lifes"] .risk_and_route > * {
        width: 50%; } }
  [data-page="hygiene_save_lifes"] .risk_and_route figure {
    flex-shrink: 0;
    width: 120px; }
    @media screen and (min-width: 551px) {
      [data-page="hygiene_save_lifes"] .risk_and_route figure {
        width: 240px; } }
  [data-page="hygiene_save_lifes"] .risk_and_route p {
    font-size: .9rem; }
[data-page="hygiene_save_lifes"] .hygiene_system {
  display: flex;
  flex-wrap: wrap;
  gap: 32px; }
  [data-page="hygiene_save_lifes"] .hygiene_system > * {
    width: calc(50% - 16px); }
    @media screen and (min-width: 551px) {
      [data-page="hygiene_save_lifes"] .hygiene_system > * {
        width: calc((100% - 96px) / 4); } }
  [data-page="hygiene_save_lifes"] .hygiene_system h3 {
    padding-bottom: 4px; }
  [data-page="hygiene_save_lifes"] .hygiene_system figure {
    width: 120px;
    margin: 0 auto;
    flex-shrink: 0;
    padding: 16px 0; }
    @media screen and (min-width: 551px) {
      [data-page="hygiene_save_lifes"] .hygiene_system figure {
        width: 160px; } }
[data-page="hygiene_save_lifes"] .faq_list h3 {
  margin-top: 4px;
  font-size: 1.1rem; }
[data-page="hygiene_save_lifes"] .faq_list a {
  color: #485f88; }

[data-page="aboutus"] section {
  padding: 24px 0; }

[data-page="employment"] h2 {
  background-color: #1874AB;
  color: #fff; }
[data-page="employment"] .recruitment_info {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px; }
  @media screen and (min-width: 551px) {
    [data-page="employment"] .recruitment_info {
      flex-direction: row; } }
  [data-page="employment"] .recruitment_info > * {
    width: 100%; }
    @media screen and (min-width: 551px) {
      [data-page="employment"] .recruitment_info > * {
        width: calc(50% - 16px); } }
  [data-page="employment"] .recruitment_info h3 {
    margin: 16px 0 4px;
    padding-bottom: 2px;
    border-bottom: solid 1px #1874AB; }
[data-page="employment"] .from_message {
  margin-top: 24px; }
  [data-page="employment"] .from_message div {
    font-size: 1.1rem;
    padding-bottom: 2px;
    margin-bottom: 4px;
    border-bottom: solid 1px #1874AB; }

[data-page="access"] iframe {
  height: 50vh; }

#err404 {
  min-height: 60vh;
  position: relative; }
  #err404:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '404';
    font-weight: bolder;
    opacity: .2;
    font-size: 30vw;
    color: #1874AB; }
  #err404 h1 {
    padding: 30px 0;
    font-size: 3rem; }
    #err404 h1 span {
      display: block;
      font-size: 1.4rem; }
  #err404 a {
    display: block;
    color: #485f88;
    padding: 10px 0; }

.download_list h2 {
  padding: 8px 8px 4px; }
  @media screen and (min-width: 551px) {
    .download_list h2 {
      padding-left: 16px; } }
.download_list .dlc_download_list {
  padding-top: 8px;
  padding-left: 8px; }
  @media screen and (min-width: 551px) {
    .download_list .dlc_download_list {
      padding-left: 16px; } }

[data-page="awards"] h2 {
  font-size: 14px;
  line-height: 1.2; }
  [data-page="awards"] h2 span {
    font-size: .6em;
    display: block; }
[data-page="awards"] p, [data-page="awards"] ul {
  font-size: 12px; }
@media screen and (min-width: 551px) {
  [data-page="awards"] h2 {
    font-size: 15px; }
  [data-page="awards"] p, [data-page="awards"] ul {
    font-size: 13px; } }

.awards_list_col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .awards_list_col3 > * {
    min-height: 130px;
    width: calc(50% - 2px); }
  .awards_list_col3 h2 {
    height: 2.6em; }
  .awards_list_col3 figure {
    width: 100%;
    height: 130px; }
  .awards_list_col3 ul {
    padding: 8px 0;
    font-size: 12px; }
  @media screen and (min-width: 551px) {
    .awards_list_col3 {
      flex-direction: row; }
      .awards_list_col3 > * {
        display: flex;
        gap: 8px;
        width: calc((100% - 16px) / 3);
        flex-direction: row; }
      .awards_list_col3 figure {
        width: 140px;
        height: auto;
        flex-shrink: 0; } }

.awards_list_half {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4px; }
  .awards_list_half > * {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 130px; }
  .awards_list_half figure {
    width: 100%; }
  @media screen and (min-width: 551px) {
    .awards_list_half {
      flex-direction: row; }
      .awards_list_half > * {
        width: calc(50% - 2px);
        flex-direction: row; }
      .awards_list_half figure {
        width: 140px;
        flex-shrink: 0; } }

.awards_list_block {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .awards_list_block > * {
    width: calc(50% - 2px); }
  @media screen and (min-width: 551px) {
    .awards_list_block > * {
      width: calc((100% - 16px) / 5); } }
  .awards_list_block figure {
    min-height: 130px;
    width: 140px;
    flex-shrink: 0; }

[data-page="seminar"] .rectangle_box h2 {
  margin-bottom: 0 !important;
  line-height: 1.1; }
[data-page="seminar"] .rectangle_box p {
  margin-bottom: 4px; }
  @media screen and (min-width: 551px) {
    [data-page="seminar"] .rectangle_box p {
      margin-bottom: 8px; } }
[data-page="seminar"] h3 {
  font-size: 1.1em;
  background-color: rgba(231, 182, 35, 0.2);
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 4px; }
[data-page="seminar"] h4 {
  padding-bottom: 8px; }

.reference_list {
  padding-bottom: 20px;
  line-height: 1.5; }
  .reference_list caption {
    padding-bottom: 4px; }
  .reference_list tbody {
    font-size: .9rem; }
  .reference_list th {
    font-weight: 500;
    width: 40px;
    vertical-align: super; }
  .reference_list td div {
    font-size: .85em; }

.company_box {
  display: block;
  position: relative; }
  .company_box a:not(.employment_link) {
    display: flex; }
  .company_box .text {
    position: relative; }
  .company_box picture {
    display: flex;
    align-items: center; }

.employment_link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px;
  padding-left: 12px;
  border-bottom-left-radius: 4px;
  /* border-bottom-right-radius: 4px; */
  background-color: #1874AB;
  color: #fff;
  letter-spacing: 4px; }
