.tit_area h2 {
  color: #1577bc;
  font-size: 22px;
  font-size: 2.2rem;
}

.section {
  background: #fff;
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
.section p {
  margin-top: 20px;
}
.section p:first-child {
  margin-top: 0;
}
.section dl {
  margin-top: 20px;
  overflow: hidden;
}
.section dl dt {
  clear: both;
  float: left;
  width: 1em;
}
.section dl dd {
  padding: 0 0 0.2em 1.5em;
}
.section h3 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc9bf;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1577bc;
}

/* ----------------------------
   Media Queries
---------------------------- */
@media screen and (max-width: 768px) {
  .tit_area {
    margin: 0 5.33%;
  }

  .section {
    margin: 3% 5.33%;
    padding: 5.97%;
  }
  .section p {
    margin-top: 1.5em;
  }
  .section > *:first-child {
    margin-top: 0;
  }
  .section dl {
    margin-top: 1.5em;
  }
  .section h3 {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
}
