@charset "UTF-8";

p {
    margin-block: calc((1em - 1lh) / 2);
}

.contents-gray {
    background: #f7f7f7;
}

.h2-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 13px;
    column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .06em;
}

@media (max-width: 1023px) {
    .h2-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 14px;
    }
}

.h2-title__main {
    font-family: 'UD新ゴ DB';
    font-size: 3rem;
    margin-block: calc((1em - 1lh) / 2);
}

@media (max-width: 1023px) {
    .h2-title__main {
        font-size: 2.6rem;
    }
}

.h3-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 13px;
    column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .06em;
    margin-block: calc((1em - 1lh) / 2);
}

@media (max-width: 1023px) {
    .h3-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-column-gap: 8px;
        column-gap: 8px;
    }
}

@media (max-width: 1023px) {
    .h3-title__icon {
        padding-top: 6px;
    }
}

.h3-title__main {
    font-family: 'UD新ゴ DB';
    font-size: 2.4rem;
}

.contents__txt {
    font-size: 1.4rem;
    line-height: 1.857;
    margin-block: calc((1em - 1lh) / 2);
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 1023px) {
    .contents__txt {
        text-align: left;
    }
}

.contents__txt:not(:first-of-type) {
    margin-top: 24px;
}

.contents__txt--small {
    display: block;
    font-size: 1rem;
    margin-top: 10px;
}

@media (max-width: 1023px) {
    .contents__txt--small {
        font-size: 1.4rem;
        margin-top: 8px;
    }
}

.f-red {
    color: #275CFF;
}

.type__body {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 26px;
    grid-row-gap: 24px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    margin-top: 56px;
}

@media (max-width: 1023px) {
    .type__body {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        margin-top: 140px;
    }
}

.type__container {
    background: #ffffff;
    border-radius: 10px;
    padding: 48px 64px;
    position: relative;
}

@media (max-width: 1023px) {
    .type__container {
        padding: 24px;
    }
}

.type__container--txt {
    font-size: 1.4rem;
    letter-spacing: .03em;
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .type__container--txt {
        margin-top: 20px;
    }
}

.type__container--txt:not(:first-of-type) {
    margin-top: 26px;
}

@media (max-width: 1023px) {
    .type__container--txt:not(:first-of-type) {
        margin-top: 8px;
    }
}

.type__container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .type__container1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .type__container1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1 / 1 / 2 / 3;
    }
}

@media (max-width: 1023px) {
    .type__container1--img {
        margin-top: 32px;
    }
}

.type__container1--img img {
    max-width: 400px;
    width: 100%;
}

.type__container1--icon {
    left: 40px;
    position: absolute;
    top: -40px;
}

@media (max-width: 1023px) {
    .type__container1--icon {
        left: 50%;
        top: -79px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 1024px) {
    .type__container2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2;
    }
}

@media (min-width: 1024px) {
    .type__container3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3;
    }
}

@media (max-width: 1023px) {
    .type__container3 .h3-title__icon {
        max-width: 33px;
        width: 100%;
    }
}

.type__inner {
    border-right: 1px solid #d6d6d6;
    max-width: 575px;
    padding-right: 38px;
}

@media (max-width: 1023px) {
    .type__inner {
        border-right: none;
        padding-right: 0;
    }
}

.tag {
    -webkit-column-gap: 8px;
    column-gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

@media (max-width: 1023px) {
    .tag {
        margin-top: 24px;
    }
}

.tag li {
    border-radius: 3px;
    color: #ffffff;
    font-family: 'UD新ゴ DB';
    font-size: 1.4rem;
    line-height: 1;
    margin-block: calc((1em - 1lh) / 2);
    padding: 8px 12px;
}

.tag-red {
    background: #ed4245;
}

.tag-blue {
    background: #275fa3;
}

.rank {
    padding-top: 100px;
}

.rank__body {
    background: #ffffff;
    border-radius: 10px;
    margin-top: 56px;
    padding: 56px 88px;
}

@media (max-width: 1023px) {
    .rank__body {
        margin-top: 32px;
        padding: 40px 24px;
    }
}

.rank__body--img {
    display: block;
    margin-top: 56px;
}

@media (max-width: 1023px) {
    .rank__body--img {
        margin-top: 36px;
    }
}

.rank__h3-title {
    font-family: 'UD新ゴ DB';
    font-size: 2.4rem;
    text-align: center;
}

@media (max-width: 1023px) {
    .rank__h3-title {
        font-size: 2rem;
    }
}

.rank__h3-title--red {
    color: #275CFF;
}

.budget__body {
    background: #f7f7f7;
    margin-top: 56px;
    padding: 56px 88px;
}

@media (max-width: 1023px) {
    .budget__body {
        border-radius: 10px;
        margin-top: 34px;
        padding: 32px 24px;
    }
}

.budget__body--h3title {
    font-family: 'UD新ゴ DB';
    font-size: 2.4rem;
    text-align: center;
}

@media (max-width: 1023px) {
    .budget__body--h3title {
        font-size: 1.8rem;
    }
}

.budget__body--img {
    display: block;
    margin-top: 48px;
}

@media (max-width: 1023px) {
    .budget__body--img {
        margin-top: 24px;
    }
}

.budget__body .contents__txt {
    margin-top: 40px;
}

@media (max-width: 1023px) {
    .budget__body .contents__txt {
        margin-top: 32px;
    }
}

.budget__body-02 {
    margin-top: 80px;
}

@media (max-width: 1023px) {
    .budget__body-02 {
        margin-top: 36px;
    }
}

.budget__body-03 {
    margin-top: 100px;
}

@media (max-width: 1023px) {
    .budget__body-03 {
        margin-top: 68px;
    }
}

.budget__body-03--h3title {
    font-family: 'UD新ゴ DB';
    font-size: 3rem;
    text-align: center;
}

@media (max-width: 1023px) {
    .budget__body-03--h3title {
        font-size: 2.2rem;
    }
}

.budget__container {
    -webkit-column-gap: 65px;
    column-gap: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 58px auto 0;
    max-width: 1024px;
}

@media (max-width: 1023px) {
    .budget__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 36px;
    }
}

.budget__container--img {
    width: 54.69%;
}

@media (max-width: 1023px) {
    .budget__container--img {
        width: 100%;
    }
}

.budget__container--img img {
    max-width: 560px;
    width: 100%;
}

.budget__container--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 28px;
    row-gap: 17px;
}

.budget__container--item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #275CFF;
    border-radius: 4px;
    color: #275CFF;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'UD新ゴ DB';
    font-size: 2rem;
    padding: 11px 23px;
}

@media (max-width: 1023px) {
    .budget__container--item {
        font-size: 1.6rem;
        padding: 9px 20px 8px;
    }
}

.budget__container--item:before {
    background: url(/sites/default/files/media/jp/service/ly-ads/searchads/price/img/check_icon.svg) center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 21px;
    width: 21px;
}

@media (max-width: 1023px) {
    .budget__container--item:before {
        height: 18px;
        width: 18px;
    }
}

.budget__container-02 {
    background: #f2f4f8;
    border-radius: 10px;
    -webkit-column-gap: 70px;
    column-gap: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 56px;
    padding: 23px 68px 8px 88px;
}

@media (max-width: 1023px) {
    .budget__container-02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px;
        padding: 40px 24px;
    }
}

@media (max-width: 1023px) {
    .budget__container-02--img {
        margin-top: 24px;
    }
}

.budget__container-02--img img {
    max-width: 504px;
    width: 100%;
}

.budget__inner {
    padding-block: 48px;
    width: 46.09%;
}

@media (max-width: 1023px) {
    .budget__inner {
        padding-block: 0;
        text-align: center;
        width: 100%;
    }
}

.budget__inner--h4title {
    background: #00003e;
    color: #ffffff;
    display: inline-block;
    font-family: 'UD新ゴ DB';
    font-size: 2.6rem;
    padding: 4px 16px 3px;
    text-align: center;
}

@media (max-width: 1023px) {
    .budget__inner--h4title {
        -webkit-box-decoration-break: clone;
        display: inline;
        line-height: 2.2;
        padding: 11px 16px;
    }
}

.budget__inner--txt {
    font-size: 1.4rem;
    margin-top: 24px;
}

@media (max-width: 1023px) {
    .budget__inner--txt {
        text-align: left;
    }
}

.budget__inner--link {
    display: inline-block;
    font-family: 'UD新ゴ B';
    font-size: 1.4rem;
    margin-top: 16px;
}

.budget__inner .whiteBtn {
    margin-top: 32px;
}

@media (max-width: 1023px) {
    .budget__inner .whiteBtn {
        margin-top: 24px;
        text-align: center;
    }
}

.charge__img {
    display: block;
    margin-top: 76px;
    text-align: center;
}

@media (max-width: 1023px) {
    .charge__img {
        margin-top: 48px;
    }
}

.charge__body {
    background: #ffffff;
    margin-top: 80px;
    padding: 56px 88px;
}

@media (max-width: 1023px) {
    .charge__body {
        border-radius: 10px;
        margin-top: 50px;
        padding: 40px 24px;
    }
}

.charge__body .h3-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .charge__body .h3-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1023px) {
    .charge__body .h3-title__main {
        font-size: 1.8rem;
        margin-top: 10px;
        text-align: center;
    }
}

.charge__container {
    margin-top: 48px;
}

@media (max-width: 1023px) {
    .charge__container {
        margin-top: 30px;
    }
}

.charge__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1023px) {
    .charge__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.charge__inner:not(:first-of-type) {
    border-top: 1px solid #aaaaaa;
}

@media (max-width: 1023px) {
    .charge__inner:not(:first-of-type) {
        border-top: none;
        margin-top: 32px;
    }
}

.charge__inner--dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f4f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 20px;
    width: 30.57%;
}

@media (max-width: 1023px) {
    .charge__inner--dt {
        padding: 19px 20px;
        row-gap: 16px;
        width: 100%;
    }
}

.charge__inner--dd {
    padding: 36px 88px;
    width: 69.43%;
}

@media (max-width: 1023px) {
    .charge__inner--dd {
        margin-top: 24px;
        padding: 0;
        width: 100%;
    }
}

.charge__inner--sub {
    background: #ffffff;
    border: 2px solid #275CFF;
    color: #275CFF;
    font-family: 'UD新ゴ DB';
    font-size: 1.4rem;
    padding: 2px 14px;
}

.charge__inner--main {
    font-family: 'UD新ゴ DB';
    font-size: 1.8rem;
}

.charge__inner--item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #275CFF;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'UD新ゴ DB';
    font-size: 1.6rem;
}

.charge__inner--item:before {
    background: url(/sites/default/files/media/jp/service/ly-ads/searchads/price/img/check_icon.svg) center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
}

.charge__inner--txt {
    font-size: 1.4rem;
}

.cta {
    background: #00003e;
    padding: 49px 20px 60px;
}

@media (max-width: 1023px) {
    .cta {
        padding: 38px 20px;
    }
}

.cta__inner {
    margin: 0 auto;
    max-width: 664px;
}

.cta__h2title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.cta__h2title--icon {
    display: block;
    line-height: 1;
}

.cta__h2title--main {
    font-family: 'UD新ゴ B';
    font-size: 4rem;
}

@media (max-width: 1023px) {
    .cta__h2title--main {
        font-size: 2.7rem;
        margin-top: 16px;
    }
}

.cta__list {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
}

.cta__item {
    width: 317px;
}

@media (max-width: 1023px) {
    .cta__item {
        width: 280px;
    }
}

.cta__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'UD新ゴ B';
    font-size: 1.9rem;
    height: 63px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
    transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
    transition: background-color .3s ease-out, transform .3s ease-out;
    transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.cta__link:hover {
    text-decoration: none;
}

.cta__link--orange {
    background: #f77911;
    border: 3px solid #ffffff;
    color: #ffffff;
}

.cta__link--orange:hover {
    background: #ffffff;
    color: #f77911;
}

.cta__link--white {
    background: #ffffff;
    border: 3px solid #ffffff;
    color: #00003e;
}

.cta__link--white:hover {
    background: #00003e;
    color: #ffffff;
}

.cta__contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'UD新ゴ DB';
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 38px;
    position: relative;
    text-align: center;
}

@media (max-width: 1023px) {
    .cta__contact {
        margin-top: 30px;
    }
}

.cta__contact a {
    color: #ffffff;
    font-family: 'UD新ゴ B';
}

.cta__contact--main {
    margin-block: calc((1em - 1lh) / 2);
    padding-top: 4px;
}

.detail .contents__inner {
    padding: 100px 0;
}

@media (max-width: 1023px) {
    .detail .contents__inner {
        padding: 56px 0;
    }
}

@media (max-width: 1023px) {
    .detail .h2-title {
        text-align: center;
    }
}

.detail__h3title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 13px;
    column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .06em;
    margin-block: calc((1em - 1lh) / 2);
}

@media (max-width: 1023px) {
    .detail__h3title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 14px;
    }
}

.detail__h3title--main {
    font-family: 'UD新ゴ DB';
    font-size: 2.6rem;
}

@media (max-width: 1023px) {
    .detail__h3title--main {
        font-size: 2.2rem;
    }
}

.detail__h3title--small {
    font-size: 2.1rem;
}

@media (max-width: 1023px) {
    .detail__h3title--small {
        font-size: 1.7rem;
    }
}

.detail__list {
    -webkit-column-gap: 24px;
    column-gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
}

@media (max-width: 1023px) {
    .detail__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px;
        row-gap: 26px;
    }
}

.detail__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f4f8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 64px 20px;
    row-gap: 32px;
    width: 49%;
}

@media (max-width: 1023px) {
    .detail__item {
        padding: 40px 35px;
        row-gap: 24px;
        width: 100%;
    }
}

.detail__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00003e;
    border: 2px solid #00003e;
    border-radius: 32px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'UD新ゴ DB';
    font-size: 1.9rem;
    height: 54px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 317px;
}

@media (max-width: 1023px) {
    .detail__link {
        width: 265px;
    }
}

.detail__link:hover {
    opacity: .7;
    text-decoration: none;
}

/* margin-top */
.mgt-0 {
    margin-top: 0 !important;
}

.mgt-5 {
    margin-top: 5px !important;
}

.mgt-10 {
    margin-top: 10px !important;
}

.mgt-15 {
    margin-top: 15px !important;
}

.mgt-18 {
    margin-top: 18px !important;
}

.mgt-20 {
    margin-top: 20px !important;
}

.mgt-25 {
    margin-top: 25px !important;
}

.mgt-30 {
    margin-top: 30px !important;
}

.mgt-35 {
    margin-top: 35px !important;
}

.mgt-40 {
    margin-top: 40px !important;
}

.mgt-45 {
    margin-top: 45px !important;
}

.mgt-50 {
    margin-top: 50px !important;
}

.mgt-55 {
    margin-top: 55px !important;
}

.mgt-60 {
    margin-top: 60px !important;
}

.mgt-65 {
    margin-top: 65px !important;
}

.mgt-70 {
    margin-top: 70px !important;
}

.mgt-75 {
    margin-top: 75px !important;
}

.mgt-80 {
    margin-top: 80px !important;
}

.mgt-85 {
    margin-top: 85px !important;
}

.mgt-90 {
    margin-top: 90px !important;
}

.mgt-95 {
    margin-top: 95px !important;
}

.mgt-100 {
    margin-top: 100px !important;
}

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

:root {
    --ff-ls-b: "LINESeedJPStd Bold";
    --ff-ls-eb: "LINESeedJPStd ExtraBold";
    --ff-ls-m: "LINESeedJPStd Regular";
    --ff-ls-t: "LINESeedJPStd Thin";
    --ff-m-b: "UD新ゴ B", sans-serif;
    --ff-m-db: "UD新ゴ DB", sans-serif;
    --ff-m-m: "UD新ゴ M", sans-serif;
    ;
}

.rank__body {
    padding: 56px 70px;
}

@media (max-width: 1023px) {
    .rank__body {
        padding: 42px 10px;
    }
}

.rank__h3-title {
    align-items: center;
    display: flex;
    font-family: var(--ff-m-db);
    font-size: 2.4rem;
    gap: 15px;
    justify-content: flex-start;
}

@media (max-width: 1023px) {
    .rank__h3-title {
        justify-content: center;
        padding-inline: 14px;
    }
}

.rank__txt {
    font-size: 1.4rem;
    letter-spacing: .03em;
    margin-top: 22px;
    text-align: left;
}

@media (max-width: 1023px) {
    .rank__txt {
        padding-inline: 14px;
    }
}

.rank__list-1 {
    padding-top: 80px;
}

.rank__list-2 {
    padding-top: 48px;
}

.rank__list {
    display: flex;
    gap: 50px;
    justify-content: center;
    position: relative;
}

@media (max-width: 1023px) {
    .rank__list {
        gap: 10px;
        justify-content: flex-start;
        overflow-x: scroll;
    }
}

.rank__item {
    background: #f7f7f7;
    border-radius: 7px;
    flex: 1;
    padding-bottom: 24px;
    padding-inline: 20px;
    position: relative;
    text-align: center;
}

@media (max-width: 1023px) {
    .rank__item {
        flex: none;
        width: 99%;
    }
}

.rank__item:not(:last-of-type)::after {
    border-right: 3px solid #275CFF;
    border-top: 3px solid #275CFF;
    content: "";
    display: inline-block;
    height: 6px;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(45deg);
    width: 6px;
}

@media (max-width: 1023px) {
    .rank__item:not(:last-of-type)::after {
        right: -2px;
    }
}

.rank__item-2 {
    padding-bottom: 16px;
}

.rank__item--img {
    margin-top: -36px;
    max-width: 272px;
    width: 100%;
}

.rank__item--img-2 {
    margin-top: -15px;
}

.rank__item--txt {
    font-size: 1.4rem;
    letter-spacing: .03em;
    margin-top: 24px;
    text-align: left;
}

.c-foot-cta__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 65px 15px 51px;
    gap: 54px;
    background-color: #F2F4F8;
    border-radius: 10px;
}


.c-foot-cta__body {
    max-width: 508px;
}

.c-foot-cta__ttl {
    display: flex;
    align-items: center;
    gap: 11px;
}

.c-foot-cta__ttl--icon {
    width: 23px;
}

.c-foot-cta__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c-foot-cta__ttl--main {
    font-family: "A-OTF UD Shin Go Pro DB";
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.06em;
    line-height: 46px;
    text-align: center;
    color: #333;
}

.c-foot-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 317px;
    height: 54px;
    border-radius: 27px;
    margin-top: 33px;
    background: #00003e;

    font-family: "A-OTF UD Shin Go Pro";
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 0.06em;
    line-height: 30px;
    text-align: center;
    color: #fff;

}

@media screen and (max-width: 1023px) {
    .c-foot-cta__container {
        flex-direction: column;
        gap: 28px;
    }

    .c-foot-cta__ttl {
        flex-direction: column;
        gap: 1px;
    }

    .c-foot-cta__body {
        max-width: 285px;
    }

    .c-foot-cta__link {
        width: 264px;
    }
}

.c-section-add {
    background-color: #F7F7F7;
    text-align: center;
    padding: 50px 20px;
}

@media screen and (max-width: 1023px) {
    .c-section-add {
        padding: 30px 20px;
        text-align: left;
    }
}




.c-section-add__txt {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 24px;
    color: #000;
}

.c-section-add__txt--s {
    display: inline;
    font-size: 11px;
}

.topicpath__list>li {
    font-family: "LINESeedJPStd Bold";
}

.pageH1Area::after {
    border-color: transparent transparent #225CFF transparent;
}

.pageH1Area.pageH1Area--red::before {
    border-top-color: #225CFF;
}

.pageH1Area__tit,
.h2-title__main,
.h3-title__main,
.rank__h3-title,
.budget__body--h3title,
.c-foot-cta__ttl--main {
    font-family: "LINESeedJPStd Bold";
}

.anchorLinkArea__btn>a,
.c-section-add__txt,
.contents__txt,
.type__container--txt,
.rank__txt,
.rank__item--txt,
.pageTxtList__item {
    font-family: "LINESeedJPStd Regular";
}

/* -- p-cta -- */

.p-cta {
    position: relative;
    padding: 70px 0 83px;
    background-color: #000048;
    overflow: hidden;
}

/* 装飾三角形（左上） */
.p-cta::before {
    content: '';
    position: absolute;
    background: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_cta02.svg') 0 0 no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 168px;
    height: 168px;
    z-index: 0;
}

/* 装飾三角形（右下） */
.p-cta::after {
    content: '';
    position: absolute;
    background: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_cta.svg') 0 0 no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    width: 168px;
    height: 168px;
    z-index: 0;
}

.p-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.p-cta__ttl {
    font-family: "LINESeedJPStd ExtraBold";
    font-size: 40px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

/* ボタン */
.p-cta__btn-wrap {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-cta__balloon {
    margin-bottom: 10px;
}

.p-cta__balloon .p-sa-kv__balloon-text {
    font-size: 13px;
    color: #ffffff !important;
}

.p-cta__balloon .p-sa-kv__balloon-link {
    color: #ffffff !important;
}

.p-cta__balloon .p-sa-kv__balloon-line {
    background: #ffffff;
}

.p-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 370px;
    padding: 18px 15px 18px 44px;
    background-color: #F77911;
    border: 2px solid #F77911;
    border-radius: 50px;
    color: #ffffff;
    font-family: "LINESeedJPStd Bold";
    font-size: 20px;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    transition: all 0.3s ease-out;
}

.p-cta__btn:hover {
    background-color: #ffffff;
    color: #F77911;
}

.p-cta__btn:hover .p-cta__btn-arrow {
    background-color: #F77911;
}

.p-cta__btn:hover .p-cta__btn-arrow::after {
    background-color: #ffffff;
}

.p-cta__btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    flex-shrink: 0;
}

.p-cta__btn-arrow::after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-color: #F77911;
    -webkit-mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* カード */
.p-cta__cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.p-cta__card {
    display: flex;
    flex-direction: column;
    width: 440px;
    padding: 28px 51px 28px 46px;
    background-color: #1A1A5A;
    border-radius: 10px;
    text-decoration: none !important;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.p-cta__card:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.p-cta__card-header {
    display: flex;
    margin-left: -5px;
    align-items: center;
    gap: 14px;
}

.p-cta__card-icon {
    width: 21px;
    height: auto;
    flex-shrink: 0;
}

.p-cta__card:hover .p-cta__card-icon {
    filter: brightness(0) saturate(100%) invert(11%) sepia(47%) saturate(5068%) hue-rotate(225deg) brightness(81%) contrast(122%);
}

.p-cta__card-ttl {
    font-family: "LINESeedJPStd Bold";
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.p-cta__card:hover .p-cta__card-ttl {
    color: #000048;
}

.p-cta__card-desc {
    font-family: "LINESeedJPStd Regular";
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    margin: 5px 0 0;
    text-align: left;
}

.p-cta__card:hover .p-cta__card-desc {
    color: #000048;
}

/* カード内矢印アイコン */
.p-cta__card-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    flex-shrink: 0;
    transition: background-color 0.3s;
}

.p-cta__card-arrow::after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    background-color: #000048;
    -webkit-mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    mask-image: url('/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/icon_arrow.svg');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: background-color 0.3s;
}

.p-cta__card:hover .p-cta__card-arrow {
    background-color: #000048;
}

.p-cta__card:hover .p-cta__card-arrow::after {
    background-color: #ffffff;
}

/* SP */
@media screen and (max-width: 1023px) {
    .p-cta {
        padding: 63px 0 67px;
    }

    .p-cta::before {
        background-image: url(/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_cta02_sp.svg);
        width: 98px;
        height: 98px;
    }

    .p-cta::after {
        background-image: url(/sites/default/files/media/jp/service/ly-ads/displayads-auc/img/bg_cta_sp.svg);
        width: 65px;
        height: 65px;
    }

    .p-cta__ttl {
        font-size: 28px;
        line-height: 1.4;
    }

    .p-cta__btn-wrap {
        margin-top: 30px;
    }

    .p-cta__btn {
        width: 100%;
        justify-content: center;
        max-width: 290px;
        font-size: 17px;
        padding: 16px 0;
    }

    .p-cta__btn-arrow {
        display: none;
    }

    .p-cta__card-arrow {
        right: 28px;
    }

    .p-cta__cards {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-top: 30px;
    }

    .p-cta__card {
        width: 100%;
        max-width: 440px;
        padding: 8px 95px 8px 33px;
    }

    .p-cta__card-header {
        gap: 9px;
    }

    .p-cta__card-ttl {
        font-size: 16px;
    }

    .p-cta__card-desc {
        font-size: 13px;
        margin-top: 4px;
        line-height: 1.4;
    }
}