html {
  overflow-x: auto;
  overflow-y: scroll
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none
}

a {
  background: transparent;
  outline: 0 !important
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

article,
aside,
footer,
header,
small,
nav,
section,
figure,
figcaption,
main {
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: baseline;
  list-style: none;
  background-color: transparent;
  outline: none
}

audio,
canvas,
video {
  display: inline-block
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0
}

img {
  line-height: 1;
  vertical-align: middle
}

a img {
  border: none
}

img[usemap],
map area {
  border: none !important;
  outline: none !important
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

dt,
dd,
li,
th,
td,
input,
textarea {
  text-align: left;
  vertical-align: top
}

input,
textarea,
button {
  margin: 0;
  padding: 0
}

button,
label {
  background-color: transparent;
  cursor: pointer
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  font-family: Helvetica, Arial, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700
}

input,
textarea,
button,
select {
  font-size: 100%;
  outline: none
}

a {
  text-decoration: none;
  text-decoration-color: #b3b2af
}

i,
address,
cite {
  font-style: normal
}

a:hover,
a:active {
  text-decoration: none;
}

a,
input,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.no-touchevents a[href^=tel] {
  pointer-events: none
}

img {
  display: block;
  width: 100%;
  height: auto
}

* {
  box-sizing: border-box
}

@keyframes blink {
  0% {
    opacity: 1
  }

  20% {
    opacity: 0.5
  }

  100% {
    opacity: 1
  }
}

@media screen and (max-width: 959px) {
  .l-document {
    overflow: hidden
  }
}

@media screen and (min-width: 960px) {
  .l-document {
    min-width: 1280px
  }
}

@media screen and (min-width:768px) {
  .pc_only {
    display: block
  }
  .sp_only {
    display: none
  }
}
@media screen and (max-width:767px) {
  .pc_only {
    display: none
  }
  .sp_only {
    display: block
  }
}

.width_fix {
  width: 1000px;
  margin: 0 auto;
}
header .width_fix,
footer .width_fix {
  width: 1200px;
}
@media screen and (max-width:767px) {
  .width_fix,
  header .width_fix,
  footer .width_fix {
    width: 100%;
    padding: 0 10px;
  }
}

header,
footer {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
header {
  display: flex;
  color: #000;
  height: 80px;
  background: #fedf46;
  overflow: hidden
}

header .l-header_logo {
  display: flex;
  align-items: center;
  height: 100%;
}

header .l-header_logo > a > img {
  width: max(10.72165vw, 138.66667px);
}

header .l-header_logo > a > img:hover {
  opacity: 0.7;
}

header .l-header_logo > span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #f08300;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 10px;
  margin-left: max(.89348vw, 11.55556px)
}

header .l-header_logo > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #000 transparent transparent
}
@media screen and (max-width:767px) {
  header .l-header_logo > span {
    display: none
  }
}

header .l-header_logo > strong {
  font-weight: 700;
  letter-spacing: .04em;
  margin-left: max(1.30585vw, 16.88889px);
  font-size: max(1.23712vw, 16px);
}

.container {
  padding: 0 0 60px 0;
}
@media screen and (max-width:767px) {
  .container {
    padding: 0 0 30px 0;
  }
}

#toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 20px 10px;
  margin: 0 auto 20px;
  width: 80%;
  display: table;
  font-size: 95%;
}
@media screen and (max-width:767px) {
  #toc_container {
    width: 100%;
  }
}
#toc_container .toc_title {
  font-size: 1.4em;
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#toc_container .toc_title+ul.toc_list {
  margin: 1em 0 0 0;
}
#toc_container ul {
  padding: 0;
}
#toc_container ul li {
  list-style-type: none;
  padding: 0 0 0 12px;
  line-height: 2;
}
#toc_container ul li a:hover {
  text-decoration: underline
}
#toc_container ul ul {
  margin: 0 0 0 1.5em;
}

.title {
  font-size: 34px;
  font-weight: 700;
  padding: 0 0 30px 0;
}
@media screen and (max-width:767px) {
  .title {
    font-size: 24px;
  }
}
.cate {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.cate a {
  color: #fff;
  background: #aaa;
  padding: 5px;
  margin: 0 0 0 10px;
}

.update_date {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.update_date span {
  margin: 0 0 0 10px;
}

.content {
  padding: 20px 0 0 0;
}
.content p {
  margin: 0 0 1.3em 0;
}

h2 {
  font-size: 1.65em;
  font-weight: 700;
  border-left: 6px solid #f79646;
  background: #f0e8da;
  padding: 15px;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: 2px solid #f79646;
  padding: 3px 10px;
  margin: 1.3em 0;
}

h4 {
  font-size: 1.45em;
  font-weight: 700;
  border-bottom: 1px dashed #212121;
  padding: 3px 10px;
  margin: 1.2em 0;
}

.marker {
  display: inline-block;
  background: linear-gradient(transparent 50%, #ffd6009e 50%);
}

ul.check {
  list-style-type: none;
  margin: 0;
}
ul.check li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}
ul.check li:after, ul.check li:before {
  position: absolute;
  content: '';
  display: block;
  background: #FFC107;
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}
ul.check li:before {
  top: 0.6em;
  left: 0.2em;
  height: 8px;
  transform: rotate(-45deg);
}

ul,
ol {
  padding: 0.5em;
  margin: 0 0 0 20px;
}
ul li,
ol li {
  line-height: 1.6;
  padding: 5px 0;
}

table {
  box-shadow: 0 0 10px #00000073;
  width: 100%;
  margin: 20px 0;
  table-layout: fixed;
}

table tr th {
  color: #fff;
  border-right: 1px solid #aaa;
  background: #fedf46;
  padding: 15px;
}
table tr td {
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  padding: 15px;
  overflow-wrap: anywhere;
}
table tr th:last-of-type,
table tr td:last-of-type {
  border-right: none;
}

.box {
  border: 2px solid #2d913d;
  margin: 1.2rem 5%;
}
@media screen and (max-width:767px) {
  .box {
    margin: 1.2rem 0;
  }
}
.box .title {
  display: inline-block;
  font-size: 1.4em;
  color: #ffffff;
  font-weight: bold;
  background: #00913D;
  padding: 5px 10px;
}
.box .contents_block {
  padding: 10px;
}
.box ul li {
  list-style-type: none;
}

.button {
  display: flex;
  justify-content: center;
}
.button a {
  display: inline-block;
  color: #fff;
  border-radius: 9999px;
  background: #00d084;
  text-align: center;
  max-width: 500px;
  padding: 10px 25px;
}
.button a:hover {
  opacity: 0.7;
}

footer {
  background: #d3fef6;
}

footer img.city-bg {
  width: 100%;
  height: auto;
  background: #fff;
}

.wrap-bottom-footer {
  padding: 80px 0 30px;
}

footer .logos {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  footer .logos {
    padding: 0 10px;
  }
}

footer .logos .logo {
  flex: 1;
  text-align: center;
}

footer .logos .logo > img {
  width: 100%;
  height: 55px;
  margin: 0 auto 15px;
}
@media screen and (max-width:767px) {
  footer .logos .logo > img {
    height: 40px;
  }
}

footer .logos .logo a {
  display: inline-flex;
  gap: 5px;
  border-bottom: 2px dotted #707070;
  padding-bottom: 3px;
}

footer .logos .logo span {
  font-size: 14px;
  font-family: ZenMaruGothicMedium;
  color: #2f2f2f;
}
@media screen and (max-width:767px) {
  footer .logos .logo span {
    font-size: 12px;
  }
}

footer .logos .logo a img {
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
}

.copy-right {
  margin: 0 auto;
  width: fit-content;
  margin-top: 70px;
}

/* ==================================================
  Breadcrumb (パンくずリスト)
================================================== */
.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 4px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  white-space: nowrap;
}
.breadcrumb ul li {
  padding: 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
  white-space: nowrap;
}
.breadcrumb ul li a {
  text-decoration: underline;
  color: #333;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}
.breadcrumb-separator {
  margin-left: 8px;
}