@charset "UTF-8";


/*---------------------------------------
    blog single
---------------------------------------*/
.blog.single .textBox {
}
.blog.single .textBox ul {
    list-style: disc;
    margin-bottom: 30px;
}
.blog.single .textBox ul li {
    margin-left: 22px;
}
.blog.single .textBox a {
    color: #2271b1;
    text-decoration: underline;
}
.blog.single .textBox h1 {
    margin: 38px 0 18px;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 600;
}
.blog.single .textBox h2 {
    margin: 38px 0 18px;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}
.blog.single .textBox h3 {
    margin: 38px 0 18px;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
}
.blog.single .textBox h4 {
    margin: 38px 0 18px;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
}
.blog.single .textBox h5 {
    margin: 38px 0 18px;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}
.blog.single .textBox h6 {
    margin: 38px 0 18px;
    line-height: 1.4;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

@media all and (max-width: 834px) {
    .blog.single .textBox h1 {
        font-size: 3.4rem;
    }
    .blog.single .textBox h2 {
        font-size: 2.5rem;
    }
    .blog.single .textBox h3 {
        font-size: 1.9rem;
    }
    .blog.single .textBox h4 {
        font-size: 1.6rem;
    }
    .blog.single .textBox h5 {
        font-size: 1.2rem;
    }
    .blog.single .textBox h6 {
        font-size: 1rem;
    }
}


/* end */