<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================================

	wagyu

========================================================================== */
/*--------------------------------
コンテンツ共通
--------------------------------*/
/*---- PC ----*/
.wagyu_cnt &gt; section:nth-child(odd) .box_txt &gt; .col1-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wagyu_cnt &gt; section .box_inner .box_txt &gt; div &gt; div:first-child picture {
  margin-bottom: 2em;
}

.wagyu_cnt &gt; section .box_inner .box_txt &gt; div &gt; div:first-child picture:last-child {
  margin-bottom: 0;
}

/*---- SP ----*/
@media only screen and (max-width: 812px) {
  .wagyu_cnt &gt; section:nth-child(odd) .box_txt &gt; .col1-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wagyu_cnt &gt; section .box_inner .box_txt &gt; div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wagyu_cnt &gt; section .box_inner .box_txt &gt; div &gt; div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wagyu_cnt &gt; section .box_inner .box_txt &gt; div &gt; div:first-child picture {
    width: 48.5%;
    margin-bottom: 0;
  }
}

/*--------------------------------

--------------------------------*/
/*---- PC ----*/
/*---- SP ----*/
/*--------------------------------

--------------------------------*/
/*---- PC ----*/
/*---- SP ----*/
/*--------------------------------

--------------------------------*/
/*---- PC ----*/
/*---- SP ----*/
</pre></body></html>