.corpo-lower_fresh_entry {
    padding-top:100px;
}

.fresh_entry_lead {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.entry_img {
    width: 100%;
    margin-top: 85px;
}
.side-link{
    position: relative;
    z-index: 2;
}

.entry_btn_wrapper {
    max-width: 940px;
    margin: 37px auto 0;
    display: flex;
    position: relative;
    justify-content: center;
    gap: 5%;
}

.entry_btn_item{
    height: 105px;
}
.entry_btn_item-img{
    width: 100%;
    height: 105px;
}

.entry_btn_title {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
}

.entry_btn_item:first-child .entry_btn_title {
    color: #fff;
}

.entry_btn_item:nth-child(2) .entry_btn_title {
    color: #176BC1;
}

.entry_btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 119px;
    margin: 0 auto;
}

.corpo-lower_fresh_entry_contact {
    padding: 110px 0 0;
}

.entry_contact_title {
    font-size: 25px;
    text-align: center;
}

.entry_contact_address {
    text-align: center;
    margin-top: 20px;
}

.entry_contact_address span {
   display: inline-block;
   vertical-align: middle;
   font-size: 22px;
}

.entry_contact_address a {
    position: relative;
   display: inline-block;
   vertical-align: middle;
   font-size: 30px;
   color: #505050;
   padding-left: 30px;
   margin-left: 46px;
}

.entry_contact_address a::before {
    content: "";
    background-image: url(../img/entry-icon.png.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.entry_privacy_wrapper {
    max-width: 880px;
    width: 90.624%;
    margin: 0 auto;
    padding: 36px 30px 39px;
    border: 1px solid #CACACA;
}
.corpo-lower_fresh_entry_privacy{
    margin-top: 60px;
}

.entry_privacy_title {
    font-size: 18px;
}

.entry_privacy_lead {
    font-size: 18px;
    line-height: 2.2;
    margin-top: 20px;
}
.sp-only{
    display: none;
}
.fresh_entry_lead{
    margin-bottom: 50px;
}
.corp-h3-title{
    font-size:25px;
    text-align: center;
}
.entry_btn_wrapper{
    margin-top: 24px;
}
.entry_btn_item{
    cursor: pointer;
}
@media (min-width:769px) {
    .footer__totop {
        right:80px;
    }
}
@media (max-width:768px) {
    .corpo-lower_fresh_entry{
        padding-top: 69px;
    }
    .entry_btn_wrapper {
        flex-direction: column;
        margin:0 auto;
    }
    .entry_btn_item{
        width:100%;
        height: auto;
    }
    .entry_img{
        margin-top: 25px;
    }
    .fresh_entry_lead{
        margin:0 0 20px;
    }
    .entry_contact_address{
        margin-top:0;
    }
    .entry_contact_address a{
        margin-left:0;
        font-size: 22px;
        padding-left: 27px;
        line-height: 1;
        margin-top: 5px;
    }
    .entry_privacy_wrapper{
        padding: 20px;
    }
    .entry_btn_item{
        height: auto;
    }
    .entry_btn_item img{
        margin:0 auto 20px;
        display: block;
        max-width: 252px;
        width: 80%;
        height: auto;
    }
    .entry_contact_address a::before{
        width:22px;
        height:22px;
    }
    .corpo-lower_fresh_entry_contact{
        padding: 60px 0 45px;
    }
    .corpo-lower_fresh_entry_privacy{
        padding-bottom:0;
        margin-top:0;
    }
    .sp-only{
        display: block;
    }
    .corpo-lower_fresh_entry_privacy{
        margin-left:0;
    }
    .entry_privacy_lead{
        font-size: 16px;
        margin-top: 10px;
        text-align: justify;
    }
    .corp-h3-title{
        font-size: 18px;
        margin-bottom:15px;
    }
    .entry_contact_title{
        font-size: 22px;
    }
    .entry_contact_address span{
        font-size: 18px;
    }
}