/*
 Theme Name: natua-blog
 Theme URI: https://www.natua-web.com/blog/
 Author: Natua
 Description: Natua Blog theme
 Version: 1.0
*/

/* ==============================
   ????
============================== */
body {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro","Hiragino Sans","Meiryo","MS PGothic",sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #595757;
    background-color: #fff;
}

/* ==============================
   ??????entry-content?
============================== */
.entry-content {
    max-width: 720px;
    margin: 0 auto 2.5em;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.8;
}

/* ?? */
.entry-content p {
    margin: 0 0 1.6em;
}

/* ??? */
.entry-content h2 {
    margin: 2.4em 0 1em;
    line-height: 1.4;
}

.entry-content h3 {
    margin: 2em 0 0.9em;
    line-height: 1.4;
}

.entry-content h4 {
    margin: 1.8em 0 0.8em;
    line-height: 1.4;
}

/* ??? */
.entry-content ul,
.entry-content ol {
    margin: 0 0 1.8em 1.5em;
    padding: 0;
}

.entry-content li {
    margin-bottom: 0.6em;
    line-height: 1.6;
}

/* ?? */
.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 2em auto;
}

/* ??? */
.entry-content a {
    color: #0693e3;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #034a8f;
}

/* ?? */
.entry-content blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    margin: 1.8em 0;
    color: #555;
    font-style: italic;
}

/* ==============================
   ??????
============================== */
.single-post h1.entry-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

/* ???? */
.single-post .entry-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 28px;
}

/* ????? */
.single-post .entry-meta .category {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 8px;
}

.single-post .entry-meta .category a {
    color: #595757;
    text-decoration: none;
}

.single-post .entry-meta .category a:hover {
    color: #0693e3;
    text-decoration: underline;
}

/* ==============================
   ???
============================== */
@media screen and (max-width: 768px) {
    .entry-content {
        padding: 0 14px;
        font-size: 12px;
        line-height: 1.7;
    }

    .single-post h1.entry-title {
        font-size: 14px;
    }
}

/* ???? ???????????? */
#access {
  text-align: center;
}

#access h1 {
  margin: 0 auto;
  text-align: center;
}

/* ????SNS??????????????? */
#footer a,
#footer a:hover,
#footer a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
}

#footer a img {
  border: none !important;
  text-decoration: none !important;
}

/* ===== ???????????????? ===== */
footer #access {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

footer #access h1 {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* =====================================
   ???? ???????????????
   ===================================== */

/* ???? */
.entry-content {
    font-size: 16px !important;
    line-height: 1.8 !important;
    font-family: inherit !important;
}

/* ?? */
.entry-content p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 1.2em !important;
}

/* ??? */
.entry-content ul,
.entry-content ol {
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-left: 1.5em !important;
}

/* ???????? */
.entry-content h2 {
    font-size: 1.6em !important;
    margin: 2em 0 1em !important;
}
.entry-content h3 {
    font-size: 1.3em !important;
    margin: 1.8em 0 1em !important;
}
.entry-content h4 {
    font-size: 1.1em !important;
}

/* Gutenberg ?? */
.entry-content * {
    max-width: 100%;
    box-sizing: border-box;
}
/* =====================================
   ?????????14px??????
   ????? / ???? ???
   ===================================== */

/* ????? */
.entry-content {
    font-size: 14px !important;
    line-height: 1.8 !important;
    font-family: inherit !important;
}

/* ?? */
.entry-content p {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 1.2em !important;
}

/* ??? */
.entry-content ul,
.entry-content ol {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-left: 1.5em !important;
}

/* ??? ??? */
.entry-content h2 {
    font-size: 1.4em !important; /* ?19.6px */
    margin: 2em 0 1em !important;
}
.entry-content h3 {
    font-size: 1.25em !important; /* ?17.5px */
    margin: 1.8em 0 1em !important;
}
.entry-content h4 {
    font-size: 1.1em !important; /* ?15.4px */
}

/* Gutenberg?Bootstrap???? */
.entry-content * {
    max-width: 100%;
    box-sizing: border-box;
}
/* =====================================
   ???? ?????????????
   ===================================== */

/* ???? */
article {
    margin-bottom: 60px;
}

/* ?????? */
.entry-header {
    margin-top: 40px;
    margin-bottom: 30px;
}

/* ???? */
.entry-meta {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* ?????? */
.entry-content {
    margin-top: 0;
}

/* ?? */
.entry-content p {
    margin-bottom: 1.4em;
}

/* ????? */
.entry-content h2 {
    margin-top: 2.2em;
    margin-bottom: 1.2em;
}
.entry-content h3 {
    margin-top: 2em;
    margin-bottom: 1em;
}
.entry-content h4 {
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}

/* ??? */
.entry-content ul,
.entry-content ol {
    margin: 1.4em 0 1.4em 1.6em;
}

/* ?? */
.entry-content img {
    margin: 2em 0;
}
/* =====================================
   ??? ?????????
   ===================================== */

/* ?????? */
main.col-md-8 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

/* ??????? */
.entry-header,
.entry-content {
    padding-left: 0;
    padding-right: 0;
}

/* =====================================
   ????????????? ???????
   ?? / ?? ??????
   ===================================== */

/* ????????????? */
.entry-title,
.entry-title a,
.post-title,
.post-title a {
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 600;
}

/* ?????????????? */
.entry-meta,
.entry-meta span,
.entry-meta a,
.post-meta,
.post-meta span,
.post-meta a {
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: normal;
}

/* =====================================
   ?????? ?? ????????
   ===================================== */

/* ???????????? ??? */
.entry-title,
.entry-title a,
.post-title,
.post-title a {
    font-family:
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      "Yu Gothic",
      "YuGothic",
      "Meiryo",
      sans-serif !important;

    font-weight: 500 !important;
    letter-spacing: 0.03em;
}

/* =====================================
   ???? ?? ??????
   ===================================== */

/* Bootstrap???????????? */
main.col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
}

/* entry-content ????????? */
.entry-content {
    margin: 0;
    padding: 0;
    line-height: 2;
}

/* ???????????????????? */
.entry-content p {
    margin: 0 0 1.8em;
}
