
#width {
  width: 990px;
}
.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
display:block;
}
.adspecial_type1 {
  margin: 20px auto;
}
.adspecial_type1 .frame_header {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #fff;
  /*background: #fff url(/extra/tanium_202110/media/head_bg.jpg) no-repeat center center;*/
  background-size: cover;
  border-bottom: 8px solid #A72D36;
}
.adspecial_type1 .frame_header::before, 
.adspecial_type1 .frame_header::after {
    content: "";
    position: absolute;
    top: calc(50% - 250px);
    right: -100px;
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
}
.adspecial_type1 .frame_header::after {
    background: url(/info/event/tanium/202109/media/hero.jpg) no-repeat center center;
}
.adspecial_type1 .frame_header::before {
    top: calc(50% - 350px);
    right: 150px;
    background-image: repeating-radial-gradient(ellipse at center, rgba(204,204,204,.3) 0%,rgba(204,204,204,.3) 49%,rgba(204,204,204,0) 49%,rgba(204,204,204,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
}

.adspecial_type1 .frame_col_left {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 16px 16px;
  background: #fff;
}


.adspecial_type1 {
  margin-top: 0;
  padding-top: 20px;
  max-width: none !important;
  background: #f5f5f5;
}





#adspecial_tanium_202110 {
  padding: 0;
}
#adspecial_tanium_202110.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_tanium_202110.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}

#adspecial_tanium_202110.adspecial_type1 h1.adspecial {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 24px;
  font-size: 2rem;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}
#adspecial_tanium_202110.adspecial_type1 h1.adspecial span {
  display: block;
  margin-top: 16px;
  font-size: 1.25rem;
}

#adspecial_tanium_202110.adspecial_type1 h1.adspecial::before {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -150px;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: repeating-radial-gradient(ellipse at center, rgba(167,45,54,1) 0%,rgba(167,45,54,1) 49%,rgba(167,45,54,0) 49%,rgba(167,45,54,0) 100%);
    background-size: 8px 8px;
    background-position: top left;
}
#adspecial_tanium_202110.adspecial_type1 h1.adspecial::after {
    content: "";
    position: absolute;
    top: -150px;
    left: -50px;
    display: block;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 16px solid rgba(167,45,54,1) ;
    transform: scale(0,0);
    transform-origin: center center;
    animation: expand 1.2s ease .5s 1 forwards;
}

@keyframes expand {
  0% {transform: scale(0,0);}
  100% {transform: scale(1,1);}
}

 
#adspecial_tanium_202110.adspecial_type1 h2.adspecial {
  padding-bottom: 8px;
  color: #A72D36;
  line-height: 1.3;
  border-bottom: 1px solid #A72D36;
}


#adspecial_tanium_202110.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_tanium_202110.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_tanium_202110.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_tanium_202110.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_tanium_202110.adspecial_type1 .block_sponsored {
  padding: 72px 24px 0;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  background: #fff;
  border-top: 1px solid #ccc;
}


@media screen and (max-width: 960px) {
  #adspecial_tanium_202110.adspecial_type1,
  #adspecial_tanium_202110.adspecial_type1 .frame_col_right_container,
  #adspecial_tanium_202110.adspecial_type1 .frame_col_left_container,
  #adspecial_tanium_202110.adspecial_type1 .frame_col_left,
  #adspecial_tanium_202110.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_tanium_202110.adspecial_type1 .article_body .left,
  #adspecial_tanium_202110.adspecial_type1 .article_body .right,
  #adspecial_tanium_202110.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_tanium_202110.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_tanium_202110.adspecial_type1 .block_right_plink {
    display: none;
  }

 .adspecial_type1 .frame_header::before {
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(0,0,0,.5);
    background-size: cover;
  }
  #adspecial_tanium_202110.adspecial_type1 h1.adspecial {
    color: #fff;
  }
}


@media screen and (max-width: 480px) {
  #adspecial_tanium_202110.adspecial_type1 h1.adspecial {
    font-size: 1.5rem;
  }
  #adspecial_tanium_202110.adspecial_type1 h1.adspecial span {
    font-size: 1rem;
  }
#adspecial_tanium_202110.adspecial_type1 h1.adspecial::after {
    content: "";
    position: absolute;
    top: -150px;
    left: -100px;
}
  #adspecial_tanium_202110.adspecial_type1 .block_sponsored {font-size: .85rem;}
}

