@import url("global.css");
#bodyarea .wrapper {
  margin-top: 60px; }
#bodyarea dl {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C1C1C1; }
  #bodyarea dl dt {
    margin-bottom: 20px;
    font-size: clamp(17px, 2.6vw, 22px); }
  #bodyarea dl dd p {
    margin-bottom: 10px; }
    #bodyarea dl dd p:last-of-type {
      margin-bottom: 0; }
  #bodyarea dl dd ul li {
    position: relative;
    padding-left: 12px; }
    #bodyarea dl dd ul li::before {
      content: "";
      width: 5px;
      height: 5px;
      background: #CCC;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 13px; }

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

 Responsive-Breakpoint-1 (1600px)

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

 Responsive-Breakpoint-2 ( 1300px )

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

 Responsive-Breakpoint-3 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #bodyarea .wrapper {
    margin-top: 30px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea .wrapper {
    margin-top: 20px; }
  #bodyarea dl {
    margin-bottom: 30px;
    padding-bottom: 30px; }
    #bodyarea dl dd ul li::before {
      top: 10px; } }
