@charset "utf-8";
/*===========================
add
===========================*/

/*　蛍光下線　*/
.tx-em {
  background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}

/*　蛍光斜線　*/
.tx-diagoYel {
  margin: 0 2px;
  padding: 2px 5px;
  border-radius: 0 0 3px 9px;
  color: #2f2f2f;
  background-image: linear-gradient(2deg, #fbf8a7, #fbf8a7 25%, transparent 25.1%, transparent);
}

.tx-diagoRed {
  margin: 0 2px;
  padding: 2px 5px;
  border-radius: 0 0 3px 9px;
  color: #2f2f2f;
  background-image: linear-gradient(2deg, #fd86a0, #fd86a0 25%, transparent 25.1%, transparent);
}

.tx-diagoGreen {
  margin: 0 2px;
  padding: 2px 5px;
  border-radius: 0 0 3px 9px;
  color: #2f2f2f;
  background-image: linear-gradient(2deg, #8dedd0, #8dedd0 25%, transparent 25.1%, transparent);
}

.th-color {
  background-color: #ffd456;
}
.th-30 {
  width: 30%;
}

/*強調文字（太文字）*/
.font_0 {
  font-weight: bold;
}
/*強調文字（大文字）*/
.font_1 {
  font-weight: bold;
  font-size: 1.5rem !important;
}
/*強調文字（色）*/
.font_2 {
  color: #f1b500 !important;
  font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
  color: #f1b500 !important;
  font-weight: bold;
  font-size: 1.25rem !important;
  line-height: 1.5;
}
/*画像枠*/
.bd {
  border: 1px #ddd solid;
}
/*画像サイズ*/
.wd80 {
  width: 80% !important;
}
.wd60 {
  width: 60% !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;
}
.leftCnt img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
  .wd80 {
    width: 100% !important;
  }
  .wd60 {
    width: 100% !important;
  }
  .font_3 {
    font-size: 1.1rem !important;
  }
  .text-wrap {
    width: 100%;
  }
  .tx-flex {
    text-align: left !important;
  }
}
