
#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: 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_hcl_202107 {
  margin-left: 0;
  padding: 0;
}
#adspecial_hcl_202107.adspecial_type1 .frame_col_left_container {
  background: none !important;
}
#adspecial_hcl_202107.adspecial_type1 .frame_col_right_container {
 background: none !important;
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_hcl_202107.adspecial_type1{
width:100% !important;
max-width:100% !important;
background:url(/extra/hcl_202107/media/page_background.png) 0 0 no-repeat;
background-attachment: fixed;
position:relative;
}


#adspecial_hcl_202107.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_hcl_202107.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_hcl_202107.adspecial_type1 #block_story p{
margin:15px !important;
}


#adspecial_hcl_202107.adspecial_type1 .article-contents{/*横幅100％の場合*/
/*padding:0 15%;*/
margin:45px auto 65px;
max-width:1020px;
padding:20px 35px;
background:rgba(255,255,255,0.8);
/*box-shadow:0 0 25px #e5e5e5;*/
}





#adspecial_hcl_202107.adspecial_type1 .article-contents .right{
margin:0 20px !important;
padding-left:0;
}


#adspecial_hcl_202107.adspecial_type1 .article-contents .center{
margin:0;
}


#adspecial_hcl_202107.adspecial_type1 .article-contents .left img,
#adspecial_hcl_202107.adspecial_type1 .article-contents .right img{
box-shadow:0 0 15px #e0e0e0;
}



#adspecial_hcl_202107.adspecial_type1 .img-xl{
max-width:300px;
}

#adspecial_hcl_202107.adspecial_type1 .img-xxxl{
max-width:***px;
}








#adspecial_hcl_202107.adspecial_type1 .frame_header{
padding:5% 15% 7%;
position:relative;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:15%;
left:0;
width:100px;
height:100px;
background: rgb(177,35,31);
background: linear-gradient(0deg, rgba(177,35,31,0.7) 0%, rgba(227,70,92,0.3) 100%);
border-radius:50%;
background-size:contain;
opacity:0;
animation: bottom-in 0.5s linear 1.2s forwards;
z-index:1;
}


#adspecial_hcl_202107.adspecial_type1 .frame_header:after{
content:"";
position:absolute;
top:5%;
right:0;
width:130px;
height:130px;
background: rgb(177,35,31);
background: linear-gradient(0deg, rgba(177,35,31,0.7) 0%, rgba(227,70,92,0.3) 100%);
border-radius:50%;
background-size:contain;
opacity:0;
animation: bottom-in 0.5s linear 1.8s forwards;
z-index:1;
}


#adspecial_hcl_202107.adspecial_type1 .frame_header .header_img{
width:100%;
position:relative;
z-index:100;
}


#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img01{
position:absolute;
top:30px;
right:15px;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 0.5s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img02{
position:absolute;
top:0;
right:25%;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 0.8s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img03{
position:absolute;
top:120px;
right:15%;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 1.3s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img04{
position:absolute;
top:10px;
left:15px;
text-align:left;
opacity:0;
animation: bottom-in 0.5s linear 1.6s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img05{
position:absolute;
top:150px;
left:12%;
text-align:left;
opacity:0;
animation: bottom-in 0.5s linear 1.9s forwards;
}




@keyframes bottom-in{
0% {
    opacity: 0;
    transform: translateY(100px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}


@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}



#adspecial_hcl_202107.adspecial_type1 h1{
font-size:190%;
line-height:1.2;
padding:15px 20px;
position:relative;
color:#353535;
z-index:100;
opacity:0;
animation: fade 0.5s linear 0.3s forwards;
text-shadow:3px 3px 10px #fff;
background:rgba(255,255,255,0.35);
display:inline-block;
}


#adspecial_hcl_202107.adspecial_type1 h1 em{
color:#050505;
font-style:normal;
font-weight:bold;
font-size:130%;
}


/*#adspecial_hcl_202107.adspecial_type1 h1:before{
content:"";
position:absolute;
top:0;
left:0;
width:50%;
height:100%;
background:rgba(255,255,255,0.5);
z-index:-1;
}*/






#adspecial_hcl_202107.adspecial_type1 .lead_block{
margin:0 auto;
padding:20px;
font-size:16px;
/*background-color:#f0f0f0;*/
background:rgba(229,229,229,0.5);
}

#adspecial_hcl_202107.adspecial_type1 .lead_block p{
max-width:1020px;
margin:25px auto;
text-align:left;
position:relative;
z-index:1000;
}



#adspecial_hcl_202107.adspecial_type1 h2{
text-align:left;
font-size:150%;
line-height:1.4;
margin:50px 0 30px 15px;
padding:15px 10px 15px 30px;
border-radius:10px;
position:relative;
}

#adspecial_hcl_202107.adspecial_type1 h2:before{
content:"";
position:absolute;
top:0;
left:0;
width:10px;
height:100%;
background: rgb(177,35,31);
background: linear-gradient(0deg, rgba(177,35,31,1) 0%, rgba(227,70,92,1) 100%);
}


#adspecial_hcl_202107.adspecial_type1 ul,
#adspecial_hcl_202107.adspecial_type1 ol{
margin:35px auto;
list-style-type:none;
position:relative;
counter-reset: item;
background-color:#f5f5f5;
padding:30px 30px 15px;
width:80%;
font-size:14px;
}


#adspecial_hcl_202107.adspecial_type1 ol li{
color:#555;
}

#adspecial_hcl_202107.adspecial_type1 ol li:before{
  counter-increment: item;
  content: counter(item)'.';
  font-weight: bold;
  color: #e60012;
}

#adspecial_hcl_202107.adspecial_type1 ol li span{
font-weight:bold;
}



p.interviewer{
margin:40px 0 0 0;
padding:0 0 0 60px;
border-radius:15px;
color:#e60012;
font-weight:bold;
position:relative;
}

p.interviewer:before{
content:"";
position:absolute;
top:10px;
left:0;
background-color:#e60012;
width:50px;
height:1px;
}



.mr_ono,
.mr_murata{
position:relative;
/*color:#c41c33;*/
color:#151515;
font-weight:bold;
font-size:20px !important;
padding-top:20px;
padding-bottom:0;
}


.mr_ono:after,
.mr_murata:after{
content:"";
position:absolute;
bottom:18px;
left:0;
width:100%;
height:5px;
background: rgb(177,35,31);
background: linear-gradient(90deg, rgba(177,35,31,1) 0%, rgba(227,70,92,0.3) 100%);
}



#adspecial_hcl_202107.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_hcl_202107.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_hcl_202107.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_hcl_202107.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_hcl_202107.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_hcl_202107.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_hcl_202107.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_hcl_202107.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_hcl_202107.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_hcl_202107.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_hcl_202107.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_hcl_202107.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_hcl_202107.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_hcl_202107.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_hcl_202107.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_hcl_202107.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_hcl_202107.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_hcl_202107.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_hcl_202107.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_hcl_202107.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_hcl_202107.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_hcl_202107.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_hcl_202107.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#adspecial_hcl_202107.adspecial_type1 .block_sponsored {
  clear: both;
  background-color:#3d3d3d;
  padding: 30px 10px;
color:#fff;
}

#adspecial_hcl_202107.adspecial_type1 .block_sponsored a{
color:#c0c0c0;
}



#adspecial_hcl_202107.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_hcl_202107.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_hcl_202107.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_hcl_202107.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_hcl_202107.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}




@media screen and (max-width: 1500px) {


#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img01 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img02 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img03 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img04 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img05 img
{
width:75%;
}



}



@media screen and (max-width: 1000px) {



#adspecial_hcl_202107.adspecial_type1{
width:100% !important;
max-width:100% !important;
background:url(/extra/hcl_202107/media/page_background.png) center 0 no-repeat;
background-attachment: fixed;
position:relative;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img01 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img02 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img03 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img04 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img05 img
{
width:60%;
}


#adspecial_hcl_202107.adspecial_type1 .frame_header:before,
#adspecial_hcl_202107.adspecial_type1 .frame_header:after{
width:80px;
height:80px;
}


}



@media screen and (max-width: 800px) {
  #adspecial_hcl_202107.adspecial_type1,
  #adspecial_hcl_202107.adspecial_type1 .frame_col_right_container,
  #adspecial_hcl_202107.adspecial_type1 .frame_col_left_container,
  #adspecial_hcl_202107.adspecial_type1 .frame_col_left,
  #adspecial_hcl_202107.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_hcl_202107.adspecial_type1 .article_body .left,
  #adspecial_hcl_202107.adspecial_type1 .article_body .right,
  #adspecial_hcl_202107.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_hcl_202107.adspecial_type1 img {
    display: block;
    /*width: auto !important;
    max-width: 100% !important;
    height: auto;*/
    margin: 0 auto 10px;
  }

  #adspecial_hcl_202107.adspecial_type1 .block_right_plink {
    display: none;
  }




#adspecial_hcl_202107.adspecial_type1 .frame_header{
padding:5% 20px;
text-align:center;
position:relative;
}




#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img01{
position:absolute;
top:30px;
right:-20%;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 0.5s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img02{
position:absolute;
top:0;
right:-3%;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 0.8s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img03{
position:absolute;
top:120px;
right:-5%;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 1.3s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img04{
position:absolute;
top:10px;
left:15px;
text-align:left;
opacity:0;
animation: bottom-in 0.5s linear 1.6s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img05{
position:absolute;
top:100px;
left:15%;
text-align:left;
opacity:0;
animation: bottom-in 0.5s linear 1.9s forwards;
}


#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img01 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img02 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img03 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img04 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img05 img
{
width:50%;
}




#adspecial_hcl_202107.adspecial_type1 h1{
font-size:150%;
background:rgba(255,255,255,0.7);
}


#adspecial_hcl_202107.adspecial_type1 h2{
font-size:130%;
}


}


@media screen and (max-width: 640px) {


#adspecial_hcl_202107.adspecial_type1 .article-contents{
padding:10px;
}


#adspecial_hcl_202107.adspecial_type1 .frame_header:before,
#adspecial_hcl_202107.adspecial_type1 .frame_header:after{
display:none;
}


#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img01{
position:absolute;
top:0;
right:-30%;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 0.5s forwards;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img02{
position:absolute;
top:0;
right:-20%;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 0.8s forwards;
display:none;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img03{
position:absolute;
top:120px;
right:-15%;
text-align:right;
opacity:0;
animation: bottom-in 0.5s linear 1.3s forwards;
display:none;
}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img04{
position:absolute;
top:0;
left:-100px;
text-align:left;
opacity:0;
animation: bottom-in 0.5s linear 1.0s forwards;

}

#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img05{
position:absolute;
top:80px;
left:15%;
text-align:left;
opacity:0;
animation: bottom-in 0.5s linear 1.9s forwards;
display:none;
}



#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img01 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img02 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img03 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img04 img,
#adspecial_hcl_202107.adspecial_type1 .frame_header .head_img05 img
{
width:50%;
}



#adspecial_hcl_202107.adspecial_type1 h1{
font-size:130%;
}

#adspecial_hcl_202107.adspecial_type1 h2{
font-size:100%;
}



p.interviewer{
padding:0;

}

p.interviewer:before{
display:none;
}



#adspecial_hcl_202107.adspecial_type1 ul,
#adspecial_hcl_202107.adspecial_type1 ol{
width:100%;
}




}

