
#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;
  max-width: none !important;
}



body {position: relative; background: linear-gradient(to top, #ccc 0%, #fff 50%) ;}
body::before,body::after {
  content: "";
  position: fixed;
  width: 800px;
  height: 800px;
  top: 0;
  right: -300px;
  background: url(/extra/contrastsecurity_202103/media/line.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
  opacity: .4;
}
body::after {
  top: 50%;
  right: auto;
  left: -200px;
  width: 500px;
  height: 500px;
  transform: rotate(270deg);
}


#adspecial_contrastsecurity_202103 {
  padding: 0;
}
.frame_col_left {
  position: relative;
  max-width: 800px;
  margin: -32px auto 0;
  background: #fff;
  padding: 24px 16px 0;
  box-shadow: 0 0 5px #ccc;
}
.frame_col_left::before {
  content: "SOMPO JAPAN / CASE STUDY";
  font-size: 60px;
  font-weight: bold;
  color: #f5f5f5;
  line-height: 1em;
  position: absolute;
  top: 80px;
  left: -16px;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
}

.adspecial_type1 .frame_header {
  position: relative;
  height: 400px;
  margin-bottom: 10px;
  text-align: left;
  background: #000;
}
.adspecial_type1 .frame_header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(/extra/contrastsecurity_202103/media/head_title.jpg) no-repeat bottom left;
  background-size: cover;
  animation: fadein 3.2s ease .8s 1 forwards;
}
.adspecial_type1 .frame_header::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  display: block;
  width: 100%;
  height: 16px;
  background: linear-gradient(to right, #999 0%, #fff 25%, #fff 75%,  #999 100%);
}

@keyframes fadein {
  from {opacity: 0;}
  to { opacity: 1;}
}

#adspecial_contrastsecurity_202103.adspecial_type1 h1.adspecial {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  color: #fff;
  font-size: 2rem;
  font-feature-settings: "palt" 1;
  opacity: 0;
  top: 50px;
  animation: fadeup 1.2s ease .5s 1 forwards;
}

@keyframes fadeup {
  from {opacity: 0; top: 50px;}
  to { opacity: 1; top: 0;}
}

#adspecial_contrastsecurity_202103.adspecial_type1 h1.adspecial::after {
  content: "";
  position: absolute;
  top: -0;
  left: 0;
  display: block;
  width: 1px;
  height: 500px;
   background: #4BC1B1;
  transform: scale(1,0);
  transform-origin: top center;
  animation: stretch 1.2s ease 2s 1 forwards;
}

@keyframes stretch {
  from {transform: scale(1,0);}
  to {transform: scale(1,1);}
}

#adspecial_contrastsecurity_202103.adspecial_type1 h1.adspecial small {
  display: block;
  font-size: 1.15rem;
}

#adspecial_contrastsecurity_202103.adspecial_type1 h2.adspecial {
}

#adspecial_contrastsecurity_202103.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_contrastsecurity_202103.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_contrastsecurity_202103.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_contrastsecurity_202103.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}


#adspecial_contrastsecurity_202103.adspecial_type1 .block_sponsored {
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.lead {
  margin: 24px 16px 48px;
  padding: 24px 24px 0;
  border-radius: 5px;
  background: #E9EEF1;
}

.lead table th,.lead table td {padding: 0 16px 0 0; border: none; font-size: 16px; vertical-align: top; text-align: left;}
.lead table th {white-space: nowrap; background: none; }


.lead_area {
    text-align: center;
    margin-bottom: 40px;
}
.lead_btn {
    margin: 64px 0;
    display: inline-block;
    min-width: 60%;
    padding: 20px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    background: #4BC1B1;
    transition: .5s background;
}
a.lead_btn:hover {
    background: #75F7E4;
    color: #fff !important;
}



@media screen and (max-width: 800px) {
  #adspecial_contrastsecurity_202103.adspecial_type1,
  #adspecial_contrastsecurity_202103.adspecial_type1 .frame_col_right_container,
  #adspecial_contrastsecurity_202103.adspecial_type1 .frame_col_left_container,
  #adspecial_contrastsecurity_202103.adspecial_type1 .frame_col_left,
  #adspecial_contrastsecurity_202103.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_contrastsecurity_202103.adspecial_type1 .article_body .left,
  #adspecial_contrastsecurity_202103.adspecial_type1 .article_body .right,
  #adspecial_contrastsecurity_202103.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_contrastsecurity_202103.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }
#adspecial_contrastsecurity_202103.adspecial_type1 h1.adspecial {
  font-size: 1.5rem;
}

}


@media screen and (max-width: 640px) {
#adspecial_contrastsecurity_202103.adspecial_type1 h1.adspecial small {
  font-size: 14px;
}
.lead table th, .lead table td {
  display: block;
  padding: 0;
  font-size: 14px;
}
.lead_btn {
    font-size: 14px;
}
}

