/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
.cmshtml {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  font-family: "Noto Sans JP", 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /* 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.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /* 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 */
  /* ============================================ */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 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.
*/
}

.cmshtml *,
.cmshtml ::before,
.cmshtml ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

.cmshtml .cmsbody {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.cmshtml main {
  display: block;
}

.cmshtml p,
.cmshtml table,
.cmshtml blockquote,
.cmshtml address,
.cmshtml pre,
.cmshtml iframe,
.cmshtml form,
.cmshtml figure,
.cmshtml dl {
  margin: 0;
}

.cmshtml h1,
.cmshtml h2,
.cmshtml h3,
.cmshtml h4,
.cmshtml h5,
.cmshtml h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.cmshtml ul,
.cmshtml ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmshtml dt {
  font-weight: 700;
}

.cmshtml dd {
  margin-left: 0;
}

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

.cmshtml pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

.cmshtml address {
  font-style: inherit;
}

.cmshtml a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

.cmshtml abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

.cmshtml b,
.cmshtml strong {
  font-weight: 700;
}

.cmshtml code,
.cmshtml kbd,
.cmshtml samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

.cmshtml small {
  font-size: 80%;
}

.cmshtml sub,
.cmshtml sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.cmshtml sub {
  bottom: -0.25em;
}

.cmshtml sup {
  top: -0.5em;
}

.cmshtml svg,
.cmshtml img,
.cmshtml embed,
.cmshtml object,
.cmshtml iframe {
  vertical-align: bottom;
}

.cmshtml button,
.cmshtml input,
.cmshtml optgroup,
.cmshtml select,
.cmshtml 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 */
}

.cmshtml button,
.cmshtml [type="button"],
.cmshtml [type="reset"],
.cmshtml [type="submit"] {
  cursor: pointer;
}

.cmshtml button:disabled,
.cmshtml [type="button"]:disabled,
.cmshtml [type="reset"]:disabled,
.cmshtml [type="submit"]:disabled {
  cursor: default;
}

.cmshtml :-moz-focusring {
  outline: auto;
}

.cmshtml select:disabled {
  opacity: inherit;
}

.cmshtml option {
  padding: 0;
}

.cmshtml fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.cmshtml legend {
  padding: 0;
}

.cmshtml progress {
  vertical-align: baseline;
}

.cmshtml textarea {
  overflow: auto;
}

.cmshtml [type="number"]::-webkit-inner-spin-button,
.cmshtml [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.cmshtml [type="search"] {
  outline-offset: -2px;
  /* 1 */
}

.cmshtml [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.cmshtml ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.cmshtml [type="number"] {
  -moz-appearance: textfield;
}

.cmshtml label[for] {
  cursor: pointer;
}

.cmshtml details {
  display: block;
}

.cmshtml summary {
  display: list-item;
}

.cmshtml [contenteditable]:focus {
  outline: auto;
}

.cmshtml table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

.cmshtml caption {
  text-align: left;
}

.cmshtml td,
.cmshtml th {
  vertical-align: top;
  padding: 0;
}

.cmshtml th {
  text-align: left;
  font-weight: 700;
}
/*# sourceMappingURL=reset.css.map */