﻿html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6em;
  color: #000000;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

option,
input[type="text"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  line-height: inherit;
}

select {
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
  border-radius: 0;
}

img {
  max-width: 100%;
  height: auto
}

.c-btn,
.c-btn--back {
  cursor: pointer
}

.c-btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.p-header {
  flex: 0 0 auto;
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-header {
    position: static;
  }
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 24px 16px;
  box-sizing: content-box;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  gap: 16px
}

@media screen and (max-width: 1023px) {
  .p-header__inner {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 1023px) {
  .p-header__inner {
    min-height: 43px
  }
}

.p-headerLogo {
  flex: 0 0 auto
}

@media screen and (max-width: 1023px) {
  .p-headerLogo {
    flex: initial
  }
}

@media screen and (max-width: 1023px) {
  .p-headerLogo__pc {
    display: none
  }
}

.p-headerLogo__sp {
  display: none
}

@media screen and (max-width: 1023px) {
  .p-headerLogo__sp {
    display: block
  }
}

.p-utility {
  flex: 1 1 auto
}

.p-lang__form {
  flex: 0 0 auto
}

@media screen and (max-width: 1023px) {
  .p-lang__form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0
  }
}

.p-lang__select {
  font-size: 14px;
  font-weight: 500;
  height: 2.4rem;
  border: none;
  background: none
}

@media screen and (max-width: 1023px) {
  .p-lang__select {
    font-size: 18px;
    color: #fff;
    margin: auto
  }
}

.p-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 24px 48px;
  font-weight: 500;
}

.p-header .p-linkList {
  flex: 1
}

@media screen and (max-width: 1023px) {
  .p-header .p-linkList {
    padding: 24px 32px
  }
}

@media screen and (max-width: 1023px) {
  .p-linkList {
    justify-content: center
  }
}

.p-linkList__item {
  font-size: 14px;
  line-height: 1.5;
  display: flex
}

@media screen and (max-width: 1023px) {
  .p-header .p-linkList__item {
    width: 100%;
    font-size: 15px;
  }
  .p-footer .p-linkList__item {
    width: 100%;
    font-size: 15px;
  }

}

.p-linkList__transition {
  color: #fff;
  transition: .3s
}

.p-header .p-linkList__transition {
  color: #000000;
  text-align: center;
  font-weight: 500;
}

/* pc  */
@media screen and (min-width: 1024px) {
  .p-linkList {
    gap: 24px 24px;
  }
  .p-header .p-linkList {
    padding-right: 210px;
  }
  .p-header .p-linkList__item:not(:last-of-type) .p-linkList__transition {
    display: inline-block;
  }
  .p-header .p-linkList__item:not(:last-of-type) .p-linkList__transition:before {
    content: "";
    background-image: url(../img/feather-chevron-right.png);
    width: 6px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 6px;
    display: inline-block;
  }
  /* お申し込み */
  .p-header .p-linkList__item:last-of-type {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .p-header .p-linkList__item:last-of-type .p-linkList__transition {
    box-sizing: border-box;
    box-shadow: 0 10px 25px 0 rgba(156, 36, 13, .3);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 186px;
    padding: 0 2em 0 1em;
    background-color: #9C240D;
    color: white;
    font-size: 18px;
    text-align: center;
    position: relative;
    line-height: 48px;
  }
  .p-header .p-linkList__item:last-of-type .p-linkList__transition:hover {
    color: white;
  }
  .p-header .p-linkList__item:last-of-type .p-linkList__transition:after {
    box-sizing: border-box;
    background-color: palegoldenrod;
    content: "";
    background-image: url(../img/icon_hd_feather-send.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-color: #851E0B;
    border-bottom-right-radius: 10px;
    padding: 1em;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .p-header .p-linkList__transition {
    color: #ffffff;
  }
}

.p-header .p-linkList__transition.is-hover:hover {
  color: #1E4882
}

.p-linkList__transition.is-hover:hover {
  opacity: 0.7
}

.p-linkList__transition span {
  margin-left: 8px
}

.p-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start
}

@media screen and (max-width: 1023px) {
  .p-search {
    justify-content: center
  }
}

.p-search__form {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media screen and (max-width: 767px) {
  .p-search__form {
    justify-content: center
  }
}

.p-search--resultPage .p-search__form {
  max-width: 640px;
}

.p-search--resultPage .p-search__icon {
  color: #1E4882
}

.p-search--resultPage .clpg-searchbox-input {
  color: #000000
}

.p-search .clpg-searchbox-input {
  padding: 0.25rem;
  width: 100%;
  border: 1px solid #fff;
}

.clpg-searchbox-button {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.8rem;
  border: none;
  cursor: pointer
}

.p-spNavBtn__inner span::before {
  width: 100%;
  height: 2px;
  top: -8px;
  background: #000000;
  transition: .3s
}

.is-spNavOpen .p-spNavBtn__inner span::before {
  top: 0;
  transform: rotateZ(-45deg);
  transition: .3s
}

.p-spNavBtn__inner span::after {
  width: 100%;
  height: 2px;
  bottom: -8px;
  background: #000000;
  transition: .3s
}

.is-spNavOpen .p-spNavBtn__inner span::after {
  bottom: 0;
  transform: rotateZ(45deg);
  transition: .3s
}

.p-spNavBtn {
  display: none;
  width: 40px;
  height: 40px
}

@media screen and (max-width: 1023px) {
  .p-spNavBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer
  }
}

.p-spNavBtn__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 100%
}

.p-spNavBtn__inner span {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: background-color .3s
}

.is-spNavOpen .p-spNavBtn__inner span {
  background: transparent;
  transition: background-color .3s
}

.p-spNavBtn__inner span::before {
  content: "";
  position: absolute;
  display: block
}

.p-spNavBtn__inner span::after {
  content: "";
  position: absolute;
  display: block
}

.p-pageWrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.p-glNavWrapper {
  width: 100%;
  gap: 24px 48px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
  .p-glNavWrapper {
    position: absolute;
    display: none;
    background: #1e4882;
    z-index: 9999;
    width: 100%;
    margin: 0;
    top: 100%;
    right: 0;
    left: 0
  }
}

.p-linkList+.p-glNav {
  width: 100%
}

.p-glNav__transition,
.p-glNav__childTransition,
.p-glNav__grandchildTransition {
  display: block
}

.p-glNav__transition span,
.p-glNav__childTransition span,
.p-glNav__grandchildTransition span {
  margin-left: 8px
}

.p-glNav__list {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  box-sizing: content-box;
  gap: 16px 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 1023px) {
  .p-glNav__list {
    padding: 0
  }
}

@media screen and (max-width: 1023px) {
  .p-glNav__list {
    display: block
  }
}

.p-glNav__item {
  font-size: 14px;
  line-height: 1.2
}

@media screen and (max-width: 1023px) {
  .p-glNav__item {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    border-top: rgba(255, 255, 255, 0.24) solid 1px;
  }

  .p-glNav__item.js-glNavTrigger .p-glNav__transition {
    width: calc(100% - 64px)
  }
}

.p-glNav__transition {
  position: relative;
  color: #1E4882;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

@media screen and (max-width: 1023px) {
  .p-glNav__transition {
    display: block;
    color: #fff;
    padding: 16px;
    flex: 1 1 auto;
    width: inherit
  }
}

@media screen and (min-width: 1024px) {
  .p-glNav__transition.is-glNavCurrent {
    color: #1E4882
  }

  .p-glNav__transition.is-hover:hover {
    color: #1E4882
  }

  .p-glNav__transition::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 0px;
    background: #1E4882;
    transition: .3s;
  }

  .p-glNav__transition.is-glNavCurrent::after {
    width: 40px
  }

  .p-glNav__transition.is-hover:hover::after {
    width: 40px
  }
}

@media screen and (max-width: 1023px) {
  .p-glNav__transition.is-glNavCurrent {
    color: #fff
  }
}

.p-glNav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1E4882;
  padding: 48px;
  box-shadow: 0 0.3em 0.5em 0.1em rgba(35, 42, 33, 0.1);
  z-index: 9999
}

@media screen and (max-width: 1023px) {
  .p-glNav__child {
    width: 100%;
    padding: 0;
    position: static;
    box-shadow: none
  }
}

.p-glNav__childOpenBtn {
  display: none;
  flex: 0 0 auto
}

@media screen and (max-width: 1023px) {
  .p-glNav__childOpenBtn {
    display: block
  }
}

.p-glNav__childOpenIcon {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px
}

.p-glNav__childInner {
  max-width: 1080px;
  margin: 0 auto
}

.p-glNav__childList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 48px
}

@media screen and (max-width: 1023px) {
  .p-glNav__childList {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .p-glNav__childItem {
    margin: 1em 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-glNav__childItem {
    border-top: rgba(255, 255, 255, 0.24) dotted 1px;
  }
}

.p-glNav__childTransition {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  transition: .3s;
}

.p-glNav__childTransition.is-hover:hover {
  opacity: 0.7
}

@media screen and (max-width: 1023px) {
  .p-glNav__childTransition {
    padding: 16px 24px
  }
}

@media screen and (min-width: 1024px) {
  .p-glNav__grandchildList {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0 1em 1em;
    gap: 1em 3em;
  }
}

@media screen and (max-width: 1023px) {
  .p-glNav__grandchildList {
    padding-bottom: 8px;
  }
}

.p-glNav__grandchildTransition {
  color: white;
  line-height: 1.5;
  transition: .3s;
}

.p-glNav__grandchildTransition.is-hover:hover {
  opacity: 0.7
}

@media screen and (max-width: 1023px) {
  .p-glNav__grandchildTransition {
    padding: 12px 16px 12px 32px;
  }
}

.p-breadNav {
  padding: 8px 24px
}

@media screen and (max-width: 1023px) {
  .p-breadNav {
    padding: 8px 16px
  }
}

.p-breadNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0.5em
}

.p-breadNav__item {
  color: #000;
  font-size: 14px;
  line-height: 1.5
}

.p-breadNav__item:not(:first-child)::before {
  content: "/";
  color: #000000;
  margin-right: 1em
}

.p-breadNav__transition {
  color: #000000;
  transition: .3s
}

.p-breadNav__transition.is-hover:hover {
  opacity: 0.6
}

.p-lowerNav {
  padding: 48px 0;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .p-lowerNav {
    display: none
  }
}

.p-lower__nav .p-lowerNav {
  width: 20%
}

.p-lowerNav__parentTransition {
  color: #000000;
  font-weight: 500;
  line-height: 1.5
}

.p-lowerNav__parentTransition.is-hover:hover {
  color: #1E4882
}

.p-lowerNav__childList {
  background: #F2F6FC;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
}

.p-lowerNav__childTransition {
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
}

.p-lowerNav__childTransition.is-lowerNavCurrent{
  color: #1E4882 !important;
}

.p-lowerNav__childTransition.is-hover:hover {
  color: #1E4882
}

.p-lowerNav__grandchildList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  padding-left: 1em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-lowerNav__grandchildTransition {
  color: #000000;
  font-size: 15px;
  line-height: 1.5
}

.p-lowerNav__grandchildTransition.is-lowerNavCurrent {
  color: #1E4882
}

.p-lowerNav__grandchildTransition.is-hover:hover {
  color: #1E4882
}

.clpg-page-content .p-attachment__summary {
  display: block
}

.clpg-page-content .p-attachment__download {
  display: inline-block;
  position: relative
}

.clpg-page-content .p-attachment__download.is-hover:hover .p-attachment__size {
  display: block
}

.clpg-page-content .p-attachment__size {
  display: none;
  position: absolute;
  line-height: 1
}

.clpg-page-content .p-pager {
  display: flex;
  justify-content: center;
  align-items: center
}

.clpg-page-content .p-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0
}

.clpg-page-content .p-pager__item {
  padding: 0;
  margin: 0;
  background: none
}

.clpg-page-content .p-articleLoop__title {
  margin: 0;
  padding: 0
}

.clpg-page-content .p-articleLoop__description {
  margin: 0
}

.clpg-form-container label {
  display: inline-block;
  cursor: pointer;
  margin: 0.25em 1em 0.25em 0;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .clpg-form-container label {
    margin: 8px
  }
}

.clpg-form-container input[type=checkbox],
.clpg-form-container input[type=radio] {
  display: inline-block;
  margin-right: 0.4rem
}

@media screen and (max-width: 1023px) {
  .clpg-form-container th {
    display: block
  }
}

@media screen and (max-width: 1023px) {
  .clpg-form-container td {
    display: block
  }
}

.clpg-form-container .clpg-form-text-w30 {
  width: 10%
}

.clpg-form-container .clpg-form-text-w60 {
  margin: 0 3px;
  width: 20%
}

.clpg-form-container .clpg-form-text-w60:first-child {
  margin: 0 3px 0 0
}

.clpg-form-container .clpg-form-text-w90 {
  width: 30%
}

.clpg-form-container .clpg-form-text-w120 {
  width: 40%
}

.clpg-form-container .clpg-form-text-w150 {
  width: 40%
}

.clpg-form-container .clpg-form-text-w180 {
  width: 60%
}

.clpg-form-container .clpg-form-text-w240 {
  width: 70%
}

.clpg-form-container .clpg-form-text-w300 {
  width: 80%
}

.clpg-form-container .clpg-form-text-w360 {
  width: 90%
}

.clpg-form-container .clpg-form-text-w420 {
  width: 95%
}

.clpg-form-container .clpg-form-textarea-w400h35 {
  width: 95%;
  height: 35px
}

@media screen and (max-width: 1023px) {
  .clpg-form-container .clpg-form-textarea-w400h35 {
    width: 100%
  }
}

.clpg-form-container .clpg-form-textarea-w400h50 {
  width: 95%;
  height: 50px
}

@media screen and (max-width: 1023px) {
  .clpg-form-container .clpg-form-textarea-w400h50 {
    width: 100%
  }
}

.clpg-form-container .clpg-form-textarea-w400h70 {
  width: 95%;
  height: 70px
}

@media screen and (max-width: 1023px) {
  .clpg-form-container .clpg-form-textarea-w400h70 {
    width: 100%
  }
}

.clpg-form-container .clpg-form-textarea-w400h100 {
  width: 95%;
  height: 100px
}

@media screen and (max-width: 1023px) {
  .clpg-form-container .clpg-form-textarea-w400h100 {
    width: 100%
  }
}

.clpg-form-container .clpg-form-textarea-w400h150 {
  width: 95%;
  height: 150px
}

@media screen and (max-width: 1023px) {
  .clpg-form-container .clpg-form-textarea-w400h150 {
    width: 100%
  }
}

.clpg-form-container .clpg-form-textarea-w470h200 {
  width: 95%;
  height: 200px
}

@media screen and (max-width: 1023px) {
  .clpg-form-container .clpg-form-textarea-w470h200 {
    width: 100%
  }
}

.clpg-form-container .clpg-form-textarea-w525h360 {
  width: 95%;
  height: 360px
}

@media screen and (max-width: 1023px) {
  .clpg-form-container .clpg-form-textarea-w525h360 {
    width: 100%
  }
}

.p-footer {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 80px 24px;
  box-sizing: content-box;
  box-sizing: border-box;
  background: #1E4882;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 64px
}

@media screen and (max-width: 1023px) {
  .p-footer {
    padding: 0;
    gap: 48px
  }
}

.p-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 64px;
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .p-footer__inner {
    flex-wrap: wrap;
    gap: 0
  }
}

.p-footer__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px
}

@media screen and (max-width: 1023px) {
  .p-footer__item {
    width: 100%
  }
}

.p-footer__item--company {
  border-bottom: rgba(255,255,255, 0.24) solid 1px;
  padding-bottom: 48px;
}

@media screen and (max-width: 1023px) {
  .p-footer__item--company {
    padding: 48px;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__item--company {
    padding: 40px 24px;
  }
}

.p-footer__item a {
  color: #fff;
}

.p-footerCompany {
  display: flex;
  flex-direction: column;
  align-items: stretch
}

.p-footer__logo {
  color: #fff;
}

.p-footer__address {
  color: #fff;
  font-size: 14px;
  line-height: 1.5
}

.p-footerNavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 48px
}

@media screen and (max-width: 1023px) {
  .p-footerNavi {
    flex-wrap: wrap;
    gap: 48px;
    padding: 0 24px 12px;
  }
}

@media screen and (max-width: 1023px) {
  .p-footerNavi__item {
    width: 100%
  }
}

@media screen and (max-width: 1023px) {
  .p-footerNavi__item--copyright {
    order: 2
  }
}

.p-footer__copyright {
  flex: 1 0 auto;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #fff
}

.p-snsArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px
}

.p-snsArea__transition {
  transition: .3s
}

.p-snsArea__transition.is-hover:hover {
  opacity: 0.7
}

.p-toTop {
  position: absolute;
  top: -24px;
  right: 24px
}

.p-toTop__transition {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1E4882;
  width: 48px;
  height: 48px;
  border-radius: 50vh;
  transition: .3s
}

.p-toTop__transition.is-hover:hover {
  opacity: 0.8
}

.p-linkList .p-linkList__item .p-linkList__transition{
  font-weight: 500;
}
.p-footer .p-linkList .p-linkList__item .p-linkList__transition:before{
  content: "";
  background-image: url(../img/feather-chevron-right_wh.png);
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 5px;
  display: inline-block;
}

/*# sourceMappingURL=../Maps/css/common.css.map */

/* ===========
CSSを上書き調整
 ============ */
/* .p-glNav{
  max-width: 1024px;
} */
@media screen and (min-width: 1024) {
  .p-glNav__transition {
    color: #1E4882;
  }
}

.p-glNav__list {
  justify-content: space-around;
  max-width: 1080px;
}

.p-glNav__item {
  font-size: 16px;
  font-weight: 500;
}

.p-spNavBtn__inner {
  background: #1E4882;
}

.p-toTop {
  top: -70px;
}

.p-toTop__transition {
  background: #1E4882;
  color: white;
  border-radius: 0;
}

/* @media screen and (min-width: 1024px){
  header .p-linkList .p-linkList__item:last-of-type {
background-color: gold;  }
  header .p-linkList .p-linkList__item:last-of-type a {
    color: red;
  }
} */
@media screen and (max-width: 1023px) {
  .p-headerLogo__sp img {
    width: 100%;
    height: auto;
  }

  .p-spNavBtn__inner {
    width: 40px;
    height: 40px;
  }

  .p-spNavBtn__inner span {
    background: white;
    width: 20px;
    margin-left: 10px;
  }

  .p-spNavBtn__inner span::before,
  .p-spNavBtn__inner span::after {
    background: white;
  }
}
