@charset "utf-8";
/*
Template:twentynineteen
Theme Name:twentynineteen_child
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400&display=swap');

body,
html {
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif !important;
  font-feature-settings: "palt" 1 !important;
  letter-spacing: 1px !important;
  color: #333;
  line-height: 1.6em;
}

html,
body {
  overflow-x: clip;
}

@supports not (overflow-x: clip) {

  html,
  body {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif !important;
  font-feature-settings: "palt" 1 !important;
  letter-spacing: 1px !important;
  color: #333;
  line-height: 1.7em;
}

html {
  font-size: 13pt;
}

h1:not(.site-title)::before,
h2::before {
  content: none !important;
}

#pagetitle h1 {
  font-size: 1.8em;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width:767px) {
  #pagetitle h1 {
    font-size: 1.4em;
  }
}

@media only screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .sp-none {
    display: none;
  }
}

a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.a_btn a,
.a_btn a:hover {
  text-decoration: none;
}

table,
ul,
dl,
p {
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif !important;
}

.f18b {
  font-size: 18px;
  font-weight: bold;
}

.inner {
  width: 100%;
  max-width: 1080px;
  padding: 30px 10px;
  margin: 20px auto 0;
}

.txt-just {
  text-align: justify;
}

.txt-small {
  font-size: 0.6em;
}

p {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width:767px) {
  html {
    font-size: 16px;
  }

  .inner {
    padding: 0 20px;
  }

  .infoList,
  .infoList a,
  .singleArea {
    font-size: 16px !important;
    text-align: justify;
    padding: 0 !important;
  }
}

@media only screen and (max-width:767px) {
  .breadcrumbs {
    font-size: 0.8em;
  }
}

.news-single-title {
  font-size: 1.6em;
}

@media only screen and (max-width:767px) {
  .news-single-title {
    font-size: 1.2em;
  }
}

:root {
  --brand: #77a0d1;
  --overlay: rgba(0, 0, 0, .6);
  --hb-pad: 10px;
  --hb-thick: 3px;
  --hb-gap: 9px;
}

.global-header {
  position: relative;
  z-index: 9999;
}

.global-header .header-menu {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  font-size: 18px;
  font-weight: bold;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.global-header .header-menu li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #fff;
}

.global-header .header-menu li:first-child {
  border-left: none
}

.global-header .header-menu a {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.global-header .header-menu a:hover {
  text-decoration: none;
  background: #978CF8;
  color: #fff;
}

.header-nav a:hover {
  text-decoration: none !important;
}

#menu-toggle {
  position: fixed;
  top: -100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.hamburger {
  position: fixed;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 28px;
  display: none;
  z-index: 1002;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 0;
  box-sizing: content-box;
}

@supports (top:max(0px)) {
  .hamburger {
    top: max(10px, env(safe-area-inset-top));
  }
}

.hamburger:focus-visible {
  outline: 2px solid rgba(0, 0, 0, .35);
  outline-offset: 3px;
}

.hamburger span,
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: var(--hb-pad);
  right: var(--hb-pad);
  height: var(--hb-thick);
  background: var(--brand);
  border-radius: 2px;
  transform-origin: 50% 50%;
  transition: transform .25s ease, background .25s ease, opacity .25s ease;
}

.hamburger span {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger::before,
.hamburger::after {
  top: 50%;
  bottom: auto;
}

.hamburger::before {
  transform: translateY(calc(-50% - var(--hb-gap)));
}

.hamburger::after {
  transform: translateY(calc(-50% + var(--hb-gap)));
}

.overlay {
  position: fixed;
  inset: 0;
  background: var(--overlay);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 1000;
  display: none;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(86vw, 300px);
  background: var(--brand);
  transform: translateX(100%);
  transition: transform .25s ease;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  padding-top: 56px;
  overflow: hidden;
  min-height: 0;
  box-sizing: border-box;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
}

.drawer .header-menu {
  display: flex;
  flex-direction: column;
  border: none;
  height: calc(100dvh - 56px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.drawer .header-menu li {
  border: none;
  border-bottom: 1px dotted #fff;
  flex: 0 0 auto;
}

.drawer .header-menu a {
  color: #fff;
  padding: 16px 20px;
}

.drawer .header-menu a:hover {
  background: rgba(255, 255, 255, .12);
}

@media (min-width:769px) {
  .drawer {
    display: none
  }

  .overlay {
    display: none
  }

  .hamburger {
    display: none
  }

  .pc-menu {
    display: block
  }
}

@media (max-width:767px) {
  .hamburger {
    display: block
  }

  .overlay {
    display: block
  }

  .pc-menu {
    display: none
  }

  .global-header .header-menu li {
    text-align: left;
  }
}

#menu-toggle:checked+label.hamburger {
  background: transparent;
}

#menu-toggle:checked+label.hamburger span,
#menu-toggle:checked+label.hamburger::before,
#menu-toggle:checked+label.hamburger::after {
  background: #fff;
}

#menu-toggle:checked+label.hamburger span {
  opacity: 0;
  transform: translateY(-50%) scaleX(0.3);
}

#menu-toggle:checked+label.hamburger::before {
  transform: translateY(-50%) rotate(45deg);
}

#menu-toggle:checked+label.hamburger::after {
  transform: translateY(-50%) rotate(-45deg);
}

#menu-toggle:checked~.overlay {
  opacity: 1;
  pointer-events: auto;
}

#menu-toggle:checked~.drawer {
  transform: translateX(0);
}

html:has(#menu-toggle:checked),
body:has(#menu-toggle:checked) {
  overflow: hidden;
}

.square-list {
  list-style-type: square;
  margin-top: 0;
}

.num-list {
  list-style-type: decimal;
  margin-top: 0;
}

.square-list li,
.num-list li {
  margin: 0 0 20px 10px;
}

.square-list .sub,
.num-list .sub {
  font-size: 20px;
  font-weight: bold;
}

.kyozaibox {
  background: #fff;
}

.kyozaicat-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 8px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.kyozaicat-list li {
  position: relative;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.kyozaicat-list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1162bc;
  text-decoration: none;
  padding: 10px 10px 10px 18px;
  box-sizing: border-box;
  position: relative;
  transition: background 0.15s ease;
}
.kyozaicat-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background-color .18s ease;
  width: 100%;
  box-sizing: border-box;
}
.kyozaicat-list li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #7fb8ff;
  flex: 0 0 8px;
  transform: scale(1);
  transform-origin: center;
  transition: transform .18s ease;
  margin: 0;
}
.kyozaicat-list li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
  font-size: 14px;
  color: #1162bc;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.kyozaicat-list li a:hover,
.kyozaicat-list li a:focus-visible {
  background: #f7f4cb;
}

.kyozaicat-list li a:hover::before,
.kyozaicat-list li a:focus-visible::before {
  transform: scale(1.35);
}
.kyozaicat-list li a:hover::after {
  opacity: 1;
  transform: translateX(3px);
}
@media (max-width: 1024px) {
  .kyozaicat-list {
    grid-template-columns: 1fr;
  }
}

.makerbox {
  background: #fff;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif !important;
}

.makercat-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 12px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.makercat-list li {
  margin: 0;
  padding: 0;
}

.makercat-list a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #4992DB;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 12px 10px;
  border: 1px solid #4992DB;
  border-radius: 4px;
  transition: all 0.15s ease;
  cursor: pointer;
  word-break: break-word;
}

.makercat-list a:hover {
  background: #fff;
  color: #4992DB;
  border-color: #4992DB;
}

@media (max-width: 1024px) {
  .makercat-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .makercat-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.table-list {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ADD6FF;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif !important;
  border-spacing: 0;
}

.table-list th,
.table-list td {
  border: 1px solid #ADD6FF;
  padding: 20px;
  vertical-align: top;
  border-top: none;
}

.table-list tr:first-child th,
.table-list tr:first-child td {
  border-top: none;
}

.table-list th {
  width: 30%;
  background: #F6F9FF;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}

.table-list td {
  text-align: left;
  vertical-align: top;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {

  .table-list,
  .table-list tr,
  .table-list th,
  .table-list td {
    display: block;
    width: 100%;
  }

  .table-list th {
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    vertical-align: middle;
  }

  .table-list td {
    border-top: none;
  }
}

.policy-list {
  list-style-type: disc;
  padding-left: 1.5em;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif !important;
  line-height: 1.8;
  color: #333;
}

.policy-list li {
  margin-bottom: 1.2em;
}

.policy-list strong {
  display: inline-block;
  margin-bottom: 0.4em;
  color: #000;
}

.order-sub li {
  margin: 0;
  padding: 0;
}

.order-note {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.news_list {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.news_list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 15px;
  border-radius: 4px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}

.news_list-date {
  color: #666;
  min-width: 90px;
  flex-shrink: 0;
}

.news_list-label {
  color: #fff !important;
  font-size: 10pt;
  font-weight: bold;
  padding: 1px 10px 1px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
}

.news_list-label:hover {
  text-decoration: none;
  opacity: 0.6;
}

.news_list-label.is-koushin {
  background: #0072bc;
}

.news_list-label.is-eigyoubi {
  background: #2C973C;
}

.news_list-label.is-juuyou {
  background: #ff0000;
}

.news_list-text {
  flex: 1;
  min-width: 0;
}

.news_list-text a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.news_list-text a:hover {
  text-decoration: underline;
}

@media (max-width:767px) {
  .news_list-item {
    display: block;
    gap: 6px;
    padding: 8px 10px;
  }

  .news_list-date {
    font-size: 14px;
    min-width: 70px;
  }

  .news_list-label {
    font-size: 12px;
    padding: 1px 5px;
    min-width: auto;
  }

  .news_list-text a {
    font-size: 14px;
    display: block;
  }
}

a.news_list-label,
a.news_list-label:link,
a.news_list-label:visited,
a.news_list-label:hover,
a.news_list-label:focus,
a.news_list-label:active {
  text-decoration: none !important;
}

.news_list.news-archive {
  height: auto;
  overflow: visible;
}

.news-single-content {
  margin-top: 20px;
}

.news-single-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.news-single-nav-left,
.news-single-nav-center,
.news-single-nav-right {
  flex: 1;
}

.news-nav-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #77a0d1;
  background-color: #ffffff;
  color: #77a0d1;
  text-decoration: none !important;
  font-size: 14px;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: auto;
}

.news-nav-btn:hover {
  background-color: #77a0d1;
  color: #ffffff;
  text-decoration: none !important;
}

.news-single-nav-left {
  text-align: left;
}

.news-single-nav-center {
  text-align: center;
}

.news-single-nav-right {
  text-align: right;
}

@media (max-width: 767px) {
  .news-single-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .news-single-nav-left,
  .news-single-nav-center,
  .news-single-nav-right {
    flex: none;
    text-align: center;
  }

  .news-nav-btn {
    width: 100%;
    display: block;
    text-align: center;
  }

  .news-single-nav-left {
    order: 1;
  }

  .news-single-nav-right {
    order: 2;
  }

  .news-single-nav-center {
    order: 3;
  }
}

.news-pagination {
  margin: 20px 0;
  text-align: center;
}

.navigation.pagination .nav-links {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.navigation.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: solid 1px #eee;
  border-radius: 50%;
  color: #77a0d1;
  text-decoration: none;
  background: #fff;
  transition: .3s;
  box-sizing: border-box;
  line-height: 1;
}

.navigation.pagination .page-numbers.current {
  background: #77a0d1;
  color: #fff;
  border-color: #77a0d1;
}

.navigation.pagination a.page-numbers:hover {
  background: #77a0d1;
  color: #fff;
  border: 1px solid #77a0d1;
}

.navigation.pagination .prev,
.navigation.pagination .next {
  display: none;
}

.navigation.pagination .dots {
  border: none;
  width: auto;
  height: auto;
  padding: 0 5px;
  color: #ccc;
}


.kyozai-archive-wrapper {
  padding: 40px 0 60px;
}

.kyozai-archive-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  border-left: 5px solid #3E64C4;
  padding-left: 20px;
}

.kyozai-list .kyozai-item {
  margin: 0 !important;
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.kyozai-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 30px;
}

.kyozai-item {
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.kyozai-thumb img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.kyozai-thumb img:hover {
  opacity: 0.6;
}

.kyozai-title {
  font-size: 14px;
  margin-top: 12px;
}

.kyozai-title a {
  text-decoration: none;
}

.kyozai-title a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .kyozai-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .kyozai-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }

  .kyozai-item {
    padding: 16px;
  }

  .kyozai-archive-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.kyozai-heading {
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0 8px 14px;
  margin: 40px 0 20px;
  box-sizing: border-box;
  width: 100%;
  background: #F9FFEA;
}


.heading-maker {
  color: #5D59DF;
  border-left: 6px solid #5D59DF;
}

/* 小学生用 */
.heading-elementary {
  color: #2C6919;
  border-left: 6px solid #2C6919;
}

/* 中学生用 */
.heading-junior {
  color: #132777;
  border-left: 6px solid #132777;
}

/* 高校生用 */
.heading-highschool {
  color: #E90A48;
  border-left: 6px solid #E90A48;
}

/* 講習⽤教材 */
.heading-course {
  color: #494949;
  border-left: 6px solid #494949;
}

/* その他 */
.heading-other {
  color: #B91B1B;
  border-left: 6px solid #B91B1B;
}

.item-single-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .item-single-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .item-single-maker {
    order: -1;
    margin-top: 0;
    margin-bottom: 8px;
  }
}

.item-single-title {
  border-left: 5px solid #3E64C4;
  padding: 5px 10px 5px 20px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
}

@media (max-width: 768px) {
  .item-single-title {
    border-left: 5px solid #3E64C4;
    padding: 3px 10px 3px 10px;
    font-size: 1.4em;
  }
}

.item-single-maker {
  border: 3px solid #646464;
  padding: 2px 15px;
  margin-top: 5px;
  display: inline-block;
  width: auto;
}

.item-single-label-list {
  margin-top: 20px;
}

.item-single-label-list p {
  display: inline-block;
  width: 80px;
  font-size: 14pt;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  padding: 3px 5px;
  font-weight: bold;
}

.item-single-label-list .new {
  background-color: #e60000;
}

.item-single-label-list .revise {
  background-color: #ff7f27;
}

.item-single-wrap .item-single-images {
  display: flex !important;
  gap: 4%;
  width: 100%;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.item-single-images {
  margin-top: 20px;
}

.item-single-wrap .item-single-images-left {
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 4%;
}

.item-single-wrap .item-single-images-right {
  width: 58%;
  display: block;
}

@media (max-width: 768px) {
  .item-single-wrap .item-single-images {
    flex-direction: column;
    gap: 4%;
  }

  .item-single-wrap .item-single-images-left,
  .item-single-wrap .item-single-images-right {
    width: 100%;
  }
}

.item-single-wrap .item-single-images-left .item-single-image-thumb {
  background: transparent;
  padding: 0 40px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width:767px) {
  .item-single-wrap .item-single-images-left .item-single-image-thumb {
    width: 55%;
    padding: 0 20px 20px;
    margin: 0 auto 20px;
  }
}

.item-single-image-graph,
.item-single-image-syousai {
  width: 100%;
  max-width: 500px;
}

.item-single-midashi {
  color: #1697d5;
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.4em;
}

.item-single-honbun {
  line-height: 1.8;
  margin-top: 20px;
}

.item-single-honbun ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
}

.item-single-shousai {
  margin-top: 20px;
  width: 100%;
}

.item-single-shousai table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, .08) !important;
  color: #353535;
}

.item-single-shousai tr {
  border: 1px solid rgba(0, 0, 0, .08) !important;
}

.item-single-shousai th,
.item-single-shousai td {
  padding: 10px;
  text-align: left;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, .08) !important;
}

.item-single-shousai th {
  background: rgba(0, 0, 0, 0.06);
  width: 30%
}

.item-single-number-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 6px 0;
  flex-wrap: wrap;
}

.item-single-number-tag {
  background: #ff4fa3;
  color: #fff;
  padding: 3px 8px;
  font-size: 0.95em;
  line-height: 1.2;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.item-single-number-val {
  line-height: 1.6;
  white-space: nowrap;
  word-break: keep-all;
}

.item-single-price-box {
  margin: 30px 0;
  padding: 18px 16px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: rgba(0, 0, 0, .03);
}

.item-single-price-note {
  margin: 0 0 12px;
  line-height: 1.7;
}

.item-single-price-note__ttl {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 10px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .08);
}

.item-single-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.item-single-btn {
  position: relative;
  width: auto;
  flex: 1 1 calc((100% - 10px)/2);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 42px 12px 16px;
  background: #1697d5;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.item-single-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

@media (max-width: 767px) {
  .item-single-btn {
    font-size: 12px;
    padding: 8px 20px 8px 16px;
  }
}

.item-single-btn:hover {
  opacity: 0.6;
  color: #FFF;
  text-decoration: none !important;
}

.item-single-btn:visited {
  color: #FFF !important;
}

.kyozai-related {
  margin-top: 28px;
}

.kyozai-related__ttl {
  margin: 0 0 14px;
  padding: 0 0 10px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 2px solid rgba(0, 0, 0, .12);
}

.kyozai-related__row {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

.kyozai-related__item {
  width: calc((100% - 32px)/3);
  text-decoration: none;
  background: #f3f3f3;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.kyozai-related__item:hover {
  opacity: 0.6;
}

.kyozai-related__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kyozai-related__thumb img {
  width: 50%;
  height: auto;
  display: block;
}

.kyozai-related__title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: inherit;
  text-align: center;
}

.kyozai-related__row--4 .kyozai-related__item {
  width: calc((100% - 48px)/4);
}

.kyozai-related__row--3 .kyozai-related__item {
  width: calc((100% - 32px)/3);
}

.kyozai-related__row--2 .kyozai-related__item {
  width: calc((100% - 16px)/2);
}

.kyozai-related__row--1 .kyozai-related__item {
  width: 100%;
}

@media (max-width: 900px) {
  .kyozai-related__row {
    flex-wrap: wrap;
  }

  .kyozai-related__item {
    width: calc((100% - 16px)/2);
  }

  .kyozai-related__thumb img {
    width: 60%;
  }
}

.kyozai-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.kyozai-card {
  width: calc((100% - 48px)/4);
  background: #f3f3f3;
  padding: 14px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}

.kyozai-card__img img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto
}

.kyozai-card__ttl {
  margin-top: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 1.4
}

@media (max-width:900px) {
  .kyozai-card {
    width: calc((100% - 32px)/3);
  }
}

@media (max-width:600px) {
  .kyozai-card {
    width: calc((100% - 16px)/2);
  }
}

.kyozai-archive__filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 18px;
}

.kyozai-archive__bunya-tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.kyozai-archive__bunya-tag.is-es,
.kyozai-bunya-tag.is-es {
  background: #2C6919;
}

.kyozai-archive__bunya-tag.is-jh,
.kyozai-bunya-tag.is-jh {
  background: #132777;
}

.kyozai-archive__bunya-tag.is-hs,
.kyozai-bunya-tag.is-hs {
  background: #E90A48;
}

.kyozai-archive__bunya-tag.is-co,
.kyozai-bunya-tag.is-co {
  background: #494949;
}

.kyozai-archive__bunya-tag.is-ot,
.kyozai-bunya-tag.is-ot {
  background: #B91B1B;
}

.kyozai-archive__bunya-tag.is-maker {
  background: #666;
}

.kyozai-archive__bunya-text {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: bold;
}

@media (max-width:767px) {
  .kyozai-archive__filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .kyozai-archive__bunya-tag {
    display: inline-flex;
    align-self: flex-start;
  }

  .kyozai-archive__bunya-text {
    width: 100%;
    display: block;
  }
}

.kyozai-archive__filter--kw {
  width: 100%;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  gap: 10px;
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left;
}

.kyozai-archive__kw-label {
  font-weight: 700;
}

.kyozai-archive__kw-text {
  font-weight: 500;
}

.kyozai-bunya-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 5px 0 0;
  font-size: inherit;
  line-height: inherit;
}

.kyozai-bunya-detail .kyozai-bunya-text {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.kyozai-bunya-detail .kyozai-bunya-tag {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  line-height: 1.2;
  font-weight: normal;
  font-size: 0.95em;
  padding: 3px 8px;
}

@media (max-width: 767px) {
  .kyozai-bunya-detail {
    align-items: flex-start;
    gap: 6px;
  }

  .kyozai-bunya-detail .kyozai-bunya-text {
    flex: 0 0 100%;
    width: 100%;
    display: block;
  }

  .kyozai-bunya-detail .kyozai-bunya-tag {
    align-self: flex-start;
  }
}

.kyozai-search-form {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  justify-content: flex-start;
  align-items: stretch;
}

.kyozai-search-form .kyozai-search {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.kyozai-search-form input[type="search"],
.kyozai-search-form .kyozai-search__input {
  width: 100%;
  height: 60px;
  padding: 12px 14px 12px 50px;
  border: 2px solid #1697d5;
  border-radius: 8px 0 0 8px;
  background: #fff;
  font-size: 18px;
  line-height: 1.2;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
}

.kyozai-search-form .kyozai-search__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231697d5' d='M505 442.7L405.3 343c28.4-34.8 45.7-79.5 45.7-128.3C451 96.1 354.4 0 235.5 0S20 96.1 20 214.7s96.6 214.7 215.5 214.7c49.1 0 94.2-16.4 130.4-44.1L465.1 485c9.4 9.4 24.6 9.4 33.9 0l6-6c9.4-9.4 9.4-24.6 0-33.9zM235.5 384c-93.9 0-170-75.8-170-169.3S141.6 45.3 235.5 45.3s170 75.8 170 169.3-76.1 169.3-170 169.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}

.kyozai-search-form button[type="submit"],
.kyozai-search-form .kyozai-search__btn {
  width: 120px;
  height: 60px;
  margin-left: -3px;
  padding: 0;
  border: 3px solid #1697d5;
  border-radius: 0 8px 8px 0;
  background: #1697d5;
  color: #fff !important;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
  box-shadow: none;
  flex: 0 0 auto;
}


.kyozai-search-form button[type="submit"]:hover,
.kyozai-search-form .kyozai-search__btn:hover {
  background: #fff;
  color: #1697d5 !important;
  opacity: 1;
}

@media (max-width:767px) {

  .kyozai-search-form input[type="search"],
  .kyozai-search-form .kyozai-search__input {
    height: 50px;
    font-size: 15px;
    padding-left: 40px;
  }

  .kyozai-search-form .kyozai-search__icon {
    left: 12px;
    width: 20px;
    height: 20px;
  }

  .kyozai-search-form button[type="submit"],
  .kyozai-search-form .kyozai-search__btn {
    width: 80px;
    height: 50px;
    font-size: 16px;
    margin-left: -3px;
  }
}

.kyozai-search-grade-hint {
  color: #F00 !important;
  margin-left: 10px;
  margin-bottom: 30px;
  font-size: 0.9em;
}
.kyozai-back{
  margin-top: 50px;
}

.bunya-index-button, .kyozai-back__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border: 2px solid #1697d5;
  border-radius: 8px;
  background-color: #1697d5;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1;
}

/* --- ここから追記 --- */
.bunya-index-button i, .kyozai-back__btn i {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

@media (max-width: 767px) {
.bunya-index-button i, .kyozai-back__btn i {
    top: -2px;
  }
}
.bunya-index-button:hover,
.kyozai-back__btn:hover {
  background-color: #ffffff;
  color: #1697d5;
}

.bunya-index-button:visited,
.kyozai-back__btn:visited {
  color: #ffffff;
}

.bunya-index-button:hover:visited,
.kyozai-back__btn:hover:visited {
  color: #1697d5;
}

.bunya-index-button i,
.kyozai-back__btn i {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  transform: translateY(3px);
}

.kyozai-search-error {
  margin: 0 0 10px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(233, 33, 80, .25);
  background: rgba(233, 33, 80, .08);
  color: #b00020;
  font-weight: 700;
}

.item-single-tags-block {
  margin-top: 18px;
  padding: 18px 16px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: rgba(0, 0, 0, .03);
}

.item-single-tags-head {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.item-single-tags-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}

.item-single-tag {
  display: block;
  background: #fff;
  border: 1px solid #1697D5;
  color: #1697D5;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  transition: background .15s ease, color .15s ease, border-color .15s ease, opacity .15s ease;
}

.item-single-tag:hover {
  background: #1697D5;
  border-color: #1697D5;
  color: #fff;
  opacity: 1;
}

.item-single-tag:active {
  opacity: .92;
}

.item-single-tag:visited {
  color: #1697D5;
}

.item-single-tag:hover:visited {
  color: #fff;
}

@media (max-width: 767px) {
.kyozai-back{
  margin-top: 30px;
}
  .item-single-tags-block {
    padding: 14px;
  }

  .item-single-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .item-single-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    flex: 0 0 auto;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.1;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}

.item-single-tag,
.item-single-tag:visited,
.item-single-tag:hover,
.item-single-tag:active,
.item-single-tag:focus,
.item-single-tag:focus-visible {
  text-decoration: none;
  outline: none;
}

.item-single-tag:visited {
  color: #1697D5;
}

.item-single-tag:hover,
.item-single-tag:active,
.item-single-tag:focus,
.item-single-tag:focus-visible {
  color: #fff;
}

.item-single-tag:focus-visible {
  box-shadow: 0 0 0 3px rgba(22, 151, 213, .25);
}

.contact_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ADD6FF;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif !important;
  border-spacing: 0;
}

.contact_table th,
.contact_table td {
  border: 1px solid #ADD6FF;
  padding: 20px;
  vertical-align: top;
  border-top: none;
}

.contact_table tr:first-child th,
.contact_table tr:first-child td {
  border-top: none;
}

.contact_table th {
  width: 30%;
  background: #F6F9FF;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

.contact_table td {
  text-align: left;
  vertical-align: top;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {

  .contact_table,
  .contact_table tr,
  .contact_table th,
  .contact_table td {
    display: block;
    width: 100%;
  }

  .contact_table th {
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    vertical-align: middle;
  }

  .contact_table td {
    border-top: none;
  }
}

.contact_table input,
.contact_table textarea,
.contact_table select,
.contact_table button,
.contact_table label,
.contact_table p,
.contact_table br,
.contact_table .wpcf7-form-control-wrap,
.contact_table .wpcf7-form-control,
.contact_table .wpcf7-list-item,
.contact_table .wpcf7-list-item-label {
  margin: 0 !important;
}

.contact_table .wpcf7-form-control-wrap {
  display: block;
}

.contact_table .wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}

.contact_table input[type="text"],
.contact_table input[type="tel"],
.contact_table input[type="email"],
.contact_table textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.contact_table input[name="contact_jukuname"],
.contact_table input[name="contact_company"] {
  max-width: 40ch;
}

.contact_table input[name="contact_tantou"] {
  max-width: 25ch;
}

.contact_table input[name="contact_tel"] {
  max-width: 20ch;
}

.contact_table input[name="contact_email"] {
  max-width: 35ch;
}

.contact_table textarea[name="contact_naiyo"] {
  max-width: 60ch;
  min-height: 9em;
  resize: vertical;
}

.contact_table .wpcf7-form-control-wrap {
  display: block;
}

.th-required {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
}

.th-required>span,
.th-required>strong,
.th-required>em,
.th-required {
  line-height: 1;
}

.req-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d90000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 2px;
  white-space: nowrap;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.contact_table .smal {
  font-size: 0.8em;
}

.contact-actions {
  text-align: center;
  margin-top: 18px;
}

.contact-submit {
  appearance: none;
  border: 1px solid #333;
  background: #efefef;
  padding: 10px 28px;
  font-weight: normal !important;
  cursor: pointer;
  max-width: 500px;
  width: 100%;
}

.contact-submit:hover {
  opacity: .8;
}

.privacy-wrap {
  margin-top: 18px;
}

.privacy-frame {
  border: 1px solid #a9c7e6;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.privacy-head {
  background: linear-gradient(#cfe8ff, #aab7e8);
  color: #1f4ea3;
  font-weight: 800;
  text-align: center;
  padding: 3px 12px;
  font-size: 18px;
}

.privacy-body {
  max-height: 180px;
  overflow: auto;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.7;
}

.privacy-body ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.privacy-body li {
  margin: 10px 0;
}

.privacy-agree {
  margin-top: 10px;
  text-align: center;
}

.privacy-agree .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.privacy-agree input {
  width: auto;
  margin: 0;
}

.contact-actions {
  text-align: center;
  margin-top: 14px;
}

.contact-submit {
  appearance: none;
  border: 1px solid #9a9a9a;
  background: #dcdcdc;
  color: #555;
  padding: 15px 28px;
  border-radius: 4px;
  font-weight: 700;
  cursor: not-allowed;
  transition: none !important;
  transition: opacity .3s ease !important;
}

.contact-submit:disabled,
.contact-submit:disabled:hover,
.contact-submit:disabled:active,
.contact-submit:disabled:focus {
  opacity: 1 !important;
  background: #dcdcdc !important;
  border-color: #9a9a9a !important;
  color: #555 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.contact-submit:not(:disabled):hover {
  opacity: .6 !important;
  background: #6b4bd7;
  border-color: #6b4bd7;
}

.contact-submit:disabled:hover {
  opacity: 1 !important;
}

.contact-submit:not(:disabled) {
  background: #6b4bd7;
  border-color: #6b4bd7;
  color: #fff;
  cursor: pointer;
}

.contact-submit:not(:disabled):hover {
  opacity: .85;
}

.footer_menu {
  margin: 0;
  padding-left: 1.2em;
}

.footer_menu li {
  list-style: disc !important;
  list-style-position: outside;
}


.kyozai-index-section {
  margin-bottom: 40px;
  width: 100%;
  box-sizing: border-box;
}

.kyozai-index-heading {
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 8px 0 8px 14px !important;
  margin: 40px 0 20px !important;
  background: #F9FFEA !important;
  border-left: 6px solid #2C6919 !important;
  color: #2C6919 !important;
}

.kyozai-index-heading-elementary {
  border-left-color: #2C6919 !important;
  color: #2C6919 !important;
}

.kyozai-index-heading-junior {
  border-left-color: #132777 !important;
  color: #132777 !important;
}

.kyozai-index-heading-highschool {
  border-left-color: #E90A48 !important;
  color: #E90A48 !important;
}

.kyozai-index-sub-heading {
  color: #fff !important;
  padding: 8px 15px !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin: 30px 0 15px !important;
  border-radius: 2px;
}

.kyozai-index-sub-elementary {
  background-color: #2C6919 !important;
}

.kyozai-index-sub-junior {
  background-color: #132777 !important;
}

.kyozai-index-sub-highschool {
  background-color: #E90A48 !important;
}

.kyozai-index-sub-course {
  background-color: #494949 !important;
}

.kyozai-index-sub-other {
  background-color: #B91B1B !important;
}





.search-btn-group,
.kyozai-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  width: 100%;
}

.search-btn-main,
.kyozai-back__btn {
  flex: 0 0 100%;
  background-color: #1697d5;
  color: #ffffff;
}

.kyozai-bottom-nav .search-btn-main,
.kyozai-bottom-nav .kyozai-back__btn {
  flex: 1;
}

.search-btn-sub {
  flex: 1 1 calc(33.333% - 15px);
  min-width: 200px;
  background-color: #ffffff;
  color: #1697d5;
  font-size: 15px;
}

.search-btn-target:hover,
.kyozai-back__btn:hover {
  background-color: #ffffff;
  color: #1697d5;
}

.search-btn-sub:hover {
  background-color: #1697d5;
  color: #ffffff;
}

ul.kyozai-index-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 16px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.kyozai-index-list li {
  list-style: none;
  margin: 0;
}

.kyozai-index-list li a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  color: #1162bc;
  text-decoration: none;
  transition: background-color .18s ease;
}

.kyozai-index-list li a::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: #7fb8ff;
  border-radius: 2px;
  margin-right: 12px;
  transition: transform .18s ease;
  transform: scale(1);
}
.kyozai-index-list li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
  padding-left: 10px;
  font-size: 14px;
  color: #1162bc;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.kyozai-index-list li a:hover::after {
  opacity: 1;
  transform: translateX(4px);
}
.kyozai-index-list li a:hover::before {
  transform: scale(1.35);
}

.kyozai-index-title {
  font-size: 13pt;
  line-height: 1.4;
}

.kyozai-index-maker-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 2px 8px;
  border: 1px solid #1162bc;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
  background-color: #1162bc;
  white-space: nowrap;
  line-height: 1.2;
}

.kyozai-index-list li a:hover {
  background: #f7f4cb;
}

@media (max-width: 1024px) {
  ul.kyozai-index-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .search-btn-group {
    flex-direction: column;
    gap: 10px;
  }

  .search-btn-target {
    height: 55px;
    font-size: 16px;
    width: 100%;
    padding: 6px;
  }

  .search-btn-sub {
    flex: 0 0 100%;
  }
}

.bunya-index-container {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
}

.bunya-index-btn {
  position: relative;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 42px 12px 16px;
  background: #1697d5;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: opacity 0.2s ease;
  line-height: 1.5;
}

.bunya-index-btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.bunya-index-btn:hover {
  opacity: 0.6;
  color: #FFF !important;
  text-decoration: none !important;
}

.bunya-index-btn:visited {
  color: #FFF !important;
}

@media (max-width: 767px) {
  .bunya-index-btn {
    font-size: 12px;
    padding: 8px 20px 8px 16px;
  }
}

.bunya-footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(249, 255, 234, 0.95);
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
  transform: translateY(0);
  opacity: 1;
}

.bunya-footer-fixed.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.bunya-footer-nav {
  display: flex;
  width: 100%;
  height: 80px;
}

.bunya-footer-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  color: #1697d5 !important;
  font-weight: 700;
  font-size: 15px;
  border-right: 1px solid rgba(22, 151, 213, 0.4);
  background-color: transparent;
  text-align: center;
  transition: all 0.2s ease;
}

.bunya-footer-item.bunya-footer-top {
  flex: 0 0 80px;
  background-color: rgba(22, 151, 213, 0.05);
}

.bunya-footer-item:last-child {
  border-right: none;
}

.bunya-footer-icon {
  font-size: 24px;
  margin-bottom: 6px;
  color: #1697d5 !important;
}

.bunya-footer-item.bunya-footer-shop {
  color: #3ea24a !important;
}

.bunya-footer-item.bunya-footer-shop .bunya-footer-icon {
  color: #3ea24a !important;
}

.bunya-icon-external {
  font-size: 11px;
  margin-left: 4px;
  vertical-align: baseline;
}

.bunya-text-sp {
  display: none;
}

.bunya-footer-item:hover,
.bunya-footer-item.active-page {
  background-color: #1697d5 !important;
  color: #ffffff !important;
}

.bunya-footer-item:hover .bunya-footer-icon,
.bunya-footer-item.active-page .bunya-footer-icon,
.bunya-footer-item:hover .bunya-icon-external,
.bunya-footer-item.active-page .bunya-icon-external {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .bunya-footer-nav {
    height: 65px;
  }

  .bunya-footer-item {
    font-size: 11px;
    letter-spacing: -0.2px;
  }

  .bunya-footer-item.bunya-footer-top {
    flex: 0 0 60px;
  }

  .bunya-footer-icon {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .bunya-text-pc {
    display: none;
  }

  .bunya-text-sp {
    display: inline;
  }
}




.search-btn-target {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  box-sizing: border-box;
  border: 2px solid #1697d5 !important;
  border-radius: 8px !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
  transform: none !important;
  box-shadow: none !important;
}

.search-btn-target i {
  margin-right: 10px;
  color: inherit !important;
}

.search-btn-main,
.search-btn-main:visited {
  flex: 0 0 100%;
  background-color: #1697d5 !important;
  color: #ffffff !important;
}

.search-btn-main:hover {
  background-color: #ffffff !important;
  color: #1697d5 !important;
}

.search-btn-sub,
.search-btn-sub:visited {
  flex: 1 1 calc(33.333% - 15px);
  min-width: 200px;
  background-color: #ffffff !important;
  color: #1697d5 !important;
  font-size: 15px;
}

.search-btn-sub:hover {
  background-color: #1697d5 !important;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .search-btn-sub {
    flex: 1 1 calc(50% - 15px);
  }
}




.bunya-index-wrapper {
  margin: 20px 0 40px;
  width: 100%;
}

.bunya-index-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border: 2px solid #1697d5;
  border-radius: 8px;
  background-color: #1697d5;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bunya-index-button:hover {
  background-color: #ffffff;
  color: #1697d5 !important;
}

.bunya-index-button i {
  margin-right: 10px;
}