
#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;
  width: 970px;
}
.adspecial_type1 .frame_header {
  margin-bottom: 10px;
  text-align: left;
}
.adspecial_type1 .frame_col_left_container {
  width: 970px;
  float: left;
  position: relative;
  background: #fafafa;
  right: 320px;
  text-align: left;
}
.adspecial_type1 .frame_col_right_container {
  overflow: hidden;
  width: 970px;
  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_sbt_m365_202106 {
  margin-left: 0;
  padding: 0;
}
#adspecial_sbt_m365_202106.adspecial_type1 .frame_col_left_container {
  background: none;
}
#adspecial_sbt_m365_202106.adspecial_type1 .frame_col_right_container {
  background: none;
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_sbt_m365_202106.adspecial_type1{
width:100% !important;
max-width:100% !important;
background:url(/extra/sbt_m365_202106/media/page-background.jpg) right bottom no-repeat;
background-attachment:fixed;
background-size:cover;
}


#adspecial_sbt_m365_202106.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_sbt_m365_202106.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_sbt_m365_202106.adspecial_type1 #block_story p{
margin:2% 15px !important;
}

#adspecial_sbt_m365_202106.adspecial_type1 #block_story a{
font-weight:bold;
}


#adspecial_sbt_m365_202106.adspecial_type1 .article-contents{/*横幅100％の場合*/
margin:0 auto;
padding:0 15px;
max-width:1050px;
}


#adspecial_sbt_m365_202106.adspecial_type1 .article-contents .left{
margin:0 10px 0 2%;
}

#adspecial_sbt_m365_202106.adspecial_type1 .article-contents .right{
margin:15px 2% 0 10px;
}


#adspecial_sbt_m365_202106.adspecial_type1 .article-contents .center{
margin:0;
}

#adspecial_sbt_m365_202106.adspecial_type1 .article-contents .left img,
#adspecial_sbt_m365_202106.adspecial_type1 .article-contents .right img{
border:8px solid #fff;
box-shadow:0 0 20px #ccc;
}



#adspecial_sbt_m365_202106.adspecial_type1 .article-contents .center img{
box-shadow:0 0 20px #ccc;
}




#adspecial_sbt_m365_202106.adspecial_type1 .img-xl{
max-width:300px;
}

#adspecial_sbt_m365_202106.adspecial_type1 .img-xxxl{
max-width:***px;
}



#adspecial_sbt_m365_202106.adspecial_type1 .frame_header{
	background:url(/extra/sbt_m365_202106/media/35172719/head_title.jpg) center center no-repeat;
	height:300px;
padding:5% 10%;
background-size:cover;
margin-bottom:0;
}

#adspecial_sbt_m365_202106.adspecial_type1 h1{
margin:0 auto;
text-align:center;
font-size:200%;
line-height:1.4;
color:#fff;
position:relative;
/*width:50%;*/
z-index:100;
opacity: 0;
animation: fade 0.3s linear 0.5s forwards;
}



#adspecial_sbt_m365_202106.adspecial_type1 h1 span{
font-size:70%;
display:block;
margin-bottom:20px;
position:relative;
}


#adspecial_sbt_m365_202106.adspecial_type1 h1 span:after{
content:"";
position:absolute;
bottom:-8px;
left:40%;
width:0;
height:4px;
background-color:#0064b8;
animation: line 0.5s linear 1.0s forwards;
}




@keyframes fade{
  0% {
    opacity: 0;
transform:scale(0.8,0.8);
}

  100% {
    opacity: 1;
transform:scale(1,1);
}
}


@keyframes line{
  0% {
width:0;
}

  100% {
width:20%;
}
}





#adspecial_sbt_m365_202106.adspecial_type1 .lead_block{
background-color:#fff;
margin:0 auto 45px;
padding:10px 20px 20px;
box-shadow:0 0 20px #ccc;
}

#adspecial_sbt_m365_202106.adspecial_type1 .lead_block p{
max-width:1050px;
margin:0 auto 20px;
text-align:left;
}


#adspecial_sbt_m365_202106.adspecial_type1 h2{
text-align:left;
margin:40px auto;
padding-left:10%;
color:#0064b8;
font-size:150%;
position:relative;
}

#adspecial_sbt_m365_202106.adspecial_type1 h2:before{
content:"";
position:absolute;
top:10px;
left:0;
width:60px;
height:60px;
/*background-color:rgba(0,100,184,0.8);*/
background-color:rgba(101,183,214,0.7);
transform:rotate(0);
transition:0.5s ease;
transform-origin:left top;
}

#adspecial_sbt_m365_202106.adspecial_type1 h2.slide:before{
transform:rotate(-45deg);
}


#adspecial_sbt_m365_202106.adspecial_type1 h2:after{
content:"";
position:absolute;
top:15px;
left:5%;
width:45px;
height:45px;
background-color:rgba(71,79,99,0.3);
transform:rotate(0);
transition:0.5s ease;
transform-origin:left top;
}


#adspecial_sbt_m365_202106.adspecial_type1 h2.slide:after{
transform:rotate(-45deg);
}


#adspecial_sbt_m365_202106.adspecial_type1 .wp_block{
width:100%;
margin:50px auto;
padding:20px 40px 45px;
background:rgba(255,255,255,0.6);
box-shadow:0 0 15px #ccc;
position:relative;
}


#adspecial_sbt_m365_202106.adspecial_type1 .wp_block h3{
margin:-50px auto 40px;
padding:15px;
text-align:center;
font-size:22px;
background-color:#239ed8;
color:#fff;
width:200px;
}

#adspecial_sbt_m365_202106.adspecial_type1 .wp_block .wp_inner{
display:flex;
justify-content:space-between;
}

#adspecial_sbt_m365_202106.adspecial_type1 .wp_block .wp_inner a{
width:45%;
}


#adspecial_sbt_m365_202106.adspecial_type1 .wp_block a img{
width:150px;
float:left;
border:1px solid #ccc;
margin-right:15px;
}

#adspecial_sbt_m365_202106.adspecial_type1 .wp_block a span{
font-size:16px;
line-height:1.5;
display:block;
}








#adspecial_sbt_m365_202106.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_sbt_m365_202106.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_sbt_m365_202106.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_sbt_m365_202106.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_sbt_m365_202106.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_sbt_m365_202106.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_sbt_m365_202106.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_sbt_m365_202106.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_sbt_m365_202106.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_sbt_m365_202106.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_sbt_m365_202106.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#adspecial_sbt_m365_202106.adspecial_type1 .block_sponsored {
  clear: both;
  background-color:#b0b0b0;
  padding: 30px 10px;
color:#fff;
}


#adspecial_sbt_m365_202106.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_sbt_m365_202106.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_sbt_m365_202106.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_sbt_m365_202106.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}


@media screen and (max-width: 800px) {
  #adspecial_sbt_m365_202106.adspecial_type1,
  #adspecial_sbt_m365_202106.adspecial_type1 .frame_col_right_container,
  #adspecial_sbt_m365_202106.adspecial_type1 .frame_col_left_container,
  #adspecial_sbt_m365_202106.adspecial_type1 .frame_col_left,
  #adspecial_sbt_m365_202106.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_sbt_m365_202106.adspecial_type1 .article_body .left,
  #adspecial_sbt_m365_202106.adspecial_type1 .article_body .right,
  #adspecial_sbt_m365_202106.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_sbt_m365_202106.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_sbt_m365_202106.adspecial_type1 .block_right_plink {
    display: none;
  }



#adspecial_sbt_m365_202106.adspecial_type1 .frame_header{
padding:10% 5%;
background:url(/extra/sbt_m365_202106/media/35172719/head_title.jpg) left center no-repeat;
background-size:cover;
}

#adspecial_sbt_m365_202106.adspecial_type1 h1{
padding:20px;
width:80%;
font-size:160%;
animation: fade 0.5s linear 0.5s forwards;
}

#adspecial_sbt_m365_202106.adspecial_type1 h1:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(101,183,214,0.25);
box-shadow:0 0 25px #fff;
z-index:-1;
}


#adspecial_sbt_m365_202106.adspecial_type1 h2{
font-size:120%;
line-height:1.4;
}



#adspecial_sbt_m365_202106.adspecial_type1 h2:before{
content:"";
position:absolute;
top:5px;
left:0;
width:45px;
height:45px;
/*background-color:rgba(0,100,184,0.8);*/
background-color:rgba(101,183,214,0.7);
transform:rotate(0);
transition:0.5s ease;
transform-origin:left top;
}

#adspecial_sbt_m365_202106.adspecial_type1 h2.slide:before{
transform:rotate(-45deg);
}


#adspecial_sbt_m365_202106.adspecial_type1 h2:after{
content:"";
position:absolute;
top:5px;
left:5%;
width:30px;
height:30px;
background-color:rgba(71,79,99,0.3);
transform:rotate(0);
transition:0.5s ease;
transform-origin:left top;
}


#adspecial_sbt_m365_202106.adspecial_type1 h2.slide:after{
transform:rotate(-45deg);
}




#adspecial_sbt_m365_202106.adspecial_type1 .wp_block .wp_inner{
display:block;
}


#adspecial_sbt_m365_202106.adspecial_type1 .wp_block .wp_inner a{
width:100%;
display:block;
overflow:hidden;
}

#adspecial_sbt_m365_202106.adspecial_type1 .wp_block img{
text-align:center;
margin:0 15px 40px 0;
width:150px !important;
}




}


@media screen and (max-width: 480px) {


#adspecial_sbt_m365_202106.adspecial_type1 .frame_header{
padding:15% 5% 0;
background:url(/extra/sbt_m365_202106/media/35172719/head_title.jpg) left center no-repeat;
background-size:cover;
}


#adspecial_sbt_m365_202106.adspecial_type1 h1{
width:100%;
font-size:110%;
}

#adspecial_sbt_m365_202106.adspecial_type1 h2{
margin:20px 0;
}

#adspecial_sbt_m365_202106.adspecial_type1 h2:before{
top:0;
left:-5px;
}

#adspecial_sbt_m365_202106.adspecial_type1 h2:after{
top:0;
left:10%;
}


#adspecial_sbt_m365_202106.adspecial_type1 .wp_block .wp_inner img{
float:none;
margin:25px auto !important;
}


}

