
body {
    background-color: rgb(243, 247, 248);
}

h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem;
  }

  h2, .uk-h2 {
    font-size: 2rem;
  }
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
    margin: 0 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    color: #333;
    text-transform: none;
}

* + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6, * + .uk-heading-small, * + .uk-heading-medium, * + .uk-heading-large, * + .uk-heading-xlarge, * + .uk-heading-2xlarge
{
    margin-top: 40px;
}

* + h {
    margin-top: 20px;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
}

* + p {
    margin-top: 20px;
}

.navi {
    padding-left: 10px;
    padding-right: 10px;
}

nav.horizontal-navi > ul {
    padding: 0;
    display: flex;
}

nav.horizontal-navi > ul li {
    list-style: none;
    font-size: 0.875rem;
    color: #999;
}

nav.horizontal-navi > ul li:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin: 0 20px 0 calc(20px - 4px);
    font-size: 0.875rem;
    color: #999;
}

h1.column-title {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1.column-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

h1.column-title span {
    font-size: 1.5rem;
    line-height: 1.4;
    position: relative;
}

h1.column-title span:first-child::before,
h1.column-title span:last-child::before
{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 97%;
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

h1.column-title span:first-child::before {
    left: 0;
}

h1.column-title span:last-child::before {
    right: 0;
}

.blog {
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

article.blog {
    padding: 30px;
    /* xl: padding: 40px; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}

figure {
    margin: 0;
}

figure img {
    max-width: 100%;
}

/* from wordpress */
.has-text-align-center {
    text-align: center;
}

/* wordpress youtube responsive */
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
