/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */






/* PC  各ページコンテンツ設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.entry-content{
    background: #fff !important;
    width: 1366px !important;
    margin: 0 auto;
    padding: 4em 0 !important;
    min-height: 500px;
    border-radius: 10px;
}

/* 共通見出し */
h3.cate_h3 {
  position: relative;
  padding: 0 1.5rem 1.8rem;
  color: #e56619;
  text-align: center;
  font-weight: bold;
    margin-bottom: 1em;

}

h3.cate_h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #e56619, #e56619 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #e56619, #e56619 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* テキストの幅 */
.cate_content{
    width: 1000px;
    margin: 0 auto;
}

table.week28_row05 , .week28_row05 td, .week28_row05 th {
	border: 1px solid #e56619;
	border-collapse: collapse;
    text-align: center;
}
table.week28_row05{
    width: 1000px;
    margin: auto 0;
}
.week28_row05 td, .week28_row05 th {
	background-color: #fff;
    color: #e56619;
    font-weight: bold;
}
.week28_row05 td span{
    background: #e56619;
    padding: 0.3em 0;
    color: #fff;
    display: block;
}
.week28_row05 td span.b-y{
    background: #ffec14;
    padding: 0.3em 0;
    display: block;
    color: #e56619;
}
th.p_kubun01{
    background-color: #e56619;
    color: #fff;
}
th.p_kubun02{
    background-color: #ffec14;
}

.day_last01,.day_last02{
    position: relative;
}
.day_last01::before{
    position: absolute;
    content: "";
    background: url(../img/ribon_last.png) no-repeat center top / 100% auto;
    width: 11.6vw;
    height: 2.8vw;
    top: -0.8vw;
    left: 0.5vw;
}
.day_last02::before{
    position: absolute;
    content: "";
    background: url(../img/lust_img01.png) no-repeat center top / 100% auto;
    width: 4.6vw;
    height: 7.7vw;
    top: -2.9vw;
    left: 1.2vw;
}
.day_last02::after{
    position: absolute;
    content: "";
    background: url(../img/lust_img02.png) no-repeat center top / 100% auto;
    width: 4.6vw;
    height: 7.3vw;
    top: -2.6vw;
    right: 0.5vw;
}

}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {

.entry-content{
    background: #fff !important;
    width: auto !important;
    margin: 0 0.5em;
    padding: 2em 0 !important;
    min-height: 500px;
    border-radius: 10px;
}

    /* 共通見出し */
h3.cate_h3 {
    position: relative;
    padding: 0 1.5rem 1.8rem;
    color: #e56619;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 5vw;
}

h3.cate_h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #e56619, #e56619 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #e56619, #e56619 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}

/* PC  各ページメインタイトル設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {

.entry-header{
    margin-top: 0;
    background: #0068bb;
    padding: 7.5vw 0 0 0;
    max-width: 1920px;
    border: 0 !important;
}
.entry-title_box{
    background: #0068bb;
    padding: 7.5vw 0 3.1vw 0;
    max-width: 1920px;
    border: 0 !important;
}
.entry-header h1,
.entry-title_box h2{
    text-align: center;
    font-size: 3vw !important;
    color: #fff;
    font-weight: 600;
}



}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {

.entry-header{
    margin: 11.8vw 0 0 !important;
    background: #0068bb;
    padding: 14.5vw 0 0 0;
    border: 0 !important;
    max-width: 100% !important;
}
.entry-title_box{
    background: #0068bb;
    padding: 7.5vw 0 3.1vw 0;
    max-width: 1920px;
    border: 0 !important;
}
.entry-header h1,
.entry-title_box h2{
    text-align: center;
    font-size: 5vw !important;
    color: #fff;
    font-weight: 600;
    width: 82vw;
     margin: 0 auto;
}
}

/* PC  共通リンクボタン
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {


.cate-linkbox{
   position: relative;
}
.cate-linkbox ul{
   text-align: center;
   padding: 0 !important;
}
.cate-linkbox ul li{
    position: relative;
   display: inline-block;
}
.cate-linkbox ul li:first-of-type{
    margin-right: 2em;
}
.cate-linkbox ul li:last-of-type{
    margin-left: 2em;
}
.cate-linkbox ul li::before{
    position: absolute;
    content: "";
    background: url(../img/yellow_icon.png) no-repeat center top / auto 100%;
    width: 14px;
    height: 16px;
    top: 33px;
    right: 30px;
    z-index: 2;
    pointer-events: none;
}
.cate-linkbox ul li a{
    display: inline-block;
    width: 409px;
    font-size: 25px;
    font-weight: bold;
    background-color: #e56619;
    color: #ffec14 !important;
    padding: 18px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
/*  黄色ボタン */
.cate-linkbox ul li.y_botton::before{
    position: absolute;
    content: "";
    background: url(../img/oran_icon.png) no-repeat center top / auto 100%;
    width: 14px;
    height: 16px;
    top: 33px;
    right: 30px;
    z-index: 2;
    pointer-events: none;
}
.cate-linkbox ul li.y_botton a{
    display: inline-block;
    width: 409px;
    font-size: 25px;
    font-weight: bold;
    background-color: #ffec14;
    color: #e56619 !important;
    padding: 18px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
}



}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {
.cate-linkbox{
   position: relative;
}
.cate-linkbox ul{
    text-align: center;
    padding: 0 !important;
    list-style-type: none;
}
.cate-linkbox ul li{
 margin-bottom: 1em;
 position: relative;
}

.cate-linkbox ul li::before{
    position: absolute;
    content: "";
    background: url(../img/yellow_icon.png) no-repeat center top / auto 100%;
width: 2vw;
        height: 2vw;
        top: 7.8vw;
        right: 6vw;
        z-index: 2;
        pointer-events: none;
}
.cate-linkbox ul li a{
    display: inline-block;
    width: 100%;
    font-size: 5vw;
    font-weight: bold;
    background-color: #e56619;
    color: #ffec14 !important;
    padding: 4vw 0;
    border-radius: 10px;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
/*  黄色ボタン */
.cate-linkbox ul li.y_botton::before{
    position: absolute;
    content: "";
    background: url(../img/oran_icon.png) no-repeat center top / auto 100%;
width: 2vw;
        height: 2vw;
        top: 7.8vw;
        right: 6vw;
        z-index: 2;
        pointer-events: none;
}
.cate-linkbox ul li.y_botton a{
    display: inline-block;
    width: 100%;
    font-size: 5vw;
    font-weight: bold;
    background-color: #ffec14;
    color: #e56619 !important;
    padding: 4vw 0;
    border-radius: 10px;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
}


/* PC  参加方法・申し込みの流れ　設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
/* 配信方法 */
img.flow_img01{
    width: 220px;
    margin: 0 auto !important;
    display: block;
    padding: 2em 0 0;
}

/* 申し込みの流れ画像とチャットアンケートの画像 */
ul.nagare01,
ul.nagare02{
    position: relative;
    text-align: center;
    padding: 0 !important;
    list-style-type: none;
}
ul.nagare01::before{
    position: absolute;
    content: "";
    background: url(../img/right_img.jpg) no-repeat center top / auto 100%;
    width: 45px;
    height: 34px;
    top: 172px;
    left: 578px;
}
ul.nagare02::before{
    position: absolute;
    content: "";
    background: url(../img/right_img.jpg) no-repeat center top / auto 100%;
    width: 45px;
    height: 34px;
    top: 172px;
    left: 567px;
}
ul.nagare01 li,
ul.nagare02 li{
    display: inline-block;
    vertical-align: top;
}
ul.nagare01 li:first-of-type,
ul.nagare02 li:first-of-type{
    padding-right: 50px;
}
ul.nagare01 .cate-linkbox,
ul.nagare02 .cate-linkbox {
    position: relative;
    top: -132px;
    left: 25px;
}

ul.nagare01 .cate-linkbox ul li.y_botton::before{
    position: absolute;
    content: "";
    background: url(../img/oran_icon.png) no-repeat center top / auto 100%;
    width: 14px;
    height: 16px;
    top: 33px;
    right: 80px;
    z-index: 2;
    pointer-events: none;
}
ul.nagare01 .cate-linkbox ul li::before{
    position: absolute;
    content: "";
    background: url(../img/yellow_icon.png) no-repeat center top / auto 100%;
    width: 14px;
    height: 16px;
    top: 33px;
    right: 80px;
    z-index: 2;
    pointer-events: none;
}




p.flow_text01{
    text-align: center;
    padding-bottom: 2em;
}
p.flow_text01 span{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

p.flow_text02{
    text-align: center;
    margin-top: -2em;
}
p.flow_text02 span{
    background:linear-gradient(transparent 60%, #ff6 60%);
}



/* 視聴期間 */

table.sichoukikan , .sichoukikan td, .sichoukikan th {
	border: 1px solid #e56619;
	border-collapse: collapse;
}
.sichoukikan td, .sichoukikan th {
	padding: 10px;
}
.sichoukikan th {
	width: 15%;
}


}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {
    /* 配信方法 */
img.flow_img01{
    width: 56vw;
    margin: 0 auto !important;
    display: block;
    padding: 3em 0 0;
}


/* 申し込みの流れ画像とチャットアンケートの画像 */
ul.nagare01,
ul.nagare02{
    position: relative;
    text-align: center;
    padding: 0 !important;
    list-style-type: none;
}
ul.nagare01::before{
    position: absolute;
    content: "";
    background: url(../img/right_img.jpg) no-repeat center top / auto 100%;
    width: 10vw;
    height: 8vw;
    top: 65vw;
    left: 39vw;
    transform: rotate(90deg);
}
ul.nagare02::before{
    position: absolute;
    content: "";
    background: url(../img/right_img.jpg) no-repeat center top / auto 100%;
    width: 10vw;
    height: 8vw;
    top: 77vw;
    left: 39vw;
    transform: rotate(90deg);
}
ul.nagare01 li:last-of-type{
    margin-top: -5vw;
}
ul.nagare02 li:last-of-type{
    margin: 5vw 0 0;
}
ul.nagare01 li,
ul.nagare02 li{
    padding: 0 1em;
}

ul.nagare01 .cate-linkbox,
ul.nagare02 .cate-linkbox {
    position: relative;
    top: -20vw;
    left: 0vw;
}

ul.nagare01 .cate-linkbox ul li.y_botton::before{
    position: absolute;
    content: "";
    background: url(../img/oran_icon.png) no-repeat center top / auto 100%;
    width: 2vw;
    height: 2vw;
    top: 7.8vw;
    right: 6vw;
    z-index: 2;
    pointer-events: none;
}
ul.nagare01 .cate-linkbox ul li::before{
    position: absolute;
    content: "";
    background: url(../img/yellow_icon.png) no-repeat center top / auto 100%;
    width: 2vw;
    height: 2vw;
    top: 7.8vw;
    right: 6vw;
    z-index: 2;
    pointer-events: none;
}

/* 視聴期間 */

table.sichoukikan , .sichoukikan td, .sichoukikan th {
	border: 1px solid #e56619;
	border-collapse: collapse;
}
 table.sichoukikan {
        table-layout: fixed; /* tableのみに */
        width: 100%;
    }
.sichoukikan td, .sichoukikan th {
	padding: 10px;
}
.sichoukikan td{
    width: 90% !important; 
}
.sichoukikan th.ta_th01 {
    width: 10% !important;       /* 幅を細く */
    min-width: 50px;              /* 最低幅確保 */
}

}


/* PC  過去の開催レポート設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
p.report_text01{
    text-align: center;
    font-weight: bold;
    font-size: 31px;
}
p.report_text02{
    text-align: center;
    padding-bottom: 1.5em;
}
/* 参加者の声 */
ul.report_voice{
    list-style-type: none;
    padding: 0 !important;
    text-align: center;
}
ul.report_voice li{
    display: inline-block;
    vertical-align: top;
}

}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {
p.report_text01{
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
}
p.report_text02{
    text-align: center;
    padding-bottom: 1.5em;
}
/* 参加者の声 */
ul.report_voice{
    list-style-type: none;
    padding: 0 !important;
    text-align: center;
}
ul.report_voice li{
    display: inline-block;
    vertical-align: top;
}

}

/* PC  よくある質問設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.qa_row .e-n-accordion-item-title,
.qa_row .e-n-accordion-item-title-text{
    background-color: #e56619;
    font-weight: bold;
    color: #fff;  
    font-size: 23px; 
}

}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {

.qa_row .e-n-accordion-item-title,
.qa_row .e-n-accordion-item-title-text{
    background-color: #e56619;
    font-weight: bold;
    color: #fff;  
    font-size: 5vw; 
}

}

/* PC  参加者の声設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.vo-row01{
    text-align: center;
    font-size:22px;
    font-weight: bold;
    color: #e56619;
}
.vo-row02 dl{
    padding-bottom:30px;
}
/* 感想 */
.vo-row02 dt b{
    color: #e56619;
}
.vo-row02 dt.balloon1-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0 15px;
    padding: 17px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #ffe0cc;
    border-radius: 5px;
}
  
.vo-row02 dt.balloon1-left:before {
    content: "";
    position: absolute;
    top: 28px;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #ffe0cc;
}
.vo-row02 dt.balloon1-left::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/vo_img01.jpg) no-repeat center top / 100% auto;
    width: 100px;
    height: 100px;
    top: -17px;
    left: -120px;
}
  
.vo-row02 dt.balloon1-left p {
    margin: 0;
    padding: 0;
  }

/* 運営の返答 */
.vo-row02 dd.balloon1-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 17px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fdf7ae;
    border-radius: 5px;
  }
  
.vo-row02 dd.balloon1-right:before {
    content: "";
    position: absolute;
    top: 28px;
    right: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fdf7ae;
  }
.vo-row02 dd.balloon1-right::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/vo_img02.jpg) no-repeat center top / 100% auto;
    width: 100px;
    height: 100px;
    top: -17px;
    right: -120px;
}
.vo-row02 dd.balloon1-right p {
    margin: 0;
    padding: 0;
}

}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {
.vo-row01{
    text-align: center;
    font-size:4vw;
    font-weight: bold;
    color: #e56619;
}
.vo-row02 dl{
    padding-bottom:5vw;
}
/* 感想 */
.vo-row02 dt b{
    color: #e56619;
}
.vo-row02 dt.balloon1-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 4vw 0 17vw;
    padding: 4vw 4vw;
    min-width: auto;
    max-width: 100%;
    color: #555;
    font-size: 4vw;
    background: #ffe0cc;
    border-radius: 5px;
}
  
.vo-row02 dt.balloon1-left:before {
    content: "";
    position: absolute;
    top: 7.5vw;
    left: -7vw;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #ffe0cc;
}
.vo-row02 dt.balloon1-left::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/vo_img01.jpg) no-repeat center top / 100% auto;
    width: 12vw;
    height: 12vw;
    top: 1vw;
    left: -16.2vw;
}
  
.vo-row02 dt.balloon1-left p {
    margin: 0;
    padding: 0;
  }

/* 運営の返答 */
.vo-row02 dd.balloon1-right {
    position: relative;
    display: inline-block;
    margin: 0.5em 17vw 0 4vw;
    padding: 4vw 4vw;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fdf7ae;
    border-radius: 5px;
  }
  
.vo-row02 dd.balloon1-right:before {
    content: "";
    position: absolute;
    top: 7.5vw;
    right: -7vw;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fdf7ae;
  }
.vo-row02 dd.balloon1-right::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/vo_img02.jpg) no-repeat center top / 100% auto;
    width: 12vw;
    height: 12vw;
    top: 1vw;
    right: -16.2vw;
}
.vo-row02 dd.balloon1-right p {
    margin: 0;
    padding: 0;
}

}

/* PC  サンクスページ設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.thanks-row01 h3 span{
    position: relative;
}
.thanks-row01 h3 span::before{
    position: absolute;
    content: "";
    background: url(../img/thanks_img01.png) no-repeat center top / auto 100%;
    width: 194px;
    height: 270px;
    top: -100px;
    left: -190px;
    z-index: 1;
}
.thanks-row01 h3 span::after{
    position: absolute;
    content: "";
    background: url(../img/thanks_img02.png) no-repeat center top / auto 100%;
    width: 194px;
    height: 253px;
    top: -100px;
    right: -190px;
    z-index: 1;
}


.thanks-row01 p{
    width: 688px;
    margin: 0 auto;
    font-weight: bold;
    color: #e56619 !important;
    text-align: center;
}


.thanks-row02{
    text-align: center;
    font-weight: bold;
}
}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {

}




/* PC  プログラム一覧設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
    .program_box{
        width: 1200px;
        margin: 0 auto;
    }

}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {

}

/* PC  コンタクトフォーム
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.hissu{
    background-color: #f5f8cf;
    padding: 30px;
}

table.week_form {
    width: 100%;
    min-width: auto !important;
}
table.week_form th,
table.week_form td{
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
    padding: 30px 0;
}

table.week_form th{
    text-align: left !important;
    width: 25%;
}
table.week_form input,
table.week_form select,
table.week_form textarea{
    border: 1px solid !important;
}
table.week_form ul.kubun_shousai{
    padding: 0;
    list-style: none;
    font-size: 13px;
}
table.week_form ul.kubun_shousai p{
    color: #0068bb !important;
}
table.week_form .textarea_mousikomi textarea{
    height: 84px;
    margin:0;
}
.sousin input{
    color: #fff !important;
}
.modoru input{
    background: #28303d !important;
    color: #fff;
    padding: 15px 30px 15px 30px;
    font-size: 21px;
}
.modoru input{
    cursor:pointer;
    background: #28303d !important;
    color: #fff;
    padding: 15px 30px 15px 30px;
    font-size: 21px;
}
.sousin input:hover,
.modoru input:hover{
    background: #8996ab !important;
}

}
/** SP
----------------------------------------------- */
@media (max-width: 767px) {
    
table.week_form {
    width: 100% !important;
    min-width: auto !important;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}   
table.week_form th{
display: block;
min-width: auto !important;
width: 100%;
height: 100%;
}   
table.week_form td{
display: block;
min-width: auto !important;
width: 100%;
height: 100%;
}    


table.week_form ul.kubun_shousai{
    padding: 0;
    list-style: none;
    font-size: 3vw;
}
table.week_form ul.kubun_shousai li{
    text-indent: -1.3em;
    margin-left: 1.3em;
}
table.week_form ul.kubun_shousai p{
    color: #0068bb !important;
}

}








/* PC  
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {

/* -------------基本赤リンクボタン------------- */
.cate_other_link_button-red{
    position: relative;
}
.cate_other_link_button-red ul{
    text-align: center;
    font-size: 0;
    list-style-type: none;
    padding: 0;
}
.cate_other_link_button-red ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
}
.cate_other_link_button-red ul li a{
    background-color: #e60012 !important;
    color: #fff;
    border-radius: 100px;
    padding: 15px 40px 15px 40px;
}
.cate_other_link_button-red ul li:not(:first-child){
    margin-left:1em;
}


/* -------------========プライバシーポリシー========------------- */
.pl_row01 h2{
    font-weight: bold;
    font-size: 45px;
    padding-bottom: 30px;
}

.pl_row01 p{
    padding-bottom: 30px;
}

.pl_row01 dl{
    padding-bottom: 30px;
}

}

/** SP
----------------------------------------------- */
@media (max-width: 767px) {

/* -------------========基本赤リンクボタン========------------- */

.cate_other_link_button-red ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 5.5vw;
}
.cate_other_link_button-red ul li a{
    background-color: #e60012 !important;
    color: #fff;
    border-radius: 100px;
    padding: 3vw 3vw 3vw 6vw;
    width: 93vw;
    display: block;
}
.cate_other_link_button-red ul li:not(:first-child){
    margin-top:1em;
}


/* -------------========プライバシーポリシー========------------- */
.pl_row01 h2{
    font-weight: bold;
    font-size: 8vw;
    padding-bottom: 1em;
}

.pl_row01 p{
    padding-bottom: 1em;
}

.pl_row01 dl{
    padding-bottom: 1em;
}
.pl_row01 dl dd{
    padding:0 0 0 1em;
}



.elementor-2963 .elementor-element.elementor-element-16e34e2 {
    display: block !important;
}
}