.post_list {
  background: #FFE900;
  margin: 0 0 0 0;
  padding: 10vw 0 0 0; }
  .post_list li {
    list-style: none;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5vw 0 5vw 0; }
    .post_list li .head_clms .clm {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      position: relative;
      z-index: 0; }
      .post_list li .head_clms .clm .seller_method {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        order: 1; }
        .post_list li .head_clms .clm .seller_method .term {
          margin-right: 0.5rem; }
          .post_list li .head_clms .clm .seller_method .term .category {
            border-radius: 26px;
            color: #FFF;
            padding: 0.2em 1em;
            font-size: var(--wp--preset--font-size--medium) !important; }
          .post_list li .head_clms .clm .seller_method .term .consignment {
            background: #77B500; }
          .post_list li .head_clms .clm .seller_method .term .independent {
            background: #FF76A0; }
        .post_list li .head_clms .clm .seller_method h2 {
          font-size: var(--wp--preset--font-size--x-x-large) !important;
          font-weight: bold;
          margin-top: 0;
          margin-bottom: 0; }
      @media screen and (max-width: 599px) {
        .post_list li .head_clms .clm .seller_method {
          width: 100%;
          order: 1; } }
      .post_list li .head_clms .clm .seller_images {
        width: 45%;
        order: 3;
        position: absolute;
        top: 0;
        right: 0; }
      @media screen and (max-width: 599px) {
        .post_list li .head_clms .clm .seller_images {
          width: 100%;
          position: static;
          order: 2; } }
      .post_list li .head_clms .clm .seller_info {
        width: 50%;
        order: 2; }
        .post_list li .head_clms .clm .seller_info p.c_textarea {
          font-family: var(--wp--preset--font-family--theme-zengo-text);
          font-size: var(--wp--preset--font-size--x-small);
          line-height: 1.8; }
        .post_list li .head_clms .clm .seller_info p.c_title {
          text-align: center;
          font-family: var(--wp--preset--font-family--theme-zengo-text);
          font-size: var(--wp--preset--font-size--smallest);
          margin: 0 0 0 0; }
        .post_list li .head_clms .clm .seller_info .c_name {
          text-align: center;
          font-family: var(--wp--preset--font-family--theme-zengo-text);
          font-size: var(--wp--preset--font-size--small);
          border-top: solid 1px #000;
          border-bottom: solid 1px #000;
          padding: 0.5rem 0; }
        .post_list li .head_clms .clm .seller_info p.add, .post_list li .head_clms .clm .seller_info p.phone {
          font-family: var(--wp--preset--font-family--theme-zengo-text);
          font-size: var(--wp--preset--font-size--small);
          line-height: 1.3;
          padding-left: 1.75rem;
          position: relative; }
        @media screen and (max-width: 599px) {
          .post_list li .head_clms .clm .seller_info p.add, .post_list li .head_clms .clm .seller_info p.phone {
            padding-left: 2rem; } }
        .post_list li .head_clms .clm .seller_info p.add {
          margin-bottom: 0rem !important; }
        .post_list li .head_clms .clm .seller_info p.add::after, .post_list li .head_clms .clm .seller_info p.phone::after {
          display: block;
          content: "";
          width: 25px;
          height: 25px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          margin: -3px 0 0 0; }
        @media screen and (max-width: 599px) {
          .post_list li .head_clms .clm .seller_info p.add::after, .post_list li .head_clms .clm .seller_info p.phone::after {
            width: 21px;
            height: 21px;
            margin: 0 0 0 0; } }
        .post_list li .head_clms .clm .seller_info p.add::after {
          background: url("../images/add.svg") no-repeat;
          background-position: 0 0;
          background-size: cover; }
        .post_list li .head_clms .clm .seller_info p.phone {
          margin-top: 0.5rem !important; }
        .post_list li .head_clms .clm .seller_info p.phone::after {
          background: url("../images/phone.svg") no-repeat;
          background-position: 0 0;
          background-size: cover; }
        .post_list li .head_clms .clm .seller_info p {
          font-weight: bold;
          line-height: 1.5; }
      @media screen and (max-width: 599px) {
        .post_list li .head_clms .clm .seller_info {
          width: 100%;
          order: 3; } }
      .post_list li .head_clms .clm .num_thumb_wrap {
        max-width: 258px;
        margin: 0 auto;
        position: relative;
        margin-top: 2rem; }
        .post_list li .head_clms .clm .num_thumb_wrap .article-num {
          display: inline-block;
          position: absolute;
          top: -0.05rem;
          left: -1.2rem;
          z-index: 2; }
          .post_list li .head_clms .clm .num_thumb_wrap .article-num .num {
            font-size: 80px;
            line-height: 0;
            color: #FFF; }
        .post_list li .head_clms .clm .num_thumb_wrap .post_thumb {
          margin: 0 auto 0 auto;
          padding: 0 0 0 0;
          position: relative;
          z-index: 1; }
          .post_list li .head_clms .clm .num_thumb_wrap .post_thumb img {
            border-radius: 7px; }
    @media screen and (max-width: 599px) {
      .post_list li .head_clms {
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem 0 4rem 0;
        border-radius: 20px; } }
  @media screen and (max-width: 599px) {
    .post_list li {
      padding: 0 0 6rem 0; } }

.wp-block-buttons {
  display: flex;
  justify-content: flex-end; }
  .wp-block-buttons .wp-block-button {
    display: inline-block; }
    .wp-block-buttons .wp-block-button a {
      font-family: var(--wp--preset--font-family--theme-gothic-text);
      text-decoration: none;
      color: #000;
      display: flex;
      width: 100%;
      max-width: 161px;
      min-width: 161px;
      padding: 0.3em 0 0.3em 0.3em;
      border-bottom: dashed 1px #000;
      position: relative; }
    .wp-block-buttons .wp-block-button a::after {
      display: block;
      content: "";
      background: url("../../assets/images/arrow_more.svg") no-repeat;
      background-position: 0 0;
      background-size: 100%;
      width: 15px;
      height: 14px;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -7px; }

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