

#width {
  width: 990px;
}

.adspecial_type1 {
  margin: 20px auto;
  text-align: center;
  width: 970px;
  color:#111010;
  position:relative;
}
.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;
}
.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_workato_tu1 {
  margin-left: 0;
  padding: 0;
}
#adspecial_workato_tu1.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_workato_tu1.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}


footer{
margin-top:0;
position:relative;
z-index:100;
}


/*ヘッダー横幅100% layout*/


#adspecial_workato_tu1.adspecial_type1{
width:100% !important;
max-width:100% !important;
position: relative;
background: #ccc;
}

#adspecial_workato_tu1.adspecial_type1::before{
content:"";
position:fixed;
top:0;
left:0;
background:url(/extra/workato_tu1/media/parts_background.png) center top;
background-size:cover;
width:100%;
height:100%;
z-index:1;
}


#adspecial_workato_tu1.adspecial_type1 .frame_col_left{
width:100%;
}



#adspecial_workato_tu1.adspecial_type1 .frame_col_left_container{
width:100%;
position: relative;
}






/*本文＆画像余白調整*/


#adspecial_workato_tu1.adspecial_type1 #block_story p{
margin:0 10px !important;
}


#adspecial_workato_tu1.adspecial_type1 .article-contents{/*横幅100％の場合*/
margin:0 auto;
padding:10px;
}


#adspecial_workato_tu1.adspecial_type1 .article-contents .left{
margin:0 15px 0 4%;
}

#adspecial_workato_tu1.adspecial_type1 .article-contents .right{
margin:0 4% 0 15px;
}


#adspecial_workato_tu1.adspecial_type1 .article-contents .center{
margin:25px auto;
}
#adspecial_workato_tu1.adspecial_type1 .article-contents .center img{
box-shadow:0 0 20px #e5e5e5;
}



#adspecial_workato_tu1.adspecial_type1 .img-xl{
max-width:***px;
}

#adspecial_workato_tu1.adspecial_type1 .img-xxxl{
max-width:***px;
}






#adspecial_workato_tu1.adspecial_type1 .frame_header .sp-view{
display:none;
}


#adspecial_workato_tu1.adspecial_type1 .frame_header{
margin:0;
padding:0 20px;
background-color:#fff;
color:#111010;
height:auto;
position:relative;
}


#adspecial_workato_tu1.adspecial_type1 .frame_header::before{
content:"";
position:absolute;
top:5%;
right:20px;
width:100%;
height:100%;
background:url(/extra/workato_tu1/media/head_photo.jpg) right top no-repeat;
z-index:1;
}


#adspecial_workato_tu1.adspecial_type1 h1{
display:flex;
flex-direction:column;
justify-content:center;
margin:0 auto;
padding-top:8%;
max-width:1350px;
height:550px;
font-size:clamp(1rem, 0.333rem + 1.67vw, 2rem);
font-weight:normal;
position:relative;
z-index:10;
}

#adspecial_workato_tu1.adspecial_type1 h1 span{
margin:5px 0;
padding:2px 15px;
background-color:#111010;
color:#fff;
width:fit-content;
font-feature-settings:palt;
opacity:0;
}

#adspecial_workato_tu1.adspecial_type1 h1 span.sub-title{
background-color:#22dbc8;
color:#111010;
}


#adspecial_workato_tu1.adspecial_type1 h1 span:nth-child(1){
animation: left-in 0.5s ease-out 0.3s forwards;
font-weight:bold;
}

#adspecial_workato_tu1.adspecial_type1 h1 span:nth-child(2){
animation: left-in 0.5s ease-out 0.6s forwards;
}

#adspecial_workato_tu1.adspecial_type1 h1 span:nth-child(3){
animation: left-in 0.5s ease-out 0.9s forwards;
}



@keyframes left-in{
0%{
opacity:0;
transform:translateX(-100px);
}
100%{
opacity:1;
transform:translateX(0);
}
}


#adspecial_workato_tu1.adspecial_type1 .frame_header .logo{
position:absolute;
top:0;
left:5%;
z-index:10;
}

#adspecial_workato_tu1.adspecial_type1 .frame_header .logo img{
/*background-color:#fff;*/
padding:20px;
}



/* add --------------------------------------------------------------------------------------- */


#adspecial_workato_tu1.adspecial_type1 .article-section{
max-width:1050px;
margin:0 auto 4%;
/*background:rgba(255,255,255,0.8);*/
padding:25px;
backdrop-filter:blur(15px);
box-shadow:0 0 40px #f0f0f0;
position:relative;
z-index:1;
}


#adspecial_workato_tu1.adspecial_type1 .lead-block{
max-width:1050px;
margin:3% auto;
padding:30px;
background-color:#f5f6f8;
border:1px solid #e0e0e0;
font-size:1rem;
position:relative;
z-index:10;
}


#adspecial_workato_tu1.adspecial_type1 h2{
text-align:center;
margin:0 auto;
padding:5% 0;
color:#282525;
font-size:clamp(1.25rem, 0.75rem + 1.25vw, 2rem);
font-weight:normal;
position:relative;
z-index:1;
}


#adspecial_workato_tu1.adspecial_type1 h2::before{
content:"";
position:absolute;
top:-80px;
left:-100px;
width:100%;
height:100%;
z-index:-1;
background:url(/extra/workato_tu1/media/parts_circle_left.png) left top no-repeat;
background-size:contain;
transition:0.5s;
opacity:0;
}

#adspecial_workato_tu1.adspecial_type1 h2.object-in::before{
top:-50px;
left:-70px;
opacity:1;
}


#adspecial_workato_tu1.adspecial_type1 h2::after{
content:"";
position:absolute;
bottom:40px;
left:20%;
width:60%;
height:1px;
background-color:#67eadd;
z-index:-1;
}


#adspecial_workato_tu1.adspecial_type1 .banner_block{
display:flex;
justify-content:space-between;
margin:0 auto;
padding:0 25px 50px;
max-width:1050px;
position:relative;
z-index:10;
}

#adspecial_workato_tu1.adspecial_type1 .banner_block .banner__item{
margin:0 10px;
max-width:100%;
box-sizing:border-box;
}

#adspecial_workato_tu1.adspecial_type1 .banner_block .banner__item img:hover{
transform:scale(1.02, 1.02);
transition:0.3s;
}




/* end add ----------------------------------------------------------------------------------- */




#adspecial_workato_tu1.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_workato_tu1.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_workato_tu1.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_workato_tu1.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}



#adspecial_workato_tu1.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_workato_tu1.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_workato_tu1.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_workato_tu1.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_workato_tu1.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_workato_tu1.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_workato_tu1.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}


#adspecial_workato_tu1.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_workato_tu1.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_workato_tu1.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_workato_tu1.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_workato_tu1.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_workato_tu1.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_workato_tu1.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_workato_tu1.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_workato_tu1.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_workato_tu1.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_workato_tu1.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_workato_tu1.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;
    position:relative;
    z-index:1000;
}

.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_workato_tu1.adspecial_type1 .block_sponsored {
  clear: both;
  /*border: 1px solid #ccc;*/
  background-color:#fff;
  padding: 10px;
}


#adspecial_workato_tu1.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}



#adspecial_workato_tu1.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_workato_tu1.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_workato_tu1.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_workato_tu1.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}




@media screen and (max-width: 960px) {
  #adspecial_workato_tu1.adspecial_type1,
  #adspecial_workato_tu1.adspecial_type1 .frame_col_right_container,
  #adspecial_workato_tu1.adspecial_type1 .frame_col_left_container,
  #adspecial_workato_tu1.adspecial_type1 .frame_col_left,
  #adspecial_workato_tu1.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_workato_tu1.adspecial_type1 .article_body .left,
  #adspecial_workato_tu1.adspecial_type1 .article_body .right,
  #adspecial_workato_tu1.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_workato_tu1.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_workato_tu1.adspecial_type1 .block_right_plink {
    display: none;
  }


#adspecial_workato_tu1.adspecial_type1 h1{
height:350px;
}


#adspecial_workato_tu1.adspecial_type1 .frame_header::before{
background-size:contain;
}



#adspecial_workato_tu1.adspecial_type1 h2::before{
top:-60px;
left:-50px;
}

#adspecial_workato_tu1.adspecial_type1 h2.object-in::before{
top:-30px;
left:-20px;
}

#adspecial_workato_tu1.adspecial_type1 h2::after{
bottom:20px;
}


#adspecial_workato_tu1.adspecial_type1 .frame_header .logo img{
max-width:75% !important;
}



}


@media screen and (max-width: 640px) {


#adspecial_workato_tu1.adspecial_type1 .frame_header::before{
display:none;
}

#adspecial_workato_tu1.adspecial_type1 .frame_header .sp-view{
margin:-40px 0 0 0;
display:block;
position:relative;
z-index:100;
}

#adspecial_workato_tu1.adspecial_type1 .frame_header img{
margin:0 auto !important;
}

#adspecial_workato_tu1.adspecial_type1 .frame_header .logo{
left:0;
}


#adspecial_workato_tu1.adspecial_type1 .article-section{
padding:10px;
}


#adspecial_workato_tu1.adspecial_type1 h2{
margin:0 auto;
padding:10% 10px;
}

#adspecial_workato_tu1.adspecial_type1 .banner_block{
display:block;

}

#adspecial_workato_tu1.adspecial_type1 .banner_block .banner__item{
margin:35px auto;
}



}


