@import url("global.css");
#bodyarea .wrapper {
  max-width: 1000px;
}
#bodyarea p {
  margin-bottom: 15px;
}

.list_dl {
  margin-top: 60px;
}
.list_dl dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.list_ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.list_ul li:last-child {
  margin-bottom: 0;
}
.list_ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 99px;
  background-color: #124A97;
  width: 7px;
  height: 7px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .list_dl {
    margin-top: 35px;
  }
  .list_dl dt {
    font-size: inherit;
  }

  .list_ul li {
    padding-left: 11px;
  }
  .list_ul li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
