@charset "utf-8";
/* コンセプト CSS Document */

.main {
  margin: 0 10px 50px;
}
.first_view {
  position: relative;
  height: 200px;
  margin: 10px auto 20px;
  align-items: center;
  overflow: hidden;
}
.first_view_title h2 {
  font-size: 26px;
  color: #1D2088;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first_view_title h2 img {
  width: 34px;
  height: auto;
  margin: 0 3px 0;
  vertical-align: middle;
}
.sannka_visual img {
  display: block;
  height: 164px;
  margin: 0 auto;
  object-fit: cover;
}
.content {
  margin: 10px auto 40px;
  max-width: 728px;
  list-style-type: disc;
}

.content ul {
  padding-left: 0;
}
.content li {
  margin-bottom: 10px;
  line-height: 1.8em;
  font-size: 16px;
    text-indent: 20px;
}