@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 600px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 14px;
  }
}

.pc-on {
  display: block;
}
@media (max-width: 600px) {
  .pc-on {
    display: none;
  }
}

.sp-on {
  display: none;
}
@media (max-width: 600px) {
  .sp-on {
    display: block;
  }
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
img a:hover {
  opacity: 0.5;
}

.has-themes_maincolor-color {
  color: #e8380d;
}

.has-themes_maincolor-background-color {
  background-color: #e8380d;
}

.has-themes_subcolor-color {
  color: #ffeeee;
}

.has-themes_subcolor-background-color {
  background-color: #ffeeee;
}

.has-themes_back_color-color {
  color: #f5f5f5;
}

.has-themes_back_color-color {
  background-color: #f5f5f5;
}

.has-background {
  padding: 1em 1.25em;
}

.breadcrumbs {
  font-size: 14px;
  padding: 0.25em 0.5em;
}
@media (max-width: 600px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.wp-block-button .wp-block-button__link:hover {
  background-color: black;
  color: white;
  border-color: black;
}

p {
  margin: 0.5em auto 1em;
}
p:first-child {
  margin-top: 0;
}

.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.is-provider-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

figure.wp-block-embed.aligncenter.is-type-video.is-provider-youtube.wp-block-embed-youtube {
  text-align: center;
}

/* 共通　*/
ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 20px;
}
ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 1em;
  height: 1em;
  background-image: url("/wp/wp-content/themes/kyoei/image/tri.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

li.link-pdf-parent {
  padding-left: 25px;
  position: relative;
}
li.link-pdf-parent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  -webkit-transform: none;
          transform: none;
  width: 1em;
  height: 1em;
  background-image: url("/wp/wp-content/themes/kyoei/image/icon-pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

li.link-word-parent {
  padding-left: 25px;
  position: relative;
}
li.link-word-parent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  -webkit-transform: none;
          transform: none;
  width: 1em;
  height: 1em;
  background-image: url("/wp/wp-content/themes/kyoei/image/icon-word.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

li.link-excel-parent {
  padding-left: 25px;
  position: relative;
}
li.link-excel-parent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  -webkit-transform: none;
          transform: none;
  width: 1em;
  height: 1em;
  background-image: url("/wp/wp-content/themes/kyoei/image/icon-excel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.link-pdf,
.link-word,
.link-excel {
  display: inline;
  color: #000;
  /* background: -webkit-gradient(linear, left top, right top, color-stop(0, #000)) repeat-x 0 100%;
  background: linear-gradient(to right, #000 0 100%) repeat-x 0 100%;
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat; */
  padding-bottom: 2px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header#header {
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10000;
}
header#header .header-container {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  header#header .header-container {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header#header .header-container .header-upper {
    width: 100%;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header#header .header-container .header-upper .site-branding {
    display: block;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  header#header .header-container .header-upper .site-branding {
    padding: 0 !important;
  }
  header#header .header-container .header-upper .site-branding h1 {
    padding: 0 !important;
  }
  header#header .header-container .header-upper .site-branding img {
    padding: 0 0 0 10px !important;
    min-width: 100px;
  }
}
@media (max-width: 800px) {
  header#header .header-container .header-upper .site-menu {
    display: none !important;
  }
  header#header .header-container .sp-menu {
    margin-left: auto;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 100%;
    min-height: 60px;
    max-height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header#header .header-container .sp-menu span {
    display: block;
    width: 32px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0 0 0;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header#header .header-container .sp-menu span.menu-label {
    width: 100%;
    height: auto;
    background: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 0 0;
    letter-spacing: 1px;
  }
  header#header .header-container .nav-area {
    display: none !important;
  }
}
header#header .header-container .header-upper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
header#header .header-container .header-upper .site-branding {
  padding: 0.5em;
}
header#header .header-container .header-upper .site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header .header-container .header-upper .site-menu .site-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0.5em;
}
header#header .header-container .header-upper .site-menu .site-menu-left .logout {
  margin-left: auto;
  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;
  gap: 10px;
  border: 1px solid #e8380d;
  padding: 10px 20px;
  border-radius: 30px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  max-width: 200px;
}
header#header .header-container .header-upper .site-menu .site-menu-left .logout img {
  width: 24px;
}
header#header .header-container .header-upper .site-menu .site-menu-left .logout:hover {
  color: #e8380d;
  background-color: #c9c9c9;
}
header#header .header-container .header-upper .site-menu .site-menu-left .submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0;
}
header#header .header-container .header-upper .site-menu .site-menu-right {
  background-color: #e8380d;
  height: 100%;
}
header#header .header-container .header-upper .site-menu .site-menu-right a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  height: 100%;
  padding: 0.3em;
  color: #fff;
}
header#header .header-container .header-upper .site-menu .site-menu-right a p {
  margin: 0;
}
header#header .header-container .nav-area {
  background: #fef4f7;
}
header#header .header-container .nav-area #g-menu {
  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;
  gap: 0;
  height: 60px;
  padding: 0;
  margin: 0;
}
header#header .header-container .nav-area #g-menu li::before {
  display: none;
}
header#header .header-container .nav-area #g-menu li {
  padding: 0;
  width: 100%;
  max-width: 170px;
  height: 100%;
  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;
}
header#header .header-container .nav-area #g-menu li a {
  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;
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #000;
}
header#header .header-container .nav-area #g-menu li a:hover {
  color: #e8380d;
  background-color: #c9c9c9;
}
header#header .header-container .nav-area #g-menu li.current-menu-ancestor {
  background: #e8380d;
}
header#header .header-container .nav-area #g-menu li.current-menu-ancestor a {
  color: #fff;
}
header#header .header-container .nav-area #g-menu li.current-menu-item.menu-item-home {
  background: #e8380d;
}
header#header .header-container .nav-area #g-menu li.current-menu-item.menu-item-home a {
  color: #fff;
}
header#header .header-container .nav-area #g-menu li a.external-link {
  position: relative;
}
header#header .header-container .nav-area #g-menu li a.external-link .external-link-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0;
}
header#header .header-container .nav-area #g-menu > .menu-item {
  position: relative;
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  max-width: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu li {
  width: 100%;
  max-width: initial !important;
  white-space: nowrap;
  border: 1px solid #e8380d;
  background-color: #fff;
  z-index: 2;
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu li:not(:last-child) {
  border-bottom: none;
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu li a {
  display: block;
  padding: 10px 20px;
  padding-right: 2.5em;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent !important;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("/wp/wp-content/themes/kyoei/image/tri2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu li a:hover {
  color: #e8380d !important;
  background-color: transparent !important;
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu li:hover {
  background-color: #fff6dd !important;
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu li:hover a {
  color: #e8380d !important;
  background-color: transparent !important;
}
header#header .header-container .nav-area #g-menu > .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
header#header .header-container .nav-area #g-menu > .menu-item .sub-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
header#header .header-container .sp-menu {
  display: none;
}
@media (max-width: 800px) {
  header#header .header-container .sp-menu {
    display: block;
    background: #e8380d;
    height: 48px;
    position: relative;
  }
  header#header .header-container .sp-menu span {
    background-color: white;
    display: inline-block;
    height: 1px;
    width: 80%;
    position: absolute;
    left: 10%;
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
  }
  header#header .header-container .sp-menu span:nth-child(1) {
    top: 10px;
  }
  header#header .header-container .sp-menu span:nth-child(2) {
    top: 20px;
  }
  header#header .header-container .sp-menu span:nth-child(3) {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: white;
    top: 26px;
    background-color: inherit;
    height: auto;
    width: 100%;
    left: auto;
  }
}
header#header .header-container .sp-menu.active span:nth-child(1) {
  top: 15px;
  width: 60%;
  left: 20%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header#header .header-container .sp-menu.active span:nth-child(2) {
  top: 15px;
  width: 60%;
  left: 20%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.global-nav-area div#site-navigation .menu-gmenu-container ul#g-menu,
.global-nav-area div#site-navigation .menu-gmenu-container ul#sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.global-nav-area div#site-navigation .menu-gmenu-container ul#g-menu li a,
.global-nav-area div#site-navigation .menu-gmenu-container ul#sub-menu li a {
  display: inline-block;
  color: #e8380d;
}
.sp-nav-area {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 60px);
  background: #fff;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  color: #000;
}
.sp-nav-area.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sp-nav-area .sp-nav-submenu {
  padding: 10px;
}
.sp-nav-area div#site-navigation {
  width: 100%;
}
.sp-nav-area div#site-navigation .menu-gmenu-container {
  width: 100%;
}
.sp-nav-area div#site-navigation .menu-gmenu-container ul#g-menu,
.sp-nav-area div#site-navigation .menu-gmenu-container ul#sub-menu {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.sp-nav-area div#site-navigation .menu-gmenu-container ul#g-menu li,
.sp-nav-area div#site-navigation .menu-gmenu-container ul#sub-menu li {
  width: 100%;
}
.sp-nav-area div#site-navigation .menu-gmenu-container ul#g-menu li a,
.sp-nav-area div#site-navigation .menu-gmenu-container ul#sub-menu li a {
  color: #e8380d;
  font-size: 1em;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  background: none;
  text-align: left;
  font-weight: bold;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.sp-nav-area div#site-navigation .menu-gmenu-container ul#g-menu li a:hover,
.sp-nav-area div#site-navigation .menu-gmenu-container ul#sub-menu li a:hover {
  color: #e8380d;
  background: #f5f5f5;
}
.sp-nav-area div#site-navigation .menu-gmenu-container ul#g-menu-sp li {
  padding: 0;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.sp-nav-area div#site-navigation .menu-gmenu-container ul#g-menu-sp li a {
  display: block;
  padding: 10px !important;
  width: 100%;
  height: 100%;
  color: #000;
  background: none;
  font-weight: bold;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.sp-nav-area div#site-navigation .menu-gmenu-container ul#g-menu-sp li a:hover {
  color: #e8380d;
  background: #f5f5f5;
}

@media (max-width: 800px) {
  .sp-nav-area {
    top: 60px;
    height: calc(100vh - 60px);
    display: block;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mainlayout
--------------------------------------------------------------*/
.entry-content {
  max-width: 1000px;
  width: calc(100% - 1em);
  padding: 1em;
  margin: 5em auto;
}
@media (max-width: 600px) {
  .entry-content {
    padding: 3em 1.5em;
  }
}
.entry-content h2 {
  font-size: 1.8em;
  color: #e8380d;
  margin: 2em auto 1em;
}
.entry-content h2:first-child {
  margin-top: 0;
}
.entry-content h3 {
  font-size: 1.6em;
  color: #e8380d;
  margin: 2em auto 1em;
}
.entry-content h4 {
  font-size: 1.4em;
  color: #e8380d;
  margin: 2em auto 1em;
}
.entry-content h5 {
  font-size: 1.3em;
  color: #e8380d;
  margin: 2em auto 1em;
}
.entry-content h6 {
  font-size: 1.2em;
  color: #e8380d;
  margin: 2em auto 1em;
}

.sub-menu a.external-link::after {
  display: none !important;
}

@media (max-width: 800px) {
  header#header {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
  header#header .header-container {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
  header#header .header-container .header-upper {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
  header#header .header-container .sp-menu {
    margin-left: auto;
  }
}
.sp-nav-area ul#g-menu li .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}

.sp-nav-area ul#g-menu li.open > .sub-menu {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
}

.sp-nav-area ul#g-menu li > a {
  position: relative;
}

.sp-nav-area ul#g-menu li.has-children > a::after {
  content: "+";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: none;
  color: #e8380d;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: content 0.3s, -webkit-transform 0.3s;
  transition: content 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, content 0.3s;
  transition: transform 0.3s, content 0.3s, -webkit-transform 0.3s;
  text-align: center;
  line-height: 1em;
}

.sp-nav-area ul#g-menu li.open > a::after {
  content: "−";
}

.sp-nav-area ul#g-menu-sp li .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}

.sp-nav-area ul#g-menu-sp li.open > .sub-menu {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
}

.sp-nav-area ul#g-menu-sp li > a {
  position: relative;
}

.sp-nav-area ul#g-menu-sp li.has-children > a::after {
  content: "+";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: none;
  color: #e8380d;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: content 0.3s, -webkit-transform 0.3s;
  transition: content 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, content 0.3s;
  transition: transform 0.3s, content 0.3s, -webkit-transform 0.3s;
  text-align: center;
  line-height: 1em;
}

.sp-nav-area ul#g-menu-sp li.open > a {
  background: #fef6f4 !important;
}

.sp-nav-area ul#g-menu-sp li::before {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

.sp-nav-area ul#g-menu-sp li > a.external-link {
  position: relative;
  padding-right: 2.5em;
}

.sp-nav-area ul#g-menu-sp li > a.external-link .external-link-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  display: block;
  padding: 0;
}

.sp-nav-area ul#g-menu-sp li.has-children > a::after {
  content: "+";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: none;
  color: #e8380d;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: content 0.3s, -webkit-transform 0.3s;
  transition: content 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, content 0.3s;
  transition: transform 0.3s, content 0.3s, -webkit-transform 0.3s;
  text-align: center;
  line-height: 1em;
}

.sp-nav-area ul#g-menu-sp li.open > a::after {
  content: "−";
}

.sp-nav-area ul#g-menu-sp li .sub-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 2.5em;
}

.sp-nav-area ul#g-menu-sp li .sub-menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  background-image: url("/wp/wp-content/themes/kyoei/image/tri2.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
}

.sp-nav-area ul#g-menu-sp li .sub-menu li {
  position: relative;
}
.sp-nav-area ul#g-menu-sp li .sub-menu li::after {
  content: "";
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  background-image: url("/wp/wp-content/themes/kyoei/image/tri2.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
}

.sub-menu {
  background-color: #fff !important;
  z-index: 9999 !important;
}

.kyoei-desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.kyoei-desc-list ul {
  list-style: disc inside !important;
  color: #e8380d;
}
.kyoei-desc-list ul li {
  color: #e8380d;
  padding-left: 0;
}
.kyoei-desc-list ul li::before {
  display: none;
}

.kyoei-file-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.dl-btn {
  display: inline-block;
  border: 1px solid #e8380d;
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.dl-btn:hover {
  background: #ffeaea;
  color: #e8380d;
}
.dl-btn .dl-icon {
  color: #e8380d;
  margin-left: 0.5em;
  font-size: 1.2em;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .kyoei-file-table {
    min-width: 500px;
    font-size: 0.95em;
  }
}