@import url(https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&display=swap);
@charset "UTF-8";
.blog-content * {
  font-family: "Nunito", sans-serif;
}

.blog-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-content h1 {
  font-size: 3rem;
  line-height: 1.33;
  margin-bottom: 1rem;
}

.blog-content h2 {
  font-size: 2rem;
  line-height: 1.33;
  padding: 0;
  margin: 0;
}

.blog-content h3 {
  font-size: 1.7em;
  line-height: 1.4;
}

.blog-content h4 {
  font-size: 1.4em;
  line-height: 1.4;
}

.blog-content ul {
  list-style-type: disc;
}

.blog-content ul li {
  margin-left: 20px;
}

.blog-content ol {
  list-style-type: decimal;
}

.blog-content ol li {
  margin-left: 20px;
}

.blog-content blockquote {
  border-radius: 4px;
  padding: 30px 30px 30px 80px;
  margin: 40px 0;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  color: #152035;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 24px;
  font-family: "Crete Round", serif !important;
}

.blog-content blockquote:before {
  content: "“";
  color: #ef8677;
  font-family: "Crete Round", serif !important;
  font-size: 100px;
  line-height: 0;
  left: 30px;
  top: 75px;
  position: absolute;
}

.blog_card {
  max-width: none;
  flex-grow: 1;
  padding: 0.5rem;
}
.blog_card .card-container {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: var(--theme-ui-colors-contentBg, #fff);
  border-radius: 1rem;
  transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
  overflow: hidden;
  height: 100%;
}
.blog_card .card-container:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0px 2px 4px rgba(46, 41, 51, 0.08), 0px 5px 10px rgba(71, 63, 79, 0.16);
}
.blog_card .card-container article {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  align-items: stretch;
  height: 100%;
  flex-direction: row;
  border-left-style: solid;
  border-left-width: 5px;
  display: flex;
}
.blog_card .card-container article .contents {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-height: 100px;
  padding: 1rem;
}
.blog_card .card-container article .contents a {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-weight: bold;
  line-height: 1.33;
  display: block;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 1rem;
}
.blog_card .card-container article .contents .content {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-size: 0.75rem;
  margin: 0;
  display: flex;
  align-items: center;
}
.blog_card .card-container article .contents .content .inside {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--theme-ui-colors-omega, #a0aec0);
  display: flex;
}
.blog_card .card-container article .contents .content .inside .author {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-right: 0.5rem;
  display: inline-block;
  flex-basis: auto;
}
.blog_card .card-container article .contents .content .inside .metas {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog_card .card-container article .contents .content .inside .metas > *:not(:last-child) + *:before {
  content: " ・ ";
}
.blog_card .card-container article .contents .content .inside .date {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: inline-block;
}

.css-12o0vr3 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 640px) {
  .css-12o0vr3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .css-lbkjb9 {
    max-width: 500px;
  }
}
.css-lbkjb9 {
  box-sizing: border-box;
  margin: 0px auto;
  min-width: 0px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-radius: 9999px;
  background-color: #fff;
  max-width: none;
  padding: 0.25rem;
  display: flex;
}

.css-1ez39j2 {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 33.3333%;
}

.css-1x0v1y5 {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 33.3333%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.css-1ez39j2 {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 33.3333%;
}

.css-19qoyr9 {
  box-sizing: border-box;
  margin: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  font-size: inherit;
  padding: 0.5rem 1rem;
  -o-border-image: initial;
     border-image: initial;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  outline: 0px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 9999px;
  cursor: pointer;
  border-width: 3px;
  border-style: solid;
  transition: all 250ms ease 0s;
  min-width: 100%;
}

.css-798vu2 {
  box-sizing: border-box;
  margin: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  font-size: inherit;
  padding: 0.5rem 1rem;
  -o-border-image: initial;
     border-image: initial;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  outline: 0px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 9999px;
  cursor: pointer;
  border-width: 3px;
  border-style: solid;
  transition: all 250ms ease 0s;
  min-width: 100%;
}
