@media screen and (max-width: 800px) {
  /* line 3, consultation.scss */
  .page-title {
    margin-bottom: 40px; } }
/* line 7, consultation.scss */
.page-title .read-consultation-top {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: 0% 100%;
  color: #0E2841;
  font-family: "BIZ UDPMincho", serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    /* line 7, consultation.scss */
    .page-title .read-consultation-top {
      left: auto;
      top: 240px;
      translate: 0 0;
      right: 108px;
      font-size: 20px;
      line-height: 1.4; } }
/* line 28, consultation.scss */
.page-title .page-title-right {
  background-image: url("../img/topimage_consultation.jpg"); }
  @media screen and (max-width: 800px) {
    /* line 28, consultation.scss */
    .page-title .page-title-right {
      background-image: url("../img/topimage_consultation_sp.jpg"); } }

/* line 38, consultation.scss */
.wrapper section.application {
  padding: 100px 140px; }
  @media screen and (max-width: 1350px) {
    /* line 38, consultation.scss */
    .wrapper section.application {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 800px) {
    /* line 38, consultation.scss */
    .wrapper section.application {
      padding: 48px 20px; } }
  @media screen and (max-width: 800px) {
    /* line 47, consultation.scss */
    .wrapper section.application h2 {
      margin-bottom: 32px; } }
  /* line 52, consultation.scss */
  .wrapper section.application h3 {
    color: #004097; }
    @media screen and (max-width: 800px) {
      /* line 52, consultation.scss */
      .wrapper section.application h3 {
        font-size: 18px;
        margin-bottom: 12px; } }
  @media screen and (max-width: 800px) {
    /* line 61, consultation.scss */
    .wrapper section.application table.t-contact th {
      font-size: 15px;
      padding-bottom: 8px; } }

/* line 73, consultation.scss */
.read-page {
  margin-bottom: 32px; }
  @media screen and (max-width: 800px) {
    /* line 73, consultation.scss */
    .read-page {
      font-size: 25px;
      margin-bottom: 24px; } }

/* line 80, consultation.scss */
.btn-text {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  overflow: hidden; }
  /* line 85, consultation.scss */
  .btn-text::before, .btn-text::after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 17px;
    height: 9px;
    content: "";
    background-color: #F08A42;
    mask-image: url("../img/arrow_d.svg");
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: cover;
    overflow: hidden; }
  /* line 100, consultation.scss */
  .btn-text::before {
    translate: 0 -50%; }
  /* line 103, consultation.scss */
  .btn-text::after {
    translate: 0 -350%; }

/* line 110, consultation.scss */
.voice {
  position: relative;
  width: calc(100% + 280px);
  background-color: #E2E7EB;
  border-radius: 12px;
  margin-left: -140px;
  padding: 48px 0 270px;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    /* line 110, consultation.scss */
    .voice {
      width: calc(100% + 40px);
      margin-left: -20px;
      border-radius: 0; } }
  /* line 124, consultation.scss */
  .voice::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    width: 1024px;
    height: 509px;
    content: "";
    background-image: url("../img/bg_voice.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 0;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 124, consultation.scss */
      .voice::after {
        width: 100%;
        height: 100%;
        background-image: url("../img/bg_voice_sp.svg"); } }
  /* line 144, consultation.scss */
  .voice ul {
    position: relative;
    width: 100%;
    min-height: 680px;
    margin: 0;
    padding: 0;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 144, consultation.scss */
      .voice ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px 2.4%;
        min-height: inherit;
        padding: 0 20px; } }
    /* line 159, consultation.scss */
    .voice ul li {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: rgba(14, 40, 65, 0.6);
      font-size: 13px;
      font-weight: 500;
      line-height: 1.4;
      text-align: center;
      background-color: #FFFFFF;
      border-radius: 8px;
      margin: 0;
      padding: 16px 24px;
      box-shadow: 1px 1px 3px #c2d3e2; }
      @media screen and (max-width: 800px) {
        /* line 159, consultation.scss */
        .voice ul li {
          position: relative;
          left: auto;
          top: auto;
          font-size: 12px;
          padding: 12px 6px; } }
      /* line 183, consultation.scss */
      .voice ul li.ct15 {
        color: rgba(14, 40, 65, 0.7);
        font-size: 15px; }
        @media screen and (max-width: 800px) {
          /* line 183, consultation.scss */
          .voice ul li.ct15 {
            font-size: 13px; } }
      /* line 190, consultation.scss */
      .voice ul li.ct20 {
        color: #0e2841;
        font-size: 20px; }
        @media screen and (max-width: 800px) {
          /* line 190, consultation.scss */
          .voice ul li.ct20 {
            font-size: 14px; } }
      /* line 197, consultation.scss */
      .voice ul li.cv01 {
        translate: -280% -425%; }
        @media screen and (max-width: 800px) {
          /* line 197, consultation.scss */
          .voice ul li.cv01 {
            translate: 0 0;
            width: 35.8%;
            margin-left: 7.2%; } }
      /* line 205, consultation.scss */
      .voice ul li.cv02 {
        translate: -168% -270%; }
        @media screen and (max-width: 800px) {
          /* line 205, consultation.scss */
          .voice ul li.cv02 {
            translate: 0 0;
            width: 47.8%; } }
      /* line 212, consultation.scss */
      .voice ul li.cv03 {
        translate: -273% -173%; }
        @media screen and (max-width: 800px) {
          /* line 212, consultation.scss */
          .voice ul li.cv03 {
            translate: 0 0;
            width: 68.1%; } }
      /* line 219, consultation.scss */
      .voice ul li.cv04 {
        translate: 138% -344%; }
        @media screen and (max-width: 800px) {
          /* line 219, consultation.scss */
          .voice ul li.cv04 {
            translate: 0 0;
            width: 39.4%;
            margin-left: 10.4%; } }
      /* line 227, consultation.scss */
      .voice ul li.cv05 {
        translate: -119% -24%; }
        @media screen and (max-width: 800px) {
          /* line 227, consultation.scss */
          .voice ul li.cv05 {
            translate: 0 0;
            width: 47.8%; } }
      /* line 234, consultation.scss */
      .voice ul li.cv06 {
        translate: -235% 125%; }
        @media screen and (max-width: 800px) {
          /* line 234, consultation.scss */
          .voice ul li.cv06 {
            translate: 0 0;
            width: 45.4%; } }
      /* line 241, consultation.scss */
      .voice ul li.cv07 {
        translate: 8% -425%; }
        @media screen and (max-width: 800px) {
          /* line 241, consultation.scss */
          .voice ul li.cv07 {
            translate: 0 0;
            width: 41.5%; } }
      /* line 248, consultation.scss */
      .voice ul li.cv08 {
        translate: -68% -425%; }
        @media screen and (max-width: 800px) {
          /* line 248, consultation.scss */
          .voice ul li.cv08 {
            translate: 0 0;
            width: 68.1%;
            margin: 0 auto; } }
      /* line 256, consultation.scss */
      .voice ul li.cv09 {
        translate: 223% -90%; }
        @media screen and (max-width: 800px) {
          /* line 256, consultation.scss */
          .voice ul li.cv09 {
            translate: 0 0;
            width: 43.6%;
            margin-left: 2%; } }
      /* line 264, consultation.scss */
      .voice ul li.cv10 {
        translate: -47% -153%; }
        @media screen and (max-width: 800px) {
          /* line 264, consultation.scss */
          .voice ul li.cv10 {
            translate: 0 0;
            width: 51.9%; } }
      /* line 271, consultation.scss */
      .voice ul li.cv11 {
        translate: 118% -157%; }
        @media screen and (max-width: 800px) {
          /* line 271, consultation.scss */
          .voice ul li.cv11 {
            translate: 0 0;
            width: 49.3%; } }
      /* line 278, consultation.scss */
      .voice ul li.cv12 {
        translate: 16% -20%; }
        @media screen and (max-width: 800px) {
          /* line 278, consultation.scss */
          .voice ul li.cv12 {
            translate: 0 0;
            width: 45.4%; } }
      /* line 285, consultation.scss */
      .voice ul li.cv13 {
        translate: 85% 95%; }
        @media screen and (max-width: 800px) {
          /* line 285, consultation.scss */
          .voice ul li.cv13 {
            translate: 0 0;
            width: 68.7%;
            margin: 0 auto; } }

/* line 296, consultation.scss */
.response {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 56px 16px;
  margin: -122px 0 165px;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    /* line 296, consultation.scss */
    .response {
      border-radius: 8px;
      padding: 40px 20px 32px;
      margin: -145px 0 80px; } }
  /* line 308, consultation.scss */
  .response .cv-img {
    position: absolute;
    top: -130px;
    left: 50%;
    translate: -50% 0;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      /* line 308, consultation.scss */
      .response .cv-img {
        top: -93px;
        width: 100%;
        max-width: 256px; } }
  /* line 320, consultation.scss */
  .response .read-response {
    position: relative;
    color: #0E2841;
    font-family: "BIZ UDPMincho", serif;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 16px;
    padding-top: 45px; }
    @media screen and (max-width: 800px) {
      /* line 320, consultation.scss */
      .response .read-response {
        font-size: 20px;
        padding-top: 32px; } }
    /* line 334, consultation.scss */
    .response .read-response::before {
      position: absolute;
      left: 50%;
      top: 0;
      translate: -50% 0;
      width: 32px;
      height: 16px;
      content: "";
      background-color: #F08A42;
      clip-path: polygon(50% 100%, 0 0, 100% 0); }
      @media screen and (max-width: 800px) {
        /* line 334, consultation.scss */
        .response .read-response::before {
          width: 24px;
          height: 12px; } }
  /* line 350, consultation.scss */
  .response .cap-response {
    color: #0E2841;
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 350, consultation.scss */
      .response .cap-response {
        text-align: left; } }

/* line 360, consultation.scss */
.declaration h2 {
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    /* line 360, consultation.scss */
    .declaration h2 {
      margin-bottom: 48px; } }
  /* line 365, consultation.scss */
  .declaration h2 .jp {
    display: block;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 800px) {
      /* line 365, consultation.scss */
      .declaration h2 .jp {
        font-size: 25px; } }

/* line 375, consultation.scss */
.declaration-content {
  display: flex;
  gap: 0 32px; }
  @media screen and (max-width: 800px) {
    /* line 375, consultation.scss */
    .declaration-content {
      flex-wrap: wrap;
      gap: 32px 0;
      padding: 0 20px; } }
  /* line 383, consultation.scss */
  .declaration-content .declaration-detail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 240px;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #e2e7ea;
    padding: 0 40px; }
    @media screen and (max-width: 800px) {
      /* line 383, consultation.scss */
      .declaration-content .declaration-detail {
        min-height: inherit;
        padding: 44px 20px; } }
    /* line 398, consultation.scss */
    .declaration-content .declaration-detail .d-no {
      position: absolute;
      left: 50%;
      top: -28px;
      translate: -50% 0;
      width: 72px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      font-family: "BIZ UDPMincho", serif;
      font-size: 25px;
      letter-spacing: 0.1em;
      line-height: 1;
      text-align: center;
      background-color: #004097;
      border-radius: 4px; }
      @media screen and (max-width: 800px) {
        /* line 398, consultation.scss */
        .declaration-content .declaration-detail .d-no {
          top: -20px;
          width: 48px;
          height: 36px;
          font-size: 15px; } }
      /* line 422, consultation.scss */
      .declaration-content .declaration-detail .d-no::after {
        position: absolute;
        left: 50%;
        top: calc(100% - 1px);
        translate: -50% 0;
        width: 16px;
        height: 8px;
        content: "";
        background-color: #004097;
        clip-path: polygon(50% 100%, 0 0, 100% 0); }
        @media screen and (max-width: 800px) {
          /* line 422, consultation.scss */
          .declaration-content .declaration-detail .d-no::after {
            width: 13px;
            height: 7px; } }
    /* line 438, consultation.scss */
    .declaration-content .declaration-detail p {
      font-weight: 500;
      margin: 0; }

/* line 447, consultation.scss */
.cf-content {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    /* line 447, consultation.scss */
    .cf-content {
      flex-wrap: wrap;
      gap: 48px 0; } }
  /* line 454, consultation.scss */
  .cf-content .l-cf {
    width: 64.1%; }
    @media screen and (max-width: 800px) {
      /* line 454, consultation.scss */
      .cf-content .l-cf {
        width: 100%; } }
    /* line 459, consultation.scss */
    .cf-content .l-cf .cf-detail {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding-bottom: 40px;
      margin-bottom: 40px; }
      @media screen and (max-width: 800px) {
        /* line 459, consultation.scss */
        .cf-content .l-cf .cf-detail {
          display: block;
          padding-bottom: 32px;
          margin-bottom: 32px; } }
      /* line 470, consultation.scss */
      .cf-content .l-cf .cf-detail:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 32px; }
      /* line 475, consultation.scss */
      .cf-content .l-cf .cf-detail h3 {
        width: 205px;
        margin: 0 10px 0 0; }
        @media screen and (max-width: 800px) {
          /* line 475, consultation.scss */
          .cf-content .l-cf .cf-detail h3 {
            width: 100%;
            margin: 0 0 16px; } }
      /* line 483, consultation.scss */
      .cf-content .l-cf .cf-detail .r-cfd {
        width: calc(100% - 215px); }
        @media screen and (max-width: 800px) {
          /* line 483, consultation.scss */
          .cf-content .l-cf .cf-detail .r-cfd {
            width: 100%; } }
        /* line 488, consultation.scss */
        .cf-content .l-cf .cf-detail .r-cfd p {
          color: #525A64;
          margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 494, consultation.scss */
      .cf-content .l-cf .komelist {
        padding-left: 1em; } }
    /* line 498, consultation.scss */
    .cf-content .l-cf .komelist li {
      font-size: 13px;
      line-height: 1.6;
      margin: 0; }
  /* line 505, consultation.scss */
  .cf-content .r-cf {
    width: 31.3%; }
    @media screen and (max-width: 800px) {
      /* line 505, consultation.scss */
      .cf-content .r-cf {
        width: 100%;
        padding: 0 20px; } }
    /* line 511, consultation.scss */
    .cf-content .r-cf .cf-img01 {
      width: 100%; }
      /* line 513, consultation.scss */
      .cf-content .r-cf .cf-img01 img {
        width: 100%; }
    /* line 517, consultation.scss */
    .cf-content .r-cf .taiou {
      background-color: #FFFFFF;
      border-radius: 8px;
      padding: 40px 20px 0; }
      @media screen and (max-width: 800px) {
        /* line 517, consultation.scss */
        .cf-content .r-cf .taiou {
          padding: 20px 32px 0; } }
      /* line 524, consultation.scss */
      .cf-content .r-cf .taiou .read-taiou {
        color: #0E2841;
        font-family: "BIZ UDPMincho", serif;
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 0.1em;
        text-align: center;
        margin-bottom: 40px; }
        @media screen and (max-width: 800px) {
          /* line 524, consultation.scss */
          .cf-content .r-cf .taiou .read-taiou {
            font-size: 15px;
            margin-bottom: 20px; } }
      /* line 537, consultation.scss */
      .cf-content .r-cf .taiou .btn-moushikomi {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 88px;
        color: #004097;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        border-top: 1px solid rgba(0, 0, 0, 0.15); }
        @media screen and (max-width: 800px) {
          /* line 537, consultation.scss */
          .cf-content .r-cf .taiou .btn-moushikomi {
            height: 60px;
            font-size: 15px; } }
        @media screen and (max-width: 800px) {
          /* line 552, consultation.scss */
          .cf-content .r-cf .taiou .btn-moushikomi .btn-text {
            padding-right: 24px; }
            /* line 555, consultation.scss */
            .cf-content .r-cf .taiou .btn-moushikomi .btn-text::before, .cf-content .r-cf .taiou .btn-moushikomi .btn-text::after {
              width: 12px;
              height: 6px; } }

/* line 567, consultation.scss */
.btn-white {
  position: relative;
  display: inline-flex;
  color: #525A64;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 32px 8px 12px;
  margin-top: 12px;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    /* line 567, consultation.scss */
    .btn-white {
      font-size: 12px;
      margin-top: 8px; } }
  /* line 584, consultation.scss */
  .btn-white::before, .btn-white::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 5px;
    content: "";
    background-color: #F08A42;
    mask-image: url("../img/arrow_d.svg");
    mask-position: left top;
    mask-repeat: no-repeat;
    mask-size: cover;
    overflow: hidden; }
  /* line 599, consultation.scss */
  .btn-white::before {
    translate: 0 -50%; }
  /* line 602, consultation.scss */
  .btn-white::after {
    translate: 0 -400%; }

/* line 610, consultation.scss */
.ocg-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    /* line 610, consultation.scss */
    .ocg-content {
      flex-direction: column-reverse;
      gap: 40px 0;
      margin-bottom: 8px; } }
  /* line 619, consultation.scss */
  .ocg-content .l-ocg {
    width: 50%; }
    @media screen and (max-width: 800px) {
      /* line 619, consultation.scss */
      .ocg-content .l-ocg {
        width: 100%; } }
    /* line 624, consultation.scss */
    .ocg-content .l-ocg .ocg-detail {
      margin-bottom: 40px; }
      /* line 626, consultation.scss */
      .ocg-content .l-ocg .ocg-detail:last-child {
        margin-bottom: 0; }
      /* line 630, consultation.scss */
      .ocg-content .l-ocg .ocg-detail h3.wide {
        width: 100vw; }
        @media screen and (max-width: 800px) {
          /* line 630, consultation.scss */
          .ocg-content .l-ocg .ocg-detail h3.wide {
            width: 100%; } }
      /* line 637, consultation.scss */
      .ocg-content .l-ocg .ocg-detail p {
        margin: 0; }
        @media screen and (max-width: 800px) {
          /* line 637, consultation.scss */
          .ocg-content .l-ocg .ocg-detail p {
            font-size: 13px; } }
      /* line 643, consultation.scss */
      .ocg-content .l-ocg .ocg-detail ul {
        list-style-type: disc;
        padding: 0 0 0 1.5em;
        margin: 0; }
        /* line 647, consultation.scss */
        .ocg-content .l-ocg .ocg-detail ul li {
          font-size: 15px;
          line-height: 1.4;
          margin-bottom: 8px; }
          @media screen and (max-width: 800px) {
            /* line 647, consultation.scss */
            .ocg-content .l-ocg .ocg-detail ul li {
              font-size: 13px; } }
          /* line 654, consultation.scss */
          .ocg-content .l-ocg .ocg-detail ul li:last-child {
            margin-bottom: 0; }
          /* line 657, consultation.scss */
          .ocg-content .l-ocg .ocg-detail ul li::marker {
            color: #004097; }
  /* line 664, consultation.scss */
  .ocg-content .r-ocg {
    width: 41.2%; }
    @media screen and (max-width: 800px) {
      /* line 664, consultation.scss */
      .ocg-content .r-ocg {
        width: 100%; } }
    /* line 669, consultation.scss */
    .ocg-content .r-ocg .ocg-img01 {
      width: 100%; }
      /* line 671, consultation.scss */
      .ocg-content .r-ocg .ocg-img01 img {
        width: 100%;
        border-radius: 8px; }

/* line 679, consultation.scss */
.zoom-content {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 683, consultation.scss */
  .zoom-content .l-zoom {
    width: 160px;
    margin-right: 40px; }
    @media screen and (max-width: 800px) {
      /* line 683, consultation.scss */
      .zoom-content .l-zoom {
        width: 96px;
        margin-right: 18px; } }
    /* line 690, consultation.scss */
    .zoom-content .l-zoom .logo-zoom {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 160px;
      height: 160px;
      background-color: #FFFFFF;
      border-radius: 50%; }
      @media screen and (max-width: 800px) {
        /* line 690, consultation.scss */
        .zoom-content .l-zoom .logo-zoom {
          width: 96px;
          height: 96px; } }
      @media screen and (max-width: 800px) {
        /* line 702, consultation.scss */
        .zoom-content .l-zoom .logo-zoom img {
          width: 53px; } }
  /* line 709, consultation.scss */
  .zoom-content .r-zoom {
    width: calc(100% - 200px); }
    @media screen and (max-width: 800px) {
      /* line 709, consultation.scss */
      .zoom-content .r-zoom {
        width: calc(100% - 114px); } }
    /* line 714, consultation.scss */
    .zoom-content .r-zoom h4 {
      color: #525A64;
      font-size: 20px;
      margin-bottom: 16px; }
      @media screen and (max-width: 800px) {
        /* line 714, consultation.scss */
        .zoom-content .r-zoom h4 {
          font-size: 15px;
          line-height: 1.6; } }
    /* line 723, consultation.scss */
    .zoom-content .r-zoom p {
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 723, consultation.scss */
        .zoom-content .r-zoom p {
          font-size: 13px; } }

/* line 735, consultation.scss */
.ap-content {
  display: flex;
  gap: 0 28px;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    /* line 735, consultation.scss */
    .ap-content {
      flex-wrap: wrap;
      gap: 8px 0;
      margin-bottom: 40px; } }
  /* line 744, consultation.scss */
  .ap-content a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 80px;
    color: #004097;
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #004097;
    border-radius: 12px; }
    @media screen and (max-width: 800px) {
      /* line 744, consultation.scss */
      .ap-content a {
        min-height: 48px;
        border-radius: 8px; } }
    /* line 759, consultation.scss */
    .ap-content a .ap-title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 95px;
      height: 100%;
      font-size: 20px;
      border-right: 1px solid #004097; }
      @media screen and (max-width: 800px) {
        /* line 759, consultation.scss */
        .ap-content a .ap-title {
          width: 64px;
          font-size: 14px; } }
    /* line 772, consultation.scss */
    .ap-content a .ap-number {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% - 95px);
      height: 100%;
      font-size: 35px;
      text-align: center; }
      @media screen and (max-width: 800px) {
        /* line 772, consultation.scss */
        .ap-content a .ap-number {
          width: calc(100% - 64px);
          font-size: 25px; } }

/* line 788, consultation.scss */
.entryform {
  border-top: 1px solid #004097;
  padding-top: 32px; }
  @media screen and (max-width: 800px) {
    /* line 788, consultation.scss */
    .entryform {
      padding-top: 0px; } }

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