.p_top {
  padding: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p_top {
    padding: 79px 0 0;
  }
}
.p_top .container {
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  .p_top .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p_top_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p_top_content {
    max-width: 750px;
    padding-top: 10px;
  }
}
.p_top_sidemenu {
  display: none;
  margin-top: 100px;
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_top_sidemenu {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p_top_sidemenu {
    position: sticky;
    top: 50px;
    max-width: 325px;
    flex-shrink: 0;
    margin-top: 18px;
    margin-top: 0;
    padding: 26px 32px 27px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_sidemenu .c_tag_item_link {
    font-size: 1.0625rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 768px) {
  .p_top_sidemenu .c_search_tag {
    padding: 20px 25px 32px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_sidemenu .c_search_ttl {
    font-size: 1.1875rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_sidemenu .c_search_form {
    margin-bottom: 20px;
    margin-right: -3px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_sidemenu .c_search_form_input {
    height: 37px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_sidemenu .c_search_form_btn {
    position: relative;
    height: 37px;
    width: 37px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_sidemenu .c_search_form_btn img {
    width: 50%;
  }
}
.p_top_ttl {
  margin-bottom: 43px;
  padding-bottom: 12px;
  border-bottom: 1px solid #b2b2b2;
  color: #464646;
  font-size: 1.875rem;
  letter-spacing: 0.3em;
  line-height: 1.4833333333;
}
@media screen and (min-width: 768px) {
  .p_top_ttl {
    margin-bottom: 81px;
    padding-bottom: 17px;
    font-size: 2.6875rem;
  }
}
.p_top_ttl.is_search {
  font-size: 1.25rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p_top_ttl.is_search {
    font-size: 1.875rem;
  }
}
.p_top_post {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .p_top_post {
    flex-direction: row;
    gap: 23px;
  }
}
.p_top_post:not(:last-child) {
  margin-bottom: 54px;
  padding-bottom: 52px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 768px) {
  .p_top_post:not(:last-child) {
    margin-bottom: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_post_img {
    width: 51%;
    max-width: 359px;
  }
}
.p_top_post_img img {
  width: 100%;
  aspect-ratio: 359/279;
  object-fit: cover;
}
@media (any-hover: hover) and (pointer: fine) {
  .p_top_post_img a:hover {
    opacity: 0.62;
  }
}
@media screen and (min-width: 768px) {
  .p_top_post_body {
    display: flex;
    flex-direction: column;
    width: 51.6%;
  }
}
.p_top_post_ttl {
  margin-bottom: 8px;
  color: #fe8d3a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5625rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.4666666667;
}
.p_top_post_ttl a {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p_top_post_ttl {
    margin-top: -8px;
    margin-bottom: 13px;
    font-size: 1.625rem;
    transition: all 0.5s;
  }
  .p_top_post_ttl:hover {
    color: #c65b00;
  }
}
.p_top_post_des {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p_top_post_des {
    margin-bottom: 20px;
    transition: all 0.5s;
  }
  .p_top_post_des:hover .p_top_post_txt {
    color: #848484;
  }
}
.p_top_post_des a {
  opacity: 1;
}
.p_top_post_txt {
  margin-bottom: 11px;
  font-size: 1rem;
  line-height: 1.8125;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_top_post_txt {
    margin-bottom: 12px;
    font-size: 1.0625rem;
    line-height: 1.65;
    transition: all 0.5s;
  }
}
.p_top_post_date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 14px 3px;
  border: 1px solid #bfbfbf;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
}
@media screen and (min-width: 768px) {
  .p_top_post_date {
    font-size: 0.9375rem;
  }
}
.p_top_post .c_tag {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p_top_post .c_tag {
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 768px) {
  .p_top_post .c_tag_item_link {
    font-size: 0.9375rem;
  }
}
.p_top_pager {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .p_top_pager {
    margin-top: 188px;
  }
}

.p_search .p_top_ttl {
  font-size: 1.25rem;
  letter-spacing: 0;
  text-indent: -0.5em;
}
@media screen and (min-width: 768px) {
  .p_search .p_top_ttl {
    font-size: 1.875rem;
  }
}
.p_search .c_breadcrumb {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_search .c_breadcrumb {
    margin-bottom: 60px;
  }
}

/*# sourceMappingURL=top.css.map */
