@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *	IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
 */
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
	  in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --color-body: #333;
  --color-gr: #278e5e;
  --color-lgr: #9ec449;
  --color-gl: #707070;
  --color-lgl: #ccc;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9;
  color: var(--color-body);
  background: #fff;
  font-weight: normal;
  font-feature-settings: "pkna" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  word-break: break-all;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: var(--color-body);
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

input, button, textarea, select {
  appearance: none;
  border-radius: 0;
  border: 0;
}

.global-header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .global-header {
    padding: 0 10px;
  }
}
.global-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .global-header__top {
    padding: 15px 0;
  }
}
.global-header__logo {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .global-header__logo {
    height: 50px;
  }
}
.global-header__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 30px;
  margin: 0 -10px;
  background-color: var(--color-gr);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .global-header__title {
    height: 40px;
    margin: 0 calc(-50vw + 480px);
  }
}

.search {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search {
    display: none;
    padding: 10px;
    position: fixed;
    top: 50px;
    left: 0;
    background-color: var(--color-gr);
  }
}
@media screen and (min-width: 768px) {
  .search {
    width: 260px;
  }
}
.search .gsc-control-cse {
  padding: 0;
  border: solid 1px var(--color-lgr);
}
.search .gsc-search-box {
  margin-bottom: 0;
  border: 0;
}
.search .gsc-search-box .gsc-input {
  padding: 0;
}
.search .gsc-search-box .gsc-input .gsc-input-box {
  border: 0;
}
.search .gsc-search-box .gsc-input .gsib_a {
  padding: 0 0.5em;
}
.search .gsc-search-button {
  margin: 0;
}
.search .gsc-search-button-v2 {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--color-lgr);
}

.btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 42px;
  font-size: 2rem;
  color: var(--color-gl);
}
@media screen and (min-width: 768px) {
  .btn-search {
    display: none;
  }
}

.btn-menu {
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu span {
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: var(--color-gl);
  position: absolute;
  right: 0;
  transition: all 0.5s;
}
.btn-menu span:first-child {
  top: 10%;
}
.btn-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.btn-menu span:last-child {
  bottom: 10%;
}
.btn-menu.open span {
  left: 0;
}
.btn-menu.open span:first-child {
  width: 100%;
  top: 50%;
  bottom: 50%;
  transform: rotate(-45deg);
}
.btn-menu.open span:nth-child(2) {
  width: 0;
  top: 0;
  bottom: 0;
}
.btn-menu.open span:last-child {
  width: 100%;
  top: 50%;
  bottom: 50%;
  transform: rotate(45deg);
}

.breadcrumbs {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 7px 0;
  border-bottom: dotted 1px var(--color-lgl);
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 7px 10px;
  }
}

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}

.sidebar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sidebar {
    order: 0;
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .global-menu {
    display: none;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  .global-menu {
    display: block !important;
  }
}
.global-menu li {
  border: solid 1px var(--color-lgl);
}
@media screen and (max-width: 767px) {
  .global-menu li {
    border-left: 0;
    border-right: 0;
  }
}
.global-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.global-menu__list > .menu-item-has-children {
  border-bottom: 0;
}
.global-menu__list > .menu-item-has-children > a {
  background-color: var(--color-lgr);
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .global-menu__list > .menu-item-has-children > .sub-menu {
    margin-bottom: 20px;
    border-bottom: solid 1px var(--color-lgl);
  }
}
.global-menu .sub-menu li {
  border-width: 1px 0 0 0;
}
.global-menu .sub-menu .sub-menu li a:before {
  content: "- ";
  padding-left: 1em;
}

.global-footer__info {
  padding: 40px 10px;
  background-color: #edf5f0;
}
@media screen and (min-width: 768px) {
  .global-footer__info {
    padding: 40px calc(50% - 480px);
  }
}
.global-footer__title {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
.global-footer__title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2rem;
  margin-right: 0.5rem;
  background-color: var(--color-gr);
  vertical-align: middle;
}
.global-footer .address {
  font-style: normal;
}
.global-footer .address__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.global-footer__free {
  margin-top: 25px;
  padding-top: 25px;
  border-top: solid 1px var(--color-gl);
}

.copyright {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}

main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main {
    order: 1;
    width: 700px;
  }
}

#toc_container {
  padding: 20px;
}
#toc_container .toc_title {
  text-align: left !important;
}
#toc_container .toc_list {
  padding-top: 1em;
  border-top: dotted 1px var(--color-lgl);
}
#toc_container .toc_list > li {
  margin-bottom: 1em;
}
#toc_container .toc_list > li:before {
  content: "■";
}
#toc_container .toc_list > li:last-child {
  margin-bottom: 0;
}
#toc_container .toc_list ul li:before {
  content: "- ";
}

@media screen and (max-width: 767px) {
  .page-content {
    padding: 0 10px;
  }
}
.page-content__title {
  margin-bottom: 4rem;
  font-size: 2.4rem;
}
.page-content h2 {
  margin: 2rem 0;
  padding: 0.6rem 1rem;
  background-color: var(--color-gr);
  color: #fff;
  font-size: 1.8rem;
}
.page-content h3 {
  margin: 1em 0;
  padding: 0.4rem 1rem;
  border-left: solid 3px var(--color-lgr);
  border-bottom: solid 1px var(--color-lgr);
}
.page-content h4 {
  margin: 1.75rem 0 0.5em;
  font-size: 1.5rem;
}
.page-content h4:before {
  content: "◆";
  color: var(--color-gr);
}
.page-content h5 {
  margin-top: 1.75rem;
  color: var(--color-gr);
  font-size: 1.5rem;
}
.page-content h6 {
  margin-top: 1.75rem;
  font-size: 1.4rem;
}
.page-content table {
  width: 100%;
  border-collapse: collapse;
}
.page-content table th, .page-content table td {
  border: 1px solid var(--color-gl);
}
.page-content table th {
  background-color: #ecf3d7;
}
.page-content p a {
  color: #0058d0;
}
.page-content p a:hover {
  text-decoration: underline;
}
.page-content p a[target=_blank]:after {
  content: "\f2d2";
  display: inline-block;
  margin: 0 0.2em;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* 追加 */
.page-content ul {
  list-style: disc;
	margin: 1em 0 1em 2rem;
}
.page-content ol {
	margin: 1em 0 1em 2rem;
	list-style: auto;
}
.page-content li a {
  color: #0058d0;
}
.page-content li a:hover {
  text-decoration: underline;
}
/* 追加ここまで */

.link-block {
  display: block;
  padding: 1.7rem 3.5rem 1.7rem 2rem;
  position: relative;
  border: solid 1px var(--color-lgl);
  background-color: #f9f9f9;
	margin: 1em 0;
}
.link-block:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent var(--color-lgr);
}
.link-block__title {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: dotted 1px var(--color-lgl);
  font-size: 1.6rem;
  font-weight: bold;
}
.link-block__detail {
  font-size: 1.2rem;
}

.link-button {
  display: block;
  margin: 1em 0;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  border: solid 1px var(--color-lgl);
  background-color: #f9f9f9;
}
.link-button:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent var(--color-lgr);
}
.link-button--blank:before {
  content: "\f2d2";
  display: inline-block;
  margin: 0 0.2em;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #0058d0;
  line-height: 1;
}
.link-button--pdf:before {
  content: "\f1c1";
  display: inline-block;
  margin: 0 0.2em;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #ff0000;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.js-inview {
  transition-delay: 0.5s;
}
.js-inview * {
  transition-delay: 0.5s;
}

aside.sidebar .banner{
	margin-top: 8px;
}

aside.sidebar .banner a{
	display: block;
	width: 100%;
	margin-top:8px;
	text-align: center;
}

aside.sidebar .banner a img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	aside.sidebar .banner a img{
		width: 80%;
	}
}