*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.affiliate-lp {
    margin: 0;
    background: #fff;
    color: #071f33;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
}

body.affiliate-lp a {
    color: inherit;
    text-decoration: none;
}

body.affiliate-lp img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

body.affiliate-lp .ct3_telno {
    visibility: hidden;
}

body.affiliate-lp.affiliate-lp-phone-ready .ct3_telno {
    visibility: visible;
}

.affiliate-lp-wrap {
    min-height: 100vh;
    overflow: hidden;
    background: #fff;
}

.affiliate-lp-header {
    position: relative;
    z-index: 20;
    background: #052a4b;
    color: #fff;
}

@media (max-width: 767px) {
    .affiliate-lp-header {
        position: fixed;
        z-index: 1000;
    }
}


.affiliate-lp-header__inner {
    display: grid;
    grid-template-columns: minmax(104px, 34%) minmax(0, 1fr);
    align-items: center;
    width: min(100%, 500px);
    margin: 0 auto;
    padding: 6px 8px;
    gap: 8px;
}

.affiliate-lp-header__logo {
    display: block;
    min-width: 0;
}

.affiliate-lp-header__logo img {
    width: min(100%, 119px);
}

.affiliate-lp-header__right {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.affiliate-lp-header__review {
    justify-self: end;
    width: min(100%, 210px);
}

.affiliate-lp-header__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: min(100%, 500px);
    margin: 0 auto;
    padding: 0;
    gap: 0;
}

.affiliate-lp-header__action {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 48px;
    padding: 9px 18px;
}

.affiliate-lp-header__action img {
    width: auto;
    max-height: 26px;
}

.affiliate-lp-header__action-label {
    display: none;
}

.affiliate-lp-header__action--price {
    background: #fff100;
}

.affiliate-lp-header__action--tel {
    background: #3e2fd0;
}

.affiliate-lp-header__action--contact {
    display: none;
}

.affiliate-lp-main {
    background: #fff;
}

.affiliate-lp-content {
    width: min(100%, 500px);
    margin: 0 auto;
    padding: 0 0 32px;
    background: #fff;
}

.affiliate-lp-content .post_content {
    max-width: none;
}

.affiliate-lp-content .post_content > *:first-child {
    margin-top: 0;
}

.affiliate-lp-content .post_content > *:last-child {
    margin-bottom: 0;
}

.affiliate-lp-hero {
    position: relative;
    min-height: 370px;
    padding: 22px 16px 28px;
    overflow: hidden;
    border-bottom: 1px solid #d7dde3;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 55%, rgba(7, 52, 92, .08) 100%),
        #f8fafc;
}

.affiliate-lp-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 0 18px;
    padding: 5px 12px;
    border: 2px solid #071f33;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.affiliate-lp-hero__title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: 0;
}

.affiliate-lp-hero__placeholder {
    position: absolute;
    right: 14px;
    bottom: 18px;
    display: grid;
    place-items: center;
    width: 148px;
    aspect-ratio: 1;
    border: 3px dashed #9aa8b5;
    border-radius: 50%;
    background: rgba(255, 255, 255, .82);
    color: #657585;
    font-size: 14px;
    font-weight: 700;
}

.affiliate-lp-services {
    padding: 16px;
    border-bottom: 1px solid #d7dde3;
}

.affiliate-lp-services__lead {
    margin: 0 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.affiliate-lp-services__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.affiliate-lp-services__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 8px 12px;
    border: 2px solid #159044;
    border-radius: 4px;
    background: #fff;
    color: #06371b;
    font-size: 14px;
    font-weight: 700;
}

.affiliate-lp-services__list li::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #159044;
}

.affiliate-lp-price {
    padding: 18px 14px 20px;
    border-bottom: 1px solid #d7dde3;
    text-align: center;
}

.affiliate-lp-price__headline {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.affiliate-lp-price__headline strong {
    display: inline-block;
    margin: 0 4px;
    color: #071f33;
    font-size: 64px;
    line-height: .9;
}

.affiliate-lp-price__sub {
    margin: 0 0 12px;
    font-weight: 700;
}

.affiliate-lp-price__notes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 10px;
}

.affiliate-lp-price__notes span {
    display: grid;
    place-items: center;
    min-height: 34px;
    border: 1px solid #071f33;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
}

.affiliate-lp-price__tel {
    border: 2px solid #071f33;
    background: #fff;
}

.affiliate-lp-price__tel small {
    display: block;
    padding: 4px;
    border-bottom: 1px solid #071f33;
    font-size: 11px;
}

.affiliate-lp-price__tel a {
    display: block;
    padding: 7px 10px 8px;
    color: #071f33;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.affiliate-lp-price__mail {
    display: grid;
    place-items: center;
    min-height: 42px;
    margin-top: 8px;
    border: 2px solid #071f33;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.affiliate-lp-footer {
    padding: 34px 0 104px;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, .055) 1px, transparent 0) 0 0 / 12px 12px,
        #111115;
    color: #fff;
}

.affiliate-lp-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 500px);
    margin: 0 auto;
    padding: 0 18px;
    text-align: center;
}

.affiliate-lp-footer__logo {
    display: block;
    width: 166px;
    margin: 0 auto 12px;
}

.affiliate-lp-footer__copy {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
}

.affiliate-lp-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
}

.affiliate-lp-sticky__inner {
    width: min(100%, 500px);
    min-height: 64px;
    margin: 0 auto;
    padding: 5px 10px calc(5px + env(safe-area-inset-bottom));
    background: #0060c9 url("../asset/images/affiliate/footer_cta_bg.webp") left center / auto 100% no-repeat;
    box-shadow: 0 -8px 20px rgba(7, 31, 51, .24);
    pointer-events: auto;
}

.affiliate-lp-sticky__tel {
    position: relative;
    display: block;
    width: 73%;;
    margin-left: auto;
}

.affiliate-lp-sticky__number {
    position: absolute;
    left: 11vw;
    top: 6vw;
    font-size: 5.2vw;
    font-weight: bold;
    color: white;
    letter-spacing: 0.4vw;
    line-height: 1;
    white-space: nowrap;
}

.affiliate-lp-sticky__number.ct3_telno--fallback {
    left: 10vw;
    top: 6.5vw;
    font-size: 7vw;
    letter-spacing: 0.4vw;
}

.affiliate-lp-sticky__number.ct3_telno--long {
    left: 9vw;
    top: 7.5vw;
    font-size: 6vw;
    letter-spacing: 0.18vw;
}

.affiliate-lp-fixedBtn .ct3_telno {
    display: block;
    line-height: 1;
    white-space: nowrap;
}

.affiliate-lp-fixedBtn .ct3_telno.ct3_telno--fallback {
    font-size: 92%;
    letter-spacing: 0.03em;
}

.affiliate-lp-fixedBtn .ct3_telno.ct3_telno--long {
    font-size: 82%;
    letter-spacing: 0;
}

.affiliate-lp-fixedBtn {
    display: none;
}

@media (min-width: 768px) {
    .affiliate-lp-header {
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 86px;
        margin: 0 auto;
        padding: 14px max(24px, calc((100% - 1100px) / 2));
        gap: 24px;
    }

    .affiliate-lp-content,
    .affiliate-lp-footer__inner,
    .affiliate-lp-sticky__inner {
        width: min(100%, 1100px);
    }

    .affiliate-lp-header__inner {
        grid-template-columns: 174px 286px;
        width: auto;
        margin: 0;
        padding: 0;
        gap: 24px;
    }

    .affiliate-lp-header__logo img {
        width: 162px;
    }

    .affiliate-lp-header__logo {
        border-right: none;
        padding-right: 18px;
    }



    .affiliate-lp-header__right {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
    }

    .affiliate-lp-header__review {
        width: 286px;
    }

    .affiliate-lp-header__actions {
        display: grid;
        grid-template-columns: 250px 180px;
        width: auto;
        margin: 0;
        padding: 0;
        gap: 14px;
    }

    .affiliate-lp-header__action {
        min-height: 50px;
        padding: 8px 12px;
    }

    .affiliate-lp-header__action img {
        display: none;
    }

    .affiliate-lp-header__action--price {
        display: none;
    }

    .affiliate-lp-header__action--tel {
        background: #e9006d;
        position:relative;
    }

    .affiliate-lp-header__action--contact {
        display: grid;
        background: #3e2fd0;
        position:relative;
    }

    .affiliate-lp-header__action-label {
        display: block;
        color: #fff;
        text-align: left;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        position: absolute;
        left: 3vw;
    }
    .affiliate-lp-header__action-label.form{
        font-size:18px;
    }

    .affiliate-lp-header__action-label small {
        display: block;
        margin-bottom: 2px;
        font-size: 9px;
        font-weight: 600;
        line-height: 1.1;
    }

    .affiliate-lp-header__action-label.tel::before {
        content: "";
        position: absolute;
        z-index: 2;
        display: block;
        background-repeat: no-repeat;
        background-size: 100% auto;
        transform: translateY(-50%);
        top: 54%;
        left: -37px;
        width: 15px;
        height: 25px;
        background-image: url(../asset/images/icon_phone_white.svg);
    }
    .affiliate-lp-header__action-label.tel::after {
        content: "";
        position: absolute;
        left: -2.45vw;
        top: 50%;
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border:1px solid #fff;
        transform: translateY(-50%);
    }

    .affiliate-lp-header__action-label.form::before{
        content: "";
        position: absolute;
        z-index: 2;
        display: block;
        background-repeat: no-repeat;
        background-size: 100% auto;
        transform: translateY(-50%);
        top: 52%;
        left: -37px;
        width: 20px;
        height: 18px;
        background-image: url(../asset/images/icon_mail_white.svg);
    }
    .affiliate-lp-header__action-label.form::after{
        content: "";
        position: absolute;
        left: -45px;
        top: 50%;
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border:1px solid #fff;
        transform: translateY(-50%);
    }

    .affiliate-lp-content {
        padding: 0 24px 56px;
    }

    .affiliate-lp-hero {
        min-height: 430px;
        padding: 32px 28px;
    }

    .affiliate-lp-hero__title {
        font-size: 64px;
    }

    .affiliate-lp-hero__placeholder {
        width: 190px;
    }

    .affiliate-lp-services,
    .affiliate-lp-price {
        padding-inline: 28px;
    }

    .affiliate-lp-footer {
        padding: 28px 0 94px;
    }

    .affiliate-lp-footer__inner {
        justify-content: center;
        min-height: 90px;
        padding: 0 24px;
    }

    .affiliate-lp-footer__logo {
        width: 112px;
        margin-bottom: 8px;
    }

    .affiliate-lp-footer__copy {
        font-size: 10px;
    }

    .affiliate-lp-sticky__inner {
        min-height: 28px;
        padding: 3px 0 calc(3px + env(safe-area-inset-bottom));
        background-size: auto 100%;
    }

    .affiliate-lp-sticky__tel {
        width: 180px;
        margin-right: 314px;
    }

    .affiliate-lp-sticky {
        display: none;
    }

    .affiliate-lp-fixedBtn {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 75px;
        padding: 10px max(24px, calc((100% - 1100px) / 2));
        background: rgba(0, 32, 54, .88);
        color: #deecf6;
        box-shadow: 0 -8px 20px rgba(7, 31, 51, .18);
    }

    .affiliate-lp-fixedBtn::after {
        content: "";
        position: absolute;
        inset: 0;
        display: block;
        background: rgba(255, 255, 255, 0);
        backdrop-filter: blur(4px);
    }

    .affiliate-lp-fixedBtn p {
        position: relative;
        z-index: 1;
        margin: 0 .5em 0 0;
        color: #deecf6;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .affiliate-lp-fixedBtn p span {
        display: block;
        color: #fae534;
        letter-spacing: .055em;
    }

    .affiliate-lp-fixedBtn p span:last-child {
        color: #deecf6;
        font-size: 70%;
        font-weight: 800;
        letter-spacing: 0;
    }

    .affiliate-lp-fixedBtn p em {
        color: #deecf6;
        font-size: 80%;
        font-style: normal;
    }

    .affiliate-lp-fixedBtn .tel,
    .affiliate-lp-fixedBtn .mail {
        position: relative;
        z-index: 1;
        line-height: 1.1;
        transform: translateY(.15em);
    }

    .affiliate-lp-fixedBtn .mail {
        margin-left: .5em;
    }

    .affiliate-lp-fixedBtn .tel a,
    .affiliate-lp-fixedBtn .mail a {
        position: relative;
        display: block;
        color: #ebeced;
        text-align: center;
        font-weight: 800;
        letter-spacing: 0;
    }

    .affiliate-lp-fixedBtn .tel a {
        padding: .25em .5em .25em calc(40px + .8em);
        background: #e6036e;
        font-size: clamp(28px, 2.2vw, 36px);
    }

    .affiliate-lp-fixedBtn .mail a {
        padding: .37em .5em .37em calc(40px + .8em);
        background: #005ad4;
        font-size: clamp(24px, 1.9vw, 31px);
        text-align: left;
    }

    .affiliate-lp-fixedBtn .tel a::before,
    .affiliate-lp-fixedBtn .mail a::before {
        content: "";
        position: absolute;
        z-index: 2;
        display: block;
        background-repeat: no-repeat;
        background-size: 100% auto;
        transform: translateY(-50%);
    }

    .affiliate-lp-fixedBtn .tel a::before {
        top: 51%;
        left: .67em;
        width: 0.65em;
        height: 1em;
        background-image: url("../asset/images/icon_phone_red.svg");
    }

    .affiliate-lp-fixedBtn .mail a::before {
        top: 55%;
        left: .55em;
        width: 1em;
        height: 1em;
        background-image: url("../asset/images/icon_mail_blue.svg");
    }

    .affiliate-lp-fixedBtn .tel a::after,
    .affiliate-lp-fixedBtn .mail a::after {
        content: "";
        position: absolute;
        left: .4em;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ebeced;
        transform: translateY(-50%);
    }

    .affiliate-lp-fixedBtn .tel a em,
    .affiliate-lp-fixedBtn .mail a em {
        display: block;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0;
    }

    .affiliate-lp-fixedBtn .tel a em {
        font-size: 55%;
    }

    .affiliate-lp-fixedBtn .mail a em {
        font-size: 60%;
    }
}

@media (min-width: 1120px) {
    .affiliate-lp-content,
    .affiliate-lp-footer__inner,
    .affiliate-lp-sticky__inner {
        padding-right: 0;
        padding-left: 0;
    }
}


#google_review{
    background-color:#13517c;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 !important;
}
#google_review .inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 5;
}
#google_review .swell-block-fullWide{
    padding: 2em 0;
    position: relative;
    margin-top: -2em;
}
#google_review h2.h2img{
    margin-bottom:1rem;
}
#google_review .btn a:before {
    border:1px solid #111;
    border-left:none;
}
#google_review .ti-controls-line {
    display: none !important;
}
#google_review .review_wrapper{
    background-color: #f3f3f3;
    padding:16px;
}
#google_review .review_wrapper .review_header{
    width:90%;
    margin:10px 5%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#google_review .review_wrapper .review_header h3::before,
#google_review .review_wrapper .review_header h3::after {
    all: unset;
    content: none;
}
#google_review h2.balloon_head{
    position:relative;
    font-size:28px;
    text-align:center;
    width:90%;
    margin:10px 5%;
    padding:8px;
    color:white;
    background-color: #040321;
    border-radius:5px;
}

#google_review h2.balloon_head::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #040321;
}

#google_review h2 .t-yellow{color: #fae82c;}
#google_review .review_wrapper .review_header h3{
    width:750px; font-size:35px;
    padding: 0; margin: 0;
}
#google_review .review_wrapper .review_header .glogo{width:57px;height:57px;}
#google_review .review_wrapper .review_header .agrregation{width:auto;height:42px; margin-top:5px;}
#google_review .review_wrapper .review_header .sm-text{font-size:25px;}
.rv-notation{color:#333; font-size:14px; margin-top:10px; margin-bottom:20px;}

.btn {
    position: relative;
    z-index: 5;
    margin: 1.5em auto 0;
}

.btn a {
    background: #002d4c;
    color: #fae534 !important;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.65em 3.5em 0.65em 0.75em;
    display: inline-block;
    position: relative;
    overflow: visible;
}
.btn a:before {
    content: "";
    display: block;
    height: 100%;
    width: 2.4em;
    padding-left: 19%;
    background: #13517c;
    position: absolute;
    top: 0;
    right: -7px;
}
.btn a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
    z-index: 5;
    color: #fae534;
    font-size: 2.4rem;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.tell.ct3_telno.ct3_telno--long{
    font-size: 69px !important;
    top: 42%;
}

@media (max-width: 768px) {
    .ti-inner {
        width:92%;
        margin-left:4%;
        margin-right:4%;
    }
    #google_review h2.h2img {
        background:none;
    }
    .ti-widget.ti-goog {
        margin-left: 15px;
    }
    .rv-notation {
        color: #fff!important;
    }
    .ti-read-more-active{
        display:none;
    }
    .ti-widget.ti-goog .ti-read-more {
    display:none;
    }

    .tell.ct3_telno.ct3_telno--long{
        top: 29%!important;
        left: 18%!important;
        font-size: 8vw!important;
    }

    .lp_cta_sp .btn {
        top: 64vw!important;
    }
    .az-gaiju-thanks__intro .ct3_telno.ct3_telno--long{
        font-size:8vw;
    }
    
    .affiliate-lp-header__action--price img{
        pointer-events: none;
    }
    
    .affiliate-lp-header__action--tel img{
        pointer-events: none;
    }

    .affiliate-lp-sticky__tel img {
        pointer-events: none;
    }

    .btn.motion-buzz img {
        pointer-events: none;
    }
    
}

header .ct3_telno.ct3_telno--long{
    font-size:16px;
}


/*見積もり*/
.az-gaiju-thanks__title {
    border-bottom: 2px solid #13517C;
}
.az-gaiju-thanks__tel {
    border: 2px solid #FF493B;
    color: #FF493B !important;
}
.az-gaiju-thanks__estimate {
    border-top: 3px solid #13517C;
    background: #C7E4F8;
    text-align: center;
}
.az-gaiju-thanks__heading {
    color: #13517C !important;
}
.az-gaiju-thanks__text {
    text-align: left;
}
.az-gaiju-thanks__estimate-box {
    border: 2px solid #13517C;
    color: #13517C;
}
.az-gaiju-thanks__price-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.az-gaiju-thanks__price {
    color: #FF493B;
}
.az-gaiju-thanks__failure {
    color: #13517C;
    font-size: 2rem !important;
}
/*よくあるご質問*/
.az-gaiju-thanks__faq-title {
    color: #13517C;
}
.az-gaiju-thanks__faq-group-title {
    background: #13517C;
    border-radius: 4px 4px 0 0;
}
.az-gaiju-thanks__faq-item dt span {
    background: #13517C;
}
.az-gaiju-thanks__faq-item dd span {
    background: #FF493B;
}

/*ヘッダー SP*/
@media (max-width: 767px) {
    .affiliate-lp-header__action--tel {
        background: #005AD4;
    }
}
/*ヘッダー PC*/
@media (min-width: 768px) {
     .affiliate-lp-header__actions {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
    }
    .affiliate-lp-header__action--tel {
        width: 230px;
    }
    .affiliate-lp-header__action-label.tel::after {
        left: -47px;
    }
    .affiliate-lp-header__action-label {
        left: 60px;
        letter-spacing: 1px;
    }
    .affiliate-lp-header__action--contact {
        background: #005AD4;
        width: 200px;
    }

}
/*PC追従cta*/
@media (min-width: 768px) {
    .affiliate-lp-fixedBtn {
        height: 75px;
        box-shadow: none;
    }
    .affiliate-lp-fixedBtn .tel a {
    	font-size: 1.6rem;
    }
    .affiliate-lp-fixedBtn .tel a::before {
    	left: 0.85em;
    }
    .affiliate-lp-fixedBtn .mail a {
	    font-size: 1.3rem;
    	font-weight: 700;
	}
    .affiliate-lp-fixedBtn .mail a::before {
    	left: 0.85em;
    }
}
/*SP追従cta*/
.affiliate-lp-sticky__inner {
	width: 100%;
	height: 5rem;
	position: relative;
	min-height: fit-content;
}
.affiliate-lp-sticky__tel {
	position: absolute;
    top: 8%;
    right: 1%;
    width: 71%;
}
.affiliate-lp-sticky__number.ct3_telno--fallback {
    top: 7vw;
}
