@charset "utf-8";

/*-------------------------
|                         |
|  レスポンシブCSS        |
|  PC用（767px以上）  　　|
|
-------------------------*/

@media screen and (min-width:767px){

  /* チェックリスト部分 */
  #aisec05 .check01,
  #aisec05 .check02{
    position: relative;
  }
  #aisec05 .check01 .ch01{
    position: absolute;
    left: 158px;
    top: 1px;
    width: 0;
    height: 39px;
    overflow: hidden;
    transition: .5s;
  }
  #aisec05 .check01 .ch02{
    position: absolute;
    left: 530px;
    top: 1px;
    width: 0;
    height: 39px;
    overflow: hidden;
    transition: .5s;
    transition-delay: .5s;
  }
  #aisec05 .check01 .ch03{
    position: absolute;
    left: 158px;
    top: 80px;
    width: 0;
    height: 39px;
    overflow: hidden;
    transition: .5s;
    transition-delay: 1s;
  }

  #aisec05 .check01 .ch04{
    position: absolute;
    left: 530px;
    top: 80px;
    width: 0;
    height: 39px;
    overflow: hidden;
    transition: .5s;
    transition-delay: 1.5s;
  }
  
  #aisec05 .check01 .ch05{
    position: absolute;
    left: 158px;
    top: 160px;
    width: 0;
    height: 39px;
    overflow: hidden;
    transition: .5s;
    transition-delay: 2s;
  }
  
  
  #aisec05 .check01 .ch06{
    position: absolute;
    left: 530px;
    top: 160px;
    width: 0;
    height: 39px;
    overflow: hidden;
    transition: .5s;
    transition-delay: 2.5s;
  }

  #aisec05 .check01 .ch01 img,
  #aisec05 .check01 .ch02 img,
  #aisec05 .check01 .ch03 img,
  #aisec05 .check01 .ch04 img,{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    max-width: 35px;
  }
  #aisec05 .img-wrap{
    padding: 15px 0;
    position: relative;
  }
  #aisec05 .img-wrap .txt{
    position: absolute;
    font-size: 2.2rem;
    top:50px;
    left: 70px;
    font-weight: 700;
    color: #000;
  }
  #aisec05 .img-wrap .txt2{
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
  }

  /* 丸の部分 */
  #aisec05 .img-wrap .maru01{
    position: absolute;
    top: 230px;
    right: 400px;
    transform: translate3d(0,0,0);
    opacity: 0;
    transition-duration: .7s;
  }
  #aisec05 .img-wrap .maru02{
    position: absolute;
    top: 180px;
    right: 250px;
    transform: translate3d(0,0,0);
    opacity: 0;
    transition-duration: .7s;
    transition-delay: .7s;
  }
  #aisec05 .img-wrap .maru03{
    position: absolute;
    top: 230px;
    right: 100px;
    transform: translate3d(0,0,0);
    opacity: 0;
    transition-duration: .7s;
    transition-delay: 1.4s;
  }




}






/*-------------------------
|                         |
|  レスポンシブCSS        |
|  SP用（767px以下）  　　|
|
-------------------------*/

@media screen and (max-width:766px){

/* チェックリスト部分 */
#aisec05 .check01,
#aisec05 .check02{
  position: relative;
  text-align: center;
}
#aisec05 .check01 .ch01{
  position: absolute;
  left: 50px;
  top: -2px;
  width: 0;
  height: 35px;
  overflow: hidden;
  transition: .5s;
}
#aisec05 .check01 .ch02{
  position: absolute;
  left: 50px;
  top: 80px;
  width: 0;
  height: 35px;
  overflow: hidden;
  transition: .5s;
  transition-delay: .5s;
}
#aisec05 .check01 .ch03{
  position: absolute;
  left: 50px;
  top: 180px;
  width: 0;
  height: 35px;
  overflow: hidden;
  transition: .5s;
  transition-delay: 1s;
}

#aisec05 .check01 .ch04{
  position: absolute;
  left: 50px;
  top: 264px;
  width: 0;
  height: 35px;
  overflow: hidden;
  transition: .5s;
  transition-delay: 1.5s;
}

#aisec05 .check01 .ch05{
  position: absolute;
  left: 50px;
  top: 340px;
  width: 0;
  height: 35px;
  overflow: hidden;
  transition: .5s;
  transition-delay: 2s;
}

#aisec05 .check01 .ch06{
  position: absolute;
  left: 50px;
  top: 425px;
  width: 0;
  height: 35px;
  overflow: hidden;
  transition: .5s;
  transition-delay: 2.5s;
}

#aisec05 .check01 .ch01 img,
#aisec05 .check01 .ch02 img,
#aisec05 .check01 .ch03 img,
#aisec05 .check01 .ch04 img,
#aisec05 .check01 .ch05 img,
#aisec05 .check01 .ch06 img,{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  max-width: 35px;
}
#aisec05 .img-wrap{
  padding: 15px 0;
  position: relative;
}
#aisec05 .img-wrap .txt{
  position: absolute;
  font-size: 2.2rem;
  top:50px;
  left: 70px;
  font-weight: 700;
  color: #000;
}
#aisec05 .img-wrap .txt2{
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

/* 丸の部分 */
#aisec05 .img-wrap .maru01{
  position: absolute;
  top: 230px;
  right: 400px;
  transform: translate3d(0,0,0);
  opacity: 0;
  transition-duration: .7s;
}
#aisec05 .img-wrap .maru02{
  position: absolute;
  top: 180px;
  right: 250px;
  transform: translate3d(0,0,0);
  opacity: 0;
  transition-duration: .7s;
  transition-delay: .7s;
}
#aisec05 .img-wrap .maru03{
  position: absolute;
  top: 230px;
  right: 100px;
  transform: translate3d(0,0,0);
  opacity: 0;
  transition-duration: .7s;
  transition-delay: 1.4s;
}



.pc{
		display:none !important;
	}
	.sp{
		display:block !important;
	}



}