/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-weight: bold;
  font-size: 1.5rem !important;
}
/*強調文字（色）*/
.font_2 {
  color: #ff773e !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  font-weight: bold;
  font-size: 1.5rem !important;
  line-height: 1.5;
}
/*画像枠*/
.bd {
  border: 1px #ddd solid;
}
/*画像サイズ*/
.wd80 {
  width: 80% !important;
}
.wd60 {
  width: 60% !important;
}
.wd40 {
  width: 40% !important;
}
.wd40-2 {
  width: 40% !important;
}
.sp-br {
  display: none;
}
.text-wrap {
  width: 60%;
  margin: 0 auto;
}
/*インデント */
.txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*背景色タイトル */
.bg-color {
  background: #87d3aa;
  padding: 0.5em;
  color: #fff;
}
.tx-right {
  text-align: right !important;
}
.tx-flex {
  text-align: center !important;
}
.flow-img {
  width: 15% !important;
}
.em-color {
  color: #df6328;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
  .sp-br_none {
    display: none;
  }
  .wd80 {
    width: 100% !important;
  }
  .wd60 {
    /* width: 100% !important; */
  }
  .wd40-2 {
    width: 100% !important;
  }
  .font_3 {
    font-size: 1.1rem !important;
  }
  .text-wrap {
    width: 100%;
  }
  .tx-flex {
    text-align: left !important;
  }
}
.col_red {
   color:#fd2d2d !important;
}