/*=======================================
ブログ
=========================================*/
.p-blog__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  .p-blog__content {
    flex-wrap: wrap;
  }
}

.p-blog__txt1 p {
  text-align: center;
  font-size: 16px;
  padding-top: 26px;
  padding-bottom: 46px;
  letter-spacing: 0.1em;
}

.p-blog__archive {
  float: left;
  width: 72.5%;
}

.p-blog__archive .block1 {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
}

.p-blog__archive .block1 .date {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #c4c4c4;
}

.p-blog__archive .block1 .category {
  background: #999;
  color: #fff;
  font-size: 11px;
  line-height: 150%;
  padding: 4px 10px;
}

.p-blog__archive .block1 h3 {
  padding-top: 16px;
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}

.p-blog__archive .block1 h3 a {
  text-decoration: none;
  color: #1c76c8;
}

.p-blog__archive .block1 h3 a:hover {
  text-decoration: underline;
}

.p-blog__archive .block1 .heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.p-blog__archive .block1 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}

@media (max-width: 768.98px) {
  .p-blog__archive .block1 .content {
    flex-wrap: wrap;
  }
}

.p-blog__archive .block1 .content .img {
  width: 51.07526%;
}

.p-blog__archive .block1 .content .txt {
  width: 44.892473%;
  font-size: 14px;
  line-height: 190%;
}

.p-blog__archive .block1 .c-btn1 {
  border-top: 1px dotted #1c76c8;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.p-blog__archive .block1 .c-btn1 a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1c76c8;
  color: #fff;
  width: 240px;
  height: 60px;
  transition: all 0.4s ease;
}

.p-blog__archive .block1 .c-btn1 a:hover{
  opacity: 0.5;
}

.p-blog__sidebar {
  width: 24.1666%;
}

.p-blog__sidebar .block1 {
  margin-bottom: 36px;
}

.p-blog__sidebar .block1 h5 {
  font-size: 16px;
  font-weight: normal;
  color: #1c76c8;
  margin-bottom: 10px;
  padding-left: 10px;
  letter-spacing: 0.2rem;
  border-left: 4px solid #1c76c8;
  font-family: "Sawarabi Mincho";
}

.p-blog__sidebar .block1 ul {
  list-style: none;
  padding: 0;
}

.p-blog__sidebar .block1 li {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

.p-blog__sidebar .block1 li a {
  display: block;
  color: #333;
  text-decoration: none;
  background: url(../img/news/icon_2.png) no-repeat left center;
  padding-left: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Sawarabi Mincho";
}

.p-blog__sidebar .block1.calendar .month {
  text-align: center;
  margin-bottom: 8px;
}

.p-blog__sidebar .block1.calendar .month span, .p-blog__sidebar .block1.calendar .month p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 100%;
}

.p-blog__sidebar .block1.calendar .month span {
  width: 16px;
}

.p-blog__sidebar .block1.calendar .month p {
  width: calc(100% - 32px);
  font-size: 12px;
}

.p-blog__sidebar .block1.calendar table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}

.p-blog__sidebar .block1.calendar thead th {
  background: #E9E9E9;
  color: #1c76c8;
  font-family: "Playfair Display", cursive;
}

.p-blog__sidebar .block1.calendar th {
  font-weight: normal;
  font-size: 12px;
}

.p-blog__sidebar .block1.calendar td {
  font-size: 14px;
  background: #fff;
  font-family: "Playfair Display", cursive;
}

.p-blog__sidebar .block1.calendar td.other {
  color: #999;
}

.p-blog__sidebar .block1.calendar td.hasSchedule {
  padding-top: 0;
  padding-bottom: 0;
}

.p-blog__sidebar .block1.calendar td.hasSchedule a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #1c76c8;
  text-decoration: underline;
  color: #fff;
}

.p-blog__sidebar .block1.calendar td.hasSchedule a:hover {
  text-decoration: none;
}

.p-blog__sidebar .block1.calendar th, .p-blog__sidebar .block1.calendar td {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-blog__btn1 {
  margin-bottom: 70px;
}

/*=======================================
ブログ 詳細
=========================================*/
.p-blog__detail {
  margin-bottom: 70px;
  width: 72.5%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  padding-top: 0;
  border: 1px solid #E5E5E5;
}


.p-blog__detail .footer .nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media (max-width: 768.98px) {
  .p-blog__detail .footer .nav ul {
    flex-wrap: wrap;
  }
}

.p-blog__detail .heading {
  margin: 30px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc; */
}

.p-blog__detail .heading .date {
  color: #c4c4c4;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.p-blog__detail .heading .category {
  background: #999;
  color: #fff;
  font-size: 11px;
  line-height: 150%;
  padding: 4px 10px;
}

.p-blog__detail .heading .taxonomy {
  width: 100%;
  border-top: 1px dotted #999;
  padding-top: 18px;
  margin-bottom: 0;
}

.p-blog__detail .heading h3 {
  width: 100%;
  padding-top: 8px;
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.4rem;
  font-family: "Sawarabi Mincho";
}

.p-blog__detail .heading .sns li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
}

.p-blog__detail .heading .sns li.facebook .fb_iframe_widget span {
  vertical-align: top !important;
}

.p-blog__detail .content {
  font-size: 14px;
  line-height: 190%;
}

.p-blog__detail .content p {
  margin-bottom: 25px;
}

.p-blog__detail .content h2 {
  color: #1c76c8;
  margin: 40px 0 30px;
  padding: 12px;
  font-size: 20px;
  border: 1px solid #1c76c8;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
}

.p-blog__detail .content h3 {
  padding: 2px 12px;
  border-left: 4px solid #1c76c8;
  color: #1c76c8;
  margin: 40px 0 30px;
  font-size: 18px !important;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  position: relative;
}
.p-blog__detail .content h3:before {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 100%;
  border-bottom: 1px solid #1c76c8;
  left: -4px;
}

.p-blog__detail .content h4 {
  color: #1c76c8;
  padding-left: 18px;
  margin: 40px 0 30px;
  font-size: 18px !important;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  position: relative;
}
.p-blog__detail .content h4:before {
  content: "・";
  position: absolute;
  left: -18px;
  top: -17px;
  font-size: 40px;
}

.p-blog__detail .content .enclosure01 {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0;
}

.p-blog__detail .content .enclosure01 p:last-child {
  margin-bottom: 0;
}

.p-blog__detail .content .enclosure02 {
  background: #F3F3F3;
  padding: 20px;
  margin: 20px 0;
}

.p-blog__detail .content .enclosure02 p:last-child {
  margin-bottom: 0;
}

.p-blog__detail .content .enclosure03 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 0;
  margin: 20px 0;
}

.p-blog__detail .content .enclosure03 p:last-child {
  margin-bottom: 0;
}

.p-blog__detail .footer .sns {
  margin-bottom: 40px;
}

.p-blog__detail .footer .sns li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
}

.p-blog__detail .footer .sns li.facebook .fb_iframe_widget span {
  vertical-align: top !important;
}

.p-blog__detail .footer .writter {
  margin-bottom: 38px;
}

.p-blog__detail .footer .writter h4 {
  font-size: 16px;
  font-weight: normal;
  color: #B8273D;
  margin-bottom: 5px;
  background: url(../img/blog/side_icon1.png) no-repeat left center;
  padding-left: 23px;
}

.p-blog__detail .footer .writter .box1 {
  border: 5px solid #E4E4E4;
  padding: 18px;
}

.p-blog__detail .footer .writter .box1 .img {
  float: left;
  width: 112px;
}

.p-blog__detail .footer .writter .box1 .txt {
  margin-left: 135px;
}

.p-blog__detail .footer .writter .box1 .txt h5 {
  font-size: 16px;
  color: #646442;
  line-height: 140%;
  margin-bottom: 14px;
}

.p-blog__detail .footer .writter .box1 .txt p {
  font-size: 14px;
  line-height: 180%;
}

.p-blog__detail .footer{
  background-color: transparent;
}

.p-blog__detail .footer .nav {
  padding: 32px 0;
  border-bottom: 1px dotted #c4c4c4;
  border-top: 1px dotted #c4c4c4;
  margin: 80px 0 30px;
}

.p-blog__detail .footer .nav a {
  display: block;
  color: #1c76c8;
  text-decoration: none;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
}

.p-blog__detail .footer .nav ul {
  margin: 0;
}

.p-blog__detail .footer .nav li {
  width: 43.01075%;
}

.p-blog__detail .footer .nav li.prev a {
  background-image: url(../img/news/icon_3_left.svg);
  background-position: left center;
  padding-left: 42px;
}

.p-blog__detail .footer .nav li.next a {
  background-image: url(../img/news/icon_3.svg);
  background-position: right center;
  padding-right: 42px;
}

/* ----------------------------- スマホ */
@media screen and (max-width: 767px) {
  .p-blog__txt1 p {
    padding-bottom: 26px;
    font-size: 14px;
  }

  .p-blog__archive, .p-blog__detail, .p-blog__sidebar {
    float: none;
    width: auto;
  }

  .p-blog__archive .block1 {
    padding: 15px;
    margin-bottom: 25px;
  }

  .p-blog__archive .block1 .date {
    font-size: 12px;
  }

  .p-blog__archive .block1 .category {
    font-size: 10px;
  }

  .p-blog__archive .block1 h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .p-blog__archive .block1 .content .img, .p-blog__archive .block1 .content .txt {
    float: none;
    width: auto;
  }

  .p-blog__archive .block1 .content .img {
    margin-bottom: 15px;
  }

  .p-blog__detail {
    padding: 15px;
    padding-top: 0;
  }

  .p-blog__detail .heading .date {
    font-size: 12px;
  }

  .p-blog__detail .heading .category {
    font-size: 10px;
  }

  .p-blog__detail .heading h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .p-blog__detail .footer .writter .box1 {
    border-width: 3px;
  }

  .p-blog__detail .footer .writter .box1 .img {
    float: none;
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }

  .p-blog__detail .footer .writter .box1 .txt {
    margin-left: 0;
  }

  .p-blog__detail .footer .nav li {
    float: none;
    width: auto;
    margin-bottom: 15px;
  }

  .p-blog__sidebar {
    margin-bottom: 80px;
  }
  .ajax-load-more-wrap{
    margin-bottom: 80px;
  }
}
