@charset "UTF-8";
/* CSS Document */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.c-bnr {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 !important;
}
.c-bnr img {
  max-width: 100%;
}

.c-breadcrumb {
  padding: 20px 0;
}
.c-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-breadcrumb__item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}
.c-breadcrumb__item:not(:last-child):after {
  content: "〉";
  font-size: 0.8em;
}
.c-breadcrumb__link {
  color: #444444;
}

.c-btn {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #0e357f;
  padding: 12px 50px 12px 20px;
  border-radius: 60px;
  box-shadow: 0 0 0 5px #abbad7;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e357f;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn {
    letter-spacing: 0;
  }
}
.c-btn[target=_blank]:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(/keiei-kagi/resources/img/ico-link-wh.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 18px;
}
.c-btn:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(/keiei-kagi/resources/img/ico-arrow-wh.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 18px;
}
.c-btn:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: #0e357f;
  border-radius: 50%;
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  box-shadow: 0 0 0 3px #abbad7;
}
.c-btn.--back {
  padding: 12px 20px 12px 50px;
}
.c-btn.--back:after {
  right: inherit;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(180deg) scale(1);
  left: 18px;
}
.c-btn.--back:before {
  right: inherit;
  left: 10px;
}
.c-btn.--half {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .c-btn.--half {
    width: 100%;
  }
}
.c-btn.--strong {
  border: 1px solid #df0615;
  color: #df0615;
  box-shadow: 0 0 0 5px #ecbaba;
}
.c-btn.--strong:before {
  background: #df0615;
  box-shadow: 0 0 0 3px #ecbaba;
}
.c-btn.--gray {
  border: 1px solid #d0d0d0;
  color: #383838;
  box-shadow: 0 0 0 5px #e5e5e5;
}
.c-btn.--gray:before {
  background: #cfcfcf;
  box-shadow: 0 0 0 3px #e5e5e5;
}
.c-btn.--gray:after {
  background-image: url(/keiei-kagi/resources/img/ico-arrow-bk.svg);
}
.c-btn.--gray[target=_blank]:after {
  background: url(/keiei-kagi/resources/img/ico-link-bk.svg) center center no-repeat;
}
.c-btn.--blue {
  background: #0e357f;
  color: #fff;
}
.c-btn.--blue:before {
  background: #fff;
}
.c-btn.--blue:after {
  background-image: url(/keiei-kagi/resources/img/ico-arrow-bl.svg);
}
.c-btn.--blue[target=_blank]:after {
  background: url(/keiei-kagi/resources/img/ico-link-bl.svg) center center no-repeat;
}
.c-btn__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin: 30px auto;
  padding: 0 5px;
}

.c-column {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .c-column {
    flex-wrap: wrap;
  }
}
.c-column__item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-column__item {
    width: 100%;
    flex: inherit;
  }
}
.c-column__title {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.c-contents__scroll {
  position: relative;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-contents__scroll {
    padding-top: 40px;
  }
  .c-contents__scroll:before {
    content: "";
    width: 120px;
    height: 30px;
    background: url(/keiei-kagi/resources/img/ico-scroll.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(100vw - 140px);
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-contents__scroll__wrap {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: auto;
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}

.c-link {
  color: #383838;
  display: inline !important;
  text-decoration: none !important;
  border-bottom: 1px solid #d2d9e4;
  position: relative;
}
.c-link:after {
  content: "";
  position: absolute;
  left: calc(100% + 0.4em);
  bottom: 0.2em;
  width: 0.7em;
  height: 0.7em;
  background: url(/keiei-kagi/resources/img/ico-arrow-red.svg) center center no-repeat;
  background-size: contain;
}
.c-link[target=_blank] {
  margin-right: 1.5em;
}
.c-link[target=_blank]:after {
  content: "";
  position: absolute;
  left: calc(100% + 0.4em);
  bottom: 0.2em;
  width: 0.9em;
  height: 0.9em;
  background: url(/keiei-kagi/resources/img/ico-link.svg) center center no-repeat;
  background-size: contain;
}
.c-link.--pdf:after, .c-link.--excel:after {
  top: 0.2em;
  width: 1.1em;
  height: 1.3em;
}
.c-link.--pdf:after {
  background-image: url(/keiei-kagi/resources/img/ico-pdf.png);
}
.c-link.--excel:after {
  background-image: url(/keiei-kagi/resources/img/ico-excel.png);
}
.c-link__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.c-list {
  counter-reset: number 0;
  font-size: 1.6rem;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-list__item {
  padding-left: 1.4em;
  position: relative;
}
.c-list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 0.8em;
  left: 0.4em;
  background: #df0615;
}
@media screen and (max-width: 768px) {
  .c-list__item:before {
    top: 0.6em;
  }
}
.c-list.--number .c-list__item {
  counter-increment: number 1;
  list-style: none;
}
.c-list.--number .c-list__item:before {
  left: 0;
  top: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #0e357f;
  color: #fff;
  width: 15px;
  height: 15px;
  padding-bottom: 2px;
  border-radius: 2px;
  font-size: 1.3rem;
  content: counter(number);
}
@media screen and (max-width: 768px) {
  .c-list.--number .c-list__item:before {
    top: 0.4em;
  }
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-4 {
  margin: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-28 {
  margin: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-32 {
  margin: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m-36 {
  margin: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-48 {
  margin: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-56 {
  margin: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-64 {
  margin: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.c-picture {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.c-picture img {
  width: 100%;
  display: block;
}

.c-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-table {
    min-width: 700px;
    font-size: 1.4rem;
  }
}
.c-table__theadTh {
  background: #d6e0e2;
  color: #383838;
  min-width: 210px;
  text-align: center;
  padding: 20px 5px;
  font-size: 1.6rem;
  border: 1px solid #e1e8ea;
  border-right: 1px solid #fff;
}
.c-table__theadTh:last-child {
  border-right: 1px solid #e1e8ea;
}
@media screen and (max-width: 768px) {
  .c-table__theadTh {
    padding: 10px 5px;
  }
}
.c-table__th {
  text-align: center;
  background: #f3f7f8;
  min-width: 210px;
}
.c-table__th, .c-table__td {
  border: 1px solid #e1e8ea;
  padding: 20px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-table__th, .c-table__td {
    padding: 10px 10px;
  }
}

.c-text {
  color: #383838;
  font-size: 1.6rem;
  margin: 20px 0;
  line-height: 1.8;
}
.c-text__caption {
  color: #3d474b;
  font-size: 1.3rem;
  margin: 10px 0;
}
.c-text__link {
  color: #de0514;
  font-weight: bold;
  display: inline !important;
  text-decoration: none !important;
  border-bottom: 1px solid #d2d9e4;
  position: relative;
}
.c-text__link[target=_blank] {
  margin-right: 1.5em;
}
.c-text__link[target=_blank]:after {
  content: "";
  position: absolute;
  left: calc(100% + 0.4em);
  bottom: 0.2em;
  width: 0.8em;
  height: 0.8em;
  background: url(/keiei-kagi/resources/img/ico-link.svg) center center no-repeat;
  background-size: contain;
}

.c-title__chapter {
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  border-bottom: 1px solid #acacac;
}
@media screen and (max-width: 768px) {
  .c-title__chapter {
    letter-spacing: 0;
  }
}
.c-title__chapter:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background: url(/keiei-kagi/resources/img/ico-localMenu.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.4em;
}
.c-title__chapter:after {
  content: "";
  position: absolute;
  background: #0e357f;
  width: 70px;
  height: 3px;
  left: 0;
  top: 100%;
}
.c-title__md {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-title__md {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.c-title__h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 1.5em;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
.c-title__h3:before, .c-title__h3:after {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-title__h3:before {
  height: 50%;
  background: #0e357f;
  z-index: 2;
}
.c-title__h3:after {
  height: 100%;
  background: #b7c3da;
}
.c-title__h4 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 1.5em;
  margin-top: 2em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  border-bottom: 1px solid #acacac;
}
.c-title__h4:after {
  content: "";
  position: absolute;
  background: #de0514;
  width: 25px;
  height: 2px;
  left: 0;
  top: 100%;
}
.c-title__gray {
  position: relative;
  padding: 15px 20px;
  margin-bottom: 1.5em;
  margin-top: 2em;
  background: #f3f7f8;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.c-title__gray:before {
  content: "";
  height: 0.8em;
  background: #0e357f;
  z-index: 2;
  display: block;
  width: 3px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
}
.c-title__supplement {
  color: #fff;
  border-bottom: 1px solid #0e357f;
  margin: 40px 0 30px;
}
.c-title__supplement span {
  background: #0e357f;
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-zoomPicture {
  display: block;
  position: relative;
  pointer-events: none;
  border-radius: 10px;
  overflow: hidden;
}
.c-zoomPicture.--pc {
  pointer-events: inherit;
}
@media screen and (max-width: 768px) {
  .c-zoomPicture {
    pointer-events: initial;
    border-radius: 5px;
    transition: opacity 0.3s;
  }
  .c-zoomPicture:before {
    content: "";
    position: absolute;
    background: rgba(34, 34, 34, 0.7);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    transition: opacity 0.3s;
  }
  .c-zoomPicture:after {
    content: "";
    position: absolute;
    width: 65vw;
    height: 10vw;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
    background: url(/keiei-kagi/resources/img/tap.png) center center no-repeat;
    background-size: contain;
    transition: opacity 0.3s;
  }
  .c-zoomPicture:hover {
    opacity: 1;
  }
  .c-zoomPicture:hover img {
    opacity: 1;
  }
  .c-zoomPicture.is-active:before, .c-zoomPicture.is-active:after {
    opacity: 0;
  }
}
.c-zoomPicture__img {
  width: 100%;
  display: block;
}
.c-zoomPicture.--pc:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 25px;
  background: #424242 url(/keiei-kagi/resources/img/ico-zoom.png) center center no-repeat;
  background-size: 40px;
  right: 0;
  z-index: 100;
  bottom: 0;
}

.l-localNav {
  border: none !important;
  position: sticky;
  top: 170px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .l-localNav {
    position: fixed;
    left: 0;
    top: 50px;
    background: #fff;
    width: 100%;
    border-top: 1px solid #eee !important;
    z-index: 99;
  }
}
@media screen and (max-width: 768px) {
  .l-localNav__wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-localNav__wrap.js-open {
    display: block;
  }
}
.l-localNav__title {
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-localNav__title {
    display: none;
  }
}
.l-localNav__title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background: url(/keiei-kagi/resources/img/ico-localMenu.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.2em;
}
.l-localNav__titleSp {
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 2em;
  padding-bottom: 15px;
  display: none;
  border-bottom: 1px solid #eee;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .l-localNav__titleSp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 10px;
    cursor: pointer;
    padding-right: 2em;
  }
}
.l-localNav__titleSp:before {
  content: "";
  width: 10px;
  height: 17px;
  background: url(/keiei-kagi/resources/img/ico-localMenu.svg) center center no-repeat;
  background-size: contain;
}
.l-localNav__titleSp:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(135deg) scale(1);
  right: 15px;
  top: calc(50% - 3px);
  border-top: 2px solid #df0615;
  border-right: 2px solid #df0615;
}
.l-localNav__titleSp.js-open:after {
  border: none;
  content: "×";
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  top: calc(50% - 9px);
  right: 18px;
}
.l-localNav__list {
  counter-reset: counter;
}
.l-localNav__toggle {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-localNav__toggle:before, .l-localNav__toggle:after {
  content: "";
  position: absolute;
  background: #0e357f;
  width: 100%;
  height: 1px;
}
.l-localNav__toggle:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.l-localNav__toggle:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(1);
}
.l-localNav__item {
  list-style: none;
  border-top: 1px solid #bcbcbc !important;
}
.l-localNav__item:last-child {
  border-bottom: 1px solid #bcbcbc !important;
}
.l-localNav__item:last-child .l-localNav__link:before {
  content: "参考";
  font-size: 1.2rem;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .l-localNav__item:last-child .l-localNav__link:before {
    writing-mode: vertical-rl;
    height: 60%;
  }
}
.l-localNav__link__first {
  border: none !important;
  position: relative;
  padding: 10px 20px 10px 1.7em !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  display: block;
  cursor: pointer;
}
.l-localNav__link__first:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg) scale(1);
  right: 13px;
  border-top: 2px solid #0e357f;
  border-right: 2px solid #0e357f;
}
@media screen and (max-width: 768px) {
  .l-localNav__link__first {
    padding-left: 2em !important;
  }
}
.l-localNav__link {
  border: none !important;
  position: relative;
  padding: 10px 20px 10px 1.7em !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-localNav__link {
    padding-left: 2.5em !important;
  }
}
.l-localNav__link:before {
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero);
  color: #7a7a7a;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-localNav__link:before {
    left: 10px;
  }
}
.l-localNav__link.js-active .l-localNav__toggle:after {
  display: none;
}
.l-localNav__link.js-active + .l-localNav__child {
  display: block;
}
.l-localNav__child {
  display: none;
}
.l-localNav__child__item {
  position: relative;
  padding: 5px 20px 5px 10px;
  font-size: 1.2rem;
  background: #f7f7f7;
  border-top: 1px solid #bcbcbc !important;
}
@media screen and (max-width: 768px) {
  .l-localNav__child__item {
    font-size: 1.3rem;
    padding: 10px 25px 10px 20px;
  }
}
.l-localNav__child__item:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg) scale(1);
  right: 10px;
  border-top: 1px solid #0e357f;
  border-right: 1px solid #0e357f;
}
.l-localNav__child__item.js-current, .l-localNav__child__item:hover {
  font-weight: 500;
  color: #0e357f;
  background: #e7edf8;
  opacity: 1;
}
.l-localNav__btnList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-localNav__btnList {
    padding: 10px 20px;
  }
}
.l-localNav__btn {
  font-size: 12px;
  border: 2px solid #e5e5e5;
  font-weight: 500;
  background: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  position: relative;
}
.l-localNav__btn.is-arrow {
  border: 3px solid #496eb5;
  background: #0e357f;
  color: white;
  font-weight: 700;
}
.l-localNav__btn.is-arrow:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/keiei-kagi/resources/img/ico-search.svg) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 16px;
}
.l-localNav__btn.is-arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/keiei-kagi/resources/img/ico-arrow-wh.svg) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 10px;
}
.l-localNav__btn.is-dl {
  border: 3px solid #e5e5e5;
  background: #fff;
  color: #545454;
}
.l-localNav__btn.is-dl:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(/keiei-kagi/resources/img/icon-pdf.png) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 15px;
}
.l-localNav__close {
  display: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .l-localNav__close {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    height: 100vh;
    z-index: -1;
    color: #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
}

.l-contents__title {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
.l-contents__hr {
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .l-contents__hr {
    letter-spacing: 0;
  }
}
.l-contents__hr:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background: url(/keiei-kagi/resources/img/ico-localMenu.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
}
.l-contents__hr:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  border-bottom: 1px solid #bcbcbc;
  top: 8px;
  right: 0;
}
.l-contents__subTitle {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #de0514;
  display: block;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-contents__subTitle {
    font-size: 16px;
  }
}
.l-contents__subTitle:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  border-bottom: 1px solid #bcbcbc;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-contents__subTitle--text {
  background: #fff;
  padding-left: 1em;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-contents__subTitle--text:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  background: url(/keiei-kagi/resources/img/ico-localMenu.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-contents__subTitle--text:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 15px;
  }
}
.l-contents__subTitle--number {
  font-size: 1.1em;
}
.l-contents__h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .l-contents__h3 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.l-contents__list {
  margin-bottom: 60px;
}
.l-contents__list__link {
  font-size: 16px;
  line-height: 2.5em;
  border-bottom: 1px solid #d7dde8;
  display: inline;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .l-contents__list__link {
    font-size: 14px;
  }
}
.l-contents__list__link:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(/keiei-kagi/resources/img/ico-arrow.png) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0.8em;
}
.l-contents__list__item {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 10px;
}

.l-diagnosis__title {
  background: #edf0f5;
  color: #0e357f;
  font-size: 26px;
  position: relative;
  padding: 20px;
  padding-left: 60px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  border-radius: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-diagnosis__title {
    font-size: 18px;
    padding: 15px;
    padding-left: 40px;
  }
}
.l-diagnosis__title:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  background: url(/keiei-kagi/resources/img/ico-search-bk.svg) center center no-repeat;
  background-size: contain;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .l-diagnosis__title:before {
    left: 15px;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-diagnosis__text {
    font-size: 14px;
  }
}
.l-diagnosis__wrap {
  flex-wrap: wrap;
}
.l-diagnosis__sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 40px !important;
  order: 2;
}
@media screen and (max-width: 768px) {
  .l-diagnosis__sns {
    margin-top: 30px !important;
    margin-bottom: 0;
    gap: 5px;
    order: 2;
  }
}
.l-diagnosis__snsItem {
  background: #000;
  color: #fff;
  padding: 5px 15px;
  padding-left: 40px;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .l-diagnosis__snsItem {
    padding-left: 30px;
    font-size: 0.8em;
  }
}
.l-diagnosis__snsItem:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 10px;
}
@media screen and (max-width: 768px) {
  .l-diagnosis__snsItem:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 5px;
  }
}
.l-diagnosis__snsItem.is-line {
  background: #06c755;
}
.l-diagnosis__snsItem.is-line:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(/keiei-kagi/resources/img/ico-line.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-diagnosis__snsItem.is-line:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
  }
}
.l-diagnosis__snsItem.is-x:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/keiei-kagi/resources/img/ico-x.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-diagnosis__snsItem.is-x:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 10px;
  }
}
.l-diagnosis__snsItem.is-fb {
  background: #0866ff;
}
.l-diagnosis__snsItem.is-fb:before {
  background: url(/keiei-kagi/resources/img/ico-fb.png) center center no-repeat;
  background-size: contain;
}
.l-diagnosis__text {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.l-keyVisual {
  height: 220px;
  width: 100%;
  background: url(/keiei-kagi/resources/img/kv.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-keyVisual {
    height: 320px;
  }
}
.l-keyVisual__titleWrap {
  flex: 1;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__titleWrap {
    padding-top: 80px;
  }
}
.l-keyVisual__subTitle {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
}
.l-keyVisual__title {
  font-size: 3.3rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__title {
    font-size: 2.8rem;
  }
}
.l-keyVisual__lead {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__lead {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.l-keyVisual__btnWrap {
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.l-keyVisual__btn {
  width: 340px;
  border: 2px solid #e5e5e5;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  line-height: 1;
  font-size: 1.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__btn {
    width: 100%;
    max-width: 320px;
    font-size: 0.9em;
    padding: 12px 20px;
  }
}
.l-keyVisual__btn.is-arrow {
  border: 3px solid #496eb5;
  background: #0e357f;
  color: white;
  font-weight: 700;
}
.l-keyVisual__btn.is-arrow:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(/keiei-kagi/resources/img/ico-search.svg) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 14px;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__btn.is-arrow:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
  }
}
.l-keyVisual__btn.is-arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/keiei-kagi/resources/img/ico-arrow-wh.svg) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 10px;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__btn.is-arrow:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    right: 15px;
  }
}
.l-keyVisual__btn.is-dl {
  border: 3px solid #e5e5e5;
  background: #fff;
  color: #545454;
}
.l-keyVisual__btn.is-dl:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 23px;
  background: url(/keiei-kagi/resources/img/icon-pdf.png) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 18px;
}
@media screen and (max-width: 768px) {
  .l-keyVisual__btn.is-dl:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
  }
}
.l-keyVisual__btn.is-dl:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/keiei-kagi/resources/img/ico-dl.svg) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 15px;
}

.l-result {
  padding: 40px 0 0;
}
.l-result__titleWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}
.l-result__titleWrap:before, .l-result__titleWrap:after {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  top: 5px;
  left: 0;
}
.l-result__titleWrap:before {
  height: 0.7em;
  background: #0e357f;
  z-index: 2;
}
.l-result__titleWrap:after {
  height: 1.4em;
  background: #b7c3da;
}
.l-result__title {
  letter-spacing: 0.1em;
}
.l-result__container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-result__item {
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 10px 10px 45px;
  border-radius: 10px;
  position: relative;
  width: calc(100% / 3 - 10px * (3 - 1) / 3);
}
@media screen and (max-width: 768px) {
  .l-result__item {
    width: calc(100% / 1 - 10px * (1 - 1) / 1);
  }
}
.l-result__item__icon {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #0e357f;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
}
.l-result__item__icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/keiei-kagi/resources/img/ico-arrow-wh.svg) center center no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.l-result__item__sub {
  font-size: 12px;
  color: #8b8b8b;
  font-weight: 500;
  line-height: 1.2;
}
.l-result__item__title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.3;
  color: #0e357f;
}
.l-result__item__img {
  display: block;
  margin: 10px 0;
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.l-result__item__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.l-result__item__tagItem {
  background: #f1f1f1;
  border: #c7cbd1 solid 1px;
  border-radius: 20px;
  padding: 2px 5px;
  line-height: 1.2;
  font-size: 12px;
}
.l-result__item.--pdf .l-result__item__title, .l-result__item.--pdf .l-result__item__sub {
  padding-right: 0;
}
.l-result__item.--pdf .l-result__item__title:before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  top: -12px;
  width: 20px;
  height: 20px;
  background: url(/keiei-kagi/resources/img/icon-pdf.png) center center no-repeat;
  background-size: contain;
}
.l-result__item__site {
  display: none;
}
.l-result__item[target=_blank] .l-result__item__site {
  position: absolute;
  left: 10px;
  bottom: 13px;
  font-size: 12px;
  text-decoration: underline;
  display: inline;
  color: #0E357F;
}
@media screen and (max-width: 768px) {
  .l-result__item[target=_blank] .l-result__item__site {
    font-size: 13px;
    bottom: 10px;
  }
}
.l-result__item[target=_blank] .l-result__item__icon:before {
  width: 12px;
  height: 12px;
  background-image: url(/keiei-kagi/resources/img/ico-window.svg);
}

.l-result__btnWrap .l-search__btn {
  display: none;
}
.l-result__btnWrap .l-search__btn.js-show {
  display: block;
}

.l-search__box {
  margin-top: 40px;
  padding: 10px 30px 10px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  display: flex;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .l-search__box {
    flex-wrap: wrap;
  }
}
.l-search__col:nth-child(1) {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .l-search__col:nth-child(1) {
    width: 100%;
  }
}
.l-search__col:nth-child(2) {
  flex: 1;
}
.l-search__col.is-disable {
  opacity: 0.6;
  pointer-events: none;
}
.l-search__required {
  font-size: 11px;
  background: #d12b37;
  padding: 1px 10px;
  font-weight: 400;
  margin-left: 10px;
  margin-right: -4em;
  border-radius: 20px;
  margin-top: 4px;
}
.l-search__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-search__titleWrap {
  background: #0e357f;
  position: relative;
  color: white;
  text-align: center;
  line-height: 1.4;
  padding: 8px 5px;
  border-radius: 5px 0 0 5px;
  margin-bottom: 5px;
}
.l-search__titleWrap:before {
  content: "";
  width: 20px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #0e357f;
  z-index: 5;
  display: block;
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
}
.l-search__titleWrap.--gray {
  background: #dfe5f1;
  color: #0e357f;
  border-radius: 0;
}
.l-search__titleWrap.--gray:before {
  background: #dfe5f1;
}
.l-search__lead {
  font-size: 12px;
  width: 100%;
}
.l-search__dl {
  padding: 10px;
  padding-right: 0;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
}
.l-search__dt {
  font-weight: 500;
  width: 120px;
  line-height: 1.6;
}
.l-search .no-border {
  border-bottom: none;
}
.l-search__link {
  color: #7c879d;
  margin-top: 5px;
  font-size: 12px;
  text-decoration: underline !important;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
.l-search__link:before {
  content: "";
  width: 16px;
  height: 15px;
  display: block;
  position: absolute;
  left: calc(100% + 5px);
  background: url(/keiei-kagi/resources/img/ico-info.png) center center no-repeat;
  background-size: contain;
  top: 2px;
}
.l-search__left {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .l-search__left {
    padding-bottom: 20px;
  }
}
.l-search__right {
  padding: 0 20px;
  border-left: 1px solid #f4f4f4;
}
@media screen and (max-width: 768px) {
  .l-search__right {
    padding: 0;
    padding-right: 20px;
  }
}
.l-search__dd {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}
.l-search__label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.l-search__label input[type=checkbox] {
  display: none;
}
.l-search__label.js-disable {
  opacity: 0.6;
  pointer-events: none;
}
.l-search__label input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background: #f8f8f8;
  border: 1px solid #999999;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .l-search__label input[type=checkbox] + span:before {
    top: 1px;
  }
}
.l-search__label input[type=checkbox]:checked + span:before {
  background: #0866ff;
  border: 1px solid #0866ff;
}
.l-search__label input[type=checkbox]:checked + span:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 6px;
  top: 6px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-search__label input[type=checkbox]:checked + span:after {
    top: 4px;
  }
}
.l-search__label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.l-search__label input[type=radio] {
  display: none;
}
.l-search__label.js-disable {
  opacity: 0.6;
  pointer-events: none;
}
.l-search__label input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background: #f8f8f8;
  border: 1px solid #999999;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-search__label input[type=radio] + span:before {
    top: 1px;
  }
}
.l-search__label input[type=radio]:checked + span:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #0866ff;
  position: absolute;
  border-radius: 50%;
  left: 3px;
  top: 6px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-search__label input[type=radio]:checked + span:after {
    top: 4px;
  }
}
.l-search__btnWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-search__btnWrap {
    flex-wrap: wrap;
  }
}
.l-search__btn {
  background: #0E357F;
  border: 1px solid #0E357F;
  color: white;
  transition: opacity 0.3s;
  width: 280px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-radius: 40px;
  padding: 18px;
  cursor: pointer;
  position: relative;
}
.l-search__btn:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  background: url(/keiei-kagi/resources/img/ico-search.svg) center center no-repeat;
  background-size: contain;
  right: 25px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-search__btn.is-disable {
  pointer-events: none;
  background: #edf0f5;
  border: 1px solid #edf0f5;
  color: #0e357f;
}
.l-search__btn.is-disable:before {
  background-image: url(/keiei-kagi/resources/img/ico-search-bk.svg);
}
.l-search__btn:hover {
  opacity: 0.6;
}
.l-search__btnBlank {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .l-search__btnBlank {
    display: none;
  }
}
.l-search__reset {
  width: 200px;
  color: #0E357F;
  border: 1px solid #0E357F;
  background: none;
  transition: opacity 0.3s;
  cursor: pointer;
  border-radius: 30px;
  padding: 7px;
  padding-right: 20px;
  position: relative;
}
.l-search__reset:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  background: url(/keiei-kagi/resources/img/ico-reload.svg) center center no-repeat;
  background-size: contain;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-search__reset:hover {
  opacity: 0.6;
}
.l-search__error {
  color: #d12b37;
  font-size: 1.4rem;
  margin-top: 20px;
  display: none;
}
.l-search__error.is-error {
  display: block;
}

.p-guide {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  color: #282828;
}
.p-guide .opCont {
  padding-top: 0;
}
.p-guide #feature {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .p-guide #feature {
    top: -70px;
  }


