@charset "UTF-8";
/*-----------------------------------

point_block

-----------------------------------*/
#point_block img.point_illust{
  position: absolute;
  z-index: 3;
}
#point_block .illust_01{
  top: -10%;
  right: 2%;
}
#point_block .illust_02{
  bottom: 5%;
  left: -3%;
}
#point_block .bg_box {
  padding: 80px 0 120px;
  background-image: url(../img/index/paper_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#point_block img.point_title{
  width: 350px;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
#point_block img.point_subtitle{
  display: block;
  margin-bottom: 20px;
}
#point_block .bg_box ul.point_box li{
  background: #ec8016;
  width: 100%;
  padding: 40px;
  position: relative;
  margin-bottom: 80px;
  border-radius: 10px;
  z-index: 1;
}
#point_block .bg_box ul.point_box li::after{
  background: #fff;
  position: absolute;
  border: solid 2px #ec8016;
  content: "";
  width: 100%;
  height: 100%;
  left: -0.5%;
  top: -1.5%;
  border-radius: 10px;
  z-index: -1;
}
#point_block .bg_box ul.point_box li h4{
  font-size: 35px;
  line-height: 140%;
  color: #ec8016;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}
#point_block .img_box{
  width: 42%;
}
#point_block .img_box img{
  width: 100%;
}
#point_block .text_box{
  width: 50%;
}

@media screen and (max-width: 1000px) {

  #point_block .bg_box ul.point_box li h4{
    font-size: 1.5em;
  }
  #point_block .bg_box ul.point_box li{
    padding: 40px 20px;
  }
  #point_block .img_box{
    width: 35%;
  }
  #point_block .text_box{
    width: 60%;
  }


}

@media screen and (max-width: 640px) {

  #point_block img.point_title{
    width: 280px;
  }

  #point_block .bg_box {
    padding: 60px 0;
  }

  #point_block .bg_box ul.point_box li{
    padding: 8% 8% 15%;
  }

  #point_block .img_box{
    width: 100%;
  }
  #point_block .text_box{
    width: 100%;
  }


  #point_block .illust_01{
    bottom: -5%;
    top:auto;
    right: 0%;

  }
  #point_block .illust_02{
    top: 60vw;
    left: 5%;
    left: auto;
  }

}

@media screen and (max-width: 500px) {


  #point_block .illust_01{
    width: 22vw;
  }
  #point_block .illust_02{
    width: 30vw;
  }


}
