:root {
  --accent_green: #00a23e;
  --accent_orange: #e87e00;
  --accent_yellow: #fff200;
  --border-index_v: #68bffd;
  --border-dotted: #999999;
  --border-gray: #bbbbbb;
  --border-darkgray: #6b6b6b;
  --border-lightgreen: #7fd19e;
  --bg-gray: #f2f2f2;
  --bg-darkgray: #c1c1c1;
  --bg-lightgreen: #e7f4e1;
  --color-warning: #ea1515;
  --color-smakeblue: #043284;
  --bg-blue: #0097e2;
  --bg-lightblue: #68bffd;
  --bg-th-lightblue: #e6f6ff;
  --bg-th-lightyellow: #f1ffdc;
  --bg-question-index: #ebf9d9;

  --circle-size: 2em;
  --bg-circle-blue: var(--bg-blue);
  --bg-circle-red: #e82e2e;

  --border-breadcrumbs: #c3e9e7;
  --border-lightgreen: #a7d47e;

  --arrow-width: 0.75em;
  --arrow-step-width: 2rem;

  --container-max-width: 1024px;
  --spacing-xxs: 0.25rem;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 2.5rem;
  --spacing-xxl: 3rem;
  --spacing-main-x: 15px;
  --spacing-main-b: 5rem;
  --spacing-callout: 1rem;

  --height-icon: 3.5rem;
  --height-main-icon: 1.5em;

  --bg-login: #097e30;
  --bg-regist: var(--bg-lightblue);
}

@media screen and (max-width: 768px) {
  :root {
    --height-icon: 5rem;
  }
}

/* resset.dev • v5.0.2 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

.wysiwyg:not([id="#"]) html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

.wysiwyg:not([id="#"]) *,
.wysiwyg:not([id="#"]) ::before,
.wysiwyg:not([id="#"]) ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

.wysiwyg:not([id="#"]) ::before,
.wysiwyg:not([id="#"]) ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

.wysiwyg:not([id="#"]) * {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

.wysiwyg:not([id="#"]) *,
.wysiwyg:not([id="#"]) *::before,
.wysiwyg:not([id="#"]) *::after {
  min-inline-size: 0;
  /* overflow */
}

.wysiwyg:not([id="#"]) *,
.wysiwyg:not([id="#"]) *::before,
.wysiwyg:not([id="#"]) *::after {
  box-sizing: border-box;
}

/* # =================================================================
   # General elements
   # ================================================================= */

.wysiwyg:not([id="#"]) hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

.wysiwyg:not([id="#"]) h1,
.wysiwyg:not([id="#"]) h2,
.wysiwyg:not([id="#"]) h3,
.wysiwyg:not([id="#"]) h4,
.wysiwyg:not([id="#"]) h5,
.wysiwyg:not([id="#"]) h6,
.wysiwyg:not([id="#"]) small {
  font-weight: normal;
}

.wysiwyg:not([id="#"]) ul,
.wysiwyg:not([id="#"]) ol {
  list-style: none;
}

.wysiwyg:not([id="#"]) details,
.wysiwyg:not([id="#"]) main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

.wysiwyg:not([id="#"]) summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

.wysiwyg:not([id="#"]) small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

.wysiwyg:not([id="#"]) [hidden] {
  display: none;
  /* Add the correct display in IE */
}

.wysiwyg:not([id="#"]) abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

.wysiwyg:not([id="#"]) a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

.wysiwyg:not([id="#"]) a:active,
.wysiwyg:not([id="#"]) a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* link */

.wysiwyg:not([id="#"]) a {
}

.wysiwyg:not([id="#"]) a:link {
  text-decoration: none;
}

.wysiwyg:not([id="#"]) a:visited {
  text-decoration: none;
}

.wysiwyg:not([id="#"]) a:hover {
  text-decoration: underline;
}

.wysiwyg:not([id="#"]) a:active {
  text-decoration: underline;
}

.wysiwyg:not([id="#"]) code,
.wysiwyg:not([id="#"]) kbd,
.wysiwyg:not([id="#"]) pre,
.wysiwyg:not([id="#"]) samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

.wysiwyg:not([id="#"]) pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

.wysiwyg:not([id="#"]) b,
.wysiwyg:not([id="#"]) strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */

.wysiwyg:not([id="#"]) sub,
.wysiwyg:not([id="#"]) sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.wysiwyg:not([id="#"]) sub {
  bottom: -0.25em;
}

.wysiwyg:not([id="#"]) sup {
  top: -0.5em;
}

.wysiwyg:not([id="#"]) table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

.wysiwyg:not([id="#"]) iframe {
  border-style: none;
}

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

.wysiwyg:not([id="#"]) input {
  border-radius: 0;
}

.wysiwyg:not([id="#"]) [type="number"]::-webkit-inner-spin-button,
.wysiwyg:not([id="#"]) [type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

.wysiwyg:not([id="#"]) [type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

.wysiwyg:not([id="#"]) [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

.wysiwyg:not([id="#"]) textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

.wysiwyg:not([id="#"]) button,
.wysiwyg:not([id="#"]) input,
.wysiwyg:not([id="#"]) optgroup,
.wysiwyg:not([id="#"]) select,
.wysiwyg:not([id="#"]) textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

.wysiwyg:not([id="#"]) optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

.wysiwyg:not([id="#"]) button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

.wysiwyg:not([id="#"]) button,
.wysiwyg:not([id="#"]) select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

.wysiwyg:not([id="#"]) button,
.wysiwyg:not([id="#"]) [type="button"],
.wysiwyg:not([id="#"]) [type="reset"],
.wysiwyg:not([id="#"]) [type="submit"],
.wysiwyg:not([id="#"]) [role="button"] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */

.wysiwyg:not([id="#"]) button::-moz-focus-inner,
.wysiwyg:not([id="#"]) [type="button"]::-moz-focus-inner,
.wysiwyg:not([id="#"]) [type="reset"]::-moz-focus-inner,
.wysiwyg:not([id="#"]) [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */

.wysiwyg:not([id="#"]) button:-moz-focusring,
.wysiwyg:not([id="#"]) [type="button"]::-moz-focus-inner,
.wysiwyg:not([id="#"]) [type="reset"]::-moz-focus-inner,
.wysiwyg:not([id="#"]) [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

.wysiwyg:not([id="#"]) button,
.wysiwyg:not([id="#"]) html [type="button"],
.wysiwyg:not([id="#"]) [type="reset"],
.wysiwyg:not([id="#"]) [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */

.wysiwyg:not([id="#"]) button,
.wysiwyg:not([id="#"]) input,
.wysiwyg:not([id="#"]) select,
.wysiwyg:not([id="#"]) textarea {
  background-color: transparent;
  border-style: none;
}

.wysiwyg:not([id="#"]) a:focus,
.wysiwyg:not([id="#"]) button:focus,
.wysiwyg:not([id="#"]) input:focus,
.wysiwyg:not([id="#"]) select:focus,
.wysiwyg:not([id="#"]) textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */

.wysiwyg:not([id="#"]) select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

.wysiwyg:not([id="#"]) select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

.wysiwyg:not([id="#"]) select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

.wysiwyg:not([id="#"]) legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

.wysiwyg:not([id="#"]) ::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */

.wysiwyg:not([id="#"]) [disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

.wysiwyg:not([id="#"]) img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

.wysiwyg:not([id="#"]) progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */

.wysiwyg:not([id="#"]) [aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

.wysiwyg:not([id="#"]) [aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

.wysiwyg:not([id="#"]) [aria-disabled="true"] {
  cursor: default;
}

.wysiwyg:not([id="#"]) {
  display: block;
  gap: unset;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
}

.wysiwyg:not([id="#"]) h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.wysiwyg:not([id="#"]) h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.wysiwyg:not([id="#"]) h4 {
  font-size: 1.125rem;
  font-weight: bold;
}

.wysiwyg:not([id="#"]) h5 {
  font-size: 1.125rem;
}

.wysiwyg:not([id="#"]) h6 {
  font-size: 1.125rem;
}

.wysiwyg:not([id="#"]) img {
  width: unset;
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
  margin-left: unset;
  margin-right: unset;
}

.wysiwyg:not([id="#"]) p.date {
  margin-bottom: var(--spacing-sm);
}

.wysiwyg:not([id="#"]) a {
  color: var(--accent_green);
}

:is(.wysiwyg:not([id="#"]) a):has(img) {
  display: block;
  width: fit-content;
}

:is(.wysiwyg:not([id="#"]) a):has(img.left) {
  text-align: left;
}

:is(.wysiwyg:not([id="#"]) a):has(img.alC) {
  text-align: center;
}

:is(.wysiwyg:not([id="#"]) a) > :has(img.alR) {
  text-align: right;
}

:is(.wysiwyg:not([id="#"]) a) > img.left,
:is(.wysiwyg:not([id="#"]) a) > img.alR,
:is(.wysiwyg:not([id="#"]) a) > img.alC {
  margin-right: 0;
  margin-left: 0;
}

.wysiwyg:not([id="#"]) b {
  display: inline-block;
}

.wysiwyg:not([id="#"]) h3 {
  border-left: 5px solid var(--border-index_v);
  padding: 0.5rem 2rem;
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);

  position: relative;
}

:is(.wysiwyg:not([id="#"]) h3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: -0.5em;
  left: 0;
  border-bottom: 1px dotted var(--border-dotted);
}

.wysiwyg:not([id="#"]) h3 + * {
  margin-top: var(--spacing-md);
}

.wysiwyg:not([id="#"]) h4 + *,
.wysiwyg:not([id="#"]) h5 + *,
.wysiwyg:not([id="#"]) h6 + * {
  margin-top: var(--spacing-xs);
}

.wysiwyg:not([id="#"]) .txBold {
  font-weight: bold;
}

.wysiwyg:not([id="#"]) .txLine {
  text-decoration: underline;
}

.wysiwyg:not([id="#"]) .linkTxt {
  color: var(--accent_green);
}

:is(.wysiwyg:not([id="#"]) .linkTxt):visited,
:is(.wysiwyg:not([id="#"]) .linkTxt):link {
  color: var(--accent_green);
}

:is(.wysiwyg:not([id="#"]) .linkTxt):hover {
  text-decoration: underline;
}

.wysiwyg:not([id="#"]) I {
  font-style: italic;
}

.wysiwyg:not([id="#"]) table {
  table-layout: fixed;
  border-collapse: collapse;
}

:is(.wysiwyg:not([id="#"]) table) td {
  padding: 10px 15px;
}

.wysiwyg:not([id="#"]) ul,
.wysiwyg:not([id="#"]) ol {
  padding-left: 1.5rem;
}

:is(.wysiwyg:not([id="#"]) ul, .wysiwyg:not([id="#"]) ol) li {
  margin-bottom: 0.5em;
}

:is(.wysiwyg:not([id="#"]) ul[class=""], .wysiwyg:not([id="#"]) ul:not([class])) li {
  list-style: disc;
}

:is(.wysiwyg:not([id="#"]) ol[class=""], .wysiwyg:not([id="#"]) ol:not([class])) li {
  list-style: decimal;
}

.wysiwyg:not([id="#"]) .clear {
  clear: both;
}

.wysiwyg:not([id="#"]) .btnLink01 {
  padding-left: 0;
}

:is(.wysiwyg:not([id="#"]) .btnLink01) .green,
:is(.wysiwyg:not([id="#"]) .btnLink01) .red,
:is(.wysiwyg:not([id="#"]) .btnLink01) .gray,
:is(.wysiwyg:not([id="#"]) .btnLink01) .black {
  padding: var(--spacing-xs) var(--spacing-md);
  text-align: center;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: fit-content;
}

:is(.wysiwyg:not([id="#"]) .btnLink01) .small {
  padding: var(--spacing-xs) var(--spacing-sm);
}

:is(.wysiwyg:not([id="#"]) .btnLink01) .large {
  padding: var(--spacing-sm) var(--spacing-lg);
}

:is(.wysiwyg:not([id="#"]) .btnLink01):has(a) a {
  color: white;
}

:is(:is(.wysiwyg:not([id="#"]) .btnLink01):has(a) a):visited {
  color: white;
}

:is(.wysiwyg:not([id="#"]) .btnLink01) .green {
  background-color: var(--accent_green);
  color: white;
}

:is(.wysiwyg:not([id="#"]) .btnLink01) .red {
  background-color: var(--color-warning);
  color: white;
}

:is(.wysiwyg:not([id="#"]) .btnLink01) .gray {
  background-color: var(--bg-darkgray);
  color: black;
}

:is(:is(.wysiwyg:not([id="#"]) .btnLink01) .gray):has(a) a {
  color: #000;
}

:is(:is(:is(.wysiwyg:not([id="#"]) .btnLink01) .gray):has(a) a):visited {
  color: #000;
}

:is(.wysiwyg:not([id="#"]) .btnLink01) .black {
  background-color: #000;
  color: white;
}

.wysiwyg:not([id="#"]) .left {
  margin-right: auto;
}

.wysiwyg:not([id="#"]) .alC {
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg:not([id="#"]) .alR {
  margin-left: auto;
}
