@charset "UTF-8";
/** -----------------------------------
空撮編集
-------------------------------------**/
#lower-page.application-agency .about .example{
  max-width: 800px;
  margin: 8rem auto 0;
  padding: 6rem;
  background: #fff;
}
#lower-page.application-agency .about .example h4.title{
  font-size: 2rem;
  color: #172da9;
  font-weight: 700;
  margin-bottom: 1.5em;
}
#lower-page.application-agency .about .example ul{
  display: flex;
  flex-wrap: wrap;
}
#lower-page.application-agency .about .example ul li{
  text-align: justify;
  width: 50%;
  line-height: 2;
  position: relative;
  padding-left: 1.2em;
}
#lower-page.application-agency .about .example ul li::before{
  position: absolute;
  content: "●";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #9ba8f1;
  font-size: 0.5em;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  #lower-page.application-agency .about .example ul li{
    width: 100%;
  }
}
@media screen and (max-width: 570px){
  #lower-page.application-agency .about .example{
    margin-top: 4rem;
    padding: 2rem;
  }
}
