@charset "UTF-8";
/*! Writen  by SCSS */
.e-center {
  text-align: center; }

.b-innermain {
  background: #F4F9FE;
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    .b-innermain {
      height: 250px; } }
  .b-innermain > h1 {
    position: absolute;
    inset: 0;
    bottom: 50px;
    margin: auto;
    height: fit-content;
    color: #0f2c4b; }
  .b-innermain > .e-pankuzu {
    position: absolute;
    left: 20px;
    bottom: 14px;
    display: flex;
    gap: 0 15px;
    font-size: min(13px);
}
    .b-innermain > .e-pankuzu > li:not(:last-child)::after {
      content: "＞";
      display: inline-block;
      padding-left: 15px;
      color: #2365B1;
      font-weight: 700;
      font-size: 10px;
      transform: translateY(-3px);
}

#buttonFixed.-Fixed {
  position: fixed;
  top: 100px;
  top: 130px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10; }
  @media screen and (max-width: 1000px) {
    #buttonFixed.-Fixed {
      top: 130px; } }

@media screen and (max-width: 1250px) {
  .e-pc1250 {
    display: none; } }

.e-main_color {
  color: #0f2c4b !important; }

h2.e-border_w {
  position: relative; }
  h2.e-border_w::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    inset: 0;
    bottom: -15px;
    top: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0) 100%); }

/*# sourceMappingURL=inner.css.map */
