@charset "utf-8";
/* CSS Document */

/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
　ファーストビュー
**********************************/
.fv::before {
    top: 549px;
}
.fv .txt-wrap p:nth-of-type(2)::after {
    top: 90px;
}

/**********************************
　WARNING
**********************************/
.warning h3 {
    margin-bottom: 40px;
}
.warning .w__inner:last-of-type img:first-of-type {
  position: absolute;
  top: 80px;
  left: 98px;
  width: 203px;
}
.warning .w__inner:last-of-type img:nth-of-type(2) {
  position: absolute;
  top: 37px;
  left: 350px;
  width: 270px;
}
.warning .w__inner:last-of-type img:last-of-type {
  position: absolute;
  top: 375px;
  left: 131px;
  width: 378px;
}
/**********************************************************/
/* SP用 */
/**********************************************************/

@media(max-width: 768px) {

/**********************************
　ファーストビュー
**********************************/
.fv {
    height: 540px;
}
.fv .pic-wrap {
    width: 51%;
}

.fv::before {
    top: 429px;
    width: 27%;
}
.fv .txt-wrap p:nth-of-type(2)::after {
    top: 7px;
}
.fv .txt-wrap p:last-of-type {
    margin-top: 53px;
}
/**********************************
　WARNING
**********************************/
.warning h3 {
    margin-bottom: 20px;
}  
.warning .w__inner:last-of-type img:first-of-type {
    position: absolute;
    top: 274px;
    left: 0;
    width: 201px;
}
.warning .w__inner:last-of-type img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 241px;
}  
.warning .w__inner:last-of-type img:last-of-type {
    position: absolute;
    top: 459px;
    left: auto;
    width: 335px;
}
  
  
  
  
  
}