@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');



/* base ******************************************************************************/


body {
position: relative;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #151515;
font-family: "Google Sans", Arial, "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
font-style: normal;
font-size: 16px;
line-height: 1.8;
overflow-wrap: break-word;
background-color:#fff;
}

header,
footer{
font-family: Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}


.container{
width:100%;
color:#262b30;
font-family: "Google Sans", Arial, "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
position:relative;
z-index: 0;
}

.container::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:url(/info/event/atlassian/202603/media/img_parts_bg.png) center top no-repeat;
background-size:cover;
opacity:0.7;
z-index: -1;
}



.container::after{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/atlassian/202603/media/img_parts_main.png) center center no-repeat;
background-size:cover;
opacity:0.7;
z-index: -1;
}


.container-fluid {
max-width: 1250px;
margin: 0 auto;
padding:0;
background:transparent;
}

.container-fluid a{
color:#f4593f;
}

#social_bkm_wrap_top {
margin-bottom: 0;
height: auto;
border: none;
}

.notice{
text-align:center;
}



/* header ******************************************************************************/


.event-header{
width:100%;
padding:0;
height:500px;
position:relative;
font-family: "Google Sans", Arial, "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
backdrop-filter:blur(15px);
}

.event-header::before{
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
background:url(/info/event/atlassian/202603/media/img_kv.png) center top no-repeat;
background-size:cover;
z-index:1;
}

.event-header::after{
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.35);
background-size:cover;
z-index:-1;
}

.event-header .header-inner{
margin:0 auto;
padding:0;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
max-width:1200px;
height:500px;
position:relative;
z-index:100;
}


.event-header .ttl-headline {
line-height:1.4;
font-size:clamp(2rem, 1.25rem + 3.75vw, 5rem);
font-family: "Google Sans", sans-serif;
font-weight:bold;
color:#1868db;
padding:0;
border-radius:5px;
width:fit-content;
will-change: transform, opacity;
position:relative;
}


.js-ttl { display:inline-block; /* 必要なら */ white-space: pre-wrap; }
.js-ttl .ch { display:inline-block; will-change: transform, opacity; }


@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}



.event-header h1{
position: relative;
z-index:100;
line-height:1.5;
display:flex;
flex-direction:column;
font-size:clamp(1.5rem, 0.833rem + 1.67vw, 2.5rem);
font-family: "Google Sans", Arial, "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
text-align:center;
margin:0 0 20px 0;
opacity:0;
animation: fade 0.5s linear 0.5s forwards;
}

.event-info{
margin:0 auto;
padding:10px;
font-size:clamp(1.25rem, 0.75rem + 1.25vw, 2rem);
color:#fff;
line-height:1.4;
text-align:center;
width:100%;
position:relative;
z-index:1000;
}

.event-info::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#262b30;
background: linear-gradient(0deg, #262b30 0%, #373e45 100%);
z-index:-1;
}

.event-info span{
opacity:0;
animation: fade 0.5s linear 0.8s forwards;
}

.event-info span strong{
font-size:200%;
font-weight:bold;
color:#fff;
}


.event-summary{
margin:0 auto;
padding:45px 0;
position:relative;
backdrop-filter:blur(5px);
z-index:10;
}

.event-summary::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/atlassian/202603/media/img_parts_main.png) center center no-repeat;
background-size:cover;
opacity:0.8;
}

.event-summary p {
max-width:1050px;
font-size: 1rem;
font-weight:bold;
line-height: 1.8;
margin:0 auto;
padding:10px 0;
position:relative;
z-index:10;
}




/* 開催概要 ******************************************************************************/


.event-outline{
position:relative;
padding:3% 0;
/*background: linear-gradient(90deg, transparent, #c5dcff 10%, #c5dcff 90%, transparent);*/
backdrop-filter:blur(10px);
}

.event-outline::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#c5dcff;
opacity:0.75;
z-index:-1;
}

.information {
max-width:1000px;
margin:0 auto;
padding:20px 0;
position:relative;
z-index:100;
}

.information dl{
font-size:1rem;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
background-color:#fff;
border-radius:15px;
/*border:1px solid #ccc;*/
}

.information dt,
.information dd{
text-align:left;
margin:0;
padding:20px;
color:#151515;
}


.information dt{
width:20%;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
font-weight:normal;
position:relative;
}
.information dd{
border-bottom:1px solid #ccc;
width:80%;
}
.information dt:last-of-type,
.information dd:last-of-type{
border-bottom:none;
}


.event-outline .notice{
text-align:center;
font-size:0.9rem;
margin:0 auto 40px;
position:relative;
z-index:1000;
}



/* 見出し ******************************************************************************/


h2 {
padding:15px 0;
font-weight: normal;
font-size:clamp(2.5rem, 1.5rem + 2.5vw, 4rem);
font-family: "Google Sans", Arial, "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
border: none;
font-feature-settings: "palt" 1;
text-align:center;
position: relative;
z-index:5;
}

h2 span{
font-size:1.125rem;
margin:0 auto;
padding:10px;
/*background-color:#262b30;*/
color:#262b30;
width:fit-content;
display:block;
}



/* 講演内容 ******************************************************************************/


.event-session{
padding:30px 0;
position:relative;
}

.session-program{
margin:20px auto;
padding:25px 45px;
background-color:#fff;
border-radius:30px;
border:1px solid #e5e5e5;
position:relative;
z-index:10;
}

.session-program.fade-in{
transform:translateY(0);
opacity:1;
}


.session-program .session-frame{
margin:36px auto;
padding-bottom:40px;
border-bottom:1px solid #444;
}
.session-program .session-frame:last-child{
border-bottom:none;
}


.session-program .session-label{
background-color:#000;
color:#fff;
font-size:1.125rem;
text-align:center;
}


.session-program .session-time{
margin:15px 0;
text-align:left;
font-size:1.5rem;
padding:0 25px;
background-color:#01347d;
color:#fff;
border-radius:8px;
width:fit-content;
position:relative;
}

.session-program .session-speaker{
text-align:center;
font-size:1.5rem;
border-top:1px solid #444;
border-bottom:1px solid #444;
padding:5px 0;
}


.session-program .session-title {
margin: 0;
padding: 0 0 25px 0;
font-size:clamp(1.25rem, 0.75rem + 1.25vw, 2rem);
font-weight:bold;
line-height:1.5;
font-feature-settings: "palt" 1;
position:relative;
}

.session-program .session-title::before{
content:"";
position:absolute;
bottom:0;
left:0;
width:80px;
height:8px;
background-color:#01347d;
}


.session-program .session-title span {
display: block;
margin: 15px auto;
font-size: 70%;
font-weight:bold;
text-align:center;
border-radius:30px;
box-shadow:0 10px 10px -5px #ccc;
}


.session-program .session-summary {
letter-spacing: 0;
font-size:1.125rem;
padding:20px 0;
line-height:1.6;
}

.session-program .session_profile {
margin:0;
padding: 40px 0 0;
clear: both;
font-size:1.25rem;
display:flex;
flex-shrink: 0;
overflow: hidden;
}

@media (min-width: 640px) {
.session-program .session_profile-rows{
display:flex;
justify-content:space-between;
}
.session-program .session_profile-rows .session_profile{
width:48%;
}
}

.session-program .profile_thumb {
margin: 0 35px 20px 10px;
flex-shrink: 0;
width:135px;
height:135px;
position:relative;
z-index:1;
}

.session-program .profile_thumb::before{
content:"";
position:absolute;
top:-10px;
right:-5px;
width:80%;
height:80%;
background-color:#f5a200;
border-radius:30px;
z-index:-1;
}

.session-program .profile_thumb::after{
content:"";
position:absolute;
bottom:-8px;
left:-10px;
width:80%;
height:80%;
background-color:#6a9a23;
border-radius:30px;
z-index:-1;
}


.session-program .profile_thumb img{
border-radius:30px;
width:125px;
object-fit: cover;
display:block;
}

.session-program .profile_name {
margin:0;
line-height: 1.5;
font-size:1rem;
}

.session-program .profile_name strong{
font-size:130%;
padding-top:4px;
display:block;
}

.session-program .profile_name .profile_accordion {
margin: 0;
line-height: 1.6;
}

.session-program .profile_name .js-profile-trigger{
position: relative;
display: inline-block;
font-size:0.9rem;
font-weight:normal;
margin:10px 0 0 0;
padding:1px 10px;
background-color:#262b30;
border:1px solid #262b30;
color:#fff;
cursor: pointer;
width:fit-content;
border-radius:5px;
font-feature-settings:"palt";
}
.session-program .profile_name .js-profile-trigger:hover{
border:1px solid #262b30;
background-color:#fff;
color:#262b30;
transition:0.3s;
}

.session-program .profile_name .js-profile-detail{
padding-top: 10px;
padding-bottom:20px;
font-size:0.9rem;
font-weight:normal;
line-height:1.6;
color:#666;
display:block;
position:relative;
}


.event-session .notice{
text-align:center;
font-size:0.9rem;
position:relative;
z-index:1000;
}



/* 参加特典 ******************************************************************************/


.benefits-area{
color:#151515;
margin:5% auto 0;
padding:45px 30px 20px;
max-width:1200px;
background-color:#fff;
box-sizing:border-box;
border-radius:30px;
border:1px solid #e5e5e5;
line-height:1.5;
position:relative;
z-index:1000;
}

.benefits-area::before{
content:"参加特典";
position:absolute;
top:-25px;
left:calc(50% - 100px);
width:200px;
height:auto;
padding:10px;
background-color:#f5a200;
color:#fff;
text-align:center;
font-size:1.25rem;
font-weight:bold;
border-radius:0 15px 0 15px;
}


.benefits-area p{
margin:20px 15px;
font-size:0.9rem;
}

.benefits-area p strong{
margin:0 auto;
font-size:130%;
text-align:center;
line-height:1.4;
display:block;
}
.benefits-area p strong span{
color:#f5a200;
}

.benefits-area p a{
color:#3488fd;
font-weight:bold;
}




/* 参加申し込み ******************************************************************************/

.event-entry{
position:relative;
padding:30px 0;
}

.privacy-note {
max-width:1000px;
margin:60px auto;
padding: 30px;
background-color:#fff;
color:#151515;
font-size: 12px;
text-align:left;
/*border:1px solid #ccc;*/
border-radius:20px;
position:relative;
z-index:10;
}

.privacy-note dt{
width:100%;
}
.privacy-note dd{
width:100%;
margin:10px 0 !important;
}



.privacy-note dl dd a{
color:#1957de;
font-weight:bold;
}



/*btn default setting*/



.btn-register {
width: 100%;
margin: 0 auto;
padding:0;
text-align:center;
position:relative;
z-index:10;
}

.btn-register-head{
width:100%;
margin:20px auto;
position:relative;
bottom:30%;
opacity:0;
animation: fade 0.5s linear 0.5s forwards;
z-index:100;
}


.btn {
display: inline-block;
box-sizing: border-box;
margin:40px auto;
padding: 15px;
font-weight: bold;
line-height: 20px;
background-color:#1957de;
text-align: center;
color: #fff !important;
border-radius:50px;
transition:0.3s;
background: linear-gradient(0deg, #1868db, #4d8ced);
display:block;
box-shadow:0 10px 10px -5px #a0a0a0;
position:relative;
z-index:100;
}

.btn:hover,
.btn-register-head .btn:hover{
background:#ffc147;
color: #262b30 !important;
transform:translateY(-5px);
box-shadow:0 25px 25px -15px #a0a0a0;
}

.btn span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-size:1.25rem;
margin:0 auto;
width:fit-content;
position:relative;
}

.btn-style{
max-width:450px;
height: 70px;
display:block;
}
/*.btn-register-head .btn-style{
width: 100%;
height: 50px;
margin:10px auto;
padding:0 45px;
}
.btn-register-head .btn{
background:#1868db;
}*/


/* 追従 btn */
.btn-follow {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease; /* フワッと表示 */
}

.btn-follow.is-show {
  opacity: 1;
  visibility: visible;
}

.btn-follow a{
display:block;
width:120px;
height:120px;
line-height:120px;
text-align:center;
border-radius:50%;
background-color:#fff;
color:#262b30;
border:4px solid #1868db;
box-sizing: border-box;
font-weight:bold;
box-shadow:0 10px 10px -5px #151515;
position: relative; /* 追加 */
overflow: hidden;   /* 追加 */
transition: color 0.3s ease; /* 追加 */
}

.btn-follow a:hover{
background-color:#1868db;
color:#fff !important;
}

/* 矢印本体（初期は非表示） */
.btn-follow a::after {
  content: '';
  position: absolute;
  bottom: -30px; /* ボタンの外に隠しておく */
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateX(-50%) rotate(45deg); /* ↓矢印の形 */
  transition: bottom 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

/* ホバー時に矢印をスライドイン */
.btn-follow a:hover::after {
  bottom: 14px;
  opacity: 1;
}




/* スポンサー ******************************************************************************/


.event-sponsor {
margin:0 auto;
padding:30px 0 5% 0;
backdrop-filter:blur(10px);
position:relative;
z-index:10;
}

.event-sponsor::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#c5dcff;
opacity:0.75;
z-index:-1;
}



.event-sponsor h3 {
margin: 20px auto;
padding:10px 5px;
text-align: center;
color: #151515; 
border-top:1px solid #151515;
border-bottom:1px solid #151515;
font-size: 1.25rem;
font-weight:normal;
width:fit-content;
}

.event-sponsor ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin:0 auto;
}

.event-sponsor li {
width: 24%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background-color:#fff;
border-radius:20px;
/*box-shadow:0 0 20px #d5d5d5;*/
margin:25px 15px;
padding:0;
}

.event-sponsor li a{
display:block;
}


.privacy-area {
    border: 1px solid #ccc;
    margin: 50px auto 0;
    padding: 16px;
    height: 150px;
    overflow: auto;
}
.privacy-area p.content {
    font-size: 80%;
    margin: 15px auto;
    text-align: center;
}
.privacy-area p {
    font-size: 50%;
    line-height: 2.0;
}



/* お問い合わせ ******************************************************************************/


.event-inquiry{
text-align:center;
padding:25px 0 45px;
background-color:#262b30;
background: linear-gradient(0deg, #262b30 0%, #373e45 100%);
position:relative;
}
.event-inquiry h2,
.event-inquiry h2 span{
color:#fff;
}


.event-inquiry p{
margin:10px 0 0 0;
color:#fff;
position:relative;
z-index:10 !important;

}

.event-inquiry p a{
color:#81adf0;
font-weight:bold;
}

footer{
margin-top:0;
position:relative;
z-index:10;
}


/* 追従 banner */

.banner-follow {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease; /* フワッと表示 */
}

.banner-follow.is-show {
  opacity: 1;
  visibility: visible;
}

.banner-follow img{
box-shadow:0 15px 15px -10px #444;
box-sizing:border-box;
/*border:6px solid #1868db;*/
border-radius:30px;
position: relative;
}

.banner-follow img:hover{
transform:translateY(-10px);
transition:0.3s;
}




/* responsive 
------------------------------------------------------------------------------- */


@media (max-width: 1300px) {
.container-fluid {padding: 0 20px;
}

}

@media (max-width: 960px) {


.event-header h1{
text-align:left;
}


.event-summary p{
font-size:1rem;
margin:0 15px;
}


.event-session{
padding:15px 0 45px;
}


.session-program .session-time{
padding:0 20px;
}

.session-program td {
padding:4%;
}


.btn-style{
width:90%;
}


}



@media (max-width: 640px) {


.container-fluid {margin: 0;}


.event-header::before{
background-size:cover;
}

.event-header{
height:450px;
}

.event-header .header-inner{
padding:15px 10px;
height:450px;
}


.information{
width:auto;
padding:15px;
}

.information dt,
.information dd{
width:100%;
display:block;
padding:10px;
border:none;
}

.information dt,
.information dt:last-of-type{
width:100%;
/*border-top:1px solid #333;*/
border-bottom:1px dotted #ccc;
font-weight:bold;
}

.information dd{
border-bottom:1px solid #444;
}

.btn span{
font-size:1rem;
}


.session-program{
margin:0 auto;
padding:15px;
}


.session-program .session-time{
font-size:1.125rem;
margin:0 auto 20px;
}


.session-program .session_profile{
padding:20px 0;
display:block;
}


.session-program .profile_thumb{
margin:0 auto 20px;
}


.session-program .profile_thumb img{
margin:0 auto 15px;
}





.event-sponsor ul {
display:block;
}

.event-sponsor li{
width:80%;
margin:20px auto;
}



.benefits-area{
margin:20% 0 0;
padding:25px 0;
}
.benefits-area::before{
font-size:1.25rem;
}


.btn-follow {
bottom: 0;
right: 0;
left: 0;
width: 100%;
}

.btn-follow a {
width: 100%;
height: 54px;
line-height: 54px;
border-radius: 0;
box-shadow: 0 -4px 10px -4px #151515; /* 影を上側に変更 */
}

.btn-follow a::after {
display:none;
}


/* 追従 banner */

.banner-follow {
  position: fixed;
  bottom: 10px;
  right: calc(50% - 150px);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease; /* フワッと表示 */
}



}



/* フェードイン ******************************************************************************/



/* フェードイン用のスタイル */
.fade-in-element {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延アニメーション用 */
.fade-in-element.delay-1 {
  transition-delay: 0.1s;
}

.fade-in-element.delay-2 {
  transition-delay: 0.2s;
}

.fade-in-element.delay-3 {
  transition-delay: 0.3s;
}

/* 下から上へのフェードイン */
.fade-up {
  transform: translateY(50px);
}

/* 左からのフェードイン */
.fade-left {
  transform: translateX(-50px);
}

/* 右からのフェードイン */
.fade-right {
  transform: translateX(50px);
}



/* スムーズスクロール用 */
a[href^="#"] {
  scroll-behavior: smooth;
}












/* login page & video page ******************************************************************************/


.event-header.webinar-header{
padding:30px 0 45px;
height:200px;
}
.event-header.webinar-header::before{
background: url(/info/event/byteplus/202602/media/parts_head_webinar.png) right top no-repeat;
background-size:contain;
}

.event-header.webinar-header .header-inner{
position:relative;
padding:10px 20px;
height:200px;
}

.event-header.webinar-header .ttl-headline {
font-size:1.75rem;
}

.event-header.webinar-header h1,
.event-header.webinar-header .ttl-main span.number{
font-size: 1.5rem;
}



.event-summary.webinar-summary p{
font-size:0.95rem;
}

.event-entry.webiner-block{
padding:25px 0;
backdrop-filter:blur(3px);
}

.video_block{
position:relative;
margin:40px auto;
/*backdrop-filter: blur(5px);*/
}


.video {
  width:100%; 
  margin: 40px auto 20px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
z-index:100;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_block p{
position:relative;
z-index:100;
}
.video_block p a{
color:#2247cf;
font-weight:bold;
}


.enq-text{
padding:20px 10px;
font-size:1.15rem;
font-weight:bold;
}

.support{
text-align:center;
padding:20px 0;
}


.closed-text{
color: #000;
font-size:1rem;
font-weight: bold;
text-align:center;
padding: 40px 0;
text-align:center;
position:relative;
z-index:10;
}





@media (max-width: 640px) {


.enq-text{
padding:20px 10px;
font-size:1rem;
}

.event-header.webinar-header{
padding:0;
}


.event-header.webinar-header .ttl-headline{
font-size:1.25rem;
margin:0;
padding:0;
}

.event-header.webinar-header h1{
  margin:15px 0;
}

.event-header.webinar-header h1,
.event-header.webinar-header .ttl-main span.number{
  font-size: 1rem;
}


.video_block{
margin:10px auto;
}


}









/* ヘッダー＆フッター広告表記 2024～
-------------------------------------------------------------------------------------------------------*/

.header_sponsored_area{
    width:100%;
    background-color:#fff;
    color:#000;
    font-size:14px;
    text-align:right;
    padding:15px 20px;
    position:relative;
    z-index:1000;
}

.header_sponsored_area span{
    margin:0;
    line-height:1.3;
    display:block;
}


.block_sponsored_area{
    clear:both;
    background-color:#fff;
    color:#000;
    font-size:14px;
    border:1px solid #000;
    margin:25px auto;
    padding:15px 15px 10px;
    max-width:760px;
    position:relative;
    z-index:1000;
}

.block_sponsored_area span{
    margin:5px 0;
    text-align:left;
    display:block;
}


.block_sponsored_area:before{
    display: block;
    content: "PR";
    position: absolute;
    top: -12px;
    left: 30px;
    width: 40px;
    height: 30px;
    text-align: center;
    background-color: #fff;
}


@media screen and (max-width: 800px) {

.block_sponsored_area{
margin:25px;
}


}

