<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flow {
  margin: 140px auto 90px;
  max-width: 1054px;
  width: 95%;
}

#wpadminbar {
  display: none !important;
}

#list {
  margin-top: -100px;
  padding-top: 100px;
}

.flow h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.flow h2 span {
  color: #98815f;
}

.flow4-no {
  display: flex;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}

.flow4-no-f {
  position: relative;
  font-size: 28px;
  width: 320px;
  padding: 1em 0 1em 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow4-no-f span {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 54px;
  font-style: italic;
  vertical-align: middle;
  padding-right: 10px;
  color: rgba(51, 51, 51, 0.8);
}

.flow4-no-b {
  width: 600px;
  padding: 1.5em 1em 1.5em 0;
  position: relative;
  display: flex;
  align-items: center;
}

.flow4-no-a {
  height: 10px;
  text-align: center;
}

.flow.en .flow4-no {
  justify-content: flex-start;
}

.blanded_category {
  margin-top: 30px;
}

.blanded_category .category_title {
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
}

.logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_wrap img {
  width: 300px;
}

.oubo .content p a {
  color: #5f9898;
  text-decoration: underline;
}

.oubo .content p a:hover {
  text-decoration: none;
}

.metaslider .flexslider {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .flow {
    margin: 100px auto 60px;
    width: 95%;
  }
  .flow h2 {
    font-size: 24px;
  }
  .flow4-no {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .flow4-no-f {
    position: relative;
    font-size: 18px;
    padding: 0;
    text-align: center;
    width: auto;
  }
  .flow4-no-f span {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 26px;
    font-style: italic;
    vertical-align: middle;
    padding-right: 10px;
    color: rgba(51, 51, 51, 0.8);
  }
  .flow4-no-b {
    padding: 0;
    text-align: center;
    font-size: 14px;
    width: auto;
    justify-content: center;
  }
  .blanded_category {
    margin-top: 20px;
  }

  .logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo_wrap img {
    width: 300px;
  }
}
</pre></body></html>