@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
---------------------------------------------------- */
.syukei {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 50px;
}
@media (max-width: 834px) {
  .syukei {
    width: 100%;
    padding: 0 25px 50px;
  }
}

h3 {
  color: #0054D1;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 40px 0 10px;
}
@media (max-width: 834px) {
  h3 {
    font-size: 2.2rem;
    margin: 30px 0 10px;
  }
}

p, li {
  font-size: 1.9rem;
  color: #323232;
}
@media (max-width: 834px) {
  p, li {
    font-size: 1.7rem;
  }
}

p {
  margin: 0 0 10px;
}
@media (max-width: 834px) {
  p {
    margin: 0 0 8px;
  }
}

ul {
  margin: 10px 0;
}
@media (max-width: 834px) {
  ul {
    margin: 0 0 8px;
  }
}
ul li::before {
  content: "●";
  color: #FF5632;
  font-size: 80%;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.image {
  text-align: center;
}
.image img {
  width: 80%;
}
@media (max-width: 834px) {
  .image img {
    width: 100%;
  }
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}
