.mtye-lnavi {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin-bottom: 0 !important;
}

.mtye-lnavi .p-link-list__list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .mtye-lnavi .p-link-list__list {
    justify-content: space-between;
  }
}
.mtye-lnavi .p-link-list__item {
  margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .mtye-lnavi .p-link-list__item {
    width: calc(50% - 10px);
  }
}
.mtye-lnavi .c-link {
  color: #fff;
}

#d1755188 .p-link-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media only screen and (min-width: 769px) {
  #d1755188 .p-link-list__list {
    justify-content: center;
  }
}
#d1755188 .p-link-list__item {
  margin-top: 0;
}

#d1755188 .c-link {
  display: inline-flex;
  gap: 1rem 0.75rem;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid var(--color-main);
  text-decoration: none;
}

#d1755188 .c-link::after {
  rotate: 90deg;
  padding-left: 0;
}

#d1755188 .c-link:hover, #d1755188 .c-link:active, #d1755188 .c-link:focus-visible {
  background-color: var(--color-main);
  color: #fff;
}

#d1755188 .c-link:hover::after, #d1755188 .c-link:active::after, #d1755188 .c-link:focus-visible::after {
  filter: brightness(0) invert(1);
}

@media only screen and (min-width: 769px) {
  #d1755188 .c-link {
    padding: 0.75rem 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  [data-id="1763312"] .p-layout__content,
  [data-id=d1784516] .p-layout__content {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
[data-id="1763312"] .p-media-layout-02__link,
[data-id=d1784516] .p-media-layout-02__link {
  padding-bottom: 1rem;
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (min-width: 769px) {
  [data-id="1763312"] .p-media-layout-02__link,
  [data-id=d1784516] .p-media-layout-02__link {
    padding-bottom: 1.5rem;
  }
}
[data-id="1763312"] .mtye-articleList-item,
[data-id=d1784516] .mtye-articleList-item {
  background-color: #fafafa;
}

[data-id="1763312"] .c-media,
[data-id=d1784516] .c-media {
  margin-bottom: 0;
}

#d1753418 .p-link-list__item {
  text-align: center;
}

#d1753418 .c-link {
  display: inline-flex;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid var(--color-main);
  text-decoration: none;
}

#d1753418 .c-link::after {
  content: none;
}

#d1753418 .c-link:hover, #d1753418 .c-link:active, #d1753418 .c-link:focus-visible {
  background-color: var(--color-main);
  color: #fff;
}

@media only screen and (min-width: 769px) {
  #d1753418 .c-link {
    padding: 0.75rem 1.875rem;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .p-link-list__list {
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: flex-start !important;
  }
  .mtye-lnavi .p-link-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
  :is(#d1766372, #d1769937, #d1770013) h3 {
    margin: 0;
    padding: 0 0 10px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 30px;
    line-height: 1.5;
    border-bottom: solid 1px #000;
  }
}

#d1769229 > div > div.p-link-list > ul > li:nth-child(5) > a::after{
    opacity:1;
    width: 100%;
}


#d1769229 .p-link-list__list{
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: flex-start !important;
}

#d1769229 .p-link-list{
    margin-bottom:initial !important;
}

#d1769229 li.p-link-list__item{
    position:relative;
    display:block;
    margin:0;
    padding:0;
    width:calc(100%/7);
}

#d1769229 li.p-link-list__item a{
    display: block;
    padding: 30px 10px;
    font-family: "Ropa Sans",sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    z-index: 100;
}

li.p-link-list__item a:hover{
    text-decoration: none;
    color:#fff;
}

#d1769229,#d1772153 {
    padding-left:0px !important;
    padding-right:0px !important;
}


#d1769229 li.p-link-list__item a:hover::after{
    opacity:1;
    width:100%;
}
#d1769229 li.p-link-list__item a::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 auto;
    padding: 0;
    z-index: 110;
    width: 0;
    height: 6px;
    background-color: #6794c5;
    opacity: 0.5;
    transition: all 0.5s ease-out;
    transition-duration: 0.5s  !important;
}


.p-link-list__item a > img.c-link-icon {
    display:none;
}

.p-media-layout{
    margin-bottom:initial;
}

@media only screen and (max-width: 768px) {
    #d1769229 li.p-link-list__item {
      width: calc(100% / 4) !important;
    }
}
