.p_blog {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .p_blog {
    margin-bottom: 100px;
  }
}
.p_blog .main-visual {
  overflow: hidden;
  height: 281px;
  padding-top: 80px;
  margin-bottom: 58px;
}
@media screen and (max-width: 750px) {
  .p_blog .main-visual {
    height: 200px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.p_blog .main-visual .sub-title {
  position: absolute;
  width: 170px;
  top: 115px;
  left: calc(50% - 85px);
  display: block;
}
@media screen and (max-width: 750px) {
  .p_blog .main-visual .sub-title {
    width: 113px;
    top: 91px;
    left: calc(50% - 57px);
  }
}
.p_blog .main-visual .title {
  position: absolute;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  top: 195px;
  left: 0;
  text-align: center;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_blog .main-visual .title {
    font-size: 18px;
    top: 138px;
  }
}
.p_blog .button {
  background-color: #E0A568;
  border: solid #E0A568 1px;
  width: 315px;
  height: 55px;
  padding: 15px 0;
  margin: 70px auto 30px;
  color: #FDFDFD;
  border-radius: 4px;
  box-shadow: #ac6f30 0 2px 0;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  top: 0;
}
@media screen and (max-width: 750px) {
  .p_blog .button {
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    border-radius: 2px;
  }
}
.p_blog .button::before {
  background-image: url(../images/common/arrow-white.svg);
}
@media screen and (max-width: 750px) {
  .p_blog .button::before {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 750px) {
  .p_blog .button.button-list::before {
    transform: rotate(0);
  }
}
.p_blog .button:hover {
  top: 2px;
  box-shadow: #ac6f30 0 0 0;
  cursor: pointer;
}

.content {
  width: 800px;
  margin: 150px auto 0;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .content {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .content {
    width: 100%;
    padding: 0 30px;
    margin-top: 0;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
@media screen and (max-width: 750px) {
  .blog-list {
    gap: 25px;
    margin-bottom: 60px;
  }
}
.blog-list .item {
  width: calc(33.33% - 37px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .blog-list .item {
    width: calc(50% - 13px);
  }
}
.blog-list .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-list .item .thumbnail {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .blog-list .item .thumbnail {
    width: 100%;
    height: auto;
  }
}
.blog-list .item .date {
  color: #E0A568;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .blog-list .item .date {
    font-size: 13px;
    line-height: 18px;
  }
}
.blog-list .item .cat-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 4px auto 6px;
}
@media screen and (max-width: 750px) {
  .blog-list .item .cat-wrap {
    margin: 10px auto;
  }
}
.blog-list .item .category {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .blog-list .item .category {
    font-size: 11px;
    line-height: 16px;
  }
}
.blog-list .item .category .category-item {
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  padding: 1px 5px;
  color: #ac6f30;
  background-color: #D5D9D1;
}
.blog-list .item .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.p_single {
  margin-bottom: 0;
}
.p_single h1, .p_single h2, .p_single h3, .p_single h4, .p_single h5, .p_single h6 {
  font-weight: bold;
  margin: 10px 0;
}
.p_single ul {
  padding-left: 20px;
  margin: 10px 0;
  list-style-type: initial;
}
.p_single ul li {
  list-style-type: initial;
}
.p_single ol {
  padding-left: 20px;
  margin: 10px 0;
  list-style-type: decimal;
}
.p_single ol li {
  list-style-type: decimal;
}
.p_single a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p_single a:hover {
  opacity: 0.6;
}

.single .blog-article {
  margin: 61px auto 110px;
  position: relative;
}
.single .blog-article .thumbnail {
  width: 100%;
}
.single .blog-article .date {
  color: #E0A568;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
}
.single .blog-article .cat-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 4px auto 6px;
}
.single .blog-article .category {
  margin: 0;
}
.single .blog-article .category .category-item {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  padding: 1px 5px;
  color: #ac6f30;
  background-color: #D5D9D1;
}
.single .blog-article .title {
  font-size: 26px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
.single .blog-article .thumbnail {
  margin-bottom: 80px;
}
.single .single-content p {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 40px;
}
.single .single-content img {
  width: 100%;
  margin-bottom: 40px;
}
.single .links {
  padding: 70px 0 120px;
  background-color: #F5F5F5;
}
.single .links .h_title {
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #E0A568;
}
.single .links .links-inside {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .single .links .links-inside {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .single .links .links-inside {
    width: 100%;
    padding: 0 30px;
  }
}

.categories-box {
  position: absolute;
  top: 320px;
  left: calc(50% - 400px);
  width: 800px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #C2B692;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .categories-box {
    border-bottom: none;
    position: relative;
    left: 30px;
    display: block;
    top: 0;
    width: calc(100% - 60px);
  }
}
.categories-box .category-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.05em;
  width: 100px;
}
@media screen and (max-width: 750px) {
  .categories-box .category-title {
    width: auto;
    border-bottom: solid 1px #C2B692;
    padding-bottom: 3px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.categories-box .category-list {
  display: flex;
  gap: 13px;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 100px);
}
@media screen and (max-width: 750px) {
  .categories-box .category-list {
    width: auto;
    display: block;
  }
}
.categories-box .category-list__item {
  margin-left: 12px;
}
@media screen and (max-width: 750px) {
  .categories-box .category-list__item {
    margin-left: 0;
  }
}
.categories-box .category-list__item:nth-child(2) {
  margin-left: 0;
}
.categories-box .category-list__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #d5ba9d;
}
.categories-box .category-list__link:hover, .categories-box .category-list__link.active-cat, .categories-box .category-list__link.active {
  color: #E0A568;
  background-color: #D5D9D1;
  border-radius: 13px;
  font-weight: 500;
  padding: 1px 10px 2px;
}
@media screen and (max-width: 750px) {
  .categories-box .category-list__link:hover, .categories-box .category-list__link.active-cat, .categories-box .category-list__link.active {
    background: none;
    padding: 0;
  }
}
.categories-box .category-list__link:hover {
  margin: 0px -10px;
}
.categories-box .category-list__link.active-cat:hover, .categories-box .category-list__link.all:hover {
  margin: 0;
}/*# sourceMappingURL=blog.css.map */