@charset "UTF-8";
/* [ 株式会社ナビ ] : blog.css */
/* [ 株式会社ナビ ] : setting.scss */
/* +++ [ 幅設定 ] +++ */
/* $max_width: 1280px;
$inner_width: 1280px;
 */
/* +++ [ 色 ] ++++ */
/* ナビっぽい青 */
/* +++ [ グラデーション ] ++++ */
/* +++ [ グリッド ] +++ */

.wrap.bg.fixed {
  background-attachment: fixed !important; }

_::-webkit-full-page-media, _:future, :root .wrap.bg.fixed {
  background-attachment: scroll !important; }


/*==================================================*
 *  [ blog ]
 ==================================================*/

.new-blog {
  font-size: 2.5em;
  text-align: left;
  margin-bottom: 50px; }

.blog-contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .blog-contents img {
    display: block; }

.blog-title {
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 80%, rgba(0, 104, 183, 0.4) 80%); }

.blog-date {
  text-align: left; }

.article_body {
  text-align: left; }
  .article_body pre {
    text-align: center; }
  .article_body a {
    text-decoration: underline; }
    .article_body a:hover {
      text-decoration: none; }

.category {
  color: #666666;
  text-align: right;
  margin-bottom: 50px; }
  .category ul {
    display: inline-block;
    list-style: none; }
  .category a {
    color: #666666;
    text-decoration: underline; }
    .category a:hover {
      text-decoration: none; }

.post_link {
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: bold;
}

  .list_blog:before {
    content: "｜"; }
  .list_blog:after {
    content: "｜"; }
  .list_blog a { text-decoration: underline; }
  .list_blog a:hover { text-decoration: none; }

  .prev_blog, .next_blog { width: 130px; }
  .prev_blog a, .next_blog a { text-decoration: underline; }
  .prev_blog a:hover, .next_blog a:hover { text-decoration: none; }

/* PC */
@media print, screen and (min-width: 768px) {
  body { overflow-y: scroll; }

  .blog-contents { padding: 50px; }
  .blog-contents p { margin-bottom: 50px; }
  .blog-contents img { margin: 50px auto; }

  .blog-date { margin-top: 30px; }

  .article_body { margin: 0 auto 100px; }
  .article_body ul { margin-left: 25px; }

  .blog-title {
     font-size: 2.5em;
     line-height: 1.4;
  }

  .post_link {
    font-size: 1.1em;
   }
}

/* SP */
@media screen and (max-width: 767px) {
  .grid > * {
    margin-top: 40px !important;
    margin-left: 0 !important; }

  .blog-contents { padding: 10px; }
  .blog-contents p { margin-bottom: 25px; }
  .blog-contents img { margin: 20px auto; }

  .article_body { margin: 0 auto 60px; }
  .article_body ul { margin-left: 30px; }

  .blog-title {
    font-size: 2.0rem;
	line-height: 1.6;
  }

  .post_link { font-size: 0.9em; }
}

  .article_head { text-align: left; }
  .article_head ul {
    width: 100%;
    max-width: 750px;
    display: inline-block;
    list-style: none;
    text-align: left;
  }
  .article_head ul li > * {
    display: flex;
    color: #000;
  }
  .article_head ul li > * time {
    width: 8em;
    font-weight: bold;
  }
  .article_head ul li > * div { width: calc(100% - 8em); }
  .article_head ul li a .title { text-decoration: underline; }
  .article_head ul li a:hover .title,
  .article_head ul li a:active .title { text-decoration: none; }
  .article_head .text {
    display: block;
    font-size: 0.9em;
    color: #a9a9a9;
    margin-bottom: 30px;
  }
  .article_head ul li + li { margin-top: 10px; }

/*==================================================*
 *  [ サイドナビ ]
 *==================================================*/
.side_category {
  background-color: #edf4f9;
  padding: 20px;
  border-radius: 10px; }
  .side_category h2 {
    margin-bottom: 10px; }
  .side_category ul {
    list-style: none;
    text-align: left; }
  .side_category li {
    border-bottom: 1px dashed #696969;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    box-align: center; }
    .side_category li:first-child {
      border-top: 1px dashed #696969; }
    .side_category li:hover {
      background-color: #bddcf7; }
    .side_category li a {
      display: block; }

/* PC */
@media print, screen and (min-width: 768px) {
  .side_category li {
    line-height: 2.5;
    padding-left: 10px; } }
/* SP */
@media screen and (max-width: 767px) {
  .side_category li {
    line-height: 3.0;
    padding-left: 15px; } }

/*==================================================*
 *  [ お問い合わせ ]
 *==================================================*/
#contact {
  background: url(/wp-content/themes/navi/img/jizokukahojokin/contact_bg.jpg) center center no-repeat;
  background-size: cover; }
  #contact h3, #contact p {
    margin: 0; }
  #contact .tel {
    display: block;
    margin: 20px 0;
    padding: 8px 10px;
    font-size: 2.8rem;
    background: rgba(255, 255, 255, 0.3); }

@media screen and (max-width: 768px) {
  #contact .tel {
    margin: 10px 0; } }
/* */

.grecaptcha-badge {
	bottom: 104px!important;
	z-index: +10;
}