/* Blog
---------------------------------------------------------- */

/* ----- key ----- */

.blog .l-sub_top {
  background: url(../img/img_key.jpg) no-repeat center;
  background-size: cover;
}

/* ----- common ----- */

.p-blog_cont {
  display: flex;
}

.p-blog_main {
  width: 65%;
  margin-right: 5%;
}

.p-blog_main_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'Shippori Mincho', serif;
  border-bottom: solid 1px;
  color: #68c3c5;
  margin-bottom: 20px;
}

.p-blog_flex {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.p-blog_date {
  font-family: 'Lato';
  color: #575656;
}

.p-blog_flex .p-blog_date {
  margin-right: 50px;
}

.p-blog_cate {
  background: #cdebeb;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-blog_cate + .p-blog_cate {
  margin-left: 10px;
}

.p-blog_article {
  border-bottom: dashed 1px #b7b7b7;
  padding: 30px 0 35px;
}

.p-blog_article a {
  color: inherit !important;
}

.p-blog_article .c-txt_link {
  text-align: right;
  display: block;
  margin-top: 20px;
  color: #68c3c5 !important;
}

.p-blog_article_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-family: 'Shippori Mincho', serif;
}

.p-blog_side {
  width: 30%;
}

.p-blog_side_ttl {
  font-size: 20px;
  font-size: 2rem;
  /*  font-family: 'Shippori Mincho', serif;*/
  background-color: #f5f5f5;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 15px;
}

.p-blog_side .p-blog_side_inner:not(:last-child) {
  margin-bottom: 40px;
}

.p-blog_side_inner ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 14px;
}

.p-blog_side_inner ul li::before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: 0;
  transform: scale(0.5, 1);
}

.p-blog_side_inner ul li a {
  color: inherit !important;
}

.p-blog_side_inner select {
  width: 100%;
  border: solid 1px #ddd;
  background-color: none;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}


/* ----- detail ----- */
.p-blog_detail {
  padding-bottom: 40px;
}

.p-blog_detail h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  border-bottom: solid 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.p-blog_detail_cont p {
  margin-bottom: 20px;
}

.p-blog_detail_cont strong {
  font-weight: bold;
}

.p-blog_detail_cont img {
  margin: auto auto 20px;
}

/* ----- pager ----- */
.p-blog_pager_pos {
  margin-top: 30px;
  position: relative;
}

.p-blog_pager {
  display: flex;
  justify-content: center;
}

.p-blog_pager a {
  color: #848484;
  width: 35px;
  text-align: center;
  line-height: 35px;
}

.p-blog_pager a:hover {
  background-color: #e3e3e3;
  border-radius: 30px;
}

.p-blog_pager li .current {
  background-color: #f2f2f2;
  border-radius: 30px;
}

.p-blog_arw a {
  color: #848484;
  line-height: 35px;
  padding: 0 10px;
}

.p-blog_arw a:hover {
  background-color: #e3e3e3;
  border-radius: 30px;
}

.p-blog_next {
  position: absolute;
  left: 0;
  top: 0;
}

.p-blog_prev {
  position: absolute;
  right: 0;
  top: 0;
}

/* =================================
 PC blog
================================= */

@media screen and (min-width: 768px) {}


/* =================================
  IE blog
================================= */

_:-ms-lang(x)::-ms-backdrop,
.xxxxx {}


/* =================================
  PC min blog
================================= */

@media only screen and (max-width: 1240px) and (min-width: 768px) {}


/* =================================
  TAB blog
================================= */

@media screen and (min-width: 768px) and (max-width: 960px) {}


/* =================================
 SP blog
================================= */

@media screen and (max-width: 767px) {


  /* ----- common ----- */

  .p-blog_cont {
    display: block;
  }

  .p-blog_main {
    width: 100%;
    margin-right: 0%;
  }

  .p-blog_main_ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .p-blog_flex {
    margin-bottom: 6px;
  }

  .p-blog_date {}

  .p-blog_flex .p-blog_date {
    margin-right: 20px;
  }

  .p-blog_cate {
    background: #cdebeb;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-blog_cate + .p-blog_cate {
    margin-left: 5px;
  }

  .p-blog_article {
    padding: 15px 0 20px;
  }

  .p-blog_article_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .p-blog_side {
    width: 100%;
    margin-top: 100px;
  }

  .p-blog_side_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .p-blog_side .p-blog_side_inner:not(:last-child) {
    margin-bottom: 20px;
  }

  .p-blog_side_inner ul li {
    margin-bottom: 10px;
  }

  .p-blog_side_inner select {
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* ----- detail ----- */
  .p-blog_detail {
    padding-bottom: 10px;
  }

  .p-blog_detail h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .p-blog_detail_cont p {
    margin-bottom: 10px;
  }

  .p-blog_detail_cont img {
    margin: auto auto 15px;
  }




  /* ----- pager ----- */
  .p-blog_pager_pos {
    margin-top: 20px;
  }

  .p-blog_next {
    top: 50px;
  }

  .p-blog_prev {
    top: 50px;
  }

  .detail .p-blog_next,
  .detail .p-blog_prev {
    top: 0px;
  }

}


/* =================================
 iphone5s,SE blog
================================= */

@media screen and (max-width: 320px) {}