.text_read p, .text_col1 p, .text_col2 p, .img_flo p {
  text-indent: 1em;
}

.text_col1 {
  display: flow-root;
}

.div_flo_right,
.div_flo_left {
   margin-top: 2em;
   margin-bottom: 2em;
}

figcaption {
  padding: 15px 15px;
  font-size: 14px;
  color: var(--color-gray);
}

.kc_cont {
  display: flow-root;
}

.kc_cont_ttl {
  text-align: left;
  margin-bottom: 50px;
  padding: 0;
}

.kc_cont_ttl::before {
  display: none;
}

.kc_cont_ttl.count {
  padding-left: 2em;
  /*outline: 1px solid red;*/
}

.kc_cont_ttl.count span {
  /*outline: 1px solid blue;*/
}

.kc_cont_ttl.count small {
  font-size: 80%;
  font-family: var(--demibold-family);
}

.kc_cont_ttl.count span::before {
  display: inline-block;
  content: "Q.";
  width: 2em;
  margin-left: -2em;
  /*outline: 1px solid green;*/
}

.kc_cont_ttl.step {
  font-size: 24px;
  padding-left: calc(5em + 22px);
}

.kc_cont_ttl.step span::before {
  display: inline-block;
  counter-increment: number 1;
  content: "ステップ " counter(number);
  width: 5em;
  margin-left: calc(-6em - 20px);
  margin-right: 1em;
  border: 1px solid var(--color-gray);
  font-size: 80%;
  padding: 5px 10px;

  /*outline: 1px solid green;*/
}

.kc_cont_ttl.step small {
  font-size: 85%;
}

@media screen and (max-width: 768px) {
  .kc_cont_ttl.step {
    padding-left: 0;
  }
  .kc_cont_ttl.step span::before {
    display: block;
    margin-left: 0;
    font-size: 60%;
    margin-bottom: 0.5em;
  }
}


.kc_cont h4 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.kc_cont h4 span {
  display: inline-block;
  border: 1px solid #333;
  padding: 0 0.5em;
  font-size: 16px;
  margin-right: 1.5em;
}

.kc_cont h4 span.table {
  display: table;
  margin-bottom: 0.5em;
}

.text_col1.notice {
  font-size: 85%;
  margin-top: -2em;
}

.mw860 {
    margin: 0 auto;
    width: 100%;
    max-width: 860px;
}

body {
  counter-reset: number 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_col2 + dl {
  margin-top: -2em;
}

.img_col3 {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 38px;
}

.img_col3_in {
  width: auto;
}


@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;
  }


}


/* 今回記事用のスタイル */
.kc_mv_ttl .ttl small {
  font-size: 80%;
}

@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%;
  }
}

.table-scroll {
  overflow-x: auto;
}

table.t1 {
  box-sizing: border-box;
  width: 860px;
  border-collapse: collapse;
  border: 2px solid #333;
  margin-top: 40px;
}

.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.narrow th,
.t1.narrow td {
  font-size: 95%;
  padding: 1em 0.75em;
}

.t1 th {
  font-family: var(--demibold-family);
  text-align: left;
}

.t1 thead th {
  text-align: left;
}

.t1 th.c, 
.t1 td.c {
  text-align: center;
}

.t1 td.nw {
  white-space: nowrap;
}

.t1 td.rb {
  border-right: 1px solid #333;
}

.t1 td.nbb {
  border-bottom: 1px solid transparent;
}

div.caption,
figcaption {
  font-size: 14px;
  color: var(--color-gray);
  text-align: left;
  padding: 15px 0;
}

.kc_cont div.caption a,
.kc_cont figcaption a {
  text-decoration: underline;
}

.kc_cont div.caption a:hover,
.kc_cont figcaption a:hover {
  text-decoration: none;
}


div.ttl,
.t1 caption {
  font-size: 1em;
  caption-side: top;
  padding-bottom: 10px;
  text-align: left;
  font-family: var(--demibold-family);
}

.t1 caption::before {
  content: '●';
}

.t1-caption {
  width: 860px;
  text-align: left !important;
  font-size: 85%;
  line-height: 1.5 !important;
  text-indent: 0 !important;
  color: #777;
  margin-top: 7px;
  margin-bottom: 40px;
}

@media screen and (width < 768px) {
  .t1 * {
    font-size: 14px;
  }

  .t1-caption {
    font-size: 12px !important;
    text-align: left !important;
  }

}

.bcp_sample {
  margin: 30px 0;
}

.bcp_sample_content {
  background: #f7f7f7;
  padding: 30px;
}

.bcp_sample_content .h,
.bcp_sample_content dt {
  font-family: var(--demibold-family);
}

.bcp_sample_content .h.mt {
  margin-top: 1.5em;
}

.bcp_sample_content p {
  line-height: 1.8 !important;
}

.bcp_sample_content dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.8 !important;
}

.bcp_sample_content dt {
  width: 6em;
  margin-top: 0.5em;
}

.bcp_sample_content dd {
  width: calc(100% - 6em);
  margin-top: 0.5em;
}

@media screen and (width < 768px) {
  .bcp_sample_content dl,
  .bcp_sample_content dt,
  .bcp_sample_content dd {
    display: block;
    width: 100%;
  }
  .bcp_sample_content dt {
    margin-top: 1em;
  }
  .bcp_sample_content dd {
    margin-top: 0;
  }

}