/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
#contentsArea {
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /* PC/ sp exchange */
  /* ============================================ */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
  /**
   * Correct cursors for clickable elements.
   */
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
  /**
   * Fix appearance for Firefox
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
#contentsArea *,
#contentsArea ::before,
#contentsArea ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#contentsArea html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
#contentsArea body {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #contentsArea .pc {
    display: none;
  }
}
#contentsArea .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #contentsArea .sp {
    display: inline-block;
  }
}
#contentsArea p,
#contentsArea table,
#contentsArea blockquote,
#contentsArea address,
#contentsArea pre,
#contentsArea iframe,
#contentsArea form,
#contentsArea figure,
#contentsArea dl {
  margin: 0;
}
#contentsArea h1,
#contentsArea h2,
#contentsArea h3,
#contentsArea h4,
#contentsArea h5,
#contentsArea h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#contentsArea ul,
#contentsArea ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contentsArea dd {
  margin-left: 0;
}
#contentsArea hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
#contentsArea pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#contentsArea address {
  font-style: inherit;
}
#contentsArea a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  #contentsArea a:hover {
    opacity: 0.8;
  }
}
#contentsArea abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#contentsArea b,
#contentsArea strong {
  font-weight: bolder;
}
#contentsArea code,
#contentsArea kbd,
#contentsArea samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#contentsArea small {
  font-size: 80%;
}
#contentsArea sub,
#contentsArea sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#contentsArea sub {
  bottom: -0.25em;
}
#contentsArea sup {
  top: -0.5em;
}
#contentsArea svg,
#contentsArea img,
#contentsArea embed,
#contentsArea object,
#contentsArea iframe {
  vertical-align: bottom;
}
#contentsArea img,
#contentsArea figure,
#contentsArea picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#contentsArea button,
#contentsArea input,
#contentsArea optgroup,
#contentsArea select,
#contentsArea textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
#contentsArea button,
#contentsArea [type=button],
#contentsArea [type=reset],
#contentsArea [type=submit] {
  cursor: pointer;
}
#contentsArea button:disabled,
#contentsArea [type=button]:disabled,
#contentsArea [type=reset]:disabled,
#contentsArea [type=submit]:disabled {
  cursor: default;
}
#contentsArea :-moz-focusring {
  outline: auto;
}
#contentsArea select:disabled {
  opacity: inherit;
}
#contentsArea option {
  padding: 0;
}
#contentsArea fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
#contentsArea legend {
  padding: 0;
}
#contentsArea progress {
  vertical-align: baseline;
}
#contentsArea textarea {
  overflow: auto;
}
#contentsArea [type=number]::-webkit-inner-spin-button,
#contentsArea [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#contentsArea [type=search] {
  outline-offset: -2px; /* 1 */
}
#contentsArea [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#contentsArea ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#contentsArea [type=number] {
  -moz-appearance: textfield;
}
#contentsArea label[for] {
  cursor: pointer;
}
#contentsArea details {
  display: block;
}
#contentsArea summary {
  display: list-item;
}
#contentsArea [contenteditable]:focus {
  outline: auto;
}
#contentsArea table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
#contentsArea caption {
  text-align: left;
}
#contentsArea td,
#contentsArea th {
  vertical-align: top;
  padding: 0;
}
#contentsArea th {
  text-align: left;
  font-weight: bold;
}/*# sourceMappingURL=destyle.css.map */