.title-area {
  margin-bottom: 20px; }
  .title-area h1 {
    font-size: 20px;
    font-weight: bold;
    color: #555; }

.text-area {
  text-align: left; }
  .text-area p {
    line-height: 1.6em;
    color: #555; }

.text2-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .text2-area h3 {
    color: #ea1f64;
    font-size: 18px;
    font-weight: bold;
    margin: 0 25px; }
  .text2-area .line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 1px;
    background-color: #ccc; }

.term-area {
  text-align: justify;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 200px;
  padding: 0 10px 0 0;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .term-area {
      height: 300px; } }
  .term-area p span {
    color: #ea1f64; }

.line-area {
  margin-bottom: 20px; }
  .line-area .line {
    height: 1px;
    background-color: #ccc; }

.button-area {
  padding: 0 10%;
  margin-bottom: 30px; }
