@charset "UTF-8";

/*----------------------------------------
flow
----------------------------------------*/
/*----------------------------------------
Variables
----------------------------------------*/
/* # Color */
/* # Shadow */
/* # Hover */
/* # Font Family */
/* # Font Weight */
/* # Width */
/* # Height */
/* # Padding */
/* # Easing */
/* #icomoon */
@media screen and (max-width: 767px) {
  main.posts.archive .wp-pagenavi {
    padding: 30px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  main.posts.archive .wp-pagenavi {
    padding: 25px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  main.posts.archive .page-content {
    padding: 80px 0 80px 0;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 190px, #f2f2f2 191px, #ececec 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 190px, #f2f2f2 191px, #ececec 100%);
  }
}

@media screen and (min-width: 768px) {
  main.posts.archive .page-content {
    padding: 180px 0 120px 0;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 280px, #f2f2f2 281px, #ececec 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 280px, #f2f2f2 281px, #ececec 100%);
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content {
    padding: 80px 0 80px 0;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 190px, #f2f2f2 191px, #ececec 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 190px, #f2f2f2 191px, #ececec 100%);
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content {
    padding: 160px 0 160px 0;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 280px, #f2f2f2 281px, #ececec 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 280px, #f2f2f2 281px, #ececec 100%);
  }
}

main.posts.single .page-content .box {
  display: block;
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .box .box-inner {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .box .box-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .box.post-foot-lastest .box-inner, main.posts.single .page-content .box.post-foot-cats .box-inner {
    max-width: 850px;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-head {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-head {
    margin-bottom: 40px;
  }
}

main.posts.single .page-content .post-head .entry-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-head .entry-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-head .entry-date {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-head .cat-wrap {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-head .cat-wrap {
    margin-top: 15px;
  }
}

main.posts.single .page-content .post-head .cat-wrap > a {
  margin-right: 10px;
  line-height: 2;
  color: #3578b5;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-head .cat-wrap > a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-head .cat-wrap > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

main.posts.single .page-content .post-head .thumb-wrap {
  text-align: center;
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-head .thumb-wrap {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-head .thumb-wrap {
    margin-top: 30px;
  }
}

main.posts.single .page-content .post-content .post-author {
  background: #ececec;
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-content .post-author {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-content .post-author {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-content .post-author .inner-author {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-content .post-author .inner-author {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-foot .box .box-inner {
    margin-top: 20px;
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-foot .box .box-inner {
    margin-top: 20px;
    padding: 60px 0;
  }
}

main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category {
  margin: 0;
  list-style: none;
}

main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category li {
  margin: 0;
  text-indent: 0;
}

main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category li, main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category a {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category li, main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category a {
    line-height: 2.5;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category li, main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category a {
    line-height: 2.5;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category a {
    margin-right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category a {
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category .children {
  display: inline;
}

main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category .children > li {
  position: relative;
  list-style: none;
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category .children > li {
    padding-left: 18px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category .children > li {
    padding-left: 18px;
  }
}

main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category .children > li:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 1px;
  background: rgba(43, 43, 43, 0.8);
  content: "";
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category .children > li:before {
    top: 8px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category .children > li:before {
    top: 11px;
  }
}

main.posts.single .page-content .post-foot .post-foot-cats ul.foot-category .children > li > a {
  color: rgba(43, 43, 43, 0.8);
}

main.posts.single .page-content .post-foot .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  main.posts.single .page-content .post-foot .btn-wrap {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .page-content .post-foot .btn-wrap {
    margin-top: 80px;
  }
}

main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat {
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat li {
  margin: 0;
  text-indent: 0;
}

@media screen and (max-width: 767px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat > li {
    margin: 5px 0;
  }
}

@media screen and (min-width: 768px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat > li {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat li, main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat a {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat a {
    margin-right: 15px;
    line-height: 2.5;
  }
}

@media screen and (max-width: 767px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat .children {
    display: inline;
  }
}

main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat .children > li {
  position: relative;
  list-style: none;
}

@media screen and (max-width: 767px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat .children > li {
    padding-left: 18px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat .children > li {
    padding-left: 18px;
  }
}

main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat .children > li:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 1px;
  background: rgba(43, 43, 43, 0.8);
  content: "";
}

@media screen and (max-width: 767px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat .children > li:before {
    top: 8px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat .children > li:before {
    top: 11px;
  }
}

main.posts.blog.archive .sidebar .side-item.side-cat ul.sidebar-blog-cat .children > li > a {
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (min-width: 768px) {
  main.posts.news.archive .inner {
    max-width: 880px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1281px) {
  main.posts.news.archive .inner {
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main > * {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main > * {
    margin-bottom: 20px;
  }
}

main.posts.single .post-content .content-main #toc_container {
  background: #ebf2fa;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main #toc_container {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main #toc_container {
    padding: 40px 40px;
  }
}

main.posts.single .post-content .content-main #toc_container .toc_title {
  border-left: 1px solid #3578b5;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main #toc_container .toc_title {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main #toc_container .toc_title {
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 25px;
  }
}

main.posts.single .post-content .content-main #toc_container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.posts.single .post-content .content-main #toc_container ul li {
  margin: 0;
  padding: 0;
  text-indent: inherit;
}

main.posts.single .post-content .content-main #toc_container ul span.toc_number {
  display: none;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main #toc_container ul a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main #toc_container ul a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

main.posts.single .post-content .content-main h2 {
  border-bottom: 1px solid #3578b5;
  line-height: 1.86667;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main h2 {
    margin-top: 40px;
    padding-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main h2 {
    margin-top: 50px;
    padding-bottom: 15px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

main.posts.single .post-content .content-main h3 {
  border-left: 1px solid #3578b5;
  line-height: 1.86667;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main h3 {
    margin-top: 40px;
    padding-left: 13px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main h3 {
    margin-top: 50px;
    padding-left: 17px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

main.posts.single .post-content .content-main h4, main.posts.single .post-content .content-main h5, main.posts.single .post-content .content-main h6 {
  line-height: 1.86667;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main h4, main.posts.single .post-content .content-main h5, main.posts.single .post-content .content-main h6 {
    margin-top: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main h4, main.posts.single .post-content .content-main h5, main.posts.single .post-content .content-main h6 {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main.posts.single .post-content .content-main p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

main.posts.single .post-content .content-main .wp-block-quote {
  border: 1px solid #dedede;
  background: #f9f9f9;
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-quote {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-quote {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-quote p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-quote p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main ul li, main.posts.single .post-content .content-main ol li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main ul li, main.posts.single .post-content .content-main ol li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main ul {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main ul {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main ol {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main ol {
    padding-left: 10px;
  }
}

main.posts.single .post-content .content-main ol li {
  padding-left: 0;
}

main.posts.single .post-content .content-main .wp-block-code {
  background: #ececec;
  line-height: 2.14;
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-code {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-code {
    padding: 40px 40px;
  }
}

main.posts.single .post-content .content-main .wp-block-code code {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-code code {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-code code {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

main.posts.single .post-content .content-main .wp-block-pullquote {
  border-top: 1px solid #3578b5;
  border-bottom: 1px solid #3578b5;
  background: #ebf2fa;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-pullquote {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-pullquote {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-pullquote blockquote p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-pullquote blockquote p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

main.posts.single .post-content .content-main .wp-block-pullquote blockquote cite {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-pullquote blockquote cite {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-pullquote blockquote cite {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

main.posts.single .post-content .content-main .wp-block-table {
  overflow-x: inherit;
  margin-right: 0;
}

main.posts.single .post-content .content-main .wp-block-table table thead th {
  background: #ececec;
}

main.posts.single .post-content .content-main .wp-block-table table th, main.posts.single .post-content .content-main .wp-block-table table td {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-table table th, main.posts.single .post-content .content-main .wp-block-table table td {
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-table table th, main.posts.single .post-content .content-main .wp-block-table table td {
    padding: 5px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

main.posts.single .post-content .content-main .wp-block-table table th:last-child, main.posts.single .post-content .content-main .wp-block-table table td:last-child {
  border-right: 1px solid #dedede;
}

main.posts.single .post-content .content-main .wp-block-table table tr:last-child {
  border-bottom: 1px solid #dedede;
}

main.posts.single .post-content .content-main .wp-block-button a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-button a {
    padding: 16px 17px;
    border-radius: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-button a {
    padding: 19px 27px;
    border-radius: 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

main.posts.single .post-content .content-main .wp-block-button.is-style-outline a {
  background: #f9f9f9;
  -webkit-box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
          box-shadow: 3px 3px 6px #d2d2d2, -3px -3px 6px #ffffff;
}

main.posts.single .post-content .content-main hr.wp-block-separator.is-style-dots {
  color: #a8a8a8;
}

main.posts.single .post-content .content-main hr.wp-block-separator.is-style-wide {
  border-color: #a8a8a8;
  border-bottom: none;
}

main.posts.single .post-content .content-main hr.wp-block-separator.is-style-default {
  margin-right: auto;
  margin-left: auto;
  border-color: #a8a8a8;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main hr.wp-block-separator.is-style-default {
    width: 80px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main hr.wp-block-separator.is-style-default {
    width: 100px;
  }
}

main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table caption {
  color: rgba(43, 43, 43, 0.8);
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table caption {
    margin-bottom: 15px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table caption {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table thead th {
  background: #ececec;
}

main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table th, main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table td {
  border-color: #dedede;
  text-align: center;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table th, main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table td {
    padding: 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table th, main.posts.single .post-content .content-main .wp-block-calendar table.wp-calendar-table td {
    padding: 11px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

main.posts.single .post-content .content-main .wp-block-calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-calendar .wp-calendar-nav {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-calendar .wp-calendar-nav {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  main.posts.single .post-content .content-main .wp-block-calendar .wp-calendar-nav span, main.posts.single .post-content .content-main .wp-block-calendar .wp-calendar-nav a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  main.posts.single .post-content .content-main .wp-block-calendar .wp-calendar-nav span, main.posts.single .post-content .content-main .wp-block-calendar .wp-calendar-nav a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

main.posts.single .post-content .content-main strong {
  font-weight: bold;
}
/*# sourceMappingURL=../maps/page/posts.css.map */
