

.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
display:block;
}
.adspecial_type1 .frame_col_left_container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}


.adspecial_type1 {
  margin-top: 0;
  padding-top: 20px;
   max-width: none !important;
}


#adspecial_lpi_202101 {
  padding: 0;
}
#adspecial_lpi_202101.adspecial_type1 .frame_col_left {background: #f5f5f5;}
#adspecial_lpi_202101.adspecial_type1 .frame_col_left_container {
  position: relative;
  padding: 48px 24px;
  margin-top: -48px;
  background: #ffffff;
  border-top: 8px solid #326BDF;
}
#adspecial_lpi_202101.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}


.adspecial_type1 .frame_header {
  position: relative;
  overflow: hidden;
  height: 400px;
  background: linear-gradient(to bottom right, #50a3a2 0%, #2E9ADE 100%);
}
.adspecial_type1 .frame_header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/extra/lpi_202101/media/bg_header.jpg) no-repeat center right;
  background-size: cover;
  opacity: .55;
}
#adspecial_lpi_202101.adspecial_type1 h1.adspecial {
  position: relative;
  z-index: 5;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-feature-settings: "palt" 1;
  line-height: 1.3;
  animation: fadeup .8s ease .8s 1 forwards;
  opacity: 0;
  top: 50px;
}
@keyframes fadeup {
  0% {opacity: 0; top: 50px;}
  100% {opacity: 1; top: 0;}
}

#adspecial_lpi_202101.adspecial_type1 h1.adspecial small {font-size: 1.5rem; margin-top: 16px;}

#adspecial_lpi_202101.adspecial_type1 h1.adspecial span,
#adspecial_lpi_202101.adspecial_type1 h1.adspecial small {position: relative; text-align: center;}
#adspecial_lpi_202101.adspecial_type1 h1.adspecial span::before,
#adspecial_lpi_202101.adspecial_type1 h1.adspecial small::before {
  content: "";
  background: #2E9ADE;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 8px;
  animation: stretch .4s linear 2s 1 forwards;
}
#adspecial_lpi_202101.adspecial_type1 h1.adspecial small::before {
  height: 4px;
  animation: stretch .4s linear 2.2s 1 forwards;
}

@keyframes stretch {
  0% {width: 0;}
  100% {width: 100%;}
}


.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 90px;
  height: 155px;
  background-color: #fff;
  opacity: .1;
  bottom: -150px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li::before,
.bg-bubbles li::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
}
 
.bg-bubbles li:before {
    transform: rotate(60deg);
}
 
.bg-bubbles li:after {
    transform: rotate(-60deg);
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 40px;
  height: 73px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 40px;
  height: 73px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 40px;
  height: 73px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 90px;
  height: 155px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 40px;
  height: 73px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 40px;
  height: 73px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 90px;
  height: 155px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}

#adspecial_lpi_202101.adspecial_type1 h2.adspecial {
  padding: 16px 0;
  margin: 24px 0;
  color: #333;
  border-bottom: 4px solid #3ABBB9;
  position: relative;
}
#adspecial_lpi_202101.adspecial_type1 h2.adspecial::after {
  content: "";
  display: block;
  width: 16%;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: -4px;
  background: #666;
}


#adspecial_lpi_202101.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}


#adspecial_lpi_202101.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_lpi_202101.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

.related-info {
  margin-top: 48px;
  padding: 24px;
  border: 2px dashed #326BDF;
}
.related-info h3 {color: #326BDF; font-size: 1.25rem; margin-bottom: 16px;}
.related-info li {
  list-style: square;
  margin-left: 1.5rem;
  font-size: 1.25rem;
}

#adspecial_lpi_202101.adspecial_type1 .block_sponsored {
  text-align: center;
  padding: 24px;
  border-top: 1px solid #ccc;
}
footer {margin-top: 0;}


@media screen and (max-width: 800px) {
  #adspecial_lpi_202101.adspecial_type1,
  #adspecial_lpi_202101.adspecial_type1 .frame_col_right_container,
  #adspecial_lpi_202101.adspecial_type1 .frame_col_left_container,
  #adspecial_lpi_202101.adspecial_type1 .frame_col_left,
  #adspecial_lpi_202101.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_lpi_202101.adspecial_type1 .article_body .left,
  #adspecial_lpi_202101.adspecial_type1 .article_body .right,
  #adspecial_lpi_202101.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_lpi_202101.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_lpi_202101.adspecial_type1 .block_right_plink {
    display: none;
  }
}


@media screen and (max-width: 640px) {
.adspecial_type1 .frame_header::after {background-position: center center;}
#adspecial_lpi_202101.adspecial_type1 h1.adspecial {
  font-size: 2rem;
}
#adspecial_lpi_202101.adspecial_type1 h1.adspecial small {
    font-size: 1rem;
}
.related-info li {
  font-size: 1rem;
}
#adspecial_lpi_202101.adspecial_type1 .block_sponsored {font-size: 12px;}
}

@media screen and (max-width:480px) {
#adspecial_lpi_202101.adspecial_type1 h1.adspecial {
  font-size: 1.5rem;
  padding: 0 24px;
}
}

