

.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
display:block;
}

.adspecial_type1 {
  max-width: none !important;
  margin-top: 0;
  background: #F2F2F2;
}

.frame_col_left {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 16px 80px;
    background: #fff;
}
.frame_col_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #0F3064 0%, #2570BA 100%);
}



.adspecial_type1 .frame_header {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-bottom: 40px;
  background: #0F3064 url(/extra/fjct_202112/media/cloud.png) no-repeat bottom center;
}
.adspecial_type1 .frame_header::before,
.adspecial_type1 .frame_header::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -200px;
  left: calc(50% - 600px);
  border: 2px dotted #fff;
  border-radius: 50%;
  box-shadow: -240px 400px 0px rgb(255 255 255 / 5%);
  transform: scale(0,0);
  animation: expand 1.2s ease .5s forwards;
}
.adspecial_type1 .frame_header::after {
  top: auto;
  bottom: -200px;
  left: auto;
  right: calc(50% - 600px);
  box-shadow: 300px -360px 0px rgb(255 255 255 / 5%);
  animation: expand 1.2s ease .8s forwards;
}

@keyframes expand {
  from {transform: scale(0,0);}
  to {transform: scale(1,1);}
}


#adspecial_fjct_202112.adspecial_type1 h1.adspecial {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 48px 24px 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  background: url(/extra/fjct_202112/media/city.png) repeat-x 50% 101%;
}

#adspecial_fjct_202112.adspecial_type1 h2.adspecial {
  color: #0F3064;
  line-height: 1.3;
  border-top: 4px solid #0F3064;
}
#adspecial_fjct_202112.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_fjct_202112.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_fjct_202112.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_fjct_202112.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_fjct_202112.adspecial_type1 .frame_col_left #block_story p.interviewer {
  clear: both;
  padding: 16px 0;
  font-weight: bold;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.box-person {
  clear: both;
}

.article-contents .img-xl {
  width: 240px;
  text-align: center;
  font-size: .75rem;
}
.article-contents .center img, .article-contents .left img, .article-contents .right img {max-width: 150px;}

.box-person {
  margin-bottom: 24px;
  padding: 16px 16px 0;
  border: 4px solid #efefef;
  overflow: hidden;
}

.download-pdf {
    margin: 24px 0 48px;
    padding-bottom: 40px;
    text-align: center;
}

.download-pdf .download-btn a {
    display: inline-block;
    padding: 16px 24px;
    min-width: 50%;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    background: #19418F;
    transition: background .2s;
}
.download-pdf .download-btn a:hover {
  background: #27A149;
  color: #fff !important;
}

footer {margin-top: 0;}
#adspecial_fjct_202112.adspecial_type1 .block_sponsored {
  clear: both;
  border: 1px solid #ccc;
  padding: 5px 10px;
   text-align: center;
}

@media screen and (max-width: 960px) {
  #adspecial_fjct_202112.adspecial_type1,
  #adspecial_fjct_202112.adspecial_type1 .frame_col_right_container,
  #adspecial_fjct_202112.adspecial_type1 .frame_col_left_container,
  #adspecial_fjct_202112.adspecial_type1 .frame_col_left,
  #adspecial_fjct_202112.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_fjct_202112.adspecial_type1 .article_body .left,
  #adspecial_fjct_202112.adspecial_type1 .article_body .right,
  #adspecial_fjct_202112.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .article-contents .img-xl {width: 100%;}
  #adspecial_fjct_202112.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_fjct_202112.adspecial_type1 .block_right_plink {
    display: none;
  }

  .adspecial_type1 .frame_header::before,
  .adspecial_type1 .frame_header::after {
  opacity: .3;
  }
}


@media screen and (max-width: 480px) {
  .adspecial_type1 .frame_header {background-size: cover;}
  .adspecial_type1 .frame_header::before,
  .adspecial_type1 .frame_header::after {display: none;}
  #adspecial_fjct_202112.adspecial_type1 h1.adspecial {font-size: 1.5rem;}
  #adspecial_fjct_202112.adspecial_type1 h1.adspecial br {display: none;}
  .download-pdf .download-btn a {display: block;}
}

