

#width {
  width: 990px;
}
.adspecial_type1 h1, .adspecial_type1 h2{
display:block;
}
.adspecial_type1 {
  margin: 20px auto;
  text-align: center;
  width: 980px;
}
.adspecial_type1 .frame_header {
  margin-bottom: 0;
  text-align: left;
}
.adspecial_type1 .frame_col_left_container {
  width: 980px;
  float: left;
  position: relative;
  background: #fafafa;
  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;
}
* html .adspecial_type1 .frame_col_right_inner {
  width: 300px;
}
* html .adspecial_type1 .frame_col_left {
  overflow: hidden;
}
* html .adspecial_type1 .frame_col_right  {
  overflow: hidden;
}







#adspecial_bbsystem_202211 {
  margin-left: 0;
  padding: 0;
}
#adspecial_bbsystem_202211.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_bbsystem_202211.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_bbsystem_202211.adspecial_type1{
width:100% !important;
max-width:100% !important;
}


#adspecial_bbsystem_202211.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_bbsystem_202211.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_bbsystem_202211.adspecial_type1 #block_story p{
margin:25px 15px 0 !important;
}


#adspecial_bbsystem_202211.adspecial_type1 .article-contents{/*横幅100％の場合*/
max-width:1000px;
margin:0 auto;
}


#adspecial_bbsystem_202211.adspecial_type1 .article-contents .left{
margin:0 15px 0 4%;
}

#adspecial_bbsystem_202211.adspecial_type1 .article-contents .right{
margin:0 4% 0 15px;
}


#adspecial_bbsystem_202211.adspecial_type1 .article-contents .center{
margin:0;
}



#adspecial_bbsystem_202211.adspecial_type1 .img-xl{
max-width:***px;
}

#adspecial_bbsystem_202211.adspecial_type1 .img-xxxl{
max-width:***px;
}









#adspecial_bbsystem_202211.adspecial_type1 .frame_header{
background:url(/extra/bbsystem_202211/media/head_title.jpg) left top no-repeat;
height:400px;
padding:10%;
background-size:cover;
z-index:-1;
position:relative;
}

#adspecial_bbsystem_202211.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
bottom:0;
left:0;
width:0;
height:100%;
/*background:rgba(97,201,234, 0.5);*/
background:rgba(30,115,190, 0.5);
animation: left-frame 0.8s linear 1.0s 1 forwards;
}


@keyframes left-frame{
0%{
width:0;
}
100%{
width:100vw;
}
}


#adspecial_bbsystem_202211.adspecial_type1 .frame_header .head_img{
content:"";
position:absolute;
top:30px;
right:30px;
opacity:0;
animation: bottom-fade 0.5s linear 1.5s 1 forwards;
}

#adspecial_bbsystem_202211.adspecial_type1 .frame_header .head_img img{
max-width:100%;
}


#adspecial_bbsystem_202211.adspecial_type1 .frame_header .head_img:before{
content:"";
position:absolute;
top:-5px;
left:-5px;
border-left: solid 5px #fff;
border-top: solid 5px #fff;
width:130px;
height:130px;
}


#adspecial_bbsystem_202211.adspecial_type1 .frame_header .head_img:after{
content:"";
position:absolute;
bottom:-5px;
right:-5px;
border-right: solid 5px #fff;
border-bottom: solid 5px #fff;
width:130px;
height:130px;
}


@keyframes bottom-fade{
0%{
opacity:0;
transform:translateY(100px);
}
100%{
opacity:1;
transform:translateY(0);
}
}



#adspecial_bbsystem_202211.adspecial_type1 h1{
display:flex;
flex-direction:column;
justify-content:center;
max-width:1200px;
color:#fff;
font-size:160%;
line-height:1.4;
position:relative;
z-index:100;
}


/*#adspecial_bbsystem_202211.adspecial_type1 h1:before{
content:"";
position:absolute;
top:-20%;
left:-50%;
width:0;
height:140%;
background:rgba(0,0,0,0.75);
z-index:-1;
animation: left-line 0.8s linear 0.5s 1 forwards;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}*/



#adspecial_bbsystem_202211.adspecial_type1 h1:after{
content:"";
position:absolute;
top:45%;
left:-15%;
width:0;
height:1px;
background-color:#fff;
z-index:-1;
animation: left-line 0.5s linear 0.3s 1 forwards;
}

@keyframes left-line{
0%{
width:0;
}
100%{
width:120px;
}
}


#adspecial_bbsystem_202211.adspecial_type1 .lead_block{
background-color:#4f88b6;
margin:0 0 60px 0;
padding:45px 25px;
}


#adspecial_bbsystem_202211.adspecial_type1 .lead_block p{
max-width:1200px;
margin:0 auto 25px;
text-align:left;
color:#fff;
}


#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item{
display:flex;
justify-content:space-between;
max-width:1200px;
margin:15px auto;
position:relative;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-ttl{
text-align:center !important;
margin:45px auto;
padding:10px 0;
background:rgba(255,255,255,0.1);
}


#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item img{
width:300px;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .blue-box,
#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .green-box{
display:flex;
width:48.5%;
position:relative;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .blue-box{
background-color:#4f6391;
color:#fff;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .green-box{
background-color:#3396a3;
color:#fff;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item span{
text-align:left;
font-size:14px;
padding:30% 25px 0;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .blue-box:after,
#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .green-box:after{
content:"";
position:absolute;
bottom:-2px;
right:-2px;
border-right: solid 2px #fff;
border-bottom: solid 2px #fff;
width:80px;
height:80px;
}






#adspecial_bbsystem_202211.adspecial_type1 h2{
font-size:150%;
font-weight:normal;
text-align:center;
color:#666;
position:relative;
padding:16px 0 !important;
}

#adspecial_bbsystem_202211.adspecial_type1 h2 span{
transform:translateY(30px);
transition:0.5s;
display:block;
}

#adspecial_bbsystem_202211.adspecial_type1 h2.fade span{
transform:translateY(0);
}




#adspecial_bbsystem_202211.adspecial_type1 h2:before{
content:"";
position:absolute;
top:5px;
left:-100%;
width:200vw;
height:1px;
background-color:#4f6391;
}


#adspecial_bbsystem_202211.adspecial_type1 h2:after{
content:"";
position:absolute;
bottom:5px;
left:-100%;
width:200vw;
height:1px;
background-color:#3396a3;
}



#adspecial_bbsystem_202211.adspecial_type1 .interviewer{
color:#666;
background-color:#f8f8f8;
padding:20px 45px;
position:relative;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewer:after{
content:"";
position:absolute;
top:33px;
left:-20px;
width:50px;
height:1px;
background-color:#ccc;
}


#adspecial_bbsystem_202211.adspecial_type1 .segi,
#adspecial_bbsystem_202211.adspecial_type1 .okada{
margin:0 15px 0 0;
padding:25px 15px;
float:left;
position:relative;
}

#adspecial_bbsystem_202211.adspecial_type1 .segi{
background-color:#4f6391;
color:#fff;
}


#adspecial_bbsystem_202211.adspecial_type1 .okada{
background-color:#3396a3;
color:#fff;
}


/*#adspecial_bbsystem_202211.adspecial_type1 .segi:after,
#adspecial_bbsystem_202211.adspecial_type1 .okada:after{
content:"";
position:absolute;
bottom:1px;
right:1px;
border-right: solid 1px #fff;
border-bottom: solid 1px #fff;
width:20px;
height:20px;
}*/




#adspecial_bbsystem_202211.adspecial_type1 .wp_block{
margin:45px auto;
}

#adspecial_bbsystem_202211.adspecial_type1 .wp_block h3{
text-align:center;
color:#666;
font-size:130%;
font-weight:normal;
margin:0 0 40px 0;
padding:10px 0;
border-top:1px solid #4f6391;
border-bottom:1px solid #3396a3;
}

#adspecial_bbsystem_202211.adspecial_type1 .wp_block .wp_inner{
max-width:900px;
margin:25px auto 0;
padding:0 20px;
}

#adspecial_bbsystem_202211.adspecial_type1 .wp_block .wp_inner a{
display:flex;
align-items:center;
margin-bottom:30px;
border-bottom:1px dotted #ccc;
padding-bottom:15px;
}

#adspecial_bbsystem_202211.adspecial_type1 .wp_block .wp_inner a img{
width:150px;
height:100px;
margin:0 20px 0 0;
object-fit:cover;
transform-origin:center center;
border:1px solid #e5e5e5;
}

#adspecial_bbsystem_202211.adspecial_type1 .wp_block .wp_inner a span{
color:#4f88b6;
}

#adspecial_bbsystem_202211.adspecial_type1 .wp_block .wp_inner a:hover span{
color:#151515;
transition:.5s;
}

#adspecial_bbsystem_202211.adspecial_type1 .wp_block .wp_inner a:hover img{
opacity:0.6;
transition:.5s;
}








#adspecial_bbsystem_202211.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_bbsystem_202211.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_bbsystem_202211.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_bbsystem_202211.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_bbsystem_202211.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_bbsystem_202211.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_bbsystem_202211.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_bbsystem_202211.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_bbsystem_202211.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_bbsystem_202211.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_bbsystem_202211.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}






#adspecial_bbsystem_202211.adspecial_type1 .block_sponsored {
  clear: both;
  padding: 35px 10px;
background-color:#f5f5f5;
}


#adspecial_bbsystem_202211.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_bbsystem_202211.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_bbsystem_202211.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_bbsystem_202211.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}




@media screen and (max-width: 1300px) {


#adspecial_bbsystem_202211.adspecial_type1 h1:before{
left:-25%;
}


#adspecial_bbsystem_202211.adspecial_type1 h1:after{
display:none;
}


#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item img{
width:250px;
}



#adspecial_bbsystem_202211.adspecial_type1 h1:before{
content:"";
position:absolute;
top:-20%;
left:-40%;
width:0;
height:140%;
background:rgba(0,0,0,0.7);
z-index:-1;
animation: left-frame 0.8s linear 0.5s 1 forwards;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}




}




@media screen and (max-width: 960px) {
  #adspecial_bbsystem_202211.adspecial_type1,
  #adspecial_bbsystem_202211.adspecial_type1 .frame_col_right_container,
  #adspecial_bbsystem_202211.adspecial_type1 .frame_col_left_container,
  #adspecial_bbsystem_202211.adspecial_type1 .frame_col_left,
  #adspecial_bbsystem_202211.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_bbsystem_202211.adspecial_type1 .article_body .left,
  #adspecial_bbsystem_202211.adspecial_type1 .article_body .right,
  #adspecial_bbsystem_202211.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_bbsystem_202211.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    /*margin: 0 auto 10px;*/
  }

  #adspecial_bbsystem_202211.adspecial_type1 .block_right_plink {
    display: none;
  }


#adspecial_bbsystem_202211.adspecial_type1 .frame_header{
padding:20% 10%;
}


#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item{
display:block;
width:100%;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .blue-box,
#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .green-box{
width:100%;
margin:0 auto 30px;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item img{
text-align:left !important;
margin:0;
}


#adspecial_bbsystem_202211.adspecial_type1 h1{
font-size:130%;
}

#adspecial_bbsystem_202211.adspecial_type1 h1:before{
left:-25%;
}


#adspecial_bbsystem_202211.adspecial_type1 h2{
font-size:130%;
font-weight:normal;
text-align:center;
position:realtive;
}


#adspecial_bbsystem_202211.adspecial_type1 .wp_block .wp_inner a img{
width:150px !important;
height:100px !important;
}



}


@media screen and (max-width: 480px) {


#adspecial_bbsystem_202211.adspecial_type1 .frame_header{
height:350px;
padding:3% 5%;
}


#adspecial_bbsystem_202211.adspecial_type1 .frame_header .head_img{
content:"";
position:absolute;
bottom:0;
right:0;
opacity:0;
animation: bottom-fade 0.5s linear 1.5s 1 forwards;
}

#adspecial_bbsystem_202211.adspecial_type1 .frame_header .head_img:before,
#adspecial_bbsystem_202211.adspecial_type1 .frame_header .head_img:after{
display:none;
}


#adspecial_bbsystem_202211.adspecial_type1 .frame_header h1:before{
left:-20px;
}




#adspecial_bbsystem_202211.adspecial_type1 h2{
font-size:110%;
}


#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item img{
text-align:center !important;
width:250px !important;
margin:15px auto;
padding:15px 0 0;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item span{
padding:0;
}

#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .blue-box,
#adspecial_bbsystem_202211.adspecial_type1 .interviewee-item .green-box{
width:100%;
margin:0 auto 30px;
padding:15px 0;
display:block;
}


#adspecial_bbsystem_202211.adspecial_type1 .wp_block .wp_inner a img{
width:100px !important;
height:75px !important;
}



}

