/* Scss Document */
.greeting-body {
  line-height: 2;
}
.greeting-body p {
  margin-bottom: 1.5em;
}
.greeting-img {
  text-align: center;
  font-weight: bold;
}
.greeting-img figure {
  margin-bottom: 1.5em;
}

.outline-table {
  width: 100%;
}
.outline-table th, .outline-table td {
  padding: 0.75em 0;
  text-align: left;
}
.outline-table th {
  border-bottom: solid 1px #163b70;
  width: 17.5%;
}
.outline-table td {
  padding-left: 1.5em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  width: 82.5%;
}

.privacy .title-m {
  margin-top: 2em;
}
.privacy ul {
  margin-left: 1.5em;
}
.privacy ul li {
  margin-top: 1em;
  list-style-type: disc;
}
.privacy ul li ul li {
  list-style-type: circle;
}
.privacy ul li ul li ul li {
  list-style-type: square;
}
.privacy ol li {
  margin-top: 1em;
  margin-left: 1em;
  text-indent: -1em;
}
.privacy ol li ol {
  margin-left: 0;
}
.privacy ol li ol li {
  margin-left: 2em;
  text-indent: -2em;
}

@media only screen and (min-width: 601px) {
  .greeting-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .greeting-body {
    width: 69%;
    line-height: 2;
  }
  .greeting-body p {
    margin-bottom: 1.5em;
  }
  .greeting-img {
    width: 28%;
    text-align: center;
    font-weight: bold;
  }
  .greeting-img figure {
    margin-bottom: 1.5em;
  }
  .greeting-img .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .greeting-body {
    line-height: 2;
  }
  .greeting-body p {
    margin-bottom: 1.5em;
  }
  .greeting-body p br {
    display: none;
  }
  .greeting-img {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
  }
  .greeting-img figure {
    margin: 0 auto 1.5em;
    width: 75%;
  }
  .greeting-img .name {
    font-size: 2rem;
  }

  .outline-table {
    width: 100%;
  }
  .outline-table th, .outline-table td {
    padding: 0.75em 0;
    display: block;
    text-align: left;
  }
  .outline-table th {
    border-top: solid 1px #163b70;
    border-bottom: none;
    width: 100%;
  }
  .outline-table td {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    width: 100%;
  }
}