@charset "utf-8";
/* CSS Document */
/* ------------------
  ヘッダー
-------------------*/
.header_wide .head-area {
  height: 217px;
}
.header_transparent .pankuzu, .header_transparent .pankuzu a {
  color: #3A3A3A;
}
main#main {
  padding: 0;
}
.blog-block {
  display: flex;
  flex-direction: column;
  width: 710px;
  margin: auto;
  padding: 0 0 120px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .header_wide .header-container {
    height: 130px;
    min-height: initial;
  }
  .header_wide .head-area {
    height: 0;
  }
  .blog-block {
    width: 100%;
  }
}
/* ------------------
  ブログ・ヘッド部分
-------------------*/
.blog-block-head {
  width: 100%;
}
.blog-block-head img {
  width: 100%;
  margin-bottom: 20px;
}
.blog-block-body {
  margin-bottom: 25px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .blog-block-body {
    padding: 0 15px;
  }
}
#main .blog-block .blog-block-body h1 {
  color: #3A3A3A;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #main .blog-block .blog-block-body h1 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
#main .blog-block .blog-block-body .blog-writer {
  color: #3A3A3A;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #main .blog-block .blog-block-body .blog-writer {
    margin-bottom: 40px;
  }
}
/* ------------------
  ブログライター
-------------------*/
.blog-writer-icon {
  width: 55px;
  height: 100%;
}
.blog-writer-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.blog-writer-data .blog-writer-name {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-writer-data .blog-writer-name {
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
.blog-writer-data .blog-writer-date {
  width: fit-content;
  font-size: 12px;
  margin-right: 20px;
}
.blog-writer-data .blog-writer-tag {
  width: fit-content;
  padding: 3px 10px;
  box-sizing: border-box;
  background-color: #D4D4D4;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .blog-writer-data .blog-writer-tag {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
/* ------------------
  ブログ上部
-------------------*/
#main .blog-block .blog-block-body .blog-block-content {
  color: #3A3A3A;
}
.blog-block-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.blog-block-content h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
.blog-block-content p {
  font-size: 16px;
  margin-bottom: 40px;
}
.blog-block-content ol {
  font-size: 16px;
  margin-bottom: 30px;
  list-style: decimal;
  padding-left: 32px;
}
.blog-block-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 32px;
}
.blog-block-content li {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.blog-block-content li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-block-content h2 {
    font-size: 18px;
  }
  .blog-block-content h3 {
    font-size: 16px;
    font-weight: normal;
  }
  .blog-block-content p {
    font-size: 14px;
  }
  .blog-block-content ol {
    font-size: 14px;
  }
  .blog-block-content ul {
    font-size: 14px;
  }
  .blog-block-content li {
    margin-bottom: 15px;
  }
}
/* ------------------
  ブログ下部
-------------------*/
.blog-footer-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.blog-footer-profile img {
  width: 123px;
  height: 123px;
}
.blog-footer-profile {
  width: 100%;
}
.blog-footer-text-top {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.blog-footer-text-bottom {
  color: #3A3A3A;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-block-footer {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .blog-footer-profile img {
    width: 87px;
    height: 87px;
  }
  .blog-footer-text-top {
    font-size: 14px;
  }
  .blog-footer-text-bottom {
    font-size: 14px;
  }
}
/* ------------------
  新着エリア
-------------------*/
.blog-block-new {
  padding: 0;
  box-sizing: border-box;
  margin-top: 40px;
}
.blog-block-new-head p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog-new-single {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 40px;
}
.blog-new-single:last-child {
  margin-bottom: 0;
}
.blog-new-img {
  width: 105px;
  height: 61px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.blog-new-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blog-new-text {
  width: calc(100% - 125px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.blog-new-title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.blog-new-tag {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #D4D4D4;
  font-size: 12px;
}
.blog-new-date {
  width: fit-content;
  margin-left: 15px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .blog-new-img {
    width: 80px;
    height: 47px;
  }
  .blog-new-text {
    width: calc(100% - 100px);
  }
  .blog-new-title {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}