@charset "UTF-8";
/*
	Filename: dfs
	Version: 1.0.1
*/
#dfs {
  padding-bottom: 80px;
}
.dfs {
  width: 750px;
}
.mb0 {
  margin-bottom: 0 !important;
}
#dfs .wrap .dfs_title {
  padding: 40px 0;
}
#dfs h1 {
  font-size: 45px;
  font-weight: 700;
  color: #0F76B9;
}
#dfs h2.midasi_02 {
  margin-bottom: 16px;
}
#dfs h3 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}
#dfs p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}
#dfs ul {
  margin-bottom: 80px;
}
#dfs ul li {
  margin-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.6;
}
#dfs img {
  max-width: 100%;
  margin-bottom: 32px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
#dfs .flex img {
  border: none;
}

@media screen and (max-width: 900px) {
  #dfs {
    padding-top: 74px;
  }
}
@media screen and (max-width: 750px) {
  .dfs {
    width: 100%;
  }
  #dfs h1 {
    margin-bottom: 16px;
    font-size: 24px;
  }
  #dfs p {
    margin-bottom: 60px;
    font-size: 14px;
  }
  #dfs ul {
    margin-bottom: 60px;
  }
  #dfs ul li {
    font-size: 14px;
  }
  #dfs img {
    width: 100%;
  }
}

