@charset "UTF-8";

.p-features_mes{
    font-size: 20px;
    margin-bottom: 96px;
}
.p-features_nav{
    margin-bottom: 121px;
}

.p-features_data{
	background: #eef3fb;
	margin-top: 69px;
	padding: 69px 7%;
}
.p-features_box{}
.p-features_box + .p-features_box{
	margin-top: 130px;
}
.p-features_box_img1{}

.p-features_box2{}
.p-features_box2:nth-child(n+2){
	margin-top: 116px;
}

.p-features_box2_mes{}
.p-features_box2_data{
	background: #d7e1f2;
	margin: 21px 0 0;
	padding: 39px 4%;
	border-radius: 20px;
}
.p-features_box2_list{
  counter-reset: number 0;	
}
.p-features_box2_list li{
    padding: 0 0 0 36px;
    position: relative;
    z-index: 1;
}
.p-features_box2_list li:before{
  display: inline-block;
  counter-increment: number 1;
  content: counter(number)". ";

  position: absolute;
  z-index: 1;
  left: 0;
  color: #103ea2;
}

.p-features_box_img1{}
.p-features_box_img2{
	background: #eef3fb;
	margin-top: 66px;
	padding: 34px 5%;
}
.p-features_box_img3{
    text-align: center;
    margin-top: 72px;
}

/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media screen and (min-width: 768px) {
}


/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {

	.p-features_mes{
    font-size: 15px;
    margin-bottom: 55px;
}
	.p-features_nav{
    margin-bottom: 80px;
}

	.p-features_data{
    margin-top: 40px;
    padding: 30px 7%;
}
	.p-features_box{}
	.p-features_box + .p-features_box{
    margin-top: 75px;
}
	.p-features_box_img1{}

	.p-features_box2{}
	.p-features_box2:nth-child(n+2){
    margin-top: 40px;
}

	.p-features_box2_mes{}
	.p-features_box2_data{
    margin: 12px 0 0;
    padding: 17px 6%;
    border-radius: 10px;
}
	.p-features_box2_list{}
	.p-features_box2_list li{
    padding: 0 0 0 21px;
}
	.p-features_box2_list li:before{}

	.p-features_box_img1{}
	.p-features_box_img2{
    margin-top: 30px;
    padding: 24px 7%;
}
	.p-features_box_img3{
    margin-top: 30px;
}



}

