
/*--------------------------------------------------------------
 application_intro
--------------------------------------------------------------*/
#application_intro {
	background-color: #fff;
}

#application_intro .ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
#application_intro .sub_ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 100px;
}

#application_intro ul {
  padding: 0;
  	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  margin-bottom: 30px;
}
#application_intro ul li {
  list-style: none;
  width: 18%;
  background-color: #f7f7f7;
  padding: 15px 10px;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #application_intro .ttl {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
  #application_intro .sub_ttl {
    margin-bottom: 70px;
  }
  #application_intro ul {
    margin-bottom: 20px;
  }
  #application_intro ul {
    margin-bottom: 20px;
  }
  #application_intro ul li {
    width: 49%;
    margin-bottom: 5px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
	about_app
--------------------------------------------------------------*/
#about_app .logo-img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
#about_app .phone_img {
  max-height: 400px;
  display: block;
  margin: 30px auto 0;
}
#about_app .col-sm-7 {
  position: relative;
}
#about_app .col-sm-7 .bg-img {
  position: absolute;
  bottom: -15%;
  left: 30px;
  opacity: 0.2;
  max-width: 1200px;
}

@media only screen and (max-width: 767px) {
  #about_app .logo-img {
    width: 80%;
    margin: 30px auto 20px;
  }
  #about_app .phone_img {
    max-height: 300px;
    margin: 0 auto -50px;
  }
  #about_app .col-sm-7 .bg-img.sp {
    top: 90px;
    right: auto;
    left: auto;
    width: 90%;
  }

}


/*--------------------------------------------------------------
	about_features
--------------------------------------------------------------*/
#about_features .features_item h4 {
  text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: rgba(1,1,1,0.7);
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    top: 0px;
}
#about_features .features_txt {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #about_features .features_item {
    padding: 0 10px 50px;
  }
  #about_features .features_item:last-child {
    padding-bottom: 0;
  }
}


/*--------------------------------------------------------------
	download
--------------------------------------------------------------*/
#download .app_item {
  	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  padding: 100px 0px 0;
}
#download .app_item a {
  width: 48%;
}
#download a img {
  height: 70px;
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  #download .app_item {
    justify-content: space-between;
    padding-top: 0px;
  }
  #download .app_item a {
    width: 60%;
    margin: 10px auto;
  }
  #download a img {
    height: auto;
    width: 100%;
  }
}





