.text_read p, .text_col1 p, .text_col2 p, .img_flo p {
  text-indent: 1em;
}

.text_col1 p.note {
  font-size:85%;
  line-height: 1.5;
  margin-top: 1em;
  text-indent: 0;
}

.kc b, .kc strong, .kc em {
  font-family: var(--demibold-family);
  font-weight: 600;
}

.kc b.box {
  font-family: var(--medium-family);
  display: inline-block;
  border: 1px solid #333;
  font-size: 90%;
  padding: 0.1em 0.5em;
  margin-right: 1em;
  background-color: #fff;
}

.kc b.box.w4 {
  width: 7em;
  text-align: center;
}

.div_flo_right,
.div_flo_left {
   margin-top: 2em;
   margin-bottom: 2em;
}
.kc_cont {
  display: flow-root;
}

.kc h3 {
  font-family: var(--demibold-family);
  font-size: 24px;
  border-left: 3px solid #777;
  padding-left: 0.5em;
  margin-bottom: 1em;
  margin-top: 1em;
}

.kc h4 {
  font-family: var(--demibold-family);
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.kc h4 small {
  font-family: var(--medium-family);
}

.text_col1.notice {
  font-size: 85%;
  margin-top: -2em;
}

.mw940 {
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
}

.mw860 {
    margin: 0 auto;
    width: 100%;
    max-width: 860px;
}

body {
  counter-reset: number 0;
}

.kc_cont .text_col1.no_indent p {
  text-indent: 0;
}

.kc_cont p.q {
  text-indent: 0;
  font-family: var(--demibold-family);
}

.kc_cont p.q::before {
  content: '──';
}

.kc_cont p + p.q {
  margin-top: 2em;
}

.img_col2 {
  gap: 40px;
}

.img_col2_in {
  width: auto;
}

.kc_next p {
  border: 1px solid #333;
  padding: 20px;
}


.img_col3 {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.img_col3_in {
  width: auto;
}

.img_cap_txt {
    padding: 15px 17px;
    font-size: 14px;
    color: var(--color-gray);
}


@media screen and (min-width: 1024px) {
  .div_flo_right {
    float: right;
    margin-top: 1em;
    margin-left: 3em;
    margin-bottom: 3em;
  }
  .div_flo_left {
    float: left;
    margin-top: 1em;
    margin-right: 3em;
    margin-bottom: 3em;
  }
  .div_flo.half {
    width: calc(50% - 3em);
  }
  .div_flo.two-thirds {
    width: calc(66% - 3em);
  }
  .div_flo.one-thirds {
    width: calc(33% - 3em);
   }

   .pc_mt-20 {
    margin-top: -20px;
   }

   .pc_mt-40 {
    margin-top: -40px;
   }

   .pc_mt-80 {
    margin-top: -80px;
   }

   .pc_mt40 {
    margin-top: 40px;
   }

   .pc_mt100 {
    margin-top: 100px;
   }
}

@media screen and (max-width: 1023px) {
  .img_col2 {
    gap: 0;
  }

  .img_col3 {
    gap: 30px;
  }

  .img_col3 {
    flex-wrap: wrap;
  }

  .img_col2_in,
  .img_col2_in img,
  .img_col3_in,
  .img_col3_in img {
    width: 100%;
  }

  .img_col2_in,
  .img_col3_in {
    flex-basis: 100% !important;
  }

  .img_col2_in.portrait,
  .img_col3_in.portrait {
    align-items: center;
  }

  .img_col2_in.portrait img,
  .img_col3_in.portrait img {
    width: 100%;
    height: 100%;
    max-height: max-content !important;
  }

  .img_cap_txt.cap3 {
    padding: 15px 0 !important;
  }

}



/* 今回記事用のスタイル */
.kc_mv_ttl .ttl small { font-size: 75%; }

.text_read p.note {
  margin-top: 2em;
  text-indent: 0;
  font-family: var(--regular-family);
  font-weight: 400;
  font-size: 90%;
  line-height: 1.8;
}

.kc_cont_ttl small {
  display: inline-block;
  border: 1px solid #333;
  font-size: 60%;
  padding: 0.25em 0.75em;
  margin-bottom: 0.5em;
}

.results {
  margin-left: 1em;
}


.col2_group {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.col2g_in {
  width: 45%;
}

.recipe_box {
  background: #f7f7f7;
  margin-top: 2em;
  padding: 0.1em 2em 2em 2em;
}

.kc ol.o1 {
  list-style: decimal;
  margin-left: 9em;
  margin-top: -2.25em;
}

.kc ol.o1 li {
  line-height: 1.5;
}


.kc ul.l1 li {
  margin-bottom: 0.5em;
}

.kc ul.l1 li div {
  margin-left: 8em;
  margin-top: -2.25em;
}

.kc ul.l2 {
  list-style: disc;
  margin-left: 2em;
}

.table-scroll {
  overflow-x: auto;
}

table.t1 {
  box-sizing: border-box;
  width: 860px;
  border-collapse: collapse;
  border: 2px solid #333;
  margin-top: 1em;
}

.t1 thead {
  background-color: #333;
  color: #fff;
}

.t1 th,
.t1 td {
  border-bottom: 1px solid #333;
  padding: 1em;
  vertical-align: middle;
  line-height: 1.5;
}

.t1 th {
  font-family: var(--demibold-family);
  text-align: left;
  white-space: nowrap;
}

.t1 thead th {
  text-align: center;
}

.t1 th.c,
.t1 td.c {
  text-align: center;
}

.t1 td p {
  text-indent: 0;
  line-height: 1.5;
}

.t1 td p.box_note {
  font-size: 90%;
  background-color: #f7f7f7;
  padding: 0.25em 0.75em;
  margin-bottom: 0;
}

.t1 caption {
  caption-side: top;
  padding-bottom: 10px;
  text-align: left;
  font-family: var(--demibold-family);
}
.t1 caption::before {
  content: '●';
}

.t1-caption {
  width: 860px;
  text-align: right !important;
  font-size: 85%;
  color: #777;
  margin-top: 7px;
  margin-bottom: 40px;
}

@media screen and (width < 1250px) {
  .kc_mv_ttl .ttl .pc-non {
    display: block !important;
  }
}

@media screen and (1024px < width < 1200px) {
  .kc_mv_ttl .ttl small .pc-non {
    display: block !important;
  }
}

@media screen and (width < 1024px) {
  .kc_mv_ttl .ttl small .pc-non {
    display: none !important;
  }

  .kc_cont :is(.div_flo_right,.div_flo_left) {
    text-align: center;
  }

  body:not(.ie8) :is(.div_flo_right,.div_flo_left) img {
    max-width: 422px;
    width: 100%;
  }


  .col2_group {
    display: block;
  }

  .col2g_in {
    width: auto;
  }

  .kc b.box {
    display: block;
  }

  .t1 thead th,
  .t1 th.c, .t1 td.c {
    text-align: left;
  }

  .table-scroll.table_1 {
    overflow-x: clip;
  }
  .table-scroll.table_1 table.t1 {
    width: auto;
  }

  .table-scroll.table_2 {
    overflow-x: clip;
  }
  .table-scroll.table_2 table.t1 {
    width: 100%;
  }
  .table-scroll.table_2 table.t1 th {
    white-space: normal;
  }

  .table-scroll.table_3 {
    overflow-x: clip;
  }
  .table-scroll.table_3 table.t1 {
    width: auto;
  }

  .table-scroll.table_4 {
    overflow-x: clip;
  }
  .table-scroll.table_4 table.t1 {
    width: 100%;
  }
  .table-scroll.table_4 table.t1 th {
    white-space: normal;
  }
  .table-scroll.table_4 table.t1 thead tr th:first-child {
    width: 6em;
  }

  
  .table-scroll.table_5 {
    overflow-x: clip;
  }
  .table-scroll.table_5 table.t1 {
    width: 100%;
  }

  .table-scroll.table_6 {
    overflow-x: clip;
  }
  .table-scroll.table_6 table.t1 {
    width: 100%;
  }
  .table-scroll.table_6 table.t1 th {
    white-space: normal;
  }
  .table-scroll.table_6 table.t1 thead tr th:first-child {
    width: 6.5em;
  }
}

@media screen and (width < 768px) {
  .t1 * {
    font-size: 14px;
  }
  .t1-caption {
    font-size: 12px !important;
    text-align: left !important;
  }
  .kc ul.l1 li div {
    margin: 0.5em 0 0 0;
  }

  .kc ol.o1 {
    margin: 0.5em 0 0 1.25em;
  }

  .kc h3 {
    font-size: 18px;
  }

  .kc h4 {
    font-size: 16px;
  }

  li {
    font-size: 15px;
    line-height: 1.8;
  }

}