

#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;
  text-align: center;
}
.adspecial_type1 .frame_header {
  margin-bottom: 0;
  text-align: left;
}
.adspecial_type1 .frame_col_left_container {
  width: 980px;
  float: left;
  position: relative;

  right: 320px;
  text-align: left;
}
.adspecial_type1 .frame_col_right_container {
  overflow: hidden;
  width: 980px;
  float: left;
  position: relative;
  background: #ccc;
}
.adspecial_type1 .frame_col_left {
  float: left;
  width: 650px;
  position: relative;
  left: 320px;
}
.adspecial_type1 .frame_col_left_inner {
  padding: 0;
}
.adspecial_type1 .frame_col_right {
  float: left;
  width: 320px;
  position: relative;
  left: 320px;
}
.adspecial_type1 .frame_col_right_inner {
  padding: 0 10px;
}





#adspecial_centricsoftware_202605 {
  margin-left: 0;
  padding: 0;
}
/*#adspecial_centricsoftware_202605.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_centricsoftware_202605.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}*/


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_centricsoftware_202605.adspecial_type1{
width:100% !important;
max-width:100% !important;
position:relative;
/*background-color:#f5f5f5;*/
}

#adspecial_centricsoftware_202605.adspecial_type1::before{
content:"";
position:fixed;
top:0;
left:0;
background:url(/extra/centricsoftware_202605/media/img_bg.jpg) left top no-repeat;
width:100%;
height:100%;
z-index:-1;
opacity:0.1;
}


#adspecial_centricsoftware_202605.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_centricsoftware_202605.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/



.article-contents p{
padding-bottom:0;
}

/*.article-contents .left{
padding-right:0;
}*/


#adspecial_centricsoftware_202605.adspecial_type1 .article-contents{/*横幅100％の場合*/
max-width:950px;
margin:0 auto;
position:relative;
z-index:100;
}


/*#adspecial_centricsoftware_202605.adspecial_type1 .article_body .left{
margin-left:0 !important;
}*/


#adspecial_centricsoftware_202605.adspecial_type1 .img-xl{
max-width:400px;
}

#adspecial_centricsoftware_202605.adspecial_type1 .img-xxxl{
max-width:100%;
}

#adspecial_centricsoftware_202605.adspecial_type1 .img-xxxl{
position:relative;
}

#adspecial_centricsoftware_202605.adspecial_type1 .img-xxxl::before{
content:"";
position:absolute;
top:-10px;
right:-10px;
width:65%;
height:40%;
background-color:#094dd8;
z-index:-1;
}

#adspecial_centricsoftware_202605.adspecial_type1 .article-contents img{
box-shadow:0 10px 10px -5px #666;
margin-bottom:16px;
}





.hero_container {
  position: relative;
  height: 420px;     /* ←ここに高さを持たせる */
  overflow: hidden;  /* ←はみ出し防止 */
background: url(/extra/centricsoftware_202605/media/head_img.jpg) center top no-repeat;
}



#tsparticles {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ←これが最重要 */
#tsparticles canvas {
  position: absolute;
  inset: 0;
  z-index: 0;           /* 背景にする */
  pointer-events: none; /* ←クリック邪魔しない */
}



#adspecial_centricsoftware_202605.adspecial_type1 .frame_header{
width:100%;
height: 100%;
box-shadow:0 0 20px #444;
  display: flex;
  align-items: center;
position:relative;
z-index:10;
}


#adspecial_centricsoftware_202605.adspecial_type1 h1{
max-width:1250px;
margin:0 auto;
font-size:clamp(1.5rem, 0.833rem + 1.67vw, 2.5rem);
display:flex;
flex-direction:column;
justify-content:center;
}

#adspecial_centricsoftware_202605.adspecial_type1 h1 span{
margin:10px auto;
padding:5px 20px;
background:rgba(0, 0, 0, 0.35);
color:#fff;
backdrop-filter: blur(3px);
width:fit-content;
text-align:center;
box-shadow:0 10px 10px -5px #000;
position:relative;
opacity: 0;
animation: bottom-in 0.5s ease-out 0.3s forwards;
}

#adspecial_centricsoftware_202605.adspecial_type1 h1 span:nth-child(2){
animation: bottom-in 0.5s ease-out 0.7s forwards;
}


#adspecial_centricsoftware_202605.adspecial_type1 h1 span.title-small{
font-size:80%;
}


@keyframes bottom-in{
0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}



/* add --------------------------------------------------------------------------------------- */


#adspecial_centricsoftware_202605.adspecial_type1 .article-contents .lead_block{
font-size:90%;
background-color:#fff;
border-radius:8px;
margin-top:-6%;
margin-bottom:32px;
padding:16px 32px;
box-shadow:0 20px 20px -5px #c0c0c0;
}


#adspecial_centricsoftware_202605.adspecial_type1 .article-contents .article-inner{
margin:0 0 48px 0;
padding:24px;
background-color:#fff;
box-shadow:0 20px 20px -10px #444;
}



#adspecial_centricsoftware_202605.adspecial_type1 .article-contents h2{
margin:25px auto 0;
padding:15px 10px;
text-align:center;
border-radius:8px 8px 0 0;
background-image: linear-gradient(0deg, #051c38, #002260);
font-size:clamp(1rem, 0.667rem + 0.83vw, 1.5rem);
color:#fff;
}


#adspecial_centricsoftware_202605.adspecial_type1 .article-contents .interviewer{
padding:5px;
font-weight:bold;
color:#022f81;
}


#adspecial_centricsoftware_202605.adspecial_type1 .article-contents .watanabe{
background-color:#3c00ff;
color:#fff;
/*display:block;*/
width:fit-content;
margin:0 15px 10px 0;
padding:4px 24px;
}

#adspecial_centricsoftware_202605.adspecial_type1 .article-contents .hashinaga{
background-color:#1165ff;
color:#fff;
/*display:block;*/
width:fit-content;
margin:0 15px 10px 0;
padding:4px 24px;
}


#adspecial_centricsoftware_202605.adspecial_type1 .article-contents .afterword{
border:2px solid #022f81;
margin:20px auto;
padding:20px;
}


#adspecial_centricsoftware_202605.adspecial_type1 .info_area{
background-image: linear-gradient(0deg, #002260, #022f81);
width:100%;
margin:50px auto 0;
padding:24px;
}

#adspecial_centricsoftware_202605.adspecial_type1 .info_area h3{
background-color:#fff;
color:#151515;
/*border-radius:5px;*/
margin:24px auto;
padding:10px 20px;
text-align:center;
width:fit-content;
}


#adspecial_centricsoftware_202605.adspecial_type1 .wp_block{
color:#fff;
padding:40px 20px;
display:flex;
justify-content:center;
}

#adspecial_centricsoftware_202605.adspecial_type1 .wp_block a{
display:block;
margin:0 auto;
text-align:center;
width:30%;
}

#adspecial_centricsoftware_202605.adspecial_type1 .wp_block a span{
color:#fff;
display:block;
margin-bottom:20px;
font-size:90%;
}

#adspecial_centricsoftware_202605.adspecial_type1 .wp_block a:hover span{
transform:translateY(-5px);
transition:0.5s;
}

#adspecial_centricsoftware_202605.adspecial_type1 .wp_block a span img{
width:200px;
}


#adspecial_centricsoftware_202605.adspecial_type1 .banner_block{
margin:0 auto;
text-align:center;
padding:20px;
}

#adspecial_centricsoftware_202605.adspecial_type1 .banner_block img:hover{
opacity:0.8;
transition:0.3s;
}





#adspecial_centricsoftware_202605.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_centricsoftware_202605.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
margin:24px 0 !important;
}

#adspecial_centricsoftware_202605.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_centricsoftware_202605.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_centricsoftware_202605.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_centricsoftware_202605.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_centricsoftware_202605.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_centricsoftware_202605.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_centricsoftware_202605.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_centricsoftware_202605.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_centricsoftware_202605.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_centricsoftware_202605.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_centricsoftware_202605.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}



/* ヘッダー＆フッター広告表記 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{
    clear:both;
    padding:25px 0 0 0;
}

.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;
}





#adspecial_centricsoftware_202605.adspecial_type1 .block_sponsored {
  clear: both;
  /*border: 1px solid #ccc;*/
  background-color:#fff;
  padding: 10px;
}





@media screen and (max-width: 800px) {
  #adspecial_centricsoftware_202605.adspecial_type1,
  #adspecial_centricsoftware_202605.adspecial_type1 .frame_col_right_container,
  #adspecial_centricsoftware_202605.adspecial_type1 .frame_col_left_container,
  #adspecial_centricsoftware_202605.adspecial_type1 .frame_col_left,
  #adspecial_centricsoftware_202605.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_centricsoftware_202605.adspecial_type1 .article_body .left,
  #adspecial_centricsoftware_202605.adspecial_type1 .article_body .right,
  #adspecial_centricsoftware_202605.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_centricsoftware_202605.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_centricsoftware_202605.adspecial_type1 .block_right_plink {
    display: none;
  }


#adspecial_centricsoftware_202605.adspecial_type1 h1{
padding:10px;
height:300px;
}

#adspecial_centricsoftware_202605.adspecial_type1 h1 span{
padding:5px 10px;
}

#adspecial_centricsoftware_202605.adspecial_type1 .article-contents{
padding:15px;
}


}


@media screen and (max-width: 640px) {

#adspecial_centricsoftware_202605.adspecial_type1 .article-contents .lead_block{
margin-top:-12%;
}


#adspecial_centricsoftware_202605.adspecial_type1 .wp_block{
display:block;
padding:10px;
}

#adspecial_centricsoftware_202605.adspecial_type1 .wp_block a{
width:100%;
margin:30px auto;
}

#adspecial_centricsoftware_202605.adspecial_type1 .banner_block{
padding:0;
}



}


