@charset "UTF-8";
/* CSS Document */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/****************************************
Add reset
****************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.wrap, .breadcrumbs ul, #header .branding, #header .naviArea #gNavi {
  width: 920px;
  margin: 0 auto;
  position: relative;
  height: inherit;
}

@media only screen and (max-width: 768px) {
  .wrap, .breadcrumbs ul, #header .branding, #header .naviArea #gNavi {
    width: auto;
  }
}
/****************************************
html body
****************************************/
html {
  background: #f6f6f6;
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, "Droid Sans", sans-serif;
  background: #fff;
  color: #333;
  min-width: 960px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
}

a {
  color: #333;
}
a:hover {
  color: #00ACDC;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}
/****************************************
common
****************************************/
/* base style
---------------------------------------*/
/* title style
---------------------------------------*/
.titStyle01 {
  border-top: 6px solid #0070bd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.titStyle01 span {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  color: #003966;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.21429;
}
.titStyle01 span .sub {
  display: block;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
}

.titStyle02 {
  border-left: 6px solid #0070bd;
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #003966;
  margin-bottom: 20px;
}

.titStyle03 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #003966;
  font-weight: bold;
  margin-bottom: 20px;
}
.titStyle03 a {
  color: #003966;
  background: url(/img/bullet02.png) no-repeat left center;
  padding-left: 25px;
}

.titStyle04 {
  padding-top: 1px;
  border-left: 6px solid #0070bd;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  color: #003966;
  margin-bottom: 15px;
}
.titStyle04 span {
  font-weight: normal;
}

.titStyle05 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #003966;
  font-weight: bold;
  margin-bottom: 20px;
}

.titStyle06 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #003966;
  font-weight: bold;
  margin-bottom: 15px;
}
.titStyle07 {
  border-top: 6px solid #0070bd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: table;
  width: 100%;
  padding-top:20px;
  box-sizing: border-box;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .titStyle01 {
    border-top: 3px solid #0070bd;
  }
  .titStyle01 span {
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .titStyle01 span .sub {
    display: block;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }

  .titStyle02 {
    border-left: 3px solid #0070bd;
    padding-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35714;
    color: #003966;
    margin-bottom: 20px;
  }

  .titStyle03 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    color: #003966;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .titStyle03 a {
    color: #003966;
    background: url(/img/sp_bullet02.png) no-repeat left center;
    background-size: 12px 12px;
    padding-left: 23px;
  }

  .titStyle04 {
    border-left: 3px solid #0070bd;
    padding-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
    color: #003966;
    margin-bottom: 15px;
  }

  .titStyle05 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
    color: #003966;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .titStyle06 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
    color: #003966;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .titStyle07 {
    border-top: 6px solid #0070bd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: table;
    width: 100%;
    padding:10px 10px 0 10px;
    box-sizing: border-box;
    background: #fff;
  }
}
/* btn style
---------------------------------------*/
.btnStyle01 {
  display: block;
  width: 180px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #0070bd;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #0070bd;
  background: #fff;
}
.btnStyle01:hover {
  border: 2px solid #00ACDC;
  color: #00ACDC;
  text-decoration: none;
}

.btnStyle02 {
  display: block;
  width: 220px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #fff;
  background-color: #0070bd;
  position: relative;
}
.btnStyle02:hover {
  color: #fff;
  text-decoration: none;
}
.btnStyle02:after {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  background: url(/img/bullet08.png) no-repeat left center;
}

.btnStyle03 {
  display: block;
  width: 180px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #fff;
  background-color: #0070bd;
}
.btnStyle03:hover {
  color: #fff;
  text-decoration: none;
}

.searchBtnStyle {
  background-image: url(/img/icon_search_btn.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

@media only screen and (max-width: 768px) {
  .btnStyle01 {
    display: block;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #0070bd;
    text-align: center;
    padding: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #0070bd;
    background: #fff;
  }
  .btnStyle01:hover {
    border: 2px solid #00ACDC;
    color: #00ACDC;
    text-decoration: none;
  }

  .btnStyle02 {
    width: 80%;
    padding: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .btnStyle02:after {
    content: "";
    display: block;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background: url(/img/sp_bullet08.png) no-repeat left center;
    background-size: 6px 9px;
  }

  .btnStyle03 {
    display: block;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #fff;
    text-align: center;
    padding: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #fff;
    background-color: #0070bd;
  }

  .searchBtnStyle {
    background-image: url(/img/sp_icon_search_btn.png);
    background-size: 30px 30px;
  }
}
/* link style
---------------------------------------*/
.ancList01 {
  font-size: 0;
  margin-bottom: 30px;
}
.ancList01 li {
  display: inline-block;
  margin-right: 20px;
}
.ancList01 li a {
  background: url(/img/bullet05.png) no-repeat left center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 15px;
}

.ancList02 {
  margin-bottom: 30px;
}
.ancList02 li a {
  display: block;
  background: url(/img/bullet05.png) no-repeat 13px center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding: 10px 10px 10px 35px;
  border-bottom: 1px dashed #ccc;
}

.bottomPageNavi {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-top: 30px;
}
.bottomPageNavi ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.bottomPageNavi ul li {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}
.bottomPageNavi ul li a {
  display: inline-block;
}
.bottomPageNavi ul li a br {
  display: none;
}
.bottomPageNavi ul li.prev {
  padding-right: 1%;
}
.bottomPageNavi ul li.prev a {
  padding: 5px 0px 5px 24px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46667;
  background: url(/img/bullet06.png) no-repeat left center;
}
.bottomPageNavi ul li.next {
  padding-left: 1%;
  text-align: right;
}
.bottomPageNavi ul li.next a {
  padding: 5px 24px 5px 0px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46667;
  background: url(/img/bullet02.png) no-repeat right center;
}

.arrowLink01 {
  padding-left: 23px;
  background: url(/img/bullet02.png) no-repeat left center;
}

.blankLink01 {
  padding-right: 23px;
  background: url(/img/icon_blank_02.png) no-repeat right center;
  outline: none;
}

.underLink {
  text-decoration: underline;
}
.underLink:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .ancList01 {
    font-size: 0;
    margin: 10px 0;
  }
  .ancList01:before, .ancList01:after {
    display: block;
    overflow: hidden;
    content: "";
  }
  .ancList01:after {
    clear: both;
  }
  .ancList01 li {
    float: left;
    width: 33%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ancList01 li a {
    background: url(/img/sp_bullet05.png) no-repeat left center;
    background-size: 6px 11px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.38462;
    padding-left: 15px;
  }

  .ancList02 {
    margin-bottom: 30px;
  }
  .ancList02 li a {
    display: block;
    background: url(/img/sp_bullet05.png) no-repeat 7px center;
    background-size: 6px 11px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px dashed #ccc;
  }

  .bottomPageNavi {
    border-top: 1px solid #ddd;
    border-bottom: none;
    padding: 10px 0 0;
  }
  .bottomPageNavi ul li a br {
    display: block;
  }
  .bottomPageNavi ul li.prev {
    padding-right: 1%;
  }
  .bottomPageNavi ul li.prev a {
    padding: 5px 0px 5px 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    background: url(/img/sp_bullet06.png) no-repeat left center;
    background-size: 12px 12px;
  }
  .bottomPageNavi ul li.next {
    padding-left: 1%;
    text-align: right;
  }
  .bottomPageNavi ul li.next a {
    padding: 5px 14px 5px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    background: url(/img/sp_bullet02.png) no-repeat right center;
    background-size: 12px 12px;
  }

  .arrowLink01 {
    padding-left: 23px;
    background: url(/img/sp_bullet02.png) no-repeat left center;
    background-size: 12px 12px;
  }
}
/* layout style
---------------------------------------*/
#content {
  background: #ebf4fa;
  padding: 0px 0 30px;
}

#mainColumn {
  float: right;
  width: 685px;
}

.oneColumn #mainColumn {
  float: none;
  width: auto;
}

#subColumn {
  float: left;
  width: 215px;
}

.mainContentsWrap {
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 19px;
  box-sizing: border-box;
}
.mainContentsWrap .contentsSection {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.mainContentsWrap .contentsSection.last {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}
.mainContentsWrap .contentsSection .last {
  margin-bottom: 0;
}
.mainContentsWrap .contentsSection p a,
.mainContentsWrap .contentsSection li a {
  color: #0070bd;
}
.mainContentsWrap .attentionSection {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-top: -30px;
  margin-bottom: 30px;
}

.bottomContent {
  background: #fff;
  padding: 30px 0;
}
.bottomContent .bnrArea {
  margin: 0 0 0px -20px;
}
.bottomContent .bnrArea li {
  float: left;
  width: 450px;
  margin-left: 20px;
}
.bottomContent .bnrArea li img {
  display: block;
  margin: 0 auto;
}
.bottomContent .newsArea {
  margin-top: 50px;
}
.bottomContent .newsArea .title {
  color: #003966;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.bottomContent .newsArea li {
  display: table;
  width: 100%;
  padding: 15px 0 0;
}
.bottomContent .newsArea li .day {
  display: table-cell;
  vertical-align: top;
  width: 140px;
}
.bottomContent .newsArea li .text {
  display: table-cell;
  vertical-align: top;
}
.bottomContent .textBnrArea {
  margin: 40px 0 0 -20px;
}
.bottomContent .textBnrArea li {
  float: left;
  width: 450px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.bottomContent .textBnrArea li a {
  display: block;
  padding: 16px;
  border: 4px solid #0070bd;
  background: #fff url(/img/bullet04.png) no-repeat 96% center;
  color: #0070bd;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  text-align: center;
}
.bottomContent .textBnrArea li a:hover {
  text-decoration: none;
}

.boxStyle01 {
  background: #f6f6f6;
  padding: 20px;
}

.boxStyle02 {
  background: #ffd9e1;
  padding: 20px;
}

.boxStyle03 {
  background: #fef1ed;
  padding: 20px;
}

.dlBox01 {
  margin-bottom: 20px;
}
.dlBox01 dt {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
  color: #003966;
}
.dlBox01 dt a {
  display: block;
  color: #003966;
  padding: 12px 40px 12px 0px;
  background: url(/img/bullet02.png) no-repeat 97% center;
}
.dlBox01 dd {
  padding: 12px 0 0 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.dlBox01.dtLink dt {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #content {
    padding: 50px 0 20px;
  }

  #mainColumn {
    float: none;
    width: auto;
    padding: 10px;
  }

  .topPage #mainColumn {
    padding: 0;
  }

  #subColumn {
    float: none;
    width: auto;
  }

  .mainContentsWrap {
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .mainContentsWrap .contentsSection {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .mainContentsWrap .contentsSection.last {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
  }
  .mainContentsWrap .attentionSection {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .bottomContent {
    padding: 20px 10px;
  }
  .bottomContent .bnrArea {
    margin: 0px;
  }
  .bottomContent .bnrArea li {
    float: none;
    width: auto;
    margin-left: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .bottomContent .newsArea {
    margin-top: 25px;
  }
  .bottomContent .newsArea .title {
    color: #003966;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35714;
  }
  .bottomContent .newsArea li {
    display: block;
  }
  .bottomContent .newsArea li .day {
    display: block;
    width: auto;
  }
  .bottomContent .newsArea li .text {
    display: block;
  }
  .bottomContent .textBnrArea {
    margin: 20px 0 0 0px;
  }
  .bottomContent .textBnrArea li {
    float: none;
    width: auto;
    margin-left: 0px;
  }
  .bottomContent .textBnrArea li:last-child {
    margin-bottom: 0;
  }
  .bottomContent .textBnrArea li a {
    padding: 16px;
    border: 3px solid #0070bd;
    background: #fff url(/img/sp_bullet04.png) no-repeat 96% center;
    background-size: 6px 9px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    text-align: center;
  }
  .bottomContent .textBnrArea li a:hover {
    text-decoration: none;
  }

  .boxStyle01 {
    padding: 15px 10px;
  }

  .boxStyle02 {
    padding: 15px 10px;
  }

  .boxStyle03 {
    padding: 15px 10px;
  }

  .dlBox01 {
    margin-bottom: 20px;
  }
  .dlBox01 dt {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: bold;
    color: #003966;
  }
  .dlBox01 dt a {
    display: block;
    color: #003966;
    padding: 10px 30px 10px 0px;
    background: url(/img/sp_bullet02.png) no-repeat 98% center;
    background-size: 12px 12px;
  }
  .dlBox01 dd {
    padding: 10px 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}
/* list style
---------------------------------------*/
.linkList01 {
  border-top: 1px dashed #e6e6e6;
}
.linkList01 li {
  border-bottom: 1px dashed #e6e6e6;
}
.linkList01 li a {
  display: block;
  padding: 12px 40px 12px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  background: #fafafa url(/img/bullet02.png) no-repeat 97% center;
  position: relative;
}
.linkList01 li.even a {
  background-color: #fff;
}

.listStyle01 {
  font-size: 0;
}
.listStyle01 li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  background: url(/img/bullet07.png) no-repeat left center;
  padding-left: 10px;
  margin-right: 30px;
}

.listStyle02 {
  margin-bottom: 20px;
}
.listStyle02 li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  background: url(/img/bullet07.png) no-repeat left 8px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 10px;
}

.indentList,
.indentList2em {
  margin-bottom: 20px;
}
.indentList li,
.indentList2em li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
.indentList li:first-child {
  margin-top: 0;
}
.indentList2em li {
  padding-left: 2em;
  text-indent: -2em;
}

.noteList {
  margin-bottom: 20px;
}
.noteList li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 3px;
}
.noteList li:first-child {
  margin-top: 0;
}

.numList01 {
  list-style-type: decimal;
  margin: 0 0 0 1.5em;
  padding: 0;
  margin-bottom: 20px;
}
.numList01 li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: decimal;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .linkList01 li a {
    display: block;
    padding: 12px 20px 12px 4px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    background: #fafafa url(/img/sp_bullet02.png) no-repeat 98% center;
    background-size: 12px 12px;
    position: relative;
  }

  .listStyle01 li {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    background: url(/img/bullet07.png) no-repeat left center;
    padding-left: 10px;
    margin-right: 0px;
  }

  .indentList {
    margin-bottom: 20px;
  }
  .indentList li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5px;
  }
  .indentList li:first-child {
    margin-top: 0;
  }

  .numList01 li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    list-style: decimal;
    margin-top: 10px;
  }
}
/* table style
---------------------------------------*/
.defaultTable {
  margin-bottom: 20px;
  width: 100%;
}
.defaultTable th,
.defaultTable td {
  padding: 10px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #ddd;
}
.defaultTable th {
  background: #ebf4fa;
}
.defaultTable tbody th {
  width: 25%;
}
.defaultTable li {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
}

/* breadcrumbs style
---------------------------------------*/
.breadcrumbs {
  background: #0070bd;
  margin-bottom: 30px;
}
.breadcrumbs ul {
  font-size: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  color: #fff;
  margin-left: 5px;
}
.breadcrumbs ul li:before {
  content: ">";
  padding-right: 5px;
  position: relative;
  top: -1px;
}
.breadcrumbs ul li:first-child {
  margin-left: 0;
}
.breadcrumbs ul li:first-child:before {
  display: none;
}
.breadcrumbs ul li a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
/*back to top --------------------------------------*/
.backToTop {
  position: fixed;
  bottom: 35px;
  right: 30px;
  z-index: 50;
}
.backToTop a {
  display: block;
  width: 48px;
  height: 48px;
  background: url(/img/backtotop_btn.png) no-repeat center center;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .backToTop {
    position: fixed;
    bottom: 35px;
    right: 10px;
    z-index: 50;
  }
  .backToTop a {
    width: 32px;
    height: 32px;
    background: url(/img/backtotop_btn.png) no-repeat center center;
    background-size: 32px 32px;
  }
}
/* sticky style
---------------------------------------*/
@media only screen and (max-width: 768px) {
  #header #sticky {
    position: absolute;
    width: 100%;
    z-index: 1000;
  }

  #header #sticky.sticky {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  }
}
/* other style
---------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.innerContents p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 20px;
  word-break: break-all;
}
.innerContents p.last {
  margin-bottom: 0;
}
.innerContents .note {
  font-size:1.4rem;
}

.leftImgArea {
  overflow: hidden;
}
.leftImgArea .imageBox {
  float: left;
  padding-right: 30px;
  margin-bottom: 10px;
}
.leftImgArea .textBox {
  overflow: hidden;
}
.leftImgArea.ovf .textBox {
  overflow: visible;
}

.rightImgArea {
  overflow: hidden;
}
.rightImgArea .imageBox {
  float: right;
  padding-left: 30px;
  margin-bottom: 10px;
}
.rightImgArea .textBox {
  overflow: hidden;
}
.rightImgArea.ovf .textBox {
  overflow: visible;
}

.pcNone {
  display: none;
}

.spNone {
  display: block;
}

.accent01 {
  color: #eb4412;
}

.alpha:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  zoom: 1;
}

.imgCenter {
  text-align: center;
  margin: 30px 0;
}
.imgCenter .inBox {
  display: inline-block;
  text-align: left;
}
.imgCenter .inBox img {
  display: block;
  margin: 0 auto;
}
.imgCenter .inBox .imgCap {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
  margin-bottom: 10px;
}
.imgCenter .inBox .imgCap img {
  display: inline;
}
.imgCenter .inBox .imgCap_bottom {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
.imgCenter .inBox .imgCap_bottom img {
  display: inline;
}
.imgCenter .inBox .sText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }

  .innerContents p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: 20px;
  }
  .innerContents p.last {
    margin-bottom: 0;
  }

  .leftImgArea {
    overflow: hidden;
  }
  .leftImgArea .imageBox {
    float: none;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .leftImgArea .textBox {
    overflow: hidden;
  }

  .rightImgArea {
    overflow: hidden;
  }
  .rightImgArea .imageBox {
    float: none;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .rightImgArea .textBox {
    overflow: hidden;
  }

  .imgCenter {
    text-align: center;
    margin: 20px 0;
  }
  .imgCenter .inBox {
    display: inline-block;
    text-align: left;
  }
  .imgCenter .inBox img {
    display: block;
    margin: 0 auto;
  }
  .imgCenter .inBox .imgCap {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .imgCenter .inBox .imgCap img {
    display: inline;
  }
  .imgCenter .inBox .imgCap_bottom {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333;
    font-weight: bold;
    margin-top: 10px;
  }
  .imgCenter .inBox .imgCap_bottom img {
    display: inline;
  }

  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }
}
/****************************************
custom
****************************************/
.mfp-bg {
  -ms-filter: "alpha(opacity=80)";
}

.mfp-container {
  padding: 8px;
}

.mfp-content {
  background: #fff;
  margin: 0 auto;
  max-width: 820px;
}

/****************************************
header
****************************************/
#header .branding {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
}
#header .branding .logo {
  margin-right: 54px;
}
#header .branding .logo img {
  display: block;
}
#header .branding .catch {
  padding-top: 2px;/*1px*/
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: bold;/*normal*/
  width:420px;/*add*/
}
#header .branding .catch h1 {
  font-size: 12px;
  font-size: 1.2rem;
/*  line-height: 1.66667;*/
  font-weight: normal;
}
#header .branding .top-header {/*add*/
  padding-top: 8px;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
}#header .branding .rightArea {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  text-align: right;
}
#header .branding .rightArea .siteNavi {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
#header .branding .rightArea .siteNavi ul {
  font-size: 0;
  white-space: nowrap;
}
#header .branding .rightArea .siteNavi ul li {
  display: inline-block;
  margin-left: 20px;
}
#header .branding .rightArea .siteNavi ul li a {
  background: url(/img/bullet01.png) no-repeat left center;
  padding-left: 13px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #666;
}
#header .branding .rightArea .siteNavi ul li a:hover {
  color: #00ACDC;
}
#header .branding .rightArea .siteNavi .supervision {
  padding-top: 8px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  color: #666;
}
#header .branding .rightArea .logoViatris {
  margin-left: 18px;
  display: inline-block;
}
#header .branding .rightArea .spBtnArea {
  display: none;
}
#header .naviArea {
  border-top: 1px solid #e6e6e6;
}
#header .naviArea #gNavi {
  display: table;
  table-layout: fixed;
}
#header .naviArea #gNavi > li {
  display: table-cell;
  height: 70px;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
#header .naviArea #gNavi > li:first-child {
  border-left: 1px solid #e6e6e6;
}
#header .naviArea #gNavi > li > a {
  display: table;
  width: 100%;
  height: 70px;
  color: #0070bd;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  padding: 0 8px;
  box-sizing: border-box;
  background: #fff;
}
#header .naviArea #gNavi > li > a > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
#header .naviArea #gNavi > li > a:hover, #header .naviArea #gNavi > li > a.hover {
  background: #00ACDC;
  color: #fff;
  text-decoration: none;
}
#header .naviArea #gNavi > li.active a {
  color: #00ACDC;
}
#header .naviArea #gNavi > li.active a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 4px;
  background: #00ACDC;
}
#header .naviArea #gNavi > li.active a:hover, #header .naviArea #gNavi > li.active a.hover {
  color: #fff;
  text-decoration: none;
}
#header .naviArea #gNavi > li.search a {
  color: #ec4412;
}
#header .naviArea #gNavi > li.search a:hover {
  background: #ec4412;
  color: #fff;
  text-decoration: none;
}
#header .naviArea #gNavi > li.search a:hover span:after {
  background: #ec4412;
}
#header .naviArea #gNavi > li.search.active a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 4px;
  background: #ec4412;
}
#header .naviArea #gNavi > li .dropDownMenu {
  display: none;
  position: absolute;
  top: 70px;
/*  width: 920px;*/
  border-top: 5px solid #00ACDC;
  border-bottom: 3px solid #00ACDC;
  background: #f2fcff;
  padding: 20px 40px;
  box-sizing: border-box;
  z-index: 10;
}
#header .naviArea #gNavi > li:first-child .dropDownMenu {left: 0;}
#header .naviArea #gNavi > li:nth-child(2) .dropDownMenu {left: 184px;}
#header .naviArea #gNavi > li:nth-child(3) .dropDownMenu {left: 368px;}
#header .naviArea #gNavi > li:nth-child(4) .dropDownMenu {left: 275px;}


#header .naviArea #gNavi > li .dropDownMenu .leftBox {
  float: left;
  width: 380px;
}
#header .naviArea #gNavi > li .dropDownMenu .rightBox {
  float: right;
  width: 380px;
}
#header .naviArea #gNavi > li .dropDownMenu .lv1 > li > a {
  position: relative;
  display: block;
  background: url(/img/bullet02.png) no-repeat right 4px center;
  padding: 10px 30px 10px 0;
  color: #202020;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-weight: bold;
  border-bottom: 1px dashed #e6e6e6;
}
#header .naviArea #gNavi > li .dropDownMenu .lv1 > li > a:hover {
  text-decoration: underline;
}
#header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .coming {
  display: block;
  padding: 10px 30px 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-weight: bold;
  border-bottom: 1px dashed #e6e6e6;
  color: #202020;
  position: relative;
}
#header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .coming:after {
  position: absolute;
  right: 0px;
  top: 10px;
  @iclude font-line(9,9);
  color: #888;
  content: "Coming Soon";
  font-weight: normal;
}
#header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .lv2 {
  margin-top: 5px;
}
#header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .lv2 > li a {
  display: block;
  background: url(/img/bullet03.png) no-repeat right 4px center;
  padding: 10px 30px 10px 0;
  color: #202020;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
}
#header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .lv2 > li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #header .branding {
    width: auto;
    padding: 0px;
    margin: 0;
    background: #fff;
  }
  #header .branding .logo {
    margin: 15px 0 0 10px;
  }
  #header .branding .logo img {
    width: 73px;
    height: 20px;
  }
  #header .branding .catch {
    display: none;
  }
  #header .branding .rightArea .siteNavi {
    display: none;
  }
  #header .branding .rightArea .logoViatris {
    vertical-align: middle;
    margin-left: 0;
    margin-right: 5px;
  }
  #header .branding .rightArea .logoViatris img {
    width: 65px;
    height: 18px;
  }
  #header .branding .rightArea .spBtnArea {
    display: inline-block;
    vertical-align: middle;
  }
  #header .branding .rightArea .spBtnArea .spMenuBtn {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
  }
  #header .branding .rightArea .spBtnArea .spMenuClose {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #header .naviArea {
    position: relative;
    width: 100%;
    display: none;
    border-top: 1px solid #e6e6e6;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  }
  #header .naviArea #gNavi {
    display: block;
    table-layout: auto;
    width: auto;
  }
  #header .naviArea #gNavi > li {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
  }
  #header .naviArea #gNavi > li:first-child {
    border-left: none;
  }
  #header .naviArea #gNavi > li > a {
    display: block;
    vertical-align: middle;
    width: auto;
    height: auto;
    color: #0070bd;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3125;
    padding: 15px 32px 15px 36px;
    box-sizing: border-box;
    background: url(/img/sp_bullet02.png) no-repeat 97.5% center;
    background-size: 12px 12px;
  }
  #header .naviArea #gNavi > li > a > span {
    display: block;
    vertical-align: middle;
    text-align: left;
    position: relative;
  }
  #header .naviArea #gNavi > li > a > span br {
    display: none;
  }
  #header .naviArea #gNavi > li > a:hover, #header .naviArea #gNavi > li > a.hover {
    background: #fff url(/img/sp_bullet02.png) no-repeat 97.5% center;
    background-size: 12px 12px;
    color: #0070bd;
  }
  #header .naviArea #gNavi > li.active a {
    color: #0070bd;
  }
  #header .naviArea #gNavi > li.active a span:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background: #00ACDC;
  }
  #header .naviArea #gNavi > li.active a:hover, #header .naviArea #gNavi > li.active a.hover {
    color: #0070bd;
  }
  #header .naviArea #gNavi > li.acOpen a {
    color: #fff;
    background: #00ACDC url(/img/sp_bullet02_on.png) no-repeat 97.5% center;
    background-size: 12px 12px;
  }
  #header .naviArea #gNavi > li.acOpen a:hover, #header .naviArea #gNavi > li.acOpen a.hover {
    color: #fff;
  }
  #header .naviArea #gNavi > li.search a {
    color: #ec4412;
    background: #fff url(/img/sp_bullet_search.png) no-repeat 97.5% center;
    background-size: 12px 12px;
  }
  #header .naviArea #gNavi > li.search a:hover {
    background: #fff url(/img/sp_bullet_search.png) no-repeat 97.5% center;
    background-size: 12px 12px;
    color: #ec4412;
  }
  #header .naviArea #gNavi > li.search a:hover span:after {
    background: #fff;
  }
  #header .naviArea #gNavi > li .dropDownMenu {
    display: none;
    position: static;
    width: auto;
    border-top: none;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 0;
    z-index: 10;
  }
  #header .naviArea #gNavi > li .dropDownMenu .leftBox {
    float: none;
    width: auto;
  }
  #header .naviArea #gNavi > li .dropDownMenu .rightBox {
    float: none;
    width: auto;
  }
  #header .naviArea #gNavi > li .dropDownMenu .lv1 > li {
    position: relative;
  }
  #header .naviArea #gNavi > li .dropDownMenu .lv1 > li > a {
    position: relative;
    display: block;
    background: url(/img/sp_bullet02.png) no-repeat 97.5% center;
    background-size: 12px 12px;
    padding: 15px 32px 15px 36px;
    color: #202020;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
    font-weight: bold;
    border-bottom: 1px dashed #e6e6e6;
  }
  #header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .coming {
    display: block;
    padding: 15px 32px 15px 36px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
    font-weight: bold;
    border-bottom: 1px dashed #e6e6e6;
    color: #202020;
    position: relative;
  }
  #header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .coming:after {
    position: absolute;
    right: 10px;
    top: 16px;
    @iclude font-line(9,9);
    color: #888;
    content: "Coming Soon";
    font-weight: normal;
  }
  #header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .lv2 {
    display: none;
    margin: 0 10px;
    border-top: 1px dashed #e6e6e6;
  }
  #header .naviArea #gNavi > li .dropDownMenu .lv1 > li > .lv2 > li a {
    display: block;
    background: url(/img/sp_bullet03.png) no-repeat right center;
    background-size: 12px 12px;
    padding: 10px 32px 10px 35px;
    color: #202020;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    text-indent: -1em;
  }
  #header .naviArea #gNavi > li .dropDownMenu .lv1 > li.hasLv2 {
    border-bottom: 1px dashed #e6e6e6;
  }
  #header .naviArea #gNavi > li .dropDownMenu .lv1 > li.hasLv2 > a {
    border-bottom: none;
  }
  #header .naviArea #gNavi > li .rightBox .lv1 li:last-child a {
    border-bottom: none;
  }
  #header .naviArea #gNavi > li .menuAcTitle {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 35px;
    height: 35px;
    background: url(/img/sp_ac_icon_off.png) no-repeat left center;
    background-size: 35px 35px;
    z-index: 10;
  }
  #header .naviArea #gNavi > li .menuAcTitle.acOn {
    background: url(/img/sp_ac_icon_on_parent.png) no-repeat left center;
    background-size: 35px 35px;
  }
  #header .naviArea #gNavi > li .lv1 .menuAcTitle {
    top: 5px;
  }
  #header .naviArea #gNavi > li .lv1 .menuAcTitle.acOn {
    background: url(/img/sp_ac_icon_on.png) no-repeat left center;
    background-size: 35px 35px;
  }
  #header .naviArea .closeBtn {
    padding: 25px 0;
    text-align: center;
  }
  #header .naviArea .closeBtn span {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    background: url(/img/sp_menu_close.png) no-repeat left center;
    background-size: 13px 13px;
    padding-left: 23px;
  }
}
/****************************************
footer
****************************************/
#footer {
  border-top: 1px solid #e6e6e6;
  background: #f6f6f6;
  padding: 30px 0;
}
#footer .topArea {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
#footer .topArea p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333;
  color: #555;
}
#footer .bottomArea ul {
  font-size: 0;
  margin-bottom: 20px;
}
#footer .bottomArea ul li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #555;
}
#footer .bottomArea ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#footer .bottomArea ul li a {
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
#footer .bottomArea ul li a:hover {
  color: #00ACDC;
}
#footer .bottomArea .copyright {
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 15px 10px;
  }
  #footer .topArea {
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
  #footer .topArea p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  #footer .bottomArea ul {
    margin-bottom: 20px;
  }
  #footer .bottomArea ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-left: none;
    border-bottom: 1px solid #ddd;
  }
  #footer .bottomArea ul li a {
    display: block;
    padding: 10px 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
  #footer .bottomArea .supervision {
    margin-bottom: 15px;
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.33333;
  }
  #footer .bottomArea .copyright {
    color: #555;
    text-align: center;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.33333;
  }
}
/****************************************
subColumn
****************************************/
#subColumn .subNaviArea h2 {
  display: table;
  width: 100%;
}
#subColumn .subNaviArea h2 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 72px;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  color: #fff;
  font-weight: bold;
  background: #00ACDC;
}
#subColumn .subNaviArea ul {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
}
#subColumn .subNaviArea ul li {
  border-top: 1px dashed #e6e6e6;
}
#subColumn .subNaviArea ul li:first-child {
  border-top: none;
}
#subColumn .subNaviArea ul li a {
  display: block;
  background: #fff url(/img/bullet02.png) no-repeat 94% center;
  padding: 18px 35px 18px 24px;
  color: #202020;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
}
#subColumn .subNaviArea ul li a:hover {
  text-decoration: none;
  background-color: #f6f6f6;
  color: #00ACDC;
}
#subColumn .subNaviArea ul li .coming {
  display: block;
  background: #fff;
  padding: 18px 35px 18px 24px;
  color: #202020;
  @iclude font-line(14,18);
  position: relative;
}
#subColumn .subNaviArea ul li .coming:after {
  position: absolute;
  right: 12px;
  top: 19px;
  @iclude font-line(9,9);
  color: #888;
  content: "Coming Soon";
}
#subColumn .subNaviArea ul li .lv2 {
  display: none;
}
#subColumn .subNaviArea ul li.active a {
  background: #f6f6f6;
  color: #00ACDC;
  text-decoration: none;
}
#subColumn .subNaviArea ul li.active .lv2 {
  display: block;
  border-top: 1px dashed #e6e6e6;
  background: #f6f6f6;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}
#subColumn .subNaviArea ul li.active .lv2 li {
  border-top: none;
}
#subColumn .subNaviArea ul li.active .lv2 li a {
  background: url(/img/bullet03.png) no-repeat 94% center;
  color: #333;
  padding: 12px 35px 12px 24px;
}
#subColumn .subNaviArea ul li.active .lv2 li a span {
  display: inline-block;
  background: url(/img/bullet10.png) no-repeat left 7px;
  padding-left: 8px;
}
#subColumn .subNaviArea ul li.active .lv2 li a:hover {
  color: #00ACDC;
}
#subColumn .subNaviArea ul li.active .lv2 li.active a {
  background: none;
  color: #00ACDC;
}
#subColumn .bnrArea ul li {
  margin-bottom: 5px;
}
#subColumn .bnrArea ul li img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #subColumn .subNaviArea {
    display: none;
  }
  #subColumn .bnrArea {
    padding: 0px 10px;
  }
  #subColumn .bnrArea ul {
    margin-left: -3.225806451%;
  }
  #subColumn .bnrArea ul li {
    float: left;
    width: 46.774193548%;
    margin: 3.225806451% 0 0 3.225806451%;
  }
  #subColumn .bnrArea ul li img {
    display: block;
    width: 100%;
  }
}
/****************************************
topPage
****************************************/
.topPage .mainVisual {
  background: #0092DB;
}
.topPage .mainVisual img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.topPage .visualBottomNavi {
  background: #0070bd;
  margin-bottom: 20px;
}
.topPage .visualBottomNavi ul {
  display: table;
  width: 920px;
  margin: 0 auto;
  table-layout: fixed;
  background: #fff;
}
.topPage .visualBottomNavi ul li {
  display: table-cell;
  border-right: 1px solid #338dca;
  vertical-align: top;
}
.topPage .visualBottomNavi ul li:first-child {
  border-left: 1px solid #338dca;
}
.topPage .visualBottomNavi ul li a {
  display: table;
  width: 100%;
}
.topPage .visualBottomNavi ul li a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  font-weight: bold;
  color: #fff;
  background: #0070bd;
  height: 80px;
}
.topPage .visualBottomNavi ul li a.blankLink span {
  background: #0070bd url(/img/icon_blank.png) no-repeat 94% center;
}
.topPage .visualBottomNavi ul li a:hover {
  text-decoration: none;
}
.topPage .contentBoxList {
  margin-left: -10px;
  overflow: hidden;
  *zoom: 1;
}
.topPage .contentBoxList .box {
  float: left;
  width: 455px;
  margin: 0 0 10px 10px;
  border-top: 6px solid #0070bd;
  background: #fff;
}
.topPage .contentBoxList .box dt {
  border-bottom: 1px solid #e6e6e6;
}
.topPage .contentBoxList .box dt a {
  display: table;
  width: 100%;
}
.topPage .contentBoxList .box dt a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  color: #003966;
  background: url(/img/bullet02.png) no-repeat 95.5% center;
  padding: 0 50px 0 90px;
  height: 74px;
}
.topPage .contentBoxList .box dt a:hover {
  text-decoration: none;
}
.topPage .contentBoxList .box dt a:hover span {
  color: #00ACDC;
}
.topPage .contentBoxList .box dd ul li {
  border-top: 1px dashed #e6e6e6;
}
.topPage .contentBoxList .box dd ul li:first-child {
  border-top: none;
}
.topPage .contentBoxList .box dd ul li a {
  display: block;
  padding: 12px 50px 12px 20px;
  background: #fafafa url(/img/bullet02.png) no-repeat 95.5% center;
}
.topPage .contentBoxList .box dd ul li .coming {
  display: block;
  padding: 12px 50px 12px 20px;
  color: #202020;
  position: relative;
}
.topPage .contentBoxList .box dd ul li .coming:after {
  position: absolute;
  right: 20px;
  top: 13px;
  @iclude font-line(9,9);
  color: #888;
  content: "Coming Soon";
}
.topPage .contentBoxList .box dd ul li.even a {
  background-color: #fff;
}
.topPage .contentBoxList .box dd ul li.borderB {
  border-bottom: 1px dashed #e6e6e6;
}
.topPage .contentBoxList .box.box1 dt a {
  background: url(/img/toppage_img_box1.png) no-repeat 20px center;
}
.topPage .contentBoxList .box.box2 dt a {
  background: url(/img/toppage_img_box2.png) no-repeat 20px center;
}
.topPage .contentBoxList .box.box3 dt a {
  background: url(/img/toppage_img_box3.png) no-repeat 20px center;
}
.topPage .contentBoxList .box.box4 dt a {
  background: url(/img/toppage_img_box4.png) no-repeat 20px center;
}
.topPage .contentBoxList .box.box5 dt a {
  background: url(/img/toppage_img_box5.png) no-repeat 20px center;
}

@media only screen and (max-width: 768px) {
  .topPage .bgCover {
    background-size: cover;
    width: 100%;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 0px;
    padding-top: 75%;
  }
  .topPage #cover1 {
    background-image: url(/img/sp_toppage_img_visual.jpg);
  }
  .topPage .visualBottomNavi {
    background: #0070bd;
    margin-bottom: 10px;
  }
  .topPage .visualBottomNavi ul {
    display: block;
    width: 100%;
    table-layout: auto;
  }
  .topPage .visualBottomNavi ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .topPage .visualBottomNavi ul li {
    display: block;
    float: left;
    width: 50%;
    border-right: 1px solid #338dca;
    border-top: 1px solid #338dca;
    box-sizing: border-box;
  }
  .topPage .visualBottomNavi ul li:first-child {
    border-left: none;
    border-top: none;
  }
  .topPage .visualBottomNavi ul li:nth-child(2n) {
    border-right: none;
  }
  .topPage .visualBottomNavi ul li:nth-child(2) {
    border-top: none;
  }
  .topPage .visualBottomNavi ul li a {
    display: block;
    width: 100%;
    position: relative;
  }
  .topPage .visualBottomNavi ul li a span {
    display: block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35714;
    font-weight: bold;
    color: #fff;
    background: #0070bd;
    padding: 15px 15px;
    height: auto;
  }
  .topPage .visualBottomNavi ul li a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .topPage .visualBottomNavi ul li a.blankLink:after {
    display: none;
  }
  .topPage .visualBottomNavi ul li a.blankLink span {
    display: block;
    background: #0070bd url(/img/icon_blank.png) no-repeat 96% center;
    background-size: 13px 10px;
  }
  .topPage .contentBoxList {
    margin: 0px 10px;
  }
  .topPage .contentBoxList .box {
    float: none;
    width: 100%;
    margin: 0 0 10px 0px;
    border-top: 6px solid #0070bd;
    background: #fff;
  }
  .topPage .contentBoxList .box dt {
    border-bottom: 1px solid #e6e6e6;
  }
  .topPage .contentBoxList .box dt a {
    display: table;
    width: 100%;
  }
  .topPage .contentBoxList .box dt a span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35714;
    color: #003966;
    background: url(/img/sp_bullet02.png) no-repeat 95.5% center;
    background-size: 12px 12px;
    padding: 0 40px 0 66px;
    height: 66px;
  }
  .topPage .contentBoxList .box dt a:hover {
    text-decoration: none;
  }
  .topPage .contentBoxList .box dt a:hover span {
    color: #00ACDC;
  }
  .topPage .contentBoxList .box dd ul li {
    border-top: 1px dashed #e6e6e6;
  }
  .topPage .contentBoxList .box dd ul li:first-child {
    border-top: none;
  }
  .topPage .contentBoxList .box dd ul li a {
    display: block;
    padding: 12px 50px 12px 20px;
    background: #fafafa url(/img/sp_bullet02.png) no-repeat 95.5% center;
    background-size: 12px 12px;
  }
  .topPage .contentBoxList .box dd ul li.even a {
    background-color: #fff;
  }
  .topPage .contentBoxList .box dd ul li.borderB {
    border-bottom: 1px dashed #e6e6e6;
  }
  .topPage .contentBoxList .box.box1 dt a {
    background: url(/img/icon_cat01.png) no-repeat 20px center;
    background-size: 31px 31px;
  }
  .topPage .contentBoxList .box.box2 dt a {
    background: url(/img/icon_cat02.png) no-repeat 20px center;
    background-size: 31px 31px;
  }
  .topPage .contentBoxList .box.box3 dt a {
    background: url(/img/icon_cat03.png) no-repeat 20px center;
    background-size: 31px 31px;
  }
  .topPage .contentBoxList .box.box4 dt a {
    background: url(/img/icon_cat04.png) no-repeat 20px center;
    background-size: 31px 31px;
  }
  .topPage .contentBoxList .box.box5 dt a {
    background: url(/img/icon_cat05.png) no-repeat 20px center;
    background-size: 31px 31px;
  }
}
/****************************************
innerIndexPage
****************************************/
.innerIndexPage .pageList {
  border-top: 6px solid #0070bd;
  border-left: 1px solid #ddd;
}
.innerIndexPage .pageList .title {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.innerIndexPage .pageList .title span {
  display: table-cell;
  vertical-align: middle;
  background: #fff url(/img/icon_cat01.png) no-repeat 20px center;
  padding: 0 20px 0 113px;
  height: 96px;
  color: #003966;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.21429;
}
.innerIndexPage .pageList .boxWrap .box {
  float: left;
  width: 50%;
  background: #fff;
  padding: 25px 20px 58px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}
.innerIndexPage .pageList .boxWrap .box a{
  text-decoration: none;
  display:block;
}
.innerIndexPage .pageList .boxWrap .box .pageName {
  color: #003966;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
.innerIndexPage .pageList .boxWrap .box .detail {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 15px;
}
.innerIndexPage .pageList .boxWrap .box .btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.innerIndexPage .pageList .boxWrap .box .btn a {
  display: block;
  width: 180px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #0070bd;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #0070bd;
  background: #fff;
}
.innerIndexPage .pageList .boxWrap .box .btn a:hover {
  border: 2px solid #00ACDC;
  color: #00ACDC;
  text-decoration: none;
}
.innerIndexPage .pageList .boxWrap .box .btn .coming {
  display: block;
  width: 180px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #fff;
  background: #ccc;
}
.innerIndexPage .pageList.cat01 .title span {
  background: #fff url(/img/icon_cat01.png) no-repeat 20px center;
}
.innerIndexPage .pageList.cat02 .title span {
  background: #fff url(/img/icon_cat02.png) no-repeat 20px center;
}
.innerIndexPage .pageList.cat03 .title span {
  background: #fff url(/img/icon_cat03.png) no-repeat 20px center;
}
.innerIndexPage .pageList.cat04 .title span {
  background: #fff url(/img/icon_cat04.png) no-repeat 20px center;
}
.innerIndexPage .pageList.cat05 .title span {
  background: #fff url(/img/icon_cat05.png) no-repeat 20px center;
}

@media only screen and (max-width: 768px) {
  .innerIndexPage .pageList {
    border-top: 3px solid #0070bd;
  }
  .innerIndexPage .pageList .title span {
    padding: 0 10px 0 50px;
    height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .innerIndexPage .pageList .boxWrap .box {
    float: none;
    width: auto;
    padding: 15px 10px 15px;
  }
  .innerIndexPage .pageList .boxWrap .box .pageName {
    color: #003966;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .innerIndexPage .pageList .boxWrap .box .detail {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: 15px;
  }
  .innerIndexPage .pageList .boxWrap .box .btn {
    position: static;
    bottom: 0;
    left: 0;
  }
  .innerIndexPage .pageList .boxWrap .box .btn a {
    width: 50%;
    padding: 6px;
  }
  .innerIndexPage .pageList .boxWrap .box .btn .coming {
    width: 50%;
    padding: 8px;
  }
  .innerIndexPage .pageList.cat01 .title span {
    background: #fff url(/img/icon_cat01.png) no-repeat 10px center;
    background-size: 31px 31px;
  }
  .innerIndexPage .pageList.cat02 .title span {
    background: #fff url(/img/icon_cat02.png) no-repeat 10px center;
    background-size: 31px 31px;
  }
  .innerIndexPage .pageList.cat03 .title span {
    background: #fff url(/img/icon_cat03.png) no-repeat 10px center;
    background-size: 31px 31px;
  }
  .innerIndexPage .pageList.cat04 .title span {
    background: #fff url(/img/icon_cat04.png) no-repeat 10px center;
    background-size: 31px 31px;
  }
  .innerIndexPage .pageList.cat05 .title span {
    background: #fff url(/img/icon_cat05.png) no-repeat 10px center;
    background-size: 31px 31px;
  }
}
/****************************************
qaIndexPage
****************************************/
.qaIndexPage .visualArea {
  margin: 0 0 10px;/*0 0 30px*/
}
.qaIndexPage .topText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 25px;
}
.qaIndexPage .qaTabs .tabList {
  border-bottom: 3px solid #0070bd;
  font-size: 0;
  text-align: center;
}
.qaIndexPage .qaTabs .tabList li {
  display: inline-block;
  width: 120px;
  margin: 0 2px;
}
.qaIndexPage .qaTabs .tabList li a {
  display: block;
  background: #f2f2f2;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
.qaIndexPage .qaTabs .tabList li.active a {
  background: #0070bd;
  color: #fff;
}
.qaIndexPage .qaTabs .tabList li.active a span {
  border-bottom: 1px solid #80b8de;
  padding-bottom: 5px;
}
.qaIndexPage .qaTabs .tabList li.active a:hover {
  text-decoration: none;
}
.qaIndexPage .qaTabs .tabContent {
  padding-top: 10px;/*30px*/
}
.qaIndexPage .qaTabs .tabContent .qaList {
  border-top: 1px dashed #e6e6e6;
}
.qaIndexPage .qaTabs .tabContent .qaList li {
  border-bottom: 1px dashed #e6e6e6;
}
.qaIndexPage .qaTabs .tabContent .qaList li a {
  display: block;
  padding: 12px 30px 12px 40px;
  background: #fafafa url(/img/bullet02.png) no-repeat right 4px center;
  position: relative;
}
.qaIndexPage .qaTabs .tabContent .qaList li a:before {
  position: absolute;
  left: 6px;
  top: 50%;
  content: "";
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/img/icon_qa_q.png) no-repeat left top;
}
.qaIndexPage .qaTabs .tabContent .qaList li.even a {
  background-color: #fff;
}
.qaIndexPage .qaTabs .tabContent .section {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .qaIndexPage .visualArea {
    margin-bottom: 20px;
  }
  .qaIndexPage .topText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: 20px;
  }
  .qaIndexPage .qaTabs .tabList {
    border-bottom: none;
    text-align: left;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
  }
  .qaIndexPage .qaTabs .tabList li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }
  .qaIndexPage .qaTabs .tabList li a {
    padding: 12px 0;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.16667;
  }
  .qaIndexPage .qaTabs .tabList li.active a {
    font-weight: bold;
  }
  .qaIndexPage .qaTabs .tabList li.active a span {
    border-bottom: none;
    padding-bottom: 0;
  }
  .qaIndexPage .qaTabs .tabContent {
    padding-top: 20px;
  }
  .qaIndexPage .qaTabs .tabContent .qaList {
    border-top: 1px dashed #e6e6e6;
  }
  .qaIndexPage .qaTabs .tabContent .qaList li {
    border-bottom: 1px dashed #e6e6e6;
  }
  .qaIndexPage .qaTabs .tabContent .qaList li a {
    display: block;
    padding: 12px 30px 12px 30px;
    background: #fafafa url(/img/sp_bullet02.png) no-repeat right 4px center;
    background-size: 12px 12px;
    position: relative;
  }
  .qaIndexPage .qaTabs .tabContent .qaList li a:before {
    position: absolute;
    left: 4px;
    top: 50%;
    content: "";
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: url(/img/sp_icon_qa_q.png) no-repeat left top;
    background-size: 17px 17px;
  }
  .qaIndexPage .qaTabs .tabContent .qaList li.even a {
    background-color: #fff;
  }
  .qaIndexPage .qaTabs .tabContent .section {
    margin-bottom: 30px;
  }
}
/****************************************
qaDetailPage
****************************************/
.qaDetailPage .qaArea {
  margin-bottom: 30px;
}
.qaDetailPage .qaArea .qTitle {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.qaDetailPage .qaArea .qTitle span {
  background: url(/img/icon_qa_q_big.png) no-repeat 20px top;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  padding: 0 0 0 90px;
}
.qaDetailPage .qaArea .ansWrap {
  background: #f6f6f6;
  padding: 20px;
}
.qaDetailPage .qaArea .ansWrap .answerArea {
  background: url(/img/icon_qa_a_big.png) no-repeat left top;
  padding-left: 72px;
  margin-bottom: 20px;
}
.qaDetailPage .qaArea .ansWrap .answerArea .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  margin-bottom: 15px;
}
.qaDetailPage .qaArea .ansWrap .answerArea .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.qaDetailPage .qaArea .ansWrap .respondentArea {
  background: #fff;
  padding: 20px;
}
.qaDetailPage .qaArea .ansWrap .respondentArea .title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  text-align: center;
}
.qaDetailPage .qaArea .ansWrap .respondentArea .boxList {
  font-size: 0;
}
.qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box {
  display: inline-block;
  overflow: hidden;
  width: 282px;
}
.qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .imageArea {
  float: left;
  padding-right: 10px;
}
.qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .detailArea {
  text-align: left;
}
.qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .detailArea .prof {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333;
  margin-bottom: 10px;
}
.qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .detailArea .name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.05556;
}
.qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .detailArea .name span {
  margin-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333;
}
.qaDetailPage .relationArea .relationList li {
  margin-bottom: 20px;
}
.qaDetailPage .relationArea .relationList li a {
  background: url(/img/bullet02.png) no-repeat left 2px;
  padding-left: 25px;
  display: block;
  overflow: hidden;
  width: 500px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.qaDetailPage .backBtn {
  padding-top: 30px;
  margin: 30px 0;
  border-top: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .qaDetailPage .qaArea {
    margin-bottom: 25px;
  }
  .qaDetailPage .qaArea .qTitle {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .qaDetailPage .qaArea .qTitle span {
    background: url(/img/icon_qa_q_big.png) no-repeat 9px top;
    background-size: 30px 30px;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    padding: 0 0 0 50px;
  }
  .qaDetailPage .qaArea .ansWrap {
    padding: 10px;
  }
  .qaDetailPage .qaArea .ansWrap .answerArea {
    background: url(/img/icon_qa_a_big.png) no-repeat left top;
    background-size: 30px 30px;
    padding-left: 42px;
    margin-bottom: 20px;
  }
  .qaDetailPage .qaArea .ansWrap .answerArea .lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: 10px;
  }
  .qaDetailPage .qaArea .ansWrap .answerArea .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea {
    padding: 15px 10px;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box {
    display: block;
    overflow: hidden;
    width: auto;
    margin-bottom: 10px;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .imageArea {
    float: left;
    padding-right: 10px;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .imageArea img {
    width: 45px;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .detailArea {
    text-align: left;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .detailArea .prof {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.58333;
    margin-bottom: 5px;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .detailArea .name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1875;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box .detailArea .name span {
    margin-left: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.58333;
  }
  .qaDetailPage .qaArea .ansWrap .respondentArea .boxList .box:last-child {
    margin-bottom: 0;
  }
  .qaDetailPage .relationArea .relationList li {
    margin-bottom: 20px;
  }
  .qaDetailPage .relationArea .relationList li a {
    background: url(/img/sp_bullet02.png) no-repeat left 2px;
    background-size: 12px 12px;
    padding-left: 22px;
    display: block;
    overflow: hidden;
    width: auto;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .qaDetailPage .backBtn {
    padding-top: 20px;
    margin: 20px 0 10px;
    border-top: 1px solid #ddd;
  }
}
/****************************************
ehsIndexPage
****************************************/
.ehsIndexPage .indentList li br {
  display: none;
}
.ehsIndexPage .authorTxt {
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
  color: #777;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .ehsIndexPage .indentList li {
    margin-top: 15px;
  }
  .ehsIndexPage .indentList li br {
    display: block;
  }
}
/****************************************
ehsSelfPage
****************************************/
.ehsSelfPage .gradeBoxList {
  margin: 0 0 20px -15px;
}
.ehsSelfPage .gradeBoxList li {
  float: left;
  width: 150px;
  margin-left: 15px;
}
.ehsSelfPage .gradeBoxList li dt {
  background: #61c5e2;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.26667;
  font-weight: bold;
  padding: 6px 0;
  text-align: center;
}
.ehsSelfPage .gradeBoxList li dd {
  border: 1px solid #61c5e2;
  border-top: none;
  padding: 12px 0;
  height: 304px;
  box-sizing: border-box;
}
.ehsSelfPage .gradeBoxList li dd .imageText {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-bottom: 10px;
}
.ehsSelfPage .gradeBoxList li dd .imageText span {
  font-weight: bold;
}
.ehsSelfPage .gradeBoxList li dd .imageArea {
  text-align: center;
  margin-bottom: 10px;
}
.ehsSelfPage .gradeBoxList li dd .detailText {
  width: 102px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}
.ehsSelfPage .boxStyle01 {
  margin-bottom: 30px;
}
.ehsSelfPage .boxStyle01 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}
.ehsSelfPage .messageText {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.ehsSelfPage .btnArea {
  margin-bottom: 20px;
}
.ehsSelfPage .searchText {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}

@media only screen and (max-width: 768px) {
  .ehsSelfPage .gradeBoxList {
    margin: 0 0 20px 0px;
  }
  .ehsSelfPage .gradeBoxList li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ehsSelfPage .gradeBoxList li dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.35714;
    padding: 4px 0;
  }
  .ehsSelfPage .gradeBoxList li dd {
    padding: 15px;
    height: auto;
    box-sizing: border-box;
  }
  .ehsSelfPage .gradeBoxList li dd .imageText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-bottom: 15px;
  }
  .ehsSelfPage .gradeBoxList li dd .imageArea {
    margin-bottom: 15px;
  }
  .ehsSelfPage .gradeBoxList li dd .imageArea img {
    width: 55px;
  }
  .ehsSelfPage .gradeBoxList li dd .detailText {
    text-align: center;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .ehsSelfPage .boxStyle01 {
    margin-bottom: 20px;
  }
  .ehsSelfPage .boxStyle01 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .ehsSelfPage .messageText {
    text-align: left;
    margin-bottom: 20px;
  }
  .ehsSelfPage .messageText br {
    display: none;
  }
  .ehsSelfPage .btnArea {
    margin-bottom: 20px;
  }
  .ehsSelfPage .searchText {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}
/****************************************
iief5IndexPage
****************************************/
.iief5IndexPage .checkList {
  margin-bottom: 30px;
}
.iief5IndexPage .checkList dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #003966;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 34px;
}
.iief5IndexPage .checkList dt.check01 {
  background: url(/img/icon_num_1.png) no-repeat left top;
}
.iief5IndexPage .checkList dt.check02 {
  background: url(/img/icon_num_2.png) no-repeat left top;
}
.iief5IndexPage .checkList dt.check03 {
  background: url(/img/icon_num_3.png) no-repeat left top;
}
.iief5IndexPage .checkList dt.check04 {
  background: url(/img/icon_num_4.png) no-repeat left top;
}
.iief5IndexPage .checkList dt.check05 {
  background: url(/img/icon_num_5.png) no-repeat left top;
}
.iief5IndexPage .checkList .linkList01 {
  border-top: 1px dashed #e6e6e6;
}
.iief5IndexPage .checkList .linkList01 li {
  border-bottom: 1px dashed #e6e6e6;
  padding: 0px 60px 0px 0;
  background: #fafafa;
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}
.iief5IndexPage .checkList .linkList01 li .input_area {
  padding: 14px 0 14px 20px;
}
.iief5IndexPage .checkList .linkList01 li label br {
  display: none;
}
.iief5IndexPage .checkList .linkList01 li input {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.iief5IndexPage .checkList .linkList01 li .point {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  color: #003966;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
}
.iief5IndexPage .checkList .linkList01 li .point .num {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.iief5IndexPage .checkList .linkList01 li.even {
  background-color: #fff;
}
.iief5IndexPage .authorTxt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
  color: #777;
  margin-bottom: 30px;
}
.iief5IndexPage .resultArea {
  background: #006bb8;
  padding: 20px;
  margin-bottom: 30px;
}
.iief5IndexPage .resultArea .title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
.iief5IndexPage .resultArea .resultBox {
  background: #fff;
  padding: 20px 40px 20px 25px;
  margin-bottom: 20px;
}
.iief5IndexPage .resultArea .resultBox .num {
  float: left;
  font-size: 0;
}
.iief5IndexPage .resultArea .resultBox .num li {
  display: inline-block;
  margin: 0 15px;
}
.iief5IndexPage .resultArea .resultBox .num li dt {
  margin-bottom: 10px;
  text-align: center;
}
.iief5IndexPage .resultArea .resultBox .num li dd {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
.iief5IndexPage .resultArea .resultBox .num li dd span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.iief5IndexPage .resultArea .resultBox .result {
  float: right;
  font-size: 0;
  text-align: right;
  padding-top: 17px;
}
.iief5IndexPage .resultArea .resultBox .result p {
  display: inline-block;
  margin-bottom: 0;
  color: #eb4412;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
.iief5IndexPage .resultArea .resultBox .result p.total {
  margin-left: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.iief5IndexPage .resultArea .resultBox .result p.total span {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.66667;
}
.iief5IndexPage .resultArea .text {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.iief5IndexPage .resultArea .printArea {
  border-top: 1px dashed #3389c6;
  padding-top: 20px;
}
.iief5IndexPage .resultArea .printArea p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.iief5IndexPage .resultArea .printArea .btn a {
  background-image: url(/img/icon_print.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.iief5IndexPage .resultArea .bookmarkArea {
  display: none;
}
.iief5IndexPage .boxStyle01 {
  margin-bottom: 30px;
}
.iief5IndexPage .boxStyle01 .message {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.iief5IndexPage .messageText {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.alert_selfcheck{
  border: 1px solid #ff0000;
  padding: 14px 14px 0;
  margin-bottom: 20px;
}
.alert_selfcheck .inner_note {
  font-size: 1.3rem !important;
  color:#ff0000;
}



@media only screen and (max-width: 768px) {
  .iief5IndexPage .checkList {
    margin-bottom: 30px;
  }
  .iief5IndexPage .checkList dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    color: #003966;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .iief5IndexPage .checkList dt.check01 {
    background: url(/img/icon_num_1.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .iief5IndexPage .checkList dt.check02 {
    background: url(/img/icon_num_2.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .iief5IndexPage .checkList dt.check03 {
    background: url(/img/icon_num_3.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .iief5IndexPage .checkList dt.check04 {
    background: url(/img/icon_num_4.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .iief5IndexPage .checkList dt.check05 {
    background: url(/img/icon_num_5.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .iief5IndexPage .checkList .linkList01 {
    border-top: 1px dashed #e6e6e6;
  }
  .iief5IndexPage .checkList .linkList01 li {
    border-bottom: 1px dashed #e6e6e6;
    padding: 0 50px 0 0;
    background: #fafafa;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    position: relative;
  }
  .iief5IndexPage .checkList .linkList01 li .input_area {
    padding: 14px 0 14px 10px;
  }
  .iief5IndexPage .checkList .linkList01 li label {
    overflow: hidden;
  }
  .iief5IndexPage .checkList .linkList01 li label br {
    display: block;
  }
  .iief5IndexPage .checkList .linkList01 li label input {
    float: left;
    display: block;
    padding-left: 10px;
    top: 2px;
  }
  .iief5IndexPage .checkList .linkList01 li label span {
    overflow: hidden;
    display: block;
  }
  .iief5IndexPage .checkList .linkList01 li .point {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    color: #003966;
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .iief5IndexPage .checkList .linkList01 li .point .num {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286;
  }
  .iief5IndexPage .checkList .linkList01 li.even {
    background-color: #fff;
  }
  .iief5IndexPage .authorTxt {
    text-align: left;
  }
  .iief5IndexPage .resultArea {
    padding: 10px;
    margin-bottom: 20px;
  }
  .iief5IndexPage .resultArea .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .iief5IndexPage .resultArea .resultBox {
    background: #fff;
    padding: 15px 0px;
    margin-bottom: 20px;
  }
  .iief5IndexPage .resultArea .resultBox .num {
    float: none;
    font-size: 0;
    text-align: center;
  }
  .iief5IndexPage .resultArea .resultBox .num li {
    display: inline-block;
    margin: 0 15px;
  }
  .iief5IndexPage .resultArea .resultBox .num li dt {
    margin-bottom: 5px;
    text-align: center;
  }
  .iief5IndexPage .resultArea .resultBox .num li dt img {
    width: 17px;
  }
  .iief5IndexPage .resultArea .resultBox .num li dd {
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .iief5IndexPage .resultArea .resultBox .num li dd span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 0.71429;
  }
  .iief5IndexPage .resultArea .resultBox .result {
    float: none;
    font-size: 0;
    text-align: center;
    padding-top: 17px;
  }
  .iief5IndexPage .resultArea .resultBox .result p {
    display: inline-block;
    margin-bottom: 0;
    color: #eb4412;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
  }
  .iief5IndexPage .resultArea .resultBox .result p.total {
    margin-left: 15px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .iief5IndexPage .resultArea .resultBox .result p.total span {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 0.66667;
  }
  .iief5IndexPage .resultArea .text {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .iief5IndexPage .resultArea .printArea {
    display: none;
  }
  .iief5IndexPage .resultArea .bookmarkArea {
    display: block;
    border-top: 1px dashed #3389c6;
    padding-top: 20px;
  }
  .iief5IndexPage .resultArea .bookmarkArea p {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
  }
  .iief5IndexPage .resultArea .bookmarkArea .btn a {
    width: 100%;
    background-image: url(/img/icon_bookmark.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 10px 15px;
  }
  .iief5IndexPage .boxStyle01 {
    margin-bottom: 20px;
  }
  .iief5IndexPage .boxStyle01 .message {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.58333;
    text-align: left;
  }
  .iief5IndexPage .messageText {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
/****************************************
.sitetreePage
****************************************/
.sitetreePage .sitetreeList {
  display: block;
  table-layout: auto;
  width: auto;
}
.sitetreePage .sitetreeList > li {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  border-right: none;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  position: relative;
}
.sitetreePage .sitetreeList > li:first-child {
  border-top: 1px solid #e6e6e6;
}
.sitetreePage .sitetreeList > li > a {
  display: block;
  vertical-align: middle;
  width: auto;
  height: auto;
  color: #0070bd;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  padding: 15px 32px 15px 36px;
  box-sizing: border-box;
  background: url(/img/bullet02.png) no-repeat 97.5% center;
}
.sitetreePage .sitetreeList > li > a > span {
  display: block;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.sitetreePage .sitetreeList > li > a > span br {
  display: none;
}
.sitetreePage .sitetreeList > li > a:hover, .sitetreePage .sitetreeList > li > a.hover {
  background: #fff url(/img/bullet02.png) no-repeat 97.5% center;
  color: #0070bd;
}
.sitetreePage .sitetreeList > li.active a {
  color: #0070bd;
}
.sitetreePage .sitetreeList > li.active a span:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 4px;
  background: #00ACDC;
}
.sitetreePage .sitetreeList > li.active a:hover, .sitetreePage .sitetreeList > li.active a.hover {
  color: #0070bd;
}
.sitetreePage .sitetreeList > li.acOpen > a {
  color: #fff;
  background: #00ACDC url(/img/bullet02_on.png) no-repeat 97.5% center;
}
.sitetreePage .sitetreeList > li.acOpen > a:hover, .sitetreePage .sitetreeList > li.acOpen > a.hover {
  color: #fff;
}
.sitetreePage .sitetreeList > li.search a {
  color: #ec4412;
  background: #fff url(/img/sp_bullet_search.png) no-repeat 97.5% center;
}
.sitetreePage .sitetreeList > li.search a:hover {
  background: #fff url(/img/sp_bullet_search.png) no-repeat 97.5% center;
  color: #ec4412;
}
.sitetreePage .sitetreeList > li.search a:hover span:after {
  background: #fff;
}
.sitetreePage .sitetreeList > li .lv1 {
  display: none;
}
.sitetreePage .sitetreeList > li .lv1 > li {
  position: relative;
}
.sitetreePage .sitetreeList > li .lv1 > li > a {
  position: relative;
  display: block;
  background: url(/img/bullet02.png) no-repeat 97.5% center;
  padding: 15px 32px 15px 36px;
  color: #202020;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-weight: bold;
  border-top: 1px dashed #e6e6e6;
}
.sitetreePage .sitetreeList > li .lv1 > li > .coming {
  display: block;
  padding: 15px 32px 15px 36px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
  font-weight: bold;
  border-top: 1px dashed #e6e6e6;
  color: #202020;
  position: relative;
}
.sitetreePage .sitetreeList > li .lv1 > li > .coming:after {
  position: absolute;
  right: 10px;
  top: 16px;
  @iclude font-line(9,9);
  color: #888;
  content: "Coming Soon";
  font-weight: normal;
}
.sitetreePage .sitetreeList > li .lv1 > li > .lv2 {
  display: none;
  margin: 0 10px;
  border-top: 1px dashed #e6e6e6;
}
.sitetreePage .sitetreeList > li .lv1 > li > .lv2 > li a {
  display: block;
  background: url(/img/bullet03.png) no-repeat 99% center;
  padding: 10px 32px 10px 35px;
  color: #202020;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462;
  text-indent: -1em;
}
.sitetreePage .sitetreeList > li .lv1 > li > .lv2 > li > .subTitle {
  display: block;
  padding: 25px 32px 0px 35px;
  color: #202020;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286;
  font-weight: bold;
  text-indent: -1em;
}
.sitetreePage .sitetreeList > li .lv1 > li:first-child a {
  border-top: none;
}
.sitetreePage .sitetreeList > li .menuAcTitle {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/img/ac_icon_off.png) no-repeat left center;
  z-index: 10;
}
.sitetreePage .sitetreeList > li .menuAcTitle.acOn {
  background: url(/img/ac_icon_on_parent.png) no-repeat left center;
}
.sitetreePage .sitetreeList > li .lv1 .menuAcTitle {
  top: 5px;
}
.sitetreePage .sitetreeList > li .lv1 .menuAcTitle.acOn {
  background: url(/img/ac_icon_on.png) no-repeat left center;
}

@media only screen and (max-width: 768px) {
  .sitetreePage .sitetreeList > li > a {
    background: url(/img/sp_bullet02.png) no-repeat 97.5% center;
    background-size: 12px 12px;
  }
  .sitetreePage .sitetreeList > li > a > span br {
    display: none;
  }
  .sitetreePage .sitetreeList > li > a:hover, .sitetreePage .sitetreeList > li > a.hover {
    background: #fff url(/img/sp_bullet02.png) no-repeat 97.5% center;
    background-size: 12px 12px;
  }
  .sitetreePage .sitetreeList > li.acOpen > a {
    background: #00ACDC url(/img/sp_bullet02_on.png) no-repeat 97.5% center;
    background-size: 12px 12px;
  }
  .sitetreePage .sitetreeList > li.search a {
    background: #fff url(/img/sp_bullet_search.png) no-repeat 97.5% center;
    background-size: 12px 12px;
  }
  .sitetreePage .sitetreeList > li.search a:hover {
    background: #fff url(/img/sp_bullet_search.png) no-repeat 97.5% center;
    background-size: 12px 12px;
  }
  .sitetreePage .sitetreeList > li .lv1 > li > a {
    background: url(/img/sp_bullet02.png) no-repeat 97.5% center;
    background-size: 12px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
  }
  .sitetreePage .sitetreeList > li .lv1 > li > .lv2 > li a {
    background: url(/img/sp_bullet03.png) no-repeat right center;
    background-size: 12px 12px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
  }
  .sitetreePage .sitetreeList > li .menuAcTitle {
    background: url(/img/sp_ac_icon_off.png) no-repeat left center;
    background-size: 35px 35px;
  }
  .sitetreePage .sitetreeList > li .menuAcTitle.acOn {
    background: url(/img/sp_ac_icon_on_parent.png) no-repeat left center;
    background-size: 35px 35px;
  }
  .sitetreePage .sitetreeList > li .lv1 .menuAcTitle.acOn {
    background: url(/img/sp_ac_icon_on.png) no-repeat left center;
    background-size: 35px 35px;
  }
}
/****************************************
linkPage
****************************************/
.linkPage .block {
  margin-bottom: 40px;
}
.linkPage .titStyle02 {
  margin-bottom: 10px;
}
.linkPage .bnrList {
  text-align: center;
  font-size: 0;
}
.linkPage .bnrList li {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  margin: 20px 15px 0;
}
.linkPage .bnrList li img {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .linkPage .block {
    margin-bottom: 30px;
  }
  .linkPage .titStyle02 {
    margin-bottom: 10px;
  }
  .linkPage .bnrList {
    text-align: center;
    font-size: 0;
  }
  .linkPage .bnrList li {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin: 20px 5px 0;
  }
}
/****************************************
knowWomenPage
****************************************/
.knowWomenPage .visual {
/*  margin-bottom: 10px;*/
}
.knowWomenPage .visual img {
  display: block;
  margin: 0 auto;
}
.knowWomenPage .topAuthor {
  text-align: right;
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  margin-top: -28px!important;
  margin-bottom: 12px;
}
.knowWomenPage .topAuthor br {
  display: none;
}
.knowWomenPage .quizArea .headList {
  border-bottom: 3px solid #e996a5;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
.knowWomenPage .quizArea .headList li {
  display: inline-block;
  width: 120px;
  vertical-align: bottom;
  margin: 0 2px;
}
.knowWomenPage .quizArea .headList li a {
  display: block;
  background: #f2f2f2;
  padding: 16px 0px;
  text-align: center;
  height: 60px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571;
}
.knowWomenPage .quizArea .headList li.one a {
  padding: 23px 0 11px;
}
.knowWomenPage .quizArea .headList li.active a {
  background: #e996a5;
  color: #fff;
}
.knowWomenPage .quizArea .headList li.active a span {
  display: inline-block;
  border-bottom: 1px solid #f4cbd2;
  padding-bottom: 3px;
}
.knowWomenPage .quizArea .headList li.active a:hover {
  text-decoration: none;
}
.knowWomenPage .quizArea .quizContents .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}
.knowWomenPage .quizArea .quizContents .quizBox {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.knowWomenPage .quizArea .quizContents .quizBox .qArea {
  padding: 0 20px;
}
.knowWomenPage .quizArea .quizContents .quizBox .qArea .qTitle {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
  background: #e996a5;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.knowWomenPage .quizArea .quizContents .quizBox .qArea .qText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: 25px;
}
.knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList {
  list-style: none;
}
.knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList li {
  padding: 1px 0 2px 32px;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList li.q1 {
  background: url(/img/know-women_icon_q1.png) no-repeat left top;
}
.knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList li.q2 {
  background: url(/img/know-women_icon_q2.png) no-repeat left top;
}
.knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList li.q3 {
  background: url(/img/know-women_icon_q3.png) no-repeat left top;
}
.knowWomenPage .quizArea .quizContents .quizBox .js-ansBox {
  display: none;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBox {
  background: #f6f6f6;
  padding: 20px;
  margin-top: 30px;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBox .aTitle {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
  background: #d73e58;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBox .aText {
  padding: 1px 0 2px 32px;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBox .aText.a1 {
  background: url(/img/know-women_icon_a1.png) no-repeat left top;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBox .aText.a2 {
  background: url(/img/know-women_icon_a2.png) no-repeat left top;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBox .aText.a3 {
  background: url(/img/know-women_icon_a3.png) no-repeat left top;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBox .detailBox {
  background: #fff;
  padding: 20px;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBox .detailBox p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBtn {
  text-align: center;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBtn span {
  margin-top: 30px;
  display: inline-block;
  background: url(/img/know-women_ans_btn_off.png) no-repeat 10px center;
  width: 180px;
  padding: 10px 0;
  text-align: center;
  border: 2px solid #e996a5;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBtn span:hover {
  border: 2px solid #f0aeba;
  color: #666;
  text-decoration: none;
}
.knowWomenPage .quizArea .quizContents .quizBox .ansBtn.active span {
  background: url(/img/know-women_ans_btn_on.png) no-repeat 10px center;
}

@media only screen and (max-width: 768px) {
  .knowWomenPage .visual {
/*    margin-bottom: 15px;*/
  }
  .knowWomenPage .topAuthor {
    text-align: right;
    color: #777;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
    margin-top: -14px!important;
    margin-bottom: 15px;
  }
  .knowWomenPage .topAuthor br {
    display: block;
  }
  .knowWomenPage .quizArea .headList {
    border-bottom: none;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .knowWomenPage .quizArea .headList li {
    display: block;
    width: 50%;
    float: left;
    vertical-align: middle;
    margin: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }
  .knowWomenPage .quizArea .headList li a {
    display: block;
    background: #f2f2f2;
    padding: 11px 0px;
    text-align: center;
    height: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .knowWomenPage .quizArea .headList li a br {
    display: none;
  }
  .knowWomenPage .quizArea .headList li.one a {
    padding: 11px 0;
    line-height: 18px;
  }
  .knowWomenPage .quizArea .headList li.active a {
    background: #e996a5;
    color: #fff;
    font-weight: bold;
  }
  .knowWomenPage .quizArea .headList li.active a span {
    display: inline-block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .knowWomenPage .quizArea .headList li.active a:hover {
    text-decoration: none;
  }
  .knowWomenPage .quizArea .quizContents .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: 20px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox {
    padding: 20px 0;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .qArea {
    padding: 0 10px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .qArea .qTitle {
    display: inline-block;
    width: 110px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .qArea .qText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList {
    list-style: none;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList li {
    padding: 0px 0 2px 22px;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList li.q1 {
    background: url(/img/sp_know-women_icon_q1.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList li.q2 {
    background: url(/img/sp_know-women_icon_q2.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .qArea .seleftList li.q3 {
    background: url(/img/sp_know-women_icon_q3.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBox {
    background: #f6f6f6;
    padding: 10px;
    margin-top: 20px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBox .aTitle {
    display: inline-block;
    width: 110px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBox .aText {
    padding: 0px 0 2px 22px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBox .aText.a1 {
    background: url(/img/sp_know-women_icon_a1.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBox .aText.a2 {
    background: url(/img/sp_know-women_icon_a2.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBox .aText.a3 {
    background: url(/img/sp_know-women_icon_a3.png) no-repeat left 2px;
    background-size: 17px 17px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBox .detailBox {
    background: #fff;
    padding: 10px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBox .detailBox p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.58333;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBtn {
    margin: 0 10px;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBtn span {
    margin-top: 20px;
    display: block;
    background: url(/img/sp_know-women_ans_btn_off.png) no-repeat 10px center;
    background-size: 13px 13px;
    width: auto;
  }
  .knowWomenPage .quizArea .quizContents .quizBox .ansBtn.active span {
    background: url(/img/sp_know-women_ans_btn_on.png) no-repeat 10px center;
    background-size: 13px 13px;
  }
}
/****************************************
hopeWomenPage
****************************************/
.hopeWomenPage .visual {
/*  margin-bottom: 10px;*/
}
.hopeWomenPage .visual img {
  display: block;
  margin: 0 auto;
}
.hopeWomenPage .topAuthor {
  text-align: right;
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  margin-top: -28px!important;
  margin-bottom: 12px;
}
.hopeWomenPage .topAuthor br {
  display: none;
}
.hopeWomenPage .ancList01 a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286;
}
.hopeWomenPage .surveyArea .headList {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid #e996a5;
  border-left: 2px solid #e996a5;
  table-layout: fixed;
  margin-bottom: 30px;
}
.hopeWomenPage .surveyArea .headList li {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 2px solid #e996a5;
  border-right: 2px solid #e996a5;
}
.hopeWomenPage .surveyArea .headList li a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 13px 0 13px 15px;
  background: #fff url(/img/bullet09.png) no-repeat 20px center;
}
.hopeWomenPage .surveyArea .headList li.active a {
  color: #fff;
  font-weight: bold;
  background: #e996a5;
  padding: 13px 0;
  pointer-events: none;
}
.hopeWomenPage .surveyArea .headList li.active a:hover {
  text-decoration: none;
}
.hopeWomenPage .surveyArea .surveyContents {
  margin-bottom: 30px;
}
.hopeWomenPage .surveyArea .surveyBox:first-child {
  border-top: 1px solid #ddd;
}
.hopeWomenPage .surveyArea .surveyBox dt {
  position: relative;
  padding: 15px 110px 15px 32px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.hopeWomenPage .surveyArea .surveyBox dt.s1 {
  background: url(/img/know-women_icon_q1.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt.s2 {
  background: url(/img/know-women_icon_q2.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt.s3 {
  background: url(/img/know-women_icon_q3.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt.s4 {
  background: url(/img/know-women_icon_q4.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt.s5 {
  background: url(/img/know-women_icon_q5.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt.s6 {
  background: url(/img/know-women_icon_q6.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt.s7 {
  background: url(/img/know-women_icon_q7.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt.s8 {
  background: url(/img/know-women_icon_q8.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt.s9 {
  background: url(/img/know-women_icon_q9.png) no-repeat left center;
}
.hopeWomenPage .surveyArea .surveyBox dt span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  background: url(/img/know-women_ans_btn_off.png) no-repeat right center;
  padding-right: 20px;
}
.hopeWomenPage .surveyArea .surveyBox dt.active span {
  background: url(/img/know-women_ans_btn_on.png) no-repeat right center;
}
.hopeWomenPage .surveyArea .surveyBox dd {
  display: none;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .kekka {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 30px;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .lead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #e996a5;
  margin-bottom: 20px;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .box2 .box {
  float: left;
  width: 50%;
  text-align: center;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .txt {
  margin-bottom: 25px;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .graph {
  margin-bottom: 25px;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .graph img {
  display: block;
  margin: 0 auto;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  text-align: center;
  margin-bottom: 25px;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .textArea {
  padding-top: 25px;
  border-top: 1px dashed #ddd;
}
.hopeWomenPage .surveyArea .surveyBox .resultArea .sText {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.23077;
  text-align: right;
}
.hopeWomenPage .aboutBox p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
}
.hopeWomenPage .aboutBox .name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-bottom: 0;
  color: #777;
  text-align: right;
}
.hopeWomenPage .aboutBox .name br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hopeWomenPage .visual {
/*    margin-bottom: 15px;*/
  }
  .hopeWomenPage .topAuthor {
    text-align: right;
    color: #777;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
    margin-top: -14px!important;
    margin-bottom: 15px;
  }
  .hopeWomenPage .topAuthor br {
    display: block;
  }
  .hopeWomenPage .ancList01 {
    margin-bottom: 20px;
  }
  .hopeWomenPage .ancList01 li {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .hopeWomenPage .ancList01 li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    font-weight: bold;
  }
  .hopeWomenPage .surveyArea .headList {
    display: block;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    margin-bottom: 20px;
  }
  .hopeWomenPage .surveyArea .headList li {
    display: block;
    margin-bottom: 10px;
    border: none;
  }
  .hopeWomenPage .surveyArea .headList li a {
    border: 2px solid #e996a5;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    background: #fff;
  }
  .hopeWomenPage .surveyArea .headList li a span {
    background: url(/img/sp_bullet09.png) no-repeat left center;
    background-size: 13px 13px;
    padding-left: 20px;
  }
  .hopeWomenPage .surveyArea .headList li.active a span {
    background: none;
    padding-left: 0;
  }
  .hopeWomenPage .surveyArea .surveyContents {
    margin-bottom: 20px;
  }
  .hopeWomenPage .surveyArea .surveyBox:first-child {
    border-top: 1px solid #ddd;
  }
  .hopeWomenPage .surveyArea .surveyBox dt {
    position: relative;
    padding: 8px 86px 8px 24px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s1 {
    background: url(/img/sp_know-women_icon_q1.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s2 {
    background: url(/img/sp_know-women_icon_q2.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s3 {
    background: url(/img/sp_know-women_icon_q3.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s4 {
    background: url(/img/sp_know-women_icon_q4.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s5 {
    background: url(/img/sp_know-women_icon_q5.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s6 {
    background: url(/img/sp_know-women_icon_q6.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s7 {
    background: url(/img/sp_know-women_icon_q7.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s8 {
    background: url(/img/sp_know-women_icon_q8.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.s9 {
    background: url(/img/sp_know-women_icon_q9.png) no-repeat left center;
    background-size: 17px 17px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt span {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.18182;
    height: 13px;
    font-weight: normal;
    background: url(/img/sp_know-women_ans_btn_off.png) no-repeat right center;
    background-size: 13px 13px;
    padding-right: 18px;
  }
  .hopeWomenPage .surveyArea .surveyBox dt.active span {
    background: url(/img/sp_know-women_ans_btn_on.png) no-repeat right center;
    background-size: 13px 13px;
  }
  .hopeWomenPage .surveyArea .surveyBox dd {
    display: none;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .kekka {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 25px;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .lead {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: bold;
    color: #e996a5;
    margin-bottom: 20px;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .box2.spnonef .box {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .box2 .box .note {
    padding: 0 10px;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .txt {
    margin-bottom: 20px;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .graph {
    margin-bottom: 20px;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .graph img {
    display: block;
    margin: 0 auto;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .note {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    text-align: center;
    margin-bottom: 20px;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .textArea {
    padding-top: 20px;
    border-top: 1px dashed #ddd;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .sText {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
  }
  .hopeWomenPage .surveyArea .surveyBox .resultArea .sText.t_left {
    text-align: left;
  }
  .hopeWomenPage .aboutBox p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-bottom: 0;
  }
  .hopeWomenPage .aboutBox .name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-bottom: 0;
    color: #777;
    text-align: right;
  }
  .hopeWomenPage .aboutBox .name br {
    display: block;
  }
}
/****************************************
resultIndexPage
****************************************/
.resultIndexPage .boxStyle01 {
  margin-bottom: 30px;
}
.resultIndexPage .btnList {
  font-size: 0;
  text-align: center;
}
.resultIndexPage .btnList li {
  display: inline-block;
  margin: 0 5px;
}

@media only screen and (max-width: 768px) {
  .resultIndexPage .boxStyle01 {
    margin-bottom: 20px;
  }
  .resultIndexPage .boxStyle01 p {
    margin-bottom: 0px;
  }
  .resultIndexPage .btnList {
    font-size: 0;
    text-align: center;
  }
  .resultIndexPage .btnList li {
    display: block;
    margin: 10px 0 0;
  }
  .resultIndexPage .btnList li a {
    width: auto;
  }
}
/****************************************
resultOverPage
****************************************/
@media only screen and (max-width: 768px) {
  .resultOverPage .contentsSection .t_center {
    text-align: left;
  }
}
/****************************************
resultDetailPage
****************************************/
.resultDetailPage .headList {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid #0070bd;
  border-left: 2px solid #0070bd;
  table-layout: fixed;
  margin-bottom: 30px;
}
.resultDetailPage .headList li {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 2px solid #0070bd;
  border-right: 2px solid #0070bd;
}
.resultDetailPage .headList li a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 13px 0 13px 15px;
  background: #fff url(/img/bullet02.png) no-repeat 20px center;
}
.resultDetailPage .headList li.active a {
  color: #fff;
  font-weight: bold;
  background: #0070bd;
  padding: 13px 0;
  pointer-events: none;
}
.resultDetailPage .headList li.active a:hover {
  text-decoration: none;
}
.resultDetailPage .ageBtn {
  text-align: right;
  margin-bottom: 0;
}
.resultDetailPage .toNo2Btn a {
  width: 220px;
}
.resultDetailPage .resultModalContent {
  padding: 40px 40px 30px;
}
.resultDetailPage .resultModalContent p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .resultDetailPage .contentsSection .t_center {
    text-align: left;
  }
  .resultDetailPage .headList {
    display: block;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    margin-bottom: 20px;
  }
  .resultDetailPage .headList li {
    display: block;
    margin-bottom: 10px;
    border: none;
  }
  .resultDetailPage .headList li a {
    border: 2px solid #0070bd;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    background: none;
  }
  .resultDetailPage .headList li a span {
    background: #fff url(/img/sp_bullet02.png) no-repeat left center;
    background-size: 12px 12px;
    padding-left: 17px;
  }
  .resultDetailPage .headList li.active a {
    color: #fff;
    font-weight: bold;
    background: #0070bd;
    padding: 13px 0;
    pointer-events: none;
  }
  .resultDetailPage .headList li.active a:hover {
    text-decoration: none;
  }
  .resultDetailPage .headList li.active a span {
    background: #0070bd;
  }
  .resultDetailPage .textBox p {
    margin-bottom: 20px;
  }
  .resultDetailPage .ageBtn {
    margin-bottom: 0 !important;
  }
  .resultDetailPage .ageBtn a {
    display: block;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #0070bd;
    text-align: center;
    padding: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #0070bd;
    background: #fff url(/img/icon_blank_02.png) no-repeat 96% center;
  }
  .resultDetailPage .toNo2Btn a {
    width: 80%;
  }
  .resultDetailPage .resultModalContent {
    padding: 40px 10px 20px;
  }
}
/****************************************
comicIndexPage
****************************************/
.comicIndexPage .leftImgArea .imageBox {
  margin-bottom: 0;
  padding-right: 40px;
}
.comicIndexPage .leftImgArea .imageBox img {
  display: block;
}
.comicIndexPage .leftImgArea .textBox .eps {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.comicIndexPage .leftImgArea .textBox .eps img {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.comicIndexPage .leftImgArea .textBox .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.16667;
  font-weight: bold;
  margin-bottom: 15px;
}
.comicIndexPage .leftImgArea .textBox .btnArea {
  margin-bottom: 15px;
}
.comicIndexPage .leftImgArea .textBox .btnArea a {
  margin: 0;
}
.comicIndexPage .leftImgArea .textBox .note {
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .comicIndexPage .boxStyle02 {
    margin-top: 20px;
  }
  .comicIndexPage .leftImgArea .imageBox {
    float: none;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .comicIndexPage .leftImgArea .imageBox img {
    display: block;
    margin: 0 auto;
  }
  .comicIndexPage .leftImgArea .textBox .eps {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .comicIndexPage .leftImgArea .textBox .eps img {
    position: relative;
    top: 2px;
    margin-right: 10px;
  }
  .comicIndexPage .leftImgArea .textBox .title {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.26316;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .comicIndexPage .leftImgArea .textBox .btnArea {
    margin-bottom: 15px;
  }
  .comicIndexPage .leftImgArea .textBox .btnArea a {
    margin: 0 auto;
  }
  .comicIndexPage .leftImgArea .textBox .note {
    color: #777;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.63636;
    margin-bottom: 0;
  }
}
/****************************************
searchPage
****************************************/
.searchPage .breadcrumbs {
  margin-bottom: 0;
}
.searchPage .searchMapArea {
  background: #e6f3fa;
  padding-top: 10px;
}
.searchPage .searchMapArea .mapWrap {
  width: 1024px;
  margin: 0 auto;
}
.searchPage .searchMapArea .noteArea {
  width: 920px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  line-height:1.83333;/*add*/
}

/****************************************
cautionMoviePage
****************************************/
.cautionMoviePage .lead {
  font-weight: bold;
}
.cautionMoviePage .movieArea {
  text-align: center;
  margin-bottom: 30px;
}
.cautionMoviePage .movieArea .jstream-eqPlayer {
  max-width: 100%;
}
.cautionMoviePage .movieArea .jstream-eqPlayer object {
  max-width: 100%;
}
.cautionMoviePage .name {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .cautionMoviePage .movieArea .h5_player,
  .cautionMoviePage .movieArea .player_main,
  .cautionMoviePage .movieArea .video_main,
  .cautionMoviePage .movieArea .btn_operation {
    width: 280px !important;
    height: 210px !important;
  }
  .cautionMoviePage .movieArea .jstream-eqPlayer {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 75% !important;
  }
  .cautionMoviePage .movieArea .jstream-eqPlayer a > div {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 75% !important;
  }
  .cautionMoviePage .movieArea .jstream-eqPlayer a > div img:first-child {
    width: 100% !important;
    height: auto !important;
  }
  .cautionMoviePage .movieArea .jstream-eqPlayer a > div img:last-child {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
  }
  .cautionMoviePage .movieArea .jstream-eqPlayer object {
    max-width: 100%;
  }
  .cautionMoviePage .name {
    margin-bottom: 10px;
  }
}
/****************************************
consultationPage
****************************************/
.consultationPage .imgArea {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.consultationPage .imgArea img {
  display: inline-block;
  margin: 0 4px;
}

@media only screen and (max-width: 768px) {
  .consultationPage .boxStyle01 .t_center {
    text-align: left;
    margin-bottom: 10px;
  }
  .consultationPage .boxStyle01 a {
    background-image: url(/img/icon_pc.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 13px 11px;
  }
  .consultationPage .imgArea {
    margin-top: 20px;
  }
  .consultationPage .imgArea img {
    display: block;
    margin: 10px auto;
  }
}
/****************************************
consultationFlowPage
****************************************/
.consultationFlowPage .checkupList dl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  border-bottom: 1px dashed #ddd;
  padding: 20px 0;
}
.consultationFlowPage .checkupList dl:first-child {
  border-top: 1px dashed #ddd;
}
.consultationFlowPage .checkupList dl:before, .consultationFlowPage .checkupList dl:after {
  display: block;
  overflow: hidden;
  content: "";
}
.consultationFlowPage .checkupList dl:after {
  clear: both;
}
.consultationFlowPage .checkupList dl dt {
  float: left;
  width: 205px;
  font-weight: bold;
  background: url(/img/bullet07.png) no-repeat left 8px;
  padding-left: 12px;
  box-sizing: border-box;
}
.consultationFlowPage .checkupList dl dd {
  float: right;
  width: 430px;
}

@media only screen and (max-width: 768px) {
  .consultationFlowPage .ancList01 li {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .consultationFlowPage .checkupList dl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
  }
  .consultationFlowPage .checkupList dl:first-child {
    border-top: 1px dashed #ddd;
  }
  .consultationFlowPage .checkupList dl dt {
    float: none;
    width: auto;
    background: url(/img/bullet07.png) no-repeat left 8px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .consultationFlowPage .checkupList dl dd {
    float: none;
    width: auto;
  }
}
/****************************************
cautionIndexPage
****************************************/
.cautionIndexPage .searchArea {
  margin: 20px 0;
  background: #ef653d;
  padding: 25px 20px;
  font-size: 0;
  text-align: center;
}
.cautionIndexPage .searchArea .icon {
  display: inline-block;
  vertical-align: middle;
}
.cautionIndexPage .searchArea .icon img {
  width: 73px;
  height: 60px;
}
.cautionIndexPage .searchArea .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}
.cautionIndexPage .searchArea .btn a {
  background: #ef653d url(/img/icon_search.png) no-repeat 20px center;
  padding: 20px 8px 20px 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.cautionIndexPage .searchArea .text {
  display: inline-block;
  vertical-align: middle;
  width: 328px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
  text-align: left;
}
.cautionIndexPage .infoContents {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}
.cautionIndexPage .infoContents p {
  margin-bottom: 20px;
}
.cautionIndexPage .infoContents .block {
  margin-bottom: 30px;
}
.cautionIndexPage .infoContents .block.last {
  margin-bottom: 0;
}
.cautionIndexPage .infoContents ul li {
  margin: 10px 0;
}

@media only screen and (max-width: 768px) {
  .cautionIndexPage .searchArea {
    margin: 10px 0;
    background: #ef653d;
    padding: 15px 10px;
    text-align: center;
  }
  .cautionIndexPage .searchArea .icon {
    display: block;
    margin-bottom: 15px;
  }
  .cautionIndexPage .searchArea .icon img {
    width: 59px;
    height: 48px;
  }
  .cautionIndexPage .searchArea .btn {
    display: block;
    vertical-align: middle;
    margin: 0 0 15px;
  }
  .cautionIndexPage .searchArea .btn a {
    background: #ef653d url(/img/sp_icon_search.png) no-repeat 10px center;
    background-size: 13px 13px;
    padding: 13px 8px 13px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    width: 100%;
  }
  .cautionIndexPage .searchArea .text {
    display: block;
    width: auto;
  }
  .cautionIndexPage .infoContents {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
  }
  .cautionIndexPage .infoContents p {
    margin-bottom: 20px;
  }
  .cautionIndexPage .infoContents .block {
    margin-bottom: 30px;
  }
  .cautionIndexPage .infoContents ul li {
    margin: 15px 0;
  }
}
/****************************************
forgeryPage
surveyPage
****************************************/
.forgeryPage .minText,
.surveyPage .minText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  color: #777;
}
.forgeryPage .relationLink,
.surveyPage .relationLink {
  margin-bottom: 20px;
}
.forgeryPage .relationLink li,
.surveyPage .relationLink li {
  margin-bottom: 15px;
}
.forgeryPage .aboutBox,
.surveyPage .aboutBox {
  margin-bottom: 30px;
}
.forgeryPage .aboutBox p,
.surveyPage .aboutBox p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.forgeryPage .pageNaviList li a,
.surveyPage .pageNaviList li a {
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.forgeryPage .pageNaviList li.active a,
.surveyPage .pageNaviList li.active a {
  background-image: none;
  color: #00ACDC;
}
.forgeryPage .pageNaviList li.active a:hover,
.surveyPage .pageNaviList li.active a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .forgeryPage .pageNaviList li a,
  .surveyPage .pageNaviList li a {
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .forgeryPage .pageNaviList li.active a,
  .surveyPage .pageNaviList li.active a {
    background-image: none;
    color: #00ACDC;
  }
  .forgeryPage .pageNaviList li.active a:hover,
  .surveyPage .pageNaviList li.active a:hover {
    text-decoration: none;
  }
}
/****************************************
forgeryIndexPage
****************************************/
.forgeryIndexPage .topLeadArea {
  text-align: center;
  font-size: 0;
}
.forgeryIndexPage .topLeadArea .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.forgeryIndexPage .topLeadArea .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #003966;
  margin-bottom: 0px;
}
.forgeryIndexPage .boxStyle01 {
  margin-bottom: 30px;
}
.forgeryIndexPage .boxStyle01 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .forgeryIndexPage .topLeadArea {
    text-align: center;
    font-size: 0;
  }
  .forgeryIndexPage .topLeadArea .image {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .forgeryIndexPage .topLeadArea .image img {
    width: 110px;
  }
  .forgeryIndexPage .topLeadArea .text {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    text-align: left;
  }
  .forgeryIndexPage .imgCenter img {
    width: 170px;
  }
  .forgeryIndexPage .boxStyle01 {
    margin-bottom: 30px;
  }
  .forgeryIndexPage .boxStyle01 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/****************************************
forgery01Page
****************************************/
.forgery01Page .imageArea02 img {
  margin: 0;
}

/****************************************
forgery02Page
****************************************/
.forgery02Page .titStyle03 {
  margin-bottom: 10px;
}
.forgery02Page .boxStyle03 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.forgery02Page .block {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .forgery02Page .titStyle03 {
    margin-bottom: 10px;
  }
  .forgery02Page .block {
    margin-bottom: 30px;
  }
}
/****************************************
forgery03Page
****************************************/
.forgery03Page .imageArea02 .inBox {
  vertical-align: top;
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  .forgery03Page .imageArea02 {
    margin-bottom: 0;
  }
  .forgery03Page .imageArea02 .inBox {
    vertical-align: top;
    margin: 0px 0px 20px;
  }
}
/****************************************
surveyIndexPage
****************************************/
@media only screen and (max-width: 768px) {
  .surveyIndexPage .imageArea01 img {
    width: 170px;
  }
}
/****************************************
survey02Page
****************************************/
.survey02Page .caseBox {
  margin-bottom: 20px;
}
.survey02Page .caseBox p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.survey02Page .hosoku {
  margin-bottom: 20px;
}
.survey02Page .hosoku li {
  position: relative;
  color: #777;
  word-wrap: break-word;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 10px;
}
.survey02Page .hosoku li span {
  position: absolute;
  left: 0;
  top: 0;
}

/****************************************
imgFix
****************************************/
@media only screen and (max-width: 768px) {
  .diagnosisAboutPage .img001 {
    width: 93px;
  }
  .diagnosisAboutPage .img002 {
    width: 110px;
  }
  .diagnosisAboutPage .img003 {
    width: 110px;
  }

  .why02Page .img001 {
    width: 110px;
  }

  .why03Page .img001 {
    width: 117px;
  }

  .why04Page .img001 {
    width: 125px;
  }

  .consultationFlowPage .imageBox img {
    width: 125px;
  }
}
/****************************************
adjustments style
****************************************/
.c_both {
  clear: both;
}

.b_white {
  background-color: #fff;
}

.b_black {
  background-color: #000;
}

.b_gray {
  background-color: #888;
}

.b_red {
  background-color: #f00;
}

.b_blue {
  background-color: #00f;
}

.b_green {
  background-color: #0f0;
}

.c_white {
  color: #fff;
}

.c_black {
  color: #000;
}

.c_gray {
  color: #888;
}

.c_red {
  color: #f00;
}

.c_blue {
  color: #00f;
}

.c_green {
  color: #0f0;
}

.d_none {
  display: none;
}

.d_block {
  display: block;
}

.d_table {
  display: table;
}

.d_tablecell {
  display: table-cell;
}

.d_inline {
  display: inline;
}

.d_inlineblock {
  display: inline-block;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_none {
  float: none;
}

.m_top5 {
  margin-top: 5px;
}

.m_top10 {
  margin-top: 10px;
}

.m_top15 {
  margin-top: 15px;
}

.m_top20 {
  margin-top: 20px;
}

.m_top25 {
  margin-top: 25px;
}

.m_top30 {
  margin-top: 30px;
}

.m_top35 {
  margin-top: 35px;
}

.m_top40 {
  margin-top: 40px;
}

.m_top45 {
  margin-top: 45px;
}

.m_top50 {
  margin-top: 50px;
}

.m_top55 {
  margin-top: 55px;
}

.m_top60 {
  margin-top: 60px;
}

.m_top65 {
  margin-top: 65px;
}

.m_top70 {
  margin-top: 70px;
}

.m_top75 {
  margin-top: 75px;
}

.m_top80 {
  margin-top: 80px;
}

.m_top85 {
  margin-top: 85px;
}

.m_top90 {
  margin-top: 90px;
}

.m_top95 {
  margin-top: 95px;
}

.m_top100 {
  margin-top: 100px;
}

.m_bottom5 {
  margin-bottom: 5px;
}

.m_bottom10 {
  margin-bottom: 10px;
}

.m_bottom15 {
  margin-bottom: 15px;
}

.m_bottom20 {
  margin-bottom: 20px;
}

.m_bottom25 {
  margin-bottom: 25px;
}

.m_bottom30 {
  margin-bottom: 30px;
}

.m_bottom35 {
  margin-bottom: 35px;
}

.m_bottom40 {
  margin-bottom: 40px;
}

.m_bottom45 {
  margin-bottom: 45px;
}

.m_bottom50 {
  margin-bottom: 50px;
}

.m_bottom55 {
  margin-bottom: 55px;
}

.m_bottom60 {
  margin-bottom: 60px;
}

.m_bottom65 {
  margin-bottom: 65px;
}

.m_bottom70 {
  margin-bottom: 70px;
}

.m_bottom75 {
  margin-bottom: 75px;
}

.m_bottom80 {
  margin-bottom: 80px;
}

.m_bottom85 {
  margin-bottom: 85px;
}

.m_bottom90 {
  margin-bottom: 90px;
}

.m_bottom95 {
  margin-bottom: 95px;
}

.m_bottom100 {
  margin-bottom: 100px;
}

.m_left5 {
  margin-left: 5px;
}

.m_left10 {
  margin-left: 10px;
}

.m_left15 {
  margin-left: 15px;
}

.m_left20 {
  margin-left: 20px;
}

.m_left25 {
  margin-left: 25px;
}

.m_left30 {
  margin-left: 30px;
}

.m_left35 {
  margin-left: 35px;
}

.m_left40 {
  margin-left: 40px;
}

.m_left45 {
  margin-left: 45px;
}

.m_left50 {
  margin-left: 50px;
}

.m_left55 {
  margin-left: 55px;
}

.m_left60 {
  margin-left: 60px;
}

.m_left65 {
  margin-left: 65px;
}

.m_left70 {
  margin-left: 70px;
}

.m_left75 {
  margin-left: 75px;
}

.m_left80 {
  margin-left: 80px;
}

.m_left85 {
  margin-left: 85px;
}

.m_left90 {
  margin-left: 90px;
}

.m_left95 {
  margin-left: 95px;
}

.m_left100 {
  margin-left: 100px;
}

.m_right5 {
  margin-right: 5px;
}

.m_right10 {
  margin-right: 10px;
}

.m_right15 {
  margin-right: 15px;
}

.m_right20 {
  margin-right: 20px;
}

.m_right25 {
  margin-right: 25px;
}

.m_right30 {
  margin-right: 30px;
}

.m_right35 {
  margin-right: 35px;
}

.m_right40 {
  margin-right: 40px;
}

.m_right45 {
  margin-right: 45px;
}

.m_right50 {
  margin-right: 50px;
}

.m_right55 {
  margin-right: 55px;
}

.m_right60 {
  margin-right: 60px;
}

.m_right65 {
  margin-right: 65px;
}

.m_right70 {
  margin-right: 70px;
}

.m_right75 {
  margin-right: 75px;
}

.m_right80 {
  margin-right: 80px;
}

.m_right85 {
  margin-right: 85px;
}

.m_right90 {
  margin-right: 90px;
}

.m_right95 {
  margin-right: 95px;
}

.m_right100 {
  margin-right: 100px;
}

.p_top5 {
  padding-top: 5px;
}

.p_top10 {
  padding-top: 10px;
}

.p_top15 {
  padding-top: 15px;
}

.p_top20 {
  padding-top: 20px;
}

.p_top25 {
  padding-top: 25px;
}

.p_top30 {
  padding-top: 30px;
}

.p_top35 {
  padding-top: 35px;
}

.p_top40 {
  padding-top: 40px;
}

.p_top45 {
  padding-top: 45px;
}

.p_top50 {
  padding-top: 50px;
}

.p_top55 {
  padding-top: 55px;
}

.p_top60 {
  padding-top: 60px;
}

.p_top65 {
  padding-top: 65px;
}

.p_top70 {
  padding-top: 70px;
}

.p_top75 {
  padding-top: 75px;
}

.p_top80 {
  padding-top: 80px;
}

.p_top85 {
  padding-top: 85px;
}

.p_top90 {
  padding-top: 90px;
}

.p_top95 {
  padding-top: 95px;
}

.p_top100 {
  padding-top: 100px;
}

.p_bottom5 {
  padding-bottom: 5px;
}

.p_bottom10 {
  padding-bottom: 10px;
}

.p_bottom15 {
  padding-bottom: 15px;
}

.p_bottom20 {
  padding-bottom: 20px;
}

.p_bottom25 {
  padding-bottom: 25px;
}

.p_bottom30 {
  padding-bottom: 30px;
}

.p_bottom35 {
  padding-bottom: 35px;
}

.p_bottom40 {
  padding-bottom: 40px;
}

.p_bottom45 {
  padding-bottom: 45px;
}

.p_bottom50 {
  padding-bottom: 50px;
}

.p_bottom55 {
  padding-bottom: 55px;
}

.p_bottom60 {
  padding-bottom: 60px;
}

.p_bottom65 {
  padding-bottom: 65px;
}

.p_bottom70 {
  padding-bottom: 70px;
}

.p_bottom75 {
  padding-bottom: 75px;
}

.p_bottom80 {
  padding-bottom: 80px;
}

.p_bottom85 {
  padding-bottom: 85px;
}

.p_bottom90 {
  padding-bottom: 90px;
}

.p_bottom95 {
  padding-bottom: 95px;
}

.p_bottom100 {
  padding-bottom: 100px;
}

.p_left5 {
  padding-left: 5px;
}

.p_left10 {
  padding-left: 10px;
}

.p_left15 {
  padding-left: 15px;
}

.p_left20 {
  padding-left: 20px;
}

.p_left25 {
  padding-left: 25px;
}

.p_left30 {
  padding-left: 30px;
}

.p_left35 {
  padding-left: 35px;
}

.p_left40 {
  padding-left: 40px;
}

.p_left45 {
  padding-left: 45px;
}

.p_left50 {
  padding-left: 50px;
}

.p_left55 {
  padding-left: 55px;
}

.p_left60 {
  padding-left: 60px;
}

.p_left65 {
  padding-left: 65px;
}

.p_left70 {
  padding-left: 70px;
}

.p_left75 {
  padding-left: 75px;
}

.p_left80 {
  padding-left: 80px;
}

.p_left85 {
  padding-left: 85px;
}

.p_left90 {
  padding-left: 90px;
}

.p_left95 {
  padding-left: 95px;
}

.p_left100 {
  padding-left: 100px;
}

.p_right5 {
  padding-right: 5px;
}

.p_right10 {
  padding-right: 10px;
}

.p_right15 {
  padding-right: 15px;
}

.p_right20 {
  padding-right: 20px;
}

.p_right25 {
  padding-right: 25px;
}

.p_right30 {
  padding-right: 30px;
}

.p_right35 {
  padding-right: 35px;
}

.p_right40 {
  padding-right: 40px;
}

.p_right45 {
  padding-right: 45px;
}

.p_right50 {
  padding-right: 50px;
}

.p_right55 {
  padding-right: 55px;
}

.p_right60 {
  padding-right: 60px;
}

.p_right65 {
  padding-right: 65px;
}

.p_right70 {
  padding-right: 70px;
}

.p_right75 {
  padding-right: 75px;
}

.p_right80 {
  padding-right: 80px;
}

.p_right85 {
  padding-right: 85px;
}

.p_right90 {
  padding-right: 90px;
}

.p_right95 {
  padding-right: 95px;
}

.p_right100 {
  padding-right: 100px;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.t_underline {
  text-decoration: underline;
}

.t_none {
  text-decoration: none;
}

.t_bold {
  font-weight: bold;
}

.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.v_top {
  vertical-align: top;
}

.v_middle {
  vertical-align: middle;
}

.v_bottom {
  vertical-align: bottom;
}

.v_hidden {
  visibility: hidden;
}

.v_visible {
  visibility: visible;
}

.w_5 {
  width: 5%;
}

.w_10 {
  width: 10%;
}

.w_15 {
  width: 15%;
}

.w_20 {
  width: 20%;
}

.w_25 {
  width: 25%;
}

.w_30 {
  width: 30%;
}

.w_35 {
  width: 35%;
}

.w_40 {
  width: 40%;
}

.w_45 {
  width: 45%;
}

.w_50 {
  width: 50%;
}

.w_55 {
  width: 55%;
}

.w_60 {
  width: 60%;
}

.w_65 {
  width: 65%;
}

.w_70 {
  width: 70%;
}

.w_75 {
  width: 75%;
}

.w_80 {
  width: 80%;
}

.w_85 {
  width: 85%;
}

.w_90 {
  width: 90%;
}

.w_95 {
  width: 95%;
}

.w_100 {
  width: 100%;
}

