/*共通部分特商法対策*/
   ol, ul {list-style: none;}  
  .tokusho-erea{
    margin:0;
    background: url(../kata/tokubg.jpg)repeat-y;
    background-size:100%;
    padding-bottom:1%;
  }

  .tokusho{
    margin:0;
    background-size:100%;
    padding-top: 1%;
  }

  .tokusho-erea li{
    text-align: left;
    width:95%;
    font-size: 0.8rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
  .tokusho li{
    text-align: left;
    width:95%;
    font-size: 0.8rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }    
/*共通部分特商法終わり*/  

/*共通部分*/

     .call:hover{
      opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    }
    img {
    max-width:100%;
    height:auto;
    display:block;
    border-style:none;
    }
    a img {
    border-style:none;
    outline: 0;
    }
    
    p{
    display: block;
    margin:0 auto;
    padding: 0 0;
    text-align: left;
    }

    video{
      max-width:100%;
      display: block;
      margin:0 auto;
      padding: 0 0;
      }

 .rollover {
    max-width:100%;
    height:auto;
    display:block;
    border-style:none;
    }  

    /*共通部分footer*/
    
    #footer{
      color: #fff;
      background:　;
      height: 50px;
      border-top: 1px solid #666666;
      margin: 4px;
    
    }
    #footer ul{
    list-style-type: none;
    font-size: 10px;
    }
    #footer li{
    display:inline;
    }
.TabWrap{
margin: -1px auto 0;
position: relative
}


/*画面幅が780pxまでの時ースマホ用*/
@media screen and (max-width:750px){
  #container{
    width:100%;
    text-align: center;
    margin:0 auto;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
  }

  /*スマホ用 特商*/
/*文字の指定を行うところです。*/
.tokusho-erea li{
  text-align: left;
  width:95%;
  font-size: 0.6rem;
  line-height: 1.2;
  letter-spacing: -0.07em;
}  

.tokusho li{
  text-align: left;
  width:95%;
  font-size: 0.6rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
}  
/*スマホ用 特商終わり*/

  /*スマホ用通話料無料ボタン*/
  .call1{
    background-color: #FFFF;
    width: 100%;
    padding-top:26%;
    position:relative;
  }
  .call{
  position:absolute;
  top:0%;
  left:0%;
  width:100%;
  border-style:none;
  outline:0;
  }

  
  }
  /*画面幅が781px以上の時ーPC用*/
  @media screen and (min-width:751px){
    #container{
   width:750px;
   text-align: center;
   margin:0 auto;
   overflow: hidden;
   border-radius: 3px;
   box-shadow: 0 0px 20px rgba(0,0,0,0.2);
    }

  
  /*PC用通話料無料ボタン*/
  .call1{
  display: none;
  border-style:none;
  outline: 0;
  }
  .call{
  display: none;
  border-style:none;
  outline: 0;
  }
  
  }

.overlaid {
    position: relative;
    z-index: 1; 
   }	
/*------------------------------------
/  GIF動画
/ ------------------------------------*/

#mv {
  position: relative;
}
/*3つともabsoluteに*/
.mv1, .mv2 {
  position: absolute;
}
.mv1 {
  left: 0;
  top: 0;
}
.mv2 {
  left: 20px;
  top: 20px;
}



  /*抑制gifアニメ背景*/
  .gif_yokusei{
      background-image: url(https://idr-ebg-tgjhsvod.landinghub.site/dis_01/oc_32.jpg);
      width:100%;
      padding-top:210%;
      height:auto;
      background-size:cover;
      position: relative;
    }

    /*抑制gifアニメ位置*/
    .gif1{
      position:absolute;
      top:70%;
      left:18%;
      width:64%;
      height:auto;
      border-style:none;
    }
    /*排出gifアニメ背景*/
  .gif_haishutu{
    background-image: url(https://idr-ebg-tgjhsvod.landinghub.site/dis_01/oc_33.jpg);
    width:100%;
    padding-top:144%;
    height:auto;
    background-size:cover;
    position: relative;
  }

  /*排出gifアニメ位置*/
  .gif2{
    position:absolute;
    top:68%;
    left:15%;
    width:75%;
    height:auto;
    border-style:none;
  }

  /*血管gifアニメ背景*/
      .gif_kekkan{
        background-image: url(https://idr-ebg-tgjhsvod.landinghub.site/dis_01/oc_31.jpg);
        width:100%;
        padding-top:174%;
        height:auto;
        background-size:cover;
        position: relative;
      }
    
  /*血管gifアニメ位置*/
      .gif3{
        position:absolute;
        top:19%;
        left:22%;
        width:57%;
        height:auto;
        border-style:none;
      }

      .gif4{
        position:absolute;
        top:39%;
        left:15%;
        width:70%;
        height:auto;
        border-style:none;
      }


    
