@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
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 */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   link
   -------------------------------------------------------------------------- */
a {
  cursor: pointer !important;
  text-decoration: none;
}

a:link {
  color: #5c3386;
} /* unvisited link */
a:visited {
  color: #5c3386;
} /* visited link */
a:hover {
  color: #5c3386;
} /* mouse over link */
a:active {
  color: #5c3386;
} /* selected link */
a:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
ul, ol {
  list-style: none;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------------------
   br
   -------------------------------------------------------------------------- */
br.m-pc-none {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  br.m-pc-none {
    display: none;
  }
}
br.m-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  br.m-sp-none {
    display: block;
    line-height: 0;
  }
}
/* -----------------------------------------------------------------------------
   common 01
   -------------------------------------------------------------------------- */
.tel-link a {
  text-decoration: none;
}

.m-mb-0 {
  margin-bottom: 0 !important;
}

.m-pb-0 {
  padding-bottom: 0 !important;
}

/* -----------------------------------------------------------------------------
   common 02
   -------------------------------------------------------------------------- */
.m-cmn-ttl-wrap {
  text-align: center;
}

.m-cmn-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl {
    font-size: 2.4rem;
  }
}
.m-cmn-ttl-us {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #258B28;
}

.m-cmn-line-ttl-wrap {
  position: relative;
  width: 100%;
}

.m-cmn-line-ttl-wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #E7E7E7;
  position: absolute;
  left: 0;
  bottom: 0;
}

.m-cmn-line-ttl-box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 18px;
  border-bottom: 4px solid #329D32;
  z-index: 1;
}

.m-cmn-line-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .m-cmn-line-ttl {
    font-size: 2.4rem;
  }
}
.m-cmn-line-ttl-us {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #258B28;
  margin-left: 8px;
}

/* -----------------------------------------------------------------------------
   common 03
   -------------------------------------------------------------------------- */
.m-topics-box > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
  padding: 15px 0;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (min-width: 768px) {
  .m-topics-box > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.m-topics-box > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m-topics-item-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.m-topics-item-info-date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #8F8F8F;
}

.m-topics-item-info-box ul {
  margin-left: 15px;
}

.m-topics-item-info-cate {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #258B28;
  border: 1px solid #258B28;
  border-radius: 4px;
  padding: 0 10px;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .m-topics-item-info-cate {
    white-space: nowrap;
  }
}
.m-topics-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-topics-item-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.m-topics-box > li:hover .m-topics-item-ttl {
  color: #333;
}
@media screen and (min-width: 768px) {
  .m-topics-box > li:hover .m-topics-item-ttl {
    color: #258B28;
  }
}
.m-topics-item-ttl span {
  display: inline;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #258B28;
  border: 1px solid #258B28;
  border-radius: 4px;
  white-space: normal;
  padding: 0 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .m-topics-item-ttl span {
    white-space: nowrap;
  }
}
.m-topics-item-ttl span.site-id-1 {
  display: none;
}

/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 1.8;
  overflow-y: scroll;
  height: 100%;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  min-width: 375px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
}

.l-header-mega-menu-wrap {
  padding: 0 20px;
  background-color: #197A1E;
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-header-mega-menu-wrap {
    display: block;
  }
}
.l-header-mega-menu-wrap ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-header-mega-menu-item {
  position: relative;
  border-radius: 2px;
  margin: 2px 0;
}

.l-header-mega-menu-item:hover {
  background-color: #258B28;
}

.l-header-mega-menu-item a {
  display: inline-block;
  padding: 6px 20px 6px 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.l-header-mega-menu-item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 3px;
  background-image: url(../img/common/cmn_ico02.png);
  background-size: cover;
  position: absolute;
  top: 15px;
  right: 7px;
}

.l-header-mega-menu-item:hover::after {
  background-image: url(../img/common/cmn_ico17.png);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-header-child-menu-wrap {
  visibility: hidden;
  position: absolute;
  top: 32px;
  left: auto;
  padding-top: 6px;
}

.l-header-mega-menu-item:hover .l-header-child-menu-wrap {
  visibility: visible;
}

.l-header-child-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 10px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

.l-header-child-menu a {
  color: #333;
  padding: 0;
}

.l-header-child-menu li:hover a {
  color: #258B28;
}

.l-header-child-menu a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/cmn_ico03.png);
  background-size: cover;
  margin-left: 8px;
}

.l-header-child-menu li:hover a::after {
  color: #258B28;
  background-image: url(../img/common/cmn_ico18.png);
}

.l-header-logo-wrap {
  padding: 0 13px 12px;
  border-top: 4px solid #197A1E;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-header-logo-wrap {
    padding: 12px 20px;
    border-top: 0;
  }
}
.l-header-logo-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-header-logo {
  width: 165px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .l-header-logo {
    width: 256px;
  }
}
.l-header-logo a {
  display: inline-block;
}

/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-gnav-wrap-sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .l-gnav-wrap-sp {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    top: -100%;
    left: 0;
    z-index: 11;
    background-color: #329D32;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 999px) {
  .is-open .l-gnav-wrap-sp {
    top: 50px;
  }
}
@media screen and (max-width: 999px) {
  #l-gnav-sp {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/* ------------------------------
   #l-gnav li
   ------------------------------ */
#l-gnav-sp > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  #l-gnav-sp > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#l-gnav-sp > ul > li {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid #fff;
}

#l-gnav-sp > ul > li:last-of-type {
  margin-bottom: 0;
}

.is-open #l-gnav > ul > li {
  margin-left: 0;
}

#l-gnav-sp > ul > li > a {
  display: block;
  font-weight: 500;
  color: #5c3386;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #l-gnav-sp > ul > li > a {
    color: #fff;
    padding: 0;
  }
}
/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-header-nav-toggle {
  display: none;
}
@media screen and (max-width: 999px) {
  #l-header-nav-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    right: 0;
    top: 4px;
    width: 82px;
    height: 46px;
    padding: 8px;
    cursor: pointer;
    z-index: 12;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #329D32;
  }
}
#l-header-nav-toggle span {
  display: block;
  position: absolute;
  width: 16px;
  border-bottom: solid 2px #fff;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#l-header-nav-toggle span:nth-child(1) {
  top: 19px;
}

#l-header-nav-toggle span:nth-child(2) {
  top: 25px;
}

@media screen and (max-width: 999px) {
  #l-header-nav-toggle {
    display: block;
  }
}
.is-open #l-header-nav-toggle span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 999px) {
  .is-open #l-header-nav-toggle span:nth-child(1) {
    border-bottom: solid 2px #fff;
  }
}
.is-open #l-header-nav-toggle span:nth-child(2),
.is-open #l-header-nav-toggle span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 999px) {
  .is-open #l-header-nav-toggle span:nth-child(2),
  .is-open #l-header-nav-toggle span:nth-child(3) {
    border-bottom: solid 2px #fff;
  }
}
#l-header-nav-toggle p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}

/* -----------------------------------------------------------------------------
		l-main
		-------------------------------------------------------------------------- */
.l-support-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-support-wrap {
    margin-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-support-contents-topics {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-topics {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer-nav-wrap {
  background-color: #F2F2F2;
}

.l-footer-nav-inner {
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-inner {
    padding: 15px 0;
  }
}
.l-footer-nav-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    gap: 0;
  }
}
.l-footer-nav-inner ul li {
  padding: 0;
  border-right: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-inner ul li {
    padding: 0 15px;
    border-right: 1px solid #CCCCCC;
    line-height: 1;
  }
}
.l-footer-nav-inner ul li a {
  color: #666666;
}

.l-footer-nav-inner ul li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/cmn_ico10.png);
  background-size: cover;
  margin-left: 8px;
}

.l-footer-nav-inner ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-inner ul li a:hover {
    text-decoration: underline;
  }
}
.l-footer-contents-wrap {
  padding: 25px 20px 40px;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-wrap {
    padding: 25px 20px;
  }
}
.l-footer-contents-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .l-footer-logo-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.l-footer-logo {
  width: 256px;
}

.l-footer-business-num {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #8F8F8F;
  border: 1px solid #CCCCCC;
  padding: 0 10px;
}

.l-footer-contents-inner address {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-bottom: 30px;
}

.l-footer-bnr {
  width: 300px;
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer-bnr {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-bnr {
    width: 300px;
  }
}
.l-footer-copyright {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #8F8F8F;
}