
#width {
  width: 990px;
}
.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
display:block;
}

#content{
background:url(/extra/dell_202107/media/page-background.jpg) center top no-repeat;
/*position:relative;
z-index:-100;*/
}


.adspecial_type1 {
  margin: 20px auto;
  text-align: center;
position:relative;
}




.adspecial_type1 .frame_header {
  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_dell_202107 {
  margin-left: 0;
  padding: 0;
}
#adspecial_dell_202107.adspecial_type1 .frame_col_left_container {
  background: none;
}
#adspecial_dell_202107.adspecial_type1 .frame_col_right_container {
  background: none;
}




footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_dell_202107.adspecial_type1{
width:100% !important;
max-width:100% !important;
margin:0 auto;
position:relative;
}


#adspecial_dell_202107.adspecial_type1:before{
content:"";
position:absolute;
top:0;
left:0;
width: 0;
height: 0;
border-style: solid;
border-width: 700px 1300px 0 0;
border-color: #008ed1 transparent transparent transparent;
z-index:2;
opacity:0;
animation: left-in 0.5s linear 0.2s forwards;
}



#adspecial_dell_202107.adspecial_type1:after{
content:"";
position:absolute;
top:0;
left:0;
width: 0;
height: 0;
border-style: solid;
border-width: 750px 1380px 0 0;
border-color: #e5e5e5 transparent transparent transparent;
z-index:1;
opacity:0;
animation: left-in 0.5s linear 0.4s forwards;
}



#adspecial_dell_202107.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_dell_202107.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_dell_202107.adspecial_type1 #block_story p{
margin:2% !important;
}


#adspecial_dell_202107.adspecial_type1 .article-contents{
/*padding:0 15%;*/
max-width:1050px;
margin:0 auto;
position:relative;
z-index:1000 !important;
}


#adspecial_dell_202107.adspecial_type1 .article-contents .left{
margin:0 15px 0 4%;
position:relative;
}



#adspecial_dell_202107.adspecial_type1 .article-contents .left:before{
content:"";
position:absolute;
top:20px;
left:-20px;
background-color:#e5e5e5;
width:90%;
height:70%;
z-index:-1;
}



#adspecial_dell_202107.adspecial_type1 .article-contents .right{
margin:0 4% 0 15px;
position:relative;
}

#adspecial_dell_202107.adspecial_type1 .article-contents .right:before{
content:"";
position:absolute;
top:20px;
left:60px;
background-color:#e5e5e5;
width:90%;
height:70%;
z-index:-1;
}


#adspecial_dell_202107.adspecial_type1 .article-contents .center{
margin:0;
}


#adspecial_dell_202107.adspecial_type1 .article-contents .center img{
box-shadow:0 0 15px #ccc;
}


#adspecial_dell_202107.adspecial_type1 .img-xl{
max-width:350px;
}

#adspecial_dell_202107.adspecial_type1 .img-xxxl{
max-width:***px;
}






#adspecial_dell_202107.adspecial_type1 .frame_header{
background:url(/extra/dell_202107/media/head_main.png) right 0 no-repeat;
height:500px;
padding:7% 6% 0;
position:relative;
z-index:100;
}

#adspecial_dell_202107.adspecial_type1 .frame_header:after{
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
background:url(/extra/dell_202107/media/head_photo.png) no-repeat right bottom;
z-index:200;
}


#adspecial_dell_202107.adspecial_type1 h1{
font-size:200%;
line-height:1.4;
color:#fff;
position:relative;
z-index:100;
opacity:0;
animation: fade 0.5s linear 1.0s forwards;
}

#adspecial_dell_202107.adspecial_type1 h1 span{
font-size:85%;
display:block;
}


#adspecial_dell_202107.adspecial_type1 h1:after{
content:"";
position:absolute;
bottom:-25px;
left:0;
width:0;
height:1px;
background-color:#fff;
opacity:0;
animation: line 0.5s linear 1.3s forwards;
}




@keyframes left-in{
0% {
    opacity: 0;
    transform: translateX(-180px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}

@keyframes line{
0%{
opacity:0;
/*transform:scale(0,1);*/
width:0;
}
100%{
opacity:1;
/*transform:scale(1,1);*/
width:35%;
}
}



@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}










#adspecial_dell_202107.adspecial_type1 .lead_block{
margin:0 auto;
padding:25px 15%;
font-size:16px;
background:rgba(0,0,0,0.8);
color:#fff;
width:100%;
text-align:left;
position:relative;
z-index:300;
}

#adspecial_dell_202107.adspecial_type1 .lead_block img{
margin:30px auto 0;
display:block;
}



#adspecial_dell_202107.adspecial_type1 h2{
margin:45px auto;
font-size:150%;
text-align:center;
position:relative;
color:#444;
}


#adspecial_dell_202107.adspecial_type1 h2:before{
content: '';
position: absolute;
bottom:4px;
left:5%;
width:90%;
height:4px;
background:#008ed1;
}


#adspecial_dell_202107.adspecial_type1 h2.slide:before{
opacity:0;
animation: left-in 0.5s linear 0s forwards;
}



#adspecial_dell_202107.adspecial_type1 h2:after{
content: '';
position: absolute;
bottom:13px;
right:4.5%;   
width:30px;
height:4px;
background:#008ed1;
transform: rotate(40deg);
}

#adspecial_dell_202107.adspecial_type1 h2.slide:after{
opacity:0;
animation: fade 0.8s linear 0s forwards;
}






.fund_info{
border:1px solid #ccc;
margin:50px auto;
padding:20px;
width:95%;
}

.fund_info img,
.fund_info span{
text-align:center;
display:block;
margin:30px auto;
font-size:120%;
font-weight:bold;
line-height:1.5;
}

.fund_info img{
padding-top:20px;
}


.info_block{
background-color:#f5f5f5;
margin:50px auto;
text-align:center;
padding:40px 20px;
width:95%;
}

.info_block span{
text-align:center;
color:#444;
font-weight:bold;
}

.info_block span.red{
color:#dd1633;
}

.info_block a{
display:block;
background-color:#1ea8d8;
color:#fff;
margin:20px auto 0;
font-size:20px;
font-weight:bold;
padding:15px;
border-radius:40px;
width:60%;
}

.info_block a:hover{
background-color:#21c6fc;
color:#fff !important;
transition:0.5s;
}







#adspecial_dell_202107.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_dell_202107.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_dell_202107.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_dell_202107.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_dell_202107.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_dell_202107.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_dell_202107.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_dell_202107.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_dell_202107.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_dell_202107.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_dell_202107.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_dell_202107.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_dell_202107.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_dell_202107.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_dell_202107.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_dell_202107.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_dell_202107.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_dell_202107.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_dell_202107.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_dell_202107.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_dell_202107.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_dell_202107.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_dell_202107.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#adspecial_dell_202107.adspecial_type1 .block_sponsored {
  clear: both;
  padding: 30px 10px;
background-color:#999;
color:#fff;
}


#adspecial_dell_202107.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}





@media screen and (max-width: 1500px) {

#adspecial_dell_202107.adspecial_type1 .frame_header{
background:url(/extra/dell_202107/media/head_main.png) right 0 no-repeat;
padding:5% 3% 0;
}

#adspecial_dell_202107.adspecial_type1 .frame_header:after{
background-size:60%;
background-position:right bottom;
}

#adspecial_dell_202107.adspecial_type1 h1{
font-size:170%;
}


#adspecial_dell_202107.adspecial_type1 .lead_block{
padding:20px 8%;
}


}



@media screen and (max-width: 800px) {
  #adspecial_dell_202107.adspecial_type1,
  #adspecial_dell_202107.adspecial_type1 .frame_col_right_container,
  #adspecial_dell_202107.adspecial_type1 .frame_col_left_container,
  #adspecial_dell_202107.adspecial_type1 .frame_col_left,
  #adspecial_dell_202107.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_dell_202107.adspecial_type1 .article_body .left,
  #adspecial_dell_202107.adspecial_type1 .article_body .right,
  #adspecial_dell_202107.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_dell_202107.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_dell_202107.adspecial_type1 .block_right_plink {
    display: none;
  }



#adspecial_dell_202107.adspecial_type1:before{
content:"";
position:absolute;
top:0;
left:0;
width: 0;
height: 0;
border-style: solid;
border-width: 600px 1100px 0 0;
border-color: #008ed1 transparent transparent transparent;
}



#adspecial_dell_202107.adspecial_type1:after{
content:"";
position:absolute;
top:0;
left:0;
width: 0;
height: 0;
border-style: solid;
border-width: 650px 1180px 0 0;
border-color: #e5e5e5 transparent transparent transparent;
}





#adspecial_dell_202107.adspecial_type1 .frame_header{
height:350px;
}

#adspecial_dell_202107.adspecial_type1 h1{
font-size:140%;
}

#adspecial_dell_202107.adspecial_type1 h2{
font-size:120%;
line-height:1.4;
}

#adspecial_dell_202107.adspecial_type1 .lead_block{
padding:20px 25px;
}



#adspecial_dell_202107.adspecial_type1 .article-contents .left:before{
display:none;
}


#adspecial_dell_202107.adspecial_type1 .article-contents .right:before{
display:none;
}







}





@media screen and (max-width: 480px) {


#adspecial_dell_202107.adspecial_type1:before{
content:"";
position:absolute;
top:0;
left:0;
width: 0;
height: 0;
border-style: solid;
border-width: 500px 500px 0 0;
border-color: #008ed1 transparent transparent transparent;
}

#adspecial_dell_202107.adspecial_type1:after{
content:"";
position:absolute;
top:0;
left:0;
width: 0;
height: 0;
border-style: solid;
border-width: 530px 530px 0 0;
border-color: #e5e5e5 transparent transparent transparent;
}



#adspecial_dell_202107.adspecial_type1 .frame_header{
padding:25px;
}

#adspecial_dell_202107.adspecial_type1 .frame_header:after{
background-size:80%;
}


#adspecial_dell_202107.adspecial_type1 h2{
margin:10px auto 20px;
padding:50px 0;
}


.info_block a{
width:80%;
}


}

