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


/*--------------------------------------------
header
--------------------------------------------*/
#visual {
    width: 100%;
    min-width: 1120px;
    overflow: hidden;
	}
#visual-image {
    position: relative;
    left: 50%;
    margin-left: -720px;
	}  
  #visual-image img{
    width: 100%;
  }
.point_content01{ 
  width: 100%;
  margin-top: -30px;
  }
    .point_content01 h2{
      font-size: 2.8rem;
      line-height: 1.6;
    }
    .point_content01_img {
      width: 100%;
    }
    .point_content01 p{
      font-size: 1.4rem;
      line-height: 1.6;
    }
.point_content02{
  margin: 80px auto 0px;
  text-align: center;
  }
.point_content02 h3{
  font-size: 2.0rem;
  margin-top: 40px;
  text-align:center;
  }
    .point_content02 p{
      font-size: 1.4rem;
      line-height: 1.6;
    }
.point_content02_img{
  width: 340px;
  margin: 0px auto 0px;
  text-align: center;
}
.point_content03{
  margin: 80px auto 0px;
}
.point_content03 h4{
  font-size: 2.2rem;
  margin-top: 40px;
  margin-left: 0px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
  }
.point_content03 h4:before{
  content: "";
  background-image: url("/lib/images/lp/point/point_icon.svg");
  background-position: top center;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-bottom: 10px;
  height: 40px;
  display: block;
  }

.point_content04{
  margin: 80px auto 0px;

}
.point_content04_img{
  width: 100%;
  margin: 0px auto;
}
  .point_content04 p{
    font-size: 1.4rem;
    line-height: 1.6;
  }
.point_content05{
  margin: 80px auto 0px;
}
.point_content05_img{
  width: 100%;
  margin: 0px auto;
}
  .point_content05 p{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
  }

.point_feature_head img {
  width: 100%;
}


  
  
/*--------------------------------------------
function
--------------------------------------------*/
.flex-content.function_column {
  margin: 30px auto 40px;
  width: 95%;
}
.function_column .flex-content {
  align-self: center;
  width: 48%;
  margin-bottom: 10px;
}
.function_column .flex-content dt {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
.function_column .flex-content dt img {
  max-width: 100%;
}
.function_column .flex-content dd {
  font-size: 76%;
  font-weight: bold;
  width: 66%;
  line-height: 1.6;
  padding-top: 5px;
}
.function_column .flex-content.triple dd{
}
.function_column .flex-content dd.single {
  padding-top: 0;
}
  
  
/*--------------------------------------------
lead
--------------------------------------------*/
.lead_wrapper {
  width: 90%;
  margin-top: 50;
}
.lead h2 img {
  width: 80%;
}
.lead p {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 0px;
}

/*--------------------------------------------
スマホコンテンツ
*/

/*--------------------------------------------
overview
--------------------------------------------*/
.overview {
  width: 88%;
  margin: 60px auto 0px;
}
.overview h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.overview h3 img {
  display: block;
  width: 60%;
  margin: 0 auto 0.5em;
}
/*--------------------------------------------
point
--------------------------------------------*/
/* point1 */
.overview .point1 {
  margin: 30px auto;
}
.overview .point1 + p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}
.overview .point1 .scene_img {
  width: 84%;
  text-align: center;
}
	.point1 div {
  		margin: 0 auto 80px;
	}
	.point1 div:last-child {
  		margin: 0 auto 0px;
	}
/* point2,3 */
.overview .point2, .overview .point3 {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 30px auto 60px;
}
.overview .point2 .scene_img, .overview .point3 .scene_img {
  width: 90%;
  text-align: center;
  margin:0 auto;
}
.overview .point2 .scene_img+.scene_img , .overview .point3 .scene_img+.scene_img {
  margin-top:40px;
}
.overview .point2 .scene_img img, .overview .point3 .scene_img img {
  margin-bottom: 1em;
}