@charset "UTF-8";
:root {
  --widthPcDefault: 1330px;
  --breakPointSp: $mediaQuerySp;
  --breakPointTabPc: $mediaQueryPc;
  --sidePaddingSp1:10px;
  --sidePaddingPc1:30px;
  --colorBg1: #fafafa;
  --colorAccent1:#c00;
}

body {
  background: var(--colorBg1);
}

.u-padding-reset {
  padding: 0 !important;
}
.d-banner-wide.m-banner-wide .text .description {
  font-size: 15px;
}

.d-hero-banner.m-small-hero-banner {
  height: auto;
  min-height: 200px;
}

.d-header-main + *:not(.d-anchors-breadcrumbs):not(.d-hero-short-pre).m-small-hero-banner,
.d-header-main + .d-anchors-breadcrumbs + *:not(.d-hero-short-pre).m-small-hero-banner {
  padding-top: 80px;
}
.d-card-imgtext.m-card-imgtext .text {
  font-size: 19px;
}
.d-card-imgtext.m-card-imgtext .subtext {
  display: block;
  margin-top: 7px;
  font-size: 15px;
}

.article-searchbar {
  margin-top: 20px;
}

.article-menu {
  margin-bottom: 40px;
}

.article-pagination {
  padding-bottom: 0;
}

.article-single__inner {
  padding: 0 0 40px 0;
}

.article-single__eyecatch {
  margin: 0 var(--sidePaddingSp1);
  padding: 0;
  text-align: center;
}
.article-single__eyecatch img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.article-single__date {
  font-size: 14px;
  color: #BBBCBC;
  display: block;
  margin-bottom: 10px;
}

.article-single__description {
  font-size: 15px;
  line-height: 1.36;
  margin-top: 8px;
}

.article-single__title {
  font-size: 27px;
  line-height: 1.36;
  margin: 0;
}

.article-single__edit-area {
  padding: 40px calc(var(--sidePaddingSp1) * 2) 0;
  line-height: 1.8;
  font-size: 15px;
}
.article-single__edit-area > *:last-child {
  margin-bottom: 0;
}
.article-single__edit-area p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.article-single__edit-area h3, .article-single__edit-area h4, .article-single__edit-area h5, .article-single__edit-area h6 {
  margin: 0 0 15px;
}
.article-single__edit-area *:not(h3):not(h4):not(h5):not(h6) + h3, .article-single__edit-area *:not(h3):not(h4):not(h5):not(h6) + h4, .article-single__edit-area *:not(h3):not(h4):not(h5):not(h6) + h5, .article-single__edit-area *:not(h3):not(h4):not(h5):not(h6) + h6 {
  margin-top: 35px;
}
.article-single__edit-area h3 {
  font-size: 24px;
  line-height: 1.54;
}
.article-single__edit-area h4 {
  font-size: 21px;
  line-height: 1.75;
}
.article-single__edit-area h5 {
  font-size: 18px;
  line-height: 1.75;
}
.article-single__edit-area h6 {
  font-size: 16px;
  line-height: 1.72;
}
.article-single__edit-area blockquote {
  background: #EDEDED;
  margin: 40px 0;
  padding: 35px 25px;
  position: relative;
}
.article-single__edit-area blockquote::before, .article-single__edit-area blockquote::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 30px;
  background: no-repeat center center/contain;
}
.article-single__edit-area blockquote::before {
  background-image: url("/assets/img/common/icon_quote_before.svg");
  top: -10px;
  left: 30px;
}
.article-single__edit-area blockquote::after {
  background-image: url("/assets/img/common/icon_quote_after.svg");
  bottom: -10px;
  right: 30px;
}
.article-single__edit-area blockquote cite {
  display: block;
  text-align: right;
  font-style: normal;
  margin-top: 20px;
  color: #848484;
}
.article-single__edit-area a {
  text-decoration: underline;
}
.article-single__edit-area a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/assets/img/common/icon_link.svg") no-repeat center center/contain;
  margin: 0 6px 0 3px;
}
.article-single__edit-area ol, .article-single__edit-area ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.article-single__edit-area ol {
  padding: 0;
  list-style-position: inside;
}
.article-single__edit-area ol li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.article-single__edit-area ul {
  list-style-type: none;
}
.article-single__edit-area ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.article-single__edit-area ul li:before {
  content: "・ ";
}
.article-single__edit-area figure {
  margin: 40px 0;
  padding: 0;
}
.article-single__edit-area figcaption {
  font-size: 14px;
  color: #848484;
  margin-top: 15px;
}
.article-single__edit-area img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.article-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.article-pagination .wp-pagenavi a {
  text-decoration: none;
}
.article-pagination .wp-pagenavi .previouspostslink,
.article-pagination .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
}
.article-pagination .wp-pagenavi .previouspostslink:after,
.article-pagination .wp-pagenavi .nextpostslink:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #666;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  box-sizing: border-box;
}
.article-pagination .wp-pagenavi .previouspostslink {
  left: 0;
}
.article-pagination .wp-pagenavi .previouspostslink:after {
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 2px;
  left: 7px;
}
.article-pagination .wp-pagenavi .nextpostslink {
  right: 0;
}
.article-pagination .wp-pagenavi .nextpostslink:after {
  border-width: 2px 2px 0 0;
  border-radius: 0 2px 0 0;
  right: 7px;
}
.article-pagination .wp-pagenavi .page,
.article-pagination .wp-pagenavi .current {
  padding: 5px 10px;
}
.article-pagination .wp-pagenavi .current {
  font-weight: 900;
}

.article-back {
  text-align: center;
  margin-top: 70px;
  padding: 0 var(--sidePaddingSp1);
}
.article-back a {
  max-width: 378px;
  width: 100%;
}

.m-anchor-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.m-anchor-menu__link {
  text-decoration: none;
  width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0px, 4vw, 15px);
  border: 1px solid #A0A0A0;
  border-radius: 999px;
  position: relative;
}
.m-anchor-menu__link:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 17px;
  top: 50%;
}

.m-form {
  width: calc(100% - var(--sidePaddingSp1) * 2);
  margin: 0 auto 30px;
  padding-top: 50px;
}

.m-form__heading .title {
  margin-top: 0;
  margin-bottom: 0;
}

.m-form__block + .m-form__block {
  margin-top: 25px;
}

.m-form__title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-form__title small {
  font-size: 0.8em;
  display: inline-block;
  color: var(--colorAccent1);
}

.m-form__input input, .m-form__input textarea {
  width: 100%;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #bbbcbc;
  font-size: 16px;
  box-sizing: border-box;
  font-family: inherit;
  border-radius: 0;
}
.m-form__input input::-moz-placeholder, .m-form__input textarea::-moz-placeholder {
  color: #000;
  opacity: 0.3;
}
.m-form__input input:-ms-input-placeholder, .m-form__input textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.3;
}
.m-form__input input::placeholder, .m-form__input textarea::placeholder {
  color: #000;
  opacity: 0.3;
}
.m-form__input input:focus, .m-form__input textarea:focus {
  outline: none;
}
.m-form__input input {
  border-width: 0 0 1px 0;
  padding: 0 15px 10px 15px;
}
.m-form__input textarea {
  padding: 15px;
  height: 180px;
  line-height: 1.5;
}
.m-form__input--error input, .m-form__input--error textarea {
  border-color: var(--colorAccent1);
}
.m-form__input--error input::-moz-placeholder, .m-form__input--error textarea::-moz-placeholder {
  color: var(--colorAccent1);
}
.m-form__input--error input:-ms-input-placeholder, .m-form__input--error textarea:-ms-input-placeholder {
  color: var(--colorAccent1);
}
.m-form__input--error input::placeholder, .m-form__input--error textarea::placeholder {
  color: var(--colorAccent1);
}

.m-form__note {
  font-size: 15px;
  line-height: 1.65;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
}
.m-form__note + p {
  margin-top: 0.7em;
}

.m-form__button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-form__button__item {
  width: 100%;
  max-width: 240px;
}
.m-form__button__item .d-button {
  max-width: 100%;
  width: 100%;
}

.m-form__confirm__text {
  font-size: 15px;
  line-height: 1.65;
}

.m-form__text {
  font-size: 16px;
  line-height: 1.65;
}
.m-form__text + .m-form__text {
  margin-top: 1em;
}

.m-form__error {
  color: var(--colorAccent1);
  background: rgba(255, 0, 0, 0.1);
  padding: 5px 10px;
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.m-form__date {
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-form__date + .m-form__date {
  margin-top: 25px;
}
.m-form__date input[type=date] {
  width: 206px;
  height: 20px;
  padding-bottom: 5px;
  padding-left: 35px;
  position: relative;
}
.m-form__date input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-form__date input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.m-form__date input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
.m-form__date::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  background-image: url("/assets/img/common/icon_calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: content-box;
  pointer-events: none;
}

.m-form__date__title {
  width: 105px;
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.m-form__radio-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0 0;
  margin-top: 20px;
}

.m-form__radio {
  margin-right: 25px;
  position: relative;
}
.m-form__radio--add-input {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-right: 0;
  gap: 20px;
}
.m-form__radio--add-input .m-form__input {
  flex: 1 1;
  position: relative;
  z-index: 2;
}
.m-form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.m-form__radio input[type=radio]:checked + .m-form__radio-part::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 8px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #666;
}

.m-form__radio-part {
  font-size: 17px;
  line-height: 35px;
  display: flex;
  align-items: center;
  position: relative;
}
.m-form__radio-part::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #666;
  margin-right: 10px;
}

.m-breadcrumb__list {
  display: flex;
  align-items: center;
}

.m-breadcrumb__item {
  font-size: 13px;
  color: #666666;
  display: flex;
  align-items: center;
}
.m-breadcrumb__item:last-child {
  color: #BBBCBC;
}
.m-breadcrumb__item:not(:last-child) {
  margin-right: 12px;
}
.m-breadcrumb__item:not(:last-child):after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: solid #BBBCBC;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}

.m-breadcrumb__text {
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.m-no-gmenu-section {
  padding-bottom: 70px;
  margin-bottom: 0;
}

.l-header-socials {
  display: flex;
}

.l-header-socials__link {
  padding: 10px 15px;
}

.l-header-socials__icon {
  max-width: 25px;
  height: 20px;
  width: auto;
  display: block;
  fill: #666;
}

.l-header-socials__icon__svg {
  height: 100%;
}

.d-header-main.l-header-main .top-wrap > .wrap > .mainlogo img.l-header-logo {
  transition: all 0.3s;
}
.d-header-main.l-header-main .l-header-logo-text {
  font-size: 10px;
  letter-spacing: 0.02em;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 7px;
}
.d-header-main.l-header-main .l-header-utility {
  display: flex;
}
.d-header-main.l-header-main .l-header-utility .d-button {
  width: 160px;
}
.d-header-main.l-header-main .l-header-utility .go-top {
  display: block;
  opacity: 1;
  margin-top: 5px;
}
.d-header-main.l-header-main.-service .l-header-logo-text {
  transition: all 0.3s;
}
.d-header-main.l-header-main.-service > .sticky .top-wrap > .wrap {
  transform: none;
  opacity: 1;
}
.d-header-main.l-header-main.-navopen > .sticky .top-wrap > .wrap {
  transform: none;
  opacity: 1;
}

.m-small-header.d-header-main .top-wrap {
  height: 75px;
}
.m-small-header.d-header-main .top-wrap > .wrap {
  justify-content: center;
}
.m-small-header.d-header-main > .sticky {
  padding-top: 10px;
}
.m-small-header.d-header-main.l-header-main .top-wrap > .wrap > .mainlogo img.l-header-logo {
  width: 40px;
}
.m-small-header.d-header-main.l-header-main .l-header-logo-text {
  font-size: 10px;
}

.l-store {
  padding-top: 40px;
  padding-bottom: 50px;
}

.l-store__indent-text {
  display: block;
  text-indent: -4.2em;
  padding-left: 4.2em;
}

.m-small-footer {
  padding-bottom: 40px;
}
.m-small-footer .body .logo {
  margin-bottom: 20px;
}
@media (min-width: 46.25em) {
  .u-sp {
    display: none !important;
  }
  .d-banner-wide.m-banner-wide--reverse .wrapper {
    flex-direction: row-reverse;
  }
  .d-banner-wide.m-banner-wide .text {
    min-height: 300px;
    justify-content: flex-start;
  }
  .d-banner-wide.m-banner-wide .text .description {
    line-height: 1.8;
    font-size: 16px;
  }
  .d-banner-wide.m-banner-wide .d-link:last-of-type {
    padding-top: 5px;
    margin-top: auto;
    margin-bottom: 0;
  }
  .d-hero-banner.m-small-hero-banner {
    min-height: 300px;
  }
  .d-header-main + *:not(.d-anchors-breadcrumbs):not(.d-hero-short-pre).m-small-hero-banner,
.d-header-main + .d-anchors-breadcrumbs + *:not(.d-hero-short-pre).m-small-hero-banner {
    padding-top: 150px;
  }
  .d-card-imgtext.m-card-imgtext .text {
    font-size: 24px;
  }
  .d-card-imgtext.m-card-imgtext .subtext {
    line-height: 1.8;
    margin-top: 12px;
  }
  .article-searchbar {
    margin-top: 15px;
  }
  .article-menu {
    width: calc(100% - var(--sidePaddingPc1) * 2);
    max-width: var(--widthPcDefault);
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .article-menu .d-select {
    min-width: 330px;
  }
  .article-single__inner {
    width: calc(100% - var(--sidePaddingPc1) * 2);
    max-width: var(--widthPcDefault);
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 100px;
  }
  .article-single__eyecatch {
    margin: 0 var(--sidePaddingPc1) 0;
  }
  .article-single__head {
    padding: 0 var(--sidePaddingPc1) 0;
    margin-bottom: 100px;
  }
  .article-single__date {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .article-single__description {
    margin-top: 10px;
    font-size: 16px;
  }
  .article-single__title {
    line-height: 1.5;
    font-size: 55px;
  }
  .article-single__edit-area {
    padding: 100px var(--sidePaddingPc1) 0;
    font-size: 16px;
  }
  .article-single__edit-area p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article-single__edit-area h3, .article-single__edit-area h4, .article-single__edit-area h5, .article-single__edit-area h6 {
    margin-bottom: 20px;
  }
  .article-single__edit-area *:not(h3):not(h4):not(h5):not(h6) + h3, .article-single__edit-area *:not(h3):not(h4):not(h5):not(h6) + h4, .article-single__edit-area *:not(h3):not(h4):not(h5):not(h6) + h5, .article-single__edit-area *:not(h3):not(h4):not(h5):not(h6) + h6 {
    margin-top: 55px;
  }
  .article-single__edit-area h3 {
    font-size: 32px;
  }
  .article-single__edit-area h4 {
    font-size: 28px;
  }
  .article-single__edit-area h5 {
    font-size: 24px;
  }
  .article-single__edit-area h6 {
    font-size: 20px;
  }
  .article-single__edit-area blockquote {
    padding: 40px;
  }
  .article-single__edit-area blockquote::before, .article-single__edit-area blockquote::after {
    width: 50px;
    height: 40px;
  }
  .article-single__edit-area blockquote::before {
    top: -15px;
  }
  .article-single__edit-area blockquote::after {
    bottom: -15px;
  }
  .article-single__edit-area a:hover {
    text-decoration: none;
  }
  .article-single__edit-area ol, .article-single__edit-area ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article-single__edit-area figure {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .article-single__edit-area figcaption {
    margin-top: 20px;
  }
  .article-pagination .wp-pagenavi .previouspostslink:after,
.article-pagination .wp-pagenavi .nextpostslink:after {
    transition: 0.2s;
  }
  .article-pagination .wp-pagenavi .previouspostslink:hover:after,
.article-pagination .wp-pagenavi .nextpostslink:hover:after {
    border-color: var(--colorAccent1);
  }
  .article-pagination .wp-pagenavi .previouspostslink:hover:after {
    transform: rotate(45deg) translate(-3px, 3px);
  }
  .article-pagination .wp-pagenavi .nextpostslink:hover:after {
    transform: rotate(45deg) translate(3px, -3px);
  }
  .article-back {
    margin-top: 120px;
    padding-left: var(--sidePaddingSp1);
    padding-right: var(--sidePaddingSp1);
  }
  .m-anchor-menu {
    gap: 0 15px;
  }
  .m-anchor-menu__link {
    font-size: 15px;
    width: 200px;
    transition: 0.4s;
  }
  .m-anchor-menu__link:hover {
    border-color: #000;
  }
  .m-form {
    width: calc(100% - var(--sidePaddingPc1) * 2);
    max-width: 700px;
    padding-top: 95px;
    margin: 0 auto;
  }
  .m-form__heading .title {
    padding-bottom: 50px;
  }
  .m-form__note {
    margin-top: 30px;
  }
  .m-form__button {
    margin-top: 55px;
    gap: 0 20px;
    flex-direction: row-reverse;
  }
  .m-form__text {
    text-align: center;
  }
  .m-form__radio-box {
    gap: 20px 0;
  }
  .m-breadcrumb__item {
    font-size: 14px;
  }
  .m-no-gmenu-section {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  .d-header-main.l-header-main .l-header-logo-text {
    font-size: 13px;
    margin-top: 7px;
  }
  .d-header-main.l-header-main.-service .top-wrap > .wrap > .mainlogo img.l-header-logo {
    width: 40px;
  }
  .d-header-main.l-header-main.-service .l-header-logo-text {
    font-size: 11px;
    margin-top: -5px;
  }
  .m-small-header.d-header-main > .sticky {
    padding-top: 30px;
  }
  .m-small-header.d-header-main.l-header-main .l-header-logo-text {
    font-size: 11px;
    margin-top: -5px;
  }
  .l-store {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .m-small-footer {
    padding-bottom: 60px;
  }
}
@media (min-width: 61.25em) {
  .u-mobile {
    display: none !important;
  }
  .u-tab {
    display: none !important;
  }
  .d-header-main.l-header-main .l-header-utility {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .u-tabpc {
    display: none !important;
  }
  .u-tab {
    display: none !important;
  }
  .d-banner-wide.m-banner-wide .image {
    height: 50vw;
  }
  .d-banner-wide.m-banner-wide .text {
    padding: 23px 25px;
  }
  .d-banner-wide.m-banner-wide .text .category {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .d-banner-wide.m-banner-wide .text .title {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .d-card-imgtext.m-card-imgtext .title {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .d-card-imgtext.m-card-imgtext--sp-flex-break {
    display: block;
  }
  .d-card-imgtext.m-card-imgtext--sp-flex-break .picture {
    height: 50vw;
    width: 100%;
  }
  .article-menu .d-select {
    width: 100%;
  }
  .article-single__head {
    margin: 0 var(--sidePaddingSp1) 20px;
  }
  .m-anchor-menu {
    max-width: calc(100% - var(--sidePaddingSp1) * 2);
    margin-right: auto;
    margin-left: auto;
    gap: 10px;
  }
  .m-anchor-menu__item {
    width: calc((100% - 10px) / 2);
  }
  .m-form__button {
    flex-direction: column;
    gap: 15px;
  }
  .m-form__radio--add-input {
    display: block;
  }
  .m-form__radio-part {
    width: 130px;
    margin-bottom: 15px;
  }
  .d-header-main.l-header-main .l-header-utility {
    display: none;
  }
  .d-header-main.l-header-main.-service > .sticky {
    padding-top: 10px;
  }
}
@media (max-width: 61.24em) {
  .u-pc {
    display: none !important;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .d-header-main.l-header-main .top-wrap > .wrap > .mainlogo img.l-header-logo {
    width: 45px;
  }
  .d-header-main.l-header-main .level-one .links {
    display: block;
  }
  .d-header-main.l-header-main .level-one .links:first-child {
    padding-top: 20px;
  }
  .d-header-main.l-header-main .level-one .links:last-child {
    padding-bottom: 20px;
  }
  .d-header-main.l-header-main .level-one .links > .link > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*# sourceMappingURL=map/style.css.map */
