@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@500;700&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;
}

.m-cmn-sub-ttl-wrap {
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-sub-ttl-wrap {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
.m-cmn-sub-ttl {
  font-size: 2rem;
  font-weight: 700;
}

.m-cmn-sub-ttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #E7E7E7;
  vertical-align: -4px;
  margin-right: 15px;
}

.m-cmn-support-detail-wrap {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .m-cmn-support-detail-wrap {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
.m-cmn-support-detail-items {
  padding: 5px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .m-cmn-support-detail-items {
    padding: 8px 20px;
  }
}
.m-cmn-support-detail-items li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #E7E7E7;
}

.m-cmn-support-detail-items li::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-cmn-support-detail-items li:hover::before {
  border-color: #333;
}
@media screen and (min-width: 768px) {
  .m-cmn-support-detail-items li:hover::before {
    border-color: #258B28;
  }
}
.m-cmn-support-detail-items li:last-of-type {
  border-bottom: none;
}

.m-cmn-support-detail-items li a {
  display: block;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 20px;
}

.m-cmn-support-detail-items li:hover a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .m-cmn-support-detail-items li:hover a {
    color: #258B28;
    text-decoration: underline;
  }
}
/* -----------------------------------------------------------------------------
   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 {
  position: relative;
  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;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .m-topics-item-info-cate {
    white-space: nowrap;
  }
}
.m-topics-item-info-cate:hover {
  background-color: inherit;
}
@media screen and (min-width: 768px) {
  .m-topics-item-info-cate:hover {
    background-color: #329D33;
  }
}
.m-topics-item-info-cate > a {
  display: block;
  padding: 0 20px;
  color: #258B28;
}

.m-topics-item-info-cate:hover a {
  color: #258B28;
}
@media screen and (min-width: 768px) {
  .m-topics-item-info-cate:hover a {
    color: #fff;
  }
}
.m-topics-item-ttl {
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.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;
  }
}
/* -----------------------------------------------------------------------------
   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-sidebar {
  width: 100%;
  border-right: 1px solid #E7E7E7;
}
@media screen and (min-width: 1000px) {
  .l-support-sidebar {
    width: 260px;
  }
}
.l-support-sidebar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  padding: 30px 0;
  border-bottom: 2px solid #329D33;
}

.l-support-sidebar-logo img {
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-support-sidebar-menu-wrap {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-support-sidebar-menu-wrap {
    display: block;
  }
}
.l-support-sidebar-menu-lists li {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #E7E7E7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-support-sidebar-menu-lists li:hover {
  background-color: #F7F7F7;
}

.l-support-sidebar-menu-lists li a {
  display: block;
  padding: 20px 15px;
  color: #333;
}

.l-support-sidebar-menu-lists li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/cmn_ico11.png);
  background-size: cover;
  vertical-align: -4px;
  margin-right: 8px;
}

.l-support-sidebar-menu-lists li.navi-home a::before {
  background-image: url(../img/common/cmn_ico11.png);
}

.l-support-sidebar-menu-lists li.navi-guide a::before {
  background-image: url(../img/common/cmn_ico12.png);
}

.l-support-sidebar-menu-lists li.navi-faq a::before {
  background-image: url(../img/common/cmn_ico13.png);
}

.l-support-sidebar-menu-lists li.navi-download a::before {
  background-image: url(../img/common/cmn_ico14.png);
}

.l-support-sidebar-menu-lists li.navi-contact a::before {
  background-image: url(../img/common/cmn_ico22.png);
}

.l-support-sidebar-menu-lists li.navi-breakdown a::before {
  background-image: url(../img/common/cmn_ico15.png);
}

.l-support-sidebar p {
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #EBEBEB;
  line-height: 1.5;
}

.l-support-sidebar-relation-items li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #E7E7E7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-support-sidebar-relation-items li:hover {
  background-color: #329D32;
}

.l-support-sidebar-relation-items li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-support-sidebar-relation-items li:hover a {
  color: #fff;
}

.l-support-contents {
  width: 100%;
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .l-support-contents {
    padding: 35px 0 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-support-contents {
    width: calc(100% - 260px);
  }
}
.l-support-contents-inner {
  max-width: 960px;
  margin: 0 auto;
}

.l-support-contents-supportmenu-wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-wrap {
    margin-bottom: 60px;
  }
}
.l-support-contents-supportmenu-ttl {
  padding: 0 20px;
}

.l-support-contents-supportmenu-ttl .m-cmn-line-ttl-wrap {
  margin-bottom: 30px;
}

.l-support-contents-supportmenu-detail {
  background-color: #F2F2F2;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-detail {
    padding: 30px;
  }
}
.l-support-contents-supportmenu-detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-detail ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
  }
}
.l-support-contents-supportmenu-detail ul li {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-detail ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.3rem;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1000px) {
  .l-support-contents-supportmenu-detail ul li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-support-contents-supportmenu-detail ul li {
    font-size: 1.8rem;
  }
}

.l-support-contents-supportmenu-detail ul li:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-detail ul li:hover {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
}
.l-support-contents-supportmenu-detail ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-detail ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-support-contents-supportmenu-detail ul li a::before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background-size: contain;
  background-image: url(../img/common/cmn_ico04.png);
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-detail ul li a::before {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .l-support-contents-supportmenu-detail ul li a::before {
    width: 100px;
    height: 100px;
  }
}
.l-support-contents-supportmenu-detail ul li.guide a::before {
  background-image: url(../img/common/cmn_ico04.png);
}

.l-support-contents-supportmenu-detail ul li.faq a::before {
  background-image: url(../img/common/cmn_ico05.png);
}

.l-support-contents-supportmenu-detail ul li.download a::before {
  background-image: url(../img/common/cmn_ico06.png);
}

.l-support-contents-supportmenu-detail ul li.contact a::before {
  background-image: url(../img/common/cmn_ico23.png);
}

.l-support-contents-supportmenu-detail ul li.contact {
  display: block;
}
@media screen and (min-width: 1000px) {
  .l-support-contents-supportmenu-detail ul li.contact {
    display: none;
  }
}
.l-support-contents-supportmenu-detail-item-img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-detail-item-img {
    width: 80px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .l-support-contents-supportmenu-detail-item-img {
    width: 100px;
  }
}
.l-support-contents-supportmenu-detail ul li a p {
  width: calc(100% - 80px);
  position: relative;
  color: #258B28;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: 16px;
  padding-left: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-support-contents-supportmenu-detail ul li a p {
    width: auto;
    text-align: center;
    padding-left: 0;
  }
}
.l-support-contents-supportmenu-detail ul li a p::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #258B28;
  border-right: solid 2px #258B28;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 3px;
  margin-right: 0;
}

.l-support-contents-breakdown {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #CCCCCC;
}

.l-support-contents-breakdown-btn-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}

.l-support-contents-breakdown-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-support-contents-breakdown-btn img {
  width: 60px;
}

.l-support-contents-breakdown-btn p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 15px;
  padding-right: 15px;
  color: #157DD2;
}

.l-support-contents-breakdown-btn:hover p {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-support-contents-breakdown-btn:hover p {
    text-decoration: underline;
  }
}
.l-support-contents-breakdown-btn p::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #157DD2;
  border-right: solid 2px #157DD2;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 3px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-support-contents-breakdown-btn:hover p::after {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .l-support-contents-breakdown-btn:hover p::after {
    margin-right: -2px;
  }
}
.l-support-contents-breakdown-btn a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-support-contents-breakdown-message-wrap {
  background-color: #fff;
  padding: 30px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .l-support-contents-breakdown-message-wrap {
    padding: 30px 80px;
  }
}
.l-support-contents-breakdown-message-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;
}

.l-support-contents-breakdown-message-desc {
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.l-support-contents-trouble-check-btn {
  margin-top: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-support-contents-trouble-check-btn {
    text-align: center;
  }
}
.l-support-contents-trouble-check-btn a {
  position: relative;
  color: #258B28;
  padding-right: 15px;
}

.l-support-contents-trouble-check-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #258B28;
  border-right: solid 2px #258B28;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 3px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-support-contents-trouble-check-btn a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-support-contents-trouble-check-btn a:hover {
    text-decoration: underline;
  }
}
.l-support-contents-trouble-check-btn a:hover::after {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .l-support-contents-trouble-check-btn a:hover::after {
    margin-right: -2px;
  }
}
.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-support-contents-search-wrap {
  padding: 30px 20px 40px;
  background-color: #F2F2F2;
}

.l-support-contents-search-inner .m-cmn-ttl-wrap {
  margin-bottom: 20px;
}

.l-mv-search-container {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-mv-search-container::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/cmn_ico01.png);
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-mv-search-container input[type=search] {
  width: calc(100% - 80px);
  background-color: #fff;
  padding: 10px 15px 10px 50px;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 1.6rem;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border-radius: 8px 0 0 8px;
}

.l-mv-search-container input[type=search]:focus {
  outline-style: none;
}

.l-mv-search-container input[type=search]::-webkit-search-decoration {
  display: none;
}

.l-mv-search-container input::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #A8A8A8;
}

.l-mv-search-container input::-moz-placeholder {
  font-size: 1.6rem;
  color: #A8A8A8;
}

.l-mv-search-container input:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #A8A8A8;
}

.l-mv-search-container input::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #A8A8A8;
}

.l-mv-search-container input::placeholder {
  font-size: 1.6rem;
  color: #A8A8A8;
}

.l-mv-search-container input[type=submit] {
  width: 80px;
  cursor: pointer;
  border: 1px solid #329D32;
  background-color: #329D32;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  outline: none;
  width: 80px;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0 8px 8px 0;
}
@media screen and (min-width: 768px) {
  .l-mv-search-container input[type=submit] {
    border: 1px solid #A8A8A8;
    background-color: #A8A8A8;
  }
}
.l-mv-search-container input[type=submit]:hover {
  background-color: #329D32;
  border: 1px solid #329D32;
}

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