/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/*.ehoumaki_2026内でだけリセットがCSSが適用されるよう変更した*/
/* Reset box-model and set borders */
/* ============================================ */
.ehoumaki_2026 *,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* 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.
 */

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

/* Sections */
/* ============================================ */

/**
 * Render the `main` element consistently in IE.
 */

/* Vertical rhythm */
/* ============================================ */

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

/* Headings */
/* ============================================ */

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

/* Lists (enumeration) */
/* ============================================ */

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

.ehoumaki_2026 ol.procedure {
  margin-bottom: 70px;
}

/* Lists (definition) */
/* ============================================ */

.ehoumaki_2026 dt {
    font-weight: bold;
}

.ehoumaki_2026 dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

.ehoumaki_2026 hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

.ehoumaki_2026 address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

.ehoumaki_2026 b,
.ehoumaki_2026 strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

.ehoumaki_2026 sub {
    bottom: -0.25em;
}

.ehoumaki_2026 sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

.ehoumaki_2026 button,
.ehoumaki_2026 input,
.ehoumaki_2026 optgroup,
.ehoumaki_2026 select,
.ehoumaki_2026 textarea {
    -webkit-appearance: none; /* 1 */
    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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

.ehoumaki_2026 [type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

.ehoumaki_2026 [type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

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

.ehoumaki_2026 select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */

.ehoumaki_2026 option {
    padding: 0;
}

/**
 * Reset to invisible
 */

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

.ehoumaki_2026 legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

.ehoumaki_2026 progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

.ehoumaki_2026 textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

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

/**
 * Clickable labels
 */

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

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

.ehoumaki_2026 details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

.ehoumaki_2026 summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

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

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

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

.ehoumaki_2026 caption {
    text-align: left;
}

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

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