.image-area {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 15px; }
  .image-area img {
    width: 84%; }

.title-area {
  margin-bottom: 30px;
  text-align: center; }
  .title-area h1 {
    padding: 2px 10px 0 10px;
    color: #333;
    font-weight: bold;
    font-size: 20px; }

.store-area {
  margin-bottom: 40px;
  padding: 0 8%; }
  .store-area p {
    color: #333;
    margin-bottom: 5px; }
    .store-area p span {
      color: #dc3545; }
  .store-area .store-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px; }
    .store-area .store-wrapper .ud-select {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%; }

.term-area {
  padding: 15px;
  margin: 0 8% 40px 8%;
  background-color: #fff; }
  .term-area h5 {
    text-align: center;
    margin-bottom: 12px; }
  .term-area .ud-html {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #666; }
  .term-area p {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #666; }

.accept-area {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

.dm-area {
  margin: -15px 0 25px 0; }

.mb-18 {
  margin-bottom: 18px;
}