:root{
    --color-white: #FFFFFF;
    --color-red: #E50B00;
    --color-black-333333: #333333;
    --color-black-1F1F1F: #1F1F1F;
}
body {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: 'ãƒ¡ã‚¤ãƒªã‚ª',Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #474747;
}
html, body, div, h1 , h2, h3, h4, h5 , h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, input, span, a, img, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area, menu, hr, address, small, strong, i, b, article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command, datalist, keygen, output, progress, meter {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover,
button:hover  {
    opacity: 0.8;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    position: relative;
    margin: 0;
    padding: 0;
}

ul:after {
    content: "";
    display: table;
    clear: both;
}

li {
    list-style-type: none;
}

textarea{
    resize: none;
}
textarea.form-control:focus,
input.form-control:focus,
button:focus,
select.form-control:focus {
    outline: none;
}
button:focus{
    box-shadow: none;
}
img {
    vertical-align: middle;
    border-style: none;
}

.font-wbold{
    font-weight: bold;
}

.font-w300{
    font-weight: 300;
}
.font-w400{
    font-weight: 400;
}
.font-w500{
    font-weight: 500;
}
.font-w600{
    font-weight: 600;
}
.font-w700{
    font-weight: 700;
}
.font-wbold{
    font-weight: bold;
}

/* ======= */
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.row>*{
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1399px) {
    .container_1280{
        max-width: 1310px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container_1210{
        max-width: 1210px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container--wrapper{
        max-width: 1348px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container_1100{
        max-width: 1100px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* =============== */
.lineheight-1 {
    line-height: 1;
}

.lineheight-15 {
    line-height: 1.5;
}

.lineheight-18 {
    line-height: 1.8;
}

.lineheight-2 {
    line-height: 2;
}

.zIndex-15{
    z-index: 15;
}
/* ==== */

img{
    max-width: 100%;
    height: auto;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.ml-auto{
    margin-left: auto;
}
/* ==== */

.background-FFFFFF{
    background-color: var(--color-white);
}
.background-FBFBFB{
    background-color: #FBFBFB;
}
/*===============================================*/

.body-wrapper {
    position: relative;
}
.head-wrapper{
    background-color: rgb(255 255 255 / 90%);
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 100%;
    z-index: 100;
    padding: 0 24px;
    max-width: 1184px;
    border-radius: 30px;
}
.head--menu li{
    flex: 1 auto;
    position: relative;
}
.head--menu li a{
    display: block;
    padding: 20.5px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #474747;
    position: relative;
}

.head--menu li a span{
    position: relative;
}
.head--menu li a span::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: var(--color-red);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
}
.head--menu li.active a span::after,
.head--menu li a:hover span::after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.icon-dropdown-menu{
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
}

.head--menu li:hover a,
.head--menu li.active a{
    color: var(--color-red);
    opacity: 1;
}
.head--menu li.li-contact{
    padding-left: 15px;
}
.head--menu li.li-contact a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #282827;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
}
.head--menu li.li-contact span{
    display: none;
}
.head--menu li.li-contact img{
    padding-right: 0;
}


.btn--red{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    border: 2px solid var(--color-white);
    background-color: var(--color-red);
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    position: relative;
    
}
.btn--red,
.head--menu li.li-contact .btn--red path,
.top-digilo-page .btn--red path{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-digilo-page .btn--red,
.head--menu li.li-contact .btn--red{
    color: var(--color-white);
}
.head--menu li.li-contact .btn--red{
    display: flex;
    margin-left: 4px;
    padding: 0 17px 0 0;
    width: 156px;
}
.btn--red svg{
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.top-digilo-page .btn--red:hover{
    background-color: var(--color-white);
    color: var(--color-red);
    border-color: var(--color-red);
}
.head--menu li.li-contact a:hover{
    opacity: 0.8;
}
.head--menu li.li-contact .btn--red:hover path,
.top-digilo-page .btn--red:hover path{
    stroke: var(--color-red)
}


.head--menu li .sub-menu{
    position: absolute;
    left: 0;
    top: 100%;
    width: 215px;
    background-color: #F6F6F6;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    opacity: 0;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.head--menu li:hover .sub-menu{
    opacity: 1;
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
.head--menu li .sub-menu li{
    position: relative;
}
.head--menu li .sub-menu li:first-child::before{
    position: absolute;
    content: "";
    left: 33px;
    bottom: calc(100% - 1px);
    width: 30px;
    height: 16px;
    background-image: url('../img/icon/Polygon2.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
}
.head--menu li .sub-menu li a{
    padding: 17px 15px 17px 26px;
    color: var(--color-black-1F1F1F);
}
.head--menu li .sub-menu li:hover a{
    background-color: var(--color-white);
}
.logo--sp{
    display: none;
}
/* ==== */
.block__contact_ff{
    width: 90%;
    max-width: 1080px;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 40px;
    padding: 45px 95px;
    position: absolute;
    bottom: calc(100% - 118px);
    z-index: 10;
    left: calc(50% - 540px);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.15);
    color: #474747;
}
.btn__more_black.load__more{
    max-width: 256px;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
}
.block__contact_ff .number_phone{
    margin-top: 3px;
}
.block__contact_ff .txt_time span{
    padding-left: 6px;
}
/* ==== */
.footer-wrapper{
    background-color: #F5F5F5;
    position: relative;
    z-index: 5;
}
.box__main_footer{
    padding: 200px  0 13px;
}
.box__background_footer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.box__background_footer .container{
    height: 100%;
}
.box__background_footer .box__background_left{
    background-color: #902620;
}
.box__background_footer .box__background_right{
    background-color: #F2ECDD;
}
.box__background_footer .box__background_left,
.box__background_footer .box__background_right{
    position: relative;
}


.footer-wrapper .box__background_left::before,
.footer-wrapper .box__background_right::after{
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}
.footer-wrapper .box__background_left::before{
    right: 90%;
    width: 150%;
    background-color: #902620;
}
.footer-wrapper .box__background_right::after{
    left: 90%;
    width: 60%;
    background-color: #F2ECDD;
}
@media (min-width: 2000px) {
    .footer-wrapper .box__background_left::before{
        width: 40vw;
    }
    .footer-wrapper .box__background_right::after{
        width: 50vw;
    }
}

.footer-wrapper .container--wrapper{
    z-index: 6;
}
.footer-wrapper .text_title_logo,
.footer-wrapper .text__address{
    color: var(--color-white);
}
.footer-wrapper .text_title_logo{
    margin-top: 8px;
}
.footer-wrapper .text__address{
    font-size: 13px;
    line-height: 20px;

}
.footer-wrapper .title__fLi{
    margin-bottom: 8px;
}

.footer-wrapper .title__fLi img{
    margin-left: 8px;
}
.menu--footer li:not(:last-child){
    margin-bottom: 15px;
}
.menu--footer:not(.menu--footer-left) li:not(:last-child){
    margin-bottom: 8px;
}


.menu-footer-menu .sub-menu li:not(:last-child){
    margin-bottom: 15px;
}
.menu-footer-menu li:not(:last-child, :first-child) .sub-menu li{
    font-weight: normal;
}
.menu-footer-menu li .sub-menu li:first-child{
    margin-top: 15px;
}
.menu-footer-menu li:not(:first-child) .sub-menu li{
    font-size: 12px;
}
.menu-footer-menu li a,
.footer-wrapper .title__fLi a,
.menu--footer a{
    color: #474747;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-wrapper .title__fLi a:hover,
.menu--footer a:hover{
    color: #BFAB7F;
}
.footer-wrapper .menu-footer-menu li span{
    padding-right: 0;
}



.footercopy--right{
    margin-top: 95px;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    position: relative;
}
.scroll_top{
    position: absolute;
    bottom: 80px;
    right: 0;
    cursor: pointer;
}

@media (max-width: 575px) {
    .scroll_top{
        bottom: 20px
    }
}
.scroll_top:hover{
    opacity: 0.8;
}
/* == */
/* ==========================|Menu--Mobile|=========================== */

.mmenu--mobile,
.navbar--address {
    display: none;
}
@media (max-width: 1399px) {
    .head-wrapper{
        max-width: calc(1140px - 80px);
    }
}
@media (max-width: 1199px) {
    .head-wrapper{
        max-width: calc(960px - 80px);
    }
}
@media (max-width: 767px) {
    .mmenu--mobile {
        left: -100%;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 250;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        height: 100%;
        visibility: hidden;
        background-color: var(--color-black-1F1F1F);
    }
    .mmenu--mobile.active-mm {
        opacity: 1;
        left: 0;
        visibility: visible;
    }
    .mmenu--mobile .mmenu-body {
        position: relative;
        background-color: var(--color-B30120);
        height: 100%;
        z-index: 15;
        padding: 75px 24px 15px 20px;
    }
    .content-mm{
        height: 100%;
        overflow: auto;
    }
    .mmenu--mobile .logo--mobile {
        position: absolute;
        top: 17px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .mmenu--mobile .logo--mobile img {
        width: 210px;
        max-width: inherit;
    }
    .mmenu-ul li {
        position: relative;
        list-style-type: none;
    }
    .mmenu-ul li a {
        color: var(--color-white);
        font-size: 15px;
        position: relative;
        display: flex;
        align-items: center;
        height: 60px;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
    }
    .mmenu-ul li .icon---bar{
        position: absolute;
        right: 0;
        top: 10px;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .mmenu-ul li .icon---bar img{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mmenu-ul li .icon---bar.toggle img{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mmenu-ul li.mmenu-close a{
        border: 1px solid var(--color-white);
        padding: 2px 10px;
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .m--backdrop {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transition: all .1s ease-in-out;
    }
    .active-mm .m--backdrop {
        left: 0;
        opacity: 1;
    }
    .mmenu-ul li .sub-menu{
        display: none;
        padding-left: 15px;
    }
    .mmenu-ul li .sub-menu li a{
        height: 59px;
        font-size: 13px;
    }
}


.bottom__pagination{
    position: relative;
}
.pagination a,
.pagination span {
    color: #707070;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-decoration: none;
    border: 1px solid #707070;
    /*border-right: 0;*/
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 2.5px;
    border-radius: 50%;
}
.pagination .prev,
.pagination .next{
    border: none;
} 
.pagination span{
    border: none;
    background-color: #707070;
    color: var(--color-white);
}

.pagination a.active {
    background-color: #6F706F;
    border-color: #6F706F;
    color: #fff;
}

.pagination a:hover:not(.active) {
    background-color: #6F706F;
    border-color: #6F706F;
    color: #fff;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .prev:not(.active):hover,
.pagination .next:not(.active):hover{
    background-color: transparent;
    color: transparent;
    border-color: transparent;
}
.bottom__pagination .Show_number__blogs{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #707070;
}

@media (max-width: 767px) {
    .pagination a,
    .pagination span {
        width: 37px;
        height: 37px;
        line-height: 35px;
    }
    .sp {
        display: block;
    }
}
/* ================== */
.bg-F5F5F5{
    background-color: #F5F5F5;
}
.color--red{
    color: var(--color-red);
}
.color--white{
    color: var(--color-white);
}
.logo--mmenu-sp,
.navbar_menu_sp,
.bottom--mm-address,
.d-none{
    display: none;
}


@media (max-width: 1199px) {
    .block__contact_ff{
        max-width: 880px;
        left: calc(50% - 440px);
    }
}
@media (max-width: 1024px) {
    
}
@media (max-width: 991px) {
    .head-wrapper{
        max-width: calc(100% - 60px);
    }



    .footer-wrapper{
            background-color: #F2ECDD;
    }
    .box__main_footer{
        padding: 120px 0 15px;
    }
    .box__background_footer{
        display: none;
    }
    .footer-wrapper .col-12.col-lg-4{
        text-align: center;
    }
    .footer-wrapper .text_title_logo, .footer-wrapper .text__address{
        color: #474747;
    }
    .footer-wrapper .text__address{
        margin-bottom: 45px;
    }
    .head--menu li a{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    .head--menu li.li-contact {
        padding-left: 10px;
    }

    .block__contact_ff{
        padding: 26px 40px;
        border-radius: 30px;
        max-width: 90%;
        left: calc(50% - 45%);
        bottom: calc(100% - 85px);
    }
    .block__contact_ff .block__left{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .block__contact_ff .block__right{
        flex: 0 0 40%;
        max-width: 40%;
    }
    .block__contact_ff .block__left .txt_desc{
        font-size: 14px;
    }
    .block__contact_ff .txt_time span{
        font-size: 11px;
    }
    
    .footercopy--right{
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .head-wrapper{
        padding: 9px 18px ;
        z-index: 999;
        top: 20px;
    }
    .head-wrapper:has(.image-logo.toggle-active){
        background-color: transparent;
    }
    .head-wrapper .image-logo{
        position: relative;
        left: -5px;
    }
    .head-wrapper .image-logo img{
        max-width: 100px;
    }
    .head-wrapper .toggle-active .logo--page{
        display: none;
    }
    .head-wrapper .toggle-active .logo--mmenu-sp{
        display: block;
    }


    .block__contact_ff .main_contact_ff{
        flex-wrap: wrap;
    }
    .block__contact_ff .block__left,
    .block__contact_ff .block__right{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .block__contact_ff .block__left .txt_desc{
        display: none;
    }
    .menu--footer.menu--footer-left{
        display: flex;
        margin-bottom: 10px;
    }
    .menu--footer.menu--footer-left li{
        flex: 1 auto;
        text-align: center;
    }
    



    .head--menu{
        display: none;
    }
    .navbar_menu_sp{
        display: block;
        margin-right: 4px;
        position: relative;
        top: 4px;
        cursor: pointer;
    }
    .navbar_menu_sp:hover{
        color: var(--color-red);
    }
    .navbar_menu_sp .icon-bar{
        display: block;
        height: 13px;
        width: 42px;
        position: relative;
    }
    .navbar_menu_sp .icon-bar span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--color-black-1F1F1F);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .navbar_menu_sp .icon-bar span:nth-child(2n+1){
        top: 0;
    }
    .navbar_menu_sp .icon-bar span:nth-child(2n+2){
        top: 10px;
    }
    .navbar_menu_sp.nav--active .icon-bar span:nth-child(2n+1){
        transform: rotate(45deg);
        top: 16px;
    }
    .navbar_menu_sp.nav--active .icon-bar span:nth-child(2n+2){
        transform: rotate(-45deg);
        top: 16px;
    }
    .navbar_menu_sp .fonts-10{
        line-height: 1;
    }
    .navbar_menu_sp.nav--active .icon-bar span{
        background-color: var(--color-white);
    }
    .navbar_menu_sp.nav--active .fonts-10{
        opacity: 0;
    }
    
   

    /* .bottom--mm-address{
        display: flex;
    }
    .bottom--mm-address a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 5px);
        height: 58px;
        border-radius: 10px;
        flex-wrap: wrap;
        position: relative;
        padding: 11px 0;
    }
    .bottom--mm-address a:first-child{
        background-color: var(--color-white);
        color: var(--color-black-1F1F1F);
        margin-right: 10px;
    }
    .bottom--mm-address a:last-child{
        background-color: var(--color-red);
        color: var(--color-white);
        padding-right: 13px;
        font-size: 14px;
    }
    .bottom--mm-address a .icon-right,
    .navbar--address a .icon-right{
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
    }
    .navbar--address span,
    .bottom--mm-address span{
        display: block;
        text-align: center;
        margin-top: 6px;
        width: 100%;
        padding-left: 10px;
    }
    /*  */
    /* .navbar--address{
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 50;
        width: 100%;
    }
    .navbar--address ul{
        display: flex;
    }
    .navbar--address li{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .navbar--address a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 58px;
        color: var(--color-white);
        padding: 14px 0 12px;
        flex-wrap: wrap;
    }
    .navbar--address span{
        padding-left: 30px;
        margin-top: 0;
    }
    .navbar--address li:first-child a{
        background-color: var(--color-black-1F1F1F);
    }
    .navbar--address li:first-child a img{
        margin-left: -8px;
    }
    .navbar--address li:last-child a{
        background-color: var(--color-red);
        font-size: 14px;
        padding-right: 13px;
        font-weight: 700;
    }  */
    .bottom__pagination .Show_number__blogs{
        display: none;
    }
    .block__contact_ff{
        border-radius: 20px;
    }
    #menu-menu-footer li:not(:first-child) {
        display: none;
    }
    #menu-menu-footer li:first-child,
    #menu-menu-footer li:first-child .sub-menu{
        display: flex;
    }
    #menu-menu-footer li{
        font-size: 12px;
    }
    #menu-menu-footer li:first-child .sub-menu{
        max-width: 70%;
        flex: 0 0 70%;
    }
    #menu-menu-footer li:first-child .sub-menu li{
        display: block;
        flex: 1;
        text-align: center;
    }
    .menu-footer-menu li .sub-menu li:first-child{
        margin-top: 0;
    }
    #menu-menu-footer li:first-child:not(.sub-menu li a) a{
        max-width: 30%;
        flex: 0 0 30%;
        text-align: center;
    }

}
@media (max-width: 575px) {
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-wrapper{
        max-width: calc(100% - 26px);
    }
    .footer-wrapper{
        padding-left: 3px;
        padding-right: 3px;
    }
    /* .bottom--mm-address span{
        padding-left: 0;
    } */
    .footer-wrapper .col-sm-4.col-12{
        display: none;   
    }
    
    
}