@charset "UTF-8";

/*---------------アンカーリンクボタン-------------*/
a[id^="btn"]+div .content_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

a[id^="btn"]+div .content_wrapper a {
    flex: 47% 1 1;
    width: auto !important;
}

a[id^="btn"]+div .content_wrapper a span {
    text-align: left;
}

@media screen and (max-width: 900px) {
    a[id^="btn"]+div .content_wrapper a span {
        font-size: 1.2rem;
        padding: 12px 0px 12px 10px !important;
    }
}

@media screen and (max-width: 575px) {
a[id^="btn"]+div .content_wrapper a {
    width: auto !important;
    width: 46% !important;
    flex-basis: inherit;
}
}

/*--------------マーカー線---------------*/
a#mark+section .heading.block_header_7 {
    justify-content: center;
}

a#mark+section .heading.block_header_7 .h {
  display: inline;
  padding-bottom: 0.14em;
  background-image: linear-gradient(#eaf3fc, #eaf3fc);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0.6em;
  box-decoration-break: clone;
}

@media screen and (max-width: 465px) {
a#mark+section .heading.block_header_7 {
    display: block;
}
}