@charset "UTF-8";

/*.single-post {
  padding: 6rem 2rem;
}
*/


.single-post__content-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.single-post__content-text th,
.single-post__content-text td {
  padding: 1.2rem 1.6rem;
  border: 1px solid #ddd;
  text-align: left;
}

.single-post__content-text th {
  background: #f5f5f5;
  font-weight: 600;
}

.single-post__content-text tr:nth-child(even) {
  background: #fafafa;
}

.single-post {
    padding-top: 10rem;
}


.single-post__inner {
  width: 90%;
  margin: 0 auto;
}

.single-post__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.single-post__meta {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 3rem;
  display: flex;
  gap: 2rem;
}

.single-post__content-text > * {
  margin-bottom: 3rem;
}

.single-post__content-text p {
    line-height: 1.8;
}

.single-post__content-text > *:last-child {
  margin-bottom: 0;
}

.single-post__content-text h1 {
  font-size: 2.6rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 1.3rem
}

.single-post__content-text h2 {
  font-size: 2.2rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 1.3rem
}

.single-post__content-text h3 {
  font-size: 1.9rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 1.3rem
}

.single-post__content-text h4 {
  font-size: 1.7rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 1.3rem
}

.single-post__content-text h5 {
  font-size: 1.5rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 1.3rem
}

.single-post__content-text h6 {
  font-size: 1.3rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 1.3rem
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back a {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1.3rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    background: #00D67E;
    color: #fff;
}

.single-post__back a:hover {    
    
}

@media screen and (min-width: 769px) {
    
    .single-post {
        padding-top: 16rem;
    }
    
    .single-post__inner {
        width: 108rem;
        margin: 0 auto;
    }
    
    .single-post__title {
        font-size: 2.8rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }
    
    .single-post__content-text > * {
        margin-bottom: 3rem;
    }
    
    .single-post__content-text h1 {
        font-size: 2.8rem;
        margin-bottom: 1.5rem
    }

    .single-post__content-text h2 {
        font-size: 2.4rem;
        margin-bottom: 1.5rem
    }

    .single-post__content-text h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }

    .single-post__content-text h4 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem
    }

    .single-post__content-text h5 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem
    }

    .single-post__content-text h6 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem
    }
    
    .single-post__back a {
        display: inline-block;
        padding: 1rem 4rem;
        text-decoration: none;
        font-size: 1.4rem;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        background: #00D67E;
        color: #fff;
        transition: 0.3s;
}

    .single-post__back a:hover {    
        transform: scale(1.1);
    }
    
}
