@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 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: 1em;
  /* 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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 */
}

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

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

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

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 13px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #b3002a;
  text-decoration: none;
  outline: 0 none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover,
a:active {
  color: #b3002a;
  text-decoration: none;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

/* ----------------------------------------------------------------
  header
----------------------------------------------------------------- */
.header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
@media (max-width: 1240px) {
  .header-inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-inner > [itemprop="name"] {
  margin: 0;
  padding: 0;
  z-index: 100;
  position: absolute;
  top: 45px;
  left: 0;
  width: 230px;
}
@media (max-width: 1080px) {
  .header-inner > [itemprop="name"] {
    width: 160px;
  }
}
@media (max-width: 980px) {
  .header-inner > [itemprop="name"] {
    width: 70px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header-inner > [itemprop="name"] {
    padding-left: 10px;
  }
}
.header-inner > [itemprop="name"] a {
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding: 70px 0 0 0;
  background: #fff url(/miyaji-lab/images/common/logo.png) no-repeat 50% 50%;
  background-size: 88px 55px;
}
@media (max-width: 1080px) {
  .header-inner > [itemprop="name"] a {
    padding-top: 60px;
    background-size: 70px 44px;
  }
}
@media (max-width: 980px) {
  .header-inner > [itemprop="name"] a {
    padding-top: 53px;
  }
}
.header-nav {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .header-nav {
    height: 53px;
    background: #fff;
    overflow: hidden;
  }
}
@media (max-width: 980px) {
  .header-nav nav {
    opacity: 0;
    visibility: hidden;
  }
}
.header-nav nav > ul {
  margin: 0 0 0 230px;
  padding: 0;
  list-style: none;
  position: relative;
}
@media (max-width: 1080px) {
  .header-nav nav > ul {
    margin-left: 160px;
  }
}
@media (max-width: 980px) {
  .header-nav nav > ul {
    margin-left: 0;
    max-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .header-nav nav > ul:before {
    content: "";
    width: 100%;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
}
.header-nav nav > ul > li {
  margin: 0;
  padding: 0;
  width: 16.66%;
  float: left;
}
@media (max-width: 980px) {
  .header-nav nav > ul > li {
    width: 100% !important;
    float: none !important;
  }
}
.header-nav nav > ul > li:first-child {
  width: 16.7%;
}
@media (max-width: 980px) {
  .header-nav nav > ul > li:first-child {
    padding-top: 53px;
    width: 100%;
  }
}
.header-nav nav > ul > li:nth-child(2) ul {
  left: 16.66%;
}
.header-nav nav > ul > li:nth-child(3) ul {
  left: 33.32%;
}
.header-nav nav > ul > li:nth-child(4) ul {
  left: 49.98%;
}
.header-nav nav > ul > li:nth-child(5) ul {
  left: 66.64%;
}
.header-nav nav > ul > li:last-child ul {
  left: auto;
  right: 0;
}
.header-nav nav > ul > li > a {
  background: #fff;
  display: block;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  position: relative;
  -webkit-transition: color 0.3s, border-bottom-color 0.3s;
  transition: color 0.3s, border-bottom-color 0.3s;
}
.header-nav nav > ul > li > a:before {
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 0;
  border-left: 1px dotted #7f7f7f;
}
@media (max-width: 980px) {
  .header-nav nav > ul > li > a:before {
    display: none;
  }
}
.header-nav nav > ul > li > a:hover {
  color: #b3002a;
}
.header-nav nav > ul > li > a.is-opend {
  color: #b3002a;
}
@media (max-width: 1080px) {
  .header-nav nav > ul > li > a {
    font-size: 12px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 980px) {
  .header-nav nav > ul > li > a {
    font-size: 13px;
    width: 100%;
    text-align: left;
    line-height: 1;
    height: auto;
    padding: 1.5em 20px;
    border-top: 1px dotted #7f7f7f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .header-nav nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header-nav nav > ul > li > a span {
  padding-left: 20px;
  background: url(/miyaji-lab/images/common/arrow-down.png) no-repeat 0 50%;
  background-size: 10px 7px;
}
.header-nav nav > ul > li ul {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  width: auto;
  min-width: 16.66%;
  background: #fff;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  top: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1080px) {
  .header-nav nav > ul > li ul {
    padding: 5px 0;
    top: 60px;
  }
}
@media (max-width: 980px) {
  .header-nav nav > ul > li ul {
    opacity: 1;
    visibility: visible;
    min-width: 100%;
    position: relative;
    top: 0;
    left: 0 !important;
    padding: 0;
  }
}
.header-nav nav > ul > li ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
@media (max-width: 1080px) {
  .header-nav nav > ul > li ul li {
    font-size: 11px;
  }
}
@media (max-width: 980px) {
  .header-nav nav > ul > li ul li {
    font-size: 12px;
  }
}
.header-nav nav > ul > li ul li span {
  display: block;
  line-height: 20px;
  padding: 10px 15px 10px 30px;
}
@media (max-width: 1080px) {
  .header-nav nav > ul > li ul li span {
    padding: 10px 10px 10px 25px;
  }
}
.header-nav nav > ul > li ul li a {
  color: #333;
  display: block;
  line-height: 20px;
  padding: 10px 15px 10px 30px;
  background: url(/miyaji-lab/images/common/arrow-next.png) no-repeat 15px 14px;
  background-size: 7px 11px;
}
@media (max-width: 1080px) {
  .header-nav nav > ul > li ul li a {
    padding: 10px 10px 10px 25px;
    background-position: 10px 12px;
  }
}
@media (max-width: 980px) {
  .header-nav nav > ul > li ul li a {
    padding-left: 40px;
    padding-top: 1em;
    padding-bottom: 1em;
    background-position: 20px 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .header-nav nav > ul > li ul li a {
    padding-left: 20px;
    background-position: 10px 50%;
  }
}
.header-nav nav > ul > li ul li a:hover {
  color: #b3002a;
}
@media (max-width: 980px) {
  .header-nav nav > ul > li ul li:last-child {
    padding-bottom: 1.5em;
  }
}
.header-nav nav > ul > li:hover > a {
  color: #b3002a;
}
.header-nav nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
.header-nav nav > ul > li .is-opend + ul {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
.header-nav .is-opend,
.header-nav .is-active {
  color: #b3002a !important;
}

.touch .header-nav nav > ul > li:hover > a {
  color: #333;
}
.touch .header-nav nav > ul > li:hover ul {
  max-height: 0;
}
.touch .header-nav nav > ul > li .is-opend + ul {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
.touch .header-nav .is-active {
  color: #b3002a;
}

.header-sub__lang {
  float: right;
  margin: 0;
  padding: 10px 0;
  font-size: 11px;
  line-height: 25px;
  height: 25px;
}
.header-sub__lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-sub__lang li {
  float: left;
  margin: 0;
  padding: 0;
}
.header-sub__lang .lang-ja a {
  background: #c54a67 url(/miyaji-lab/images/common/lang_ja.png) no-repeat 50% 50%;
  background-size: 49px 11px;
}
.header-sub__lang .lang-en a {
  background: #c54a67 url(/miyaji-lab/images/common/lang_en.png) no-repeat 50% 50%;
  background-size: 53px 12px;
}
.header-sub__lang a {
  display: block;
  width: 90px;
  height: 0;
  overflow: hidden;
  padding: 25px 0 0 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-sub__lang a:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------------
  footer
----------------------------------------------------------------- */
#pagetop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 56px;
  height: 56px;
  z-index: -1;
  cursor: pointer;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

@media (min-width: 1360px) {
  #pagetop {
    position: fixed;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    margin-left: 620px;
  }

  #pagetop img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  #pagetop:hover img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media (max-width: 1360px) {
  #pagetop {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    height: 70px;
    line-height: 70px;
    margin: 0 0 -60px 0;
    width: 100%;
    z-index: 1;
    text-align: center;
  }

  .dir-home #pagetop {
    margin-top: -70px;
    margin-bottom: 0;
  }

  #pagetop a {
    display: block;
    position: relative;
  }

  #pagetop a:before {
    content: "\FE3F";
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: #aaa;
    text-shadow: 1px 1px 1px #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  #pagetop:hover a:before {
    color: #b3002a;
  }

  #pagetop img {
    display: none;
  }
}
.footer {
  margin: 60px 0 0 0;
  background: #bf4864;
  color: #fff;
}
.footer .utility {
  padding: 30px 0 0 0;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .footer .utility {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer .utility {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer .utility__local {
  margin: 20px 0;
}
.footer .utility .utility__inner {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}
.footer .utility .utility__inner dl,
.footer .utility .utility__inner dd {
  margin: 0;
  padding: 0;
}
.footer .utility .utility__inner dt.dt-jp {
  margin: 0 0 30px 0;
  height: 0;
  overflow: hidden;
  padding: 102px 0 0 0;
  background: url(/miyaji-lab/images/common/univ_new_jp.png) no-repeat 50% 0;
  background-size: contain;
}
.footer .utility .utility__inner dt.dt-en {
  margin: 0 0 30px 0;
  height: 0;
  overflow: hidden;
  padding: 102px 0 0 0;
  background: url(/miyaji-lab/images/common/univ_new_en.png) no-repeat 50% 0;
  background-size: contain;
}
.footer .utility .utility__inner address {
  font-style: normal;
}
.footer .utility .utility__inner .adr,
.footer .utility .utility__inner .tel,
.footer .utility .utility__inner .contact {
  display: block;
}
.footer .utility .utility__inner .tel {
  padding: 10px 0;
}
.footer .utility .utility__inner .contact {
  padding: 10px 0;
}
.footer .utility .utility__inner .contact img {
  margin: 5px auto 0 auto;
  display: block;
  width: 381px;
  height: 14px;
}
@media (max-width: 767px) {
  .footer .utility .utility__inner .contact img {
    width: 300px;
    height: 11px;
  }
}
.footer .utility .utility__inner small {
  border-top: 1px dotted #fff;
  display: block;
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
}
.footer .utility .utility__inner small a:hover {
  color: #333;
}
@media (max-width: 767px) {
  .footer .utility .utility__inner br {
    display: none;
  }
}

/* ----------------------------------------------------------------
  main
----------------------------------------------------------------- */
/*contents block*/
.contents:before {
  content: "";
  display: table;
}
.contents:after {
  content: "";
  display: table;
  clear: both;
}
.contents article {
  font-size: 13px;
  line-height: 1.65;
}
.contents article:before {
  content: "";
  display: table;
}
.contents article:after {
  content: "";
  display: table;
  clear: both;
}
.contents-body {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .contents-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .contents-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 540px) {
  .contents-body {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .contents-body section + section {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contents-body section section + section {
    margin-top: 20px;
  }
}
@media (max-width: 920px) {
  .contents-body h3 {
    margin-top: 50px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 540px) {
  .contents-body h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 920px) {
  .contents-body h4 {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------
  MT Editor
----------------------------------------------------------------- */
.mceContentBody,
.contents-body {
  font-size: 14px;
  line-height: 1.8;
  /* ----------------------------------------------------------------
    classes
  ----------------------------------------------------------------- */
  /*link*/
}
.mceContentBody section,
.contents-body section {
  margin: 0;
  clear: both;
}
.mceContentBody section:after,
.contents-body section:after {
  content: "";
  display: table;
  clear: both;
}
.mceContentBody section + section,
.contents-body section + section {
  margin-top: 45px;
}
.mceContentBody section section + section,
.contents-body section section + section {
  margin-top: 30px;
}
.mceContentBody h3,
.contents-body h3 {
  font-weight: normal;
  line-height: 28px;
  font-size: 20px;
  padding: 0 0 4px 0;
  margin: 60px 0 20px 0;
  border-bottom: 1px dotted #777;
}
.mceContentBody h4,
.contents-body h4 {
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  padding: 0 0 0 10px;
  margin: 40px 0 15px 0;
  border-left: 3px solid #c54a67;
}
.mceContentBody h5,
.contents-body h5 {
  margin: 20px 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 100%;
}
.mceContentBody h5 + p,
.contents-body h5 + p {
  margin-top: 0.5em;
}
.mceContentBody a,
.contents-body a {
  color: #b3002a;
  text-decoration: underline;
}
.mceContentBody a:hover,
.contents-body a:hover {
  color: #b3002a;
  text-decoration: none;
}
.mceContentBody p,
.contents-body p {
  margin: 1em 0;
  font-size: 100%;
}
.mceContentBody p:after,
.contents-body p:after {
  content: '';
  clear: both;
  display: table;
}
.mceContentBody ul,
.mceContentBody ol,
.contents-body ul,
.contents-body ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
.mceContentBody ul ol,
.mceContentBody ol ul,
.mceContentBody ul ul,
.mceContentBody ol ol,
.mceContentBody table ol,
.mceContentBody table ul,
.contents-body ul ol,
.contents-body ol ul,
.contents-body ul ul,
.contents-body ol ol,
.contents-body table ol,
.contents-body table ul {
  margin: 0;
}
.mceContentBody ul > li,
.contents-body ul > li {
  list-style-type: disc;
}
.mceContentBody ul ul li,
.contents-body ul ul li {
  list-style-type: circle;
}
.mceContentBody li,
.contents-body li {
  margin: 0.25em 0;
  padding: 0;
}
.mceContentBody b,
.mceContentBody strong,
.contents-body b,
.contents-body strong {
  font-weight: bold;
}
.mceContentBody em,
.mceContentBody i,
.contents-body em,
.contents-body i {
  font-weight: normal;
  font-style: italic;
}
.mceContentBody s,
.mceContentBody strike,
.mceContentBody del,
.contents-body s,
.contents-body strike,
.contents-body del {
  text-decoration: line-through;
}
.mceContentBody u,
.mceContentBody ins,
.contents-body u,
.contents-body ins {
  text-decoration: underline;
}
.mceContentBody blockquote,
.contents-body blockquote {
  margin: 1em 0;
  padding: 20px;
  background-color: #f5f5f5;
  color: #888;
}
.mceContentBody blockquote p,
.mceContentBody blockquote ul,
.mceContentBody blockquote ol,
.contents-body blockquote p,
.contents-body blockquote ul,
.contents-body blockquote ol {
  margin: 0;
}
.mceContentBody blockquote p + p,
.mceContentBody blockquote p + ul,
.mceContentBody blockquote p + ol,
.mceContentBody blockquote ul + p,
.mceContentBody blockquote ul + ul,
.mceContentBody blockquote ul + ol,
.mceContentBody blockquote ol + p,
.mceContentBody blockquote ol + ul,
.mceContentBody blockquote ol + ol,
.contents-body blockquote p + p,
.contents-body blockquote p + ul,
.contents-body blockquote p + ol,
.contents-body blockquote ul + p,
.contents-body blockquote ul + ul,
.contents-body blockquote ul + ol,
.contents-body blockquote ol + p,
.contents-body blockquote ol + ul,
.contents-body blockquote ol + ol {
  margin-top: 1em;
}
.mceContentBody hr,
.contents-body hr {
  color: transparent;
  background-color: transparent;
  height: 0;
  display: block;
  width: 100%;
  border-top: 1px dotted #000;
  padding: 0;
  margin: 1em 0;
}
.mceContentBody table,
.contents-body table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  margin: 0 0 1em 0;
  font-size: 100%;
}
.mceContentBody table + table,
.mceContentBody blockquote + table,
.mceContentBody ul + table,
.mceContentBody ol + table,
.mceContentBody p + table,
.contents-body table + table,
.contents-body blockquote + table,
.contents-body ul + table,
.contents-body ol + table,
.contents-body p + table {
  margin-top: 2em;
}
.mceContentBody caption,
.contents-body caption {
  margin-bottom: 8px;
  font-weight: bold;
}
.mceContentBody th,
.contents-body th {
  background: #e9e9e9;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
  font-weight: normal;
}
.mceContentBody td,
.contents-body td {
  border: 1px solid #e0e0e0;
  padding: 10px 5px;
  vertical-align: middle;
}
.mceContentBody table p,
.contents-body table p {
  margin: 0;
}
.mceContentBody table p + p,
.mceContentBody table p + ul,
.mceContentBody table p + ol,
.mceContentBody table ul + p,
.mceContentBody table ul + ul,
.mceContentBody table ul + ol,
.mceContentBody table ol + p,
.mceContentBody table ol + ul,
.mceContentBody table ol + ol,
.contents-body table p + p,
.contents-body table p + ul,
.contents-body table p + ol,
.contents-body table ul + p,
.contents-body table ul + ul,
.contents-body table ul + ol,
.contents-body table ol + p,
.contents-body table ol + ul,
.contents-body table ol + ol {
  margin-top: 1em;
}
.mceContentBody img,
.contents-body img {
  max-width: 100%;
  height: auto;
}
.mceContentBody .mt-image-none,
.contents-body .mt-image-none {
  clear: both;
  display: block;
}
.mceContentBody .mt-image-center,
.contents-body .mt-image-center {
  clear: both;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
.mceContentBody .mt-image-left,
.contents-body .mt-image-left {
  clear: left;
  float: left;
  margin: 0 20px 20px 0;
}
.mceContentBody .mt-image-right,
.contents-body .mt-image-right {
  clear: right;
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .mceContentBody .mt-image-none,
  .mceContentBody .mt-image-center,
  .mceContentBody .mt-image-left,
  .mceContentBody .mt-image-right,
  .contents-body .mt-image-none,
  .contents-body .mt-image-center,
  .contents-body .mt-image-left,
  .contents-body .mt-image-right {
    width: 100%;
    display: block;
    float: none;
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.mceContentBody .lang,
.contents-body .lang {
  text-align: center;
  margin: 3em 0;
  padding: 10px;
  background: #faf4f2;
  color: #9b2800;
}
.mceContentBody .nowrap,
.mceContentBody .nowrap th,
.contents-body .nowrap,
.contents-body .nowrap th {
  white-space: nowrap;
}
.mceContentBody table.nowrap,
.contents-body table.nowrap {
  white-space: normal;
}
.mceContentBody .max-w500,
.contents-body .max-w500 {
  max-width: 500px;
}
.mceContentBody .add-padding,
.contents-body .add-padding {
  padding: 2em;
}
.mceContentBody .w7em,
.contents-body .w7em {
  width: 7em;
}
.mceContentBody .w8em,
.contents-body .w8em {
  width: 8em;
}
.mceContentBody .w9em,
.contents-body .w9em {
  width: 9em;
}
.mceContentBody .w10em,
.contents-body .w10em {
  width: 10em;
}
.mceContentBody .w11em,
.contents-body .w11em {
  width: 11em;
}
.mceContentBody .w12em,
.contents-body .w12em {
  width: 12em;
}
.mceContentBody .w13em,
.contents-body .w13em {
  width: 13em;
}
.mceContentBody .w14em,
.contents-body .w14em {
  width: 14em;
}
.mceContentBody .w15em,
.contents-body .w15em {
  width: 15em;
}
.mceContentBody .txt-center,
.contents-body .txt-center {
  margin: 1em 0;
  display: block;
  text-align: center;
}
.mceContentBody .txt-right,
.contents-body .txt-right {
  margin: 1em 0;
  display: block;
  text-align: right;
}
.mceContentBody .note,
.contents-body .note {
  display: block;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.mceContentBody .link,
.contents-body .link {
  padding: 0 0 0 25px;
  background: url(/miyaji-lab/images/common/arrow.png) no-repeat 0 50%;
  background-size: 14px 14px;
}
.mceContentBody .link-box,
.contents-body .link-box {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.mceContentBody .link-box li,
.contents-body .link-box li {
  border: 1px solid #ddd;
  padding: 10px 10px;
  margin: 0 !important;
  list-style: none !important;
}
.mceContentBody .link-box li + li,
.contents-body .link-box li + li {
  margin-top: 10px !important;
}
.mceContentBody .toc,
.contents-body .toc {
  margin: 0 0 50px 0;
  padding: 0;
}
.mceContentBody .toc:before, .mceContentBody .toc:after,
.contents-body .toc:before,
.contents-body .toc:after {
  content: "";
  display: table;
}
.mceContentBody .toc:after,
.contents-body .toc:after {
  clear: both;
}
.mceContentBody .toc li,
.contents-body .toc li {
  float: left;
  padding: 0;
  width: 20%;
  list-style: none;
}
.mceContentBody .toc li a,
.contents-body .toc li a {
  display: block;
  padding: 0 0 0 20px;
  background: url(/img/common/down-arrow-blue.png) no-repeat 0 0.35em;
  background-size: 10px 6px;
  color: #333;
}
.mceContentBody .toc li a:hover,
.contents-body .toc li a:hover {
  color: #b3002a;
}
.dir-products .mceContentBody .toc li, .dir-products
.contents-body .toc li {
  width: auto;
  white-space: nowrap;
  margin-right: 20px;
}
.mceContentBody .qa,
.contents-body .qa {
  margin: 1em 0;
}
.mceContentBody .qa dt,
.contents-body .qa dt {
  margin: 0 0 1em 0;
  border-bottom: 1px solid #eee;
}
.mceContentBody .qa dd,
.contents-body .qa dd {
  margin: 1em 0 2em;
  padding: 0 0 0 20px;
  position: relative;
}
.mceContentBody .qa dd:before,
.contents-body .qa dd:before {
  content: "A:";
  font-size: 10px;
  color: #b3002a;
  position: absolute;
  top: 0.2em;
  left: 0;
}

/* YouTube, Google Map etc */
.embed-iframe {
  padding-top: 37.5%;
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 30px auto;
  text-align: center;
  display: block;
}

.col2 .embed-iframe {
  padding-top: 125%;
  margin: 0 auto;
}

.embed-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*multi colum*/
.col {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}
@media (max-width: 767px) {
  .col__box + .col__box {
    margin-top: 1.33em;
  }
}
.col-center {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.col6 .col__box {
  width: 15.5%;
  margin-right: 1.4%;
}
@media (max-width: 767px) {
  .col6 .col__box {
    width: 30%;
    margin-right: 5%;
  }
}
.col6 .col__box:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(6n) {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(3n) {
    margin-right: 0;
  }
}

.col5 .col__box {
  width: 18.5%;
  margin-right: 1.875%;
}
@media (max-width: 767px) {
  .col5 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(5n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col4 .col__box {
  width: 22.75%;
  margin-right: 3%;
}
@media (max-width: 980px) {
  .col4 .col__box {
    width: 48.5%;
    margin-right: 3%;
  }
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .col4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col4 .col__box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(4n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col3 .col__box {
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col3 .col__box:nth-child(3n) {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col2 .col__box {
  width: calc( 50% - 10px );
  margin-right: 20px;
}
@media (max-width: 767px) {
  .col2 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col2 .col__box:nth-child(2n) {
  margin-right: 0;
}

.col6-4 .col__box {
  width: 58.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col6-4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col6-4 .col__box + .col__box {
  width: 38.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6-4 .col__box + .col__box {
    width: 100%;
    margin-top: 1em;
  }
}

.col6-4.col_reverse_sp .col__box {
  width: 38.5%;
}
@media (max-width: 767px) {
  .col6-4.col_reverse_sp .col__box {
    margin-top: 0;
  }
}
.col6-4.col_reverse_sp .col__box + .col__box {
  width: 58.5%;
}
@media (max-width: 767px) {
  .col6-4.col_reverse_sp .col__box + .col__box {
    width: 100%;
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .col_reverse_sp {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Android 4.3>=*/
    display: -webkit-flex;
    /*Safari, Chrome, Opera*/
    display: flex;
    /*IE11, Firefox*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_reverse_sp .col__box:nth-child(1) {
    margin-top: 2em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col_reverse_sp .col__box:nth-child(2) {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*
.col6 .col__box:nth-child(n+7),
.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
	margin-top: 0px;
}
*/
.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
  margin-top: 50px;
}

/*scroll*/
@media (max-width: 767px) {
  .scroll-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .scroll-desc {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  html:lang(en) .scroll-desc:before {
    content: "Please scroll left or right if you would like to see the invisible portion of the chart.";
    display: block;
    color: #999;
    font-size: 12px;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 767px) {
  html:lang(ja) .scroll-desc:before {
    content: "\96A0\308C\3066\3044\308B\90E8\5206\306F\5DE6\53F3\306B\52D5\304B\3057\3066\64CD\4F5C\3067\304D\307E\3059\3002";
    display: block;
    color: #999;
    font-size: 12px;
    margin: 0 0 5px 0;
  }
}

@media (max-width: 767px) {
  .scroll-box {
    width: 768px;
  }
}

/*news list*/
.news {
  margin: 0 0 60px 0;
  padding: 50px 0 0 0;
  position: relative;
}
.news h3 {
  background: url(/miyaji-lab/images/top/h3bg.png) no-repeat 0 50%;
  background-size: 17px 17px;
  padding: 0 0 0 25px;
  margin: 0 0 5px 0 !important;
  border-bottom: 0;
}
.news .scroll {
  padding: 20px 0;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .news .scroll {
    padding: 10px 0;
  }
}
.news .scroll__wrapper {
  padding: 0 20px;
  max-height: 130px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .news .scroll__wrapper {
    padding: 0 10px;
  }
}
.news__important {
  background-color: #fef4f3;
  color: #b3002a;
  padding: 10px;
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news__important {
    text-align: left;
    margin: 0 0 10px 0;
  }
}
.news__important p {
  margin: 0;
}
.news__important p + p {
  margin-top: 1em;
}
.news dl {
  margin: 0;
  padding: 0;
}
.news dl:before, .news dl:after {
  content: '';
  display: table;
}
.news dl:after {
  clear: both;
}
.news dt {
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  width: 7em;
  line-height: 17px;
  color: #888;
}
.news dd {
  margin: 0;
  padding: 0 0 0 7.5em;
  line-height: 17px;
}
.news dd + dt,
.news dd + dt + dd {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .news dd + dt,
  .news dd + dt + dd {
    padding-top: 10px;
  }
}

/*index*/
.link-list {
  margin: 2em 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.link-list:before, .link-list:after {
  content: '';
  display: table;
}
.link-list:after {
  clear: both;
}
.link-list li {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 980px) {
  .link-list li {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .link-list li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .link-list li + li {
    margin-top: 15px;
  }
}
.link-list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 980px) {
  .link-list li:nth-child(3n) {
    margin-right: 3%;
  }
}
.link-list li:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 980px) {
  .link-list li:nth-child(3n+1) {
    clear: none;
  }
}
.link-list li:nth-child(n+4) {
  margin-top: 15px;
}
@media (max-width: 980px) {
  .link-list li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .link-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .link-list li:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 980px) {
  .link-list li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.link-list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 4px solid #ddd;
  color: #333;
  padding: 10px 0;
}
@media (max-width: 980px) {
  .link-list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .link-list li a {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.link-list li a .link-list__arrow {
  padding-left: 15px;
  background: url(/miyaji-lab/images/common/arrow-next.png) no-repeat 0 50%;
  background-size: 7px 11px;
}

.link-list.type2 li {
  width: 23.5%;
  margin-right: 2%;
}
@media (max-width: 980px) {
  .link-list.type2 li {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .link-list.type2 li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .link-list.type2 li + li {
    margin-top: 15px;
  }
}
.link-list.type2 li:nth-child(3n) {
  margin-right: 2%;
}
@media (max-width: 980px) {
  .link-list.type2 li:nth-child(3n) {
    margin-right: 3%;
  }
}
.link-list.type2 li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 980px) {
  .link-list.type2 li:nth-child(4n) {
    margin-right: 3%;
  }
}
.link-list.type2 li:nth-child(3n+1) {
  clear: none;
}
.link-list.type2 li:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 980px) {
  .link-list.type2 li:nth-child(4n+1) {
    clear: none;
  }
}
.link-list.type2 li:nth-child(n+4) {
  margin-top: 0;
}
.link-list.type2 li:nth-child(n+5) {
  margin-top: 15px;
}
@media (max-width: 980px) {
  .link-list.type2 li:nth-child(n+5) {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .link-list.type2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .link-list.type2 li:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 980px) {
  .link-list.type2 li:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (max-width: 980px) {
  .link-list.type2 li a {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .link-list.type2 li a {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.link-list.type3 {
  margin-top: 60px !important;
}

.link-list.type4 li {
  width: 48.5%;
  margin-right: 3%;
}
.link-list.type4 li:nth-child(3n) {
  margin-right: 3%;
}
.link-list.type4 li:nth-child(2n) {
  margin-right: 0;
}
.link-list.type4 li:nth-child(3n+1) {
  clear: none;
}
.link-list.type4 li:nth-child(2n+1) {
  clear: left;
}
.link-list.type4 li:nth-child(n+3) {
  margin-top: 15px;
}
@media (max-width: 980px) {
  .link-list.type4 li:nth-child(2n+1) {
    clear: none;
  }
}
@media (max-width: 767px) {
  .link-list.type4 li {
    width: 100%;
    margin-right: 0;
  }
  .link-list.type4 li + li {
    margin-top: 15px;
  }
}

.dir-home .link-list.type2 {
  margin-top: 0 !important;
}

/*pager*/
.pager {
  list-style: none;
  margin: 30px 0;
  padding: 0 8em;
  text-align: center;
  position: relative;
}
.pager:before, .pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
  margin: 0;
  padding: 0;
}
.pager .prev,
.pager .next {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding: 0 0 0 1em;
}
.pager .prev:after,
.pager .next:after {
  content: "\3C";
  position: absolute;
  top: 0;
  left: 0;
  color: #164392;
}
.pager .prev a,
.pager .next a {
  color: #333;
}
.pager .next {
  left: auto;
  right: 0;
  padding: 0 1em 0 0;
}
.pager .next:after {
  content: "\3E";
  left: auto;
  right: 0;
}
.pager .is-disable:after,
.pager .is-disable span {
  color: #ddd;
}
.pager .index {
  margin: 0;
}
.pager .index span,
.pager .index a {
  color: #333;
  font-size: 100%;
  border-radius: 5px;
  line-height: 1.8;
  width: 1.8em;
  display: inline-block;
  padding: 0;
  border: 1px solid #ddd;
}
.pager .index a:hover,
.pager .index span {
  border-color: #009fa8;
  background-color: #009fa8;
  color: #fff;
}

.pdf-ico,
.blank-ico {
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.blank-ico {
  width: 11px;
  height: 11px;
}

/*index*/
.index-contents:before, .index-contents:after {
  content: '';
  display: table;
}
.index-contents:after {
  clear: both;
}
.index-contents .index-contents__box {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.index-contents .index-contents__box:nth-child(3n) {
  margin-right: 0;
}
.index-contents .index-contents__box:nth-child(3n+1) {
  clear: left;
}
.index-contents .index-contents__box:nth-child(n+4) {
  margin-top: 45px;
}
.index-contents a {
  text-decoration: none;
  color: #333;
}
.index-contents a img,
.index-contents a dl {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.index-contents a:hover {
  color: #333;
}
.index-contents a:hover img, .index-contents a:hover dl {
  opacity: 0.5;
}
.index-contents a figure {
  margin: 0;
}
.index-contents a dl {
  padding: 0;
  margin: 0;
}
.index-contents a dt {
  color: #0e6599;
  font-size: 22px;
  line-height: 30px;
  display: block;
  margin: 10px 0;
  padding: 0 0 0 30px;
  background: url(/img/common/arrow-index.png) no-repeat 0 4px;
  background-size: 22px 22px;
}
.index-contents a dd {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}

/* ----------------------------------------------------------------
  home
----------------------------------------------------------------- */
.dir-home:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 500px;
  margin-left: -325px;
  background: #fcc0cb url(/miyaji-lab/images/top/main.jpg) no-repeat 0 0;
  background-size: auto 100%;
}
@media (max-width: 1380px) {
  .dir-home:before {
    background-position: 50% 0;
    left: 30%;
    margin-left: 0;
    height: 500px;
    width: 70%;
  }
}
@media (max-width: 1240px) {
  .dir-home:before {
    background-position: 25% 0;
    left: 30%;
    margin-left: 0;
    height: 500px;
    width: 70%;
  }
}
@media (max-width: 1080px) {
  .dir-home:before {
    background-position: 0 0;
    height: 400px;
    width: 65%;
    left: 35%;
  }
}
@media (max-width: 980px) {
  .dir-home:before {
    height: 350px;
    margin: 0;
    left: auto;
    right: 0;
    width: 50%;
    background-position: -120px 0;
  }
}
@media (max-width: 920px) {
  .dir-home:before {
    height: 0;
    margin: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-top: 50%;
    background-position: 42.5% 100%;
  }
}
@media (max-width: 767px) {
  .dir-home:before {
    padding-top: 62.5%;
  }
}
@media (max-width: 540px) {
  .dir-home:before {
    padding-top: 72.5%;
  }
}
@media (max-width: 480px) {
  .dir-home:before {
    padding-top: 80%;
  }
}
.dir-home .main-visual {
  height: 500px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
@media (max-width: 1080px) {
  .dir-home .main-visual {
    height: 400px;
  }
}
@media (max-width: 980px) {
  .dir-home .main-visual {
    height: 350px;
  }
}
@media (max-width: 920px) {
  .dir-home .main-visual {
    height: 200px;
    width: 100%;
    margin-top: 50%;
  }
}
@media (max-width: 767px) {
  .dir-home .main-visual {
    margin-top: 62.5%;
  }
}
@media (max-width: 540px) {
  .dir-home .main-visual {
    margin-top: 72.5%;
  }
}
@media (max-width: 480px) {
  .dir-home .main-visual {
    margin-top: 80%;
  }
}
.dir-home .main-visual:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/miyaji-lab/images/top/bgleft.png) no-repeat 100% 0;
  position: absolute;
  top: 0;
  right: 50%;
}
@media (max-width: 980px) {
  .dir-home .main-visual:before {
    display: none;
  }
}
.dir-home .main-visual:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/miyaji-lab/images/top/bgright.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 425px;
}
@media (max-width: 1240px) {
  .dir-home .main-visual:after {
    margin-left: 42.5%;
  }
}
@media (max-width: 980px) {
  .dir-home .main-visual:after {
    display: none;
  }
}
.dir-home .main-visual__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: table;
}
.dir-home .main-visual__inner:before {
  content: "";
  position: absolute;
  top: 550px;
  left: -250px;
  width: 100%;
  height: 550px;
  background: #c54a67 url(/miyaji-lab/images/top/bg.png) repeat 0 0;
  z-index: -1;
  -webkit-transform: rotate(-63.5deg);
  -ms-transform: rotate(-63.5deg);
  transform: rotate(-63.5deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media (max-width: 1240px) {
  .dir-home .main-visual__inner:before {
    top: 500px;
    left: -200px;
    height: 500px;
  }
}
@media (max-width: 980px) {
  .dir-home .main-visual__inner:before {
    top: 0;
    left: 0;
    width: 50%;
    height: 350px;
    background: #c54a67 url(/miyaji-lab/images/top/bg.png) repeat 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 920px) {
  .dir-home .main-visual__inner:before {
    width: 100%;
    background-size: 75% auto;
  }
}
.dir-home .main-visual h2 {
  padding: 100px 0 0 0;
  margin: 0;
  border: 0 none;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 1240px) {
  .dir-home .main-visual h2 {
    padding-top: 90px;
    padding-left: 20px;
  }
}
@media (max-width: 980px) {
  .dir-home .main-visual h2 {
    padding-top: 90px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 920px) {
  .dir-home .main-visual h2 {
    padding: 0 20px;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .dir-home .main-visual h2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }
}
@media (max-width: 540px) {
  .dir-home .main-visual h2 br {
    display: none;
  }
}
.dir-home .main-visual h2 em {
  margin: 20px 0 0 0;
  display: block;
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
  font-style: normal;
  vertical-align: bottom;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "HiraKakuInterface-W1", sans-serif;
}
@media (max-width: 1240px) {
  .dir-home .main-visual h2 em {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 980px) {
  .dir-home .main-visual h2 em {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 540px) {
  .dir-home .main-visual h2 em {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .dir-home .main-visual h2 em {
    font-size: 40px;
    line-height: 40px;
  }
}
.dir-home .main-visual h2 em sup {
  font-size: 30px;
  line-height: 50px;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .dir-home .main-visual h2 em sup {
    font-size: 28px;
    line-height: 34px;
    vertical-align: top;
  }
}
@media (max-width: 980px) {
  .dir-home .main-visual h2 em sup {
    font-size: 24px;
    line-height: 30px;
    vertical-align: top;
  }
}
.dir-home .main-visual h2 em span {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 15px 0;
  vertical-align: bottom;
}
@media (max-width: 1240px) {
  .dir-home .main-visual h2 em span {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 980px) {
  .dir-home .main-visual h2 em span {
    font-size: 18px;
    line-height: 18px;
  }
}
.dir-home .main-visual h2 em b {
  display: block;
  margin: 15px 0 0 0;
  font-weight: 100;
  font-size: 45px;
  line-height: 45px;
  vertical-align: bottom;
}
@media (max-width: 1240px) {
  .dir-home .main-visual h2 em b {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 980px) {
  .dir-home .main-visual h2 em b {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 920px) {
  .dir-home .main-visual h2 em b {
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: inherit;
    height: 100%;
  }
}
@media (max-width: 540px) {
  .dir-home .main-visual h2 em b {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .dir-home .main-visual h2 em b {
    font-size: 20px;
  }
}
[lang="ja"] .dir-home .main-visual h2 em b {
  font-size: 43px;
  line-height: 43px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}
@media (max-width: 1240px) {
  [lang="ja"] .dir-home .main-visual h2 em b {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 980px) {
  [lang="ja"] .dir-home .main-visual h2 em b {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 540px) {
  [lang="ja"] .dir-home .main-visual h2 em b {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  [lang="ja"] .dir-home .main-visual h2 em b {
    font-size: 20px;
    line-height: 20px;
  }
}
.dir-home .contents {
  background: url(/miyaji-lab/images/top/contentsbg.gif) repeat-x 0 100%;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .dir-home .contents {
    background-size: 300% auto;
    padding-bottom: 75px;
  }
}
.dir-home section header {
  text-align: center;
}
.dir-home section header h3 {
  display: inline-block;
  border: 0 none;
  position: relative;
  font-size: 28px;
  padding: 0;
  margin: 30px 0;
  line-height: 28px;
}
@media (max-width: 767px) {
  .dir-home section header h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.dir-home section header h3:before, .dir-home section header h3:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #c54a67;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .dir-home section header h3:before, .dir-home section header h3:after {
    width: 30px;
    height: 2px;
    margin-top: -2px;
  }
}
.dir-home section header h3:before {
  left: -75px;
}
@media (max-width: 767px) {
  .dir-home section header h3:before {
    left: -40px;
  }
}
.dir-home section header h3:after {
  right: -75px;
}
@media (max-width: 767px) {
  .dir-home section header h3:after {
    right: -40px;
  }
}
.dir-home .intro {
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px;
  font-size: 15px;
  line-height: 2;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .dir-home .intro {
    padding: 15px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
@media (max-width: 540px) {
  .dir-home .intro {
    padding: 10px;
    font-size: 13px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .dir-home .intro br {
    display: none;
  }
}
.dir-home .member {
  position: relative;
  margin-bottom: 45px;
}
.dir-home .member a {
  color: #333;
  text-decoration: none;
}
.dir-home .member a:hover {
  color: #b3002a;
}
.dir-home .member .professor--miyaji a {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 45px 10px 45px 250px;
  background: url(/miyaji-lab/images/top/miyaji.jpg) no-repeat 0 50%;
  background-size: 240px auto;
}
@media (max-width: 980px) {
  .dir-home .member .professor--miyaji a {
    text-align: left;
    display: block;
    padding: 35px 10px 35px 190px;
    background-position: -60px 50%;
  }
}
@media (max-width: 540px) {
  .dir-home .member .professor--miyaji a {
    padding: 35px 10px 35px 150px;
    background-position: -100px 50%;
  }
}
.dir-home .member .professor__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dir-home .member .professor__list li {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.dir-home .member .professor__list .no-link,
.dir-home .member .professor__list a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 75px;
  height: 85px;
}
.dir-home .member .professor__list .no-link img,
.dir-home .member .professor__list a img {
  height: 65px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .dir-home .member .professor__list .no-link,
  .dir-home .member .professor__list a {
    text-align: left;
  }
}
.dir-home .member .professor .other__list dt {
  margin: 20px 0 0 0;
  padding: 10px 0;
  font-weight: normal;
  line-height: 1;
  background: #f2f2f2;
  text-align: center;
}
.dir-home .member .professor .other__list dt img {
  width: 50%;
}
@media (max-width: 767px) {
  .dir-home .member .professor .other__list dt img {
    width: 80%;
  }
}
.dir-home .member .professor .other__list dd {
  margin: 0;
  padding: 0;
}
.dir-home .member .professor .other__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dir-home .member .professor .other__list li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.dir-home .member .professor .other__list li:after {
  content: "";
  display: table;
  clear: both;
}
.dir-home .member .professor .other__list li .no-link,
.dir-home .member .professor .other__list li a {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  padding: 0 10px 0 50px;
}
.dir-home .member .professor .other__list li .no-link img,
.dir-home .member .professor .other__list li a img {
  height: 40px;
  position: absolute;
  top: 10px;
  left: 0;
}
.dir-home .member .professor .other__list li .no-photo {
  height: auto;
  padding: 10px;
}
.dir-home .member .students dl {
  margin: -20px 0 0 0;
}
@media (max-width: 767px) {
  .dir-home .member .students dl {
    margin-top: 0;
  }
}
.dir-home .member .students dt {
  margin: 20px 0 0 0;
  padding: 10px 0;
  font-weight: normal;
  line-height: 1;
  background: #f2f2f2;
  text-align: center;
}
.dir-home .member .students dd {
  margin: 0;
  padding: 10px;
}
.dir-home .member .arrow {
  padding-left: 25px;
  background: url(/miyaji-lab/images/common/arrow.png) no-repeat 0 50%;
  background-size: 14px 14px;
}
@media (max-width: 980px) {
  .dir-home .member .col__box {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .dir-home .member .col__box + .col__box {
    border-top: 1px solid #ddd;
  }
}
.dir-home .others {
  margin-top: 60px;
}
.dir-home .others h3 {
  margin: 0;
  padding: 37.5% 0 0 0;
  border: 0 none;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
}
@media (max-width: 920px) {
  .dir-home .others h3 {
    background-size: auto 100%;
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .dir-home .others h3 {
    font-size: 18px;
    line-height: 18px;
    padding-top: 37.5%;
    background-size: 100% auto;
  }
}
.dir-home .others h3 span {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0 10px 20px;
  display: block;
}
@media (max-width: 767px) {
  .dir-home .others h3 span {
    padding-left: 10px;
  }
}
.dir-home .others--paper h3 {
  background-image: url(/miyaji-lab/images/top/contents-img1.jpg);
}
.dir-home .others--project h3 {
  background-image: url(/miyaji-lab/images/top/contents-img2.jpg);
}
.dir-home .others--event h3 {
  background-image: url(/miyaji-lab/images/top/contents-img3.jpg);
}
.dir-home .others ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dir-home .others li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.dir-home .others li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 25px;
  background: url(/miyaji-lab/images/common/arrow.png) no-repeat 0 16px;
  background-size: 14px 14px;
}
.dir-home .others li a:hover {
  color: #b3002a;
}
@media (max-width: 767px) {
  .dir-home .others .col__box {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .dir-home .others .col__box + .col__box {
    margin-top: 15px;
  }
}
.dir-home .footer {
  margin-top: 0;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0%,50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0%,50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#buildMenuButton {
  position: absolute;
  top: 45px;
  right: 20px;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  cursor: pointer;
  display: none;
  background: url(/miyaji-lab/images/common/menuicon.gif) no-repeat 50% 50%;
  background-size: 53px 53px;
  z-index: 1000;
}
@media (max-width: 980px) {
  #buildMenuButton {
    display: block;
  }
}
@media (max-width: 767px) {
  #buildMenuButton {
    right: 10px;
  }
}

@media (max-width: 980px) {
  .build-menu-animating .header-nav {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
  }

  .build-menu-animating.build-menu-open body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.75);
  }
  .build-menu-animating.build-menu-open .header-nav {
    height: auto;
    overflow: visible;
  }
  .build-menu-animating.build-menu-open .header-nav nav {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
  }
  .build-menu-animating.build-menu-open #buildMenuButton {
    background-image: url(/miyaji-lab/images/common/menuicon--close.gif);
  }
  .build-menu-animating.build-menu-open #buildMenuButton:before {
    color: #fff;
  }
  .build-menu-animating.build-menu-open #buildMenuButton span {
    border-color: transparent;
    background-color: transparent;
  }
  .build-menu-animating.build-menu-open #buildMenuButton span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    margin-top: 0;
  }
  .build-menu-animating.build-menu-open #buildMenuButton span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
  }
}
.page:after {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  background: #c54a67;
  position: absolute;
  top: 0;
  left: 0;
}
.page .header-sub__lang a {
  width: 88px;
  padding-top: 23px;
  border: 1px solid #fff;
}
@media (min-width: 981px) {
  .page .header-nav nav > ul > li:last-child > a:after {
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    border-left: 1px dotted #7f7f7f;
  }
}
@media (min-width: 981px) {
  .page .header-nav nav > ul ul {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
}
.page__header {
  background-color: #e9e9e9;
  display: table;
  width: 100%;
  height: 130px;
  margin: 115px 0 45px 0;
}
@media (max-width: 1080px) {
  .page__header {
    height: 120px;
    margin: 105px 0 30px 0;
  }
}
@media (max-width: 980px) {
  .page__header {
    margin-top: 98px;
  }
}
@media (max-width: 920px) {
  .page__header {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .page__header {
    height: 100px;
  }
}
@media (max-width: 540px) {
  .page__header {
    height: 90px;
  }
}
.page__header h2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  line-height: 30px;
  font-size: 26px;
  padding: 0;
  margin: 0;
}
@media (max-width: 920px) {
  .page__header h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .page__header h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .page__header h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.page__header h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0 16px 0;
}
.page__header h2 span:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -20px;
  background: #c54a67;
}

.sorting-box {
  font-weight: bold;
}
.sorting-box select,
.sorting-box option {
  font-weight: normal;
  font-size: 100%;
}
@media (max-width: 767px) {
  .sorting-box select,
  .sorting-box option {
    font-size: 16px;
  }
}

.sorting-table thead th {
  text-align: center;
  vertical-align: middle;
}
.sorting-table tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.sorting-table tbody tr:nth-child(even) td {
  background-color: #fff;
}

/* ----------------------------------------------------------------
  inside
----------------------------------------------------------------- */
.dir-inside:after {
  height: 10px;
}
.dir-inside .header-inner > [itemprop="name"] {
  top: 10px;
}
.dir-inside .header-nav {
  position: absolute;
  top: 10px;
}
.dir-inside .header-nav nav > ul > li {
  width: 14.285%;
}
.dir-inside .header-nav nav > ul > li:first-child {
  width: 14.29%;
}
.dir-inside .header-nav nav > ul > li:nth-child(2) ul {
  left: 14.285%;
}
.dir-inside .header-nav nav > ul > li:nth-child(3) ul {
  left: 28.57%;
}
.dir-inside .header-nav nav > ul > li:nth-child(4) ul {
  left: 42.855%;
}
.dir-inside .header-nav nav > ul > li:nth-child(5) ul {
  left: 57.14%;
}
.dir-inside .header-nav nav > ul > li:nth-child(6) ul {
  left: 71.425%;
}
.dir-inside .header-nav nav > ul > li:last-child ul {
  left: auto;
  right: 0;
}
.dir-inside #buildMenuButton {
  top: 10px;
}
.dir-inside .page__header {
  margin-top: 80px;
}
@media (max-width: 1080px) {
  .dir-inside .page__header {
    margin-top: 70px;
  }
}
@media (max-width: 980px) {
  .dir-inside .page__header {
    margin-top: 63px;
  }
}
.dir-inside .news {
  padding: 0;
  margin: 0 0 30px 0;
}
.dir-inside section header {
  text-align: center;
}
.dir-inside section header h3 {
  display: inline-block;
  border: 0 none;
  position: relative;
  font-size: 28px;
  padding: 0;
  margin: 30px 0;
  line-height: 28px;
}
.dir-inside section header h3:before, .dir-inside section header h3:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #c54a67;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
.dir-inside section header h3:before {
  left: -75px;
}
.dir-inside section header h3:after {
  right: -75px;
}
.dir-inside .inner-link h3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .dir-inside .inner-link h3 {
    margin-top: 0;
  }
}
.dir-inside .inner-link h3,
.dir-inside .inner-link h4 {
  text-align: center;
  background: #bf4864;
  color: #fff;
  padding: 10px 0;
}
.dir-inside .inner-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dir-inside .inner-link li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.dir-inside .inner-link li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 25px;
  background: url(/miyaji-lab/images/common/arrow.png) no-repeat 0 16px;
  background-size: 14px 14px;
}
.dir-inside .inner-link li a:hover {
  color: #b3002a;
}
@media (max-width: 767px) {
  .dir-inside .inner-link .col__box {
    width: 100%;
    margin-right: 0;
  }
  .dir-inside .inner-link .col__box + .col__box {
    margin-top: 30px;
  }
}
.dir-inside .link-list.type4 {
  margin: 60px 0 30px 0 !important;
  padding-top: 60px !important;
  border-top: 1px dotted #777;
}
@media (max-width: 767px) {
  .dir-inside .link-list.type4 {
    margin: 30px 0 15px 0 !important;
    padding-top: 30px !important;
  }
}
.dir-inside .link-list.type4 .is-active {
  color: #b3002a;
}
.dir-inside form textarea {
  height: 7em;
  width: 100%;
}
.dir-inside form textarea,
.dir-inside form input[type="tel"],
.dir-inside form input[type="email"],
.dir-inside form input[type="number"],
.dir-inside form input[type="text"] {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.75em 0.5em;
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.dir-inside form textarea:focus,
.dir-inside form input[type="tel"]:focus,
.dir-inside form input[type="email"]:focus,
.dir-inside form input[type="number"]:focus,
.dir-inside form input[type="text"]:focus {
  border-color: #fff;
}
.dir-inside form input[type="tel"],
.dir-inside form input[type="email"],
.dir-inside form input[type="number"],
.dir-inside form input[type="text"] {
  width: 100%;
}
.dir-inside form select,
.dir-inside form option {
  font-size: 16px;
}
.dir-inside form input[disabled="disabled"],
.dir-inside form input[disabled],
.dir-inside form input[readonly="readonly"],
.dir-inside form input[readonly] {
  color: #999;
}
.dir-inside form .button {
  text-align: center;
}
.dir-inside form .button input {
  min-width: 300px;
  width: 100%;
  border: 0 none;
  background: none;
  padding: 15px 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dir-inside form .button--submit {
  background: #c54a67;
  border: 0 none;
  margin: 0;
  padding: 0;
  min-width: 300px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  position: relative;
  border-radius: 30px;
  cursor: pointer;
}
.dir-inside form .button--submit input {
  color: inherit;
}
.dir-inside form .button--submit:after {
  content: "";
  height: 11px;
  width: 7px;
  display: inline-block;
  vertical-align: middle;
  background: url(/images/arrow-white.png) no-repeat 0 50%;
  background-size: 7px 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 3em;
}
.dir-inside .footer .contact a {
  color: #fff;
}

@media print {
  .local-nav,
  .header-sub,
  .header-nav,
  .breadcrumb-list,
  .footer .go-to-top,
  .footer .sitemap,
  .footer .utility__inner ul {
    display: none !important;
  }

  * {
    color: inherit !important;
    background: transparent none !important;
    font-size: inherit !important;
  }

  body,
  a {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    font-size: 13px !important;
  }

  .header-inner > [itemprop="name"] {
    text-align: center !important;
    padding: 0 0 20px 0 !important;
    font-size: 20px !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }

  .header,
  .page-header {
    height: auto !important;
    border: 0 none !important;
  }

  .index-contents__box dt {
    padding: 0;
  }

  .page-header__inner {
    padding-left: 0 !important;
  }
  .page-header__inner h1 {
    text-align: center;
  }
  .page-header__inner .page-header__sub {
    display: none;
  }

  article {
    margin-top: 0 !important;
  }

  article h2 {
    padding: 0 0 10px 0 !important;
  }

  .footer small {
    display: block !important;
    float: none !important;
    text-align: center !important;
    clear: both !important;
    font-size: 10px !important;
  }

  .contents .local-nav + article {
    margin-left: 0 !important;
    height: auto !important;
  }
}
